/*Main CSS*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
}

ul {
    list-style-type: square;
}

@media (max-width: 991px) {
    html body #header, #header.header-effect-shrink .header-container, #header .header-nav {
        height: 80px !important;
        min-height: 80px !important;
    }
}

p {
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
}

.nav-features-social {
    margin-left: 15px;
}
/*.header-nav-features{background-color:#d3141b;}*/
.header-nav-features {
    /*background-color: #1b658b;*/
    background-color: #1DB89A;
}

.nav-feature-language .nav-item .nav-link {
    color: #fff !important;
}

.nav-features-social .social-icons li a {
    color: #fff !important;
}

.nav-features-social .social-icons li:hover.social-icons-linkedin a, .nav-features-social .social-icons li:hover.social-icons-instagram a {
    background: #a2a2a2;
}

.header-nav-features-search .header-nav-top-icon {
    color: #fff !important;
}

@media (min-width: 992px) {
    #header .header-nav-features {
        flex-grow: 0 !important;
        margin-left: 50px;
    }

        #header .header-nav-features:before {
            content: "";
            position: absolute;
            top: -30px;
            left: -20px;
            width: 60px;
            height: 129%;
            /*background-color: #d3141b;*/
            /*  background-color: #1b658b;*/
            background-color: #1DB89A;
            transform: rotate(-18deg);
        }

    #header .justify-content-end:after {
        content: "";
        position: absolute;
        top: 0;
        right: -76px;
        width: 100px;
        height: 100%;
        /* background-color: #d3141b;*/
        /*  background-color: #1b658b;*/
        background-color: #1DB89A;
    }
}

.mainLogo {
    /*width: 90px;*/
    /*height: 90px;*/
    /*padding-left: 200px;*/
}

@media screen and (max-width: 575.98px) {
    .mainLogo {
        /*  width: 145px;*/
        height: 50px ;
        padding-left: 18px !important;
    }

    #header .header-btn-collapse-nav {
        /*margin: -35px 0 0 18px;
        margin-top: auto;*/
        height: fit-content;
    }
}

@media screen and (max-width: 451px) {

    #header .header-btn-collapse-nav {
        position: sticky !important;
        right: 0 !important;
        /*margin-left: auto;*/
        height: fit-content;
        /*margin-top: auto;*/
    }
}





.sliderMain {
    max-height: 700px;
    overflow: hidden;
}

/* Carousel Slider Start */
/*.carousel-new .carousel-control-next, .carousel-control-prev {
    top: 14vw;
    opacity: 0.7;
    bottom: inherit;
}

.carousel-new .carousel-control-prev {
    left: 5.7vw;
}

.carousel-new .carousel-control-next {
    left: 80vw;*/
    /*   margin-left: 65px;*/
/*}

    .carousel-new .carousel-control-next span, .carousel-control-prev span {*/
        /*background-color: rgb(0,0,0,0.8);
        border-radius: 50px;*/
    /*}


.carousel-new .hero-caption {
    position: absolute;*/
    /*margin-top: 60px;*/
    /*left: 11.7vw;
    top: 11vw;*/
    /*width: 777px;*/
/*}

    .carousel-new .hero-caption .first-line {*/
        /*background-color: #df555d;*/

        /*font-weight: 600;
        color: white;
        font-size: 65px;
        padding: 0 15px 0 15px;
        margin-bottom: 10px;*/
        /*text-shadow: 3px 3px 5px #314155;*/
        /*background-color: rgb(35, 35, 35, 0.85);*/
    /*}

    .carousel-new .hero-caption .first-line2 {
        font-weight: 600;
        color: white;
        font-size: 25px;
        padding: 0 15px 0 15px;*/
        /*margin-bottom: 10px;*/
    /*}



    .carousel-new .hero-caption .second-line {*/
        /* background-color: rgb(10, 0, 0, 0.55);*/
        /*color: white;*/
        /*padding: 15px 15px 15px 23px;*/
        /*font-size: 22px;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 500;
        width: 820px;
        display: block;*/
        /* text-shadow: 3px 3px 5px #314155;*/
    /*}

.carousel-new .carousel-control-prev-icon {
    width: 85px;
    height: 85px;
    background-size: contain;
    background-position: center;
    background-size: 20px;
    color: white;
}

.carousel-new .carousel-control-next-icon {
    width: 85px;
    height: 85px;
    background-size: contain;
    background-position: center;
    background-size: 20px;*/
    /* color: white; */
/*}*/

/* slider height */
/*.carousel-new .carousel-item img {*/
    /*height: 790px;*/
    /*object-fit: contain;*/
    /*height: 418px;
}*/
/* slider height */

/* carousel slider end */


/* services carousel */

/* footer logo content */

.footerLogo {
    max-width: 50% !important;
}

