﻿
body {
    background: #F8F8F8 !important;
}

.loader1 {
    stroke: var(--sc-primary) !important;
}

.header-style-one .main-menu {
    float: right;
}

.header-style-two .main-menu .navigation > li > a {
    font-size: 20px !important;
}

.main-menu .navigation > li > a {
    font-size: 20px;
}

.title-column {
    font-size: 16px;
}
.text-bold
{
    font-weight: 600;
}

.footer-style-two .logo-widget .logo {
    margin-bottom: 0;
}

.footer-style-two .logo-widget .logo img {
    width: 75px;
}

.main-footer .contact-link li,
.footer-style-two .contact-link li {
    width: 50%;
    float: left;
}

.main-footer .contact-link.full li,
.footer-style-two .contact-link.full li {
    width: 100%;
    float: left;
}

.main-footer .widgets-section {
    padding: 50px 0px 70px;
}

.main-footer .footer-bottom .copyright{
    font-size: 15px;
    padding: 5px 0;
}

a.RMMFooter{
    color: gold;
}
    a.RMMFooter:hover {
        color: #fff;
    }

.main-footer .widgets-section {
    padding: 50px 0px 10px;
}

.product-details .basic-details .text
{
    font-size: 15px;
}
.main-header.header-style-three .header-upper{
    border-top-width: 15px;
}

.main-menu .navigation > li > ul > li.active {
    background-color: var(--sc-primary) !important;
    color: #fff !important;
}
.main-menu .navigation > li > ul > li.active a {    
    color: #fff !important;
}

.header-style-two + .page-content > .page-title {
    padding-top: 280px;
    padding-bottom: 10px;
}

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 40px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    transition: .3s ease-in-out;
    background-color: var(--sc-primary);
}

    #totop.top-visible {
        height: 40px;
        width: 40px;
        line-height: 30px;
        font-size: 22px;
        display: inline;
    }

.call-to-action-section-three .title-column .experiance
{
    color: #fff;
    font-size: 20px;
}

.Contact .news-block .inner-box .lower-content {
    margin-right: 10px;
    min-height: 275px;
}
    .Contact .news-block .inner-box .lower-content:before {
        top: 50px;
    }

.Contact .news-block .inner-box .image img {
    height: 160px;
    width: auto;
}

.sticky-header .main-menu .navigation > li.current > a
{
    color: var(--sc-primary) !important;
}

.AddressBlock {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
}

.Contact .blog-page-section,
.contact-page-section {
    padding: unset;
}

.contact-map-section
{
    padding-bottom: 20px;
}

.contact-link i {
    color: var(--sc-primary);
    padding-right: 8px;
    font-size: 130%;
}
.contact-link a:hover i {
    color: #fff;
}

#CatalogModal #success, #CatalogModal #error,
#EnquiryModal #success, #EnquiryModal #error, #contact_form_3 #success, #contact_form_3 #error, #contact_form_3 .LoaderImage, .LoaderImage, #LoaderImage,
.ShowcaseModal .LoaderImage {
    display: none;
}

    #contact_form_3 #success h6 {
        color: green !important;
    }

    #contact_form_3 #error h6 {
        color: red !important;
    }

.testimonial-section-two .carousel-column .inner-column .owl-nav
{
    bottom: -200px;
}

.logoHighlight {
    color: var(--sc-primary);
}

.services-block-two .inner-box:hover h3 a
{
    color: #fff;
}

.testimonial-carousel-2 .testimonial-block-three .inner-box .lower-box .designation {
    color: #fff;
    font-size: 18px;
}
.testimonial-carousel-2 .testimonial-block-three .inner-box .lower-box h3 {
    color: #fff;
}
.testimonial-carousel-2 .author-image img {
    background: #F4F4F4 !important;
    border-radius: 0px 0px 60px 60px;
    padding-bottom: 2px;
    width: 80px;
}
.testimonial-carousel-2 .inner-box .lower-box .lower-inner {
    padding-top: 60px;
    padding-left: 100px;
}

.gallery-section1 {
    padding: 50px 0px 85px;
}

