/*============================ Root ==========================*/
:root {
  --body-font: 'poppins-regular';
  --title-font:'kumbh';
  --top-title-color:#D82C20;
  --title-color:#19191B;
  
}







/* Common */
p{
    font-family: var(--body-font);
}

/* Header */
.navbar-nav > li > a {
    padding: 10px;
    font-family: sans-serif;
    font-size: 14px;
}
#topbar::before {
    background: #000;
}
#topbar:after {
    border-top: 22px solid #000;
    border-left: 26px solid #000;
}
#topbar {
    background: #000;
}
.topbar li {
    color: #fff !important;
}
/*---------------------------------- Breadcrum -------------------------*/
.pageheader {
    background: #000;
}
.about_page_title {
    color: #fff;
    font-size: 25px;
    font-family: var(--title-font);
}
.breadcrumb>.active, .breadcrumb>li, .breadcrumb>li a {
    font-size: 13px;
    font-family: var(--body-font);
}
/*----------------------------- Home ------------------------------------*/
/*============ Features ===============*/
.features-area {
    position: relative;
    padding:80px 0 20px;
}
.section-title2 {
    margin-bottom: 35px !important;
    text-align: center;
}
.section-title2 h4 {
    font-family: var(--body-font);
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: var(--top-title-color);
    display: inline-block;
    position: relative;
}
.section-title2 h3 {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #19191B;
    margin-bottom: 0;
    margin: auto;
}
.features-card2 {
    text-align: start;
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #DDDDDD;
    margin-top: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: 0.5s;
    height: 327px;
}
.features-card {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.features-card2 .fc-icon2 {
    position: relative;
    text-align: center;
    top: -110px;
    right: 90px;
    margin-bottom: -85px !important;
    border-radius: 5px !important;
}
.features-card .fc-icon {
    height: 120px;
    background-color: #F6F6F6;
    width: 120px;
    border-radius: 68px;
    line-height: 120px;
    margin: auto;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.features-card2 .fc-icon2::before {
    border-radius: 5px !important;
}

.features-card .fc-icon::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #f8c4c9;
    border-radius: 68px;
    z-index: -1;
    opacity: 0;
}
.features-card2 .fc-icon2 span {
    border-radius: 5px !important;
}
.features-card .fc-icon span {
    height: 80px;
    background-color: var(--top-title-color);
    width: 80px;
    line-height: 80px;
    display: inline-block;
    border-radius: 50px;
    z-index: 2;
}
.features-card h5 {
    font-weight: 800;
    font-size: 22px;
    color: #19191B;
    margin-bottom: 5px;
    font-family: var(--title-font);
}
.features-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 0;
}
.features-card2:hover {
    box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 5%);
    border: solid 1px transparent;
}
.features-card:hover .fc-icon:before {
    height: 100%;
    transition: 0.5s;
    opacity: 1;
}
/*======================== Welcome =================*/
.about-area {
    position: relative;
    padding:50px 0;
}
.about-inner {
    margin-bottom: 45px;
}
.about-inner .about-image {
    margin-right: 0px;
}
.about-image {
    position: relative;
    margin-right: 35px;
}
.about-inner .about-image .about-shape1 {
    position: absolute;
    top: 20%;
}
.about-inner .about-image .about-image2 {
    margin-left: 40px;
}
.about-content {
    margin-left: 35px;
}
.about-content .section-title2 {
    text-align: left;
    margin-bottom: 5px !important;
}
.about-content p {
    font-size: 15px;
    line-height: 28px;
}
.d-flex {
    display: flex!important;
}
.about-content .about-list .list2-3 {
    padding-left: 0;
}
.about-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
}
.about-content .about-list .list2-3 li {
    font-family:var(--title-font);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #19191B;
}
.about-content ul li {
    position: relative;
    padding-left: 30px;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 15px;
    color: #19191B;
    margin-bottom: 15px;
}
.about-content .about-list .list2-3 li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--top-title-color);
}
.about-content .about-list .list2-3:last-child {
    margin-right: 0px;
    padding-left: 15px;
}
.about-content .about-booking {
    justify-content: flex-start;
    align-items: center;
    display: flex!important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.deafult-btn1 {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
}
}
.deafult-btn1 {
    background-color: transparent;
    border: solid 1px var(--top-title-color);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    transition: 0.8s;
    border: none;
    z-index: 1;
    padding-left: 28px;
    padding-right: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family:var(--title-font);
}
.deafult-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
    border-radius: 5px;
    background-color: var(--top-title-color);
    border: solid 1px var(--top-title-color);
    z-index: -1;
    transition: 0.8s;
}
.deafult-btn1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
    width: 50%;
    background-color: var(--top-title-color);
    border: solid 1px var(--top-title-color);
    z-index: -1;
    transition: 0.8s;
}
.deafult-btn1:hover {
    color: var(--top-title-color);
}
.deafult-btn1:hover::before {
    background-color: transparent;
    transition: 0.8s;
    width: 100%;
    border: solid 1px var(--top-title-color);
}
.deafult-btn1:hover::after {
    background-color: transparent;
    transition: 0.8s;
    width: 100%;
    border: solid 1px var(--top-title-color);
}
/*==========================Count ============================*/
section.funfect-area {
    padding: 0 0 60px;
}
.single-funfacts-box2 {
    border-radius: 5px !important;
}
.single-funfacts-box {
    text-align: center;
    background: transparent;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}
