body {
    font-family: "Poppins", sans-serif;
}

@media (min-height: 1200px) {
    .body {
        overflow-x: hidden;
    }
}

/*
* Font Tertiary
*/
.custom-font-tertiary {
    font-family: "Lora", serif !important;
}

/*
* Font Icons
*/
@font-face {
    font-family: "Fontello";
    src: url("../../css/fonts/demos/digital-agency-2/fontello.woff2") format("woff2"), url("../../css/fonts/demos/digital-agency-2/fontello.woff") format("woff"), url("../../css/fonts/demos/digital-agency-2/fontello.ttf") format("ttf"), url("../../css/fonts/demos/digital-agency-2/fontello.eot") format("eot");
}

/*
* Container
*/
@media (min-width: 1240px) {
    .container {
        max-width: 1240px !important;
    }
}

/*
* Custom Text
*/
.custom-text-1 {
    font-size: 12px !important;
}

.custom-text-2 {
    font-size: 14px !important;
}

.custom-text-3 {
    font-size: 15px !important;
}

.custom-text-4 {
    font-size: 16px !important;
}

.custom-text-5 {
    font-size: 18px !important;
}

.custom-text-6 {
    font-size: 20px !important;
}

.custom-text-7 {
    font-size: 22px !important;
}

.custom-text-8 {
    font-size: 26px !important;
}

.custom-text-9 {
    font-size: 32px !important;
}

.custom-text-10 {
    font-size: 40px !important;
    line-height: 40px !important;
}

.custom-text-11 {
    font-size: 55px !important;
    line-height: 72px !important;
}

.custom-text-12 {
    font-size: 60px !important;
}

/*
* Buttons
*/
.custom-btn-outline {
    border-width: 3px;
}

@-webkit-keyframes arrowMove {
    0% {
        position: relative;
        left: -1px;
    }
    50% {
        position: relative;
        left: 3px;
    }
    100% {
        position: relative;
        left: -1px;
    }
}

@keyframes arrowMove {
    0% {
        position: relative;
        left: -1px;
    }
    50% {
        position: relative;
        left: 3px;
    }
    100% {
        position: relative;
        left: -1px;
    }
}

.custom-btn-with-arrow:after {
    content: '\E800';
    font-family: 'Fontello';
    font-size: 18px;
    margin-left: 17px;
}

.custom-btn-with-arrow:hover:after {
    -webkit-animation: arrowMove 600ms ease;
    animation: arrowMove 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*
* Titles
*/
.custom-title-with-icon:before {
    content: '\E801';
    font-family: 'Fontello';
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
}

.custom-title-with-icon-center:before {
    text-align: center;
}

.custom-title-with-icon-right:before {
    text-align: right;
}

/*
* Circles
*/
.custom-circle {
    position: absolute;
    display: block;
    background-image: url("../img/gelisim-white.svg");
    display: block;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.custom-circle-red {
    position: absolute;
    display: block;
    background-image: url("../img/gelisim-white.svg");
    display: block;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.custom-circle-dark {
    position: absolute;
    display: block;
    background-image: url("../img/gelisim-white.svg");
    display: block;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.custom-circle-blur {
    filter: blur(3px);
}

.custom-circle-1 {
    width: 100px;
    height: 80px;
}

@media (max-width: 1250px) {
    .custom-circle-1 {
        display: none;
    }
}

.custom-circle-2 {
    width: 75px;
    height: 60px;
}

@media (max-width: 1250px) {
    .custom-circle-2 {
        display: none;
    }
}

.custom-circle-3 {
    width: 21px;
    height: 20px;
}

@media (max-width: 1799px) {
    .custom-circle-3 {
        display: none;
    }
}

.custom-circle-4 {
    width: 14px;
    height: 13px;
}

@media (max-width: 1799px) {
    .custom-circle-4 {
        display: none;
    }
}

/*
* Header
*/
#header.header-effect-shrink .header-container {
    min-height: 120px;
}

#header.header-effect-shrink .header-container .header-column-social-icons {
    flex-grow: 0 !important;
}

@media (min-width: 992px) {
    #header.header-effect-shrink .header-container .header-nav nav ul li.dropdown:hover .dropdown-menu {
        margin-top: 0px !important;
    }
}

html.mobile-menu-opened.sticky-header-active #header.header-transparent .header-body .header-nav-main:before {
    background-color: transparent !important;
}

/*
* Slider
*/
.custom-circles-container .custom-circle-1:nth-child(1) {
    top: 40%;
    left: 5%;
}

.custom-circles-container .custom-circle-2:nth-child(2) {
    top: 20%;
    left: 5%;
}

.custom-circles-container .custom-circle-3:nth-child(3) {
    top: 27%;
    left: 12%;
}

.custom-circles-container .custom-circle-1:nth-child(4) {
    top: 50%;
    right: 5%;
}

.custom-circles-container .custom-circle-2:nth-child(5) {
    top: 70%;
    right: 5%;
}

.custom-circles-container .custom-circle-3:nth-child(6) {
    top: 60%;
    right: 12%;
}

/*
*Arya Slideraltı
*/

.custom-bg-color-grey-1 {
    background-color: #f8f9fb;
}

.overlay-tertiary:before {
    background: var(--tertiary);
}

.custom-font-size-1 {
    font-size: 80px;
}

p {
    color: #292929;
}

.custom-heading-1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #CCC;
    white-space: nowrap;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .custom-heading-1 {
        font-size: 50px;
    }
}

.custom-stroke-text-effect-1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    white-space: nowrap;
}

.custom-text-pos-1 {
    left: -80px;
}

.custom-text-pos-2 {
    right: -80px;
}

.custom-text-pos-3 {
    left: -10%;
    top: 45%;
}

.custom-el-pos-1 {
    margin-top: -160px;
}

.custom-el-pos-2 {
    margin-top: -73px;
}

.custom-el-pos-3 {
    margin-top: -73px;
}