.ProductTab
{
    border-bottom: solid 1px var(--sc-primary);
}
    .ProductTab .nav-link {        
        color: #000;
        font-size: 16px;
    }
.ProductTab .nav-link.active {
    background: var(--sc-primary);
    color: #fff;
    font-size: 16px;
}

.team-block-two .inner-box .lower-content .designation
{
    font-size: 18px !important;
}

.enquiry.catalog {
    left: -115px;
    right: unset;
    transform: rotate(-270deg) translate(100%, 0%);
}

/*======================================
	*      Whatsapp Start   *
======================================*/
.WPButton {
    position: fixed;
    right: 0;
    top: 450px;
    background: #17980E;
    color: #fff;
    font-size: 30px;
    border-radius: 5px 0 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin-top: 2px;
    line-height: 50px;
    z-index: 99999;
}

    .WPButton i {
        top: -6px;
        left: 2px;
        position: relative;
        color: #fff;
    }

@media only screen and (max-width:500px) {
    .WPButton {
        position: fixed;
        right: 0;
        top: 450px !important;
        background: #17980E;
        color: #fff;
        font-size: 30px;
        border-radius: 5px 0 0 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        display: block;
        margin-top: 2px;
        line-height: 50px;
        z-index: 99999;
    }
}
/*======================================
	*      Whatsapp End   *
======================================*/


/*======================================
	*      Enquiry Popup Start   *
======================================*/
.enquiry {
    transform: rotate(-90deg) translate(-20%,0%);
    transform-origin: right;
    z-index: 999999;
    position: fixed;
    top: 210px;
    right: 15px;
    font-size: 12px;
}

    .enquiry .apoint-btn-box {
        transform: none !important;
        padding: 10px;
        cursor: pointer;
        background: #0074D9 !important;
        display: block;
        visibility: visible !important;
        color: #fff;
        font-size: 15px;
    }

        .enquiry .apoint-btn-box:before,
        .enquiry .apoint-btn-box:after {
            content: "";
            background: #0074D9;
            position: absolute;
            height: 100%;
            width: 40%;
            transform: skewX(40deg);
            -moz-transform: skewX(40deg);
            -ms-transform: skewX(40deg);
            -webkit-transform: skewX(40deg);
            -o-transform: skewX(40deg);
            top: 0;
            right: -30px;
            z-index: -1;
        }

        .enquiry .apoint-btn-box:before {
            right: auto;
            left: -30px;
            transform: skewX(-40deg);
            -moz-transform: skewX(-40deg);
            -ms-transform: skewX(-40deg);
            -webkit-transform: skewX(-40deg);
            -o-transform: skewX(-40deg);
        }

        .enquiry .apoint-btn-box.onFooter {
            background: #fff !important;
            color: #000 !important;
            font-weight: 800;
            border-top: solid 3px #000;
        }

            .enquiry .apoint-btn-box.onFooter:before,
            .enquiry .apoint-btn-box.onFooter:after {
                background: #fff !important;
                top: -3px;
                border: solid 3px #000;
            }

#rotate {
    vertical-align: top;
    margin-top: 23px;
    width: 80px;
    height: 30px;
}

.enquiry a {
    cursor: pointer;
    min-height: 30px;
    position: relative;
    border: 1px solid #cb4154;
    border-radius: 8px;
    padding: 4px 8px;
    margin-left: 20px;
    font-variant: small-caps;
    color: #fff !important;
    text-shadow: 0 0 0;
    outline: 0;
    letter-spacing: 2px;
    text-shadow: 0 1px 4px #111;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    background: #021f36;
}

    .enquiry a:hover {
        box-shadow: 0px 0px 4px #fff;
        color: #fff !important;
    }

.ShowcaseModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    overflow: auto;
    display: none;
}

    .ShowcaseModal .logo {
        text-align: center;
    }

.EnquiryBtn {
    background: #ffa800;
    color: #021f36;
    padding: 5px 10px 5px 10px;
    border: solid 1px #fff;
    font-weight: 700;
}

