@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Text:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
@import url(jqueryui.css);
@import url(../symbol/style.css);

/* 
	Author: Fatih Civelek / Date: 09-03-2021 
	font-family: 'Raleway', sans-serif;
	font-family: 'Big Shoulders Stencil Text', cursive;
	font-family: 'Oswald', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Cairo', sans-serif;
*/

@font-face {
    font-family: 'ElegantIcons';
    src: url('../symbol/ElegantIcons.eot');
    src: url('../symbol/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../symbol/ElegantIcons.woff') format('woff'), url('../symbol/ElegantIcons.ttf') format('truetype'), url('../symbol/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll\9
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

input[type="submit"],
input[type="text"] {
    -webkit-appearance: none
}

input[type=submit] {
    -webkit-appearance: none
}

input,
textarea,
select {
    font-size: 15px;
    color: #313131;
    font-family: 'Raleway', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

b {
    font-weight: 800;
}

a,
img {
    border: none;
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer !important;
    color: #990000;
}

.clear {
    clear: both;
    display: block;
}

.clear.margin {
    height: 30px;
}

.ui-tooltip {
    width: auto;
    text-align: center;
    position: absolute;
    opacity: 1;
    background-color: rgba(0, 0, 0, .9);
    box-shadow: none;
    padding: 0;
    border: 1px solid #444;
    color: #fff;
}

.ui-tooltip-content {
    position: relative;
    padding: .26rem .46rem;
    font-weight: 600;
}

@media (max-width:480px) {
    .ui-tooltip {
        display: none!important;
    }
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 1rem 0 0 0;
    padding: 0;
    width: 100%;
}

table tr {
    border: 1px solid #ddd;
}

table tr:nth-child(even) {
    background-color: #f8f8f8;
}

table th,
table td {
    padding: .6rem .9rem;
    text-align: left;
    font-size: 1rem;
}

table th {
    letter-spacing: .1em;
    padding: 1rem .6rem;
    font-weight: 700;
    background-color: #eee;
}

table td a {
    text-align: center;
    display: block;
    width: 30px;
}

@media screen and (max-width:1024px) {
    table {
        border: 0;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td a {
        width: 100%;
        text-align: right;
        font-size: 1.2rem;
    }
    table td::before {
        /*content: attr(aria-label);*/
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}

body {
    font-family: 'Cairo', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #222;
    padding: 0;
    background: transparent;
    overflow-x: hidden;
    overflow-y: scroll;
}

#container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 1024px) {
    #container {
        width: 100%;
    }
}

.upper {
    width: 100%;
    padding: 15px 0;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #990000;
}

.upper .wrapper {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.upper-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: .2s;
}

.upper-button a {
    width: auto;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 .6rem;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 0 0 5px;
    font-size: .8rem;
    border-radius: 5px;
}

.upper-button a:nth-child(3) {
    margin: 0 15px 0 5px;
}

.upper-button span {
    margin: 0 .4rem 0 0;
}

.upper-button i {
    font-style: normal;
}

.hotline {
    background-color: #990000;
    color: #fff;
}

.email {
    background-color: #111;
    color: #fff;
}

.whatsapp {
    background: url(../svg/whatsapp.svg) 10px center no-repeat;
    background-size: 16px;
    padding: 0 1rem 0 2rem!important;
    background-color: #43a71b;
    color: #fff;
    text-align: right!important;
}

.whatsapp.mobile {
    display: none;
}

.facebook {
    background-color: #eee;
    color: #555;
}

.instagram {
    background-color: #eee;
    color: #555;
}

.linkedin {
    background-color: #eee;
    color: #555;
}

.youtube {
    background-color: #eee;
    color: #555;
}

.facebook:hover {
    background-color: #1877f2;
    color: #fff;
}

.instagram:hover {
    background-color: #d82bad;
    color: #fff;
}

.linkedin:hover {
    background-color: #0864db;
    color: #fff;
}

.youtube:hover {
    background-color: #e31f24;
    color: #fff;
}

.search {
    background-color: #111;
    margin: 0 0 0 25px;
}

.search:before {
    font-family: "ElegantIcons";
    content: "\55";
    color: #fff;
}

.search.search_hover:before {
    content: "\4d";
}

@media (max-width: 1024px) {
    .upper-button {}
    .facebook,
    .instagram,
    .linkedin,
    .youtube {
        display: none;
    }
    .whatsapp {
        display: none;
    }
    .whatsapp.mobile {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 10px;
        margin: 0;
        z-index: 99;
    }
}


/* Search */

.search_form {
    display: none;
    width: 300px;
    height: auto;
    margin: 0;
    padding: 25px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dedede;
    position: absolute;
    top: 90px;
    right: 5%;
    overflow: hidden;
    transition: .2s;
    z-index: 999;
}

.search_input {
    font-size: .9rem;
    background: #fff;
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    color: #111;
    border: 1px solid #dedede;
    display: block;
    float: left;
}

.search_submit {
    display: block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    margin: 0;
    float: right;
    border-radius: 3px;
    border: 0px solid #111;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: #990000;
    background-image: url(../svg/view.svg);
    color: #111;
    text-indent: -99999px;
    cursor: pointer;
}


/* HEADER */

header {
    width: 100%;
    padding: 15px 0;
    display: table;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

header .wrapper {
    display: block;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1024px) {
    header {
        padding: 5px 0;
    }
}

.logo {
    width: 150px;
    height: 75px;
    display: block;
    margin: 0;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    transition: .2s;
    float: left;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .logo {
        width: 150px;
        margin: 0;
    }
}

.toggleMenu {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 1.2rem 0 0 0;
    border-radius: 5px;
    background-color: #990000;
    background-image: url(../svg/menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    float: right;
}

.toggleMenu.toogle_hover {
    background-image: url(../svg/menu_close.svg);
}


/* NAV */

nav {
    margin: 1.4rem 0 0 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 250;
    float: right;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 250;
}

.nav:before,
.nav:after {
    content: "";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: auto;
    min-width: 250px;
}

.nav a {
    display: block;
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 .8rem;
    margin: 0;
    text-align: center;
    transition: .1s;
    -webkit-transition: .1s;
    overflow: hidden;
    position: relative;
}

.nav>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}

.nav>li:hover>a {
    color: #990000;
}

.nav>li>a.parent:before {
    font-family: ElegantIcons;
    content: "\33";
    margin: 0;
    color: #fff;
    position: absolute;
    right: -10px;
    top: 7px;
}

.nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #990000;
    transition: width .3s;
    position: relative;
    top: 0px;
}

.nav>li:hover>a:after {
    width: 100%;
    transition: width .3s
}

.nav>li>a.active::after {
    width: 100%;
    transition: width .3s
}

.nav li ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    padding: 0;
}

.nav li.hover>ul {
    display: block;
    top: 100%;
    left: 0;
}

.nav li li.hover ul {
    display: block;
    top: 0;
    left: 100%;
}

.nav li ul li {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav li ul li a {
    display: block;
    background: #404040;
    font-size: .9rem;
    color: #fff;
    padding: 8px 10px;
    height: auto;
    line-height: normal;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #313131;
}

.nav li ul li:last-child a {
    border-bottom: 0;
}

.nav li ul li a:hover,
.nav li ul li:hover>a {
    background: #939499;
    color: #fff;
}

.nav li.language {
    border-left: 1px solid #ccc;
}

.nav li.language ul {
    margin: 0;
}

.nav li.language ul li {
    width: 100px;
}

.nav li.language ul li a {
    font-weight: 700;
    color: #fff;
}

.nav li.language a img {
    width: 30px;
    height: 30px;
    margin: 0 1rem 0 0;
    float: left;
}

@media (max-width: 1366px) {
    nav {
        width: auto;
        margin: 1.6rem 0 0 2rem;
    }
}

@media (max-width: 1024px) {
    nav {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }
    .nav {
        width: 270px;
        height: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        position: fixed;
        display: none;
        overflow: hidden;
        z-index: 9999999;
        top: 0;
        left: 0;
        background: #fff;
        overflow-y: auto;
        border-right: 1px solid #dedede
    }
    .nav>li {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        position: relative;
        border-bottom: 1px solid #eee
    }
    .nav>li a {
        display: block;
        color: #444;
        font-size: 1rem;
        height: auto;
        padding: 8px 20px;
        line-height: normal;
        text-align: left;
        font-weight: 700;
        transition: .3s;
        -webkit-transition: .3s;
        border-bottom: 0
    }
    .nav li:hover>a {
        border: none!important
    }
    .nav>li>a.parent:before {
        color: #111;
        right: 15px;
        top: 15px;
    }
    .nav li ul {
        list-style: none;
        width: 100%;
        position: static;
        margin: 0;
        padding: 0
    }
    .nav li ul li {
        border: none;
        margin: 0;
        padding: 0;
        position: relative
    }
    .nav li ul li a {
        padding: 0 20px;
        line-height: 40px;
        font-weight: 500;
        height: auto;
        font-size: 1rem;
        border-bottom: 0
    }
    .nav li ul li li a {
        font-weight: 300
    }
    .nav li ul li a:hover,
    .nav li ul li:hover>a {
        color: #fff;
        border: none!important
    }
    .nav li li.hover ul,
    .nav li.hover>ul {
        position: static
    }
    .nav li.hover>ul {
        max-height: 1000px;
        transform: scale(1);
    }
    .nav li li.hover ul {
        max-height: 1000px;
        top: 0;
    }
    .nav li.language {
        border-left: 1px solid #ccc;
    }
    .nav li.language ul li {
        width: 100%;
    }
    .nav li.language a img {
        margin: .2rem 1rem 0 0;
        height: 25px;
        width: 25px;
    }
}


/* PARALLAX */

.parallax {
    width: 100%;
    height: 100%;
}

.parallax.overflow,
.parallax.overflow .parallax-wrapper {
    height: auto;
    min-height: 100%;
}

.parallax.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50% \9 !important;
}

.parallax-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.parallax-scroll {
    display: block;
    position: relative;
}

.parallax.normal {
    height: auto;
    padding: 0;
}

.parallax.banner {
    height: auto;
    position: relative;
    margin: 0 0 0 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 5px #ccc;
}

.parallax.heading {
    height: auto;
    margin: 95px 0 0 0;
    background-color: #eee;
    border-bottom: 1px solid #dedede;
}

.parallax.announcement {
    height: auto;
    padding: 0;
    overflow: hidden;
}

.parallax.references {
    height: auto;
    padding: 0 5%;
    overflow: hidden;
}

.parallax.head {
    height: 0;
    margin: 0;
    background-color: #333;
    border-bottom: 1px solid #dedede;
}

.parallax.title {
    height: auto;
    background-color: #eee;
    border-bottom: 1px solid #dedede;
}

/* Banner Title */

.banner-title {
    width: 100%;
    margin: 0;
    padding: 0 15%;
    text-align: center;
    position: absolute;
    top: 35%;
    z-index: 9999;
}

.banner-title h1,
.banner-title h2 {
    margin: 0;
    padding: .6rem;
    line-height: 115%;
    text-shadow: 0 0 2px #111;
    color: #fff;
}

.banner-title h1 {
    font-size: 3rem;
    font-weight: 700;
    display: inline-block;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 0rem;
}

.banner-title h2 {
    margin: .4rem 0 0 0;
    font-size: 1.4rem;
    font-weight: 300;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5)
}

@media (max-width: 1024px) {
    .banner-title {
        width: 90%;
        top: 35%;
        left: 0;
        padding: 50px;
        text-align: left;
    }
    .banner-title h1 {
        font-size: 1.7rem;
    }
    .banner-title h2 {
        font-size: 1rem;
    }
}


.banner-desk {
    display: block;
}

.banner-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .banner-desk {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
}

.scrollbutton {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 30%;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
}

.scrollbutton .scrolldown {
    width: 100px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0;
    background-image: url(../svg/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    background-color: #111;
    animation: arrowDown .8s infinite;
    transform: translateY(0px);
}

.scrollbutton.sticky {
    transform: scale(0);
}

@media (max-width:1024px) {
    .scrollbutton {
        bottom: 5%;
    }
    .scrollbutton .scrolldown {
        width: 50px;
        height: 50px;
        background-size: 30px;
    }
}

@keyframes arrowDown {
    0% {
        transform: translateY(20px);
        opacity: .3;
    }
    50% {
        transform: translateY(10px);
        opacity: .5;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.readmore {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0 0;
    padding: 0 15px 0 0;
    background-color: #990000;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    position: relative;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    overflow: hidden;
}

.readmore.align-center {
    margin: 50px auto 0 auto;
    display: block;
    width: 250px;
}

.readmore:hover {
    background-color: #990000;
    color: #fff;
}

.readmore span {
    margin: 0 15px 0 0;
    float: left;
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    transition: .3s;
    background-color: #990000;
}

.readmore:hover span {
    background-color: #990000;
}

.readmore span:before {
    font-family: "ElegantIcons";
    content: "\35";
    transition: .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
}

.readmore:hover span:before {
    color: #fff;
}

.company {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.company-left {
    width: 50%;
    padding: 100px 100px 100px 50px;
    float: left;
    display: block;
    background-color: #111;
    color: #fff;
}

.company-left h1 {
    font-size: 3.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.company-left h2 {
    font-size: 1.2rem;
    font-weight: 300;
}

.company-right {
    width: 50%;
    float: right;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.company-right img {
    width: 100%;
    vertical-align: bottom;
}

@media (max-width: 1024px) {
    .company {
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .company-left {
        width: 100%;
        padding: 25px;
    }
    .company-left h1 {
        font-size: 2.4rem;
        line-height: 110%;
    }
    .company-left h2 {
        font-size: 1.2rem;
    }
    .company-right {
        width: 100%;
        height: 300px;
        border: 0;
    }
}

.heading {
    width: 85%;
    padding: 1rem 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    font-weight: 700;
}

.heading * {
    margin: 0;
    padding: 0;
    font-size: 2rem;
}

.heading-left {
    float: left;
    width: 80%;
}

.heading-back {
    float: right;
    width: auto;
}

.heading-back a {
    display: inline-block;
}

@media (max-width: 1024px) {
    .heading {
        width: 100%;
        padding: 1rem;
    }
}


/* Headline */

.headline {
    width: 1000px;
    margin: 75px auto;
    display: block;
    text-align: center;
    color: #111;
}

.headline.align-left {
    text-align: left;
    width: 100%;
}

.headline.align-right {
    text-align: right;
    width: 100%;
}

.headline.white {
    color: #fff;
}

.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
    padding: 0;
    line-height: 110%;
}

.headline h3 {
    font-size: 2.6rem;
    font-weight: 700;
}

.headline h4 {
    font-size: 1.1rem;
    width: 75%;
    margin: 10px auto;
    font-weight: 300;
}

.headline h5 {
    font-size: 2.6rem;
    font-weight: 700;
}

.headline h6 {
    font-size: 1.1rem;
    margin: 10px auto;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .headline {
        width: 95%;
    }
    .headline h3 {
        font-size: 2rem;
    }
    .headline h4 {
        font-size: 1rem;
        width: 75%;
        margin: 10px auto;
        font-weight: 300;
    }
    .headline h5 {
        font-size: 1.4rem;
    }
    .headline h6 {
        font-size: 1rem;
        margin: 10px auto;
        font-weight: 300;
    }
}

.page {
    width: 85%;
    padding: 25px 0;
    margin: 0 auto;
    display: block;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .page {
        width: 90%;
        padding: 25px 0;
    }
}


/* Blocks */

.blocks {
    width: 85%;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {
    display: block;
    width: 30%;
    margin: 0 0 1% 0;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.block a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: -20px -20px 0 #eee;
    transition: .2s;
}

.block:hover a {
    box-shadow: -25px -25px 0 #ccc;
}

.block a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/marker.png) center center no-repeat;
    background-size: 150px;
}

.block img {
    width: 100%;
    vertical-align: bottom;
}

.block h6 {
    color: #111;
    padding: 15px 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 100%;
}

.block h6::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #990000;
    transition: width .3s;
    position: relative;
    top: 10px;
    margin: 0 auto;
}

.block:hover h6::after {
    width: 50%;
    transition: width .3s
}

.block h6.active::after {
    width: 100%;
    transition: width .3s
}

@media (max-width: 1024px) {
    .blocks {
        width: 90%;
        margin: 25px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .block {
        width: 48%;
        margin: 5% 0;
    }
    .block h6 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .blocks {
        width: 80%;
    }
    .block {
        width: 100%;
        margin: 5% 0;
    }
}

.news {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: linear-gradient(#eee, #eee);
    padding: 5%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.news .col1 {
    width: 47.7%;
}

.news .col2 {
    width: 45%;
}

@media (max-width:1024px) {
    .news {
        width: 90%;
    }
    .news .col1 {
        width: 100%;
    }
    .news .col2 {
        width: 100%;
    }
}

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon {
    width: 48%;
    margin: 0 0 1.4rem 0;
}

.icon h6 {
    font-size: 2.4rem;
    margin: 1.2rem 0;
    padding: 0;
}

.icon i {
    font-size: 3.4rem;
    margin: 1rem 1rem 0 0;
    float: left;
    color: #990000;
}

@media (max-width:1024px) {
    .icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .icon {
        width: 100%;
        margin: 1.4rem 0;
    }
    .icon h6 {
        font-size: 2.4rem;
        margin: 1.2rem 0;
        padding: 0;
    }
    .icon i {
        font-size: 3.4rem;
        margin: 1rem 1rem 0 0;
        float: left;
        color: #990000;
    }
}

.carousel {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.carousel .owl-item {
    margin: 0!important;
    padding: 0!important;
    display: block;
    float: left;
    transition: .2s;
}

.carousel .owl-item img {
    width: 100%;
    vertical-align: bottom
}

.carousel .owl-next,
.carousel .owl-prev {
    background-color: transparent!important;
    color: #333!important
}

.carousel .owl-next {
    right: 0px!important
}

.carousel .owl-prev {
    left: 0px!important
}

.carousel .owl-controls {
    z-index: 0!important;
}

.banner-carousel .owl-item {
    overflow: hidden;
}


/* .banner-carousel .owl-item img {
    animation: zoomInout 8s infinite;
} */

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
    background-color: #990000!important;
    color: #fff!important
}

@media (max-width:1024px) {
    .banner-carousel .owl-next,
    .banner-carousel .owl-prev {
        display: none!important;
    }
}

.news-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-carousel .owl-item {
    padding: 0;
    border: 0;
    color: #111;
    background-color: #ccc;
}

.news-carousel .owl-item img {
    width: 100%;
    border: 1px solid #ccc;
}

.news-carousel .owl-controls {
    top: 35% !important;
}

.news-carousel p {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0;
    padding: 0 20px;
}

.news-carousel span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 100%;
    padding: 0 20px;
    margin: 0 0 25px 0;
}

.news-carousel .owl-controls {
    top: 32%!important;
}

.news-carousel .owl-next,
.news-carousel .owl-prev {
    color: #111!important
}

.news-carousel .owl-next {
    right: 25px!important
}

.news-carousel .owl-prev {
    left: 25px!important
}

@media (max-width:1024px) {
    .news-carousel {
        margin: 0px 0;
        padding: 0;
        list-style: none;
    }
    .news-carousel .owl-controls {
        top: 35% !important;
    }
    .news-carousel p {
        font-size: 1.2rem;
        font-weight: 600;
    }
}


/* @keyframes zoomInout {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
} */

.references-carousel {
    margin: 50px 0;
    padding: 0;
    list-style: none;
}

.references-carousel .owl-item {
    padding: 0 10px!important;
}

.references-carousel .owl-item img {
    border: 1px solid #dedede;
    border-radius: 10px;
    width: 100%;
}

.references-carousel .owl-controls {
    display: none!important;
}


/* Products */

.products {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.product {
    width: 23.5%;
    float: left;
    margin: 0 2% 2% 0;
    display: block;
    overflow: hidden;
    border: 1px solid #dedede;
    text-align: center;
}

.product a:nth-child(4n+0) {
    float: right;
    margin: 0 0 2% 0
}

.product a {
    display: block;
    width: 100%;
    border: 1px solid #dedede;
    position: relative;
}

.product a::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    position: absolute;
    background: url(../svg/view.svg) center center no-repeat;
    background-size: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
    z-index: 0;
}

.product:hover a:before {
    height: 100%;
}

.product a img {
    width: 100%;
    vertical-align: bottom;
}

.product p {
    color: #111;
    padding: 0;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    line-height: 120%;
    text-align: center;
}

@media (max-width: 1024px) {
    .products {
        flex-wrap: wrap;
    }
    .product {
        width: 100%;
    }
}


/* Galeri */

.galeri {
    display: block;
    overflow: hidden;
    margin: 15px 0
}

.galeri_item {
    width: 18.4%;
    float: left;
    margin: 0 2% 2% 0;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
}

.galeri_item:nth-child(5n+0) {
    float: right;
    margin: 0 0 2% 0
}

.galeri a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 200px;
}

.galeri a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/marker.png) center center no-repeat;
    background-size: 150px;
    opacity: .6;
}

.galeri a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
}

.galeri span {
    display: block;
    height: 50px;
    color: #111;
    padding: 0 5%;
    text-align: center;
    border-top: 1px solid #dedede;
}

.galeri.references a {
    height: auto;
}

.galeri.references a img {
    height: auto;
    width: 100%;
    min-height: 0;
    position: static;
}

.galeri.references span {
    display: none;
}

.galeri.references a:after { display: none!important;}

@media (max-width:1024px) {
    .galeri {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        margin: 25px 0
    }
    .galeri_item {
        width: 49%;
        margin: 0 0 2% 0;
    }
}


/* FOOTER */

footer {
    width: 100%;
    padding: 50px 0;
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: #990000;
}

footer>.wrapper {
    width: 85%;
    margin: 0 auto;
}

.columns {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.columns .cols {
    width: 33%;
}

.columns .cols:last-child {
    width: 50%;
}

.columns .cols .title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.columns .cols a {
    color: #fff;
    display: block;
}

.columns .cols i {
    margin: 0 10px 0 0;
}

.columns .cols a:hover {
    opacity: .8;
}

.contact {
    color: #fff;
}

.contact p {
    margin: 5px 0;
    padding: 0;
}

.contact a {
    color: #fff;
}

@media (max-width:1024px) {
    .columns {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .columns .cols {
        width: 100%;
        margin: 1rem 0;
    }
    .columns .cols:last-child {
        width: 100%;
    }
}

.bottom {
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    color: #111;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dedede;
}

.bottom .wrapper {
    width: 85%;
    margin: 0 auto;
    display: block;
}

.webtasarim {
    display: block;
    margin: 0;
}

.webtasarim a {
    width: 75px;
    height: 50px;
    display: block;
    overflow: hidden;
    background: url(../images/brandmedya.svg) 0 0 no-repeat;
    background-size: 100%;
    float: right;
}

.webtasarim a:hover {
    filter: gray;
    -webkit-filter: grayscale(50%);
}

.webtasarim {
    display: block;
    margin: 25px 0 0 -10px;
}

.copyright {
    float: left;
}

@media (max-width:1024px) {
    .webtasarim {
        display: block;
        margin: 25px auto;
    }
    .webtasarim a {
        margin: 0 auto;
    }
}

#map_container {
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 0;
    filter: gray;
    opacity: .9;
    -webkit-filter: grayscale(50%);
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #dedede;
}

#map_container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* Contact Form */

.contact_info {
    display: block;
    overflow: hidden;
    margin: 25px 0 40px 0;
    font-weight: 600;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
}

.contact_info .row {
    display: block;
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
    padding: 25px;
    line-height: 120%;
    color: #555;
    border: 1px solid #dedede;
}

.contact_info .row a {
    display: block;
}

.contact_info .row:last-child {
    float: right;
    margin: 0;
}

.contact_info .row .icon {
    font-family: "ElegantIcons";
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 3rem;
    color: #444;
}

@media (max-width: 1024px) {
    .contact_info {
        display: block;
        overflow: hidden;
        margin: 25px 0;
        font-size: 1.2rem;
    }
    .contact_info .row {
        width: 100%;
        margin: 0;
        float: left;
        padding: 25px;
    }
}

.contact_form {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_row {
    width: 49%;
    display: block;
    overflow: hidden;
    color: #111;
    margin: 0 0 10px 0;
    padding: 0;
}

.form_row input,
.form_row textarea {
    width: 100%;
    font-size: 1rem;
    display: block;
    padding: 0 20px;
    margin: 10px 0;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #444;
    border: 1px solid #dedede;
    -webkit-transition: .2s;
    transition: .2s;
}

.form_row input.code {
    width: 50%;
}

.form_row textarea {
    height: 180px;
}

.form_row input:focus,
.form_row textarea:focus {
    border: 1px solid #D80027;
    background: #f7f7f7;
}

.form_row .security {
    display: block;
    padding: 0 10px 0 0;
    text-align: center;
    float: left;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e40230;
}

.form_row input[type="submit"] {
    width: 100%;
    height: 55px;
    float: right;
    font-size: 1.3rem;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    margin: 20px 0 0 0;
    display: block;
    border: none;
    background-color: #1a1a1a;
    color: #fff;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    border-radius: 5px;
}

.form_row input[type="submit"]:hover {
    color: #fff;
    background-color: #333;
}

@media (max-width: 1024px) {
    .contact_form {
        width: 100%;
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form_row {
        width: 108%;
        display: block;
        overflow: hidden;
        color: #111;
        margin: 0;
        padding: 0;
    }
    .form_row input,
    .form_row textarea {
        margin: 0 0 10px 0;
    }
}


/* LIGHTBOX */

.lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1.00);
    -webkit-filter: none !important;
    filter: none !important;
    z-index: 999999999999 !important;
}

.lightbox img {
    display: block;
    position: absolute;
}

.lightbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/marker.png) center center no-repeat;
    background-size: 250px;
    opacity: .6;
}

.lightbox-loading {
    background: url(../images/loading.gif) center center no-repeat;
    width: 80px;
    height: 80px;
    margin: -20px 0 0 -16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.lightbox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9998;
}

.lightbox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.lightbox-button {
    position: absolute;
    z-index: 9999;
    background: no-repeat center center;
    width: 32px;
    height: 32px;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
    opacity: 1;
}

.lightbox-close {
    right: 30px;
    top: 20px;
    background-image: url('../images/svg/close.svg');
    background-size: 25px;
}

.lightbox-nav {
    top: 47%;
    width: 100%;
    margin-top: -16px;
}

.lightbox-nav-next {
    right: 30px;
    width: 40px;
    height: 40px;
    background-image: url('../images/svg/next.svg');
    background-size: 60px;
}

.lightbox-nav-prev {
    left: 30px;
    width: 40px;
    height: 40px;
    background-image: url('../images/svg/prev.svg');
    background-size: 60px;
}


/* Animations */

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.anime-left {
    opacity: 0;
    transition: all .1s linear;
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.anime-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.anime-right {
    opacity: 0;
    transition: all .1s linear;
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.anime-right.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.anime-top {
    opacity: 0;
    transition: all .1s .1s linear;
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.anime-top.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.anime-bottom {
    opacity: 0;
    transition: all .1s .1s linear;
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.anime-bottom.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.anime-zoom {
    opacity: 0;
    transition: all .1s linear;
    transform: scale(0);
}

.animation-element.anime-zoom.in-view {
    opacity: 1;
    transform: scale(1);
}
.alert {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0!important;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.80);
    border-top: 1px solid #eee;
}

.alert a {
    font-weight: 700;
    color: #ec1212;
}

.alert button {
    background: none;
    margin: 0 10px 0 0;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    font-size: 1.2rem;
    float: right;
    background-color: #eee;
    cursor: pointer;
}


/* MODAL */

.modal,
.modal-box {
    z-index: 999999999;
}

.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.modal .modal-box {
    position: relative;
    width: 50%;
    margin: 50px auto;
    animation-name: modalbox;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    background-color: #FFF;
    padding: 0;
    border-radius: 2px;
    overflow: hidden;
}

.modal .modal-header {
    padding: 0;
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.modal .modal-header .modal-header-title {
    font-size: 24px;
    color: #0c304a;
    font-weight: 600;
}

.modal .modal-header .modal-header-title span {
    display: block;
    color: #666;
    font-size: 12px;
}

.modal .modal-header a.close {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #dedede url(https://www.dijitalkuzgun.com/assets/images/svg/close.svg) center center no-repeat;
    background-size: 15px;
    opacity: .6;
    transition: .2s;
}

.modal .modal-header a.close:hover {
    opacity: 1;
}

.modal .modal-body {
    font-size: 16px;
    padding: 25px;
    color: #75818c;
}

.modal .modal-footer {
    display: none;
    text-align: center;
    padding: 15px 0;
    background: #f7f7f7;
    border-top: 1px solid #eee;
}

@media (max-width:1024px) {
    .modal .modal-box {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .modal .modal-box.fullsize {
        width: 100%;
    }
}