body {
    font-size: 17px;
    font-family: 'GinesoSoft-ConMed';
    color: #6a7272
}



/*scroll*/
* {
    box-sizing: border-box !important;
}
.scrollcan::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollcan::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollcan::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(225,14,52)), color-stop(0.72, rgb(225,14,52)), color-stop(0.86, rgb(225,14,52)));
}

/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

    .project-item .project-img a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .8);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        opacity: 0;
        transition: .5s;
    }

    .project-item:hover .project-img a {
        opacity: 1;
    }

    .project-item .project-title {
        position: absolute;
        top: 3rem;
        right: 0;
        bottom: 0;
        left: 1rem;
        border: 1px solid var(--light);
        border-radius: 8px;
        display: flex;
        align-items: flex-end;
        padding: 18px;
        z-index: -1;
        transition: .5s;
        background:#ebebeb
    }

    .project-item:hover .project-title {
        background: var(--primary);
        border-color: var(--primary);
    }

    .project-item .project-title h4 {
        transition: .5s;
    }

    .project-item:hover .project-title h4 {
        color: #FFFFFF;
    }

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        background: var(--light);
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }

        .project-carousel .owl-nav .owl-prev:hover,
        .project-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            color: var(--light);
        }

/*** Project2 ***/
.project2-item,
.project2-item .project2-img {
    position: relative;
}

    .project2-item .project2-img a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .8);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        opacity: 0;
        transition: .5s;
    }

    .project2-item:hover .project2-img a {
        opacity: 1;
    }

    .project2-item .project2-title {
        position: absolute;
        top: 3rem;
        right: 0;
        bottom: 0;
        left: 1rem;
        border: 1px solid var(--light);
        border-radius: 8px;
        display: flex;
        align-items: flex-end;
        padding: 18px;
        z-index: -1;
        transition: .5s;
        background: #ebebeb
    }

    .project2-item:hover .project2-title {
        background: var(--primary);
        border-color: var(--primary);
    }

    .project2-item .project2-title h4 {
        transition: .5s;
    }

    .project2-item:hover .project2-title h4 {
        color: #FFFFFF;
    }

.project2-carousel .owl-nav {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

    .project2-carousel .owl-nav .owl-prev,
    .project2-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        background: var(--light);
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }

        .project2-carousel .owl-nav .owl-prev:hover,
        .project2-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            color: var(--light);
        }

















/*scroll*/

.table-ortala {
    width: 100% !important;
    height: 54px !important;
    display: table !important;
}

.banner-baslik {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-family: 'GinesoSoft-ConMed';
    font-weight: 600 !important;
}

.konusma-balonu {
    float: left;
    padding: 10px 20px;
    border-radius: 5px !important;
    font-size: 17px;
    position: relative;
    color: white;
    width: 100%;
    border-left: 3px solid #193671  !important
}

    .konusma-balonu:after {
        content: '';
        position: absolute;
        left: 45%;
        top: -10px;
        border-style: solid;
        border-width: 0 15px 10px 15px;
        border-color: transparent transparent #193671  transparent !important;
    }


.geri {
    color: #323e51;
    -webkit-animation: geri 2s infinite; /* Chrome, Safari, Opera */
    animation: geri 2s infinite;
    font-size: 18px;
    font-weight: bold;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes geri {
    from {
        color: #193671 ;
    }

    to {
        color: #323e51;
    }
}

/* Standard syntax */
@keyframes geri {
    from {
        color: #193671 ;
    }

    to {
        color: #323e51;
    }
}




.ic-baslik{
    padding-top:3%;
    padding-bottom:3%
}

.sayfa-baslik {
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
    font-size: 28px;
    font-family: 'GinesoSoft-ConMed';
    letter-spacing: 5px !important;
}

.navgoco-baslik {
    text-align: right;
    font-size: 17px;
    font-weight: bold;
    padding-right: 2%;
    font-family: 'GinesoSoft-ConMed';
    letter-spacing: 5px !important;
}
.navgoco-baslik2 {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    padding-left: 2%;
    font-family: 'GinesoSoft-ConMed';
    letter-spacing: 5px !important;
}

.belge-container{
    margin-bottom:3% !important
}



/*bu hareketli baslik1 css i*/
#Skill-PHP {
    animation: Animate-PHP 4s;
    -webkit-animation: Animate-PHP 4s;
    -moz-animation: Animate-PHP 4s;
    -o-animation: Animate-PHP 4s;
    width: 20%;
    height: 2px;
    background-color: #333e52;
}

