/*---------------------------------------------
User CSS modifications
version: 1.0
date:    28/02/2021
Last updated: AK - 28/02/2021
-----------------------------------------------
overdot-design
---------------------------------------------*/

/*----------------- Navbar -----------------*/

/*----------------- Title Bar -----------------*/

/*----------------- Footer -----------------*/

/*----------------- pagination -----------------*/

/*----------------- Services Section -----------------*/
 
/*----------------- Remove breadcrumb -----------------*/

/*--------------------------------*/

@media (min-width: 768px) {
    .navbar-custom {
        background-color: #8b0000;
        padding: 10px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
        border-top-color: initial;
        border-top-style: none;
        border-top-width: initial;
        border-right-color: initial;
        border-right-style: none;
        border-right-width: initial;
        border-bottom-color: initial;
        border-bottom-style: none;
        border-bottom-width: initial;
        border-left-color: initial;
        border-left-style: none;
        border-left-width: initial;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
    }
}
/*--------------------------------*/

@media (min-width: 768px){
.navbar-custom {
    background-color: #8b0000 !important;
    -webkit-transition: padding 0.3s !important;
    -moz-transition: padding 0.3s !important;
    transition: padding 0.3s !important;
    border: none !important;
    border-top-color: initial !important;
    border-top-style: none !important;
    border-top-width: initial !important;
    border-right-color: initial !important;
    border-right-style: none !important;
    border-right-width: initial !important;
    border-bottom-color: initial !important;
    border-bottom-style: none !important;
    border-bottom-width: initial !important;
    border-left-color: initial !important;
    border-left-style: none !important;
    border-left-width: initial !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
}}
/*------------------------------------------*/




.icon-benefit:before {
    content: "\e901" !important;
    color: #ffffff !important;
}

.icon-visa:before {
    content: "\e906" !important;
    color: #ffffff !important;
}

.icon-mastercard:before {
    content: "\e904" !important;
    color: #ffffff !important;
}

.icon-jcb:before {
    content: "\e903" !important;
    color: #ffffff !important;
}

.icon-paypal:before {
    content: "\e905" !important;
    color: #ffffff !important;
}

.icon-gaatee:before {
    content: "\e902" !important;
    color: #ffffff !important;
}

.bg-text {
    color: #fff !important;
}

.bg-headline {
    color: #fff !important;
}

/*-----------------------------------------------*/


.bg-img-product-item {
    background-position: center center, center center !important;
    background-size: cover, contain !important;
    background-repeat: no-repeat !important;
    border: 1px solid #5f000000 !important;
    border-top-color: rgba(95, 0, 0, 0) !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-right-color: rgba(95, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-bottom-color: rgba(95, 0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: rgba(95, 0, 0, 0) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
    
    border-radius: 5px !important;
}



/*------------------------------------------------------*/
#myFooter .btn {
    color: white !important;
    background-color: #000000 !important;
    border-radius: 20px !important;
    border: none !important;
    width: 150px !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
    line-height: 25px !important;
}


/*---------------------------------------------------*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #070606 !important;
    color: #fff !important;
}

#myFooter {
    background-color: #141414 !important;
    color: white !important;
    padding-top: 30px !important;
}

#myFooter .footer-copyright {
    background-color: #070707 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center !important;
    font-size: 15px !important;
}

.product-item {
    padding: 15px !important;
    background: #0e0e0e !important;
    margin-top: 20px !important;
    position: relative !important;
    box-shadow: 0 3px 5px 0 rgb(68 88 144 / 10%) !important;
}

#about .about-content h3 {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 50px !important;
    /* font-style: italic; */
}

.section-header h3 {
    font-size: 35px !important;
    color: #ffffff !important;
    text-align: center !important;
    font-weight: 700 !important;
    position: relative !important;
    /* font-family: "Montserrat", sans-serif; */
}

.btn-pay-now {
    position: relative !important;
    z-index: 1 !important;
    float: right !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #d6d6d6 !important;
    padding: 10px 10px !important;
    cursor: pointer !important;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    line-height: .95 !important;
    border: none !important;
    background: none !important;
    outline: none !important;
    border: 1px solid #b5b4b2 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    height: 37px !important;
}

.product-item h3 a {
    color: #c6c9cc !important;
}

.product-item h3 a {
    color: #c6c9cc !important;
}


.bg-main-color {
    background-color: #0b0b0b !important;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Cairo', sans-serif; */
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #ffffff !important;
}

.e-services .portfolio-item .portfolio-caption {
    max-width: 400px !important;
    margin: 0 auto !important;
    background-color: #000000 !important;
    text-align: center !important;
    padding: 20px 15px !important;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%) !important;
}

.btn-default {
    color: #ffffff !important;
    background-color: #790707 !important;
    border-color: #790707 !important;
}


.pagination>li>a, .pagination>li>span {
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #790707 !important;
    border: #4a0b0b !important;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #fff !important;
    cursor: not-allowed !important;
    background-color: #790707 !important;
    border-color: #790707 !important;
}

.navbar-custom {
    background-color: #8b0000;
    border-color: transparent;
    padding: 0px 0px 5px 0 !important;
}

.panel-default>.panel-heading {
    color: #ebebeb;
    background-color: #000000;
    border-color: #000;
}

.panel-body {
    padding: 15px;
    background-color: black;
}

.quantity input {
    width: 100%;
    height: 30px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 5px;
    margin: 0px 20px 0px 0px;
    border: 1px solid #eee;
    background-color: black;
}


.modal-body {
    position: relative;
    padding: 15px;
    background-color: black;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: black;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    color: black;
}

