body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #9A031E;
}

a {
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul,
dl {
    margin: 0;
}




/* bgpm-header */
.bgpm-header {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

.bgpm-header-top {
    margin: 0;
    padding: 15px 0;
    position: relative;
    background-color: #fff;
}

.bgpm-logo {
    margin: 0;
    float: left;
    max-width: 320px;
}



.bgpm-top-links {
    padding: 10px 0;
    float: right;
    position: relative;


}

.bgpm-phone-link {
    padding-right: 15px;
    border-right: 1px solid #9A031E;
    display: inline-block;
    position: relative;
}

.bgpm-phone-numbers {
    display: inline-block;
    vertical-align: middle;
}

.bgpm-phone-link i {
    color: #FB8B24;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    font-size: 30px;

}

.bgpm-phone-link a {
    color: #9A031E;
    padding: 0;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.bgpm-phone-link a:hover {
    color: #FB8B24;
}

.bgpm-request-link {
    margin: 0;
    display: inline-block;
    position: relative;
}

.bgpm-request-link a {
    background-color: #FB8B24;
    color: #fff;
    padding: 5px 20px;
    margin: 8px 0 8px 15px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.bgpm-request-link a:hover {
    background-color: #9A031E;
    color: #fff;

}


.bgpm-header-bottom {
    margin: 0;
    position: relative;
    background-color: #9A031E;
}

.bgpm-navbar {
    margin: 0;
    position: relative;
}

.bgpm-navbar > .container {
    padding: 0;
}

.bgpm-navbar-toggle {
    margin: 0 auto;
    display: none;
    padding: 10px 0;
    text-align: center;
}

.bgpm-navbar-toggle > i {
    font-size: 24px;
    vertical-align: middle;
    color: #fff;
}

.bgpm-navbar-toggle > i > span {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

.bgpm-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bgpm-nav > li {
    position: relative;
    display: block;
    float: left;
}

.bgpm-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    border-right: 1px solid #FB8B24;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bgpm-nav > li:last-child > a,
.bgpm-nav > li:last-child > a:hover {
    border-right: none;
}

.bgpm-nav > li > a:hover,
.bgpm-nav > li > a:focus {
    text-decoration: none;
    background-color: #FB8B24;
    border-right: 1px solid #FB8B24;
    color: #ffffff;
}

.bgpm-nav > li > a > i {
    margin-left: 5px;
}

.bgpm-nav > .bgpm-dropdown {
    position: relative;
}

.bgpm-nav > .bgpm-dropdown > .bgpm-dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding-left: 0;
    list-style: none;
    min-width: 250px;
    width: 100%;
    z-index: 1;
}

.bgpm-dropdown-menu > li {
    position: relative;
    display: block;
}

.bgpm-dropdown-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bgpm-dropdown-menu > li > a:hover,
.bgpm-dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #FB8B24;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .bgpm-navbar-nav {
        display: block !important;
    }
}

@media (max-width: 1199.98px) {
    .bgpm-logo {
        float: none;
        margin: 0 auto 10px;
        text-align: center;
        max-width: 300px;
    }

    .bgpm-top-links {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .bgpm-top-links a {
        float: none;
    }

    .bgpm-navbar-toggle {
        display: block;
    }

    .bgpm-navbar-nav {
        display: none;
        max-height: 300px;
        overflow-y: scroll;
    }

    .bgpm-nav > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .bgpm-nav > li:last-child {
        border-bottom: none;
    }

    .bgpm-nav > li > a {
        border-right: none;
        background-color: #f5f5f5;
        color: #333;
    }

    .bgpm-nav > li > a:hover {
        color: #fff;
    }

    .bgpm-nav > li > a > i {
        float: right;
    }

    .bgpm-nav > .bgpm-dropdown > .bgpm-dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
        z-index: 1;
    }

    .bgpm-dropdown-menu > li > a {
        padding: 10px 20px 10px 40px;
    }
}



@media (max-width: 420px) {
    .bgpm-phone-link {
        padding-right: 15px;
        border-right: 1px solid #9A031E;
        display: inline-block;
        position: relative;
    }

    .bgpm-request-link a {
        margin: 10px 0 0 10px;
        display: block;
    }

    .bgpm-phone-link a {

        font-size: 16px;

    }

    .follow-us .social-network {
        padding-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }


}



/* bgpm-quote-form */
.bgpm-quote-form {
    position: relative;
    padding: 25px 0;
    background-color: #cc9933
}

.bgpm-quote-phone {
    display: inline-block;
    position: relative;
}

.bgpm-quote-number {
    display: inline-block;
    vertical-align: middle;
}

.bgpm-quote-phone i {
    color: #333;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 36px;
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.bgpm-quote-phone span {
    font-size: 20px;
    font-weight: 500;
}

.bgpm-quote-phone a {
    color: #258f44;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.bgpm-quote-form-field {
    padding: 5px 15px;
}

.bgpm-quote-form button {
    background-color: #258f44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.bgpm-quote-form button:hover {
    background-color: #258f44;
    color: #fff;
}

/* bgpm-overview */
.bgpm-overview {
    margin: 0;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

.bgpm-overview-content {
    padding: 50px 25px;
    max-width: 768px;
}

.bgpm-overview-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #9A031E;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.bgpm-overview-content p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.bgpm-overview-content p:last-child {
    margin-bottom: 0;
}

.bgpm-cta .bgpm-request-form {
    padding: 30px 20px;
    background-color: #FB8B24;
    border-radius: 10px;
}

.bgpm-cta .bgpm-request-form h2 {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.bgpm-cta .bgpm-request-form button {
    color: #fff;
    background-color: #9A031E;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    padding: 10px;
}

.bgpm-cta .bgpm-request-form button:hover {
    color: #fff;
    background-color: #258f44;
}

.bgpm-overview-form {
    padding: 40px 25px;
    background-color: #FB8B24;
    max-height: 450px;
    margin-top: 30px;
    border-radius: 15px;
}

.bgpm-overview-form h2 {
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.bgpm-overview-form h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #333;
}

.bgpm-overview-form input,
.bgpm-overview-form textarea {
    border: 1px solid #9A031E;
    border-radius: 25px;
    padding: 15px;
}

.bgpm-overview-form button {
    color: #fff;
    background-color: #9A031E;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    padding: 10px;
}

.bgpm-overview-form button:hover {
    color: #fff;
    background-color: #258f44;
}

@media (max-width: 991.98px) {
    .bgpm-overview-content {
       
    }

    .bgpm-overview-form {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .bgpm-overview-content {
        padding: 40px 20px;
    }

    .bgpm-overview-content h1 {
        font-size: 28px;
    }

    .bgpm-overview-form {
        padding: 40px 25px;
    }
}

/* bgpm-services */
.bgpm-services {
    margin: 0;
    padding: 50px 0;
    position: relative;
    
    text-align: center;
}


.bgpm-services h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #9A031E;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.bgpm-services h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}

.bgpm-services-list {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0;
}

.bgpm-service {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bgpm-service img {
    display: block;

}

.bgpm-service a {
    background-color: #9A031E;
    color: #fff;
    padding: 8px 20px;
    margin: 8px 0 8px 15px;
    vertical-align: middle;
    display: block;
    width: 100% text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    font-size: 16px;
    font-weight: 700;
    margin: 1px 0 0 0;
}

.bgpm-service a:hover {
    background-color: #FB8B24;
    color: #fff;
}

@media (max-width: 991.98px) {
    .bgpm-services {
        padding: 40px 0;
    }

    .bgpm-services h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .bgpm-services h2 {
        font-size: 24px;
    }
}

/* bgpm-main */
.bgpm-main {
    padding: 50px 15px;
    background-color: #fff;
    position: relative;
}

.bgpm-abt-us {
    padding: 0rem 0rem 1.5rem 0rem;
}

.bgpm-abt-us img {
    border-radius: 5px;
}

.bgpm-article {
    margin: 0;
    position: relative;
   
}

.bgpm-article span {
    color: #222;
}

.bgpm-article > h2 {
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.bgpm-article > h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}



.bgpm-article > h3 {
    color: #258f44;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 0;
}

.bgpm-article > img,
.bgpm-article > p > img,
.bgpm-article > a > img,
.bgpm-article > p > a > img {
    margin-bottom: 25px;
}

.bgpm-article a {
    color: #9a031e;
    text-decoration: none;
    font-weight: 500;
}

.bgpm-article a:hover {
    color: #E36414;
}

.bgpm-article > p {
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .5px;
}

.bgpm-article > p:last-child {
    margin-bottom: 0;
}

.bgpm-article > ul {
    padding-left: 40px;
    margin-bottom: 25px;
    list-style-type: disc;
}

.bgpm-article > ul > li {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: 2;
    letter-spacing: .5px;
}

@media (max-width: 767.98px) {
    .bgpm-article > h1 {
        font-size: 26px;
    }

    .bgpm-article > h2 {
        font-size: 24px;
    }

    .bgpm-article > h3 {
        font-size: 22px;
    }

    .bgpm-article > p {
        font-size: 15px;
    }

    .bgpm-article > ul > li {
        font-size: 15px;
    }
}

/* bgpm-404-page */
.bgpm-404-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.bgpm-404-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.bgpm-404-page p {
    font-size: 18px;
}

/* bgpm-thankyou-page */
.bgpm-thankyou-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.bgpm-thankyou-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.bgpm-thankyou-page p {
    font-size: 18px;
}

/* bgpm-pay-page */
.bgpm-pay-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.bgpm-pay-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.bgpm-pay-page p {
    font-size: 18px;
}

/* bgpm-locations */
.bgpm-locations {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
}

.bgpm-locations h1,
.bgpm-locations h2 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.bgpm-locations h1:before,
.bgpm-locations h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.bgpm-locations-list {
    height: 200px;
    padding: 0;
    margin: 0;
}

.bgpm-location {
    width: 25%;
    height: 100%;
    padding: 15px 15px 30px;
    display: block;
    float: left;
}

.bgpm-location a {
    color: #333
}

.bgpm-location a:hover {
    color: #258f44;
}

.bgpm-location img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.bgpm-location-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .bgpm-location {
        width: 33.333333%;
    }
}

@media (max-width: 767.98px) {
    .bgpm-location {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .bgpm-locations-list {
        height: 250px;
    }

    .bgpm-location {
        width: 100%;
    }
}

/* bgpm-offices */
.bgpm-offices {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
}



.bgpm-office-list {
    margin-right: 0;
    margin-left: 0;
}

.bgpm-office {
    margin-bottom: 40px;
}



.bgpm-office > h1,
.bgpm-office > h2,
.bgpm-office > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding: 0;
}

.bgpm-office > h1::before,
.bgpm-office > h2::before,
.bgpm-office > h3::before {
    content: none;
}

.bgpm-office > h1::after,
.bgpm-office > h2::after,
.bgpm-office > h3::after {
    content: none;
}

.bgpm-office a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    word-wrap: break-word;
}

.bgpm-office a:hover {
    color: #FB8B24;
}

.bgpm-office > p {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .5px;
}

/* bgpm-forms */
.bgpm-forms {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    background-color: #f5f5f5;
}

.bgpm-forms h1,
.bgpm-forms h2 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
}

.bgpm-forms h1:before,
.bgpm-forms h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.bgpm-form {
    padding: 25px 50px 50px;
    position: relative;
    background-color: #fff;
}

.bgpm-form-field {
    padding: 5px 15px;
}

.bgpm-form > h1,
.bgpm-form > h2,
.bgpm-form > h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding: 0;
}

.bgpm-form > h1::before,
.bgpm-form > h2::before,
.bgpm-form > h3::before {
    content: none;
}

.bgpm-form > h1::after,
.bgpm-form > h2::after,
.bgpm-form > h3::after {
    content: none;
}

.bgpm-form button {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #258f44;
}

.bgpm-form button:hover {
    background-color: #333;
    color: #fff;
}

/* bgpm-page-header */
.bgpm-page-header {
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}

.bgpm-page-thumbnail {
    margin: 0;
    width: 100%;
    display: block;
}

.bgpm-page-thumbnail > img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.bgpm-page-map {
    margin: 0;
    width: 100%;
    display: block;
}

.bgpm-page-map > iframe {
    margin: 0;
    width: 100%;
    height: 400px;
    border: none;
}

.bgpm-page-breadcrumb {
    margin-top: 0;
    width: 100%;
    background: #E9ECEF;
    position: relative;
    bottom: 0;
}

.bgpm-page-breadcrumb .breadcrumb {
    border-radius: 0;
    background-color: #E9ECEF;
    margin-bottom: 0;
    padding: 0.5rem 0 1.5rem 0;
}

.bgpm-page-breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FB8B24;
}

.bgpm-page-breadcrumb a {
    font-weight: 500;
    color: #9A031E;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #9A031E;
}




/*why-bgpm*/
.bpm-indore {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    
}
.bpm-indore-overview-content {
    padding: 0px 25px;
    max-width: 768px;
}

.bpm-indore-overview-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #9A031E;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.bpm-indore-overview-content p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.bpm-indore-overview-content p:last-child {
    margin-bottom: 0;
}


