﻿

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);
@import url(../css/jquery-ui.css);

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --bg-light: #f5f5f5;
}


body {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
     font-family: 'PT Sans', sans-serif;
    /*    font-family: cursive !important;  */

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}


.google-map-section .container-flex {
    display: flex;
    gap: 0; /* arasında boşluk istersen değiştirebilirsin */
    flex-wrap: wrap; /* çok dar ekranlarda alt alta düşmesini sağlar */
}

.google-map-section .map-half,
.google-map-section .img-half {
    flex: 1 1 50%; /* her biri %50 genişlik alır */
    box-sizing: border-box;
}

    /* iframe ve img’in genişlik/yüksekliklerini doldurmasını sağlıyoruz */
    .google-map-section .map-half iframe,
    .google-map-section .img-half img {
        width: 100%;
        height: 400px; /* dilediğin yüksekliği verebilirsin */
        object-fit: cover; /* resim taşmasını engeller, kırpma yapar */
    }

/** button **/

.btn-style {
    position: relative;
    display: inline-block;
    font-size: 16px;
    /*font-family: 'Poppins', sans-serif;*/
    padding: 15px 22px;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #ffffff;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

    .btn-style:hover {
        background: #a71725;
        color: #ffffff;
        border: 2px solid#a71725;
    }

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    position: relative;
    font-size: 15px;
    /*font-family: 'Poppins',sans-serif;*/
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    color: #999999;
    transition: all 500ms ease;
}

    a:hover {
        text-decoration: none;
        outline: none;
        color: #a71725;
    }

input, button, select, textarea {
   font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

    button:focus,
    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        transition: all 500ms ease;
    }

p {
    position: relative;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
    font-style: normal;
    transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
   /* font-family: 'Poppins', sans-serif;*/
    font-weight: 300;
    margin-bottom: 0px;
    color: #222222;
    transition: all 500ms ease;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        position: relative;
     /*   font-family: 'Poppins', sans-serif;*/
        font-weight: 300;
        margin-bottom: 0px;
        color: #222222;
        transition: all 500ms ease;
    }

h2 {
    /*    font-size: 36px;
    line-height: 44px;*/
    font-size:1.5rem;
    line-height: 30px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}


h3 a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

h4 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

h5 a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

    h3 a:hover,
    h4 a:hover,
    h5 a:hover {
        color: #a71725;
    }

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0px;
}

/*--------------------------------------------------------------
# Preloader (Açılış Ekranı)
--------------------------------------------------------------*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}

/*--------------------------------------------------------------
# Scroll
--------------------------------------------------------------*/
.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #a71725;
    transition: 1s ease;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

    .scroll-top.open {
        bottom: 30px;
    }

    .scroll-top span {
        color: #fff;
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-div {
    padding: 80px 0px;
}

.p-100 {
    padding: 100px 0px 100px 0px;
}


.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .video-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
    /* Video Konumlandırma Bitiş */

    /* Karartma Efekti */
    .video-container:after {
        content: '';
        z-index: 1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
    }
/* Karartma Efekti Bitiş */

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #e7e7e7c7;
    left: 0px;
    top: 0px;
    /*    border-bottom: 3px solid #a71725;
*/ width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/*--------------------------------------------------------------
# header-bottom
--------------------------------------------------------------*/
.header-bottom {
    position: relative;
    background: transparent;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

    .header-bottom .nav-outer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 26px 0px 0px 0px;
    }

    .header-bottom .logo-outer {
        position: relative;
        float: left;
        padding: 28px 0px 18px 0px;
    }

    .header-bottom .menu-area {
        position: relative;
        float: right;
    }

    .header-bottom .outer-box {
        position: relative;
        padding: 29px 5px 0px 2px;
        float: left;
    }

        .header-bottom .outer-box .search-outer {
            position: relative;
            display: inline-block;
        }

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax {
    position: relative;
    width: 100%;
    padding: 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

    /**Image karartma**/
    .parallax:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.50);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

/****END Parallax******/


/*--------------------------------------------------------------
# Text Animat
--------------------------------------------------------------*/
.tittle-animation {
    position: relative;
    display: inline-block;
}

.text-typing {
    animation: typeAnimate 5.5s linear infinite 0s;
    -ms-animation: typeAnimate 5.5s linear infinite 0s;
    -webkit-animation: typeAnimate 5.5s linear infinite 0s;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    position: relative;
    font-size: 30px;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 15px;
}

    .text-typing:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 5px;
        background: red;
        right: 0;
        top: 0;
        animation: cursorBlink 0.3s linear infinite;
        -ms-animation: cursorBlink 0.3s linear infinite;
        -webkit-animation: cursorBlink 0.3s linear infinite;
    }

