/*Main CSS*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', 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: 'Mulish', 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: #c30000 !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: 170px;
    height: 40px;
}

@media screen and (max-width: 575.98px) {
    .mainLogo {
        width: 145px;
        height: 35px;
    }

    #header .header-btn-collapse-nav {
        margin: 0 0 0 3px;
    }
}

.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: 88.7vw;
    margin-left: 65px;
}

    .carousel-new .carousel-control-next span, .carousel-control-prev span {
        background-color: rgb(187,187,187);
    }


.carousel-new .hero-caption {
    position: absolute;
    margin-top: 35px;
    left: 11.7vw;
    top: 11vw;
}

    .carousel-new .hero-caption .first-line {
        /*background-color: #df555d;*/

        font-weight: 500;
        color: white;
        font-size: 34px;
        padding: 15px 15px 10px 15px;
        margin-bottom: 10px;
        text-shadow: 3px 3px 5px #314155;
    }

    .carousel-new .hero-caption .second-line {
        /* background-color: rgb(10, 0, 0, 0.55);*/
        color: white;
        padding: 0px 15px 15px 15px;
        font-size: 34px;
        margin-bottom: 0;
        text-shadow: 3px 3px 5px #314155;
    }

.carousel-new .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-size: 20px;
    color: white;
}

.carousel-new .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-size: 20px;
    /* color: white; */
}

/* slider height */
.carousel-new .carousel-item img {
    height: 500px;
    object-fit: cover;
}
/* 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: 'Mulish';
    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: 'Roboto', sans serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0;
    text-transform: inherit;
}
/*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: 500px;
    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;
    margin-right: 162px;
}

#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 .carousel-item img {
        height: 320px;
        object-fit: cover;
    }

    .carousel-new .carousel-control-prev {
        left: 7.1vw;
    }

    .carousel-new .carousel-control-next {
        left: 7.1vw;
        margin-left: 45px;
    }

    .carousel-new .carousel-control-next, .carousel-control-prev {
        top: 20vw;
    }

    .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: 5px;
            margin-bottom: 5px;
        }

        .carousel-new .hero-caption .second-line {
            background-color: rgba(10, 0, 0, 0.51);
            color: white;
            padding: 5px;
            font-size: 20px;
            margin-bottom: 0;
        }

    .carousel-new .carousel-control-prev-icon {
        width: 35px;
        height: 35px;
        background-size: contain;
        background-position: center;
        background-size: 20px;
    }

    .carousel-new .carousel-control-next-icon {
        width: 35px;
        height: 35px;
        background-size: contain;
        background-position: center;
        background-size: 20px;
    }
}

/*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: -64px;
    }

.header-text .banner-text {
    font-family: 'Mulish', sans-serif;
    color: whitesmoke;
    text-shadow: 3px 3px 5px #261c56;
    font-size: 40px;
    -webkit-text-stroke: 0.3px #000000;
}


.formColumn .formContainer {
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.formContainer .formTitle {
    font-family: 'Mulish', 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: 'Mulish', 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: 'Mulish', 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: 'Mulish', 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-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: 'Roboto Condensed', 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;
}


#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;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 0%);
}

#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;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 0%);
}

#owl-demo2 .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;
}

.urunbaslik {
    font-size: 18px;
    color: #c30000;
    font-weight: bold;
}

.urunimg {
    padding: 10px;
}

    .urunimg img {
        height: 210px;
    }

.urundevami {
    text-align: right;
    font-size: 14px;
}

.urundevami a {
    text-decoration: none;
    color: #c30000;
}

.urundevami a:hover {
    text-decoration: none;
    color: black;
}

/*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;
    }
}