.pmi-bgpm {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #fff;
}
.pmi-bgpm h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #9A031E;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.pmi-bgpm h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}

.pmi-bgpm p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

/*why-bgpm*/
.why-bgpm {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #fff;
}

.why-bgpm h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #9A031E;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.why-bgpm h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}

.why-bgpm p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.why-bgpm-boxes {
    margin: 0;
    padding: 0;
    position: relative;
}

.why-bgpm-boxes .row {
    margin: 0 -5px;
}

.why-bgpm-boxes [class*="col-"] {
    padding: 5px;
}

.why-bgpm-box {
    margin: 0;
    padding: 15px;
    background-color: #f5f5f5;
    position: relative;
    border: 1px solid #9A031E;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-align: center;
}

.why-bgpm-box-img {
    max-width: 64px;
    max-height: 64px;
    margin-bottom: 10px;
}

.why-bgpm-box-num {
    font-size: 18px;
    color: #FB8B24;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

.why-bgpm-box-des {
    font-size: 15px;
    color: #9A031E;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .why-bgpm h2 {
        font-size: 28px;
    }

    .why-bgpm p {
        font-size: 15px
    }

    .why-bgpm-box-num {
        font-size: 20px;
    }

    .why-bgpm-box-des {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .why-bgpm h2 {
        font-size: 24px;
    }
}

/*bgpm-cta*/
.bgpm-cta {
    padding: 60px 0;
    margin: 0;
    position: relative;
    background-image: url(../images/backgrounds/cta-bg.jpg);
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
}

.bgpm-cta a {
    background-color: #FB8B24;
    color: #fff;
    padding: 10px 20px;
    margin: 8px 0 8px 0px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.bgpm-cta a:hover {
    background-color: #9A031E;
    color: #fff;

}

.bgpm-cta-content {
    padding: 40px 20px;
    position: relative;
    background-color: #f5f5f5;

}

.bgpm-cta h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #9A031E;
    position: relative;
}

.bgpm-cta h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}

