/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1170px ! IMPORTANT;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        background-color: #251d2b;
        padding-bottom: 12px;
        padding-top: 17px;
    }
}

#bootscore-navbar > li > .nav-link {
    color: #fff !important;
    padding: 5px;
    margin: 0px 12px;
}
.scrolledBg {
    background-color: #251d2b;
}

.height_medium {
    height: 3.125rem !important;
}
.height_small {
    height: 2rem !important;
}
.sc_item_title_style_shadow.sc_item_title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0 !important;
}
h6.sc_item_subtitle.sc_title_subtitle.sc_align_center.sc_item_title_style_shadow {
    color: #b3b3b3;
}
.sc_item_subtitle.sc_item_title_style_shadow {
    font-size: 15.625rem;
    font-weight: 600;
    line-height: 0;
    left: 11px;
    top: 9px;
} 

.sc_item_subtitle.sc_item_title_style_shadow {
    font-size: 15.625rem;
    font-weight: 600;
    line-height: 0;
    left: 11px;
    top: 9px;
}
.sc_title.sc_title_shadow>div.with_subtitle {
    margin: 2em 0;
}
.sc_title {
    position: relative;
}
.sc_align_center {
    text-align: center;
}
.sc_item_title_style_shadow.sc_item_title + .sc_item_subtitle {
    margin-top: 0;
}
.sc_item_subtitle.sc_item_title_style_shadow{
    font-family: Cormorant SC, serif;
}
.sc_title.sc_title_shadow>div[class*="with_"] {
    display: inline-block;
    position: relative;
}
.sc_item_title {
    letter-spacing: 2px;
    line-height: 1.2em;
}
h2.sc_item_title.sc_title_title.sc_align_center.sc_item_title_style_shadow{
    z-index: 1;
    position: relative;
    top: 50px;
}
.sc_item_subtitle.sc_item_title_style_shadow {
    color: #f0f0f0;
    opacity: 0.1;

}
.sc_title{
    margin-bottom: 60px;
}


.rev_slider_button_link{
    background-color: #be0606;
    color: #fff;
    font-size: 14px;
    padding: 15px 50px 15px 50px;
}

.rev_slider_button_link:hover{
   background-color:#a70505;
}




.navbar-nav .nav-item .nav-link {
    position: relative;
 }

 
 /* Style for the active menu item using ::after */
 .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Adjust if needed */
    width: 100%;
    height: 2px;
    background-color: #c71010; /* Updated color */
    border: 2px;
 }
 
 .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #c71010;
}
.dropdown-item {
    color: #ffffff;
}


 
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: #251d2b;
        color: #fff !important;
        margin-top: 19px;
        border-radius: unset;
    }
    
}
 











/*Flip area*/
.flip-card-front img{
    height: 100%;
    max-width: 100%;
}


.flip-card {
    position: relative;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    margin: auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card-front {
    border-radius: 10px !important;
    overflow: hidden;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* For Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #ebebeb;
    color: white;
    transform: rotateY(180deg);
    flex-direction: column;
    border-radius: 10px !important;
}

.flip-card-back h3{
    font-family: Cormorant SC, serif;
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1111em;
    text-decoration: none;
    text-transform: none;
    margin-top: 1.0444em;
    margin-bottom: 0.54em;
    color: #1a1818;
}

.flip-button{
color: #f7f7f7;
border-color: #413a4a;
background-color: #413a4a;
}
.flip-button:hover{
    color: #f7f7f7;
border-color: #413a4a;
background-color: #413a4a;
}

h4.sc_icons_item_title.mt-2 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
}
.contact-form-sidebar {
    background-color: #251d2b !important;
    text-align: center;
    padding: 10px 20px 40px 20px;
}
.sc_icons_item {
    padding: 35px 0px 25px 0px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required , textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    color: #9f9ca2;
    border-color: #3f3744;
    background-color: #3f3744;
    border: none;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
}



input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    background-color: #a70505;
    border: none;
    padding: 1.05em 5.85em;
    letter-spacing: 0;
	max-width: 100% !important;
}