#CatalogForm input[type="text"], #CatalogForm input[type="email"], #CatalogForm input[type="tel"], #CatalogForm select, #CatalogForm textarea,
#EnquiryForm input[type="text"], #EnquiryForm input[type="email"], #EnquiryForm input[type="tel"], #EnquiryForm select, #EnquiryForm textarea {
    background-color: #fff;
    border: 1px solid #333;
    width: 100%;
    border-radius: 5px;
    display: block !important;
    padding: 5px;
}

#CatalogForm .bootstrap-select,
#EnquiryForm .bootstrap-select {
    display: none;
}

#CatalogForm #LoaderImage,
#EnquiryForm #LoaderImage {
    float: right;
    padding-left: 10px;
    padding-top: 0 !important;
}

#CatalogForm h2,
#EnquiryForm h2 {
    font-size: 35px;
}

/*======================================
	*      Enquiry Popup End   *
======================================*/

.Formoutliner {
    background: #fff;
    /*border: solid 5px #fff;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    border-radius: 5px;
    /*border: 4px solid var(--primary);*/
    position: relative;
    top: 16%;
    background: url(../images/background/pattern-1.png) !important;
    background-color: #fff !important;
}

    .Formoutliner:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: url(../images/Background/p8.jpg);*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        opacity: 0.2;
    }

.main-img img {
    width: 100%;
}

.formRow .main-img img {
    width: 120px !important;
}

@media only screen and (max-width: 1200px) {
    .menu-logo h2 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 992px) {
    #EnquiryContactSection {
        display: none;
    }

    .menu-logo h2 {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 500px) {
    .menu-logo h2 {
        font-size: 13px !important;
    }

    .menu-logo .tagLine {
        font-size: 13px;
        top: 0;
    }
}

@media only screen and (max-width: 420px) {
    .menu-logo h2 {
        font-size: 12px !important;
    }

    .menu-logo .tagLine {
        font-size: 13px;
        top: 0;
    }
}

@media only screen and (max-width: 400px) {
    .menu-logo h2 {
        font-size: 10px !important;
    }

    .menu-logo .tagLine {
        font-size: 10px;
        top: 0;
    }
}

@media only screen and (max-width: 350px) {
    .menu-logo h2 {
        font-size: 8px !important;
    }

    .menu-logo .tagLine {
        font-size: 9px;
        top: 0;
    }
}

#EnquiryForm, #CatalogForm {
    padding: 14px 20px;
}

.Formoutliner .main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

    .Formoutliner .main-heading::before {
        position: absolute;
        content: "";
        z-index: 0;
        bottom: 25px;
        right: auto;
        left: 4px;
        transform: none;
        width: 70px;
        height: 4px;
        background: #1bbde8 !important;
    }

.Formoutliner input {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
}

.Formoutliner textarea {
    margin-bottom: 15px;
    min-height: 80px;
    font-size: 14px;
    padding: 5px 15px;
}

.Formoutliner select {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    background: transparent;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
}

.Formoutliner .text-center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Formoutliner .contact-form #success {
    margin-top: 23%;
}

.cont-info {
    padding: 6px 30px 80px;
    background: var(--sc-primary);
    border-radius: 50px 0 0 0;
    min-height: auto;
}

#SubmitDetails {
    padding: 5px 8px 5px 25px !important;
}

.cont-info h4 {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
}

.enquiry-info li a:hover, .enquiry-info li a, .enquiry-info li i {
    color: #f5f5f5;
    font-size: 17px;
}

.enquiry-info li {
    margin-bottom: 10px;
}

.color-1 {
    color: var(--primary);
    font-weight: 600 !important;
}

.color-2 {
    color: var(--button);
    font-weight: 600 !important;
}

.Formoutliner .ft-social-bx .btn:hover {
    background: var(--button2Hover);
}

.header-style-two.design-4 {
    margin-top: 0 !important;
}
    .header-style-two.design-4.main-header .header-upper {
        background: #fff;
    }
.main-header.header-style-two.design-4 .header-upper .inner-container {
    border-radius: 0;
}
    .main-header.header-style-two.design-4 .header-upper .inner-container:before {
        border-radius: 0;
        background: unset;
    }
