﻿.cc-text-description {
    color: black;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 20px;
}

.cc-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #1F2022;
    transition: width 0.2s linear;
}


.cc-title-center::before {
    width: 70% !important;
    /*float: left !important;*/
    background-color: #ffffff !important;
}

.cc-title-left::before {
    width: 30% !important;
    float: left !important;
    margin: unset !important;
    left: 0 !important;
    right: unset !important;
}

.cc-title-right::before {
    width: 30% !important;
    float: right !important;
    margin: unset !important;
    left: unset !important;
    right: 0 !important;
}

.cc-title-center:hover::before,
.cc-title-left:hover::before,
.cc-title-right:hover::before {
    width: 0 !important;
}


.cc-box-heading {
    font-size: 45px !important;
    line-height: 45px !important;
}

.cc-box-text {
    font-size: 25px !important;
    line-height: 35px !important;
}

.cc-no-bg-color {
    background-color: unset !important;
}

.cc-p-relative {
    position: relative;
}

.cc-p-absolute {
    position: absolute;
    left: 0;
    top: 0;
}

.cc-w-100 {
    width: 100% !important;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #FC5B2B;
}

::selection {
    color: white;
    background: #FC5B2B;
}


.cc-img {
    transition: all 0.2s linear;
}

    .cc-img:hover {
        transform: scale(1.1);
    }

.cc-heading {
    width: 100%;
    padding: 34px 15px 30px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

    .cc-heading:hover {
        color: white;
    }

.cc-color-white,
.cc-color-white:hover {
    color: white !important;
}

.cc-view-all {
    position: absolute !important;
    bottom: 0 !important;
}


.cc-download-catalogue-btn {
    border-radius: 0 !important;
    width: 220px !important;
    height: 60px !important;
    font-weight: bold !important;
    font-size: inherit !important;
}

    .cc-download-catalogue-btn:hover {
        background-color: #fc5b2b
    }

.cc-download-catalogue-btn-div {
    margin: 0 !important;
    position: inherit !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}



.cc-footer-form-sec-box {
    border: 2px solid #888;
    border-radius: 10px;
    padding: 15px;
}

.cc-btn:hover {
    background-color: #fc5b2b !important;
}


/* Media Queries*/

@media (max-width: 375px) {
    .cc-slider-h {
        height: 250px;
    }

    .cc-center-box {
        height: 530px !important;
    }

    .cc-line-height-3 {
        line-height: 30px !important
    }

    .cc-p-t-1 {
        padding-top: 10px !important;
    }

    .cc-p-b-1 {
        padding-bottom: 10px !important;
    }

    .cc-tabs-imgbox {
        height: 150px !important
    }

    .cc-catalog-box {
        height: 450px !important;
    }
}

.form-control {
    color: black !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-success {
    color: white;
    background-color: #28b463;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: white;
    background-color: #f8353e;
    border-color: #f5c6cb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-boxed {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
}