.progress-circle {
    position: relative;
    display: block;
    margin: 0 auto;
}

.progress-background,
.progress-bar {
    fill: none;
    stroke-width: 2px;
    r: 54;
    cx: 60;
    cy: 60;
}

.progress-background {
    stroke: #49434e;
}

.progress-bar {
    stroke: red; /* Progress color */
    stroke-dasharray: 339.292; /* Circumference of the circle (2 * π * r) */
    stroke-dashoffset: 339.292; /* Initially hidden */
    transition: stroke-dashoffset 0.4s ease-out;
}

.progress-value {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: white;
    margin-top: -60px;
}


.prgress-area{
    background-color: #251d2b;
}
.bar-content p{
    color: #fff;
    font-family: Cormorant SC, serif;
    font-size: 24px;
    margin-top: 10px;

}

.prog-title-subtitle h2{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0 !important;
    color: #fff;
    z-index: 2;
    position: relative;
}
.prog-title-subtitle h6 {
    font-size: 13.625rem;
    font-weight: 600;
    line-height: 0;
    left: 10px;
    top: -55px;
    font-family: Cormorant SC, serif;
    color: #3b3441;
    z-index: 1;
    position: relative;
}

.progress-sub-contnet {
    color: #8b8a8d;
    padding: 68px 100px;
}
section.prgress-area {
    padding: 130px 0px 130px 0px;
    margin-top: 70px;
}

.col-area{
border-left: 1px solid #48414d;  /* Left border */
border-top: 1px solid #48414d;   /* Top border */
border-bottom: 1px solid #48414d; /* Bottom border */
border-right: none;
margin-left: 25px;

}

.progress-content-top {
    padding-top: 50px;
}