.custom-drop-caps .custom-drop-caps-number {
    font-weight: bold;
    float: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin-right: 15px;
    margin-top: 0;
}

.custom-vr-1 {
    width: 6px;
    height: 70px;
}

@media (max-width: 991px) {
    #header .header-logo img {
        max-width: 245px;
        height: auto;
    }
}

.section-intro {
    background: url(../../img/demos/transportation-logistic/generic/generic-1.png) no-repeat 12% 100%;
    min-height: 400px;
}

.custom-carousel-1-wrapper {
    margin-top: -48px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    min-height: 300px;
}

@media (min-width: 992px) {
    .custom-carousel-1-wrapper {
        margin-top: -143px;
    }
}

.custom-carousel-1 .owl-stage-outer .owl-item {
    padding: 20px 2px 40px 18px;
}

.custom-carousel-1 .owl-stage-outer .owl-item .card {
    transition: all 0.1s ease-in-out;
}

.custom-carousel-1 .owl-stage-outer .owl-item.active .card {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left {
        position: relative;
        top: 20px;
        width: 100% !important;
        padding-right: 20px;
    }
}

.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav {
    position: absolute;
    top: 73px;
    left: -78px;
}

@media (min-width: 1200px) {
    .custom-parallax-1 .parallax-background {
        background-size: 100% !important;
    }
}



/*
*Arya Slideraltı bitiş
*/








/*
* Cards
*/
.custom-cards {
    margin-top: -120px;
}

@media (max-width: 1199px) {
    .custom-cards {
        margin-top: 3rem;
    }
}

.custom-cards .col-custom-cards .card {
    bottom: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .custom-cards .col-custom-cards .card {
        position: static;
    }
}

.custom-cards .col-custom-cards:nth-child(2) {
    transform: translateY(45px);
}

.custom-cards .col-custom-cards:nth-child(3) {
    transform: translateY(90px);
}

/*
* Custom List
*/
.custom-list li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 17px;
}

/*
* Approach Img
*/

.resust{
    transition: all 0.3s;

    color: #FFF;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 17px;
    padding: 8px 8px 2px;
    bottom: 13%;
}
.resalt{
    background-color: #0a0a0a;
    opacity: 0.25;
}


.time-line-1
{
    left: -60px;
    top: 0;
    z-index:3;
    height: 100%;
}
.time-line-1:before
{
    width: 50%;
    border-left: dashed 1px #bb9848 ;
    opacity: 50%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: calc(100% + 0.9rem) ;

    z-index: -1!important;
}
.top-35 {
    top: 25%!important;
}
.turuncu {
    color: #ff8415!important;
}
.wpyesil {
    color: #25D366!important;
}

.titlebg {
    background-color: rgba(0, 0, 0, 0.15) !important;

}

.pich180 {
    width: 250px!important;
    height: 380px!important;

}

.pich50 {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    padding: 2px;
    border: solid 2px #e41645;

}
.bg-res1:before {
    content: " ";
    height: 121px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to left, #000000 , #008ad2);
    opacity: 0.8!important;

}
.bg-res1:after {
    background: url("../../img/bg-3.jpg");
    content: " ";
    height: 121px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.approach-img {
    position: relative;
    display: block;
    background-image: url("../../img/demos/digital-agency-2/bg/bg-3.png");
    background-repeat: no-repeat;
    border-radius: 50%;
    min-width: 355px;
    min-height: 360px;
    max-width: 355px;
    max-height: 360px;
    margin: auto;
    width: 100%;
}

.approach-img .custom-circle-1 {
    display: block;
    width: 50%;
    height: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 113px;
}

.approach-img .custom-circle-2 {
    display: block;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../img/demos/digital-agency-2/bg/bg-3.png);
    background-position: center;
    background-size: 500px;
}

.approach-img .custom-circle-our-approach-deco-1 {
    width: 33px;
    height: 31px;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 25%;
    right: 2%;
    transform: translateY(-50%);
}

.approach-img .custom-circle-our-approach-deco-3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
}

/*
* Section Our Work
*/
.our-work .isotope-item {
    position: static !important;
    transition: .3s opacity;
}

.our-work .custom-our-work img {
    min-height: 280px;
}

.our-work .custom-our-work .custom-our-work-text {
    position: relative;
}

.our-work .custom-our-work .custom-our-work-text h4, .our-work .custom-our-work .custom-our-work-text p, .our-work .custom-our-work .custom-our-work-text span {
    position: relative;
    left: 0;
}

.our-work .custom-our-work .custom-our-work-text h4 {
    transition: .2s left;
}

.our-work .custom-our-work .custom-our-work-text p {
    transition: .5s left;
}

.our-work .custom-our-work .custom-our-work-text span {
    transition: .9s left;
}

.our-work .custom-our-work:hover:before {
    opacity: 0.8 !important;
}

.our-work .custom-our-work:hover .custom-our-work-text h4, .our-work .custom-our-work:hover .custom-our-work-text p, .our-work .custom-our-work:hover .custom-our-work-text span {
    left: 20px;
}

/*
* Side menu Our Work
*/
.side-menu-our-work .sort-source li a:before {
    content: '';
    width: 15px;
    height: 3px;
    background-color: #1e90d3;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    transition: .5s width;
}

.side-menu-our-work .sort-source li a:hover:before {
    width: 30px;
}

.side-menu-our-work .sort-source li.active a {
    color: #FFF !important;
}

.side-menu-our-work .sort-source.sort-source-light li.active a {
    color: #fff !important;
    font-weight: bold !important;
}


/*
* Coaching Consulting
*/
.coaching-consulting .col-coaching-consulting-imgs .card {
    position: absolute;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
    z-index: 1;
    top: 0;
    right: 20px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
    z-index: 3;
    bottom: 30px;
    left: 60%;
    transform: translateX(-50%);
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
    z-index: 2;
    left: 40px;
    bottom: 10%;
}