.bgpm-cta p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .bgpm-cta-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .bgpm-cta {
        padding: 60px 0;
    }

    .bgpm-cta-content p {
        font-size: 14px;
    }
}

/*bgpm-clients*/
.bgpm-clients {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
    position: relative;
}

.bgpm-clients h1 {
    text-align: center;
    color: #333;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.bgpm-clients h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.bgpm-clients h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.bgpm-clients h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}

.bgpm-client {
    padding: 25px 50px;
    border: 1px solid #eee;
}

.bgpm-clients-cell {
    width: 25%;
    height: auto;
    background: #fff;
    padding: 25px 50px;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgpm-clients-cell:hover {
    border-color: #e23939;
}

@media (max-width: 991.98px) {
    .bgpm-clients h2 {
        font-size: 28px;
    }

    .bgpm-clients-cell {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .bgpm-clients h2 {
        font-size: 24px;
    }

    .bgpm-clients-cell {
        width: 33.333333%;
    }
}

@media (max-width: 575.98px) {
    .bgpm-clients-cell {
        width: 50%;
    }
}

/*bgpm-whatsapp*/
.bgpm-whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 0px;
    z-index: 1000;
}

/*bgpm-footer*/
.bgpm-footer {
    margin: 0;
    padding: 0;
    position: relative;
}

.bgpm-footer-top {
    padding: 20px 0;
    margin: 0;
    position: relative;
    background-color: #F5F5F5;
}

.bgpm-footer-widget {
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.bgpm-footer-widget p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.bgpm-footer-widget a {
    color: #454545;
    font-weight: bold;
}

.bgpm-footer-widget a:hover {
    color: #FB8B24;

}


.bgpm-footer-widget h4 {
    font-size: 20px;
    color: #FB8B24;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.bgpm-footer-widget h4:before {
    content: '';
    position: absolute;
    /* bottom: 10px; */
    top: 30px;
    /* left: 50%; */
    /* margin-left: 0px; */
    width: 80px;
    height: 2px;
    background-color: #FB8B24;
}

.bgpm-footer-widget p:last-child {
    margin-bottom: 0;
}

.bgpm-footer-widget strong {
    font-weight: 600;
    color: #FB8B24;
}

.bgpm-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bgpm-footer-widget ul li {
    margin-bottom: 10px;
}

.bgpm-footer-widget ul li:last-child {
    margin-bottom: 0;
}

.bgpm-footer-widget ul li a {
    color: #454545;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.bgpm-footer-widget ul li a:hover {
    color: #FB8B24;
}

.bgpm-social-links {
    margin: 25px 0;
    padding: 0;
    position: relative;
}

.bgpm-social-links h4 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 500;
}

.bgpm-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgpm-social-links ul li {
    margin-bottom: 10px;
}

.bgpm-social-links ul li:last-child {
    margin-bottom: 0;
}

.bgpm-social-links ul li a {
    color: #757575;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    padding: 0;
}

.bgpm-social-links ul li a i {
    margin-right: 10px;
    font-weight: 900;
    font-size: 15px;
}

.bgpm-social-links ul li a:hover {
    color: #FB8B24;
}

.bgpm-footer-middle {
    padding: 10px 0;
    margin: 0;
    position: relative;
    background-color: #212121;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.bgpm-footer-middle-text {
    color: #757575;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.bgpm-footer-middle-text a {
    color: #FB8B24;
}

.bgpm-footer-bottom {
    padding: 25px 0;
    margin: 0;
    position: relative;
    background-color: #212121;
}

.bgpm-copyright {
    position: relative;
    text-align: center;
}

.bgpm-copyright span {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
}

.bgpm-footer-menu {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

.bgpm-footer-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgpm-footer-nav-menu > li {
    display: inline-block;
    position: relative;
    color: #757575;
}

.bgpm-footer-nav-menu > li:after {
    content: "/";
    margin: 0 10px;
}

.bgpm-footer-nav-menu > li:last-child:after {
    display: none;
}

.bgpm-footer-nav-menu > li > a {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
}

.bgpm-footer-nav-menu > li > a:hover {
    color: #FB8B24;
}



.lightbox-gallery {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
    position: relative;
}


.lightbox-gallery h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #9A031E;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.lightbox-gallery h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FB8B24;
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 20px;

        font-size: 24px
    }


}



.lightbox-gallery .item {
    padding-bottom: 20px;

}

.lightbox-gallery .item img {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}




.lightbox-gallery .hover-zoomin {}

.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}