/*Text Typing Animation*/
@-moz-keyframes typeAnimate {
    0% {
        width: 0%;
    }

    25% {
        width: 25%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes typeAnimate {
    0% {
        width: 0%;
    }

    25% {
        width: 25%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes typeAnimate {
    0% {
        width: 0%;
    }

    25% {
        width: 25%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}
/*Cursor Typing Animation*/
@-moz-keyframes cursorBlink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cursorBlink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes cursorBlink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider {
    position: relative;
}

    .main-slider .slide {
        position: relative;
        padding: 267px 0px 220px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .main-slider .slide:before {
            position: absolute;
            content: '';
            background: rgba(0, 0, 0, 0.50);
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            /*            background-color: rgb(0, 0, 0, 0,65); 
*/ z-index: 1;
        }

        .main-slider .slide .container {
            position: relative;
            z-index: 2;
        }

    .main-slider .big-title {
        position: relative;
        font-size: 48px;
      /*  font-family: 'Poppins', sans-serif; */
        line-height: 55px;
        color: #ffffff;
        font-weight: 500;
        opacity: 0;
        margin-bottom: 14px;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .big-title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1000ms;
    }

    .main-slider .text {
        position: relative;
        font-size: 22px;
     /*   font-family: 'Poppins', sans-serif; */
        line-height: 34px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 36px;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1300ms;
    }

    .main-slider .slider-btn {
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .slider-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2000ms;
    }


    /*--------------------------------------------------------------
# Slide Nav
--------------------------------------------------------------*/

    .main-slider .owl-dots {
        display: none !important;
    }

    .main-slider .owl-nav {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -20px;
    }

    .main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        position: absolute;
        margin: 0px;
        color: #ffffff;
    }

    .main-slider .owl-nav .owl-prev {
        position: absolute;
        left: 40px;
        cursor: pointer;
        display: inline-block;
        color: #ffffff;
        background: transparent;
        border: 2px solid #ffffff;
        width: 60px;
        height: 60px;
        line-height: 65px;
        text-align: center;
        transition: all 500ms ease;
    }

    .main-slider .owl-nav .owl-next {
        position: absolute;
        right: 40px;
        cursor: pointer;
        display: inline-block;
        color: #ffffff;
        background: transparent;
        border: 2px solid #ffffff;
        width: 60px;
        height: 60px;
        line-height: 65px;
        text-align: center;
        transition: all 500ms ease;
    }

        .main-slider .owl-nav .owl-prev:hover,
        .main-slider .owl-nav .owl-next:hover {
            color: #ffffff;
            background-color: #ff000063;
            /*            border: 2px solid #707070;
*/
        }

    .main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
        /*        border: 1px solid #707070;
*/ color: #ffffff;
    }

    .main-slider .owl-theme .owl-controls {
        margin-top: 0px;
    }



/*--------------------------------------------------------------
# Haberler
--------------------------------------------------------------*/
.news-section {
    padding: 100px 50px;
    background: #ffffff;
}



.topic-column {
    padding-top: 50px;
}
/*-----ödül----------*/
.award-section {
    padding: 100px 50px;
    background: #ffffff;
    background: linear-gradient(313deg, hsl(270, 91%, 83%) 0%, #607D8B 27%, hsl(0deg 84.09% 65.36%) 62%, hsl(0deg 100% 50%) 99%)
    /*    background: linear-gradient(313deg, hsl(270, 91%, 83%) 0%, hsl(326, 73%, 46%) 27%, hsl(12, 100%, 50%) 62%, hsl(39, 100%, 50%) 99%)
*/
}

/*--------------------------------------------------------------
# Markalar
--------------------------------------------------------------*/
.brand-section {
    padding: 100px 50px;
    background: #ffffff;
}

.brand-text p {
    color: #000000;
    line-height: normal !important;
   /* font-family: 'Poppins';*/
}


.brand-logo {
    padding: 15px;
    text-align: center;
    padding: 40px 0px;
}

    .brand-logo img {
        width: 400px;
    }



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
    position: relative;
    color: #ffffff;
}

.footer-column .text {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.footer-top {
    position: relative;
    padding: 110px 0px 93px 0px;
    /*    background: #a71725;
*/
}

    .footer-top .logo-widget {
        position: relative;
        margin-top: -8px;
    }

        .footer-top .logo-widget .footer-logo {
            position: relative;
            margin-bottom: 32px;
        }

        .footer-top .logo-widget .text {
            margin-bottom: 23px;
        }

        .footer-top .logo-widget .info-box li {
            position: relative;
            display: block;
            margin-bottom: 1px;
            color: #000;
            font-weight: 600;
        }

            .footer-top .logo-widget .info-box li:last-child {
                margin-bottom: 0px;
            }

            .footer-top .logo-widget .info-box li a,
            .footer-top .logo-widget .address {
                color: #000;
                font-weight: 600;
            }

                .footer-top .logo-widget .info-box li a:hover {
                    color: #000000;
                }

        .footer-top .logo-widget .address {
            line-height: 24px;
        }

        .footer-top .logo-widget .info-box {
            position: relative;
            margin-bottom: 24px;
        }

    .footer-top .footer-title h4 {
        position: relative;
        color: #000;
        font-weight: 500;
        padding-top: 9px;
        margin-bottom: 24px;
    }

        .footer-top .footer-title h4:before {
            position: absolute;
            content: '';
            background: #000;
            width: 15px;
            height: 3px;
            left: 0px;
            top: 0px;
        }

    .footer-top .topic-widget .topic-list li {
        position: relative;
        display: block;
        padding: 0px 0px 0px 23px;
        margin-bottom: 4px;
    }

        .footer-top .topic-widget .topic-list li:before {
            position: absolute;
            left: 0px;
            top: 1px;
            content: "\f152";
        /*    font-family: 'Font Awesome 5 Free';*/
            font-size: 12px;
            color: #a71725;
            font-weight: 700;
        }

        .footer-top .topic-widget .topic-list li:last-child {
            margin-bottom: 0px;
        }

        .footer-top .topic-widget .topic-list li a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            font-family: 'PT Sans', sans-serif; 
            font-weight: 400;
            color: #999999;
        }

            .footer-top .topic-widget .topic-list li a:hover,
            .footer-top .post-widget .post .text a:hover {
                color: #a71725;
            }

    .footer-top .topic-widget {
        margin-left: 27px;
    }

    .footer-top .post-widget .post {
        position: relative;
        margin-bottom: 33px;
    }

        .footer-top .post-widget .post:last-child {
            margin-bottom: 0px;
        }

        .footer-top .post-widget .post .text a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            font-family: 'PT Sans', sans-serif;
            color: #999999;
            margin-bottom: 8px;
        }

        .footer-top .post-widget .post .post-date {
            position: relative;
            font-size: 12px;
       /*     font-family: 'Poppins', sans-serif;  */
            color: #a71725;
        }

    .footer-top .post-widget {
        margin-right: 15px;
    }

    .footer-top .newsletter-widget .text {
        margin-bottom: 26px;
    }

    .footer-top .newsletter-widget .newsletter-form .form-group {
        position: relative;
        margin-bottom: 40px;
    }

        .footer-top .newsletter-widget .newsletter-form .form-group input[type='email'] {
            width: 100%;
            height: 52px;
            background: #ffffff;
            padding: 10px 50px 10px 20px;
            border: 2px solid #ffffff;
            transition: all 500ms ease;
        }

            .footer-top .newsletter-widget .newsletter-form .form-group input[type='email']:focus {
                border: 2px solid #a71725;
            }

        .footer-top .newsletter-widget .newsletter-form .form-group button {
            position: absolute;
            top: 15px;
            right: 21px;
            background: transparent;
            font-size: 18px;
            color: #000;
            cursor: pointer;
        }

    .footer-top .newsletter-widget .footer-social li {
        position: relative;
        float: left;
        margin-right: 4px;
    }

        .footer-top .newsletter-widget .footer-social li:last-child {
            margin-right: 0px;
        }

        .footer-top .newsletter-widget .footer-social li a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: #fff;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            background: #000;
        }

            .footer-top .newsletter-widget .footer-social li a:hover {
                background: #a71725;
            }

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
    color: #fff;
    background: #000;
}

.footer-logo {
    max-width: 80px;
}

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/

.flex-container {
    min-height: 350px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.flex-slide {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flex-title {
    color: #F9F7E6;
    font-size: 1rem;
    line-height: 24px;
    max-width: 390px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: none;
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}


    .flex-slide:hover .flex-title {
        font-size: 23px;
        position: inherit;
        margin-top: 3%;
        display: block;
        text-align: center;
    }


.flex-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 0 60px 0;
    transition: all ease 0.4s;
}



    .flex-slide {
        height: 150px;
    }

        .flex-slide:hover {
            -webkit-flex-grow: 3;
            flex-grow: 3;
        }
}
/*--------------------------------------------------------------
# Stick Slider
--------------------------------------------------------------*/
.logo-slider {
    background: transparent;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .logo-slider::before, .logo-slider::after {
        content: "";
        height: 200px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .logo-slider::after {
        right: 0;
        top: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .logo-slider::before {
        left: 0;
        top: 0;
    }

    .logo-slider .logo-slide-track {
        -webkit-animation: logo-scroll 60s linear infinite;
        animation: logo-scroll 60s linear infinite;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(250px * 14);
        animation-duration: 15s;
        animation-iteration-count: infinite;
    }

    .logo-slider .slide {
        height: 200px;
        width: 200px;
        padding: 20px;
    }

@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
/**About section*/
.about-page-section {
    padding: 100px 0;
}


/** fact-counter **/

.fact-counter {
    position: relative;
    width: 100%;
    padding: 83px 0px 84px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

    .fact-counter:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.80);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

.counter-block-one {
    position: relative;
    max-width: 170px;
    margin: 0 auto;
}

    .counter-block-one .count-outer span {
        position: relative;
        display: inline-block;
        font-size: 48px;
        line-height: 55px;
   /*     font-family: 'Poppins', sans-serif;  */
        font-weight: 700;
        color: #ffffff;
    }

    .counter-block-one .count-outer {
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 18px;
    }

        .counter-block-one .count-outer:before {
            position: absolute;
            content: '';
            background: #a71725;
            width: 30px;
            height: 3px;
            left: 0px;
            bottom: 0px;
            transition: all 500ms ease;
        }

    .counter-block-one:hover .count-outer:before {
        width: 40px;
    }

    .counter-block-one .text {
        position: relative;
        font-size: 18px;
     /*   font-family: 'Poppins', sans-serif;  */
        color: #ffffff;
        font-weight: 300;
        text-transform: uppercase;
    }

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.timeline-section {
    padding: 50px;
}

.title-center {
    text-align: center;
    padding: 50px 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

    .title-center h4 {
        color: #000;
    }

    .title-center h1 {
        color: #a71725;
        font-weight: 500;
        padding-bottom: 1%;
    }

.timeline {
    list-style: none;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 5px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 44%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: #000000;
    font-size: 16px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    font-size: 15px;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }
/***END TİMELİNE**/


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

.page-title {
    position: relative;
    width: 100%;
    padding: 256px 0px 0px 0px;
    background-size: cover;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    z-index: 1;
}

    .page-title:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.30);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
    }

    .page-title .content-box .title {
        position: relative;
        display: block;
        font-size: 48px;
    /*    font-family: 'Poppins', sans-serif;  */
        line-height: 55px; 
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 42px;
    }

    .page-title .content-box .bread-crumb {
        position: relative;
        display: inline-block;
        background: #ffffff;
        padding: 19px 40px;
        margin-bottom: -18px;
        box-shadow: 0 5px 10px rgba(244, 244, 244, 0.60);
        z-index: 1;
    }

        .page-title .content-box .bread-crumb li {
            position: relative;
            display: inline-block;
            font-size: 14px;
             font-family: 'Poppins', sans-serif; 
            font-weight: 400;
            color: #222222;
            margin-right: 10px;
            padding-right: 21px;
        }

            .page-title .content-box .bread-crumb li a {
                font-size: 14px;
                color: #222222;
            }

                .page-title .content-box .bread-crumb li a:hover {
                    color: #a71725;
                }

            .page-title .content-box .bread-crumb li:last-child {
                padding: 0px;
                margin: 0px;
            }

            .page-title .content-box .bread-crumb li:before {
              font-family: 'Font Awesome 5 Free';
                content: "\f105";
                position: absolute;
                right: 0px;
                top: 1px;
                color: #666;
                font-size: 16px;
                font-weight: 600;
            }

            .page-title .content-box .bread-crumb li:last-child:before {
                display: none;
            }

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.cs-container {
    padding: 0px 0px 0px 100px;
}

.about-section .container {
    position: relative;
    display: block;
}

.about-bg {
    position: absolute;
    top: -120px;
    left: -10000000px;
    right: 20%;
    bottom: 0px;
    background-color: var(--bg-light);
}

.about__left {
    position: relative;
    display: block;
    margin-right: 55px;
    margin-top: -12px;
}

.about__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 48px;
    letter-spacing: #000;
}

.about__list-box {
    position: relative;
    display: block;
}

    .about__list-box li {
        position: relative;
        display: block;
        padding-left: 99px;
        margin-top: 49px;
        padding-bottom: 42px;
    }

        .about__list-box li:before {
            position: absolute;
            bottom: 0;
            left: 100px;
            right: 0;
            content: "";
            height: 1px;
            background-color: #0000001f;
        }

        .about__list-box li:after {
            position: absolute;
            top: 58px;
            bottom: -50px;
            left: 29px;
            width: 1px;
            content: "";
            background-color: #a71725;
        }


.about__list-box li:last-child:after {
    display: none;
}

.about__list-box li:first-child {
    margin-top: 0;
}

.about__list-box li:last-child {
    padding-bottom: 0px;
}

    .about__list-box li:last-child:before {
        display: none;
    }

.about__icon {
    height: 58px;
    width: 58px;
    background-color: #a71725 !important;
    border-radius: 50%;
    color: red;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease;
}

.about__list-box li:hover .about__icon {
    background-color: #000;
    color: #ffffff;
}

.about__icon span {
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
    color: #fff;
    font-size: 22px;
}

.about__list-box li:hover .about__icon span {
    transform: scale(.85);
}

.about__content-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about__content-text {
    font-size: 16px;
    margin: 0;
}

.about__img-box {
    position: relative;
    display: block;
}

/** END about page**/



.service_img {
    min-height: 468px;
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flex-slide:hover .ilk {
    display: none;
}

.flex-slide:hover .iki {
    display: block;
}

.iki {
    display: none;
}

.ilk {
    display: block;
}


/*--------------------------------------------------------------
# hizmet Card  
--------------------------------------------------------------*/


.hizmet-section {
    padding: 60px 0px;
    background: var(--bg-light);
}


.hizmet-card {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}

    .hizmet-card:hover {
    }

    .hizmet-card:before {
        content: "";
        z-index: 99;
        position: absolute;
        top: -10px;
        left: 32px;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background-color: #E6E5E1;
    }

    .hizmet-card:after {
        content: "";
        z-index: 99;
        position: absolute;
        bottom: -10px;
        left: 32px;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background-color: #E6E5E1;
    }



    .hizmet-card .fa-arrow-right {
        z-index: 100;
        position: absolute;
        right: 75px;
        bottom: 11px;
        font-size: 40px;
        cursor: pointer;
        color: #fff
    }

    .hizmet-card p {
        z-index: 99;
        position: absolute;
        top: 10px;
        right: 70px;
        color: #000000;
        opacity: 0.8;
        font-size: 17px;
        letter-spacing: 1px;
        writing-mode: vertical-lr;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .hizmet-card .pic {
        z-index: 100;
        max-width: 450px;
        height: 100%;
        filter: grayscale(100%);
    }

    .hizmet-card:hover i {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.kirmizi button {
    background-color: #fb1c1c;
}

.yesil button {
    background-color: #1b781b;
}

.mavi button {
    background-color: #1717fbe6;
}

.hizmet-card button {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    mix-blend-mode: hard-light;
}

    .hizmet-card button i {
        font-size: 3rem;
    }

.hizmet-card:hover button {
    transform: scale(16.5);
}

.hizmet-card:hover p {
    color: #fff;
}

.hizmet-card:hover .pic {
    filter: grayscale(0);
}

/*--------------------------------------------------------------
# Haberler
--------------------------------------------------------------*/
.news-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.news-img {
    width: 100%;
}

.news-desc {
    padding: 100px 0px;
}

.title-left {
    display: flex;
    align-items: center; /* Yükseklikte ortalamak için */
}


.ok-icon {
    margin-left: 5px;
}

.title-left span {
    transition: all 0.3s ease;
    transform-origin: left center;
    color: #000;
}

.title-left:hover span {
    display: block;
    transition: transform 500ms ease;
    color: #a71725;
    transform: scaleX(2); /* Yalnızca yatayda uzatma (X ekseninde) */
}


/*--------------------------------------------------------------
# MEGA MENU 
--------------------------------------------------------------*/
.navbar {
    background: #0000004f;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
    width: 100%;
    position: absolute;
}

.sticky-header .navbar {
    background: #fff;
}

.sticky-header .navbar-light .navbar-nav .nav-link {
    color: #a71725;
}

.navbar-light .navbar-brand {
    color: #a71725;
}

.navbar-light .navbar-nav .nav-link {
    /*    color: #a71725;
*/ color: #fff;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #a71725;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        background: #a71725;
        transition: 0.3s;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a71725 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #a71725;
    }

    .dropdown-item img{
        max-width:30px;
    }

    .navbar-toggler {
        outline: none !important;
    }

.navbar-tog {
    color: #a71726;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

    .megamenu h6 {
        margin-left: 21px;
    }

    .megamenu i {
        width: 20px;
    }

/** service-section **/

.service-section {
    position: relative;
}

    .service-section .title-box {
        margin-bottom: 52px;
    }

.overlay-box {
    position: relative;
}

    .overlay-box .image-box {
        position: relative;
        overflow: hidden;
    }

        .overlay-box .image-box img {
            width: 100%;
        }

        .overlay-box .image-box .overlay {
            position: absolute;
            left: 0px;
            top: 0px;
            padding: 0 30px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            opacity: 0;
            z-index: 2;
            color: #ffffff;
            text-align: center;
            visibility: hidden;
            -webkit-transition: all 700ms ease;
            -ms-transition: all 700ms ease;
            -o-transition: all 700ms ease;
            transition: all 700ms ease;
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            -moz-transform-origin: left top;
            transform-origin: left top;
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

            .overlay-box .image-box .overlay:before {
                position: absolute;
                content: '';
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
                opacity: 0;
                display: block;
                visibility: hidden;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                background-color: rgba(0, 0, 0, 0.80);
            }

    .overlay-box:hover .overlay:before {
        opacity: 1;
        visibility: visible;
    }

    .overlay-box:hover .overlay {
        opacity: 1;
        visibility: visible;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .overlay-box .image-box .overlay .wrapper .list li {
        display: inline-block;
        margin: 0px 1px;
    }

    .overlay-box .image-box .overlay .wrapper .list a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0px 0px;
        background: #f2f2f2;
        color: #222222;
    }

        .overlay-box .image-box .overlay .wrapper .list a:hover {
            background: #a71725;
            color: #ffffff;
        }

.service-block-one {
    position: relative;
    background: #ffffff;
    transition: all 500ms ease;
}

    .service-block-one .lower-content {
        padding: 43px 30px 49px 45px;
    }

        .service-block-one .lower-content h3 a {
            display: inline-block;
            margin-bottom: 14px;
        }

        .service-block-one .lower-content .text {
            position: relative;
            margin-bottom: 36px;
        }

.service-section .owl-dots {
    display: none !important;
}

.owl-theme .owl-controls {
    text-align: center;
    margin-top: 70px;
}

    .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        margin: 0px 4px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        border: 1px solid #cccccc;
        color: #666666;
        text-align: center;
    }

        .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
            border: 1px solid #222222;
            color: #222222;
        }

        .owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
            font-size: 16px;
        }

/*** 

====================================================================
                        Contact-Page
====================================================================

***/


/** contact-section **/

.contact-section {
    position: relative;
}

    .contact-section .title-box .title h2 {
        position: relative;
        display: block;
        line-height: 46px;
        padding-top: 25px;
        margin-bottom: 58px;
    }

        .contact-section .title-box .title h2 span {
            font-weight: 500;
        }

        .contact-section .title-box .title h2:before {
            position: absolute;
            content: '';
            background: #a71725;
            width: 30px;
            height: 3px;
            left: 50%;
            margin-left: -25px;
            top: 0px;
        }

    .contact-section .contact-info {
        position: relative;
        background: #a71725;
        color: #ffffff;
        padding: 45px 30px 50px 46px;
    }

        .contact-section .contact-info .title h3 {
            position: relative;
            display: block;
            color: #ffffff;
            padding-top: 11px;
            margin-bottom: 26px;
        }

            .contact-section .contact-info .title h3:before {
                position: absolute;
                content: '';
                background: #ffffff;
                width: 30px;
                height: 3px;
                left: 0px;
                top: 0px;
            }

        .contact-section .contact-info .single-info h5 {
            color: #ffffff;
            line-height: 25px;
        }

        .contact-section .contact-info .single-info .text a {
            color: #fff;
        }

        .contact-section .contact-info .single-info {
            margin-bottom: 25px;
        }

        .contact-section .contact-info .social li {
            position: relative;
            float: left;
            margin-right: 4px;
        }

            .contact-section .contact-info .social li:last-child {
                margin-right: 0px;
            }

            .contact-section .contact-info .social li a {
                position: relative;
                display: inline-block;
                font-size: 16px;
                color: #222222;
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #f2f2f2;
                text-align: center;
            }

                .contact-section .contact-info .social li a:hover {
                    background: #222222;
                    color: #ffffff;
                }

        .contact-section .contact-info .info-box {
            position: relative;
            display: block;
            padding-bottom: 14px;
        }

    .contact-section .contact-form-area .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .contact-section .contact-form-area .form-group:last-child {
            margin-bottom: 0px;
        }

        .contact-section .contact-form-area .form-group input[type='text'],
        .contact-section .contact-form-area .form-group input[type='email'],
        .contact-section .contact-form-area .form-group textarea {
            width: 100%;
            height: 62px;
            background: #f2f2f2;
            border: 1px solid #f2f2f2;
            padding: 15px 20px;
            transition: all 500ms ease;
        }

        .contact-section .contact-form-area .form-group textarea {
            height: 230px;
            resize: none;
        }

            .contact-section .contact-form-area .form-group input:focus,
            .contact-section .contact-form-area .form-group textarea:focus {
                border: 1px solid#a71725;
            }

        .contact-section .contact-form-area .form-group button {
            position: relative;
            display: inline-block;
            font-size: 16px;
       /*     font-family: 'Poppins', sans-serif;   */
            font-weight: 500;
            color: #222222;
            border: 2px solid #222222;
            background: transparent;
            cursor: pointer;
            text-transform: uppercase;
            padding: 13px 45px 12px 45px;
            transition: all 500ms ease;
        }

            .contact-section .contact-form-area .form-group button:hover {
                background: #a71725;
                border: 2px solid#a71725;
                color: #ffffff;
            }

        .contact-section .contact-form-area .form-group .contact-btn {
            position: relative;
            float: right;
            padding-top: 4px;
        }

/** google-map-section **/

.google-map-section {
    position: relative;
}

#contact-google-map {
    position: relative;
    width: 100%;
    height: 600px;
}
/*---header----*/
.logo-box {
    max-width: 65px !important
}

/*** 

====================================================================
                        Cookie-Page
====================================================================

***/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffbdbd;
    color: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 1000;
}

.cookie-content {
    max-width: 800px;
    width: 100%;
}

    .cookie-content p {
        margin: 0;
        padding-right: 20px;
        color: #312f2f;
    }

    .cookie-content button {
        background-color: #ff1000;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px;
        border-radius: 5px;
    }

        .cookie-content button:hover {
            background-color: #000;
        }

.cookie-policy-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
}

    .cookie-policy-link:hover {
        text-decoration: underline;
    }

/* Cookie banner gizliliği */
#cookieBanner {
    display: none; /* Başlangıçta gizli */
}
/*** 

====================================================================
                        Redijital card Page
====================================================================

***/

