/* Menü */

.customMenuBack {
    width: 100%;
    height: 76px;
}

.customMenuOuter {
    width: 100%;
    min-height: 10px;
    float: left;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
}

.fl-flasher .fl-wrapper .fl-wrapper {
    z-index: 999999999999 !important;
}

.customMenuInner {
    width: 100%;
    min-height: 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0px;
}

.customMenuLogoOuter {
    width: 200px;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.customMenuRightOuter {
    width: 340px;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.customMenuBoxesOuter {
    flex: 1;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.customMenuBox {
    min-width: 10px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #0378ff;
    cursor: pointer;
    transition: 0.3s ease all;
    text-decoration: none !important;
}

.customMenuBox:hover {
    color: #ff9501;
}

.customMenuRightBtn {
    min-width: 10px;
    height: 34px;
    padding: 0px 15px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    background-color: #ff9501;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding-top: 2px;
    transition: 0.3s ease all;
}

.customMenuRightBtn2 {
    min-width: 10px;
    height: 34px;
    padding: 0px 15px;
    float: left;
    display: flex !important;
    align-items: center;
    background-color: #0378ff;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding-top: 8px;
    transition: 0.3s ease all;
}

.customMenuRightBtn:hover {
    background-color: #0378ff;
}

.customMenuRightBtn2:hover {
    background-color: #ff9501;
}

.customMenuLogoOuter img {
    width: 100%;
    height: 46px;
    float: left;
    object-fit: contain;
    object-position: center left;
}

/* Menü */

/* Services Card */

.customServicesCardOuter {
    width: 100%;
    min-height: 10px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dadada;
    cursor: pointer;
}

.customServicesCardImageOuter {
    width: 100%;
    height: 160px;
    float: left;
    position: relative;
    transition: 0.3s ease all;
}

.customServicesCardImageOuter img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.customServicesCardImageOuter:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: 0.3s ease all;
    opacity: 0;
}

.customServicesCardContentsOuter {
    width: 100%;
    min-height: 10px;
    float: left;
    background-color: #fff;
    padding: 15px;
    transition: 0.3s ease all;
    margin-bottom: -53px;
}

.customServicesCardContentsOuter h3 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #ff9501;
    margin: 0px;
    text-align: left;
    line-height: 15px;
}

.customServicesCardContentsOuter h4 {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #9f9f9f;
    margin: 0px;
    text-align: left;
    margin-top: 8px;
}

.customServicesCardContentsOuter h4 i {
    float: left;
    font-size: 11px;
    width: 15px;
    margin-top: 3px;
}

.customServicesCardContentsBtn {
    width: 100%;
    height: 38px;
    float: left;
    background-color: #ff9501;
    border-radius: 4px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 2px;
    cursor: pointer;
    text-decoration: none !important;
}

.customServicesCardOuter:hover .customServicesCardContentsOuter {
    margin-bottom: 0px;
}

.customServicesCardOuter:hover .customServicesCardImageOuter {
    height: 107px;
}

.customServicesCardOuter:hover .customServicesCardImageOuter:after {
    opacity: 1;
}

.customServiceLinesOuter {
    width: 100%;
    height: 185px;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
    overflow: hidden;
}

.customServiceLine {
    min-height: 10px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 7px 0px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: 0.3s ease all;
    text-decoration: none !important;
}

.customServiceLine:hover {
    background-color: #ff9501;
    color: #fff;
}

/* Services Card */

/* Mobil */

.cutsomMobileMenuBtn {
    width: 35px;
    height: 35px;
    float: left;
    background-color: #ff9501;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
}

@media only screen and (max-width: 992px) {
    .customMenuBoxesOuter {
        display: none;
        position: absolute;
        top: 76px;
        background-color: #f6f6f6;
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 7px;
        padding: 15px;
    }

    .customMenuBox {
        width: 100%;
    }

    .customMenuRightOuter {
        flex: 1;
    }

    .customMenuRightBtn {
        display: none;
    }

    .customMenuRightBtn2 {
        display: none;
    }

    .cutsomMobileMenuBtn {
        display: flex;
    }

    .customServiceLine {
        width: 100%;
    }
}

/* Mobil */

/*NICE SELECT START*/
.nice-select.open .list {
    z-index: 999999999999999999999 !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: "" !important;
}

.nice-select:after {
    display: none !important;
}

select {
    width: 100% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: "" !important;
}

.selectt {
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px solid #bc2127;
    font-size: 0.8rem;
    margin-left: 10px !important;

    webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #bc2127 !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

    padding-left: 12px !important;
    padding-right: 12px !important;
}

.selectt .option {
    color: #333 !important;
}

.selectt .option.selected {
    color: #333 !important;
}

.selectt .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    min-height: 22px;
    max-height: 22px;
    outline: 0;
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .customMenuBox {
        font-size: 14px !important;
    }

    .customMenuBoxesOuter {
        gap: 7px;
    }
}


li {
    margin-bottom: 10px;

}

.footer-custom-grid li {
    color: #333!important;
}

.footer-custom-grid a {
    color: #333!important;
}