.single-funfacts-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
    border-radius: 5px;
    background-color: #F6F6F6;
    border: solid 1px #F6F6F6;
    z-index: -2;
    transition: 0.8s;
}
.single-funfacts-box h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    font-family: var(--title-font) !important;
    color: #19191B;
    transition: 0.5s;
    line-height: 1;
}
.single-funfacts-box p {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #888888;
    margin-bottom: 0;
    transition: 0.5s;
    padding-bottom: 0;
}
.single-funfacts-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
    width: 50%;
    background-color: #F6F6F6;
    border: solid 1px #F6F6F6;
    z-index: -2;
    transition: 0.8s;
}
.single-funfacts-box:hover::before {
    background-color: var(--top-title-color);
    transition: 0.8s;
    width: 100%;
    border: solid 1px #F6F6F6;
}
.single-funfacts-box:hover h3 {
    color: #fff;
}
.single-funfacts-box:hover p {
    color: #fff;
}
.single-funfacts-box:hover::after {
    background-color: transparent;
    transition: 0.8s;
    width: 100%;
    border: solid 1px #F6F6F6;
}
/*=================== LAbel =================*/
.talk-area {
    background-image: url(../../images/images/home/bg/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-talk.ptb-100 {
    padding:100px 0;
}
.single-section2.d-flex {
    justify-content: space-between;
    align-items: center;
    display: flex!important;
}
.single-section2.d-flex h3 {
    color: #FFFFFF;
}
.single-section2 h4 {
    font-family: var(--body-font);
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: var(--top-title-color);
    display: inline-block;
    position: relative;
}
.single-section2 h3 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 0;
    margin: auto;
}
/*================ Product =================*/
.service-area {
    position: relative;
    padding:100px 0;
    background: #F6F6F6;
}
.service-card2 {
    padding: 0;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: unset;
    margin-left: 12px;
    margin-right: 12px;
}
.service-card2 .service-image {
    margin-bottom: 0px;
    overflow: hidden;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-radius: unset;
}
.service-card2 .service-image img {
    border-radius: unset !important;
}
.service-card .service-image img {
    transition: all ease 0.5s;
    border-radius: 15px;
}
.service-card2 .service-content {
    padding: 30px;
}
.service-card .service-content h5 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 5px;
    transition: 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service-card .service-content h5 a {
    color: #19191B;
    transition: all ease 0.5s;
    font-family: var(--title-font);
}
.service-card .service-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 15px;
}
.service-card .read {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--top-title-color);
    transition: 0.8s;
}
.service-card:hover .service-image img {
    transform: scale(1.1);
}
.service-card:hover .service-content h5 a {
    color: var(--top-title-color) !important;
}
.service-card:hover .read {
    letter-spacing: 0.1em;
}