.card-video-section {
    padding-top:70px;
    background: #000;
    height: 100vh;
/*    display: flex;
    justify-content: center;
    align-items: center;*/
 
}

.cardv-v-right {
    padding: 30px 0px;
}

    .cardv-v-right h1 {
        color: #fff;
    }

.card-video {
    max-height: 500px;
}

.redijital-card-section {
    padding: 100px 0px;
}



/*** 

====================================================================
                        Strategy-Page
====================================================================

***/

.strategy-section {
    padding: 100px 0px;
    background: linear-gradient(313deg, hsl(270, 91%, 83%) 0%, #607D8B 27%, hsl(0deg 84.09% 65.36%) 62%, hsl(0deg 100% 50%) 99%);
}

    .strategy-section h1, h4 {
        color: #fff;
    }

.strategy-p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #fff;
    width: 80%;
    padding: 25px 0px;
}

.btn-demo {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    background: #5a5757;
    min-height: 40px;
    outline: none;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
    transition: all 400ms ease;
}

    .btn-demo:hover {
        background: #a71725;
    }

.demo-form {
    padding: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
}

    .demo-form .form-group input, textarea {
        width: 100%;
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #0000001f;
        color: #000;
        display: flex;
        border-radius: 5px;
    }

.demo-form-title {
    padding: 0px 0px 20px 0px
}