@media (max-width: 991px) {
    .coaching-consulting .col-coaching-consulting-imgs .card {
        position: relative;
        max-width: 30%;
        margin-top: 30px;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        float: left;
        margin-right: 3.33%;
    }
}
















/*
* Card
*/
.custom-card-style-1 {
    transition: ease background-color 300ms;
}

.custom-card-style-1:hover {
    background-color: #CCC;
}

.custom-card-style-1:hover p {
    opacity: 0.8;
}

/*
* Owl Carousel
*/
@media (max-width: 767px) {
    .custom-dots-position .owl-dots {
        top: calc(50% + 275px) !important;
        transform: translate3d(0px, 0, 0px) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-dots-position .owl-dots {
        top: calc(50% + 225px) !important;
        transform: translate3d(0px, 0, 0px) !important;
    }
}

.custom-dots-style-1 .owl-dots {
    margin-top: 20px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #CCC;
    width: 12px;
    height: 12px;
}

.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
    background: #CCC;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot span {
    border-color: #FFF;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active span {
    background: #FFF !important;
}

.custom-hide-prev-nav .owl-nav .owl-prev {
    display: none !important;
}

.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-prev,
.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-next {
    color: #aaaaaa !important;
}


/*
* Custom Section
*/
.custom-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-section .custom-section-left-content,
.custom-section .custom-section-right-content {
    display: none;
}

.custom-section .custom-section-middle-content {
    width: 100%;
    margin: 0 -250px;
    z-index: 1;
}

@media (min-width: 768px) {
    .custom-section .custom-section-left-content,
    .custom-section .custom-section-right-content {
        display: block;
        width: 34vw;
    }
    .custom-section .custom-section-middle-content {
        width: 50vw;
    }
}

@media (min-width: 992px) {
    .custom-section .custom-section-left-content,
    .custom-section .custom-section-right-content {
        width: 34vw;
    }
    .custom-section .custom-section-middle-content {
        width: 40vw;
    }
}

/*
* Custom Heading Style
*/
.custom-heading-style-1 {
    position: relative;
    color: #FFF;
}

.custom-heading-style-1 .custom-heading-style-1-step {
    position: absolute;
    font-size: 4.5em;
    font-weight: 900;
    font-family: 'Overpass', sans-serif;
    top: 50%;
    left: 0;
    opacity: 0.1;
    transform: translate3d(0, -50%, 0);
    z-index: 0;
}

.custom-heading-style-1 .custom-heading-style-1-text {
    position: relative;
    letter-spacing: 4.5px;
    z-index: 1;
}

/*
* Custom Heading Style
*/
.custom-heading-style-1 {
    position: relative;
    color: #FFF;
}

.custom-heading-style-1 .custom-heading-style-1-step {
    position: absolute;
    font-size: 4.5em;
    font-weight: 900;
    font-family: 'Overpass', sans-serif;
    top: 50%;
    left: 0;
    opacity: 0.1;
    transform: translate3d(0, -50%, 0);
    z-index: 0;
}

.custom-heading-style-1 .custom-heading-style-1-text {
    position: relative;
    letter-spacing: 4.5px;
    z-index: 1;
}













/*
* Section Our Services
*/
.our-services .custom-circle-2 {
    top: 10%;
    right: 7%;
}

.our-services .service-card {
    padding: 65px 0 65px 35px;
}

.our-services .service-card:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 10px;
    transition: .5s width;
}

.our-services .service-card:hover:before {
    width: 45px;
    background-color: white !important;
}

