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/piramit-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/piramit-red.svg");
    display: block;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.custom-circle-dark {
    position: absolute;
    display: block;
    background-image: url("../../img/piramit-dark.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: #818181;
    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%;
    }
}


/*
* 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%);
}

.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;
}

.osgb-slider-set {
    height: calc(100vh - 305px);
}
#gtranslate_wrapper{
    display: none!important;
}

.slider-kampanya {
    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, rgb(87 132 214), rgb(126 209 83 / 82%), rgb(227 180 46 / 82%));
   
}
.megamenu-style {
    background-image: linear-gradient(to right, rgb(133 146 131 / 82%), rgb(96 114 79 / 55%), rgb(135 146 131 / 82%));
    border: solid 1px #64d757 !important;
    box-shadow: rgba(0, 0, 0, 0.07)  0px -10px 20px 5px;


}
.arya-menu-r-border{
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.18);
}
.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;
}

.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;
}

.arya-ref-img{
    max-width: 90px!important;
    filter: grayscale(100%)
}

.arya-hak-img1 {
    height: 404px!important;
    width: 100%!important;
    filter: grayscale(60%)
}
.arya-hak-img2 {
    height: 190px!important;
    filter: grayscale(60%)
}
.arya-top-hak{
    margin-top: 100px!important;
}
.arya-border-bottom{
    border-bottom: solid 1px #333333;
}
.arya-side-menubg{
    background-color: #f7f7f7!important;
}
.sliderp{
    background-color: rgba(255, 255, 255, 0.29) !important;
}
.meka-footer-sig{

    padding-bottom: 20px!important;
}
.arya-sidebar-color{
    color:#9b9b9b!important;
}
.arya-nav-button{
    margin-right: -20px!important;
}
.bg-header-asya{
    background-color: rgb(125 173 65 / 95%) !important;
}
.asya-max-width{
    max-width: 550px!important;
}
.bg-asya{
    background-image: url("../img/bg-ss.jpg")
}
.footer-zindex {
    z-index: 9999!important;
}