.lightbox-gallery .row {
    margin: 0 -10px;
}

.lightbox-gallery [class*="col-"] {
    padding: 10px;
}

.follow-us {
    padding: 5px;
    background: #9A031E;


}

.follow-us h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 8px;
    color: #fff;
    text-align: center;
}

.follow-us .social-network {
    padding-top: 3px;
    text-align: center;
}

.social-menu ul {
    position: relative;
    text-align: center;

    padding: 0;
    margin: 0;
    list-style-type: none;

    display: inline-flex;
}
}

.social-menu ul li {
    list-style: none;
    margin: 10px 20px;
}

.social-menu ul li .fab {
    font-size: 15px;
    line-height: 30px;
    transition: .3s;
    color: #FB8B24;
}

.social-menu ul li .fab:hover {
    color: #fff;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
    background-color: #FB8B24;
}

.social-menu ul li:nth-child(2) a:hover {
    background-color: #FB8B24;
}

.social-menu ul li:nth-child(3) a:hover {
    background-color: #FB8B24;
}

.social-menu ul li:nth-child(4) a:hover {
    background-color: #FB8B24;
}

.social-menu ul li:nth-child(5) a:hover {
    background-color: #FB8B24;
}

.bgpm-footer-text img {
    margin: 0 auto 15px;
    max-width: 85%;
}