.team-member {
    overflow: hidden;
}
.team-image {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.hover-overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.social-icons {
    display: none;
}

.team-member:hover .hover-overlay {
    opacity: 1;
}
.team-member:hover .social-icons {
    display: block;
}
.social-icons a {
color: #ffffff;
font-size: 1.2em;
background-color: #c71010;
padding: 5px 10px;
border-radius: 20px;
height: 20px;
width: 20px;
}
.social-icons a:hover {
    background-color: #a70505;
}


.social-icons{

transition: 3.3s;
}
.social-area{
    border: 1px solid #6b6b6b;
    margin: 20px;
}

h5.card-title a{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.375rem;
    font-family: Cormorant SC, serif;
    font-size: 1.875rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3043em;
    text-decoration: none;
    text-transform: none;
    margin-top: 1.9565em;
    margin-bottom: 0.3em;
    color: #1a1818;
}
.bio {
    text-align: center;
    margin: 25px 0px;
}
.promo-button{
    color: #ffffff;
    background-color: #c71010;
    font-size: 15px;
    padding: 1.18em 1.62em 1.3em;
    min-width: 10.5rem;
    text-decoration: none;
}

.promo-content h2{
font-size: 2.25rem;
letter-spacing: 0;
color: #000;
font-weight: 700;
line-height: 0.8;
}
.icon-style{
    color: #b3b3b3 !important;
    border-color: #b3b3b3;
    border: 1px solid;
    border-radius: 25px;
    font-size: 7px;
    padding: 6px 6px;
}
section.promo {
    margin-top: 60px;
}

footer.bootscore-footer {
    background-color: #251d2b !important;
}

.widget.footer_widget p {
    color: #8b8a8d;
}
.footer_widget{
    color: #8b8a8d;
}
.footer_widget a{
    color: #8b8a8d;
    text-decoration: none;
}
.footer_widget i{
    color: #a70505;
}
.footer_widget h3{
    color: #fff;
    font-weight: 700;
}
.bootscore-footer-columns {
    padding: 110px 0px !important;
}

.bootscore-copyright {
    background-color: #251d2b;
    color: #a6a6a6;
}
.bootscore-copyright p{
    color: #a6a6a6;
    font-size: 14px;
    text-align: left;
}
hr {
    color: #a6a6a6;
    opacity: 0.25 !important;
    position: relative;
    top: 100px;
}
/*About page css*/
.contact-about-page textarea {
    height: 200px;
}
.contact-about-page{
    background-color: #251d2b;
}
section.gmap {
    margin-top: 50px;
    margin-bottom: -5px;
}

/*Contact page css*/

.contact-ico i {
    background-color: #c71010;
    font-size: 18px;
    padding: 15px;
    border-radius: 30px;
    color: #fff;
}
.cAddress span{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
}
.cAddress {
    padding: 50px;
    border: 1px solid;
    width: 50%;
    margin: 0 auto;
}
.contact-ico {
    position: relative;
    bottom: -23px;
    width: 120px;
    margin: 0 auto;
    background-color: #fff;
}

section.contact-page-banner-area a {
    text-decoration: none;
    color: #000;
}
section.contact-page-banner-area{
    margin-bottom: 50px;
}


section.ContactPageContatctForm {
    background-color: #251d2b;
    margin-top: -320px;
    margin-bottom: -60px;
    padding-bottom: 60px;
}
section.ContactPageContatctForm p{
    font-size: 14px;
}
button.wpcf7-button-contact {
    color: #ffffff;
    background-color: #a70505;
    border: none;
    padding: 1.05em 5.85em;
    letter-spacing: 0;
}
.teamSub {
    text-align: left;
    position: relative;
    left: -110px !important;
}
h2{
    font-family: Cormorant SC, serif !important;
}
.Team-content{
    padding-left: 50px;
}
.team-button{
    margin-top: 100px;
}
.blog-important-text{
    margin-top: 20px !important;
    border-left-width: 10px !important;
    padding-top: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
    background-color: #cecece !important;
    border-left-color: #828282 !important;
    border-left-style: solid !important;
}



@media (max-width: 991px) {
    ul.dropdown-menu.depth_0.show {
        background-color: #251d2b;
    }

    div#rev_slider_1_1_wrapper {
        top: 0px !important;
    }

    nav#nav-main {
        background-color: #251d2b;
    }
    a.navbar-brand {
        width: 65%;
    }

    div#glt-translate-trigger {
        margin-right: 40px;
    }
    #glt-translate-trigger {
        background: #f89406;
        padding: 0px 5px;
    }
    #glt-translate-trigger > span {

        font-size: 12px;
    }
    .progress-sub-contnet {
        padding: 60px 20px;
    }
    .col-area {
        margin-left: 0px;
    }
    section.prgress-area {
        margin-top: 40px;
    }
    section.prgress-area {
        padding: 0px 0px 0px 0px;
    }
    .prog-title-subtitle h6 {
        font-size: 3.625rem;
        top: -100px;

    }

    .rev_slider_button_link {
        background-color: #be0606;
        color: #fff;
        font-size: 12px;
        padding: 5px 5px 5px 5px;
    }
    .sc_item_subtitle.sc_item_title_style_shadow {
        font-size: 3.625rem;
        left: 11px;
        top: -55px !important;
        position: relative;
    }
    .promo-button {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .bootscore-footer-columns {
        padding: 60px 0px 0px !important;
    }
    .tp-caption.slider_title_1, .slider_title_1 {
        font-size: 18px !important;
        position: relative;
        left: 2em;
        margin-bottom: 10px !important;;
        line-height: 1.5 !important;
    }
    .rev_slider_button_link {
        background-color: #be0606;
        color: #fff;
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        margin-top: 10px !important;
        display: block;
    }
    .rev_slider_button {
        margin-left: 30px !important;
    }
    div#slide-1-layer-1 {
        margin-left: 30px !important;
        position: relative !important;
        left: 30px;
    }
    .Team-content {
        padding-left: 0px;
    }
    div#offcanvas-navbar {
        background-color: #251d2b;
    }
    .m-menu-logo{
        width: 50%;
    }

    button.btn-close.text-reset {
        background-color: #fff !important;
    }
    .offcanvas-body ul {
        width: 100%;
    }
	.mobile-area {
    margin-bottom: 400px !important;
}
}


span.wpcf7-not-valid-tip {
    position: absolute;
    top: 36px;
}
.wpcf7-response-output {
    color: #fff !important;
}
