::selection {
    background-color: #ffc045 !important;
    color: #484848 !important;
}

::-moz-selection {
    background-color: #ffc045 !important;
    color: #484848 !important;
}
/*index-start*/
.portfolio-item-type-5 {
    padding: 10px 0px;
}

.load-portfolio {
    transition: 300ms all;
}

    .load-portfolio:hover {
        filter: grayscale(0);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        cursor: pointer;
    }

.custom-logos-holder {
    width: 20% !important;
}
[v-cloak] {
    display: none;
}

.c-main-logo {
    width: 250px !important;
}

.portfolio-holder .thumb .hover-state.hover-style-white, .portfolio-holder .thumb .portfolio-video-info a:after {
    border-radius: 10px;
}

.custom-modal-text p {
    text-align: justify;
    line-height: 25px;
    padding:15px;
}

.index-thumb {
    cursor: pointer;
}

.referance-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.referance-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(242, 242, 242,0.7);
    border-radius: 10px;
    font-weight: bold;
}

    .referance-detail h3 {
        font-size: 22px;
    }
    #uctan-uca{
        width:100%!important;
        height:auto!important;
    }
/*index-end*/
/*custom-modal*/
.modal {
    display: none;
}

div.modal.in {
    display: inline-block !important;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px;
}

.modal-content {
    background-color: #f2f2f2!important;
    margin: auto;
    padding: 60px;
    border: 1px solid #888;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .modal-content {
        padding: 20px;
    }
    .box-content-p p{
        text-align:left!important;
        font-size:14px!important;
    }
    .section-title{
        margin-bottom:0!important;
    }
    .section-title h2 {
        font-size: 18px!important;
    }
}
@media screen and (min-width: 1200px) {
    .modal-content {
        width: 1140px;
    }
}
.modal-content{
    border-radius:10px;
}
.section-title{
    margin-bottom:20px!important;
}
    .section-title h2 {
        font-size: 22px!important;
    }
.referance-img{
    border-radius:10px;
}
.custom-height-modal-body {
    height: 50vh;
    overflow-y:auto;
    overflow-x:hidden;
}
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.all-referance-btn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}

.load-portfolio {
    filter: grayscale(1);
    border-radius: 10px;
}

.index-img-filter {
    filter: grayscale(1);
}
/*index-end*/
/*hakkimizda-start*/
.custom-breadcrumb ul {
    display: flex;
    list-style-type: none;
    padding-left: 0 !important;
}

    .custom-breadcrumb ul li {
        margin: 5px;
    }

.breadcrumb-list-item li span {
    font-weight: bold;
}
/*hakkimizda-end*/
/*referance-start*/
.filter-thumb {
    filter: grayscale(1) !important;
}

    .filter-thumb:hover {
        filter: none !important;
    }
/*referance-end*/
/*iletisim-start*/
#contactForm {
    margin: 50px 0 50px 0 !important;
}

.with-errors ul li,
.form-unsuccess {
    font-weight: bold !important;
    color: #dc3545 !important;
}

.form-success {
    font-weight: bold !important;
    color: #28a745 !important;
}

.list-unstyled {
    margin-bottom: 0 !important;
}
/*iletisim-end*/
.box-content-p p{
    text-align:justify!important;
    font-size:18px;
    line-height:30px;
}
.footer-link-hover:hover{
    text-decoration:none!important;
}