.servicesContentArea p {
    text-align: justify;
}

.playVideoContainer .aboutVidCont, .newsListCont .singleNews {
    height: 380px;
    overflow: hidden;
    position: relative;
}

.aboutVidCont .aboutVidImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.aboutVidCont .playVidButton {
    position: absolute;
    top: 37%;
    left: 42%;
    width: 100px;
}

.aboutVidCont:hover > .videoLink .aboutVidImg {
    filter: sepia(0.5);
    transition: all 1s;
}

.singleNews .newsImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleNews .newsDetailCont {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(47, 50, 53, 0.55);
}

.newsDetailCont .newsDate {
    color: #ddd;
    margin-bottom: 0;
}

.newsDetailCont .newsTitle {
    font-size: 20px;
    color: #fff;
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 5px;
}

.newsDetailCont .newsLink {
    margin-bottom: 10px;
}

    .newsDetailCont .newsLink a {
        color: #ed8391;
        font-weight: 900;
        text-decoration: underline;
    }

        .newsDetailCont .newsLink a:hover {
            color: #D26270;
        }

.newsListCont.owl-carousel.nav-style-1 .owl-nav .owl-next, .newsListCont.owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #d8d8d8 !important;
}

    .newsListCont.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .newsListCont.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover {
        color: #ffffff !important;
    }

.headingText {
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0;
    text-transform: inherit;
    color: #0b3e80;
}
/*Glance Area*/
.zeroMarginPadding {
    margin: 0;
    padding: 0;
}

.glance {
    background-image: url(../images/glance.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*margin-top: 35px !important;*/
}

.glanceCon {
    margin: 0 auto;
}

.boxBottom,
.boxTop {
    background-color: rgba(0,0,0,.4);
}

.boxTop {
    position: relative;
    height: 70%;
}

.boxBottom {
    height: 20%;
    margin-top: 30px;
}

.boxTop:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    background-color: rgba(0,0,0,.6);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 70%;
    z-index: 1;
}

.boxTop:after {
    content: "";
    position: absolute;
    height: 17px;
    width: 2px;
    background-color: rgba(0,0,0,.6);
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
}

.boxes:hover .boxTop:after {
    background-color: rgba(199, 4, 4, 0.6);
}

.boxes:hover .boxBottom,
.boxes:hover .boxTop {
    background-color: rgba(199, 4, 4, 0.4);
}

    .boxes:hover .boxTop:before {
        background-color: rgba(199, 4, 4,.6);
    }

.imgTop {
    height: 30%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

    .imgTop img {
        width: 120px;
        margin: auto;
    }

.minifyBox {
    font-size: 13px;
    color: #fff;
    position: relative;
}

    .minifyBox:before {
        content: "";
        position: absolute;
        top: -2px;
        width: 70%;
        height: 3px;
        left: 50%;
        transform: translate(-50%);
        background-color: rgba(0,0,0,.6);
        border-radius: 4px;
    }

    .minifyBox:after {
        content: "";
        position: absolute;
        top: -17px;
        width: 15px;
        height: 15px;
        left: 50%;
        transform: translate(-50%);
        background-color: rgba(0,0,0,.6);
    }

.boxes:hover .minifyBox:after,
.boxes:hover .minifyBox:before {
    background-color: rgba(199, 4, 4, 0.6);
}

.boxContentImgHover1 {
    background-image: url(../images/icon1-grey.png);
}

.boxContentImgHover2 {
    background-image: url("../images/icon2-grey.png");
}

.boxContentImgHover3 {
    background-image: url("../images/icon3-grey.png");
}

.boxContentImgHover4 {
    background-image: url("../images/icon4-grey.png");
}

.boxes:hover .boxContentImgHover1 {
    background-image: url("../images/icon1-red.png");
}

.boxes:hover .boxContentImgHover2 {
    background-image: url("../images/icon2-red.png");
}

.boxes:hover .boxContentImgHover3 {
    background-image: url("../images/icon3-red.png");
}

.boxes:hover .boxContentImgHover4 {
    background-image: url("../images/icon4-red.png");
}

.contentBottom {
    height: 40%;
}

    .contentBottom h5 {
        font-size: 19px;
        color: rgb(218, 218, 218);
        font-weight: 700;
        line-height: 1;
    }

        .contentBottom h5 span {
            display: inline-block;
        }

            .contentBottom h5 span i {
                font-style: normal;
            }

                .contentBottom h5 span i:first-child {
                    color: white;
                    font-size: 2.8em;
                }

.boxContent {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 60%;
    left: 50%;
    z-index: 3;
    margin: 0;
    height: 100%;
}

.singleGlance {
    height: 500px;
}
/*Glance Area End*/

.mapContainer {
    height: 100%
    overflow: hidden;
    margin-top: 20px;
}

.careerWrapper .careerContainer {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.careerContainer .careerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careerContainer .careerContent {
    position: absolute;
    right: 5%;
    top: 18%;
}

.careerContent .approachTitle {
    background-color: rgba(107, 109, 112, 0.72);
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.careerContent .testimonialTitle {
    padding: 50px 30px;
    background-color: rgba(59, 43, 135, 0.72);
    color: #fff;
}

.careerContent .joinButton {
    padding: 20px 40px;
    font-size: 13px;
    float: right;
}

.referenceSlider .singleCompany {
    height: 125px;
    padding: 5px 0;
}

.companyLink img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: all 0.5s;
}

    .companyLink img:hover {
        filter: grayscale(0);
        transition: all 0.5s;
    }

.referencesContainer .referenceSlider {
    margin: 35px 0;
}

#footer .footerLogo {
    width: 80px;
}

#footer .footerCol {
    padding-top: 30px;
}

