/* scrollbar start */
::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
    border-left-color: 1px solid rgba(0, 0, 0, 0.2);
}


@font-face {
    font-family: 'Droid-Arabic-Kufi';
    src: url(../fonts/Droid-Arabic-Kufi.ttf);
}

@font-face {
    font-family: 'Droid-Arabic-Kufi-Bold';
    src: url(../fonts/Droid-Arabic-Kufi-Bold.ttf);
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

.homeNews h2 {
    font-family: 'Droid-Arabic-Kufi-Bold' !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

/* scrollbar end */

::selection {
    background-color: #0098d6;
    color: #fff;
}

/* ortak start */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* :focus {
    box-shadow: none !important
}

a {
    text-decoration: none !important;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.sedx {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

li {
    list-style: none !important;
}

ul {
    padding-left: 0rem !important;
}

body {
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    line-height: 22px;
    background-color: #fff !important;
    overflow-x: hidden !important;
}

b,
strong {
    font-weight: bold !important;
}

p {
    font-size: 18px;
    line-height: 22px;
}

p span {
    font-size: 20px;
    line-height: 21px;
}

p b {
    font-size: 18px;
    line-height: 21px;
}


.footer-unvan {
    font-weight: 500 !important;
}


.anadiv {
    position: relative;
    float: left;
    width: 100%;
}

.no-pad {
    padding: 0 !important;
}

#close {
    display: none;
}

.newsDetailImg {
    margin: 0px 0 8px 0;
}

.innovationPackagingRightPad a figure img {
    height: 360px !important;
    /* object-fit: cover !important; */
}

.haberGaleri {
    position: relative;
    padding: 0px 5px;
    margin-bottom: 30px;
}

.haberGaleri img {
    position: relative;
    width: 100%;
}

.haberGaleriTwo {
    position: relative;
    padding: 10px 5px;
}

.haberGaleriTwo img {
    position: relative;
}

.appBox p strong span {
    font-weight: 300;
    text-align: center;
    display: block;
    font-size: 18px;
}

.home-proje .proje-detail-right p strong span {
    font-weight: 300;
    display: block;
    font-size: 18px;
}

.home-proje .proje-detail p strong span {
    font-weight: 300;
    display: block;
    font-size: 18px;
}

.header-light nav.main-manu ul li a {
    color: #222 !important;
}

.header-light nav.main-manu ul li a:after {
    background-color: #222 !important;
}

.header-light nav.main-manu ul li ul li a:hover {
    color: #fff !important;
}

.scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.scroolstart {
    scroll-snap-align: start !important;
}

.header {
    padding: 0px 0 !important;
    height: 90px;
    z-index: 2;
}

.header .logo {
    float: left;
    z-index: 3;
    top: 0;
    position: relative;
    padding: 13px 0;
}

.header .logo img {
    position: relative;
    width: 148px;
}

.header nav.main-manu {
    margin-top: 30px;
    float: right;
}

.openMenu {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.openMenu li {
    float: left;
    position: relative;
    width: 100%;
}

.openMenu li a {
    float: left;
    position: relative;
    padding: 6px 3px !important;
    width: 100%;
}

.openMenu li:nth-child(1n) a {
    border-bottom: none;
}

.openMenu li:nth-child(2n) a {
    border-bottom: none;
}

.openMenu li:nth-child(3n) a {
    border-bottom: 1px solid #ccc;
    width: 76%;
}

.openMenu li:nth-child(4n) a {
    border-bottom: 1px solid #ccc;
    width: 74%;
}

.openMenu li:nth-child(5n) a {
    border-bottom: nonn;
}

.openMenu li:nth-child(6n) a {
    border-bottom: 1px solid #ccc;
    width: 72%;
}

.header nav.main-manu ul {
    margin-left: 40px;
    position: relative;
    float: left;
}

.header nav.main-manu ul li {
    float: left;
    margin-right: 14px;
    list-style: none;
    position: relative;
    z-index: 9;
}

.header nav.main-manu ul li:last-of-type {
    margin-right: 8px;
}

.header nav.main-manu ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    z-index: 9;
    font-weight: 500;
    padding: 3px 6px;
}

.header nav.main-manu ul li a i {
    margin-right: 5px;
}

.header nav.main-manu ul li i {
    color: #000;
    margin-left: 9px;
    font-size: 15px;
    position: relative;
    top: -1px;
    font-weight: bold;
}

.header nav.main-manu ul li a:hover {
    color: #0387d0;
}

.header nav.main-manu ul li a.active {
    color: #18bff1;
}

.header nav.main-manu ul li a:after {
    content: '';
    position: absolute;
    left: -10px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    bottom: -3px;
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sabitheader {
    position: fixed;
    width: 100%;
    height: 78px;
    background-color: rgb(28 28 28 / 85%);
    z-index: 100;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    box-shadow: 0px 1px 21px -12px #000000a6;
}

.sabitheader .logo {
    padding: 12px 0px !important;
    margin-top: 0;
}

.sabitheader .logo img {
    width: 112px;
    margin: 0px 0;
}

.sabitheader nav ul li ul {
    padding-top: 50px !important;
}

.sabitheader nav ul li ul li ul {
    padding-top: 0px !important;
}

.sabitheader nav ul li ul:before {
    top: 30px !important;
}

.sabitheader nav {
    margin-top: 22px !important;
}

.header nav.main-manu ul li a:hover:after,
.header nav.main-manu ul li a.active:after {
    width: calc(50% + 10px);
}

.header nav.main-manu ul li a:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 0;
    height: 1px;
    bottom: -3px;
    background-color: #0387d0;
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header nav.main-manu ul li ul.kurumsalacilirmenu {
    margin-left: 40%;
}

.header nav.main-manu ul li a:hover:before,
.header nav.main-manu ul li a.active:before {
    width: calc(50% + 10px);
    height: 2px;
}

.header nav.main-manu>ul>li>ul {
    position: absolute;
    width: 250px;
    padding-top: 46px;
    margin-top: 4px;
    top: 0;
    left: -50%;
    z-index: 8;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: left 70px 0;
    visibility: hidden;
}

.header nav.main-manu>ul>li>ul.a-menu-kurumsal {}

.header nav.main-manu>ul>li>ul:before {
    top: 26px;
    left: 51%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #0387d0;
    border-width: 10px;
    margin-left: -105px;
}

.header nav.main-manu ul li:hover>ul {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}

.header nav.main-manu ul li ul>li {
    background-color: #ffffff;
    padding: 0px 5px;
    width: 100%;
    /* border-bottom: 1px solid #e8e8e8; */
    /* border-top: 1px solid #f5f5f5; */
}

.header nav.main-manu ul li ul>li>ul>li {
    background-color: #1f1b4f;
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.header nav.main-manu ul li ul li a {
    padding: 6px 13px;
    color: #05040a;
    display: block;
    font-size: 13px;
}

.header nav.main-manu ul li ul li ul li a {
    padding: 7px 20px;
    color: #fff;
    display: block;
    font-size: 13px;
}

.header nav.main-manu ul li ul li ul li a:hover {
    background-color: #fff;
    color: #000;
}

.header nav.main-manu ul li ul li a:hover:before {
    display: none;
}

.sabitheader.header-light {
    background-color: #fff !important;
}

.header nav.main-manu ul li ul li a:hover:after {
    display: none;
}

.header nav.main-manu ul li ul li a:hover {
    /* background-color: #0387d0; */
    color: #0387d0 !important;
}

.header nav.main-manu ul li ul.language {
    width: 75px;
    margin-left: 30px;
}

.header nav ul li ul li ul {
    position: absolute;
    width: 250px;
    padding-top: 0;
    margin-top: 0;
    top: 0;
    left: 264px !important;
    z-index: 99;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: left 70px 0;
    visibility: hidden;
    margin-left: 0px !important;
}

.header nav ul li ul li:hover>ul {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}

.header nav ul li ul li li ul {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #e6e6e6;
    border-left: 6px solid #222;
    text-align: left;
}

#yukari {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #000;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    transition: all .3s ease;
    z-index: 999;
    border: 2px solid #fff;
}

#yukari i {
    position: relative;
    left: 15px;
    top: 13px;
    color: #fff;
    margin: 0;
    font-size: 20px;
    transition: all .3s ease;
}

#yukari:hover {
    background-color: #ffffff;
    border-color: #000;
}

#yukari:hover i {
    color: #000;
}

.header nav ul li ul li li ul a:before {
    display: none;
}

.header nav ul li ul li li ul a {
    padding: 10px 20px;
    color: #222;
    display: block;
    font-weight: 500;
}

.header nav ul li ul li li ul a:hover:before {
    display: none;
}

.header nav ul li ul li li ul a:hover:after {
    display: none;
}

.header nav ul li ul li li ul a:hover {
    background-color: #222222;
    color: #fff;
}

.header nav ul>li>ul>li>ul:before {
    top: 9px;
    left: 41.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #1f1b4f;
    border-width: 10px;
    margin-left: -125px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.header nav.main-manu ul li ul.language:before {
    left: 146%;
}

.header nav.main-manu ul li a img {
    width: 26px;
    position: relative;
    top: -2px;
}

.container {
    max-width: 90% !important;
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 !important;
    float: left;
    height: calc(100vh);
    background: #fff;
    margin-top: -90px;
}

.slider .caption img {
    width: auto
}

.owl-paketTipleri .owl-stage {
    margin: 0 auto;
}

.owl-tartilabilirUrunler .owl-stage {
    margin: 0 auto;
}

.slider .item .slides {
    height: calc(100vh);
    width: 100%;
    position: absolute;
}

.slider .item .slide1 {
    background-image: url(../images/slider/slide1.jpg);
    background-size: cover;
    background-position: center center;
}

.slide .slide-item {
    background-size: cover;
    background-repeat: no-repeat
}

.slider .caption {
    position: absolute;
    width: 100%;
    top: 38%
}

.slider .caption .container {
    padding: 0 125px
}

.slider .caption .container figure {
    margin-bottom: 10px
}

.slider .caption .container .link {
    margin-left: 25px
}

.slider .owl-theme .owl-controls {
    display: none;
}

.slider .slide li {
    height: auto;
    float: left;
    width: 100%;
    position: relative;
}

.slider .owl-dots {
    /* display: none !important; */
    position: absolute;
    /* top: 45%; */
    /* right: 50%; */
    /* width: 10px; */
    bottom: 50px;
    /* display: flex; */
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 4px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.slider .container {
    top: 0;
    width: 100%;
}

.slider .container .slidetext {
    z-index: 3;
    color: #000;
    font-size: 40px;
    position: relative;
    top: 30vh;
    width: 100%;
    text-align: center;
}

.slider .container .pparallax {
    width: 10%;
    min-height: 310px;
    border: 10px solid #ffffff69;
    margin-left: 45%;
    margin-top: 2vh;
    z-index: 1;
}

.slider .container .slidetext h1 {
    font-size: 44px !important;
    margin-bottom: 12px;
    color: #E5E5E5;
    line-height: 45px;
    width: 50%;
    FONT-WEIGHT: bold;
    margin-left: 25%;
}

.slider .container .slidetext p {
    font-size: 22px !important;
    color: #E5E5E5;
    line-height: 26px;
    font-weight: 300;
    width: 50%;
    margin-left: 25%;
}

.slider .container .slidetext a {
    font-size: 22px;
    color: rgb(255 255 255 / 57%);
    font-weight: 500;
}

.slider .container .slidetext a img {
    width: auto;
    margin: 0 auto;
    margin-top: 8vh;
    margin-bottom: -10px;
}

.slider .owl-slider .item figure {
    margin: 0;
}

.mobilslider {
    display: none !important;
}

.webslider {
    display: block;
}

/*
.slider .item .slides:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 38%);
}
*/

.slider a.slidedown {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slider a.slidedown:hover {
    bottom: 40px;
}

.slider a.slidedown img {
    margin: 0 auto;
}

.home-slider-picture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.home-slider-picture iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

iframe {
    border: 0;
}

.productHome {
    background-color: #F7F7F7;
    padding: 0 0 !important;
    height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    scroll-snap-align: center;
}

.productHome h2 {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 40px;
}

.productHome span.title {
    text-align: center;
    color: #0087D0;
    font-weight: 400;
    font-size: 40px;
    display: block;
}

.productHomeBox {
    width: 20%;
    padding: 6px;
    display: flex;
}

.productHomeBoxBorder {
    border: 1px solid #707070;
    padding: 30px 15px;
    text-align: center;
    cursor: pointer;
}

.productHomeBoxBorder:hover {
    background-color: #fff;
    border-color: #fff;
}

.productHomeBoxBorder span.product-name {
    text-align: center;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    display: block;
}

.applicationBannerText {
    width: 80%;
    padding: 4px 24px;
}

.applicationBannerText h1 {
    font-weight: 800;
    font-size: 34px;
}

.applicationBannerText p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.packStyleHome {
    padding: 0px 0 !important;
    height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    scroll-snap-align: center;
}

.packStyleHome h2 {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 50px;
}

.owl-packstyles {}

.owl-packstyles .item a {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    box-shadow: 1px 1px 11px -9px #000000bd;
}

.owl-packstyles .item figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    /* box-shadow: 1px 1px 11px -9px #000000bd; */
}

.owl-packstyles .item figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
    height: 230px;
    object-fit: scale-down;
}

.owl-packstyles .item:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.owl-packstyles .tSText {
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

.owl-packstyles .owl-item.center .tSText h3 {
    color: #0087D0;
}

.owl-packstyles .owl-item.center figure {
    padding: 40px 0;
}

.owl-packstyles .tSText h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgb(0 0 0 / 57%);
}

.owl-packstyles .owl-nav {
    position: relative;
    margin-top: -60px;
    top: -270px;
}

.owl-packstyles .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: -2vh;
}

.owl-packstyles .owl-nav .owl-prev {
    float: left;
    position: relative;
    margin-left: -2vh;
}

.owl-packstyles .owl-nav button span {
    position: relative;
    font-size: 40px;
    font-weight: lighter;
}

.innovationPackaging {
    background-color: #F7F7F7;
    padding: 30px 0 !important;
    /*  height: 100vh; */
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    scroll-snap-align: center;
}

.innovationPackagingText span.title {
    font-family: 'Bebas Neue', cursive !important;
    color: #0091ca !important;
    font-size: 7vw;
    line-height: 6.5vw;
    /* margin-top: 13vh; */
    display: block;
}

.innovationPackagingText span.title b {
    font-weight: 400 !important;
    font-size: 9.3vw;
    font-family: 'Bebas Neue', cursive !important;
}

.innovationPackagingBoxPad {
    position: relative;
    padding: 5px;
}

.innovationPackagingBox {
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 11px -9px #000000bd;
}

.innovationPackagingBox a figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0px 0;
}

