::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #cfa167;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #cfa167;
}

a:visited {
    color: #03A9F4;
}

a,
p {
    font-size: 15px;
}

.btnDesign {
    color: white;
    border: 1px solid #cfa167;
    background: #cfa167;
    padding: 10px 20px;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}

.btnDesign:hover {
    color: #cfa167;
    border: 1px solid #cfa167;
    background: white;
}

.btnDesign i {
    padding-left: 10px;
    padding-right: 0;
}

.btnDesign:visited {
    color: #ffffff !important;
}

.btnDesign:hover:visited {
    color: #cfa167 !important;
}

.btnDesign i {
    color: white !important;
    transition: 0.5s;
    padding-right: 0 !important;
}

.btnDesign:hover i {
    color: #cfa167 !important;
}

.wp-btn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
}

.wp-btn img {
    width: 50px;
    height: 50px;
}

.tel-btn {
    position: fixed;
    right: 40px;
    bottom: 110px;
    z-index: 999;
}

.tel-btn img {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .wp-btn {
        position: fixed;
        right: 10px;
        bottom: 30px;
    }

    .wp-btn img {
        width: 50px;
        height: 50px;
    }

    .tel-btn {
        position: fixed;
        right: 10px;
        bottom: 90px;
    }

    .tel-btn img {
        width: 50px;
        height: 50px;
    }
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

* {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

img {
    vertical-align: baseline !important;
}

.container {
    width: 80%;
    margin: auto;
}

.header {
    position: relative;
    z-index: 9999;
    display: inline-block;
    width: 100%;
    border-top: 3px solid #cfa167;
}

.header.ic-sayfa a {
    color: #333333 !important;
}

.header.ic-sayfa.fixed {
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.header.fixed {
    position: fixed;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    width: auto;
    float: left;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

.header.ic-sayfa .logo img {
    filter: brightness(0) saturate(100%);
}

.header.fixed .logo img {
    filter: brightness(0) saturate(100%);
}

.header .menu {
    float: right;
}

.header .menu .menu-item {
    padding: 0px 25px;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: 0.5s;
    text-decoration: none;
    height: 100px;
}

.header.fixed .menu .menu-item {
    padding: 0px 25px;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    color: #333333;
    transition: 0.5s;
    text-decoration: none;
    height: 80px;
}

.header .menu .menu-item:last-child {
    padding-right: 0px;
}

.header .menu .menu-item:hover {
    color: #cfa167 !important;
    transition: 0.5s;
    text-shadow: 0px 0px 0px #1d1d1d;
}

.header .menu .menu-item i {
    margin-left: 5px;
}

.header .menu-sub-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    transition: .5s;
}

.header.fixed .menu-sub-container {
    top: 80px;
}

.header.fixed .menu-sub-container .container {
    border-radius: 0px 0px 5px 5px;
    border-top: 3px solid #cfa167;
}

.header.ic-sayfa .menu-sub-container .container {
    border-radius: 0px 0px 5px 5px;
    border-top: 3px solid #cfa167;
}


.header .menu-sub-container .container {
    background: white;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px 0 20px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.menu-item.CORPORATE:hover+.menu-sub-container.CORPORATE,
.menu-item.APPLICATIONS:hover+.menu-sub-container.APPLICATIONS,
.menu-item.PRODUCTS:hover+.menu-sub-container.PRODUCTS,
.menu-item.INVESTMENTS:hover+.menu-sub-container.INVESTMENTS,
.menu-item.REFERENCES:hover+.menu-sub-container.REFERENCES,
.menu-item.BLOG:hover+.menu-sub-container.BLOG,
.menu-item.DOWNLOADS:hover+.menu-sub-container.DOWNLOADS {
    display: block;
}

.header .menu-sub-container:hover {
    display: block;
}

.header .menu-sub-container .content,
.header .menu-sub-container .image-container {
    width: 33%;
    padding: 0 20px;
    float: left;
}

.header .menu-sub-container .drop-menu {
    width: 33%;
    float: left;
    padding: 0 20px;
}

.header .menu-sub-container .drop-menu:nth-child(5) {
    margin-top:35px;
}

.header .menu-sub-container .drop-menu .menu-alt-title{
    color: #cfa167;
    margin: 0 0 15px;
    font-weight: bold;
}

.header .menu-sub-container .drop-menu a {
    align-items: center;
    color: #1d1d1d;
    width: 100%;
    padding-bottom: 25px;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.header .menu-sub-container .drop-menu :last-child {
    padding-bottom: 0;
}

.header .menu-sub-container .drop-menu a:hover {
    color: #cfa167;
}

.header .drop-menu-drop {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
    box-sizing: border-box;
    padding: 20px 50px;
}

.header .menu-sub-container .drop-menu a.DESIGN:hover+.drop-menu-drop.DESIGN,
.header .menu-sub-container .drop-menu a.CONSTRUCTION:hover+.drop-menu-drop.CONSTRUCTION,
.header .menu-sub-container .drop-menu a.STEEL:hover+.drop-menu-drop.STEEL,
.header .menu-sub-container .drop-menu a.PRECUREMENT:hover+.drop-menu-drop.PRECUREMENT,
.header .menu-sub-container .drop-menu a.PROJECT:hover+.drop-menu-drop.PROJECT,
.header .menu-sub-container .drop-menu a.STEEL2:hover+.drop-menu-drop.STEEL2,
.header .menu-sub-container .drop-menu a.CLADDING:hover+.drop-menu-drop.CLADDING,
.header .menu-sub-container .drop-menu a.FIT:hover+.drop-menu-drop.FIT,
.header .menu-sub-container .drop-menu a.MEP:hover+.drop-menu-drop.MEP,
.header .menu-sub-container .drop-menu a.OTHER:hover+.drop-menu-drop.OTHER {
    display: block;
}

.header .drop-menu-drop.DESIGN:hover,
.header .drop-menu-drop.CONSTRUCTION:hover,
.header .drop-menu-drop.STEEL:hover,
.header .drop-menu-drop.PRECUREMENT:hover,
.header .drop-menu-drop.PROJECT:hover,
.header .drop-menu-drop.STEEL2:hover,
.header .drop-menu-drop.CLADDING:hover,
.header .drop-menu-drop.FIT:hover,
.header .drop-menu-drop.MEP:hover,
.header .drop-menu-drop.OTHER:hover {
    display: inherit;
}

.header .menu-sub-container .image-container {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    overflow: hidden;
    margin: 0;
    background: #fff;
    width: 33%;
}

.header .menu-sub-container .image-container video {
    clip-path: inset(1px 1px);
}

.header .menu-sub-container .image-container p {
    text-align: center;
    color: #cfa167;
    margin-top: 0px;
}

.header .menu-sub-container .content {
    padding-right: 0;
}

.header .menu-sub-container .content span {
    font-weight: 400;
    margin-bottom: 15px;
    display: inherit;
    color: #cfa167;
    font-size: 18px;
}

.header .drop-menu-drop-left {
    float: left;
    width: auto;
}

.forMobile {
    width: 100%;
    float: left;
    display: none;
}

.forMobile .open-menu-button {
    width: 100%;
    float: left;
    display: none;
}

.forMobile .open-menu-button .open-toggle {
    position: relative;
    float: right;
    background-color: #cfa167;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
}

.forMobile.detail-page .open-menu-button .open-toggle,
fixed .forMobile .open-menu-button .open-toggle {
    border: 1px solid #1c1d22;
}

.forMobile .open-menu-button .open-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}

.forMobile.detail-page .open-menu-button .open-toggle .icon-bar,
fixed .forMobile .open-menu-button .open-toggle .icon-bar {
    background-color: #1c1d22;
}

.forMobile .open-menu-button .open-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.forMobile .open-menu-button span.menuTitle {
    padding: 0;
    float: left;
    font-size: 14px;
    color: #ffffff;
    max-width: 230px;
}

.forMobile .open-menu-button span.menuTitle img {
    height: 35px;
    width: 30px;
    filter: brightness(0) invert(1);
}

.forMobile.ic-sayfa .open-menu-button span.menuTitle img {
    filter: none;
}

.forMobile.detail-page .open-menu-button span.menuTitle img,
fixed .open-menu-button span.menuTitle img {
    filter: none;
}

.forMobile .navbar-collapse {
    padding: 0;
    width: 100%;
    border-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.forMobile .open-menu-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}

.forMobile .menu-mobile {
    width: calc(100% + 50px);
    float: lefT;
    list-style-type: none;
    padding: 0;
    margin-left: -40px;
    position: absolute;
    top: 38px;
    background: #cfa167;
    padding-left: 30px;
    border-top: 1px solid #1c1d22;
    visibility: visible;
    pointer-events: default;
    transition: 0.5s;
    opacity: 1;
}

.forMobile .menu-mobile.ikinci-class {
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
    top: 100px;
}

.forMobile .menu-mobile li {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #f1f2f3;
}

.forMobile .menu-mobile li.bg {
    background-color: #0B395A;
}

.forMobile .menu-mobile li:last-child {
    border-bottom: 0;
}

.forMobile .menu-mobile li a {
    color: #1c1d22;
    width: 100%;
    display: block;
    float: left;
    padding: 20px 10px;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
}

.forMobile .menu-mobile li a i {
    margin-right: 5px;
}

.forMobile .menu-mobile li a:hover {
    color: #fff;
    background-color: #cfa167;
}

.forMobile .menu-mobile li a.firstLink {
    background-color: #52c0d3;
    color: #ffffff;
}

.forMobile .menu-mobile li:last-child {
    margin-bottom: 0;
}

.forMobile .menu-mobile li ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    width: 100%;
    float: left;
    display: none;
    border-top: 1px solid #1c1d22;
    background-color: #52c0d3;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (max-width: 767px) {
    .forMobile {
        z-index: 999999;
        position: relative;
        display: inline-block;
        background: none;
        margin-bottom: -56px;
    }

    .forMobile.ic-sayfa {
        background: white;
        margin-bottom: 0;
    }

    .header {
        display: none;
    }

    .forMobile .open-menu-button span.menuTitle,
    .open-menu-button span.menuTitle {
        color: #1c1d22;
        display: flex;
    }

    .container {
        width: 90%;
    }

    .forMobile.ic-sayfa .open-menu-button .open-toggle {
        border: 1px solid #fff;
    }

    .forMobile.ic-sayfa .open-menu-button .open-toggle .icon-bar {
        background-color: white;
    }
}

/* Slider */
.slider-div {
    display: block;
    margin-top: -100px;
}

.slider-div #slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

@keyframes load {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

.slider-div .slides {
    width: 400%;
    height: 100%;
    position: relative;
    -webkit-animation: slide 30s infinite;
    -moz-animation: slide 30s infinite;
    animation: slide 30s infinite;
}

.slider-div .slider {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider-div .slide img {
    width: 100%;
    height: 100%;
}

.slider-div .slide img {
    width: 100%;
    height: 100%;
}

.slider-div .image {
    width: 100%;
    height: 100%;
}

.slider-div .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Legend */
.slider-div .legend {
    border: 800px solid rgba(28, 27, 35, .7);
    border-bottom: 0;
    position: absolute;
    bottom: 0;
}

/* Contents */
.slider-div .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 8%;
    overflow: hidden;
}

.slider-div .content-txt {
    width: 45%;
    height: 100%;
    float: left;
    position: relative;
    top: 30%;
    -webkit-animation: content-s 7.5s infinite;
    -moz-animation: content-s 7.5s infinite;
    animation: content-s 7.5s infinite;
    margin-left: 30px;
}

.slider-div .content-txt i {
    font-size: 13px;
    color: #cfa167;
    padding: 0 10px;
}

.slider-div .content-txt .btnDesign {
    display: inline-flex;
    margin-top: 15px;
}

.slider-div .content-txt span {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #cfa167;
    font-size: 18px;
}

.slider-div .content-txt .lightingImg {
    width: 20px;
    padding: 3px;
}

.slider-div .content-txt h1 {
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
    text-align: left;
    margin: 15px 0;
}

.slider-div .content-txt p {
    color: #fff;
    line-height: 30px;
}

/* Switch */
.slider-div .switch {
    width: 120px;
    height: 10px;
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 7.3%;
}

.slider-div .switch>ul {
    list-style: none;
}

.slider-div .switch>ul>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7e715f;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.slider-div .switch ul {
    overflow: hidden;
}

.slider-div .on {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #cfa167;
    position: relative;
    -webkit-animation: on 30s infinite;
    -moz-animation: on 30s infinite;
    animation: on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide {

    0%,
    100% {
        margin-left: 0%;
    }

    21% {
        margin-left: 0%;
    }

    25% {
        margin-left: -100%;
    }

    46% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    71% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    96% {
        margin-left: -300%;
    }
}

@-moz-keyframes slide {

    0%,
    100% {
        margin-left: 0%;
    }

    21% {
        margin-left: 0%;
    }

    25% {
        margin-left: -100%;
    }

    46% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    71% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    96% {
        margin-left: -300%;
    }
}

@keyframes slide {

    0%,
    100% {
        margin-left: 0%;
    }

    21% {
        margin-left: 0%;
    }

    25% {
        margin-left: -100%;
    }

    46% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    71% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    96% {
        margin-left: -300%;
    }
}

@-webkit-keyframes content-s {
    0% {
        left: -420px;
    }

    10% {
        left: 0px;
    }

    30% {
        left: 0px;
    }

    40% {
        left: 0px;
    }

    50% {
        left: 0px;
    }

    60% {
        left: 0px;
    }

    70% {
        left: 0;
    }

    80% {
        left: -420px;
    }

    90% {
        left: -420px;
    }

    100% {
        left: -420px;
    }
}

@-moz-keyframes content-s {
    0% {
        left: -420px;
    }

    10% {
        left: 0px;
    }

    30% {
        left: 0px;
    }

    40% {
        left: 0px;
    }

    50% {
        left: 0px;
    }

    60% {
        left: 0px;
    }

    70% {
        left: 0;
    }

    80% {
        left: -420px;
    }

    90% {
        left: -420px;
    }

    100% {
        left: -420px;
    }
}

@keyframes content-s {
    0% {
        left: -420px;
    }

    10% {
        left: 20px;
    }

    15% {
        left: 0px;
    }

    30% {
        left: 0px;
    }

    40% {
        left: 0px;
    }

    50% {
        left: 0px;
    }

    60% {
        left: 0px;
    }

    70% {
        left: 0;
    }

    80% {
        left: -50%;
    }

    90% {
        left: -50%;
    }

    100% {
        left: -50%;
    }
}

@-webkit-keyframes on {

    0%,
    100% {
        margin-left: 0%;
    }

    21% {
        margin-left: 0%;
    }

    25% {
        margin-left: 15px;
    }

    46% {
        margin-left: 15px;
    }

    50% {
        margin-left: 30px;
    }

    71% {
        margin-left: 30px;
    }

    75% {
        margin-left: 45px;
    }

    96% {
        margin-left: 45px;
    }
}

@-moz-keyframes on {

    0%,
    100% {
        margin-left: 0%;
    }

    21% {
        margin-left: 0%;
    }

    25% {
        margin-left: 15px;
    }

    46% {
        margin-left: 15px;
    }

    50% {
        margin-left: 30px;
    }

    71% {
        margin-left: 30px;
    }

    75% {
        margin-left: 45px;
    }

    96% {
        margin-left: 45px;
    }
}

@keyframes on {

    0%,
    100% {
        margin-left: 0%;
    }

    21% {
        margin-left: 0%;
    }

    25% {
        margin-left: 15px;
    }

    46% {
        margin-left: 15px;
    }

    50% {
        margin-left: 30px;
    }

    71% {
        margin-left: 30px;
    }

    75% {
        margin-left: 45px;
    }

    96% {
        margin-left: 45px;
    }
}

.slider-div .logo {
    width: 50px;
    height: 65px;
    position: relative;
    top: 7.5px;
    float: left;
    margin-left: 5%;
}

.slider-div .logo img {
    width: 100%;
    height: 100%;
}

.slider-div nav {
    width: auto;
    height: 100%;
    float: right;
    margin-right: 5%;
    list-style: none;
}

.slider-div nav li {
    width: auto;
    margin-right: 20px;
    float: left;
}

.slider-div nav li a {
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    line-height: 80px;
}

.slider-div nav select {
    width: 150px;
    height: 30px;
    margin-top: 25px;
    font-family: Arial;
    font-size: 14px;
    color: #666;
    border: 2px solid #aaa;
    padding-left: 10px;
}

.slider-div nav select:focus {
    outline: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 479px) {
    .slider-div .content-txt {
        width: 100%;
        height: 100%;
        top: 34%;
        margin: 0;
    }

    .slider-div .content {
        left: 5%;
        width: 90%;
        text-align: center;
    }

    .slider-div .content-txt h1 {
        font-size: 22px;
        text-align: center;
    }

    .slider-div .content-txt span {
        justify-content: center;
    }

    /* Animation */
    @-webkit-keyframes slide {

        0%,
        100% {
            margin-left: 0%;
        }

        21% {
            margin-left: 0%;
        }

        25% {
            margin-left: -100%;
        }

        46% {
            margin-left: -100%;
        }

        50% {
            margin-left: -200%;
        }

        71% {
            margin-left: -200%;
        }

        75% {
            margin-left: -300%;
        }

        96% {
            margin-left: -300%;
        }
    }

    @-moz-keyframes slide {

        0%,
        100% {
            margin-left: 0%;
        }

        21% {
            margin-left: 0%;
        }

        25% {
            margin-left: -100%;
        }

        46% {
            margin-left: -100%;
        }

        50% {
            margin-left: -200%;
        }

        71% {
            margin-left: -200%;
        }

        75% {
            margin-left: -300%;
        }

        96% {
            margin-left: -300%;
        }
    }

    @keyframes slide {

        0%,
        100% {
            margin-left: 0%;
        }

        21% {
            margin-left: 0%;
        }

        25% {
            margin-left: -100%;
        }

        46% {
            margin-left: -100%;
        }

        50% {
            margin-left: -200%;
        }

        71% {
            margin-left: -200%;
        }

        75% {
            margin-left: -300%;
        }

        96% {
            margin-left: -300%;
        }
    }

    @-webkit-keyframes content-s {
        0% {
            left: -620px;
        }

        10% {
            left: 0px;
        }

        30% {
            left: 0px;
        }

        40% {
            left: 0px;
        }

        50% {
            left: 0px;
        }

        60% {
            left: 0px;
        }

        70% {
            left: 0;
        }

        80% {
            left: -420px;
        }

        90% {
            left: -620px;
        }

        100% {
            left: -620px;
        }
    }

    @-moz-keyframes content-s {
        0% {
            left: -620px;
        }

        10% {
            left: 0px;
        }

        30% {
            left: 0px;
        }

        40% {
            left: 0px;
        }

        50% {
            left: 0px;
        }

        60% {
            left: 0px;
        }

        70% {
            left: 0;
        }

        80% {
            left: -620px;
        }

        90% {
            left: -620px;
        }

        100% {
            left: -620px;
        }
    }

    @keyframes content-s {
        0% {
            left: -620px;
        }

        10% {
            left: 20px;
        }

        15% {
            left: 0px;
        }

        30% {
            left: 0px;
        }

        40% {
            left: 0px;
        }

        50% {
            left: 0px;
        }

        60% {
            left: 0px;
        }

        70% {
            left: 0;
        }

        80% {
            left: -100%;
        }

        90% {
            left: -100%;
        }

        100% {
            left: -100%;
        }
    }

    @-webkit-keyframes on {

        0%,
        100% {
            margin-left: 0%;
        }

        21% {
            margin-left: 0%;
        }

        25% {
            margin-left: 15px;
        }

        46% {
            margin-left: 15px;
        }

        50% {
            margin-left: 30px;
        }

        71% {
            margin-left: 30px;
        }

        75% {
            margin-left: 45px;
        }

        96% {
            margin-left: 45px;
        }
    }

    @-moz-keyframes on {

        0%,
        100% {
            margin-left: 0%;
        }

        21% {
            margin-left: 0%;
        }

        25% {
            margin-left: 15px;
        }

        46% {
            margin-left: 15px;
        }

        50% {
            margin-left: 30px;
        }

        71% {
            margin-left: 30px;
        }

        75% {
            margin-left: 45px;
        }

        96% {
            margin-left: 45px;
        }
    }

    @keyframes on {

        0%,
        100% {
            margin-left: 0%;
        }

        21% {
            margin-left: 0%;
        }

        25% {
            margin-left: 15px;
        }

        46% {
            margin-left: 15px;
        }

        50% {
            margin-left: 30px;
        }

        71% {
            margin-left: 30px;
        }

        75% {
            margin-left: 45px;
        }

        96% {
            margin-left: 45px;
        }
    }

    .slider-div .legend {
        border: 1000px solid rgba(28, 27, 35, .7);
        border-bottom: 0;
        position: absolute;
        bottom: 0;
    }
}

/* Hizmetler */

.hizmetler-div {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    padding: 100px 0 50px;
    background: #f3f3f3;
}

.hizmetler-div h2 {
    text-align: center;
    color: #3e3c3e;
    font-weight: bolder;
    margin-bottom: 100px;
    margin-top: 0;
}

.hizmetler-div .item-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hizmetler-div .listAllBtn{
    background: #cfa167;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 50px;
    display: inline-block;
}

.hizmetler-div .item-list .item {
    display: flex;
    padding: 30px 20px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20.49%;
    margin-right: 1.5%;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
    background: #fff;
}

.hizmetler-div .item-list .item:nth-child(4n) {
    margin-right:0;
}
.hizmetler-div .item-list .item:nth-child(1), .hizmetler-div .item-list .item:nth-child(2), .hizmetler-div .item-list .item:nth-child(3), .hizmetler-div .item-list .item:nth-child(4) {
    margin-bottom:100px;
}

.hizmetler-div .item-list .item:hover {
    margin-top: -20px;
    transition: 0.5s;
}

.hizmetler-div .item-list .item .img-container {
    display: inline-block;
    border-radius: 60%;
    margin-top: -100px;
    overflow: hidden;
    width: 75%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hizmetler-div .item-list .item:last-child {
    margin-right: 0;
}

.hizmetler-div .item-list .item a {
    width: 100%;
}

.hizmetler-div .item-list .item a .services-content {
    color: #626262;
}

.hizmetler-div .item-list .item a .readMore {
    color: #cfa167;
}


.hizmetler-div .item-list .item a .readMore i {
    padding-left: 5px;
}

.hizmetler-div .item-list .item img {
    width: 100%;
    line-height: 0;
    height: 180px;
    display: block;
}

.hizmetler-div .item-list .item img:before {
    content: '';
    background: black;
    z-index: 999;
    width: 200px;
    display: block;
    height: 200px;
}

.hizmetler-div .item-list .item .title {
    color: #3e3c3e;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    z-index: 99;
    font-size: 16px;
    text-decoration: inherit;
    text-decoration-color: white;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 479px) {
    .hizmetler-div .item-list {
        flex-wrap: wrap;
    }

    .hizmetler-div .item-list .item {
        margin-right: 0;
        width: 100%;
    }

    .hizmetler-div .item-list .item:last-child {
        margin-bottom: 0px;
    }

    .hizmetler-div .item-list .item .title {
        font-size: 18px;
    }
}

.hakkimizda-div {
    display: flex;
    align-items: center;
}

.hakkimizda-div .container {
    padding: 0;
    width: 90%;
    margin-left: 0;
}

.hakkimizda-div i {}

.hakkimizda-div .content p {
    color: #626262;
    line-height: 1.65;
}

.hakkimizda-div .content-title {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
    position: relative;
    color: #01587f;
}

.hakkimizda-div .content-text {
    display: flex;
    align-items: center;
}

.hakkimizda-div .content-text .details-img-wrapper {
    width: 40%;
    position: relative;
}

.hakkimizda-div .content {
    padding-left: 6%;
    width: 60%;
    text-align: center;
}

.hakkimizda-div .content h2 span {
    color: #cfa167;
}

.hakkimizda-div .content .mainTitle {
    color: #3e3c3e;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 24px;
}

.hakkimizda-div .details-img {
    position: relative;
    height: 90vh;
    object-fit: cover;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (max-width: 767px) {
    .hakkimizda-div .content-text {
        flex-wrap: wrap;
    }

    .hakkimizda-div .container {
        width: 100%;
    }

    .hakkimizda-div .content-text .details-img-wrapper {
        width: 100%;
        height: auto;
    }

    .hakkimizda-div .content {
        padding-left: 0%;
        width: 90%;
        margin: auto;
    }

}

.musteriYorumlari-div {
    background: #f3f3f3;
    padding: 100px 0;
    display: flex;
}

.musteriYorumlari-div .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.musteriYorumlari-div .container .first {
    width: 50%;
}

.musteriYorumlari-div .container .first a {
    display: inline-block;
    margin-top: 5px;
    background: white;
    color: #52C0D3;
    padding: 10px 30px;
    border-radius: 15px;
    text-decoration: none;
    border: 2px solid #52C0D3;
    transition: 0.5s;
}

.musteriYorumlari-div .container .first a:hover {
    background: #52C0D3;
    color: white;
}

.musteriYorumlari-div .container .first h2 {
    color: #3e3c3e;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 0;
}

.musteriYorumlari-div p {
    font-family: "Lato", sans-serif;
    color: #626262;
    line-height: 1.65;
    font-size: 16px;
    max-width: 500px;
    margin: 20px 0 22px;
}

.musteriYorumlari-div .block-title {
    font-size: 36px;
    color: #000;
    line-height: 46px;
    text-align: center;
    margin-bottom: 50px;
}

.musteriYorumlari-div .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

.musteriYorumlari-div .list-items.non-grid .list-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.musteriYorumlari-div .list-items .list-item {
    margin: 0;
    padding: 0;
}

.musteriYorumlari-div .list-items .list-item-inline {
    border-radius: 15px;
    padding: 50px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
}

.musteriYorumlari-div .list-items .item-image-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.musteriYorumlari-div .list-items .item-image-container img {
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.musteriYorumlari-div .content-text h2 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: #034163;
}

.musteriYorumlari-div .list-items .item-title {
    font-weight: 600;
    font-size: 18px;
}

.musteriYorumlari-div .list-items .item-summary {
    font-size: 14px;
    margin-top: 20px;
    color: #393c41;
    font-family: "Lato", sans-serif;
}

.musteriYorumlari-div .list-items .item-display-date {
    margin-top: 10px;
}

.musteriYorumlari-div .list-items .item-display-date span {
    margin-left: 5px;
}

.musteriYorumlari-div .list-items .item-detail-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.musteriYorumlari-div .list-items-see-all-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.musteriYorumlari-div .slick-prev {
    position: absolute;
    font-size: 25px;
    color: white;
    background: #03A9F4;
    left: -5%;
    top: 43%;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
}

.musteriYorumlari-div .slick-next {
    color: white;
    background: #03A9F4;
    position: absolute;
    right: -5%;
    top: 43%;
    z-index: 2;
    font-size: 25px;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.musteriYorumlari-div .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.musteriYorumlari-div .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.musteriYorumlari-div .slick-dots li button {
    cursor: pointer;
    color: transparent;
    border: 0;
    background: transparent;
}

.musteriYorumlari-div .slick-dots li button:before {
    font-size: 55px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '.';
    opacity: .25;
    color: #006ba6;
}

.musteriYorumlari-div .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #006ba6;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (max-width: 767px) {
    .musteriYorumlari-div .list-items .list-item-inline {
        padding: 20px 15px;
    }

    .musteriYorumlari-div .slick-prev {
        display: none !important;
    }

    .musteriYorumlari-div .slick-next {
        display: none !important;
    }

    .musteriYorumlari-div .container {
        display: block;
    }

    .musteriYorumlari-div .container .first {
        width: 100%;
    }

    .musteriYorumlari-div .list-items {
        margin-top: 35px;
        width: 100%;
    }
}

.blog-div {
    position: relative;
    padding: 100px 0;
}

.blog-div .item-detail-button {
    text-decoration: none;
    color: #cfa167;
}

.blog-div .mainTitle {
    text-align: center;
    width: 100%;
    display: block;
    color: #3e3c3e;
    font-weight: bolder;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
}

.blog-div .downText {
    font-family: "Lato", sans-serif;
    color: #636b75;
    line-height: 1.65;
    font-size: 16px;
    text-align: center;
    max-width: 75%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-div .block-title {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    color: #01587f;
}

.blog-div .block-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #03A9F4;
    border-radius: 5px;
}

.blog-div .list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.blog-div .list-items.non-grid .list-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-div .list-items .list-item {
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%;
}

.blog-div .list-items .list-item:nth-child(3n) {
    margin-right: 0%;
}

.blog-div .list-items .list-item-inline,
.blog-div .list-items .item-image-container {
    width: 100%;
}

.blog-div .list-items .list-item-inline {
    background: white;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-div .list-items .list-item-inline h3 {
    padding: 15px 15px 0;
    margin: 0;
}

.blog-div .list-items .list-item-inline .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-top: 1px solid #cfa167;
    font-size: 16px;
    text-decoration: none;
}

.blog-div .list-items .list-item-inline:hover img {
    transform: scale(1.1);
}

.blog-div .list-items .item-image-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.blog-div .list-items .item-image-container img {
    width: 100%;
    transition: 0.5s;
    height: 250px;
}

.blog-div .list-items .item-title {
    font-weight: 600;
    font-size: 16px;
    color: #034163;
    padding: 15px 15px 0px;
}

.blog-div .list-items .item-summary {
    color: #626262;
    font-size: 15px;
    padding: 10px 15px 20px;
}

.blog-div .list-items .item-display-date {
    text-align: center;
    padding: 5px;
    color: #03A9F4;
    transition: 0.5s;
}

.blog-div .list-items .item-display-date span {
    margin-left: 5px;
    color: #cfa167;
}

.blog-div .list-items-see-all-wrapper {
    text-align: center;
    margin: auto;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (max-width: 767px) {
    .blog-div .downText {
        max-width: 100%;
    }

    .blog-div .list-items .list-item {
        margin-bottom: 30px;
        margin-right: 0%;
        width: 100%;
    }

    .blog-div .list-items-see-all-wrapper {
        width: 50%;
    }

    .blog-div {
        flex-wrap: wrap;
    }

    .blog-div .list-items {
        flex-wrap: wrap;
    }

}

/* FOOTER */
.footer {
    padding: 0px 0 100px;
    position: relative;
    background: #444;
    margin-top: 200px;
}

.footer img {
    position: absolute;
    bottom: 100%;
    width: 100%;
    pointer-events: none;
}

.footer .container {
    display: flex;
}

.footer .item-1 {
    width: 33.3%;
}

.footer .item-1 .menu-title {
    align-items: center;
    width: 100%;
    font-weight: 400;
    color: #cfa167;
    font-size: 18px;
    padding: 0;
    letter-spacing: .4px;
    margin: 0;
    margin-bottom: 20px;
}

.footer .item-1 .information {
    margin-bottom: 25px;
}

.footer .item-1 .information a {
    color: white;
}

.footer .item-1 .information i {
    color: #cfa167;
    font-size: 17px;
    margin-right: 10px;
}

.footer .item-1 .information:last-child i {
    font-size: 20px;
}

.footer .item-2 {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer .item-2 p {
    margin-top: 0;
    font-size: 18px;
    color: #cfa167;
}

.footer .item-2 a {
    margin-bottom: 15px;
    color: white;
}

.footer .item-3 {
    width: 33.3%;
    text-align: right;
}

.footer .item-3 p:first-child {
    margin-top: 0;
    font-size: 18px;
    color: #cfa167;
}

.footer .item-3 p {
    font-size: 16px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .footer .container {
        flex-wrap: wrap;
    }

    .footer .item-1,
    .footer .item-2,
    .footer .item-3 {
        width: 100%;
        text-align: left;
    }

    .footer .item-2 {
        margin: 30px 0;
    }
}

/* sayfa ici */

.icerik-div {
    padding: 100px 0;
}

.icerik-div .container {
    display: flex;
}

.icerik-div .container .menu {
    width: 28%;
    margin-right: 2%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}

.icerik-div .container .menu p {
    background: #cfa167;
    padding: 15px;
    color: white;
    margin: 0;
    font-size: 18px;
}

.icerik-div .container .menu a {
    padding: 15px;
    color: #000;
    margin: 0;
    border-top: 1px solid #cfa167;
    width: 100%;
    display: block;
}


.icerik-div .container .icerik {
    width: 70%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 15px;
}

.icerik-div .container .icerik ul {
    padding: 0;
    margin: 0;
}

.icerik-div .container .icerik p {
    margin-top: 0;
}

.icerik-div .container .hakkimizda-baslik {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .icerik-div .container {
        flex-wrap: wrap;
    }

    .icerik-div .container .menu {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 6%;
    }

    .icerik-div .container .icerik {
        width: 100%;
    }

}

/* hizmetler */
.hizmetler-icerik-div {
    padding: 100px 0;
}

.hizmetler-icerik-div .container {
    display: flex;
}

.hizmetler-icerik-div .container .menu {
    width: 28%;
    margin-right: 2%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}

.hizmetler-icerik-div .container .menu p {
    background: #cfa167;
    padding: 15px;
    color: white;
    margin: 0;
}

.hizmetler-icerik-div .container .menu a {
    padding: 15px;
    color: #000;
    margin: 0;
    border-top: 1px solid #cfa167;
    width: 100%;
    display: block;
}


.hizmetler-icerik-div .container .icerik {
    width: 70%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 15px;
}

.hizmetler-icerik-div .container .icerik p {
    margin-top: 0;
}

.hizmetler-icerik-div .container .hakkimizda-baslik {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .hizmetler-icerik-div .container {
        flex-wrap: wrap;
    }

    .hizmetler-icerik-div .container .menu {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 6%;
    }

    .hizmetler-icerik-div .container .icerik {
        width: 100%;
    }

}

.baslik {
    text-align: center;
    background: #cfa167;
}

.baslik h1 {
    padding: 50px 0;
    margin: 0;
    color: white;
    display: inline-block;
}

/* yorumlar */

.yorumlarClass .container {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}

.yorumlarClass .container .logoBox{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 28%;
    height: 200px;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 7px;
    padding: 2%;
}

.yorumlarClass .container .logoBox:nth-child(3n){
    margin-right:0px;
}

.yorumlarClass .container .logoBox img{
    width:100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {

}

.form-div {
    border-radius: 15px;
    width: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    overflow: hidden;
}

.form-div h2 {
    margin-top: 0;
}

.form-div form {
    display: flex;
    flex-wrap: wrap;
}

.form-div form .item {
    width: 100%;
    margin-bottom: 10px;
}

.form-div form .item input {
    height: 30px;
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #d3d3d3;
}

.form-div form .item textarea {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #d3d3d3;
    margin-top: 10px;
}

.contact-container {
    display: flex;
    width: 80%;
    margin: auto;
    padding: 100px 0;
}

.form-div .btnSend {
    padding: 10px 30px;
    border-radius: 15px;
    background-color: #cfa167;
    cursor: pointer;
    color: white;
    border: none;
}

.iletisimBilgileri-div {
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 50%;
    border-radius: 15px;
    height: 100%;
    margin-right: 1%;
}

.iletisimBilgileri-div h2 {
    margin-top: 0;
}

.iletisimBilgileri-div .information {
    margin-bottom: 15px;
}

.iletisimBilgileri-div .information:last-child i {
    font-size: 21px;
}

.iletisimBilgileri-div .information i {
    padding-right: 15px;
}

.iletisimBilgileri-div .information a {
    color: #333333;
}

.iletisimBilgileri-div .information a:hover {
    color: #cfa167;
}

@media only screen and (max-width: 767px) {
    .contact-container {
        width: 90%;
        flex-wrap: wrap;
    }

    .iletisimBilgileri-div {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5%;
    }

    .form-div {
        width: 100%;
    }
}

.blogs-icerik-div {
    padding: 100px 0;
}

.blogs-icerik-div .container {
    display: flex;
}

.blogs-icerik-div .container .menu {
    width: 28%;
    margin-right: 2%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}

.blogs-icerik-div .container .menu p {
    background: #cfa167;
    padding: 15px;
    color: white;
    margin: 0;
}

.blogs-icerik-div .container .menu a {
    padding: 15px;
    color: #000;
    margin: 0;
    border-top: 1px solid #cfa167;
    width: 100%;
    display: block;
}


.blogs-icerik-div .container .blog {
    width: 70%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 15px;
}

.blogs-icerik-div .container .blog p {
    margin-top: 0;
}

.blogs-icerik-div .container .blog b {
    margin:0;
    font-weight:bold;
}

.blogs-icerik-div .container .blog h2{
    margin: 0;
}

.blogs-icerik-div .container .hakkimizda-baslik {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .blogs-icerik-div .container {
        flex-wrap: wrap;
    }

    .blogs-icerik-div .container .menu {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 6%;
    }

    .blogs-icerik-div .container .blog {
        width: 100%;
    }

}

/* NEDEN BIZ */

.a1904-v1-orbis-r2-wrapper {
    width: 100%;
    padding: 100px 0;
}

.a1904-v1-orbis-r2-wrapper .block-title {
    text-align: center;
    color: #3e3c3e;
    font-weight: bolder;
    margin-bottom: 80px;
    margin-top: 0;
}

.a1904-v1-orbis-r2-wrapper .list-items {
    width: 100%;
    display: flex;
    gap: 20px;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item {
    width: 25%;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item:nth-child(2n) {
    margin-top: -30px;
}

.a1904-v1-orbis-r2-wrapper .list-items.non-grid .list-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item-inline {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item-inline:hover .item-title,
.a1904-v1-orbis-r2-wrapper .list-items .list-item-inline:hover .item-summary {
    color: white;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item-inline:before {
    content: '';
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: #cfa167;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item-inline:hover:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #cfa167;
}

.a1904-v1-orbis-r2-wrapper .list-items .list-item-inline:hover .item-image-container {
    box-shadow: 0px 0px 0px 7px #ffffffa6;
}

.a1904-v1-orbis-r2-wrapper .list-items .item-image-container {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: white;
    display: flex;
    padding: 15px;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
}

.a1904-v1-orbis-r2-wrapper .list-items .item-image-container img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(63%) sepia(25%) saturate(620%) hue-rotate(354deg) brightness(98%) contrast(97%);
}

.a1904-v1-orbis-r2-wrapper .list-items .item-title {
    padding: 15px 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.a1904-v1-orbis-r2-wrapper .list-items .item-summary {
    color: #626262;
    font-size: 15px;
}

.a1904-v1-orbis-r2-wrapper .list-items .item-display-date {
    margin-top: 10px;
}

.a1904-v1-orbis-r2-wrapper .list-items .item-display-date span {
    margin-left: 5px;
}

.a1904-v1-orbis-r2-wrapper .list-items .item-detail-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.a1904-v1-orbis-r2-wrapper .list-items-see-all-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 999px) {}

@media only screen and (max-width: 767px) {
    .a1904-v1-orbis-r2-wrapper .list-items .list-item:nth-child(2n) {
        margin-top: -0px;
    }

    .a1904-v1-orbis-r2-wrapper .list-items {
        gap: 10px;
        flex-wrap: wrap;
    }

    .a1904-v1-orbis-r2-wrapper .list-items .list-item {
        width: 100%;
    }

    .a1904-v1-orbis-r2-wrapper .block-title {
        margin-bottom: 50px;
    }
}

/* REFERANSLAR */
.x22-v1-generic-r3-wrapper .col-md-6 {
    padding: 0;
    width: 50%;
}

.x22-v1-generic-r3-wrapper .section {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f3f3f3;
}

.x22-v1-generic-r3-wrapper .section .image-container {
    display: flex;
    align-items:
        center;
    justify-content:
        center;
    overflow: hidden;
}

.x22-v1-generic-r3-wrapper .section .image-container img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.x22-v1-generic-r3-wrapper .section:first-child .image-container img,
.x22-v1-generic-r3-wrapper .section:nth-child(4) .image-container img {
    width: 100%;
    height: auto;
    height: 500px;
    object-fit: cover;
}

.x22-v1-generic-r3-wrapper .section h2 {
    font-size: 18px;
    color: #cfa167;
    letter-spacing: 1px;
    margin: 0 50px;
}

.x22-v1-generic-r3-wrapper .section p {
    color: #626262;
    padding: 20px 0;
    margin: 0 50px;
}

.x22-v1-generic-r3-wrapper .section a {
    float: left;
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .x22-v1-generic-r3-wrapper .section {
        display: block;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:767px) {
    .x22-v1-generic-r3-wrapper .section {
        flex-direction: column;
        margin-top: 20px;
    }

    .x22-v1-generic-r3-wrapper .section h2,
    .x22-v1-generic-r3-wrapper .section p {
        margin: 0;
    }

    .x22-v1-generic-r3-wrapper .section a {
        margin-left: 0;
    }

    .x22-v1-generic-r3-wrapper .section:nth-child(1) {
        margin-top: 0;
    }

    .x22-v1-generic-r3-wrapper {
        padding-bottom: 30px;
        background: #f3f3f3;
    }

    .x22-v1-generic-r3-wrapper .section:first-child .image-container img,
    .x22-v1-generic-r3-wrapper .section:nth-child(4) .image-container img {
        width: 100%;
        height: auto;
    }

    .x22-v1-generic-r3-wrapper .col-md-6 {
        width: 100%;
    }

    .x22-v1-generic-r3-wrapper .col-md-6-text {
        width: 90%;
        margin: 30px 0
    }

    .x22-v1-generic-r3-wrapper .section .image-container img {
        height: 300px;
    }
}