/* 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'
(2410,44): run-time error CSS1046: Expect comma, found '117'
(2410,52): run-time error CSS1046: Expect comma, found '/'
(2501,44): run-time error CSS1046: Expect comma, found '117'
(2501,52): run-time error CSS1046: Expect comma, found '/'
 */
@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}}

.toast-title {
  font-weight: 500;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -25px;
  top: 3px;
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 35px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  text-align: center;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  /*-moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);*/
  cursor: pointer;
}
/*#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}*/
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@font-face {
    font-family: 'PT Serif';
    src: url("/Content/WebsiteTemplate/fonts/PTSerif-BoldItalic.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/PTSerif-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

.page-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 215px;
}

    .page-banner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.17);
    }

.page-content {
    padding: 40px 0;
}

.page-nav {
    margin-bottom: 30px;
}

    .page-nav ul li {
        display: inline-block;
    }

        .page-nav ul li::before {
            content: ">";
            display: inline-block;
            color: #666;
            font-size: 13px;
            margin: 0 3px;
        }

        .page-nav ul li:first-child::before {
            display: none;
        }

        .page-nav ul li a {
            display: inline-block;
            color: #666;
        }

            .page-nav ul li a:hover {
                text-decoration: underline;
            }

.page-title {
    color: #ff000f;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 35px;
}

.page-text {
    color: #333;
    font-size: 18px;
}

    .page-text img {
        max-width: 100%;
        height: auto !important;
    }

    .page-text p,
    .page-text ul,
    .page-text ol {
        margin-bottom: 20px;
    }

        .page-text ul li,
        .page-text ol li {
            display: block;
        }

        .page-text ul li {
            background: url("/Content/WebsiteTemplate/img/red-check-icon.png") no-repeat left top;
            min-height: 18px;
            padding-left: 35px;
            margin-bottom: 20px;
        }

.about-img {
    float: right;
    width: 450px;
    margin: 0 0 45px 75px;
}

/* SERVICES SUB LIST  */
.sub-services .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sub-services {
    margin-top: 40px;
}

.sub-services-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.sub-services-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    position: relative;
    height: 70px;
    border-radius: 50%;
    background: #ff000f;
    transition: all 0.4s;
}

    .sub-services-img img {
        filter: brightness(0) invert(1);
        max-width: 60%;
        max-height: 60%;
        transition: all 0.4s;
    }

.sub-services-text {
    width: calc(100% - 70px);
    padding-left: 14px;
}

.sub-services-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.sub-services-item:hover .sub-services-img {
    background: none;
}

    .sub-services-item:hover .sub-services-img img {
        filter: none;
    }

/* REFERENCE LIST / DETAIL */
.references-info {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin: -72px 0 40px;
    padding-left: 35%;
}

.references-list {
    overflow: hidden;
    margin-top: 50px;
}

    .references-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -33px;
    }

    .references-list .page-title {
        font-size: 32px;
    }

.reference-item {
    width: 33.33%;
    padding: 0 33px;
    margin-bottom: 60px;
}

.reference-img {
    overflow: hidden;
}

    .reference-img img {
        width: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

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

.reference-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 20px 35px;
    z-index: 1;
}

    .reference-body::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #ff0006;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: -1;
    }

.reference-item:hover .reference-body::after {
    height: 100%;
}