.innovationPackagingBox a:hover figure:before {
    background-color: rgb(0 0 0 / 27%);
}

.innovationPackagingBox a figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left;
    padding: 100px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 290px;
    object-fit: scale-down;
}

.innovationPackagingBoxSix a figure img {
    padding: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.innovationPackagingBox a:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.innovationPackagingBox a span.machinesName {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    padding: 0px 0 20px 0;
    height: 74px;
    overflow: hidden;
}

.innovationPackagingRightPad {
    padding-left: 5px;
}

.homeTaibaCorporate {
    background-color: #009BDB;
    padding: 65px 0 !important;
    scroll-snap-align: center;
}

.homeTaibaCorporateText {
    position: relative;
    padding-right: 50px;
}

.homeTaibaCorporateText h2 {
    font-weight: bold;
    font-size: 88px;
    color: #fff;
}

.homeTaibaCorporateText .taibaDate>.tLeft {
    width: 25px;
    height: 80px;
    float: left;
    position: relative;
    border: 4px solid #fff;
    border-right: none;
}

.homeTaibaCorporateText .taibaDate>.tRight {
    width: 25px;
    height: 80px;
    float: left;
    position: relative;
    border: 4px solid #fff;
    border-left: none;
}

.homeTaibaCorporateText .taibaDate>span.date {
    font-weight: bold;
    font-size: 88px;
    display: inline-block;
    float: left;
    color: #fff;
    line-height: 64px;
    margin: 0 10px 0 20px;
}

.homeTaibaCorporateText .taibaDate>p {
    font-weight: 300;
    font-size: 20px;
    float: left;
    color: #fff;
    line-height: 24px;
    margin: 13px 10px 13px 0px;
}

.homeTaibaCorporateText>p {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
    margin: 20px 0;
    float: left;
}

.homeTaibaCorporateVideo {
    position: relative;
}

.homeTaibaCorporateVideo figure {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}


.homeTaibaCorporateVideo figure img {
    position: relative;
    width: 100%;
    float: left;
}

.homeTaibaCorporateVideo:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.homeTaibaCorporateVideo figure a {
    position: absolute;
    top: 45%;
    left: 49%;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 2;
}

.homeTaibaCorporateVideo figure a i {
    position: relative;
}

.homeNews {
    padding: 65px 0 !important;
    scroll-snap-align: center;
}

.homeNews h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.homeNewsBoxPad {
    position: relative;
    padding: 10px;
}

.homeNewsBox {
    position: relative;
    box-shadow: 1px 1px 11px -9px #000000bd;
}

.homeNewsBoxPad .homeNewsBox figure {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}

.homeNewsBoxPad .homeNewsBox figure img {
    position: relative;
    width: 100%;
    float: left;
    /* height: 178px; */
    object-fit: cover;
}

.homeNewsBoxPad .homeNewsBoxOne figure img {
    position: relative;
    width: 100%;
    float: left;
    /* padding: 43px 50px 30px 50px; */
    height: auto;
}

.homeNewsBoxPad .homeNewsBox:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.homeNewsBoxPad .homeNewsBox .homeNewsTextOne {
    position: relative;
    padding: 25px 30px 40px 30px !important;
}

.homeNewsBoxPad .homeNewsBox .homeNewsText {
    position: relative;
    padding: 20px 30px 20px 30px;
}

.homeNewsBoxPad .homeNewsBox .homeNewsText span.date {
    display: block;
    font-size: 22px;
    color: #A9A9A9;
    font-weight: 200;
    margin-bottom: 15px;
}

.homeNewsBoxPad .homeNewsBox .homeNewsTextOne h3 {
    /*  font-size: 38px !important;
    width: 40%;
    line-height: 38px !important; */
    float: left;
    /*  border-right: 1px solid #222; */
    margin-right: 40px;
}

.homeNewsBoxPad .homeNewsBox .homeNewsText h3 {
    color: #222;
    font-weight: bold;
    /*  font-size: 24px; */
    line-height: 28px;
}

.homeNewsText {
    min-height: 200px;
    overflow-y: scroll;
}

.homeNewsBoxPad .homeNewsBox .homeNewsText p {
    color: #222;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.footer {
    padding: 30px 0 20px 0;
    background-color: #1C1C1C;
    scroll-snap-align: end;
}

.footer .footer-box {
    float: left;
    position: relative;
    z-index: 3;
    padding-right: 40px;
}

.footer .footer-sosyal {
    padding-left: 5px;
}

.footer .footer-box figure.footer-logo img {
    width: 200px;
}

.footer .footer-box span.baslik {
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    margin-bottom: 14px;
}

.footer .footer-box p {
    font-weight: 200;
    font-size: 20px;
    color: rgb(255 255 255 / 90%);
    margin-bottom: 9px;
    line-height: 26px;
    /* width: 80%; */
}

.footer .footer-box-bg p {
    width: 80%;
    font-size: 16px;
    line-height: 18px;
}

.footer .footer-box p a {
    color: rgb(255 255 255 / 80%);
}

.footer .footer-box-left-pad {
    /* padding-left: 120px; */
    padding-top: 50px;
    text-align: left;
}

.footer .footer-box-left-pad p {
    line-height: 30px;
}

.footer p i {
    margin-right: 5px;
    font-size: 14px;
    width: 14px;
}

.footer-box .sosyal-medya {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin-top: 80px;
}

.footer-box .sosyal-medya .sosyal {
    display: block;
    margin-top: 7px;
    float: left;
    margin-right: 3px;
}

.footer-box .sosyal-medya .sosyal {
    display: block;
    margin-top: 1px;
    float: right;
    margin-right: 3px;
    padding: 0px 0 2px 0px;
    position: relative;
}

.footer-box .sosyal-medya .sosyal:hover .sosyal-face {
    background-color: #4267B2 !important;
    color: #fff;
    border-color: #4267B2;
}

.footer-box .sosyal-medya .sosyal:hover .sosyal-ins {
    background-color: #c83b6e !important;
    color: #fff;
    border-color: #c83b6e;
}

.footer-box .sosyal-medya .sosyal:hover .sosyal-you {
    background-color: #ff0404 !important;
    color: #fff;
    border-color: #ff0404;
}

.footer-box .sosyal-medya .sosyal:hover .sosyal-linkedin {
    background-color: #0072b1 !important;
    color: #fff;
    border-color: #0072b1;
}

.footer-box .sosyal-medya .sosyal:hover .sosyal-tw {
    background-color: #1DA1F2 !important;
    color: #fff;
    border-color: #1DA1F2;
}

.footer-box .sosyal-medya .sosyal:hover .sosyal-wp {
    background-color: #06D755 !important;
    color: #fff;
    border-color: #06D755;
}

.footer-box .sosyal-medya .sosyal .sosyalmedya {
    border-radius: 6px;
    padding: 10px;
    font-size: 30px;
    color: rgb(141 141 141 / 60%);
}

.sabitFormBtn {
    position: fixed;
    left: 0;
    top: 42%;
    margin-top: 0;
    display: block;
    z-index: 9;
    cursor: pointer;


    transition: all cubic-bezier(.42, 0, .17, 1.03) .6s;
    background-color: #0098d6;
    transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    border: 2px solid #ffffff;
    width: 49px;
}

.sabitFormBtn a {
    color: #fff;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    padding: 25px 10px;
    font-size: 18px;
}

.sabitFormBtn:hover a {
    color: #222;
}

.sabitFormBtn:hover {
    background-color: #ffffff;
    border-color: #187de8;
}

.content-header-application {
    margin-top: 0 !important;
    min-height: 262px !important;
    background-image: url(../images/application-bg.jpg) !important;
}

.content-header-articleWidth {
    height: 550px !important;
}

.content-header-applicationWidth {
    height: 262px !important;
}

.content-header {
    margin-top: -90px;
    background-image: url(../images/corporate.jpg);
    background-size: cover;
    background-position: center center;
    scroll-snap-align: center;
}

.content-header-contact {
    height: 30vh;
}

.content-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 48%);
}