#footer .footernav {
    padding: 0;
    list-style-type: none;
}

/*Mobile Carousel Slider*/
@media screen and (max-width: 768px) {

    .accIcon img {
        /* max-width: 0%; */
        max-height: 45px;
    }

    .singleAccordion span {
        font-size: 16px;
    }

 /*   .carousel-new .carousel-control-next, .carousel-control-prev {
        top: 24vw;
    }*/

/*    .carousel-new .hero-caption {
        position: absolute;
        margin-top: 45px;
        left: 7.1vw;
        top: 26vw;
    }*/
}

@media screen and (max-width: 575.98px) {

    .carousel-new .hero-caption .second-line {
        /*background-color: rgba(10, 0, 0, 0.51);*/
        /*color: white;
        padding: 5px;
        font-size: 13px;
        margin-bottom: 0;*/
        /* padding-left: 20px;*/
        /*width: 350px;*/
        display: none;
    }

    .readmore {
        height: 38px !important;
        font-size: 10px !important;
        width: 91px !important;
        border-style: none !important;
    }

    .slider-anabaslik {
        background-color: rgb(35, 35, 35, 0.65) !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }


    .headlanguage {
        margin-top: 22px;
    }

    #header .header-row {
        display: inherit !important;
    }



    /*.carousel-new .carousel-item img {
        height: 350px;
        object-fit: cover;
        width: 981px !important;
    }*/

    /*.carousel-new .carousel-control-prev {
        left: -4.5vw;
    }

    .carousel-new .carousel-control-next {
        left: 57.1vw;
        margin-left: 45px;
    }

    .carousel-new .carousel-control-next, .carousel-control-prev {
        top: 39vw;
    }*/

/*    .carousel-new .hero-caption {
        position: absolute;
        margin-top: 45px;
        left: 7.1vw;
        top: 20vw;
    }*/

        .carousel-new .hero-caption .first-line {
            /*background-color: #df555d;*/
            font-weight: 500;
            color: white;
            font-size: 20px;
            padding: 0 15px 0 19px;
            margin-bottom: 5px;
        }

        /*.carousel-new .hero-caption .second-line {*/
            /*background-color: rgba(10, 0, 0, 0.51);*/
            /*color: white;
            padding: 5px;
            font-size: 13px;
            margin-bottom: 0;
            padding-left: 20px;
        }*/

    .carousel-new .carousel-control-prev-icon {
        width: 24px;
        height: 24px;
        background-size: contain;
        background-position: center;
        background-size: 8px;
    }

    .carousel-new .carousel-control-next-icon {
        width: 24px;
        height: 24px;
        background-size: contain;
        background-position: center;
        background-size: 8px;
    }
}

/*HomePage End*/


/*İç Sayfalar*/
.custom-page-header {
    height: 400px;
    position: relative;
    overflow: hidden;
}

    .custom-page-header .banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-page-header .header-text.container {
        position: relative;
        top: -234px;
    }

.header-text .banner-text {
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    color: white;
    text-shadow: 3px 3px 5px #261c56;
    font-size: 3.5vw;
    background-color: rgba(35, 35, 35, 0.55);
    display: inline-block; /* sadece yazı genişliği kadar olur */
    padding: 20px 15px; /* içeriden boşluk ayarla */
    border-radius: 5px; /* opsiyonel: kenarları yuvarlaklaştırmak istersen */
    font-weight: 700;
}



