*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f1ecec;
}

a {
    text-decoration: none!important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #333;
    border-color: #333333;
}

.bg-c {
    background-color: #d42121!important;
}

.nav-pills .nav-link.active {
    color: #000000;
    border-bottom: 2px solid #d42121;
    background-color: transparent!important;
    border-radius: 0px;
}

.nav-item .nav-link {
    color: #141414;
    font-size: 16px;
}

.tab-pane p {
    font-size: 14px;
    text-align: justify;
}

.box-s a {
    color: #1d1f1e;
    font-size: 16px;
}


/* banner */

.bg-banner {
    background-image: url('../images/bg-banner.png');
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.brc>h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 150px;
}

.brc>span {
    color: #d7dbe0;
    font-size: 30px;
    text-transform: lowercase;
    padding-top: 150px;
}

.brc>a {
    color: #d7dbe0;
    font-size: 30px;
    text-decoration: none;
    text-transform: lowercase;
    padding-top: 150px;
}

.brc div {
    text-align: center;
}

.product-details img {
    width: 100%;
    border: 1px solid #ccc;
}


/* banner end */


/* card-category */

.navbar-brand {
    color: #CC2121!important;
    font-size: 22px!important;
    font-weight: 600!important;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #f1ecec;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f1ecec;
    border-color: #dee2e6 #dee2e6 #f1ecec;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #d42121;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.navbar>ul>li>a {
    padding: 0px 10px;
    color: #212529;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 100;
    color: #2b2929;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 5px;
    margin-left: 5px;
}

.navbar>ul>li>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f1ecec;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:after,
.navbar li:hover>a:after,
.navbar .active:after {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #2b2929;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #f1ecec;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 100;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #2b2929;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.bg-primary {
    background: #f1ecec !important;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.topbar .col:last-child {
    display: flex;
    justify-content: end;
}

.topbar {
    background: #f8f9fa;
    border-bottom: 1px solid #ccc;
}

.topbar .row {
    justify-content: center;
}

.topbar .message {
    margin-bottom: 0px;
}

.topbar .message a {
    color: #2b343b;
    font-size: 16px;
    line-height: 34px;
    margin-left: 18px;
}

.social-media {
    display: inline-block;
}

.social-media p {
    margin-bottom: 0px;
    display: flex;
}

.social-media p a {
    width: 34px;
    height: 34px;
    background: #f1ecec;
    margin-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media p a {
    color: #CC2121;
}

.social-media p a:hover {
    background: #000000;
    border-color: #f1ecec;
}

.social-media p a:hover span {
    color: #f1ecec;
}

.searchform {
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 5px;
}

.searchform .form-control {
    width: calc(100% - 46px);
    border: none;
    background: #f1ecec !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
    width: 46px;
    height: 46px;
}

.searchform .search span {
    font-size: 18px;
}

.form-control {
    height: 46px !important;
    background: #f1ecec !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:active {
    border-color: #000;
}

.row-space {
    margin: 50px;
}

.navbar-brand {
    font-size: 26px;
    font-weight: 600;
    color: #CC2121;
    text-transform: uppercase;
}

.navbar-brand>span {
    color: #2B343B;
    margin-left: 3px;
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    color: #CC2121;
    text-transform: uppercase;
}

.section-title>span {
    color: #2B343B;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 35%;
    background-color: #2B343B;
    height: 3px;
    width: 14%;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 47%;
    top: 35%;
    background-color: #CC2121;
    height: 3px;
    width: 6%;
    transform: scale(1.5);
}

.section-title-about {
    font-size: 26px;
    font-weight: 600;
    color: #CC2121;
    text-transform: uppercase;
}

.section-title-about>span {
    color: #2B343B;
}

.section-title-about::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 13%;
    background-color: #2B343B;
    height: 3px;
    width: 10%;
}

.section-title-about::after {
    content: '';
    position: absolute;
    left: 32px;
    top: 13%;
    background-color: #CC2121;
    height: 3px;
    width: 5%;
}

.about-texts {
    padding: 0px 10px;
}

.about-texts::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 13%;
    background-color: #CC2121;
    height: 3px;
    width: 4%;
    transform: scale(1.5);
}

.ul-list {
    margin: 10px 0px;
}

.ul-list li {
    list-style: none;
    display: flex;
    padding: 10px 0px;
}

.ul-list li i {
    height: 30px;
    width: 30px;
    padding: 7px;
    margin: 10px 7px;
    color: #CC2121;
    border-radius: 50%;
    border: 1px solid #CC2121;
}

