@charset "UTF-8";*,*:before,*:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

html,body {
    font-family: Archivo,sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    scroll-behavior: smooth
}

.dropdown-item.active,.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,h5,h4,h3,h2,h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

a {
    text-decoration: none
}

.section-entry {
    padding: 5rem 0
}

.mrt30 {
    margin-top: 30px
}

.ml-25 {
    margin-left: 25px
}

.mrb40 {
    margin-bottom: 40px
}

.mrb30 {
    margin-bottom: 30px
}

.arrow-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.top-bar {
    background: linear-gradient(180deg,#120b67 43%,#0f51a1 90%);
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    transition: all .3s ease-in-out
}

.top-bar .contact-infos span {
    margin-right: 15px
}

.top-bar .social-icons a {
    color: #fff;
    margin-left: 10px;
    transition: color .3s ease-in-out
}

.top-bar .social-icons a:hover {
    color: #fff
}

.navbar {
    background: #fff;
    box-shadow: 0 4px 6px #0000001a;
    padding: 0 15px;
    transition: all .3s ease-in-out
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    transition: color .3s ease-in-out
}

.navbar .nav-link:hover,.navbar .nav-link.active {
    color: #000
}

.navbar .logo-img {
    width: 75px
}

.navbar .dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 10px #0000001a;
    line-height: 34px;
    background-color: #f4f3f3;
    color: #fff;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px #0000001a;
    z-index: 999999
}

.default-btn a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #064dbc;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}

.default-btn a:hover {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0b0f2f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    border: none
}

.default-btn button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #064dbc;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    border: none
}

.default-btn button:hover {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0b0f2f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}

.default-btn-two button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    border: none
}

.hm-social-icons-wrapper {
    background: linear-gradient(90deg,#120b67 43%,#0f51a1 67%);
    margin-bottom: 0
}

.hm-social-icons-wrapper .social-wrap {
    display: flex;
    justify-content: space-around
}

.hm-social-icons-wrapper .social-inner-wrap {
    display: flex;
    align-items: end
}

.hm-social-icons-wrapper h6 {
    margin-left: 8px;
    color: #fff
}

.hm-social-icons-wrapper span {
    color: #fff
}

.hm-social-icons-wrapper i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff
}

.hm-about-wrap {
    padding-right: 2rem;
    position: relative
}

.hm-about-wrap h1 {
    font-weight: 700;
    color: #000
}

.hm-about-wrap h1:before {
    content: "";
    position: absolute;
    left: 6px;
    width: 37%;
    top: 45px;
    height: 3px;
    background: linear-gradient(90deg,#ffae1d 43%,#0f51a1 67%);
    z-index: 100
}

.hm-about-wrap h1 span {
    font-weight: 700;
    color: #064dbc
}

.hm-about-wrap h6 {
    color: #064dbc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px
}

.hm-about-wrap h3 {
    color: #000;
    font-weight: 600;
    font-size: 22px
}

.hm-about-box {
    padding: 20px 15px;
    border-radius: 20px;
    transition: .5s;
    text-align: center
}

.hm-about-box h5 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
.hm-about-box p{
    color: #fff;
}

.box-1 {
    background-color: #37d3ff;
    box-shadow: #959da533 0 8px 24px
}

.box-1 i {
    color: #37d3ff
}

.box-2 {
    background-color: #74a8fa;
    box-shadow: #959da533 0 8px 24px
}

.box-2 i {
    color: #74a8fa
}

.box-3 {
    background-color: #ff511c;
    box-shadow: #959da533 0 8px 24px
}

.box-3 i {
    color: #ff511c
}

.box-4 {
    background-color: #ffad47;
    box-shadow: #959da533 0 8px 24px;
    margin-top: 17px
}

.box-4 i {
    color: #ffad47
}

.hm-about-icon-wrap i {
    font-size: 30px;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: #0000003d 0 3px 8px;
    margin-bottom: 20px
}

#counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

#counter .item .text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

#counter .item .count {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
    text-align: center;
    font-weight: 800
}

.call-action-wrapper {
    background: linear-gradient(180deg, #0f51a1 43%, #120b67 90%);
}

.call-action-wrapper h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600
}

.call-action-wrapper p {
    color: #fff
}

.hm-why-box {
    text-align: center;
    padding: 20px 200px;
    margin-bottom: 40px;
    position: relative
}

.hm-why-box h6 {
    color: #064dbc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px
}

.hm-why-box h3 {
    color: #000;
    font-weight: 700;
    font-size: 22px
}