.strategy-card-section {
    padding: 100px 0px;
    background: var(--bg-light);
}

.strategy-card-title-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
    min-height: 83px;
    transition: all 400ms ease;
    background: #fff;
    box-shadow: 1px 1px 1px 0px #f7d0d0;
}

    .strategy-card-title-div:hover {
        background: #f9d4d4;
        cursor: pointer
    }

    .strategy-card-title-div h6 {
        font-size: 14px;
        color: #000;
    }

.strategy-sub {
    padding-bottom: 50px;
}

.strategy-card-div {
    padding: 50px 0px 0px 0px;
}

.modal-title {
    color: #4c4c4c;
}

.modal-header {
    background: #f9d4d4;
}



/** Responsive Media **/


@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

}

@media (min-width:768px) and (max-width:991px) {
    .flex-container {
        flex-direction: column;
        max-height: 1200px;
    }
    .navbar {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 1px 3px 4px 0 #adadad33;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #a71726;
        border-bottom: 1px solid #0000001f
    }
}


@media (max-width:767px) {
    body{
        font-size:22px;
    }
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }

    .footer-top{
        padding:50px 0px;
    }
 
    .cardv-v-right {
        padding: 0px 15px;
    }

    .card-video {
        max-height: 260px;
        padding-top: 15px;
    }
    .navbar {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 1px 3px 4px 0 #adadad33;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #a71726;
        border-bottom: 1px solid #0000001f
    }
    .flex-container {
        flex-direction: column;
        max-height: 1200px;
    }

    .about__img-box{
        padding-top:50px;
    }
    .about__list-box li:after {
        display: none;
    }
}

@media (max-width:998px) {
    .flex-section{
        padding:0px;
    }
    .brand-section{
        padding:50px;
    }
    .news-section{
        padding:50px;
    }
    .timeline-section{
        padding-top: 0px;
    }
}



    /*@media (max-width:998px) {
    .flex-container {
        flex-direction: column;
        max-height: 1200px;
    }
    }

    @media(max-width: 768px) {
    .about__list-box li:after {
        display: none;
    }
    }

    
@media(max-width: 991px) {

    .navbar {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 1px 3px 4px 0 #adadad33;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #a71726;
        border-bottom: 1px solid #0000001f
    }
}

    @media(max-width: 768px) {
    .cardv-v-right {
        padding: 0px 15px;
    }

    .card-video {
        max-height: 260px;
        padding-top: 15px;
    }
}


*/