.reference-title {
    width: 100%;
    color: #b3b3b3;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.reference-desc {
    color: #000;
    font-family: 'PT Serif';
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    min-height: 160px;
    padding-right: 35px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.reference-link {
    color: #ff0006;
    font-weight: 700;
    padding-top: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .reference-link img {
        position: relative;
        top: -5px;
        float: right;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.reference-item:hover .reference-title,
.reference-item:hover .reference-desc,
.reference-item:hover .reference-link {
    color: #fff;
}

    .reference-item:hover .reference-link img {
        -webkit-transform: translate(-10px, 10px) rotate(45deg);
        -ms-transform: translate(-10px, 10px) rotate(45deg);
        transform: translate(-10px, 10px) rotate(45deg);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.page-content.reference-detail {
    padding: 0;
}

.reference-detail-info {
    color: #fff;
    background: #ff0006 url("/Content/WebsiteTemplate/img/reference-detail-info-bg.png") no-repeat left center;
    padding: 75px 0 215px;
}

.reference-detail-info-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.reference-detail-info-desc {
    font-size: 16px;
    line-height: 1.5;
}

    .reference-detail-info-desc p {
        margin: 0;
    }

    .reference-detail-info-desc strong {
        font-family: "PT Serif";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.3;
        display: block;
        margin-bottom: 20px;
    }

.reference-detail-text {
    background-color: #fff;
    padding: 50px 60px;
    margin-top: -145px;
}

.reference-detail-title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.reference-detail .page-text {
    font-weight: 500;
}

/* SECTOR */
.sector-list {
    margin-top: 100px;
    overflow: hidden;
}

    .sector-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
    }

.sector-item {
    width: 25%;
    padding: 0 25px;
    margin-bottom: 60px;
}

    .sector-item a {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0 0 30px -10px rgba(117, 117, 117, 0.5);
    }

.sector-img {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

    .sector-img > img {
        width: 100%;
    }

.sector-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 66px;
    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: 50%;
    background-color: #fff;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .sector-icon img {
        max-width: 95%;
        max-height: 95%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.sector-item:hover .sector-icon {
    background-color: #ff000f;
}

    .sector-item:hover .sector-icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.sector-body {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .sector-body::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -46px;
        width: 175px;
        height: 50px;
        border-radius: 30px;
        background-color: #ff000f;
        margin: 0 auto;
        z-index: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.sector-item:hover .sector-body {
    background-color: #ff000f;
    -webkit-transform: translateY(calc(100% - 41px));
    -ms-transform: translateY(calc(100% - 41px));
    transform: translateY(calc(100% - 41px));
}

.sector-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-height: 75px;
    margin: 0;
}

/* SERVICES */
.services-detail-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.services-detail-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 390px);
    flex: 1 1 calc(100% - 390px);
    padding-right: 40px;
}

.services-detail-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 390px;
    flex: 1 1 390px;
}

    .services-detail-img img {
        width: 100%;
    }

.services-list {
    background-color: #ff1218;
    padding: 100px 0 60px;
}

    .services-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -13px;
    }

.services-item {
    width: 25%;
    padding: 0 13px;
    margin-bottom: 40px;
}

    .services-item a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #fff;
        border-radius: 20px;
        min-height: 100%;
        padding: 35px 20px 25px 20px;
        z-index: 2;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .services-item:hover a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.services-item-inner {
    position: relative;
    z-index: 1;
}

.services-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .services-item-img img {
        width: 100%;
    }

.services-item:hover .services-item-img {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.services-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 60px);
    flex: 1 1 calc(100% - 60px);
    padding-right: 5px;
}

.services-item-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60px;
    flex: 1 1 60px;
    text-align: right;
}

    .services-item-icon img {
        max-width: 100%;
    }

.services-item-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    min-height: 54px;
    margin: 10px 0 15px;
}

.services-item-link {
    color: #f42434;
    font-size: 16px;
}

    .services-item-link img {
        margin-left: 15px;
    }

/* CONTACT */
.contact-head {
    display:flex;
    justify-content: space-between;
}

.head-half {
    width:50%;
}

#socialIcons {
    text-align: end;
}

#socialIcons h4 {
    font-size:24px;
    margin-bottom: 24px;
    margin-top: 0;
}

.contact-left {
    width: 46.91666666666667%;
    float: left;
}

.contact-right {
    width: 53.08333333333333%;
    float: left;
    padding-left: 135px;
}

.ci-title {
    font-size: 19px;
    margin-bottom: 20px;
}

.contact-info ul li {
    position: relative;
    color: #676767;
    font-size: 16px;
    padding-left: 30px;
    min-height: 25px;
    margin-bottom: 20px;
}

    .contact-info ul li a {
        color: #676767;
    }

    .contact-info ul li img {
        position: absolute;
        left: 0;
        top: 0;
    }

.contact-map {
    margin-top: 30px;
}

    .contact-map iframe {
        width: 100%;
        height: 260px;
    }

.contact-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.half {
    width: 50%;
    float: left;
}

.full {
    width: 100%;
    float: left;
}

.contact-form .half,
.contact-form .full {
    padding: 0 15px;
}