.hm-why-box h3:after {
    content: "";
    position: absolute;
    width: 22%;
    top: 83px;
    height: 3px;
    background: linear-gradient(90deg,#ffae1d 43%,#0f51a1 67%);
    z-index: 100;
    left: 50%;
    transform: translate(-50%)
}

.why-txt-wrap {
    border: 1px solid #676767;
    padding: 30px;
    border-radius: 15px
}

.why-txt-wrap h4 {
    font-weight: 700;
    margin-top: 15px
}

.btn-style {
    background-color: #064dbc;
    padding: 19px;
    border-radius: 15px
}

.hm-second-cta-wrapper {
    background-image: url(home-bg-DJGJL_3-.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    background-color: #00000078;
    background-blend-mode: overlay
}

.hm-second-cta-wrapper h6 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.hm-second-cta-wrapper h1 {
    font-weight: 800;
    font-size: 50px;
    color: #fff
}

.hm-second-cta-wrapper i {
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000
}

.img-resize {
    width: 75px
}

.testimonials-wrapper {
    background: linear-gradient(180deg, #0f51a1 43%, #120b67 90%);
}

.testimonials-wrapper .test-box {
    padding-left: 40px
}

.testimonials-wrapper h3 {
    color: #fff;
    font-weight: 800;
    font-size: 40px
}

.testimonials-wrapper p {
    color: #fff;
    font-weight: 300
}

.testimonials-wrapper .test-info-box {
    display: flex;
    align-items: end;
    margin-bottom: 17px
}

.testimonials-wrapper .review-box {
    background-color: #008ff5;
    padding: 20px 50px
}

.testimonials-wrapper .review-box:before {
    font-family: Arial;
    content: "“";
    color: #fff;
    font-size: 115px;
    position: absolute;
    top: 90px;
    left: 6px
}

.testimonials-wrapper .review-box:after {
    font-family: Arial;
    content: "”";
    color: #fff;
    font-size: 115px;
    position: absolute;
    top: 90px;
    right: 22px
}

.review-img-box img {
    width: 115px!important;
    border: 5px solid #0f51a1;
    padding: 0
}

.review-txt-box {
    margin-left: 20px
}

.review-txt-box h4,.review-txt-box h6 {
    color: #fff
}

.expertise-box {
    margin-bottom: 40px;
    padding: 22px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: #63636333 0 2px 8px;
    flex-direction: column
}

.expertise-box img {
    width: 85px;
    margin-bottom: 15px
}

.expertise-box h6 {
    color: #185bc6;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px
}

.expertise-box h3 {
    color: #000;
    font-weight: 700;
    font-size: 22px
}

.expertise-box p {
    margin-bottom: 30px
}

.expertise-box a {
    color: #000;
    font-weight: 700;
    border: solid 1px #7b7373;
    padding: 10px;
    border-radius: 4px
}

.expertise-img-wrap img {
    width: 320px;
    margin-left: 22px
}

.expertise-wrap-1 {
    background-color: #82bcf4;
}

.expertise-wrap-2 {
    background-color: #f79219;
}

.faq-wrapper {
    background-color: #f9f9f9;
    padding: 50px 0
}

.hm-faq-img {
    background-image: url(faq-img-Dm12omjX.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: center;
    height: 100%
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

.faq-header h6 {
    color: #064dbc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px
}

.faq-header h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.faq-header :after {
    content: "";
    position: absolute;
    width: 22%;
    top: 68px;
    height: 3px;
    background: linear-gradient(90deg,#ffae1d 43%,#0f51a1 67%);
    z-index: 100;
    left: 50%;
    transform: translate(-50%)
}

.faq-header p {
    font-size: 16px;
    color: #777
}

.faq-content {
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    border-bottom: none;
    background-color: #f1eeeb;
    padding: 15px;
    margin-top: 10px
}

.faq-question {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: relative
}

.faq-answer {
    display: none;
    font-size: 16px;
    color: #000;
    margin-top: 10px
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #000
}

.faq-answer p {
    color: #000
}

.faq-item.active .faq-answer {
    display: block
}

.faq-item.active .faq-question:after {
    content: "-"
}

.faq-question:hover {
    color: #000
}

.page-banner {
    background: linear-gradient(90deg,#120b67 43%,#0f51a1 67%);
    padding: 80px 0;
    text-align: center
}

.page-banner h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700
}

.about-wrapper {
    padding: 80px 0;
    background-color: #f8f9fa
}

.about-wrapper .about-content {
    padding-right: 30px
}

.about-wrapper .about-content .experience-text {
    font-size: 16px;
    font-weight: 600;
    color: #064dbc;
    text-transform: uppercase;
    margin-bottom: 10px
}

.about-wrapper .about-content .about-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000
}

.about-wrapper .about-content span {
    color: #064dbc;
    font-weight: 900
}

.about-wrapper .about-content .about-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px
}

.about-wrapper .about-content .about-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #064dbc;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}

.about-wrapper .about-content .about-btn:hover {
    background-color: #000;
    box-shadow: 0 5px 15px #0006;
    transform: translateY(-2px)
}

.about-wrapper .about-image-wrapper {
    position: relative;
    text-align: center
}

.about-wrapper .about-image-wrapper .about-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px #00000026;
    transition: transform .3s ease
}

.about-wrapper .about-image-wrapper .about-image:hover {
    transform: scale(1.05)
}

.about-wrapper .about-image-wrapper .about-shape {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-image: url(shape1-D9_9D4sb.png) no-repeat;
    background-size: contain
}

.why-choose-us {
    background-color: #0b0f2f;
    padding: 80px 0;
    color: #fff
}

.why-choose-us .highlight-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px
}

.why-choose-us .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.why-choose-us .section-description {
    font-size: 16px;
    color: #bbb;
    line-height: 1.8;
    margin-bottom: 20px
}

.why-choose-us .feature-box {
    display: flex;
    gap: 40px;
    margin-top: 20px
}

.why-choose-us .feature-box .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.why-choose-us .feature-box .feature-item i {
    font-size: 32px;
    color: #007bff
}

.why-choose-us .feature-box .feature-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.why-choose-us .feature-box .feature-item p {
    font-size: 14px;
    color: #bbb
}

.why-choose-us .image-wrapper {
    position: relative
}

.why-choose-us .image-wrapper img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px #00000026
}

.about-bg-img {
    background-image: url(we-grow-img-CdLCSZiC.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 22rem;
    border-radius: 15px
}

.clients-logos {
    text-align: center;
    margin-bottom: 0px;
    position: relative
}

.clients-logos h2:after {
    content: "";
    position: absolute;
    width: 12%;
    top: 38px;
    height: 3px;
    background: linear-gradient(90deg,#ffae1d 43%,#0f51a1 67%);
    z-index: 100;
    left: 50%;
    transform: translate(-50%)
}

.client-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 6px 12px #00000026;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.client-box:hover {
    box-shadow: 0 12px 20px #0003;
    transform: translateY(-5px)
}

.client-logo {
    max-width: 100%;
    height: auto;
    transition: transform .3s ease-in-out
}

.client-logo:hover {
    transform: scale(1.1)
}

.key-benefits .card-why-social {
    background: #fff;
    transition: .3s ease-in-out;
    box-shadow: #959da533 0 8px 24px
}

.our-process .card-why-social {
    transition: .3s
}

.our-process .card-why-social:hover {
    background: #f8f9fa
}

.why-choose-us ul {
    list-style: none;
    padding: 0
}

.why-choose-us img {
    max-width: 100%;
    height: auto
}

.card-why-social img {
    width: 150px;
    margin-bottom: 20px
}

.website-info-wrap h1 {
    font-size: 30px
}

.website-info-wrap .neccessory-wrap {
    display: flex;
    padding-left: 0
}

.website-info-wrap .dates-item {
    color: #000
}

.website-info-wrap .neccessory-icon {
    padding-right: 14px;
    color: #0b0f2f
}

.contact-info {
    background-color: #064dbc;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px #0000001a;
    height: 100%
}

.contact-info .info-box {
    display: flex;
    align-items: center;
    margin: 15px 0
}

.contact-info .info-box a {
    color: #fff
}

.contact-info .info-box i {
    font-size: 24px;
    margin-right: 15px;
    color: #fff
}

.contact-info .info-box p {
    margin: 0;
    font-size: 16px
}

.contact-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px #0000001a
}

.contact-form input,.contact-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: .3s
}