.formColumn .formContainer {
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.formContainer .formTitle {
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    font-weight: 700;
}

.formContainer .form-row {
    margin-bottom: 10px;
}

    .formContainer .form-row .form-control {
        height: calc(2.5em + .75rem + 2px);
    }

    .formContainer .form-row .cfSubmitBtn {
        background-color: #392985;
        border-color: #261c56;
        color: #FFF;
        padding: 15px 45px;
        font-size: 13px;
    }

        .formContainer .form-row .cfSubmitBtn:hover {
            background-color: #1b2023;
            border-color: #1b2023;
        }

.branchAccordion {
    margin-top: 0;
}

    .branchAccordion .singleBranch:first-child {
        margin-top: 0;
    }

    .branchAccordion .singleBranch {
        background-color: #f5f5f5;
    }

        .branchAccordion .singleBranch label {
            border-radius: 0;
            font-family: 'SofiaPro-Regular', Arial, sans-serif;
            letter-spacing: 0;
            font-size: 17px;
            padding-left: 20px;
            color: #505050 !important;
            border-left: none;
        }

.singleBranch.active label {
    color: #ffffff !important;
    font-weight: 600;
    border-left: none;
}

.branchAccordion .branchDetail {
    padding: 0 20px 15px;
}

.branchDetail .singleDetail {
    padding-bottom: 0 !important;
}

.branchDetail .mapDetail {
    margin-top: 15px;
}

.form-row .msgContainer {
    height: 160px !important;
    resize: none;
}

.managerAccordion {
    margin-top: 0;
}

    .managerAccordion .singleManager:first-child {
        margin-top: 0;
    }

    .managerAccordion .singleManager {
        background-color: #f5f5f5;
    }

        .managerAccordion .singleManager label {
            border-radius: 0;
            font-family: 'SofiaPro-Regular', Arial, sans-serif;
            letter-spacing: 0;
            font-size: 17px;
            padding-left: 20px;
            color: #505050 !important;
            border-left: none;
        }

.singleManager.active label {
    color: #ffffff !important;
    border-left: none;
}

.managerAccordion .managerDetail {
    padding: 0 20px 20px;
}

.managerDetail .singleDetail {
    padding-bottom: 0 !important;
}

.managerDetail .mapDetail {
    margin-top: 15px;
}

.singleManager .managerName {
    font-weight: 600;
}

.singleManager .managerTitle {
    font-weight: 400;
}

.managerDetail .managerImage {
    width: 100%;
    height: 345px;
    background-image: url(../images/image-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    margin-bottom: 20px;
}

.managerImage .managerImageDetail img, .managerImage .managerImageDetail .singleManagerImage {
    border-radius: 100%;
    width: 205px;
    margin-top: 75px;
    margin-left: -8px;
    border: 3px solid #545655;
}

.managementContainer {
    margin-bottom: 55px;
}

.managerDetail .managerBio {
    max-height: 320px;
    overflow: scroll;
    padding-right: 5px;
    text-align: justify;
}

.topFooterTitleArea {
    text-align: center;
    margin-top: 40px;
}

.topFooterTitle {
    font-weight: 600;
}

.topFooterTitleArea .footerTitleCont {
    display: inline-block;
    height: 163px;
    border-radius: 160px 160px 0 0;
    width: 330px;
    background-color: #f3f3f3;
    padding-top: 60px;
    margin-bottom: -55px;
}

.topFooterIconArea {
    background-color: #f3f3f3;
    text-align: center;
    padding-top: 20px;
}

.topfooterIconTitle a {
    font-weight: 400;
    color: #212529;
}

    .topfooterIconTitle a:hover {
        text-decoration: none;
        color: #666666;
    }

.topfooterIconTitle {
    margin-top: 10px;
    font-weight: 400;
}

.timelineEventsContainer .singleEvent {
    height: 380px;
    overflow: hidden;
    position: relative;
}

.singleEvent .eventImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleEvent .eventDetailContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.eventDetailContainer .eventDetails {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
}

.eventDetails .eventTitle {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
}

.eventDetails .eventSubTitle {
    font-size: 13px;
    color: #eeeeee;
    line-height: 18px;
}

.owl-item.active.current .eventDetailContainer {
    background-color: rgba(209, 10, 17, 0.5);
    display: block;
}

.timelineEventsContainer.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 0.8;
}

.singleYear {
    text-align: center
}

.timelineYearsContainer.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
}

    .timelineYearsContainer.container .timelineBorder {
        border-bottom: 1px solid #d42229;
        margin: -10px 20px 30px 20px;
    }

.singleYear a:hover {
    text-decoration: none;
    position: relative;
}

.singleYear h3 {
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 14px;
}

.timelineCarousel {
    margin-bottom: 0 !important;
}

    .timelineCarousel .owl-nav {
        bottom: 8px !important;
        top: auto;
    }

.singleYear:after {
    content: "";
    position: absolute;
    top: 23px;
    width: 10px;
    height: 10px;
    background-color: #900;
    z-index: 999999;
    left: 49%;
    border-radius: 100%;
}

.historyContainer {
    margin-bottom: 40px;
}

.contentArea .contentImageArea {
    overflow: hidden;
    widows: 100%;
    height: auto;
}