.section-title-rev {
    font-size: 26px;
    font-weight: 600;
    color: #CC2121;
    text-transform: uppercase;
}

.section-title-rev>span {
    color: #2B343B;
}

.section-title-rev::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 68%;
    background-color: #2B343B;
    height: 3px;
    width: 14%;
}

.section-title-rev::after {
    content: '';
    position: absolute;
    left: 47%;
    top: 68%;
    background-color: #CC2121;
    height: 3px;
    width: 6%;
    transform: scale(1.5);
}

.section-paragraph {
    font-size: 16px;
    color: #333;
    padding: 15px 0px;
}

.section-btn {
    padding: 10px 20px;
    background-color: #CC2121;
    color: #f1ecec;
    border-radius: 20px;
}

.about-btn {
    padding: 10px 20px;
    background-color: #CC2121;
    color: #f1ecec;
    position: relative;
    top: 35px;
}

.about-btn:hover {
    color: #333;
    transition: .5s ease-in-out;
}

.section-btn:hover {
    color: #333;
    transition: .5s ease-in-out;
}

.section-list {
    padding: 0px;
    margin: 0px;
}

.section-list li {
    list-style: none;
}

.section-list li i {
    background-color: #333;
    padding: 5px;
    color: #f5f1e7;
}

.second-img {
    position: absolute;
    top: 20%;
    left: -20%;
}

.owl-client>img {
    display: flex;
    margin: auto;
    width: 100px!important;
}

.bg-custome {
    background-color: #e6f5e6;
}

.carousel-btn>i {
    vertical-align: middle!important;
}

.card-titles {
    color: #2B343B;
    font-weight: 600;
}

.card-links {
    color: #CC2121;
    font-size: 14px;
}

.cards {
    border-bottom: 1px solid #0c5460;
}

.card-bodys {
    padding: 10px;
}

.card-news-titles {
    font-size: 18px;
    font-weight: 600;
    color: #CC2121;
}

.hover-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.555);
    width: 100%;
    height: 0%;
    transition: 0.5s ease-in-out;
}

.hover-box:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.555);
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}


/* slider */

.carousel-caption {
    position: absolute;
    top: 15%;
    right: 45%;
    left: 9%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f5f5f5;
    text-align: left;
}

.carousel-captions {
    font-size: 55px;
    color: #2B343B!important;
}

.carousel-captionp {
    font-size: 30px;
    color: #CC2121!important;
    padding: 20px 0px;
}

.squair {
    background-color: #0f1c3052;
    position: absolute;
    left: 155px;
    top: 85px;
    height: 350px;
    width: 350px;
    transform: rotateZ( 45deg);
}


/*Footer*/

#footer {
    padding: 0 0 30px 0;
    color: #444444;
    font-size: 14px;
    /* background: #04363f; */
    background-image: url('../images/footer-img.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    /* background: #0c5460; */
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

.footer-links h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #cdc9c9;
}

.post-title {
    font-size: 13px;
    color: #CC2121;
}

.post-para {
    font-size: 12px;
}

.post-date {
    font-size: 10px;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #f1ecec;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #cdc9c9;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}

#footer .copyright {
    text-align: center;
    color: #cdc9c9;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #00bbd1;
}

.footer-links li {
    list-style: none;
    margin: 12px 0px;
}

.footer-links li a {
    text-decoration: none!important;
    color: #f1ecec;
}

.footer-links li a i {
    background-color: #CC2121;
    padding: 7px;
    border-radius: 50%;
    margin-right: 5px;
}

.footer-links li a i:hover {
    background-color: #f1ecec;
    color: black;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

@media (max-width: 568px) {
    .searchform .form-control {
        display: none;
    }
    .topbar {
        display: none;
    }
    .carousel-btn {
        display: none;
    }
    .topbar .message a {
        color: #2b343b;
        font-size: 12px;
        line-height: 34px;
        margin-left: 18px;
    }
    .carousel-caption {
        position: absolute;
        top: -5%;
        right: 45%;
        left: 5%;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #f5f5f5;
        text-align: left;
    }
    .carousel-captions {
        font-size: 22px;
        color: #2B343B!important;
    }
    .carousel-captionp {
        font-size: 14px;
        color: #CC2121!important;
        padding: 20px 0px;
    }
    .about-btn {
        position: relative;
        top: 10px;
    }
    .navbar-nav li {
        text-align: left!important;
    }
    .navbar .dropdown ul {
        position: absolute;
        top: 74px!important;
        width: 140px;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -60%;
        top: 50px!important;
    }
}