@keyframes Animate-PHP {
    from {
        width: 10px;
    }

    to {
        width: 20%
    }
}

@-webkit-keyframes Animate-PHP {
    from {
        width: 10px;
    }

    to {
        width: 20%
    }
}

@-moz-keyframes Animate-PHP {
    from {
        width: 10px;
    }

    to {
        width: 20%
    }
}

@-o-keyframes Animate-PHP {
    from {
        width: 10px;
    }

    to {
        width: 20%
    }
}

/*bu hareketli baslik1 css i*/
#Skill-PHP1 {
    animation: Animate-PHP1 4s;
    -webkit-animation: Animate-PHP1 4s;
    -moz-animation: Animate-PHP1 4s;
    -o-animation: Animate-PHP1 4s;
    width: 10%;
    height: 2px;
    background-color: #879191;
    margin-top: 0.5%;
    margin-bottom: 3%
}

@keyframes Animate-PHP1 {
    from {
        width: 5px;
    }

    to {
        width: 10%
    }
}

@-webkit-keyframes Animate-PHP1 {
    from {
        width: 5px;
    }

    to {
        width: 10%
    }
}

@-moz-keyframes Animate-PHP1 {
    from {
        width: 5px;
    }

    to {
        width: 10%
    }
}

@-o-keyframes Animate-PHP1 {
    from {
        width: 5px;
    }

    to {
        width: 10%
    }
}




/*//bu hareketli baslik css i*/