.header-style-two.design-4 img {
    max-width: 120px;
}

ul.megaMenu{
    /*width: 700px !important;*/
    /*left: -300px !important;*/
    /*height: 265px;*/
    border: unset !important;
}
ul.megaMenu li {
    width: 100% !important;
}
    ul.megaMenu .prdImgMenu {        
        position: absolute;
        top: 0px;
        right: 0;
        width: 55%;
        text-align: left;
        padding-top: 10px;
        background: #fff;
    }
    ul.megaMenu .prdImgMenu a {
        display: block;
        font-size: 15px;
        padding-bottom: 7px;
    }

    ul.megaMenu .prdImgMenu1.active {
        display: block !important;
    }

    ul.megaMenu .prdImgMenuImg {
        background: darkgray;
        max-height: 200px;
    }

@media only screen and (max-width:767px) {
    .enquiry {
        transform: rotate(-90deg) translate(-20%,0%);
        transform-origin: right;
        z-index: 9;
        position: fixed;
        top: 200px !important;
        right: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width:991px) {
    ul.megaMenu {
        width: 230px !important;
        left: 0 !important;
    }

        ul.megaMenu li {
            width: 100% !important;
        }

        ul.megaMenu .prdImgMenu1.active {
            display: none !important;
        }
}

#CatalogModal .correct {
    font-size: 20px;
    top: 50px;
    position: absolute;
    left: 28%;
    font-weight: 600;
}
/*======================================
	*      Enquiry Popup End   *
======================================*/

.sticky-header .btn-box .quote-btn {
    color: #fff !important;
    background: var(--sc-primary) !important;
}

@media only screen and (max-width: 767px) {
    .header-top-one, .info-outer {
        display: none;
    }
}

.main-slider{
    z-index: 99;
}

.items-container
{
    height: unset !important;
}
    .items-container .services-block {
        position: relative !important;
    }

.services-block .inner-box .lower-box{
    border: unset;
}
.services-block .inner-box {
    border: solid 0px blue;
}

.product-details .image-column .image-carousel
{
    background-color: #e7e7e7 !important;
}
.product-details .image-column, .product-details .info-column {
    margin-bottom: 10px !important;
}
.services-block .inner-box .image img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: gray;
}

.RMM-Table-3 {
    box-shadow: 0 0 20px rgba(0,0,0, 30%);
    margin-top: 20px;
}

    .RMM-Table-3 thead th {
        padding: 10px;
        position: relative;
        text-align: start;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1)
    }

    .RMM-Table-3 th, .RMM-Table-3 td {
        padding: 10px;
        position: relative;
        text-align: start;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        border: 1px solid rgba(0, 0, 0, 0.1)
    }

    .RMM-Table-3 th {
        background-color: var(--sc-primary);
        color: #fff;
    }

    .RMM-Table-3 tbody th {
        text-align: left;
        white-space: nowrap;
    }

    .RMM-Table-3 td {
        background-color: aliceblue;
    }

    .RMM-Table-3 tbody > tr:hover th, tbody > tr:hover td {
        background: rgba(255,255,255,0.2);
        color: #333;
    }