.content-header-text {
    padding-top: 80vh;
}

.content-header-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 44px;
}

.content-header-text p :not(.content-header-text p span) {
    color: #fff;
    font-weight: bold;
    font-size: 44px;
}

.content-header-text span {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.ortaalan {
    padding: 65px 0 !important;
    scroll-snap-align: start;
}

.ortaalan p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.pageBgGrey {
    background-color: #EEEEEE;
    padding: 45px 0 !important;
}

.corporataPageVideo {
    position: relative;
    margin-bottom: 40px;
}

.corporataPageVideo figure {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}

.corporataPageVideo figure:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 135 208 / 62%);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.corporataPageVideo figure img {
    position: relative;
    width: 100%;
    float: left;
}

.corporataPageVideo:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.corporataPageVideo figure a {
    position: absolute;
    top: 45%;
    left: 49%;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 2;
}

.corporataPageVideo figure a i {
    position: relative;
}

.lInfo {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lInfo .slideButtonDivPad {
    padding: 2px;
}

.lInfo .slideButtonDivPad .slideButtonDiv {
    background-color: #000;
    border: 2px solid #e8e8e8;
    padding: 20px;
    box-shadow: 0px 3px 12px -3px #00000017;
}

.lInfo .slideButtonDivPad .slideButtonDiv span.numara {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

.lInfo .slideButtonDivPad .slideButtonDiv p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.lInfo .slideButtonDivPad .slideButtonDiv span.numara b {
    font-weight: 600;
}

.lInfo .slideButtonDivPad .slideButtonDiv img {
    width: 70% !important;
    position: relative;
    margin-top: 10%;
    margin-left: 10%;
}

.lInfo .slideButtonDivPad .slideButtonDiv:hover {
    background-color: #fff;
    border-color: #000;
}

.lInfo .slideButtonDivPad .slideButtonDiv:hover span.numara {
    color: #222;
}

.lInfo .slideButtonDivPad .slideButtonDiv:hover p {
    color: #222;
}

.lInfo .slideButtonDivPad .slideButtonDiv:hover .line {
    width: 160px;
}

.lInfo .slideButtonDivPad .slideButtonDiv:hover img {
    position: relative;
    filter: invert(1);
}

.ortaalan.vizyonMisyon {
    background-image: url(../images/vizyon-misyon.jpg);
    background-size: cover;
    background-position: center center;
    /* min-height: 300px; */
    height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ortaalan.vizyonMisyon p {
    color: #fff;
}

.vizyonMisyonText {
    position: relative;
    z-index: 1;
}

.vizyonMisyonText h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.owl-sertifikalar .sertifikalar-owl a figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #f4f4f4;
}

.owl-sertifikalar {
    width: 90%;
    margin-left: 5%;
}

.owl-sertifikalar .sertifikalar-owl a figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
    padding: 10px;
    background: #EEEEEE;
}

.owl-sertifikalar .sertifikalar-owl a:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.setaCelikSertifikaHome h2 {
    color: #25204B;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.owl-sertifikalar .owl-nav {
    display: block;
    margin-top: -50px;
    position: relative;
    top: -200px;
    width: 100%;
    margin-left: 0%;
}

.owl-sertifikalar .owl-nav button.owl-prev {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -50px;
}

.owl-sertifikalar .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
}