.bgpm-footer-text p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.bgpm-jumbotron {
    padding: 1.2rem 1.2rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    padding: 1.5rem 1.5rem 0 1.5rem;

}

.bgpm-jumbotron h1 {

    font-size: 25px;
    font-weight: 600;
    color: #FB8B24;

}

.bgpm-jumbotron p {

    font-size: 14px;
    font-weight: 600;
    color: #9A031E;
    margin-bottom: 0;

}

@media (min-width: 576px) {
    .bgpm-jumbotron {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    .bgpm-jumbotron h1 {

        font-size: 32px;
        font-weight: 600;
        color: #FB8B24;

    }

    .bgpm-jumbotron p {

        font-size: 15px;
        font-weight: 600;
        color: #9A031E;
        margin-bottom: 0;

    }
}

.nav-list li {
    margin-bottom: 10px;

}

.nav-list li a {
    color: #333;

    font-weight: 500;
    font-size: 16px;
}

.nav-list li a:hover {
    color: #FB8B24;


}
.bg-grey{
	background: #F5F5F5;
}

.float-whtsaap {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;

}

.float-whtsaap:hover {
    background-color: #ffffff;
    color: #25d366;
}

.float-call {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 30px;
    background-color: #9A031E;
    color: #FFF;
    border-radius: 50px;
    text-align: center;

    font-size: 25px;
    font-weight: 500;
    box-shadow: 1px 1px 2px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #9A031E;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.float-call:hover {
    background-color: #ffffff;
    color: #25d366;
}

.my-float {
    margin-top: 10px;
}

.call-float {
    margin-top: 12px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}





.top-header-warp {
	background: #383838;
	padding: 5px 0;
	text-align: center;
}

.top-header-warp.style2 {
	background: #ffffff;
	border-bottom: solid 1px #F0F0F0;
}

.header-widget.style2-header .header-contact li p {
	color: #666666;
}

.header-widget.style2-header .header-contact li a {
	color: #666666;
}

.header-widget.style2-header .input-box .form-control {
	background: rgba(0, 70, 127, 0.05);
	color: #666666;
}

.header-widget.style2-header .input-box .form-control::-moz-placeholder {
	color: rgba(0, 70, 127, 0.34);
}

.header-widget.style2-header .input-box .form-control::placeholder {
	color: rgba(0, 70, 127, 0.34);
}

.header-widget.style2-header .input-box .search-btn {
	color: #FB8B24;
}

.header-widget.style2-header .social li h6 {
	color: #383838;
}

.header-widget.style2-header .social li a i {
	color: #666666;
}

.header-widget .header-contact {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.header-widget .header-contact li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 14px;
}

.header-widget .header-contact li:last-child {
	padding-right: 0;
}

.header-widget .header-contact li p {
	margin-bottom: 0;
	color: #E6E6E6;
	font-weight: 400;
	font-size: 14px;
}

.header-widget .header-contact li a {
	color: #E6E6E6;
}

.header-widget .header-contact li a:hover {
	color: #FB8B24;
}

.header-widget .header-contact li i {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 18px;
	color: #FB8B24;
}

.header-widget.style2 {
	justify-content: end;
}

.header-widget .input-box {
	width: 263px;
	margin-right: 30px;
	position: relative;
}

.header-widget .input-box .form-control {
	height: 55px;
	padding-left: 20px;
	border: none;
	border-radius: 0;
	transition: all ease 0.5s;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.4);
}

