/* Template Name: Crezo - Custom Template
   Author: LotusDesign
   Version: 1.0.0
   Updated: March 2022
   File Description: Custom Css file of the template
*/

/* CUSTOM TAG LINE STYLE */
.tagline {
    position: absolute;
    background: #fa6400 !important;
    font-size: 13px;
    width: 100%;
    z-index: 99;
}

/* CUSTOM INPUT ACCENT COLOR */
input[type=checkbox] {
    accent-color: #fa6400 !important;
}

/* CUSTOM TAGLINE PHONE LINK HOVER STYLE */
.tagline .phone a:hover {
    color: #393837 !important;
}

/* CUSTOM TAGLINE SOCIAL LINKS HOVER STYLE */
.tagline .top_socials li a:hover {
    color: #393837 !important;
}

/* CUSTOM TOP NAV BAR STYLE */
#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #ffffff;
    box-shadow: 0 0px 2px rgb(209 74 15 / 52%) !important;
    border: 0;
    transition: all .5s ease;
    min-height: 62px;
}

/* CUSTOM TOP NAVBAR ITEM MENU ACTIVE STYLE  */
#topnav .has-submenu.active a {
    color: #fa6400 !important;
    font-weight: 600 !important;
    border-top: 0px solid transparent;
}

/* CUSTOM TOP NAVBAR NAVIGATION MENU LI ITEMS MENU STYLE */
#topnav .navigation-menu>li>a {
    display: block;
    font-size: 13px;
    color: #393837;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 15px;
}

@media screen and (min-width: 992px){
    /* CUSTOM TOP NAVBAR HOVER ITEM LI STYLE  */
    #topnav .navigation-menu>li:hover>a {
        color: #393837 !important;
        border-top: 0px solid transparent;
        font-weight: 550;
    }
    /* CUSTOM TOP NAVBAR ITEM LI STYLE  */
    #topnav .navigation-menu>li>a {
        transition: 0.1s !important;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff !important;
    background-color: #fa6400 !important;
    border: 1px solid #fa6400 !important;
}

.btn:not(:disabled):not(.disabled):hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #ff803a !important;
    border-color: #ff803a !important;
}

.bg-overlay {
    background-color: rgb(57 56 55 / 70%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.text-white-50 {
    color: rgb(255 255 255 / 70%)!important;
}

h2>i.fas:before {
    color: #fa6400 !important;
}

.fe-head.overflow-hidden.d-block>h3 {
    color: #393837 !important;
}

.bg-light {
    background-color: rgb(57 56 55 / 3%) !important;
}

.shadow {
    box-shadow: 0 0 3px rgb(57 56 55 / 70%) !important;
}

.primary-color {
    color: #fa6400 !important;
}

.primary-color-dark {
    color: #af4600 !important;
}

.second-color {
    color: #ff803a !important;
}

.text-custom {
    color: #fa6400 !important;
}

.types-of-service:hover {
    border-bottom: 2px solid #fa6400 !important;
}

a.play-btn.border.mt-2.video-play-icon {
    color: #ffffff !important;
    background: #ffffff00 !important;
    border: 2px solid #fa6400 !important;
}

a.play-btn.border.mt-2.video-play-icon:hover {
    color: #fff;
    background: #fa6400 !important;
    border: 2px solid #fa6400 !important;
}

/* CUSTOM DOT ACTIVE ON TESTIMONIAL SECTION STYLE */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #fa6400 !important;
}

/* CUSTOM DOTS INACTIVES ON TESTIMONIAL SECTION STYLE */
.owl-theme .owl-dots .owl-dot span {
    border-radius: 2px;
    background: rgb(119 52 16 / 40%) !important;
    transition: all 0.5s ease;
}

.blog-post .content .title:hover, .blog-post .post-meta .like:hover, .blog-post .post-meta .comment:hover, .blog-post .post-meta .readmore:hover {
    color: #fa6400 !important;
}

.blog-post .post-meta .readmore {
    color: #fa6400 !important;
    background: #0000 !important;
    padding: 6px 12px 6px 12px;
    border-radius: 4px !important;
    border: 2px solid #fa6400;
}

.blog-post .post-meta .readmore:hover {
    color: #fff !important;
    background: #fa6400 !important;
    padding: 6px 12px 6px 12px;
    border: 2px solid #fa6400;
    border-radius: 4px !important;
}

.bg-custom {
    background-color: #ffe6d6 !important;
}

h5.title {
    color: #393837 !important;
    font-weight: 700 !important;
}

.bg-dark {
    background-color: #060a09 !important;
}

.social-icon.social li a {
    color: #ffffff !important;
    border-color: #999999 !important;
}

.social-icon>li>a:hover {
    background-color: #fa6400;
    border-color: #fa6400 !important;
    color: #ffffff !important;
    border-color: #fa6400 !important;
}

.footer .text-foot {
    color: #999999 !important;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: none;
    color: #ffffff !important;
    background-color: #fa6400 !important;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgb(119 52 16 / 60%) !important;
}

.back-to-top:hover {
    background-color: #ff803a !important;
    color: #fff !important;
}

.back-to-top i {
    font-size: 24px;
}

.title-heading .heading {
    font-size: 42px;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgb(255 255 255 / 40%) !important;
}

a {
    color: #fa6400;
    text-decoration: none;
    background-color: #0000;
}

a:hover {
    color: #393837;
    text-decoration: none;
    background-color: #0000;
}

.page-next-level .page-next .list-inline-item span {
    color: rgb(255, 255, 255) !important;
    font-weight: 700 !important;
}

.lenght{
    white-space: nowrap !important;
    /* width: 300px !important; */
    width: 170px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #adb5bd !important;
}

/* CUSTOM PRELOADER STYLE */
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fa6400 !important;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

::selection {
    background: #fa6400 !important;
    color: #ffffff !important;
}

a.text-custom:hover {
    color: #393837 !important;
}

.form-group .form-control:focus, .form-group .form-control.active {
    border-color: #fa6400 !important;
}

.text-dark {
    color: #393837 !important;
}

.footer .footer-news .form-control {
    background-color: #060a09 !important;
    border: 2px solid #fa6400 !important;
    color: #f8f9fa;
}

@media screen and (max-width: 768px) {
    .show-only-mobile {
        display: block;
    }
    .show-only-desktop {
        display: none;
    }
    .img-footer-ldr{
        width:150px;
        height:auto;
        margin-top: 10px !important;
        margin-bottom: -10px !important;
    }
    .img-footer-cda{
        width: 150px;
        height: auto;
        margin-top: 22px;
        margin-left: 40px;
        margin-bottom: 0px;
    }
    .lenght{
        white-space: nowrap !important;
        width: 340px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: #adb5bd !important;
    }
    .cc-window.cc-floating {
        width: 100% !important;
        min-width: 100% !important;
        bottom: 0% !important;
    }
}

@media (min-width: 1024px) {
    .show-only-mobile {
        display: none;
    }
    .show-only-desktop {
        display: initial !important;
    }
}