.owl-sertifikalar .owl-nav button.owl-next {
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: -50px;
}

.owl-sertifikalar .owl-nav button.owl-next span {
    display: block;
    font-size: 40px;
}

.owl-sertifikalar .owl-nav button {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.owl-sertifikalar .owl-nav button span {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.sertifikaBox h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.iletisimformu input[type=text] {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
}

.iletisimformu input[type=password] {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
}

.iletisimformu input[type=Tel] {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
}

.iletisimformu input[type=email] {
    padding: 2.6vh 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    margin-top: 0px;
}

.iletisimformu input[type=file] {
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.iletisimformu input[type=submit] {
    background-color: #222;
    border: 1px solid #222;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    letter-spacing: 1px;
}

.iletisimformu input[type=submit]:hover {
    background-color: #0098d6;
    border: 1px solid #0098d6;
    color: #fff;
}

.iletisimformu textarea {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    height: 347px;
}

.commentiletisimformu textarea {
    height: 247px;
}

.iletisimformu select {
    width: 100%;
    padding: 24px 2vh 24px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
}

.iletisimformu .inputs {
    padding: 2px 2px 2px 0;
    float: left;
    position: relative;
}

.dosyayukle {
    width: 99.5%;
    height: 150px;
    border: 1px dashed #bfbfbf;
    margin: 5px 0;
    margin-left: 2px;
    background: white;
    float: left;
    position: relative;
}

.dosyayukle span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 0px;
    color: #222;
}

.dosyayukle input {
    opacity: 0;
    width: 95%;
    height: 100%;
}

.inputs label {
    display: inline;
    font-size: 16px;
}

.inputs a {
    color: #22b3af;
    font-weight: 700;
}

.recaptchaGoogle {
    font-size: 12px !important;
}

.modal-content button.Popupkapat span {
    color: #000;
}

.modal-body button.Popupkapat {
    background: transparent;
}

.contactForm {
    position: relative;
    width: 80%;
    margin-left: 10%;
}

.maps {
    position: relative;
    margin-top: 20px;
    width: 80% !important;
    margin-left: 10%;
}

.maps iframe {
    margin-top: 50px;
    width: 100%;
    height: 350px;
    filter: grayscale(1);
}

.maps iframe:hover {
    filter: grayscale(0);
}

.articleBg {
    background: linear-gradient(90deg, rgba(230, 232, 233, 1) 35%, rgba(186, 197, 205, 1) 100%);
    margin-top: -90px;
    padding-top: 80px !important;
    min-height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsBg {
    background: linear-gradient(90deg, rgba(230, 232, 233, 1) 35%, rgba(186, 197, 205, 1) 100%);
    margin-top: -90px;
    padding-top: 135px !important;
    min-height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsBg h1,
.articleBg h1 {
    color: #222;
    font-weight: bold;
    font-size: 44px;
}

.newsBg h1 span,
.articleBg h1 span {
    color: #949494;
}

.owl-news {}

.owl-news .item figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.owl-news .item figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
}

.owl-news .item:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.owl-news .tSText {
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    display: none;
}

.owl-news .owl-item.center .tSText {
    display: block !important;
}

.owl-news .owl-item.center .item figure:before {
    display: none;
}

.owl-news .tSText h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.owl-news .tSText p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.owl-news .tSText a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 5px 36px;
    margin-top: 10px;
    position: relative;
    background: #000;
}

.owl-news .tSText span.infonews {
    display: block;
    color: #838383;
    margin: 40px 0 20px 0;
}

.owl-news .tSText a:hover {
    background-color: #0098d6;
}

.owl-news .owl-nav {
    position: relative;
    margin-top: -60px;
    top: -80px;
}

.owl-news .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 50vh;
}

.owl-news .owl-nav .owl-prev {
    float: left;
    position: relative;
    margin-left: 50vh;
}

.owl-news .owl-nav button span {
    position: relative;
    font-size: 40px;
    font-weight: lighter;
}

.newsDetailRight {
    padding-left: 40px;
}

figure.oneImg {
    float: left;
    width: 60%;
    padding: 5px;
    float: left;
    position: relative;
}

figure.oImg {
    float: left;
    width: 40%;
    padding: 5px;
    margin-bottom: 0;
    float: left;
    position: relative;
}

figure.oneImg img {
    height: 490px;
    object-fit: cover;
    width: 100%;
    float: left;
    position: relative;
}

figure.oImg img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    float: left;
    position: relative;
}