.contact-form input:focus,.contact-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px #007bff4d
}

.contact-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: #064dbc;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s
}

.contact-form button:hover {
    background-color: #0b0f2f;
    color: #fff
}

.form-wrap {
    padding: 25px
}

.footer-wrapper {
    background-image: linear-gradient(202deg, #676768 43%, #000000 90%);
}

.input-group {
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background: #222;
    padding: 5px
}

.input-group input {
    flex-grow: 1;
    border: none;
    padding: 12px 15px;
    background: transparent;
    color: #fff;
    outline: none;
    border-radius: 24px!important
}

.input-group ::-moz-placeholder {
    color: #bbb
}

.input-group ::placeholder {
    color: #bbb
}

.footer-links {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

a {
    color: #fff
}

.list-links {
    list-style: none;
    padding: 0
}

.list-links li {
    position: relative;
    font-size: 1.1rem;
    line-height: 40px
}

.list-links a {
    text-decoration: none;
    color: #fff;
    transition: color .3s ease-in-out
}

.list-links a:hover {
    color: #f4f3f3
}

.btn-gradient {
    background: linear-gradient(45deg,#007bff,#00d4ff);
    color: #fff;
    border: none;
    padding: 12px 18px;
    transition: all .3s ease-in-out;
    border-radius: 50%!important
}

.btn-gradient:hover {
    background: linear-gradient(45deg,#00d4ff,#007bff);
    transform: scale(1.05)
}

.list-links {
    padding-left: 0
}

.list-links li {
    list-style: none
}

.list-links a {
    text-decoration: none;
    transition: color .3s ease-in-out;
    color: #fff
}

.list-links:hover {
    color: #fff
}

.footer-copyright {
    padding: 1rem 0;
    background-color: #fff;
    text-align: center
}

.footer-copyright p {
    margin-bottom: 0
}

.footer-copyright a {
    color: #064dbc;
    font-weight: 800
}

.home-input {
    padding: 1rem .75rem
}

.landing-pages-battery-industry {
    background-image: url(battery-banner-DXVBIoy9.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #1947e7;
    background-repeat: no-repeat;
    background-position: center
}

.landing-battery-heading h2,.landing-battery-heading .h2 {
    color: #fff;
    font-size: 50px
}

.landing-battery-heading p {
    color: #fff;
    font-size: 17px
}

.battery-call-action {
    background-color: #fff;
    padding: 32px 20px;
    border-radius: 15px
}

.landing-battery-heading {
    padding: 100px 30px
}

.battery-btn {
    margin-top: 2rem
}

.battery-btn a {
    background-color: #000;
    color: #fff;
    padding: 15px 65px;
    border-radius: 30px
}

.battery-cards-wrap {
    margin-top: 35px
}

.landing-battery-sub h2,.landing-battery-sub .h2 {
    line-height: 40px;
    font-size: 37px;
    font-weight: 600
}

.battery-card-title {
    padding: 18px 14px
}

.battery-choose-point {
    background-color: #fff;
    box-shadow: #959da533 0 8px 24px;
    padding: 10px 21px;
    margin-bottom: 12px
}

.battery-choose-point h2,.battery-choose-point .h2 {
    font-weight: 600;
    font-size: 22px
}

.home-submit-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #120b67;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    margin-top: 20px
}

.home-submit-btn:hover {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0b0f2f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.ev-form-wrapper {
    background-image: url(home-banner-CmHChYr8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008ff5;
    background-blend-mode: overlay
}

.ev-hm-form-box {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 20px
}

.hm-info-head-box {
    text-align: center
}

.hm-infio-wrapper {
    background-color: #e9f3ff
}

.box-style {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.specialization-box {
    box-shadow: #0000001a 0 4px 12px;
    height: 100%
}

.specialisation-text-box {
    margin-top: 25px;
    padding: 10px 20px
}

.ev-sub-heading h2,.ev-sub-heading .h2 {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 2rem
}

.hm-need-wrapper {
    background-color: #e9f3ff
}

.need-box {
    display: flex;
    justify-content: center
}

.need-head-box {
    text-align: center;
    margin-bottom: 2rem
}

.need-icon-box i {
    background-color: #185bc6;
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center
}

.need-txt-box {
    margin-left: 20px
}

.hm-background-wrapper {
    background-image: url(hm-background-img-Bt_zZruU.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    background-blend-mode: overlay;
    background-color: #00000094
}

.hm-background-box h1,.hm-background-box .h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 65px
}

.hm-background-box h4,.hm-background-box .h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    font-size: 32px
}

.hm-btn-1 {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.hm-btn-1 a {
    background-color: #185bc6;
    color: #fff;
    border-radius: 30px;
    padding: 11px 24px
}

.hm-form-wrapper {
    background-color: #f0f0f0
}

.hm-form-box {
    background-color: #ddd;
    padding: 40px 30px;
    box-shadow: #63636333 0 2px 8px;
    border-radius: 10px
}

.form-control-box {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-cont button {
    background-color: #079fee;
    color: #fff;
    border-radius: 30px;
    padding: 8px 45px;
    border: none
}

.ev-ftbtn {
    display: flex;
    justify-content: center
}

.home-travel-banner {
    background-image: url(travel-banner-DQjwxWIY.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 5rem 0
}

.home-travel-banner h4,.home-travel-banner .h4 {
    font-size: 60px;
    color: #fff
}

.home-travel-banner p {
    font-size: 30px;
    color: #fff
}

.travel-get-touch-btn {
    margin-top: 30px
}

.travel-get-touch-btn a {
    background-color: #000;
    color: #fff;
    padding: 15px 60px;
    border-radius: 25px
}

.form-wrap-travel {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 35px
}

.form-wrap-travel h2,.form-wrap-travel .h2 {
    margin-bottom: 12px
}

.travel-input {
    margin-bottom: 20px
}

.travel-input input {
    padding: 1rem .75rem
}

.travel-submit-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 45px;
    border-radius: 25px
}

.travel-submit-btn:hover {
    background-color: #000;
    color: #fff;
    padding: 10px 45px
}

.travel-key-list {
    display: flex
}

.key-wrapper-travel {
    background: linear-gradient(136deg,#120b67 43%,#30279c 67%)
}

.key-wrapper-travel h4,.key-wrapper-travel .h4 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 30px
}

.travel-key {
    padding: 20px 24px;
    background-color: #fff;
    height: 100%;
    margin-bottom: 35px;
    border-radius: 15px
}

.info-txt-box h2,.info-txt-box .h2 {
    font-size: 35px;
    font-weight: 600
}

.info-txt-box h4,.info-txt-box .h4 {
    font-size: 30px;
    color: #008ff5
}

.travel-key h3,.travel-key .h3 {
    font-weight: 500
}

.key-wrapper-travel h2,.key-wrapper-travel .h2 {
    font-weight: 600;
    color: #fff
}

.info-txt-box p {
    font-size: 17px;
    line-height: 30px
}

.info-img-box img {
    border-radius: 15px
}

.btn-cont-travel button {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    padding: 10px 45px;
    margin-top: 17px;
    border: none
}

.contact-travel-img {
    margin-bottom: 35px
}

.contact-travel-img img {
    border-radius: 15px;
    height: 100%
}

.travel-form-wrapper {
    padding: 20px 10px;
    border-radius: 15px
}

.form-group-contact input {
    border: solid 1px #000;
    margin-bottom: 1rem;
    padding: 1rem .75rem
}

.travel-head {
    margin-bottom: 3rem
}

.why-box span {
    color: #0d2aaa;
    font-weight: 600
}

.lets-talk-box {
    text-align: center
}

.hm-btn-1 {
    margin-top: 30px
}

.travel-business-wrapper {
    background-image: url(travel-bg-BKrmFPQa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000d4;
    padding: 100px 0;
    background-attachment: fixed
}

.travel-business-box h4,.travel-business-box .h4 {
    color: #fff;
    font-weight: 800;
    font-size: 28px
}

.travel-business-box li {
    color: #fff;
    list-style-type: disclosure-closed;
    line-height: 40px;
    font-size: 18px
}

.btn-cont-travel button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #064dbc;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}

.btn-cont-travel button:hover {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0b0f2f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}

.realstate-form-wrapper {
    background-image: url(realstate-bg-h0rwomC9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #0000008a;
    background-blend-mode: overlay
}

.realstate-banner-txt-wrap h1,.realstate-banner-txt-wrap .h1 {
    font-size: 55px;
    color: #fff
}

.realstate-banner-txt-wrap p {
    color: #fff;
    font-size: 25px;
    margin-top: 25px
}

.real-contact-form {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: #63636333 0 2px 8px;
    border-radius: 15px
}

.real-input input {
    margin-top: 20px;
    padding: 1rem .75rem;
    border-radius: 0;
    border: solid 1px rgba(7,159,238,.2117647059)
}

.real-form-heading h4,.real-form-heading .h4 {
    color: #000
}

.real-btn-cont {
    margin-top: 20px
}

.real-btn-cont button {
    background-color: #000;
    border: transparent;
    padding: 10px 33px;
    color: #fff;
    border-radius: 25px
}

.service-head-box h2,.service-head-box .h2 {
    text-align: center;
    color: #fff;
    font-size: 35px
}

.service-head-box p {
    text-align: center;
    color: #fff;
    font-size: 17px
}

.why-real-state ul {
    padding-left: 0;
    line-height: 35px
}

.why-real-state ul span {
    color: #000;
    font-weight: 600
}

.hm-info-box {
    background-image: linear-gradient(#9c7761,#301f15);
    padding: 70px 40px;
    text-align: center;
    border-radius: 20px;
    margin-top: -115px
}

.hm-info-box h1,.hm-info-box .h1 {
    color: #fff;
    line-height: 55px
}

.hm-info-box p {
    color: #fff;
    margin-top: 30px;
    line-height: 30px
}

.services-wrapper {
    background-image: url(home-background-img-UgvhW6eo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000ab
}

.service-head-box p {
    color: #fff
}

.service-box {
    display: flex
}

.icon-width {
    width: 220px
}

.service-txt-box h4,.service-txt-box .h4 {
    color: #fff;
    font-weight: 600
}

.service-txt-box p {
    color: #fff
}

.quote-form-container {
    background: linear-gradient(136deg,#120b67 43%,#30279c 67%);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px #0000001a
}

.quote-form-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff
}

.quote-form-container p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px
}

.quote-form {
    display: flex;
    flex-direction: column
}

.form-group {
    margin-bottom: 15px
}

.form-group input,.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    background-color: #fff
}

.form-group input:focus,.form-group textarea:focus {
    border-color: #007bff
}

.submit-btn {
    padding: 12px;
    background-color: #06a5f0;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px
}

.submit-btn:hover {
    background-color: #0b0f2f
}

.work-process-wrapper {
    background-color: #fbfbfb
}

.work-heading-box {
    text-align: center;
    margin-bottom: 30px
}

.work-heading-box h6 {
    color: #064dbc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px
}

.work-heading-box h3 {
    color: #000;
    font-weight: 700;
    font-size: 30px
}

.website-info-wrap h6 {
    color: #064dbc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px
}

.website-info-wrap h3 {
    color: #000;
    font-weight: 700;
    font-size: 30px
}

.step-card-wrap {
    box-shadow: #63636333 0 2px 8px;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    height: 100%
}

.step-card-wrap img {
    width: 126px
}

.step-card-wrap h6 {
    font-size: 17px;
    color: #000;
    font-weight: 800;
    margin-top: 20px
}

.step-card-wrap h3 {
    color: #000;
    font-weight: 500;
    font-size: 22px
}

.step-card-wrap:after {
    left: auto;
    top: auto;
    right: 0;
    height: 140px;
    width: 140px;
    background-image: url(../images/vector_page/ser_bg_shape2.html);
    background-repeat: no-repeat
}

.payment-wrapper {
    background-color: #064dbc
}

.payment-heading-wrap {
    text-align: center;
    margin-bottom: 40px
}

.payment-heading-wrap h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px
}

.payment-heading-wrap p {
    color: #fff
}

.gateway-img-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.gateway-img-box img {
    box-shadow: 0 2px 10px #0000001a
}

.background-wrapper {
    background-image: url(app-development-bg-CXHw68VF.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000b0;
    padding: 125px 0
}

.app-bg-wrap h3 {
    color: #fff;
    font-weight: 800
}

.app-bg-wrap h2 {
    color: #fff;
    text-align: center;
    line-height: 40px
}

.app-bg-wrap p {
    color: #fff;
    font-weight: 300
}

.furniture-form-wrapper {
    background-image: url(background-img-1-CdAPtyh0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #262424fa
}

.furniture-card-wrap {
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 0 0 15px 15px
}

.furniture-banner-txt-wrap h2,.furniture-banner-txt-wrap .h2 {
    color: #fff;
    font-weight: 500;
    font-size: 65px
}

.furniture-banner-txt-wrap h3,.furniture-banner-txt-wrap .h3 {
    color: #fff;
    line-height: 45px
}

.furniture-head-info-box {
    text-align: center;
    margin-bottom: 30px
}

.furniture-btn-bg a {
    background-color: #000;
    color: #fff;
    padding: 10px 42px;
    border-radius: 30px
}

.form-header-box h2,.form-header-box .h2 {
    color: #000
}

.value-points i {
    background-color: #079fee;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center
}

.ab-points {
    margin-left: 15px
}

.furniture-btn-bg {
    margin-top: 45px
}

.br15 {
    border-radius: 15px
}

.furniture-info-box h2,.furniture-info-box .h2 {
    color: var(--primary);
    font-weight: 800;
    font-size: 25px
}

.furniture-service-box span {
    color: #000;
    font-weight: 600;
    font-size: 19px
}

.furniture-service-box li {
    line-height: 29px
}

.connect-wrapper {
    background-image: url(background-img-1-CdAPtyh0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
    background-blend-mode: overlay;
    background-color: #262424fa
}

.connect-box {
    text-align: center
}

.connect-box h2,.connect-box .h2 {
    color: #fff;
    font-size: 60px
}

.connect-box h5,.connect-box .h5 {
    color: #fff;
    line-height: 36px;
    font-size: 22px
}

.connect-btn {
    margin-top: 40px
}

.furniture-input input {
    padding: 1rem .75rem;
    border-radius: 0;
    border: solid 1px rgba(7,159,238,.2117647059)
}

.furniture-input label {
    margin-top: 20px
}

.connect-btn a {
    background-color: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.furniture-txt-box {
    text-align: center;
    padding: 35px
}

.furniture-img-box img {
    border-radius: 15px 15px 0 0
}

.furniture-why-head-box h2,.furniture-why-head-box .h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 800
}

.portfolio-box {
    background-color: #fff;
    box-shadow: 0 4px 12px #0000001a;
    text-align: center;
    padding: 0 10px 37px;
    height: 100%
}

.portfolio-box img {
    width: 500px
}

.portfolio-box h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 22px
}

.portfolio-box a {
    background-color: #064dbc;
    padding: 11px 14px;
    border-radius: 5px
}

.admin-btn {
    margin-bottom: 20px
}

.admin-btn a {
    background-color: #064dbc;
    color: #fff;
    padding: 20px
}

@media (max-width: 767px) {
    .box-4 {
        margin-top:0
    }

    .hm-about-wrap h1:before {
        content: "";
        position: absolute;
        left: 6px;
        width: 37%;
        top: 35px!important;
        height: 3px;
        background: linear-gradient(90deg,#ffae1d 43%,#0f51a1 67%);
        z-index: 100
    }
}

@media (max-width: 991px) {
    .hm-social-icons-wrapper .social-inner-wrap {
        display:flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 24px
    }

    .hm-why-box {
        text-align: center;
        padding: 0
    }

    .hm-about-wrap {
        padding-right: 0
    }

    .box-1,.box-2 {
        margin-bottom: 30px
    }

    .box-3 {
        margin-bottom: 30px;
        margin-top: -24px
    }

    .box-4 {
        margin-bottom: 30px
    }

    #counter .item .text {
        text-align: start;
        font-size: 20px;
        font-weight: 600
    }

    .arrow-center {
        display: flex;
        justify-content: start
    }

    .navbar .nav-link {
        font-size: 16px;
        font-weight: 600;
        margin-right: 15px;
        transition: color .3s ease-in-out;
        border-bottom: solid 1px #d8d8d8;
        line-height: 33px
    }

    .navbar-toggler {
        border: none
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0;
        border: none
    }
}

@media (max-width: 1200px) {
    .form-wrap {
        padding:25px;
        margin-top: 40px
    }

    .hm-about-wrap h1:before {
        content: "";
        position: absolute;
        left: 6px;
        width: 37%;
        top: 43px;
        height: 3px;
        background: linear-gradient(90deg,#ffae1d 43%,#0f51a1 67%);
        z-index: 100
    }
}

.modal-one-input {
    padding: 1rem .75rem
}

.modal-content {
    box-shadow: #959da533 0 8px 24px;
    border-radius: 10px
}

.modal-body {
    background: linear-gradient(to right,#def4ff,#fffedd);
    padding: 9px 0 0
}

.modal-header {
    border-bottom: none;
    background-color: #def4ff
}

.modal-title {
    font-weight: 700
}

.btn-close {
    float: right;
    position: relative;
    top: 2px;
    right: 10px
}

.formErrors {
    background-color: red
}

#formErrors ul {
    margin: 0;
    background-color: #fff!important;
    padding: 15px 30px;
    border-radius: 10px
}

#formErrors li {
    color: #000
}

.card-style1 {
    box-shadow: #959da533 0 8px 24px;
    background-color: #fff;
    padding: 25px
}

.card-footer-btn a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #064dbc;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    border: none
}

.card-footer-btn a:hover {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0b0f2f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}
.expertise-txt-wrap h4{
    text-align: center;
    color: #fff;
}.expertise-txt-wrap p{
    color: #fff;
    text-align: center;
}
.cenimg{
    width: 18%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 8px 14px;
    border-radius: 100px;
    margin-bottom: 10px;
}
.martop-20{
    margin-top: 20px;
}
.clientlogo{
    box-shadow: 0px 0px 11px #c3c1c1;
    border-radius: 5px;
    margin: 13px;
}
.clientlogo img{
    border-radius: 5px;
}
/*call button*/
.SocialButton {
    position: fixed;
    bottom: 20px;
    width: 80px;
    z-index: 999;
    left: 10px;
    display: block;
}
.SocialButton li {
    width: 50px;
    float: none;
    /* background: #0a97d2; */
    margin-bottom: 10px;
    border-radius: 50%;
    font-size: 24px;
    /* box-shadow: 2px 3px 18px #fff; */
    color: #fff;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}

.SocialButton li a {
    width: 100%;
    float: left;
    color: #fff;
}
.SocialButton li:last-child {
    margin-left: 0;
    /* background-color: #1fde7d00; */
}
.SocialButton ul{
    margin-bottom: 0px;
    padding-left: 4px;
}
.container-fluid{
    width: 95%;
}
/*end*/
/* Animated Title Border */
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #FA6742;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

.sidebar-right .widget .animate-border:after{
    animation:none;    
}


.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;

}
.animate-border.border-black:after {
    border-right-color: #151414;
    border-left-color: #151414;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #fa6742;
    border-left-color: #fa6742;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}
@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}
.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	left: 19px;
	bottom: 93px;
	background: #ec8b00;
	width: 35px;
	height: 35px;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	}
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 17px;
        margin-left: -7px;
	  }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
.card-body .card-heading{
    text-align: left;
}
.card-body .card-heading p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-body .card-footer-btn{
    text-align: left;
    margin-top: 10px;
}
.socialicons img{
    width: 25px;
    background: #fff;
    border-radius: 100px;
}
.testimonials-wrapper{
    padding-top: 50px;
    padding-bottom: 60px;
}
.forsystem{
    display: block;
}
.fixed-bottom {
        display: none;
    }
.forsystemmm{
    display: contents;
}
.sdfsdf h5{
    color: #fff;
}
.owl-nav .owl-prev{
    padding: 0px 10px !important;
    background: #0049ad;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    border-radius: 7px;
    margin-right: 2px;
}
.owl-nav .owl-next{
    padding: 0px 10px !important;
    background: #0049ad;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    border-radius: 7px;
    margin-left: 2px;
}
@media only screen and (max-width: 768px) {
     /*fixed bottom*/
    .fixed-bottom {
        z-index: 3;
        display: block;
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }

    .sectionpdd {
        padding: 0px !important;
    }

    .link-on-bottom .mobile-bottom-link {
        margin-bottom: 0;
        background-color: #fff;
        border-top: 1px solid #e2e6ef;
        border-bottom: 1px solid #e2e6ef;
    }

    .flex-layout.no-wrap {
        flex-wrap: nowrap;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .space-between {
        justify-content: space-between;
    }

    .flex-layout {
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .link-on-bottom .mobile-bottom-link li {
        flex: 0 0 20%;
        max-width: 25%;
    }

    .link-on-bottom .mobile-bottom-link li {
        margin-bottom: 0;
        flex: 1;
    }

    .link-on-bottom .mobile-bottom-link li a:not(:hover) {
        color: #282828;
        visibility: visible !important;
    }

    .link-on-bottom .mobile-bottom-link li a {
        padding: 7px 2px;
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 13px;
        margin-top: 0px;
        visibility: visible !important;
        color: #333;
    }

    .link-on-bottom .mobile-bottom-link li a span {
        color: #9f9f9f;
    }

    .link-on-bottom .mobile-bottom-link li a span {
        display: block;
        font-size: 17px;
        margin-bottom: 9px;
    }

    .menuinfooter .menu-btn {
        position: inherit;
        left: 0px;
    }
    .link-on-bottom .mobile-bottom-link li a img {
        width: 35%;
        margin-bottom: 4px;
    }
    .footer-section {
    padding: 60px 0 60px;
    background: #01516a;
    color: #fff;
}
    #progress {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 56px;
    right: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: grid
;
    place-items: center;
    z-index: 99999;
    cursor: pointer;
}
    /*fixed bottom end*/
  .forsystem{
    display: none;
}.forsystemmm{
    display: none;
}
    #counter .item .count {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
}
#counter .item .text {
        text-align: start;
        font-size: 12px;
        font-weight: 600;
    }
    .hm-background-wrapper {
    padding: 50px 0;
}
    .SocialButton{
        display: none;
    }
    .call-buton{
        display: none;
    }
    .footer-copyright {
    padding-bottom: 70px;
}
    .modal-body img{
        display: none;
    }
}