.contact-form .full-item,
.contact-form .half-item {
    padding: 0 15px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.cf-title {
    margin: 0 0 33px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 27px;
    line-height: 22px;
    position: relative;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #c4c8e0;
    color: #676767;
    font-size: 16px;
    font-family: inherit;
    padding: 0 0 5px;
    outline: none;
}

.contact-form textarea {
    height: auto;
    line-height: 1.5;
    resize: none;
}

.cf-send-btn {
    display: inline-block;
    width: 134px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #FF000F;
    border: 0;
    outline: none;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .cf-send-btn:hover {
        background-color: #FF000F;
    }

.text-right {
    text-align: right;
}

.full-item {
    width: 100%;
    float: left;
}

.half-item {
    width: 50%;
    float: left;
}

.checkbox {
    position: relative;
}

    .checkbox input {
        display: none;
    }

    .checkbox label {
        position: relative;
        padding-left: 30px;
        min-height: 20px;
    }

        .checkbox label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #b5b5b5;
        }

        .checkbox label::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 4px;
            width: 12px;
            height: 12px;
            background: url("/Content/WebsiteTemplate/img/red-check.svg") no-repeat 50% 50%;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

    .checkbox input:checked ~ label::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .checkbox input:checked ~ label::before {
        border-color: #de2e1f;
    }

.radio {
    padding-left: 20px;
    margin-top: 5px;
}

.radio-inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.radio input[type="radio"] {
    display: none;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #333;
    font-style: italic;
}

    .radio label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #c0c0c0;
        border-radius: 50%;
        background-color: #fff;
    }

    .radio label::after {
        display: inline-block;
        position: absolute;
        content: " ";
        width: 11px;
        height: 11px;
        left: 3px;
        top: 3px;
        margin-left: -20px;
        border-radius: 50%;
        background-color: #E4172F;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* LOGO LIST */
.logo-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ll-item {
    width: 16.6%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ll-item-inner {
    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;
    height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
}

    .ll-item-inner img {
        -webkit-filter: grayscale(1) opacity(0.35);
        filter: grayscale(1) opacity(0.35);
        max-width: 80%;
        max-height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.ll-item:hover img {
    -webkit-filter: none;
    filter: none;
}

/* NEWS LIST / DETAIL */
.news-list {
    overflow: hidden;
}

    .news-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
    }

.news-item {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px;
}

.news-image {
    overflow: hidden;
    margin-bottom: 10px;
}

    .news-image img {
        width: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

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

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

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

.page-title.news-detail-title {
    font-size: 30px;
}

/* CAREER */
.hr-subdesc-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.hr-subdesc {
    margin-bottom: 40px;
}

.hr-link {
    display: inline-block;
    color: #333;
    font-size: 18px;
    padding: 15px 20px;
    border: 2px solid #333;
    margin-right: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

    .hr-link:hover {
        color: #fff;
        border-color: #ff000f;
        background: #ff000f;
    }

.job-list .row {
    margin: 0 -29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-list-item {
    width: 33.33%;
    padding: 0 29px;
    margin-bottom: 50px;
}

    .job-list-item > a {
        display: block;
    }

.job-list-without-position {
    width: 100%;
    margin-bottom: 30px;
}

.jli-inner {
    position: relative;
    box-shadow: 0 5px 23px 0 rgba(193, 188, 188, 0.3);
    min-height: 100%;
    padding: 35px 45px 75px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .jli-inner:hover {
        color: #fff;
        background-color: #d62323;
        box-shadow: none;
    }

.jli-title {
    color: #4b504f;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.25px;
    margin: 0 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.jli-desc {
    color: #4b504f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .jli-desc p {
        margin: 0;
    }

.jli-inner:hover .jli-title, .jli-inner:hover .jli-desc {
    color: #fff;
}

.jli-link {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d62323;
    padding: 10px 38px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.jli-inner:hover .jli-link {
    color: #d62323;
    background-color: #fff;
}

.form-tabs ul li {
    display: inline-block;
}

    .form-tabs ul li a {
        display: block;
        color: #fff;
        background: #E4172F;
        padding: 10px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.25px;
    }

    .form-tabs ul li.active a {
        background: #fff;
        color: #E4172F;
    }

.form-content {
    background: #fff;
    padding: 50px 25px 50px 25px;
}

.career-form-wrapper {
    max-width: 1200px;
}

.career-form {
    color: #4f5a5d;
}

.page-text.career-desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.form-section {
    border: 1px solid #cccccc;
    padding: 0 30px 15px 30px;
    margin-top: 20px;
}

    .form-section + .form-section {
        margin-top: 40px;
    }

.form-section-title {
    color: #333;
    font-size: 24px;
    letter-spacing: -0.20px;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    background: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0 15px 10px 15px;
    position: relative;
    top: -18px;
    left: 15px;
}

.cf-text {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.career-form .form-group {
    margin-bottom: 30px;
}

.career-form .cf-send-btn {
    margin-top: 30px;
    width: 300px;
    font-weight: 600;
}

/* INFO FORM */

.warning.visible {
    opacity: 1;
    height: 50px;
}

.warning {
    opacity: 0;
    height: 0;
    font-size: 20px;
    color: green;
    font-weight: 600;
    transition: 0.3s all;
}

.info-form {
    text-align: center;
    padding: 50px 15px 40px;
}

.info-form-text {
    color: #363232;
    font-size: 18px;
    margin-bottom: 30px;
}

    .info-form-text span {
        display: block;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.info-form ::-webkit-input-placeholder {
    color: #ff0006;
}

.info-form ::-moz-placeholder {
    color: #ff0006;
}

.info-form :-ms-input-placeholder {
    color: #ff0006;
}

.info-form :-moz-placeholder {
    color: #ff0006;
}

.info-form-group .form-group {
    display: inline-block;
    margin-bottom: 10px;
}

.info-form-group input {
    width: 366px;
    height: 46px;
    color: #ff0006;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f5868f;
    outline: none;
}

.info-form-group button {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #ff0006;
    background-image: url("/Content/WebsiteTemplate/img/white-top-right-arrow.png");
    background-repeat: no-repeat;
    background-position: right 18px top 12px;
    border: none;
    outline: none;
    padding: 13px 50px 13px 25px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .info-form-group button:hover {
        background-color: #cc0005;
    }

/* REFERENCE POPUP */
.logo-list.references-page .ll-item .ll-item-inner {
    cursor: pointer;
}
.references-popup {
    position: relative;
    padding: 25px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px 0 5px 5px;
    min-height: 70px;
}
.rpd-image {
    text-align: center;
    min-width: 150px;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}
    .rpd-image img {
        max-width: 100%;
    }
.rpd-desc {
    color: #525252;
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
    text-align: left;
}
.references-popup .mfp-close {
    width: 70px;
    height: 70px;
    top: 0;
    right: -70px;
    background-color: #ff000f;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    line-height: 70px;
    border-radius: 0 5px 5px 0px;
}
/*uruncat*/

.products-cat-list {
    margin-top: 30px;
    overflow: hidden;
}
    .products-cat-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
    }
.products-cat-item {
    width: 33%;
    padding: 0 25px;
    margin-bottom: 60px;
}
    .products-cat-item a {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0 0 30px -10px rgb(117 117 117 / 50%);
    }
.products-cat-list-image {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: #f6f6f6;
}
.products-cat-list-image:before{
    content:'';
    padding-top:100%;
    display:block;
}
    .products-cat-list-image > img {
        max-width: 100%;
        max-height:100%;
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        top:0;
        margin:auto;
    }
.products-cat-body {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 23px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.products-cat-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-height: 45px;
    margin: 0;
}
.products-cat-body ::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    width: 175px;
    height: 50px;
    border-radius: 30px;
    background-color: #ff000f;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all 2.4s;
    transition: all 2.4s;
}
.products-cat-item:hover .products-cat-body {
    -webkit-transform: translateY(calc(100% - -100px));
    -ms-transform: translateY(calc(100% - -100px));
    transform: translateY(calc(100% - -100px));
    -webkit-transition: all 2.4s;
    transition: all 2.4s;
}
/*urunlist*/

.products-mod-list {
    margin-top: 30px;
    overflow: hidden;
}

    .products-mod-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
    }

.products-mod-item {
    width: 33%;
    padding: 0 25px;
    margin-bottom: 60px;
}

    .products-mod-item a {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0 0 30px -10px rgb(117 117 117 / 50%);
    }

.products-mod-list-image {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: #f6f6f6;
}

    .products-mod-list-image:before {
        content: '';
        padding-top: 100%;
        display: block;
    }

    .products-mod-list-image > img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

.products-mod-body {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 23px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.products-mod-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-height: 45px;
    margin: 0;
}

.products-mod-body ::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    width: 175px;
    height: 50px;
    border-radius: 30px;
    background-color: #ff000f;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all 2.4s;
    transition: all 2.4s;
}

.products-mod-item:hover .products-cat-body {
    -webkit-transform: translateY(calc(100% - -100px));
    -ms-transform: translateY(calc(100% - -100px));
    transform: translateY(calc(100% - -100px));
    -webkit-transition: all 2.4s;
    transition: all 2.4s;
}
.fixed-menu {
    width: 30%;
    padding-right: 35px;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 90px;
}
    .fixed-menu .page-menu {
        background: #ff000f;
        height: auto;
    }
        .fixed-menu .page-menu ul {
            position: absolute;
            width: 300px;
            display: block;
            /* height: 500px; */
            z-index: 2;
            background: #ff000f;
            top: 0;
            left: -535px;
            display: block;
            min-height: 324px;
            -webkit-transition: all 2.4s;
            transition: all 2.4s;
            padding: 21px 30px 6px 30px;
        }
            .fixed-menu .page-menu ul.active {
                left: 55px;
                -webkit-transition: all 2.4s;
                transition: all 2.4s;
            }
.page-menu ul.active:after {
    content: 'x';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ff000f;
    background: #ffffff;
    font-weight: 700;
    line-height: 26px;
    font-size: 19px;
    cursor:pointer;
}
    .product-detail-right {
        width: 100%;
    }
.products-detail-page .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fixed-menu svg{
    width:40px;
}

.page-menu-title {
    padding: 30px 25px;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    writing-mode: tb-rl;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: -10px;
    position:relative;
    cursor:pointer;
}
    .page-menu-title span {
        transform: rotate(180deg);
    }
    .page-menu li a {
        padding: 6px 25px;
        text-align: left;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        float: left;
        width: 100%;
    }
.fixed-menu .page-menu ul {
    position: absolute;
    width: 484px;
    padding-bottom: 30px;
}
.page-menu ul li a{
    position:relative;
}
    .page-menu ul li a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        -webkit-transition: all 2.8s;
        transition: all 2.8s;
        background: #676767;
        opacity: 0.2;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        z-index: -1;
    }
    .page-menu ul li a:hover:before {
        width: 100%;
        -webkit-transition: all 2.8s;
        transition: all 2.8s;
    }
.product-detail-text img {
    max-width: 100%;
}
.page-other-title {
    color: #ff000f;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 35px;
}
.products-other-products{
    margin-top:30px;
}
.pds-img {
width:100%;}
.pds-img img{
    width: 100%;
}
.product-detail-slider {
margin-bottom:30px;
}

.product-det-content{
    width:100%;
    position:relative;
}
.det-btn {
    padding: 14px 27px 14px 100px;
    background: #ff000f;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    padding-left: 50px;
    position: relative;
    margin-top: 11px;
    display: inline-block;
}
    .det-btn:after {
        position: absolute;
        width: 20px;
        height: 30px;
        content: '';
        position: absolute;
        left: 20px;
        display: block;
        top: 0;
        bottom: 0;
        background: url('/Content/WebsiteTemplate/img/pdf-icon.png') no-repeat center center;
        background-size: contain;
        margin: auto;
    }
/* MEDIA */
@media (max-width: 991px) {
    .about-img {
            width: 350px;
        }

        .reference-item,
        .news-item,
        .job-list-item {
            width: 50%;
        }

        .sector-item,
        .services-item {
            width: 33.33%;
        }

        .services-detail-top {
            display: block;
        }

        .services-detail-img {
            display: none;
        }

        .contact-right {
            padding-left: 50px;
        }

        .products-cat-item {
            width: 50%;
        }

        .products-mod-item {
            width: 50%;
        }
    .page-menu-title {
        font-size: 13px;
    }

    .head-half {
        width: 100%;
    }
    }

    @media (max-width: 767px) {
        .page-banner {
            height: 100px;
        }

        .page-content,
        .services-list,
        .reference-detail-info,
        .reference-detail-text {
            padding: 30px 15px;
        }

        .page-nav,
        .reference-detail-title {
            margin-bottom: 20px;
        }

        .about-img {
            float: none;
            display: block;
            margin-left: 0;
        }

        .references-info {
            margin: 0 0 20px;
            padding-left: 0;
        }

        .reference-item,
        .info-form-group form-group,
        .info-form-group input,
        .info-form-group button,
        .contact-right,
        .contact-left,
        .contact-form .half-item,
        .news-item,
        .job-list-item,
        .contact-form .half,
        .sub-services-item {
            width: 100%;
        }

        .info-form-group .form-group {
            display: block;
        }

        .reference-desc {
            padding-right: 15px;
        }

        .reference-body {
            padding: 20px 0 20px 15px;
        }

        .sector-item,
        .services-item,
        .ll-item {
            width: 50%;
        }

        .services-detail-top,
        .reference-detail-text {
            margin: 0;
        }

        .contact-right {
            padding: 30px 0 0 0;
        }

        .reference-detail-info-desc strong {
            font-size: 24px;
        }
    }

    @media (max-width: 580px) {
        .products-cat-item {
            width: 100%;
        }

        .products-mod-item {
            width: 100%;
        }
        .fixed-menu .page-menu ul {
            width: 300px;
        }
        .page-menu li a {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .sector-item,
        .services-item,
        .ll-item {
            width: 100%;
        }
    }

    @media (max-width:380px){
        .fixed-menu .page-menu ul {
            width: 208px;
        }
        .page-menu li a {
            font-size: 13px;
        }
    }
.product-detail-slider button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    outline: none;
    border: 0px;
    background: #ff000f;
    margin-right: 3px;
}
    .product-detail-slider button.owl-dot.active {
        background: #cb202a;
    }