.qc-slider-nav button.owl-next, .qc-slider-nav button.owl-prev {
    height: 42px;
    width: 42px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 9;
    background: #FBDBDE;
    color: var(--top-title-color);
    border-radius: 50%;
}
.qc-slider-nav button.owl-prev {
    left: 60px;
}
.qc-slider-nav button.owl-next {
    right: 60px;
}
.qc-slider-nav button i {
    font-size: 25px;
}

.service-slider .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.service-slider .owl-dot.active span{
    background: var(--top-title-color);
    opacity: 1;
}
.service-slider .owl-dots {
    text-align: center;
    margin: 30px 0;
}


/*===================== Why Choose Us ===================*/
.choose-area2{
    padding:100px 0;
    position: relative;
}
.choose-content {
    margin-right: 30px;
}
.choose-content .section-title2 {
    text-align: left;
    margin-bottom: 5px !important;
}
.choose-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #555555;
}
.choose-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.choose-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
}
.choose-content ul li span {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 25px;
    color: var(--top-title-color);
}
.choose-content ul li h6 {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #19191B;
    margin-bottom: 0;
    font-family: var(--title-font);
}
.before-after-shape img {
    width: 100%;
}
/*============================ Footer =========================*/
.contact_us1 h5 {
    font-family: var(--title-font);
    font-size: 16px;
    color: #fff;
    margin-bottom: unset;
}
.qc-social-list .qc-social:hover .social {
    background: var(--top-title-color);
    color: #fff;
}
.qc-social-list .qc-social:hover .social i{
    color: #fff;
}
.qc-social-list .qc-social .social i{
    background: unset;
    color: var(--top-title-color);
}

/*------------------------------- About Us --------------------------------*/
/*================= Abt ====================*/
.about-us-area {
    padding: 100px 0 70px;
}
.about-img-left {
    margin-right: 30px;
    position: relative;
}
.about-us-img-wrap img {
    margin: 0;
    width:100%;
}
.about-us-img-info-2 {
    width: 190px;
    height: 190px;
    background-color: var(--top-title-color);
    border: 15px solid;
    border-color: #fff;
    bottom: 0;
    top: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.about-us-img-info-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.about-us-img-info-2 h1 {
    font-size: 50px;
    color: #fff;
    padding: unset;
}
.about-us-img-info-2 h1 span {
    font-size: 20px;
    color: #fff;
}
.about-us-img-info h6 {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-family: var(--body-font);
}
.about-us-info-wrap p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
/*====================== What We Do ================*/
.ltn__feature-area {
    padding: 80px 0;
    background: #F6F6F6;
}
.ltn__feature-item-7 {
    background-color: #fff;
    padding: 38px 30px 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    position: relative;
}
.ltn__feature-item-7 .ltn__feature-icon-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.ltn__feature-item-7 .ltn__feature-icon {
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--top-title-color);
    font-size: 60px;
    line-height: 1;
}
.ltn__feature-item-7 h3 {
    margin-bottom: 0;
    font-size: 23px;
    font-family: var(--title-font);
}
.ltn__feature-icon-title a:hover {
    color: var(--top-title-color);
}
.ltn__feature-info p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
/*============================ label =========================*/
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:40px 0;
    z-index: 9;
    position: relative;
}
.bg-overlay-theme-90:before {
    background: #c72318b8;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.call-to-action-inner{
    text-align: center!important;
}
.call-to-action-inner h2{
    font-size: 30px;
    font-family: var(--title-font);
    color: #fff;
}
.text-decoration a {
    text-decoration: underline !important;
    color: #fff;
}
/*========================= Abt Ser ===========================*/
.service_abt {
    padding: 100px 0;
}
.ser_content h3 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 22px;
    line-height: 2;
    color: #19191B;
}
.ser_content p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
.ser_img img {
    width: 100%;
}