.our-services .service-card.bg-color-dark:before, .our-services .service-card.active:before {
    background-color: white !important;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img {
    min-height: 377px;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img img {
    max-width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-1 {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 253px;
    height: 140px;
    opacity: 0.5;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 253px;
    height: 178px;
    opacity: 0.5;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 {
    border: 3px solid #000;
    position: absolute;
    top: 43%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 299px;
    height: 285px;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .custom-circle-1 {
    position: absolute;
    top: 70%;
    left: -5%;
    transform: translateY(-50%);
    width: 26px;
    height: 24px;
    opacity: 0.5;
    border-radius: 50%;
}

/*
* Section Our Insights
*/
.our-insights .custom-circle-2 {
    top: 8%;
    left: 5%;
}

.our-insights .custom-circle-3 {
    top: 18%;
    left: 12%;
}

/*
* About Us Featured Block
*/
.about-us-featured-block {
    position: absolute;
    z-index: 1;
    top: -50%;
    transform: translate(-70px, -50%);
}

@media (max-width: 1199px) {
    .about-us-featured-block {
        position: static;
        transform: translate(0);
    }
}

/*
* Page Our Work Detail
*/
.project-details {
    border-bottom: 1px solid #e7e7e7;
}

/*
* Page Our Services Detail
*/
.custom-accordion .custom-card-default {
    border-width: 20px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.custom-accordion .custom-card-body-collapse {
    border-bottom: 20px solid;
}

/*
* Section Contact Us - Where You Are
*/
.where-you-are-postal-cards .custom-circle-2:nth-child(1) {
    top: -10px;
    left: 30px;
}

.where-you-are-postal-cards .custom-circle-3:nth-child(2) {
    top: -10px;
    right: 30px;
}

.where-you-are-postal-cards .custom-circle-3:nth-child(3) {
    bottom: -40px;
    right: 60px;
}

.where-you-are-postal-cards .col-where-you-are-postal {
    min-height: 380px;
}

@media (max-width: 991px) {
    .where-you-are-postal-cards .col-where-you-are-postal {
        min-height: unset;
    }
}

.where-you-are-postal-cards .col-where-you-are-postal img {
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {
    .where-you-are-postal-cards .col-where-you-are-postal img {
        position: static;
    }
}

.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
    height: 100%;
}

@media (max-width: 991px) {
    .where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
        height: auto;
    }
}

/*
* Section Get in Touch
*/
.get-in-touch {
    padding: 90px 0 150px;

    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .get-in-touch {
        padding: 90px 0;
    }
}

.get-in-touch:after {
    content: '';
    display: block;
    width: 120%;
    height: 100px;
    position: absolute;
    bottom: -48px;
    left: -5%;
    transform: rotate(2deg);
}

@media (max-width: 1199px) {
    .get-in-touch:after {
        display: none;
    }
}

.get-in-touch .custom-circle-1 {
    top: 27%;
    right: 4%;
}

.get-in-touch .custom-circle-2 {
    top: 70%;
    left: 9%;
}


/*
* Section Get in Touch2
*/
.get-in-touch2 {
    padding: 0px 0 0px;

    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .get-in-touch2 {
        padding: 90px 0;
    }
}

.get-in-touch2:after {
    content: '';
    display: block;
    width: 120%;
    height: 100px;
    position: absolute;
    bottom: -48px;
    left: -5%;
    transform: rotate(2deg);
}

@media (max-width: 1199px) {
    .get-in-touch2:after {
        display: none;
    }
}

.get-in-touch2 .custom-circle-1 {
    top: 60%;
    right: 5%;
}

.get-in-touch2 .custom-circle-2 {
    top: 70%;
    left: 9%;
}

/*
* Page Header
*/
.page-header.page-header-modern.page-header-background {
    padding: 185px 0 120px;
    margin-bottom: 0;
    background-position: 0 100%;
    background-size: cover;
}

@media (max-width: 1199px) {
    .page-header.page-header-modern.page-header-background {
        padding: 100px 0;
    }
}



@media (max-width: 1199px) {
    .page-header.page-header-modern.page-header-background:after {
        display: none;
    }
}

.page-header.page-header-modern.page-header-background .custom-circle-1:nth-child(1) {
    top: 40%;
    right: 5%;
}

.page-header.page-header-modern.page-header-background .custom-circle-2:nth-child(2) {
    top: 70%;
    right: 5%;
}

.page-header.page-header-modern.page-header-background .custom-circle-3:nth-child(3) {
    top: 60%;
    right: 12%;
}

.page-header.page-header-modern.page-header-background .breadcrumb:before {

    font-family: 'Fontello';
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
}

/*
* Footer
*/
#footer {
    border: 0;
}

.pich {
    height: 200px!important;
}
.pich2 {
    height: 400px!important;
}
/*.bg-mekait {
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: #79ae22!important;
    opacity: 0.3;
    background-image: url("../../img/bg-mekait-1.jpg");

    vertical-align: middle;
    border-style: none;
}*/
.bg-mekait:before{
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: #79ae22!important;
    opacity: 0.3;
    background-image: url("../../img/bg-mekait-1.jpg");
    vertical-align: middle;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.bg-mekait2 {
    mix-blend-mode:multiply;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: #79ae22!important;
    opacity: 0.3;
    background-image: url("../../img/bg-mekait-1.jpg");
    vertical-align: middle;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.bg-mekait-page {
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: #79ae22!important;
    opacity: 0.3;
    background-image: url("../../img/bg-mekait-1.jpg");

    vertical-align: middle;
    border-style: none;
}

.meka-grayscale {
    filter: grayscale(80%)
}
.meka-margin-top-300 {
    margin-top: 250px;
}
.meka-height-800 {
    height: 800px;
}
.meka-min-height-600 {
    min-height: 600px;
}
.meka-top-54{
    margin-top: -54px!important;
}
.meka-height-55 {
    height: 55px!important;
}
meka-top-1 {
    top: 1px;
}
.meka-menu-style {
    border: solid 1px #535353 !important;
    border-radius: 0px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #313131 !important;
}
.bn-r-image{
    min-height: 400px;
}
.bn-l-txt{
    margin-top: 40%;
    min-height: 300px;
}
@media only screen and (max-width: 1240px) {
    .bn-l-txt{
        margin-top: 55%;
        min-height: 300px;
    }
}
@media only screen and (max-width: 992px) {
    .bn-r-img,.bg-mekait{
        height: 50%!important;
    }
    .bn-txt-r{
        height: 50%!important;
    }
    .bn-l-txt{
        margin: auto;
        margin-top: 50px;

    }

}
.half-container-1 {
    width: 100%;
    padding-left: .75rem;
}
@media  (min-width: 576px){
    .half-container-1 {
        width: 540px;
    }
}
@media  (min-width: 768px){
    .half-container-1{
        width: 720px;
    }
}
@media  (min-width: 992px){
    .half-container-1{
        width: 480px;
        padding-left: 1rem;
        margin-right: 0;
        margin-left: auto;
    }
}
@media  (min-width: 1200px){
    .half-container-1{
        width: 570px;
    }
}
@media  (min-width: 1240px){
    .half-container-1{
        width: 620px;

    }
}
.bn-2-txt{
    margin-top: 35%;
}
@media only screen and (max-width: 992px) {
    .bn2-r-img,.bg-mekait{
        height: 50%!important;
    }
    .bn2-txt-r{
        height: 50%!important;
    }
    .bn-2-txt{
        margin-top: 50px;
    }
}

.boder-grey-1 {
    border: 1px solid #4c4c4c !important;
}
.grey-1 {
    background-color: #4c4c4c !important;
}
.meka-home-top {
    margin-top: -60px!important;
}

.bg-meka-img {
    filter: grayscale(100%);
    opacity: 0.39;
}
.bg-meka-img2 {
    filter: grayscale(100%);

}

.bg-color-hover-grey1:hover, html .bg-hover-grey1:hover {
    background-color: #e1efd2 !important;
}
.bg-color-hover-grey2:hover, html .bg-hover-grey2:hover {
    background-color: #323232 !important;
}
.min-height-200 {
    min-height: 200px!important;
}
.min-height-400 {
    min-height: 400px!important;
}
.meka-bg-img-0 {
    background-blend-mode:multiply;
    background-color: #79ae22!important;
    background-image: url("../../img/bg-mekait-0.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.2;
}
.meka-bg-img-1 {
    background-blend-mode:multiply;
    background-color: #79ae22!important;
    background-image: url("../../img/bg-mekait-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.2;
}
.meka-bg-img-2 {
    background-blend-mode:multiply;
    background-color: #d0d0d0 !important;
    background-image: url("../../img/look-up-to-skies.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.2;
    filter: grayscale(100%);
}
.meka-bg-img-3 {
    background-blend-mode:multiply;
    background-color: #79ae22!important;
    background-image: url("../../img/meka-adres-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.2;
}
.meka-bg-img-4 {
    background-blend-mode:multiply;
    background-color: #79ae22!important;

    background-repeat: no-repeat;
    background-size: cover;

}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #79ae22!important;

}

.hero:before {
    background-color: #79ae22!important;
    content: "";
    background-image: url("../../img/bg-mekait-1.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}








.meka-bg-img-4:before {

}
.col-half-section {
    max-width: 593px;
}
.get-in-touch-2 {
    padding: 0px 0 0px!important;
}
.grey-scale-2 {
    filter: grayscale(100%);
    opacity: 3.2;
    max-height: 400px;
}
.grey-scale-3 {
    filter: grayscale(100%);
}
.grey-scale-4 {
    filter: grayscale(90%);
}

.min-height-300{
    min-height: 300px!important;
}
.margin-top-footer-60 {
    margin-top: -60px!important;
}
.bg-footer-black {
    background-color: #202020!important;
}
.footer-border-top{
    border-top: solid 3px #79ae22!important;
}
.meka-border-left {
    border-left: solid 20px  #79ae22!important;
}
.meka-border-left2 {
    border-left: solid 20px  #008ad2!important;
}

.meka-p-sticky {
    position: sticky;
    top: 0;
}
.meka-form-color::placeholder {
    color: #000!important;
}

.meka-form-color2::placeholder {
    color: rgba(255, 3, 3, 0.63) !important;
    font-size: 10px!important;
}
.meka-form-color3::placeholder {
    color: rgb(255, 255, 255) !important;
    font-size: 10px!important;
}

.osgb-slider-set {
    height: calc(100vh - 305px);
}
#gtranslate_wrapper{
    display: none!important;
}

.slider-kampanya {
    width: 100%;
    max-height: 180px!important;
}
.hakkımizda-maxh {
    max-height: 450px!important;
}
.hizmet-minh {
    min-height: 458px!important;;
}

.hizmet-title-h{
    height: 90px!important;
    background-color: #4c4c4c !important;
    opacity: 0.9;
}
.mb-50 {
    margin-bottom: 68px!important;
}

.asya-header-bg {
    /* background-image: linear-gradient(to right, rgba(82, 166, 178, 0.71), rgba(82, 166, 178, 0.52), rgba(82, 166, 178, 0.71),);*/
    background-image: linear-gradient(to right, rgba(214, 234, 234, 0.12), rgba(252, 252, 252, 0.16), rgba(214, 234, 234, 0.12));
}
.megamenu-style {
    background-image: linear-gradient(to right, rgba(255, 255, 255), rgba(248, 248, 248), rgba(255, 255, 255));
    border: solid 1px rgba(44, 44, 44, 0.45) !important;
    box-shadow: rgba(0, 0, 0, 0.07)  0px -10px 20px 5px;
}
#header .header-nav-main nav > ul > li.dropdown .megamenu-style-bb{
    border-bottom: 8px solid #18374e;
}

.megamenu-style2 {
    background-image: linear-gradient(to right, rgba(255, 255, 255), rgba(248, 248, 248), rgba(255, 255, 255));
    border: solid 1px rgba(178, 165, 82, 0.56) !important;
    box-shadow: rgba(0, 0, 0, 0.07)  0px -10px 20px 5px;
}
#header .header-nav-main nav > ul > li.dropdown .megamenu-style2-bb{
    border-bottom: 8px solid #e5ad38;
}
.gelisim-top-0{
    margin-top: -2px!important;
}
.border-top-r-8{
    border-top: solid 8px #18374e;
    border-right: solid 8px #18374e;
    right: 1px!important;
}
.arya-menu-r-border{
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(67, 181, 240, 0.2);
}
.dropdown-menu{
    background-color: none!important;
}

.arya-header-shadow{
    box-shadow: rgba(90, 90, 90, 0.29) 0px 1px 3px 1px;
}
.map-framemeka {
    width: 100%;
    height: 100%;
}
.mekait-text {
    color: #c4002a!important;
}


.bg-color-arya {
    background-color: rgba(255, 255, 255, 0.52)!important;

}
.slider-energy{
    margin-top: -300px!important;
}

.bg-arkimsearch {
    background-color: rgb(114, 114, 114);
}
html .bg-color-hover-arkimsearch:hover,
html .bg-hover-arkimsearch:hover {
    background-color: #b86d00 !important;
}


/* Style the header */
.header2 {
    padding: 10px 0px;
    background: #ffffff;
    color: #000000;
}

/* Page content */
.content2 {
    padding: 0px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky2 {
    position: fixed;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky2 + .content2 {
    padding-top: 102px;
}

/* bg color slider */
.slider-bg-color {
    background-color: rgba(255, 255, 255, 0.54) !important;
}
.slider-bg-color-kat {
    background-color: rgba(255, 255, 255, 0.54) !important;
    border-top: 3px solid #F28B00;
}
.slider-bg-color-primary {
    background-color: rgba(58, 121, 199, 0.52) !important;
}
.slider-bg-color-secondary {
    background-color: rgba(242, 139, 0, 0.49) !important;
}

.urun-top{
    margin-top: -200px!important;
}

.text-sari {
    color: #fcbe6b;
}

html .text-color-hover-sari:hover,
html .text-hover-sari:hover {
    color: #fcbe6b !important;
}

.anasayfa-urun {
    height: auto!important;
    max-width: 75%!important;
}
.anasayfa-urun-h {
    height: 100px!important;
}

.h-85 {
    height: 85%!important;
}

.yandan .yandan2 {
    display: inline-block!important;
    transition: all .3s ease-in-out!important;
}
.yandan:hover .yandan2 {
    right: 10px!important;
}
.cover{
    object-fit: cover!important;
}
.max-height-65 {
    max-height: 65px!important;
    min-height: 65px!important;
    object-fit: cover!important;
}
.max-height-120 {
    max-height: 120px!important;
}
.max-height-140 {
    max-height: 140px!important;
}
.max-height-400 {
    max-height: 140px!important;
    min-height: 300px!important;
}
.z-index-9997 {
    z-index: 9997!important;
}
.left-0 {
    left: 0px !important;
}
.sticky-iletisim{
    position: fixed;
    right: 45%;
    width: 40px;
    height: 200px;
    top: 250px;
    margin-right: -620px;
    z-index: 1000;
}
.sticky-iletisim a{
    display: inline-block;
    font-size: 16px;
    width: 40px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.sticky-iletisim span {
    writing-mode:vertical-lr;
    text-orientation:mixed;
    display: inline-block;
    margin-left: -7px;
}
.sticky-iletisim-intro{

    margin-left: 65px;
    width: 40px;


    z-index: 1000;
}
.sticky-iletisim-intro a{
    display: inline-block;
    font-size: 16px;
    width: 40px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.sticky-iletisim-intro span {
    writing-mode:vertical-lr;
    text-orientation:mixed;
    display: inline-block;
    margin-left: -7px;
}
.stickylogo-hide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1!important;
}

.arya-sliderheight{
    height: calc(100vh - 500px);
}
.arya-slider-alt-top{
    margin-top: -150px;
}



.arya-border-right{
    border-right: solid 1px #000;
    padding-top: -30px;
    padding-bottom: -30px;
}
.arya-border-top3{
    border-top: solid 3px #fff;
}
.arya-border-right3{
    border-left: solid 3px #fff;
}
.arya-border-bottom1{
    border-bottom: solid 1px #292929!important;
}

.sliderp{
    background-color: rgba(255, 255, 255, 0.29) !important;
}
.meka-footer-sig{

    padding-bottom: 20px!important;
}
.arya-sidebar-color{
    color:#dfdfdf!important;
}
.arya-nav-button{
    margin-right: -20px!important;
}
.bg-header-asya{
    background-color: rgb(41 41 41 / 100%) !important;
}
.asya-max-width{
    max-width: 550px!important;
}


html .bg-color-hover-dort2:hover,
html .bg-hover-dort2:hover {
    background-color: rgba(229, 173, 56, 0.84) !important;
}
.slider-gelisim{
    margin-top: 15%!important;
}
.slider-gelisim2{
    margin-top: 18%!important;
}
.slider-gelisim-3{
    margin-top: -6%!important;
    margin-left:12px!important;
}

@media (max-width: 991px) {
    .slider-gelisim {
        margin-top: 60%!important;
        margin-left:50px!important;
    }
    .slider-gelisim2{
        margin-top: 70%!important;
        margin-left:50px!important;
    }
    .slider-gelisim-3{
        margin-top: 85%!important;
        margin-left:50px!important;
    }
    .border-top-r-8{
        display: none!important;
    }
    .margin-slider-r{
        margin-right:80px!important;
        margin-top: 5px!important;
    }
}

.mobil-menu-gelisim{
    margin-top: 60px!important;
    z-index:1000;
}

.meka-crop {
    object-fit: cover!important;
}
.meka-crop50vh {
    height: 40vh!important;
    object-fit: cover!important;
}
.gelisim-alt-kutu {
    width: 100%!important;
    max-height: 220px!important;
    filter: grayscale(70%);
}
.gelisim-alt-kutu-top {
    margin-top: -10px;
    position: absolute;
    z-index: 1002;
}
.height100vh{
    height: 100vh!important;
}
.height95vh{
    height: 95vh!important;
}
.height90vh{
    height: 90vh!important;
}
.height85vh{
    height: 85vh!important;
}
.height80vh{
    height: 80vh!important;
}
.height75vh{
    height: 75vh!important;
}
.menu-bg-tb{
    background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.25), rgba(238, 238, 238, 0.16), rgba(255, 255, 255, 0));
}
.promosyon-bg{
    background-image: linear-gradient(to left, rgba(217, 217, 217, 0), rgba(68, 68, 68, 0.18), rgba(255, 255, 255, 0));
}
.bg-opac-1 {
    background-color: rgba(0, 0, 0, 0.47);
}

html .bg-color-hover-opac-1:hover,
html .bg-hover-opac-1:hover {
    background-color: rgba(182, 182, 182, 0.07) !important;
}

html .bg-color-hover-opac-2:hover,
html .bg-hover-opac-2:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-gri1{
    background: rgba(197, 197, 197, 0.2);
}
.shadow-opac{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.04) !important;
}

.arrow-top {
    margin-top: -70px!important;
}
.thumb-mw{
    max-height:60px!important;
    height: 60px!important;
    width: 100%!important;
}
.galeri-mw{
    max-height:300px!important;
    height:480px!important;
    width: 100%!important;

}
.bg1-cmyk-0 {
    background-color: rgba(82, 166, 178, 0.66) !important;
}
.bg1-cmyk-1 {
    background-color: rgba(82, 166, 178, 0.66) !important;
}
.bg1-cmyk-2 {
    background-color: rgba(229, 0, 125, 0.55) !important;
}
.bg1-cmyk-3 {
    background-color: rgba(229, 173, 56, 0.62) !important;
}
.bg1-cmyk-4 {
    background-color: rgba(36, 37, 42, 0.66) !important;
}
.bg2-cmyk-1 {
    background-color: #18374e!important;
}
.bg2-cmyk-2 {
    background-color: #e5007d!important;
}
.bg2-cmyk-3 {
    background-color: #e5ad38!important;
}
.bg2-cmyk-4 {
    background-color: #24252a !important;
}
.bg2-cmyk-5 {
    background-color: rgba(79, 79, 79, 0.47) !important;
}
.bg-cmyk-1 {
    color: #18374e!important;
}
.bg-cmyk-2 {
    color: #e5007d!important;
}
.bg-cmyk-3 {
    color: #e5ad38!important;
}
.bg-cmyk-4 {
    color: #24252a !important;
}

.border-bottom-home {
    border-bottom: solid 1px #18374e!important;
}
.gelisim-side {
    width: 125px!important;
}
.gelisim-v-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gelisim-vr-center {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 125px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gelisim-vl-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 125px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gvh-100{
    height: 100vh!important;
}
.gvh-90{
    height: 90vh!important;
}
.gvh-85{
    height: 85vh!important;
}
.gvh-80{
    height: 80vh!important;
}
.gvh-70{
    height: 70vh!important;
}
.gvh-60{
    height: 60vh!important;
}
.gvh-50{
    height: 50vh!important;
}
.gvh-25{
    height: 25vh!important;
}

.mekak23-border-top{
    border-top: 20px solid #18374e!important;
}
.mekak23-border-top2{
    border-top: 20px solid #f05743!important;
}
.mekak23-border-top3{
    border-top: 20px solid  #18374e!important;
}
.mekak23-border-l{
    border-left: 8px solid #18374e !important;
}
.mekak23-border-r{
    border-right: 8px solid #f05743 !important;
}

.mekak23-border-bottom{
    border-bottom: 8px solid #18374e!important;
}
.mekak23-border-bottom2{
    border-bottom: 8px solid #f05743!important;
}
.mekak23-border-bottom3{
    border-bottom: 8px solid  #182333!important;
}



.gelisim-sol-pad{
    padding-left: 118px!important;
}
.gelisim-sag-pad{
    padding-right: 118px!important;
}
.gelisim-s-top10{
    margin-top: 18%;
}
.su-form-hizmet {
    max-height: 210px!important;
    width: 100%!important;
}
.bg-dort-opac{
    background-color: rgba(229, 173, 56, 0.29) !important;
}
.bg-dark-opac{
    background-color: rgba(42, 42, 42, 0.62) !important;
}
.bg-primary-opac{
    background-color: rgba(82, 166, 178, 0.66) !important;
}
.bg-mor-opac{
    background-color: rgba(101, 50, 73, 0.51) !important;
}
.gelisim-menu-mr{
    margin-right: 150px;
}
.meka-hiz-menu-1{
    background-color: rgba(255, 255, 255, 0) !important;
}
.meka-hiz-menu-2{
    background-image: linear-gradient(to bottom, rgba(224, 0, 117, 0.1), rgba(224, 0, 117, 0.1), rgba(224, 0, 117, 0.1));
}
.meka-hiz-menu-3{
    background-image: linear-gradient(to bottom, rgba(229, 173, 56, 0.1), rgba(229, 173, 56, 0.1), rgba(229, 173, 56, 0.1));
}
.meka-hiz-menu-4{
    background-image: linear-gradient(to bottom, rgba(140, 140, 140, 0.1), rgba(140, 140, 140, 0.1), rgba(140, 140, 140, 0.1));
}
.meka-hiz-menu-5{
    background-image: linear-gradient(to bottom, rgba(140, 140, 140, 0.1), rgba(140, 140, 140, 0.1), rgba(140, 140, 140, 0.1));
}
.border-bottom-opac-pri{
    border-bottom: solid 1px rgba(82, 166, 178, 0.4);
}
.sticky-gelisim{
    position: sticky;
    top: 20px;
}












/*
/////////////////////////////////////////////////
Mekait Custom CSS K23
/////////////////////////////////////////////////
*/

.maxw-100{
    max-width: 100%!important;
}
@media (min-width: 992px){
    .gmb-lg-3 {
        margin-bottom: -0.7rem!important;
    }
}

.z-index9999{
    z-index: 999999!important;
}
.mor-bg-color{
    background-color: #f05743!important;
}

.meka-image-overlay {
    position: relative;
    display: inline-block;
}

.meka-image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(23, 40, 56), rgba(23, 40, 56, 0.93), rgba(23, 40, 56, 0.1));
    z-index: 1;
}

@media only screen and (min-width: 1600px){
    .meka-container {
        padding: 0 25px;
        background-color: #f8f8f8;
    }
}
@media only screen and (min-width: 1920px){
    .meka-container {
        padding: 0 55px;
        background-color: #f8f8f8;
    }
}
@media only screen and (min-width: 1600px){
    .meka-container-bottom {
        margin-bottom: 25px!important;
    }
}
@media only screen and (min-width: 1920px){
    .meka-container-bottom {
        margin-bottom: 45px!important;
    }
}



.border-radius-3 {
    border-radius: 12px !important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.border-radius-yok {
    border-radius: 0px !important;

}
.border-radius-3.box-shadow-1:before {
    border-radius: 12px !important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.border-top-0{
    border-top: 0px!important;
    background-color: #f8f8f8 !important;
}
.meka-soryap-slider{
    background-image: url(../img/mekait/5.jpg);
    background-size: cover;
    background-position: center;
    animation-duration: 750ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
}
.meka-yilkar-header{
    background-image: url(../img/mekait/8.jpg);
    background-size: cover;
    background-position: center;
    animation-duration: 750ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
}
.meka-soryap-slider-bg{
    background-image: linear-gradient(to right, rgb(23, 40, 56), rgba(23, 40, 56, 0.89), rgba(23, 40, 56, 0.2));
}

@media (min-width: 992px){
    .meka-soryap-topbot {
        margin-top: -80px!important;
    }
}
.meka-soryap-selectbox{
    margin-top: -80px;
    position: relative;
    z-index: 9999;
}
.meka-soryap-selectbox-icsayfa{
    margin-top: -40px;
    position: relative;
    z-index: 9999;
}
.meka-icon-width-16{
    width: 16px!important;
}
.meka-icon-width-32{
    width: 32px!important;
}
.meka-icon-width-64{
    width: 64px!important;
}
.meka-yeni-urun {
    position: absolute;
    top: 15px;
    left: -70px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    width: 200px;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.meka-emlak-tur{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.z-index-10k{
    z-index: 10000;
}
.mekailan-minheight{
    min-height: 220px!important;
    max-height: 220px!important;
}

/* Tooltip Baş
 */
.tooltip1 {
    display:inline-block;
    position:relative;
    border-bottom:1px solid rgba(102, 102, 102, 0.31);
    text-align:center;
}

.tooltip1 .top1 {
    min-width:300px;
    top:-20px;
    left:55%;
    transform:translate(-50%, -100%);
    padding:10px 10px;
    color:#fff;
    background-color: rgba(24, 55, 78, 0.94);
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.2);
    display:none;
}

.tooltip1:hover .top1 {
    display:block;
}

.tooltip1 .top1 i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip1 .top1 i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
/* Tooltip Son
 */
.sidebar-30{
    margin-top: -30px!important;
}
.meka-yanlist{
    text-align: right;
    font-size: 12px;
}
.meka-yanlist li {
    display: inline;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    padding-right: 10px;
}
.meka-yanlist li:last-child {
    border-right: none;
    padding-right: 0;
}
.meka-dikorta{
    position: ;
    top: 50%;
    transform: translate(-50%, -50%);
}
.meka-sagadaya{
    display: flex;
    justify-content: end;
}

.meka-line-height{
    line-height: 1.2;
}
.meka-line-height05{
    line-height: 0.8;
}
.meka-separator{
    display: flex;
    align-items: center;
}

.meka-separator::after {
    content: "";
    flex-grow: 1;
    height: 10px;
    background-color: #000; /* Ayıraç rengi */
    margin-left: 10px; /* Ayıraçın sol boşluğu */
}
.meka-menu-r-ayrac{
    content: '';
    height: 50%;
    width: 1px;
    margin-right: 20px;
    margin-left: 20px;
    top: 0;
    background-color: rgba(67, 181, 240, 0.2);
}
html .bg-color-k23slogan,
html .bg-k23slogan {
    background-image: linear-gradient(to right, rgba(30, 144, 211, 0.76), rgba(30, 144, 211, 0.36), rgba(30, 144, 211, 0));
}
.bg-colorodeme {
    background-image: linear-gradient(to right, #eaeaea, #e3e3e3, #d7d7d7);
}
.meka-zindex100{
    position: relative;
    z-index: 1000;
}
.meka-3kutumt{
    margin-top: 1px!important;
}

.meka-footer{
    background-image: url("../img/bg-ss.jpg");
}
.meka-footer2{
    background-image: url("../img/mekait/8.jpg");
    border-radius: 12px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
.footer-zindex {
    z-index: 9999!important;
}

.meka-ref-img{
    max-width: 90px!important;
    filter: grayscale(100%)
}

.meka-hak-img1 {
    height: 404px!important;
    width: 100%!important;
    filter: grayscale(60%)
}
.meka-hak-img2 {
    height: 190px!important;
    filter: grayscale(60%)
}
.meka-hak-img3 {
    height: 190px!important;
    width: 600px!important;
    filter: grayscale(60%)
}
.meka-top-hak{
    margin-top: 100px!important;
}
.meka-border-bottom{
    border-bottom: solid 1px #333333;
}
.meka-side-menubg{
    background-color: #f7f7f7!important;
}
.meka-sliderwhite-bg{
    background-color: rgba(255, 255, 255, 0.3);
}
.meka-sliderprimary-bg{
    background-color: rgba(24, 55, 78, 0.80);
}
.meka-margin-top-40 {
    margin-top: 40px;
}
@media only screen and (min-width: 200px){
    .meka-slider-k23{
        width: 100%!important;
        height: 120px!important;
    }
}
@media only screen and (min-width: 1600px){
    .meka-slider-k23{
        width: 100%!important;
        height: 320px!important;
    }
}
.meka-playbutton{
    left: 40%;
    bottom: 40%;
    background-color: rgba(0, 138, 210, 0.68) !important;
    border-radius: 50%;
}
.meka-fixed-link {
    position: sticky;
    top: 40%;
    z-index:2000;
}
.meka-sticky-site {
    position: absolute;
    width: 300px;
    overflow-x: hidden;
    top: 40%;
    right: 0;
    z-index: 2000;
}

.meka-sticky-box {
    position: sticky;
    right: 0;
    width: 300px;
    padding: 6px;
    transition: transform 0.8s;
    transform: translateX(230px);
}

.meka-sticky-box:hover {
    transform: translateX(0);
}
.popup-minwh{
    min-width: 70%!important;
    min-height: 600px!important;
}

.popup-minwhl{
    width: 50vw;
    height: 50vh;
}
.odemeka-bg{
    width: 32%;
    background-size: cover;
    background-position: center center;
    background-image: url(/meka-html/img/yilkar3.jpg);
}
.border-color-grey2{
    1px solid #dcdcdc
}
.odemeka-bgpay{
    background-color: #f5f5f5!important;
}
.katalog-1{
    color: #ffffff!important;
    background-color: #18374e!important;
    transition: all 0.2s!important;
}
.katalog-1:hover{
    background-color: rgba(24, 55, 78, 0.7) !important;
}
.katalog-2{
    color: #ffffff!important;
    background-color: #1e90d3!important;
    transition: all 0.2s!important;
}
.katalog-2:hover{
    background-color: rgba(30, 144, 211, 0.7) !important;
}

.meka-ic-banner{
    margin-top: -250px;
    position: relative;
    z-index: 2;
}
.meka-ic-bread{
    z-index:3;
    position: relative;
}
.meka-ic-banner-bg{
    background-color: rgba(255, 255, 255, 0.15);
    z-index:99999;
    position: relative;
}