.contentImageArea img {
    width: 100%;
    margin-bottom: 10px;
}

.contentTextArea {
    text-align: justify;
}

    .contentTextArea h2 {
        margin-bottom: 0px !important;
    }

.contentContainer .greySection, .greySection {
    background-color: #f6f6f6;
}

.greySection, .whiteSection {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.subsidariesCarousel .singleSubsidaries {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-left: 0.5px solid #e5e5e5;
}

.subsiTitleArea .mainTitle {
    color: #484848;
    font-weight: 900;
    margin-bottom: 15px;
}

.subsiTitleArea .secondTitle {
    color: #cd2027;
    font-weight: 400;
}

.singleSubsidaries .imageArea {
    width: 100%;
    height: 210px;
    margin-bottom: 10px;
}

    .singleSubsidaries .imageArea img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.singleSubsidaries .detailLink {
    text-align: right;
}

.generalAccordion {
    margin-top: 0;
}

    .generalAccordion .singleAccordion:first-child {
        margin-top: 0;
    }

    .generalAccordion .singleAccordion {
        background-color: #f5f5f5;
    }

        .generalAccordion .singleAccordion label {
            border-radius: 0;
            font-family: 'SofiaPro-Regular', Arial, sans-serif;
            letter-spacing: 0;
            font-size: 17px;
            /*padding-left: 20px;*/
            color: #505050 !important;
            border-left: none;
        }

.singleAccordion.active label {
    color: #ffffff !important;
    font-weight: 600;
    border-left: none;
}

.generalAccordion .accordionDetail {
    padding: 20px 15px;
}

.accordionDetail .accordionList {
    list-style-type: square;
}

    .accordionDetail .accordionList li {
        margin-bottom: 8px;
    }

.serviceSummary {
    margin-bottom: 30px;
}

.contentBox.greyBox {
    padding: 20px;
    background-color: #737474;
    margin-bottom: 20px;
}

.contentBox .boxTitle {
    font-weight: 600;
    color: #ffffff;
}

.contentBox.redBox .boxTitle {
    color: #333;
}

.contentBox .boxAnswer {
    padding: 10px 20px;
}

.boxAnswer .boxSubTitle {
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    font-weight: 900;
}

.detailIconed .detIconTitle {
    float: left;
    margin-right: 22px;
    font-size: 50px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.detIconTitle .titleSecond {
    font-size: 15px;
    font-weight: 400;
}

.detailIconed img {
    width: 34px;
}

.contentBox.redBox {
    background-color: #e2e2e2;
    padding: 20px;
    margin-bottom: 20px;
}

.tableListContainer .singleCol {
    text-align: center;
}

    .tableListContainer .singleCol .topRowTitle {
        background-color: #8a8787;
        color: white;
        font-size: 16px;
        margin-bottom: 2px;
        padding: 3px;
    }

    .tableListContainer .singleCol .bottomRowTitle {
        background-color: #a7a5a6;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 3px;
        font-weight: 400;
    }

.tabImageArea img {
    width: 100%;
}

.tabContents .singleTabContent {
    padding: 30px;
    background-color: #f4f4f4;
}

.tabTitles .nav-link {
    color: #333333 !important;
    padding: 20px !important;
    font-weight: 600;
}

.servicesContentArea {
    text-align: center;
    margin-bottom: 20px;
}

.singleService .detailLink {
    text-align: right !important;
}

.servicesCarousel .singleService {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-left: 0.5px solid #e5e5e5;
}

.singleService .serviceImageArea {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.serviceImageArea .singleServiceImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceImageArea {
    margin-bottom: 10px;
}

    .serviceImageArea .serviceIconArea {
        position: absolute;
        top: 30%;
        left: 30%;
    }

.serviceIconArea .singleServiceIcon {
    width: 150px !important;
}

.serviceContentArea p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.serviceTitleArea .mainTitle {
    color: #484848;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 20px;
}

.singleAccordion .textContent {
    text-align: justify;
}

.imageContent img {
    width: 100%;
}

.singleService a:hover > .serviceTitleArea {
    background-color: #cf2b31;
}

.singleService a:hover {
    text-decoration: none !important;
}

.contentArea .contentTitleArea {
    text-align: center;
    margin: 10px 0 20px 0;
}

.accIcon img {
    height: 65px;
}

.singleAccordion.active .accIcon img {
    filter: invert(1);
}

.bg-fdfdfd {
    background-color: #fdfdfd !important;
}


.headlanguage img {
    width: 33px;
    height: 20px;
}

.headlanguage a:hover {
    text-decoration: none;
}

.headlanguage {
    font-weight: 500;
    color: #fff !important;
    text-align: right;
    font-size: 17px;
    margin-left: -7rem;
    flex: 0 0 61.5%;
    max-width: 61.5%;
}

.carousel-control-next-icon {
    background-image: url("/media/Slider/next.png");
}

.carousel-control-prev-icon {
    background-image: url("/media/Slider/prev.png");
}


/*.carousel-control-next {
    width: 244px;
}*/




/*.carousel-control-prev {
    width: 86px;
}*/

.readmore .readmore-b {
    border-style: solid;
    border-width: 3px;
    font-size: 16px;
    font-weight: 800;
    padding: 5px;
    color: #fff;
    width: 127px;
    margin-left: 15px;
    display: flex;
}


.readmo {
    border-style: solid;
    border-width: 3px;
    font-size: 16px;
    font-weight: 800;
    padding: 5px;
    width: 127px;
    margin-left: 418px;
    display: flex;
}

@media only screen and (max-width: 500px) {
    .readmo {
        border-style: solid;
        border-width: 3px;
        font-size: 16px;
        font-weight: 800;
        padding: 5px;
        width: 127px;
        margin-left: 300px;
        display: flex;
    }
}


.readmore a:hover {
    text-decoration: none;
    color: #323232;
}

.readmore a {
    text-decoration: none;
    color: #fff;
}

.readmore-b a:hover {
    text-decoration: none;
    color: #fff;
}

.readmore-b a {
    text-decoration: none;
    color: #000;
}

.readmorelink::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f0da";
    font-size: 15px;
}

.readmorelinkleft::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f0d9";
    font-size: 17px;
    color: #FFF;
}

.fa-caret-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0da";
    font-size: 16px;
   /* color: #263342;*/
}