.newsDetail h1 {
    width: 70%;
    margin-bottom: 40px;
}

.oncekiSonraki {
    position: relative;
}

.oncekiSonraki a.onceki {
    position: relative;
    color: #222;
    float: left;
}

.oncekiSonraki a.onceki i {
    margin-right: 8px;
}

.oncekiSonraki a.sonraki {
    position: relative;
    color: #222;
    float: right;
}

.oncekiSonraki a.sonraki i {
    margin-left: 8px;
}

.newsDetailInfoBox {
    margin-top: 100px;
}

.newsDetailInfoBox p {
    color: #222;
    margin-bottom: 10px;
}

.newsDetailInfoBox p i {
    margin-right: 8px;
}

.newsDetailInfo p b {
    color: #229ACF;
    font-weight: 600;
}

.benzerHaberler {
    padding: 6px;
}

.benzerHaberler figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 1px 1px 11px -9px #000000bd;
}

.benzerHaberler figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
}

.benzerHaberler:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.benzerHaberler span.haberbaslik {
    font-weight: 600;
    font-size: 24px;
    display: block;
    color: #222;
}

.benzerHaberler:hover span.haberbaslik {
    color: #229ACF;
}

.ilgiliHaberler span.baslik {
    font-size: 32px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.ilgiliHaberler {
    margin: 40px 0;
}

.commentNews span.baslik {
    font-size: 32px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.applicationInfo {
    padding: 40px 0 !important;
    background-color: #EEEEEE;
    scroll-snap-align: start;
}

.appBox {
    padding: 14px;
    /* box-shadow: 1px 1px 11px -9px #0000005c; */
}

.appBox figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.articleBox figure img {
    height: 300px !important;
}

.appBox figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
    object-fit: scale-down;
    padding: 0px;
    height: 400px;
}

.appBox:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.appBox span.haberbaslik {
    font-weight: 600;
    font-size: 24px;
    display: block;
    color: #229ACF;
    text-align: center;
    margin-bottom: 10px;
}

.appBox p {
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 0;
    color: #222;
}

.appBox:hover span.haberbaslik {
    color: #222;
}

.packStyles {
    padding: 40px 0 !important;
    background-color: #EEEEEE;
}

.packStyles span.baslik {
    display: block;
    text-align: center;
    color: #E3E3E3;
    font-size: 90px;
    line-height: 100px;
    position: relative;
    margin-top: -93px;
    z-index: 1;
    font-weight: 800;
}

.packStyles h1 {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 50px;
}

.packStyleBox {
    padding: 26px;
    box-shadow: 1px 1px 11px -9px #0000005c;
    width: 20% !important;
}

.packStyleBox figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #222;
    margin-bottom: 14px;
}

