.footer-style-3 a:hover {
    color: white !important;
}

.categories-full .item .item-inner .image-cat:before {
    background-color: rgba(24, 60, 129, 0.53) !important;
}

.paragraph-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
}

/* About Us Custom */
#header-banner {
    background: url(../images/bg-about.jpg) center center / cover no-repeat ;
    height: 250px !important;
}

.features-section {
    margin: 60px 0 !important;
}

.card-img-content {
    width: 100%;
    border-radius: 2rem !important;
}
/* About Us Custom */

/* Flip Section */
section .section-title {
    text-align: center !important;
    color: #282828 !important;
    margin-bottom: 50px !important;
    text-transform: uppercase !important;
    font-size: 276.92% !important;
    font-weight: 700 !important;
}

#team .card {
    border: none;
    background: #31549e !important;
}

.header-class {
    display: flex !important;
    justify-content: center !important; /* Horizontal alignment */
    align-items: center !important;
}

.head-text {
    color: #fff !important;
    font-family: Rubik !important;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* Flip Section */

/* Rounded Corner Image*/

.card-img-content {
    width: 100%;
    border-radius: 2rem !important;
}

/* Rounded Corner Image*/

/* Call for price */

.product-item-name {
    margin-bottom: 1px !important;
}

/* Call for price */

/* Flag */

.fi {
    padding: 18px;
}

/* Flag */

/* Contact Network */
.contact-text {
    color: #282828;
}

/* In Stock */
.products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions {
    background-color: #444;
    padding: 0 45px;
    position: relative;
    color: #ffffff;
}

/* In Stock */

/* Contact Network */

/* FAQs */
.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    /*color: #3f43fd;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #fff;
    background-color: #04295d;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    /*color: #3f43fd;*/
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    /*color: #2ecc71;*/
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}
/* FAQs */

.banner-image {
    display: none !important;
}