.download:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f33d";
    font-size: 12px;
    color: #FFF;
}

.fa-mouse-pointer:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f245";
    font-size: 17px;
    color: #c30000;
}

.footerlist {
    margin-top: 120px;
}

    .footerlist ul {
        list-style-type: none;
    }

    .footerlist li {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 35px;
    }

        .footerlist li a {
            text-decoration: none;
            color: #fff;
        }

.footerlist-sosyal ul > li {
    display: inline-block;
}

.footerlist-sosyal li a {
    text-decoration: none;
}

.footerlist-sosyal img {
    width: 33px;
    height: 33px;
    margin-right: 13px;
}

.footer-copyright {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    color: #000;
}

    .footer-copyright a {
        text-decoration: none;
        color: #006dfe;
    }

.readmore2 {
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 23px 5px 23px;
    color: #fff;
    width: 200px;
    text-align: center;
}

.readmore2row a:hover {
    text-decoration: none;
    color: #000000;
    background-color: rgb(255,255,255,0.5);
}

.readmore2row a {
    text-decoration: none;
    color: #fff;
}

#owl-demo .item {
    background: #FFF;
    padding: 14px;
    margin: 10px;
    color: #c30000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 300px;
}

#owl-demo .box {
    background: #FFF;
    padding: 14px;
    margin: 10px;
    color: #c30000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    text-align: center;
    height: 180px;
}

#owl-demo2 .item {
    background: #FFF;
    padding: 14px;
    margin: 10px;
    color: #c30000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 300px;
}



#owl-demo .item2 {
    background: #FFF;
    padding: 14px;
    margin: 10px;
    color: #c30000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 450px;
}

#owl-demo2 .item2 {
    background: #FFF;
    padding: 14px;
    margin: 10px;
    color: #c30000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 364px;
}




.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


/*Owl icin eklenen boostrap cssler*/

.row-owl {
    margin-left: -20px;
    *zoom: 1;
}

    .row-owl:before,
    .row-owl:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-owl:after {
        clear: both;
    }


@media (min-width: 1200px) {
    .row-owl {
        margin-left: -30px;
        *zoom: 1;
    }

        .row-owl:before,
        .row-owl:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .row-owl:after {
            clear: both;
        }
}

/*@media (min-width: 767px) {
    .row-owl {
        margin-left: 0px;
        
    }
*/

@media (min-width: 768px) and (max-width: 979px) {
    .row-owl {
        margin-left: -20px;
        *zoom: 1;
        background-image: url();
    }

        .row-owl:before,
        .row-owl:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .row-owl:after {
            clear: both;
        }
}

.container-fluid-owl {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid-owl:before,
    .container-fluid-owl:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .container-fluid-owl:after {
        clear: both;
    }


@media (max-width: 767px) {
    .container-fluid-owl {
        padding: 0;
    }

    .span12,
    .row-fluid .span12 {
        width: 100%;
        box-sizing: border-box;
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        margin-left: 0;
    }
}



.industries1 {
    color: #314155;
    font-size: 24px;
    font-weight: 800;
}

.industries2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 45px;
}