.packStyleBox figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left;
    padding: 40px;
    height: 248px;
    object-fit: scale-down;
}

.packStyleBox:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.packStyleBox span.haberbaslik {
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}

.packStyleBox:hover span.haberbaslik {
    color: #229ACF;
}

.billowBags {
    padding: 30px 0 !important;
    background-color: #EEEEEE;
    scroll-snap-align: start;
}

.billowBags h1 {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 46px;
    font-weight: bold;
    padding: 30px 0px;
    margin-bottom: 0;
    margin-bottom: 10px;
}

.billowBagsBox {
    padding: 3px;
    width: 20% !important;
}

.billowBagsBox figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #222;
    margin-bottom: 0;
    background-color: #fff;
}

.billowBagsBox figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
    height: 120px;
    object-fit: contain;
}

.billowBagsBox:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.catHeader {
    padding: 79px 0;
}

.catHeader h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.catHeader p {
    color: #e5e5e5;
    font-size: 20px;
    font-weight: 300;
}

.home-proje {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin-bottom: 45px;
    /* box-shadow: 1px 1px 11px -9px #0000007a; */
}

.home-proje:last-child {
    margin: 0;
}

.home-proje .proje-img {
    float: left;
    position: relative;
    padding: 0;
}

.home-proje .proje-img figure {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    cursor: pointer;
}

.home-proje .proje-img figure img {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    height: 300px;
    object-fit: scale-down;
}

.home-proje .proje-img:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.home-proje .proje-detail {
    float: left;
    position: relative;
    padding: 0;
    padding-left: 40px;
    padding-top: 10vh;
}

.home-proje .proje-detail h2 {
    font-size: 30px;
}

.home-proje .proje-detail p {
    font-size: 18px;
}

.home-proje .proje-detail a.icerik {
    font-size: 16px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    background: #0087D0;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
}

.home-proje .proje-detail a.icerik:hover {
    color: #fff;
    background-color: #222;
}

.home-proje .proje-detail-right {
    float: left;
    position: relative;
    padding: 0;
    padding-right: 40px;
    padding-top: 10vh;
    z-index: 2;
}

.home-proje .proje-detail-right h2 {
    font-size: 30px;
    text-align: right;
}

.home-proje .proje-detail-right p {
    font-size: 18px;
    text-align: right;
}

.home-proje .proje-detail-right a.icerik {
    font-size: 16px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    float: right;
    border-radius: 8px;
    background: #0087D0;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
}

.home-proje .proje-detail-right a.icerik:hover {
    color: #fff;
    background-color: #222;
}

.productDetailPageImg {
    position: relative;
}

.productDetailPageImg figure {
    position: relative;
    width: 100%;
    float: left;
}