.CondenseText{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.icon-box img
{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.m-b-100
{
    margin-bottom: 100px;
}

.prdBox {
    /* border: solid 1px var(--sc-primary); */
    min-height: 180px;
    border-radius: 10px;
    /* box-shadow: 3px 2px 3px 0px #888; */
    animation-delay: .3s;
    animation: ease-in 2s;
    transition: all 1s;
    margin-bottom: 35px;
}
.prdBox:hover {    
    box-shadow: unset;
}

.prdBox img{
    width:auto;
    height: 125px;    
}

.contactHead {
    background: var(--dark);
    height: 27px;
    font-size: 16px;
    padding-top: 2px;
}

.contactHead a{
    color: #fff;
}

@media only screen and (min-width:888px) {
    .main-header .header-upper .logo-box .logo {
        width: 160px;
    }
}
@media only screen and (min-width:768px) and (max-width:887px) {
    .main-header .header-upper .logo-box .logo {
        width: 160px;
    }
    .header-style-two .main-menu .navigation > li > a {
        font-size: 17px !important;
    }
}
@media only screen and (max-width:767px) {
    .header-style-two .btn-box, .contactHead {
        display: none;
    }
    .main-header.header-style-two .header-upper .upper-right
    {
        position: absolute;
        top: 0;
        left: -20px;
        width: 100%;
        z-index: 999;
    }
}

.main-slider-two h2
{
    font-size: 45px !important;
}

.main-slider-two .owl-stage-outer.owl-height {
    max-height: 700px !important;
}

.services-block-two .inner-box.noEffect:hover::before {
    height: 0;
}

.services-block .inner-box.noEffect:hover .image .overlay-box {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
}

.services-block-two .inner-box.noEffect:hover h3 a,
.services-block-two .inner-box.noEffect:hover .read-more, .services-block-two .inner-box.noEffect:hover .text {
    color: #322f2f !important;
}



/*======================================
	*      Enroll Start   *
======================================*/
.icon-bar {
    position: fixed;
    top: 530px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* border: 1px solid #eee; */
    /* border-right-color: rgb(238, 238, 238); */
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

    .icon-bar a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 52px;
        color: #222;
        text-align: center;
        transition: all 0.3s ease;
        font-size: 25px;
        cursor: pointer;
        background: #0074D9 !important;
    }

        .icon-bar a i {
            font-size: 25px;
            color: #000;
        }

        .icon-bar a:hover i {
            color: #ff7000;
        }

.enroll i {
    color: #fff !important;
}

.enroll img {
    width: 27px;
    margin-top: 6px;
    float: left;
    margin-left: 10px;
}

.enroll #enroll {
    /*display: none;*/
    font-weight: 700;
    color: #fff;
    position: relative;
    top: -5px;
    position: absolute;
    width: 210px;
    font-size: 0;
}

.enroll, .enroll a {
    text-decoration: none !important;
    font-size: 13px !important;
    background: var(--themeColor) !important;
    border-radius: 5px 0 0 5px;
}

    .enroll:hover {
        width: 180px !important;
        font-size: 15px !important;
        color: #fff;
    }

        .enroll:hover #enroll {
            display: block;
            font-size: 16px !important;
        }

@media only screen and (max-width:500px) {
    .icon-bar {
        position: fixed;
        top: 530px !important;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #eee;
        border-right-color: rgb(238, 238, 238);
        border-right-style: solid;
        border-right-width: 1px;
        border-right: 0;
        border-radius: 5px 0 0 5px;
        -webkit-box-shadow: -3px 0 10px -2px rgb(0 0 0 / 10%);
        box-shadow: -3px 0 10px -2px rgb(0 0 0 / 10%);
        z-index: 99;
    }
}
/*======================================
	*      Enroll End   *
======================================*/

.enroll1
{
    color: #fff;
    font-size: 14px;
}

.services-block-two .inner-box {
    box-shadow: 8px 8px 24px rgba(0,0,0,0.65);
}
.services-block-two .inner-box:hover {
    box-shadow: unset;
    border: solid 1px #f8f8f8;
}

.product-details .basic-details .details-header h2,
.shop-page.product-details h4 {
    font-family: unset;
}

.btn-style-one {
    color: var(--btnHover);
    Background: var(--dark);
}

.btn-style-one:hover,
.btn-style-two:hover {
    color: var(--dark);
    Background: var(--btnHover);
    border: solid 1px var(--dark);
}
.btn-style-one:before
.btn-style-two:before {
    color: var(--dark);
    Background: var(--btnHover);
}