.iletisimana {
    padding-top: 2%;
    padding-bottom: 2%
}
@media (min-width: 991px) {
   
    .telefonda-gizle {
        display:inline
    }

    .telefonda-goster {
        display: none !important;
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}




@media (max-width: 991px) {
    .telefonda-gizle {
        display: none !important;
    }

    .telefonda-goster {
        display: inline !important;
    }



}

@media (min-width: 767px) {


    .cepcan {
     border-top:1px #dfdfdf solid 
    }

    .topcan {
        position: relative;
        margin-top: -20% !important
    }

    .logo-buyuk {
        padding:0.9% 0
    }
}


    @media (max-width: 767px) {
        .wiwi {
            width: 42%;
            padding-left: 2%
        }

        .boyut {
            width: 79%;
            padding-left:4%
        }

        .telefonda-gizle767 {
            display: inline !important;
        }

        



    }

    @media (max-width: 767px) {

        .about-home {
            margin-top: 3%
        }

        .telefonda-gizle767 {
            display: none !important;
        }
      

        .duyuru-padding {
            padding-top: 8% !important
        }
    }


    @font-face {
        font-family: 'DINPro-CondensedRegular';
        src: url("../fonts/DINPro-CondensedRegular.eot");
        src: url("../fonts/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedRegular.woff") format("woff"), url("../fonts/DINPro-CondensedRegular.woff2") format("woff2"), url("../fonts/DINPro-CondensedRegular.otf") format("otf"), url("../fonts/DINPro-CondensedRegular.svg") format("svg"), url("../fonts/DINPro-CondensedRegular.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gotham-Medium';
        src: url("../fonts/Gotham-Medium.eot");
        src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.otf") format("otf"), url("../fonts/Gotham-Medium.svg") format("svg"), url("../fonts/Gotham-Medium.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gotham-Black';
        src: url("../fonts/Gotham-Black.eot");
        src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.otf") format("otf"), url("../fonts/Gotham-Black.svg") format("svg"), url("../fonts/Gotham-Black.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'GothamBold';
        src: url("../fonts/GothamBold.eot");
        src: url("../fonts/GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.otf") format("otf"), url("../fonts/GothamBold.svg") format("svg"), url("../fonts/GothamBold.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-weight: normal;
        font-style: normal;
        src: url('../fonts/Gotham-Light.otf');
        font-family: 'Gotham-Light';
        src: url('../fonts/Gotham-Light.eot');
        src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype');
    }


@font-face {
    font-family: 'GinesoSoft-ConMed';
    src: url('../fonts/GinesoSoft-ConMed.eot');
    src: url('../fonts/GinesoSoft-ConMed.eot?#iefix') format("embedded-opentype"), url('../fonts/GinesoSoft-ConMed.woff') format("woff"), url('../fonts/GinesoSoft-ConMed.woff2') format("woff2"), url('../fonts/GinesoSoft-ConMed.otf') format("otf"), url('../fonts/GinesoSoft-ConMed.svg#GinesoSoft-ConMed') format("svg"), url('../fonts/GinesoSoft-ConMed.ttf') format("truetype");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'GinesoSoft-ConMed';
    src: url('../GinesoSoft-ConMed.eot');
    src: url('../GinesoSoft-ConMed.eot?#iefix') format('embedded-opentype'), url('../GinesoSoft-ConMed.svg#GinesoSoft-ConMed') format('svg'), url('../GinesoSoft-ConMed.ttf') format('truetype'), url('../GinesoSoft-ConMed.woff') format('woff'), url('../GinesoSoft-ConMed.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


    /********** Template CSS **********/
    :root {
        --primary: #193671 ;
        --light: #F8F8F8;
        --dark: #323e51;
    }

    h1,
    h2,
    .h1,
    .h2,
    .fw-bold {
        font-weight: 600 !important;
    }

    h3,
    h4,
    .h3,
    .h4,
    .fw-medium {
        font-weight: 500 !important;
    }

    h5,
    h6,
    .h5,
    .h6,
    .fw-normal {
        font-weight: 400 !important;
    }

    .back-to-top {
        position: fixed;
        display: none;
        right: 30px;
        bottom: 30px;
        z-index: 99;
    }


    /*** Spinner ***/
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }

        #spinner.show {
            transition: opacity .5s ease-out, visibility 0s linear 0s;
            visibility: visible;
            opacity: 1;
        }


    /*** Button ***/
    .btn {
        font-weight: 500;
        transition: .5s;
    }

        .btn.btn-primary,
        .btn.btn-secondary {
            color: #FFFFFF;
        }

    .btn-square {
        width: 38px;
        height: 38px;
    }

    .btn-sm-square {
        width: 32px;
        height: 32px;
    }

    .btn-lg-square {
        width: 48px;
        height: 48px;
    }

    .btn-square,
    .btn-sm-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }

.btn-outline-body {
    color: #193671;
    background: #d5d5d5;
    border-radius: 100px;
}

        .btn-outline-body:hover {
            color: #FFFFFF;
            background: var(--primary);
            border-color: var(--primary);
        }


    /*** Navbar ***/
    .navbar .dropdown-toggle::after {
        border: none;
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 30px;
        /*padding: 30px 0;*/
        color: var(--dark);
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
    }

        .navbar .navbar-nav .nav-link:hover,
        .navbar .navbar-nav .nav-link.active {
            color: #fff;
            background: #193671;
            
        }

    .navbar.sticky-top {
        top: -100px;
        transition: .5s;
    }

    @media (max-width: 991.98px) {
        .navbar .navbar-nav .nav-link {
            margin-right: 0;
            padding: 10px 0;
        }

        .navbar .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
    }

    @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            transition: .5s;
            opacity: 0;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transform: rotateX(0deg);
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }
    }


    /*** Header ***/
    .owl-carousel-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        /*background: rgba(0, 0, 0, .5);*/
    }