.productDetailPageImg figure img {
    position: relative;
    /* width: 80%; */
    float: right;
    z-index: 1;
    opacity: 0.9;
    /* height: 550px; */
    object-fit: contain;
}

.productDetailPageImg figure span.productName {
    color: #fff;
    font-weight: 500;
    font-size: 160px;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 0;
    bottom: -40px;
}

.productDetailPage nav.projeGenelOzellikleri {
    width: 35%;
    float: left;
    position: relative;
    padding-right: 40px;
    margin-top: 170px;
}

.productDetailPage nav.projeGenelOzellikleri .nav-tabs .nav-link {
    width: 100% !important;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #222;
    padding: 10px 12px;
    margin: 3px 0;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.productDetailPage nav.projeGenelOzellikleri .nav-tabs .nav-link.active {
    color: #fff !important;
    font-weight: 600;
    background: #0087D0;
}

.productDetailPage nav.projeGenelOzellikleri .nav-tabs .nav-link:hover {
    background-color: #fff;
    color: #0087D0 !important;
}

.productDetailPage nav.projeGenelOzellikleri .nav-tabs .nav-link i {
    float: right;
    position: relative;
    top: 6px;
    font-size: 14px;
}

.productDetailPage .tab-content {
    width: 65%;
    float: left;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
}

.productDetailPage .tab-content h1 {
    font-size: 44px;
    font-weight: bold;
    color: #222;
}

.productDetailPage .tab-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #222;
}

.productDetailPage .tab-content h3 {
    font-size: 34px;
    font-weight: bold;
    color: #222;
}

.productDetailPage .tab-content h4 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.productDetailPage .tab-content p {
    font-weight: 300;
    color: #222;
}

.productDetailPageContent table strong {
    font-weight: 500 !important
}

.productDetailPage .tab-content span.aciklama {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 19px;
    display: block;
    position: relative;
    color: #adadad;
    margin-top: 23px;
}

.productDetailPage .tab-content span.aciklama p strong {
    font-weight: 500 !important
}

.urunDetayTabs nav.projeGenelOzellikleri {
    width: 90%;
    float: left;
    position: relative;
}

.urunDetayTabs nav.projeGenelOzellikleri .nav-tabs {
    border: none;
    margin: 0 auto;
    display: inline-flex;
    width: 100%;
}

.urunDetayTabs nav.projeGenelOzellikleri .nav-tabs .nav-link {
    color: #fff;
    font-size: 16px;
    background: #222;
    padding: 10px 12px;
    margin: 5px;
    border-radius: 8px;
    text-align: center;
    padding: 10px 5px;
    width: 13%;
}

.urunDetayTabs nav.projeGenelOzellikleri .nav-tabs .nav-link.active {
    color: #fff !important;
    font-weight: 600;
    background: #0087D0;
}

.urunDetayTabs nav.projeGenelOzellikleri .nav-tabs .nav-link:hover {
    background-color: #fff;
    color: #0087D0 !important;
}

.urunDetayTabs nav.projeGenelOzellikleri .nav-tabs .nav-link i {
    float: right;
    position: relative;
    top: 6px;
    font-size: 14px;
}

.urunDetayTabs .tab-content {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
}

.urunDetayTabs .tab-content h1 {
    font-size: 44px;
    font-weight: bold;
    color: #222;
}

.urunDetayTabs .tab-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #222;
}

.urunDetayTabs .tab-content h3 {
    font-size: 34px;
    font-weight: bold;
    color: #222;
}

.urunDetayTabs .tab-content h4 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.urunDetayTabs .tab-content p {
    font-weight: 300;
    color: #222;
}

.urunDetayTabs .tab-content span.aciklama {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 19px;
    display: block;
    position: relative;
    color: #adadad;
    margin-top: 23px;
}

.table-bordered> :not(caption)>*>* {
    border: none;
}

.table-responsive tr {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

/* .table-responsive tr td, .table-responsive tr th {
    padding: 7px 0;
} */

.urunDetayTanitim {
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 90% !important;
    margin-left: 5%;
}

.urunDetayTanitim figure {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #000;
}

.urunDetayTanitim figure:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 62%);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.urunDetayTanitim figure img {
    position: relative;
    width: 100%;
    float: left;
    height: 500px;
    object-fit: scale-down;
    padding: 50px;
}

.urunDetayTanitim:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.urunDetayTanitim figure a {
    position: absolute;
    top: 45%;
    left: 49%;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 2;
}

.urunDetayTanitim figure a i {
    position: relative;
}

.urunDetayTanitim span {
    font-size: 44px;
    font-weight: 500;
}

.paketTipleri span.baslik {
    font-size: 40px;
    font-weight: 500;
    /*    margin-left: 5%;*/
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.owl-paketTipleri .paketTipleri-owl a figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #f4f4f4;
}

.owl-paketTipleri {
    width: 80%;
    margin-left: 10%;
}

.owl-paketTipleri .paketTipleri-owl a figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
    padding: 24px;
    background: #fff;
    height: 190px;
    object-fit: scale-down;
    padding: 14px;
}

.owl-paketTipleri .paketTipleri-owl a:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.owl-paketTipleri .owl-nav {
    display: block !important;
    margin-top: -50px;
    position: relative;
    top: -70px;
    width: 100%;
    margin-left: 0%;
}

.owl-paketTipleri .owl-nav button.owl-prev {
    display: inline-block;
    float: left;
    border-radius: 50%;
    margin-left: -50px;
}

.owl-paketTipleri .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    font-size: 23.5px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-paketTipleri .owl-nav button.owl-next {
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: -60px;
    position: absolute;
    right: 0;
}