/*@media (max-width:767px) {
    .container-indust {
        width:auto !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .container-indust {
        width: 724px !important;
    }
}

@media (min-width: 1200px) {
    .container-indust {
        width: 1170px !important;
    }
}*/

.slider-anabaslik {
    background-color: rgb(35, 35, 35, 0.85);
    padding-left: 15px;
    padding-right: 15px;
}

.slider-anabaslik2 {
    background-color: rgb(20, 64, 116, 0.60);
    padding-left: 5px;
    padding-right: 9px;
}

.slider-anabaslik3 {
    padding-right: 15px;
    font-weight: 400;
}

/*.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {*/
        /*background: #869791*/
    /*}*/

@media (max-width: 767px) {

    .row-owl, .thumbnails {
        margin-left: 0;
    }
}


.draw-border {
    box-shadow: inset 0 0 0 2px #ffffff;
}

.draw-borderb {
    box-shadow: inset 0 0 0 2px #000000;
}


.draw-border, .draw-borderb {
    color: #58afd1;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}


    .draw-border::before, .draw-border::after,
    .draw-borderb::before, .draw-borderb::after {
        border: 0 solid transparent;
        box-sizing: border-box;
        content: "";
        pointer-events: none;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: 0;
    }

    .draw-border::before,
    .draw-borderb::before {
        border-bottom-width: 3px;
        border-left-width: 3px;
    }

    .draw-border::after,
    .draw-borderb::after {
        border-top-width: 3px;
        border-right-width: 3px;
    }

    .draw-border:hover,
    .draw-borderb:hover {
        color: #ffe593;
    }

        .draw-border:hover::before, .draw-border:hover::after,
        .draw-borderb:hover::before, .draw-borderb:hover::after {
            border-color: #b4b4b4;
            transition: border-color 0s, width 0.25s, height 0.25s;
            width: 100%;
            height: 100%;
        }

        .draw-border:hover::before,
        .draw-borderb:hover::before {
            transition-delay: 0s, 0s, 0.25s;
        }

        .draw-border:hover::after,
        .draw-borderb:hover::after {
            transition-delay: 0s, 0.25s, 0s;
        }

.abcbtn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    /*width: 129px;*/
    padding: 5px 10px 5px 10px;
    box-shadow: inset 0 0 0 2px #fff;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
}

    .abcbtn:focus {
        outline: 2px dotted #55d7dc;
    }

    .abcbtn a {
        color: #fff;
        font-size: 11pt;
    }

/*Footer Css*/