.header-widget .input-box .form-control:focus {
	box-shadow: unset;
}

.header-widget .input-box .form-control:focus::-moz-placeholder {
	color: transparent;
}

.header-widget .input-box .form-control:focus::placeholder {
	color: transparent;
}

.header-widget .input-box .form-control::-moz-placeholder {
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: rgba(255, 255, 255, 0.4);
}

.header-widget .input-box .form-control::placeholder {
	transition: all ease 0.5s;
	color: rgba(255, 255, 255, 0.4);
}

.header-widget .input-box .search-btn {
	position: absolute;
	border: none;
	top: 50%;
	background: transparent;
	color: #E6E6E6;
	right: 20px;
	font-size: 20px;
	transform: translateY(-15px);
}

.header-widget .social {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.header-widget .social li {
	display: inline-block;
	padding-right: 6px;
}

.header-widget .social li a {
	position: relative;
	top: 3px;
}

.header-widget .social li:last-child {
	padding-right: 0;
}

.header-widget .social li h6 {
	font-weight: 400;
	font-size: 14px;
	font-family: "DM Sans";
	color: #E6E6E6;
	padding-right: 12px;
	margin-bottom: 0;
}

.header-widget .social li i {
	color: #E6E6E6;
	transition: all ease 0.5s;
}

.header-widget .social li i:hover {
	color: #FB8B24;
}
@media only screen and (max-width: 991px) {
	.top-header-warp {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.header-widget .header-contact li {
		margin-bottom: 5px;
	}

	.header-widget.style2 {
		display: inline-block !important;
	}

	.header-widget .input-box .form-control {
		height: 45px;
		padding-left: 18px;
		font-size: 14px;
		margin-bottom: 8px;
	}

}