.owl-paketTipleri .owl-nav button.owl-next span {
    display: block;
    font-size: 40px;
    font-size: 23.5px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-paketTipleri .owl-nav button {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.owl-paketTipleri .owl-nav button span {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.tartilabilirUrunler span.baslik {
    font-size: 40px;
    font-weight: 500;
    /*    margin-left: 5%;*/
    display: block;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}

.owl-tartilabilirUrunler {
    width: 80%;
    margin-left: 10%;
}

.owl-tartilabilirUrunler .productHomeBox2 {
    width: 100%;
    padding: 4px;
}

.owl-tartilabilirUrunler .productHomeBox2 .productHomeBoxBorder {
    border: 1px solid #707070;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.owl-tartilabilirUrunler .productHomeBox2 .productHomeBoxBorder:hover {
    background-color: #fff;
    border-color: #fff;
}

.owl-tartilabilirUrunler .productHomeBox2 .productHomeBoxBorder span.product-name {
    text-align: center;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    display: block;
}

.owl-tartilabilirUrunler .tartilabilirUrunler-owl a figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #f4f4f4;
}

.owl-tartilabilirUrunler .owl-nav {
    display: block !important;
    margin-top: -50px;
    position: relative;
    top: -59px;
    width: 100%;
    margin-left: 0%;
}

.owl-tartilabilirUrunler .owl-nav button.owl-prev {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -50px;
}

.owl-tartilabilirUrunler .owl-nav button.owl-prev span {
    display: block;
    font-size: 23.5px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-tartilabilirUrunler .owl-nav button.owl-next {
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: -60px;
    position: absolute;
    right: 0;
}

.owl-tartilabilirUrunler .owl-nav button.owl-next span {
    display: block;
    font-size: 23.5px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-tartilabilirUrunler .owl-nav button {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.owl-tartilabilirUrunler .owl-nav button span {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.owl-tartilabilirUrunler .productHomeBox2 .productHomeBoxBorder figure img {
    width: 40%;
    margin-left: 30%;
}

.tartilabilirUrunler {
    margin-bottom: 50px;
}

.footer p.copyright {
    color: #767676;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.talepformu {
    width: 340px;
    text-align: center;
    height: 55%;
    position: fixed;
    background-color: #0387d0;
    display: table;
    left: -340px;
    top: 18.5%;
    padding: 1% 25px;
    z-index: 10;
    box-shadow: 1px 1px 26px #0035248f;
}

.talepformu .hiza {
    display: table-cell;
    vertical-align: middle;
}

.talepformu span.talepbaslik {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    display: block;
}

.talepformu p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #bfbfbf;
    text-align: left;
}

.talepformu a.telefon {
    font-size: 24px;
    color: #ffffff;
    padding: 2% 3% 0% 3%;
    display: inline-block;
    font-weight: 800;
}

.talepformu form {
    margin-top: 10%;
}

.talepformu form input[type=text] {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    padding: 5px;
}

.talepformu form input[type=tel] {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    padding: 5px;
}

.talepformu form input[type=email] {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    padding: 5px;
}

.talepformu form textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #99a2af;
    margin-bottom: 5px;
    font-size: 13px;
    color: #fff;
}

.talepformu form input[type=submit] {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    padding: 9px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    letter-spacing: 1px;
    margin-top: 12px;
}

.talepformu form .onayradio {
    margin: 15px 0 8px 0;
}

.talepformu form label {
    cursor: pointer;
    font-weight: 300;
    float: left;
    width: 90%;
}

.talepformu form input[type=radio] {
    opacity: 0;
    padding: 0;
    float: left;
    margin-right: -10px;
}

.talepformu form input[type=checkbox]:not(old)+label {
    display: inline-block;
    padding-left: 31px;
    background: url(../images/checks2.png)no-repeat 0 0;
    line-height: 15px;
    cursor: pointer;
    font-size: 12px;
    color: #99a2af;
    height: 22px;
    padding-bottom: 29px;
    text-align: left;
}

.talepformu form input[type=checkbox]:not(old)+label a {
    color: #fff;
    font-weight: bold;
}

.talepformu form input[type=checkbox]:not(old):checked+label {
    background-position: 0 -29px
}

.talepformu form input[type=radio]:not(old)+label a {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.talepformu form input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 31px;
    background: url(../images/checks2-1.png)no-repeat 0 0;
    line-height: 15px;
    cursor: pointer;
    font-size: 10px;
    color: #99a2af;
    height: 22px;
    padding-bottom: 29px;
    text-align: left;
}

.talepformu form input[type=radio]:not(old):checked+label {
    background-position: 0 -29px
}

.talepformu form input[type=submit]:hover {
    background-color: #ffffff;
    color: #0d141e;
}

.talepformu a.logo {
    margin-bottom: 0px;
    display: inline-block;
}

::placeholder {
    color: #b7b7b7;
}

.talepformu form input[type=checkbox] {
    opacity: 0;
    padding: 0;
    float: left;
    margin-right: -10px;
}

.talepformuacik {
    left: 0;
}

.sabitFormBtnOpa {
    opacity: 0;
}

.sabitFormBtnactive {
    display: block;
}

.talepformu-right {
    right: -340px;
}

.formClose {
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all ease-in-out .3s;
    background: #ffffff;
    border-radius: 360px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    left: -5px;
    top: -5px;
    font-weight: 700;
    color: rgb(13 20 30);
    cursor: pointer;
    margin: 10px;
    border-radius: 5px !important
}

.uygulamaUrunBox {
    position: relative;
    width: 86% !important;
    margin-left: 7%;
}

.embed-responsive iframe {
    width: 100%;
    height: 410px;
}

.urunDetayTabs nav.projeGenelOzellikleri .nav-tabs .nav-link a {
    color: #fff;
    width: 100%;
    display: block;
}

.owl-packstyles .owl-stage-outer {
    padding: 20px 0;
}

.urunDetayTabs {
    width: 90% !important;
    margin-left: 5% !important;
}

.urunDetayTanitim iframe {
    height: 750px;
}

figure.footer-logo {
    margin-bottom: 30px;
}

.slider .item {
    height: calc(100vh);
    position: relative;
}


.applicationBannerText {
    word-break: break-word;
}

.appBox p {
    text-align: center !important;
}

.nav-tabs {
    display: flex;
    justify-content: center;
}

table,
th,
td {
    width: auto !important;
    height: auto !important;
}

.table-responsive .table-responsive {
    display: table;
    width: 100% !important;
}