:after,
:before,
* {
    box-sizing: border-box;
}

.hero-slider {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-top: 6%;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 40px;
    top: 40%;
    text-align: center;
    border: 2px solid #d4d3d3;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 14vw;
    margin-top: 35px;
}

.hero-slider .swiper-button-next {
    left: 14vw;
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block vertical-align: middle;
    font-weight: 900;
}



.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    font-size: 0 !important;
    position: relative;
    background: transparent;
    opacity: 1 !important;
    border: 1px solid #fff;
}


.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 14vw;
    width: 20px;
    top: 55%;
    margin-left: 12px;
}


/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-stylePrj {
    height: 650px;
    transition: all .4s ease;
}


@media (max-width: 767px) {
    .hero-stylePrj {
        height: 500px;
    }
}

.hero-stylePrj .slide-title,
.hero-stylePrj .slide-text,
.hero-stylePrj .slide-btns {
    max-width: 690px;
    margin: 0px auto;
    text-align: center
}

    .hero-stylePrj .slide-title h2 {
        font-size: 70px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        margin: 0 0 40px;
        text-transform: capitalize;
        transition: all .4s ease;
    }

@media (max-width: 1199px) {
    .hero-stylePrj .slide-title h2 {
        font-size: 55px;
    }
}

@media (max-width: 991px) {
    .hero-stylePrj .slide-title h2 {
        font-size: 30px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-stylePrj .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-stylePrj .slide-text p {
    opacity: 0.9;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-stylePrj .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-stylePrj .slide-btns > a:first-child {
    margin-right: 10px;
}

.projeTxt {
    margin-top: -50px !important;
}

.activities-section .single-item {
    padding: 0 !important;
}

.schedules-section .inner-content {
    padding: 0px !important;
}

.MainRights {
    margin-right: -20vw;
}

@media (max-width: 800px) {
    .MainRights {
        margin-right: -15px;
    }
}




.projeler-section .owl-nav {
    position: absolute;
    top: -110px;
    right: 19vw;
    height: 50px;
    width: 120px;
    line-height: 50px;
    z-index: 1;
    text-align: center;
}

    .projeler-section .owl-nav .owl-prev, .projeler-section .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        font-size: 36px;
        color: #1E4D79;
        margin: 0px 3px;
        width: 50px;
        background: transparent;
        cursor: pointer;
        border: 1px solid #252638;
        transition: all 500ms ease;
    }

        .projeler-section .owl-nav .owl-prev:hover,
        .projeler-section .owl-nav .owl-next:hover {
            color: #fff;
            background: #1E4D79;
            border: 1px solid #1E4D79;
        }






.projeler-section .ocn_counter {
    position: absolute;
    top: -96px;
    right: 33vw;
    z-index: 1;
    text-align: center;
    background: transparent;
    color: #1E4D79;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
}

    .projeler-section .ocn_counter::after {
        content: "";
        width: 3rem;
        height: 3px;
        background: #1E4D79;
        position: absolute;
        top: 11px;
        right: -3.5rem;
    }

.proje-block-one .inner-box {
    position: relative;
    display: block;
    background: transparent;
    transition: all 500ms ease;
}

    .proje-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background: #252638;
    }

        .proje-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
        }

            .proje-block-one .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
                height: 400px;
            }

        .proje-block-one .inner-box .image-box .projeOverlow {
            background: #252638;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            transition: all 500ms ease;
            opacity: .4;
        }

        .proje-block-one .inner-box .image-box:hover .projeOverlow {
            opacity: 0;
        }

        .proje-block-one .inner-box .image-box .projeOverlow img {
            width: auto;
            height: auto !important;
            margin: 0px auto;
            margin-top: 12%;
        }


@media screen and (min-width: 800px) and (max-width:1325px) {
    .projeler-section .ocn_counter {
        right: 40vw;
    }
}

.projeMain {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

    .projeMain a {
        background: #1E4D79;
        font-size: 17px;
        color: #fff;
        transition: all 500ms ease;
        text-align: center;
        height: 50px;
        padding: 10px 20px;
        margin-left: 10px;
        min-width: 135px;
    }

        .projeMain a:hover {
            background: #252638;
        }

    .projeMain span {
        color: #252638;
        font-size: 15px;
        font-weight: 600;
    }

    .projeMain p {
        color: #252638;
/*        font-size: 22px;*/
        font-weight: 400;
    }
.sec-title {
    margin-bottom: 70px !important;
}
@media (max-width: 800px) {
    .projeler-section .owl-nav {
        right: -5px;
        top: -72px;
    }

    .projeler-section .ocn_counter {
        top: -52px;
        right: 42vw;
    }

    .mblH2 {
        margin-bottom: 100px !important;
    }
}