div[id^='Specifications_'].tab-pane table {
    font-size: 14px;
    color: #333;
    border: solid 1px #333;
    width: 100%;
}

    div[id^='Specifications_'].tab-pane table td {
        background: #EDEDED;
        color: #333;
        border: solid 1px #f3f3f3;
        padding-left: 2px;
        font-weight: 700;
    }

    div[id^='Specifications_'].tab-pane table td:nth-child(1) {
        background: #333;
        color: #fff;
        border: solid .2px #f1f1f1;
        padding-left: 2px;
        overflow: hidden;
        min-width: 55%;
    }    

    div[id^='Specifications_'].tab-pane table tr:hover td {
        background: #0074D9;
        color: #fff;
        border: solid 1px #f3f3f3;
        padding-left: 10px;
        font-weight: 700;
    }

    div[id^='Specifications_'].tab-pane table td[colspan='2'] {
        background: #0074D9;
        color: #fff;
        font-weight: 700;
        padding-left: 10px;
    }

.shop-page .carousel-outer img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-bottom: 70px;
}

.shop-page .thumbs-carousel img {
    object-fit: cover;
    height: 200px;
    width: 200px;
    display: none;
}

.spl blockquote {
    position: relative;
    margin-top: 100px;
    margin-bottom: 40px;
    border-left: 4px solid #ab7442;
    padding-left: 30px;    
}

.spl blockquote h3 {
    color: #000;
    font-size: 40px;
}

.text p, .list-style-two li
{
    font-size: 16px;
}

.highlight {
    padding: 50px !important;
    background-position: center;
}

.highlight li, .highlight li:before {
    color: #fff !important;
    font-size: 16px;
}
.quality span{
    font-size: 19px;
}

.team-block-two .inner-box .image img
{
    height: 400px;
    width: auto;
    background: #fff;
}

.main-menu .navigation > li:hover:after, 
.main-menu .navigation > li.current:after {
    content: "";
    height: 2px;
    left: 0;
    bottom: 35px;
    position: absolute;
    background: var(--primary);
    width: 110% !important;
    transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s;
}

.main-menu .navigation .prdImgMenu1.selected, .main-menu .navigation .prdImgMenu1:hover {
    background: var(--sc-primary);
    color: #fff;
    padding-left: 5px;
    padding-top: 5px;
    margin-right: 5px;
}
.main-menu .navigation .prdImgMenu1.selected a, .main-menu .navigation .prdImgMenu1:hover a {
    color: #fff !important;
}

.pict {
    color: #fff !important;    
    top: -5px;
    position: absolute;
    left: 5px;
}

@media only screen and (max-width:1140px) {
    .header-style-two + .page-content > .page-title
    {
        padding-top: 100px;
    }
}

.m-t-10 {
    margin-top: 10px;
}

.features-home {
    gap: 20px 0;
}

.bg-glass {
    background: rgba(255, 255, 255, 0.233);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.bg-glass h5 {
    color: #fff;
    font-weight: 700;
}

.features-home-title {
    font-size: 2rem;
    font-weight: bold;
    color: #e7e7e7;
    margin-bottom: 10px;
}

.features-p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Contact .news-block .inner-box .lower-content:before{
    background: none !important;
}

.Contact .news-block .inner-box .lower-content {
    /* background: #f8f8f8; */
    padding: 15px;
    min-height: 230px !important;
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
    transition: all 0.3s ease;
    /* border: 1px solid #ccc; */
}

.post-meta h5 {
    color: #000 !important;
    font-weight: bold;
}

.Contact .blog-page-section .news-block {
    margin-bottom: 20px !important;
}

.AddressBlock {
    color: #0000009a !important;
}

.news-block {
  padding: 15px;
  transition: all 0.3s ease;
}

.news-block .lower-content {
  font-family: 'Segoe UI', sans-serif;
}

.news-block .post-meta h5 {
  font-size: 1.25rem;
  color: #1f3f75;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.news-block .post-meta h5::before {
  content: "\2713";
  font-weight: 900;
  color: #dc3545;
  position: absolute;
  left: 0;
  top: 0;
}

.AddressBlock {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 767px) {
  .news-block .inner-box {
    padding: 20px;
  }

  .news-block .post-meta h5 {
    font-size: 1.1rem;
  }
}

.ShowcaseModal {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.ShowcaseModal.active {
    opacity: 1;
    visibility: visible;
}
.visually-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