.header-carousel .owl-carousel-item p {
    font-size: 19px !important;
}
    @media (max-width: 768px) {

        .cepcan{
            background:#fff
        }
        .header-carousel .owl-carousel-item {
            position: relative;
            min-height: 200px;
        }

            .header-carousel .owl-carousel-item img {
                position: absolute;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .header-carousel .owl-carousel-item p {
                font-size: 12px !important;
            }


        .header-carousel .owl-dots .owl-dot {
            position: relative;
            width: 15px !important;
            height: 15px !important;
            margin: 5px 0;
            background: var(--dark);
            transition: .5s;
        }

            .header-carousel .owl-dots .owl-dot.active {
                width: 20px !important;
                height: 20px !important;
            }


        .header-carousel .owl-dots {
            position: absolute;
            width: 100%;
            /*height: 100%;*/
            bottom: 0;
            right: 30px;
            display: flex;
            /*flex-direction: column;*/
            align-items: center;
            justify-content: center;
        }


    }

    .header-carousel .owl-dots {
        position: absolute;
        width: 100%;
        /*height: 100%;*/
        bottom: 0;
        right: 30px;
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        justify-content: center;
    }

        .header-carousel .owl-dots .owl-dot {
            position: relative;
            width: 25px;
            height: 25px;
            margin: 5px 7px;
            background: #193671;
            transition: .5s;
            border-radius: 100%
        }

            .header-carousel .owl-dots .owl-dot.active {
                width: 40px;
                height: 40px;
                border-radius: 100%
            }

            .header-carousel .owl-dots .owl-dot img {
                position: absolute;
                width: 100%;
                height: 100%;
                object-fit: cover;
                padding: 2px;
                transition: .5s;
                opacity: .3;
                border-radius:100%
            }

            .header-carousel .owl-dots .owl-dot.active img {
                opacity: 1;
            }

    .page-header {
        background:  url(../img/banner1.jpg) center center no-repeat;
        background-size: cover;
    }
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner2.jpg) center center no-repeat;
    background-size: cover;
}
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner4.jpg) center center no-repeat;
    background-size: cover;
}
.page-header5 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner5.jpg) center center no-repeat;
    background-size: cover;
}


    .breadcrumb-item + .breadcrumb-item::before {
        color: var(--light);
    }


    /*** Section Title ***/
    .section-title {
        color: var(--primary) !important;
        font-weight: 500 !important;
        letter-spacing: 5px !important;
        text-transform: uppercase !important;
        font-size: 1.4rem !important;
        font-family: 'GinesoSoft-ConMed';
    }

    .section-title2 {
        color: #323e51 !important;
        font-weight: 500 !important;
        letter-spacing: 5px !important;
        text-transform: uppercase !important;
        font-size: 1.4rem !important;
        font-family: 'GinesoSoft-ConMed';
    }

    .section-title3 {
        color: #323e51 !important;
        font-weight: 500 !important;
        letter-spacing: 1px !important;
        font-size: 1.6rem !important;
        font-family: 'GinesoSoft-ConMed';
    }

    .section-title3h {
        font-weight: 500 !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        font-size: 30px;
        font-family: 'GinesoSoft-ConMed';
        height: 79px;
        line-height: 32px
    }

    .section-title3hp {
        font-size: 16px;
        font-weight: 600
    }


    .section-title3u {
        font-weight: 500 !important;
        letter-spacing: 1px !important;
        font-size: 1.7rem !important;
        font-family: 'GinesoSoft-ConMed';
    }



    .section-title4 {
        color: #fff !important;
        font-weight: 500 !important;
        letter-spacing: 1px !important;
        font-size: 1.6rem !important;
        font-family: 'GinesoSoft-ConMed';
    }
    /*** Facts ***/
    .fact-item .fact-icon {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-bottom: 1.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 120px;
        transition: .5s;
    }

    .fact-item:hover .fact-icon {
        background: var(--dark);
    }

    .fact-item .fact-icon i {
        color: var(--primary);
        transition: .5;
    }

    .fact-item:hover .fact-icon i {
        color: #FFFFFF;
    }


    /*** About & Feature ***/
    .about-img,
    .feature-img {
        position: relative;
        height: 100%;
        min-height: 400px;
    }

        .about-img img,
        .feature-img img {
            position: absolute;
            width: 75%;
            height: 86%;
            object-fit: cover;
        }

            .about-img img:last-child,
            .feature-img img:last-child {
                /*margin: 20% 0 0 40%;*/
            }

        .about-img::before,
        .feature-img::before {
            position: absolute;
            content: "";
            width: 60%;
            height: 80%;
            top: 10%;
            left: 20%;
            border: 5px solid var(--primary);
            z-index: -1;
        }


    /*** Service ***/
    .service-item .bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        border-radius: 3px;
    }

    .service-item .service-text {
        background: rgba(248, 248, 248, .8);
        transition: .5s;
        border-radius: 3px;
    }

    .service-item:hover .service-text {
        background: rgba(0, 0, 0, .7);
        border-radius: 3px;
    }

    .service-item * {
        transition: .5;
    }

    .service-item:hover * {
        color: #FFFFFF;
    }

    .service-item .btn {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        color: var(--dark);
        background: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        transition: .5s;
        border-radius: 3px;
    }

    .service-item:hover .btn {
        width: 140px;
    }


    /*** Project ***/
    .project .nav .nav-link {
        background: var(--light);
        transition: .5s;
        border-radius: 3px;
        border: 6px solid #FFF;
    }

        .project .nav .nav-link.active {
            background: var(--primary);
            border-radius: 3px;
        }

            .project .nav .nav-link.active h3 {
                color: #FFFFFF !important;
            }

            .project .nav .nav-link.active .hcan {
                color: #FFFFFF !important;
            }


    .hcan {
        color: #323e51 !important;
    }
    /*** Team ***/
    .team-items {
        margin: -.75rem;
    }

    .team-item {
        padding: .75rem;
    }

        .team-item::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            background: #FFFFFF;
            transition: .5s;
            z-index: -1;
        }

        .team-item:hover::after {
            height: 100%;
            background: var(--primary);
        }

        .team-item .team-social {
            position: absolute;
            width: 100%;
            bottom: -20px;
            left: 0;
        }

            .team-item .team-social .btn {
                display: inline-flex;
                margin: 0 2px;
                color: var(--primary);
                background: var(--light);
            }

                .team-item .team-social .btn:hover {
                    color: #FFFFFF;
                    background: var(--primary);
                }


    /*** Appointment ***/
    .bootstrap-datetimepicker-widget.bottom {
        top: auto !important;
    }

    .bootstrap-datetimepicker-widget .table * {
        border-bottom-width: 0px;
    }

    .bootstrap-datetimepicker-widget .table th {
        font-weight: 500;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        padding: 10px;
        border-radius: 2px;
    }

    .bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
        background: var(--primary);
    }

    .bootstrap-datetimepicker-widget table td.today::before {
        border-bottom-color: var(--primary);
    }


    /*** Testimonial ***/
    .testimonial-carousel {
        display: flex !important;
        flex-direction: column-reverse;
        max-width: 700px;
        margin: 0 auto;
    }

        .testimonial-carousel .owl-dots {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

            .testimonial-carousel .owl-dots .owl-dot {
                position: relative;
                width: 60px;
                height: 60px;
                margin: 0 5px;
                transition: .5s;
            }

                .testimonial-carousel .owl-dots .owl-dot.active {
                    width: 100px;
                    height: 100px;
                }

                .testimonial-carousel .owl-dots .owl-dot::after {
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    bottom: 13px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    content: "";
                    background-image: url('../img/tirnak.png'); /* Resim yolunu buraya ekleyin */
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    border-radius: 40px;
                    transition: .5s;
                    opacity: 0;
                }

                .testimonial-carousel .owl-dots .owl-dot.active::after {
                    opacity: 1;
                }

                .testimonial-carousel .owl-dots .owl-dot img {
                    opacity: .6;
                    transition: .5s;
                    border: 1px solid #fff
                }

                .testimonial-carousel .owl-dots .owl-dot.active img {
                    opacity: 1;
                }


    /*** Footer ***/
    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #fff;
        font-weight: normal;
        transition: .3s;
        font-size:18px
    }

        .footer .btn.btn-link::before {
            position: relative;
            font-weight: 900;
            color: var(--primary);
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            color: var(--primary);
            letter-spacing: 1px;
            box-shadow: none;
        }

    .footer .form-control {
        border-color: #777777;
    }

    .footer .copyright {
        padding: 25px 0;
        font-size: 15px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

        .footer .copyright a {
            color: var(--light);
        }

            .footer .copyright a:hover {
                color: var(--primary);
            }