@media (max-width: 575px) {

    .footerback {
        height: auto;
        background: url(../images/foot_bg.jpg);
        background-repeat: no-repeat;
        background-color: #000;
    }

    .footer-col-1 {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .footer-col-2 {
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .footer-col-2a {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .footer-col-2b {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .footer-col-3 {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .footer-col-3a {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .footer-col-4 {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .footer-col-5 {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    .industries2 {
        color: #FFF;
        font-size: 19px;
        font-weight: 800;
        padding-left: 100px;
        padding-right: 100px;
        line-height: normal;
    }
}

@media (min-width: 1200px) {

    .footerback {
        height: 482px;
        background-repeat: no-repeat;
        background: url(../images/foot_bg.jpg);
    }

    .footer-col-1 {
        margin-left: 55px;
        margin-bottom: 10px;
    }
    
    
    .footer-col-2 {
        margin-left: 55px;
        margin-bottom: 10px;
    }

    .footer-col-2a {
        margin-left: 55px;
        margin-bottom: 10px;
    }

    .footer-col-2b {
        margin-left: 55px;
        margin-bottom: 10px;
    }

    .footer-col-3 {
        margin-left: 73px;
        margin-bottom: 10px;
    }

    .footer-col-3a {
        margin-left: 73px;
        margin-bottom: 10px;
    }

    .footer-col-4 {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .footer-col-5 {
        margin-left: 50px;
        margin-bottom: 10px;
    }
}

.footerbaslik {
    font-size: 14pt;
    color: #ffffff;
    font-weight: 800;
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    display: grid;
    padding-bottom: 0.5rem;
}

    .footerbaslik img {
        margin-top: 5px;
    }

.footeryazi {
    font-size: 10pt;
    color: #ffffff;
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    padding-bottom: 20px;
}

    .footeryazi ul {
        list-style-type: none;
        padding: 0px;
    }

    .footeryazi li {
        font-size: 10pt;

    }

        .footeryazi li a {
            text-decoration: none;
            color: #ffffff;
        }

            .footeryazi li a:hover {
                color: #F69F21;
            }

.newsletter-box {
    width: 300px;
    background-color: rgb(120, 120, 120, 0.5);
}

.btn-yldrm {
    text-align: inherit;
    margin-top: 10px;
    background-color: #c30000;
    color: #FFF;
    width: 150px;
    font-size: 16px;
}

.btn-divyldr a:hover {
    color: #000000;
}


.footer-yldrmsosyal img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}

.footer-yldrmsosyal ul > li {
    display: inline-block;
}

.footer-yldrmsosyal ul {
    padding: 0px;
}



@media (min-width: 992px) {

    .footerback {
        height: auto;
        background: url(../images/foot_bg.jpg);
        background-repeat: round;
        background-color: #000;
    }

    .footer-col-2 {
        margin-bottom: 10px;
        max-width: 20.83333325%;
        flex: 0 0 20.83333325%;
        margin-left: -0.5rem;
    }

    .footer-col-2a {
        margin-bottom: 10px;
        max-width: 18.83333325%;
        flex: 0 0 18.83333325%;
        margin-left: -0.5rem;
    }

    .footer-col-2b {
        margin-bottom: 10px;
        max-width: 41.6666665%;
        flex: 0 0 41.6666665%;
        margin-left: 1px;
    }

    .footer-col-3 {
        margin-left: 60px;
        margin-bottom: 10px;
        max-width: 20.83333325%;
        flex: 0 0 20.83333325%;
    }

    .footer-col-3a {
        margin-left: 1px;
        margin-bottom: 10px;
        max-width: 20.83333325%;
        flex: 0 0 20.83333325%;
    }

    .footer-col-4 {
        margin-left: 1px;
        margin-bottom: 10px;
    }

    .footer-yldrmsosyal {
        max-width: 17.83333325%;
        flex: 0 0 17.83333325%;
    }

    .industries2 {
        color: #FFF;
        font-size: 19px;
        font-weight: 800;
        padding-left: 100px;
        padding-right: 100px;
        line-height: normal;
    }
}

@media (max-width: 1680px) {

    .mainLogo {
        /*height: 69px;*/
    }
}

.mainLogo-col {
    flex: 0 0 10.6%;
    max-width: 10.6%;
}

.ustmenu-col {
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

.orta-yazi {
    flex: 0 0 75.7%;
    max-width: 75.7%;
    position: relative;
    padding-left: 15px;
    padding-right: 20px;
    text-align: justify;
}

.font55 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    padding-left: 11px;
}

.pr-orta-alan {
    flex: 0 0 75.7%;
    max-width: 75.7%;
    position: relative;
    padding-left: 15px;
    padding-right: 20px;
}

.pr-header {
    height: 75px;
    background-color: #0b3e80;
    padding: 20px 0 0 15px;
}


.dgm-primary {
    background-color: #c30000;
    border-color: #fff #fff #fff;
    color: #fff;
}

.dgm {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    line-height: 1.5;
    transition: none;
    font-size: 18px;
    width: 140px;
    height: 40px;
}

.dgm:hover {
    text-decoration:none;
    color: #232323;
}

.dgm:focus {
    outline:0;
}

.dropdown-menu-pr {
    min-width: 8.8rem;
    text-align: center;
}

.dropdown-menu-pr a:hover{
    text-decoration:none;
    color: #c30000;
}


.pr-line {
    min-height: 70px;
    border-bottom: 1px solid #d8d9d9;
    margin-top: 20px;
}

.pr-col-year {
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: black;
}

.pr-col-news {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: black; 
}

.pr-col-download {
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.footeryazi2 {
    font-size: 12.5pt;
    color: #fff;
    font-weight: 500;
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    padding-bottom: 20px;
}

.footeryazi3 {
    font-size: 8.5pt;
    color: #fff;
    font-weight: 500;
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    /*padding-bottom: 20px;*/
    margin: auto;
}

.footeryazi-copyright {
    font-size: 8.5pt;
    color: #fff;
    font-weight: 500;
    font-family: 'SofiaPro-Regular', Arial, sans-serif;
    ;
    /*padding-bottom: 20px;*/
    /*margin: auto;*/
}

.pr-orta-alan .pr-header {
    padding: 1.2rem;
}

@media(min-width:768) and (max-width:890){


    #drdPressReleaseYears {
        width: 5rem;
    }
}
/* Custom CSS */

@media (min-width: 320px) and (max-width: 426px){
    .cstIndex-industries-banner{
        font-size: 1.1rem !important;
    }

    /* Video Banner Learn More Button Start */

    .abcbtn{
        padding: 0 0 0 0;
        width: 6rem;
    }

    .abcbtn a {
        font-size: 0.7rem !important;
    }

    .readmorelink::before{
        font-size: 0.7rem !important;
    }

    /* Video Banner Learn More Button End */
}

/*  Press Realese Dropdown Start */

@media only screen and (min-width: 768px) and (max-height: 882px) {

    #drdPressReleaseYears {
        width: 6rem;
    }
}
/* Press Realese Dropdown End */