/*-------------------------------- Product ---------------------------*/
.prd_img img{
    width:100%;
    height: 187px;
}
.prd_filter{
    padding:100px 0;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000000;
    background: #d4a762;
}
/*.tab-content>.active {
    display: block !important;
}
.tab-content>.tab-pane {
    display: none !important;
}*/
.nav-item.left-head {
    margin-bottom: 5px;
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: var(--top-title-color);
}
.left-head .nav-link {
    color: #fff;
    font-size: 16px;
    background: #000000;
    font-family: var(--title-font);
    font-weight: 100 !important;
}
.nav-tabs > li > a:hover {
    border-top-color: var(--top-title-color);
    color: var(--top-title-color);
}
.right_content h4 {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
    color: var(--top-title-color);
}
.right_content p{
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

/*------------------------------- Gallery -----------------------------*/
.portfolio-filter {
    display: none;
}





















/*-------------------------------- Contact Us -----------------------------*/
.contact-info-wrap {
    margin-top: 32px;
}
.contact-page-content .contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 40px;
    background: #f4ebea;
    margin-bottom: 15px;
}
.contact-info-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    font-size: 28px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 70px;
    text-align: center;
    background: #fff;
    margin-right: 30px;
    color: var(--top-title-color);
}
.contact-info-item .content .title {
    display: block;
    font-size: 18px !important;
    margin-top: -10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: var(--title-font);
}
.contact-info-item .content h6 {
    line-height: 2;
    margin-bottom: -10px;
    font-size: 15px;
    font-family: var(--body-font);
    font-weight: 400;
}
.contact-info-item:hover .icon {
    color: #fff;
    background: var(--top-title-color);
}
.contact_form{
    padding: 20px 50px 50px;
    background: #f4ebea;
    border: 1px solid #171a211a;
}







/*QC FOOTER STYLE START*/
#qcfooter-block {padding: 40px 0px; background: #000000; color: #fff;}
#qcfooter-block h3 {
    font-size: 22px;
    color: var(--top-title-color);
    font-family: var(--title-font);
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: none; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    color: #c7c7c7;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    color: #c7c7c7;
    font-size: 15px;
    font-family: var(--body-font);
    line-height: 2;
}
.footer-content .quicklinks li i {margin-right: 5px;    color: #fff;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;background: #fff;border-radius: 50%;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #009688;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {padding: 10px 0; background: #fff; border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {font-size: 14px; color: #000;    font-family: var(--body-font);}
#qcfooter-copyrights .developer {color: var(--top-title-color); text-decoration: underline;}
.footer-content .social i {
    border: unset;
}
/*QC FOOTER STYLE END*/








/*---------------------------- Media Query ------------------------------------*/
@media (max-width: 767px) {
    .about-inner .about-image .about-image2 {
        margin-left: 0;
        width: 100%;
    }
    .about-inner .about-image .about-shape1 {
        width: 200px;
        top: 50%;
    }
    .about-inner .about-image {
        margin-bottom: 80px;
    }
    .section-title2 h3 {
        font-size: 30px;
        line-height: 1.3;
    }
    .about-area .about-list.d-flex {
        display: block !important;
    }
    .about-content .about-list .list2-3 {
        margin-bottom: unset;
        padding-left: 0 !important;
    }
    .single-section2.d-flex {
        display: block !important;
    }
    .testimonial-card.d-flex {
        display: block !important;
        padding: 20px !important;
    }
    .qc-slider-nav1 button.owl-prev,.qc-slider-nav button.owl-prev {
        left: 15px;
    }
    .qc-slider-nav1 button.owl-next,.qc-slider-nav button.owl-next {
        right: 15px;
    }
    .testimonial-card .test-content {
        margin-left: 0;
    }
    .prd_img img {
        margin-bottom: 20px;
    }
    .contact-page-content .contact-info-item {
        display: block !important;
    }
    .contact-info-item .icon {
        margin-bottom: 30px;
    }
    .contact_form {
        padding: 20px;
    }
    .header_logo {
        width: 200px;
    }
    .single-section2.d-flex h3 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .inner-talk.ptb-100 {
        padding: 50px 0;
    }
}   

















