/********** Template CSS **********/
:root {
    --primary: #1DB4D2;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.body {
    height: 100%;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 120px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
    outline: none;
}

.owl-carousel .owl-item img {
    width: auto;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.cus-client-list-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.cus-client-list-card img {
    max-width: 220px;
    min-width: 100px;
}

@media(max-width: 500px) {
    .cus-client-list-card img {
        max-width: 170px;
    }

    .cus-client-list-card {
        justify-content: space-evenly;
    }
}

@media(max-width: 400px) {
    .cus-client-list-card img {
        max-width: 130px;
        min-width: 70px;
    }
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.home-about-content p {
    font-size: 13px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-caption h1 {
    font-size: 70px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(#22b3cdc7, #22b3cdf3), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.cus-services-card {
    gap: 20px 30px;
}

.cus-services-card div {
    flex-basis: calc((100% / 3) - 20px);
    background: #1fb5cc86;
    font-size: 1.5rem;
}

@media(max-width: 768px) {
    .cus-services-card div {
        flex-basis: calc(50% - 15px);
    }
}

@media(max-width: 470px) {
    .cus-services-card div {
        flex-basis: 100%;
    }

    .navbar-brand>img {
        max-width: 220px !important;
    }
}

.accolades>.row:nth-child(odd)>div:nth-child(1) {
    order: 1;
}

.service-tab {
    overflow-x: auto;
    padding-bottom: 10px;
}

.service-tab::-webkit-scrollbar {
    height: 6px;
}

.service-tab::-webkit-scrollbar-thumb {
    background-color: #1DB4D2;
    border-radius: 25px;
}

.service-tab .nav {
    flex-wrap: nowrap;
}

.service-tab .nav .nav-link {
    white-space: nowrap;
    font-size: 14px;
    color: #555555;
}

.service-tab .nav .nav-link i {
    color: #1DB4D2;
}

.service-tab .nav .nav-link.active {
    color: #fff;
}

.service-tab .nav .nav-link.active i {
    color: #fff;
}

.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(31, 53, 117, 0) 23%, rgba(31, 53, 117, 0) 38%, #000);
    content: '';
}

.service-box h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
}

.service-description {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #1DB4D2;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.service-box:hover .service-description {
    top: 0;
}

.service-description h4 {
    color: #011A41;
    font-size: 20px;
}

.service-description p {
    font-size: 16px;
    color: #444;
    line-height: 30px;
}

.contact-box {
    padding: 20px;
    border: 1px solid #1DB4D2;
    border-radius: 10px;
    min-height: 100%;
}

.testimonial-box {
    border: 1px solid #ccc;
}

.testimonial-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 50% top;
}

.testimonial-content {
    padding: 20px;
}

.testimonial-content h4 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}

.testimonial-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial-content a {
    font-size: 14px;
    font-weight: 600;
    color: #000B1C;
}

.testimonial-content p {
    font-size: 14px;
}

.focus-box {
    text-align: center;
}

.disclaimer-box {
    padding: 5px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.disclaimer-box p {
    font-size: 10px;
    color: #444;
    margin: 0;
}

.google-map {
    padding: 30px 0px;
}

.google-map img {
    width: 100%;
}

.map-location-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map-location-list ul li {
    padding-bottom: 10px;
}

.map-location-list ul li span {
    display: inline-flex;
    padding: 5px 10px;
    background-color: #1DB4D2;
    border-radius: 20px;
    color: #fff;
    align-items: center;
    gap: 10px;
}

.focus-box i {
    font-size: 45px;
    color: #1DB4D2;
    margin-bottom: 20px;
}

.marquee-area {
    background-color: #011A41;
}

.marquee-area p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

.marquee-area .text-price {
    color: #DAA520;
    font-weight: 600;
}

.marquee-area .text-green {
    color: #52AF27;
    font-weight: 600;
}

.marquee-area .text-red {
    color: red;
    font-weight: 600;
}

.footer-padding {
    padding-bottom: 40px;
}

.about-banner {
    background-image: url(../img/about-banner.jpg);
}

.client-banner {
    background-image: url(../img/client-banner.jpg);
}

.contact-banner {
    background-image: url(../img/contact-banner.jpg);
}

.section-pad {
    padding-top: 128px;
}

.table-btn {
    padding: 5px 10px;
    color: #fff;
    background-color: #011A41;
}

.base-style tbody tr {
    vertical-align: middle;
}

.table-filter-btn {
    background-color: #011A41;
    color: #fff !important;
    border-radius: 20px;
    padding: 6px 20px;
}

.login-pad {
    padding: 180px 0px 40px;
}

.login-form {
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 12px;
}

.login-form h2 {
    font-size: 45px;
    margin-bottom: 30px;
    text-align: center;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.form-group {
    margin-bottom: 30px;
}

.form-group .form-control {
    height: 46px;
}

.password-field {
    position: relative;
}

.password-field .password-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px 10px;
}

.login-btn {
    padding: 10px 20px;
    font-weight: 600;
    color: #fff !important;
    background-color: #011A41;
    width: 100%;
}

.map-location-list h4 {
    margin-bottom: 20px;
}

.promise-section {
    background-color: #effcff;
}

.section-header {
    margin-bottom: 40px;
}

.section-header h3 {
    font-size: 36px;
    font-weight: 600;
}

.section-header p {
    width: 60%;
    font-size: 14px;
    margin: 0px auto 20px;
}

.promise-box {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    height: calc(100% - 30px);
    border-radius: 10px;
    margin-bottom: 30px;
}

.promise-box i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1db4d2;
}

.promise-box h4 {
    font-size: 20px;
}

.promise-box p {
    font-size: 14px;
    margin: 0;
}

.success-story-section .promise-box {
    background-color: #effcff;
}

.why-us-sect .table th {
    background-color: #119cb8;
    border: 1px solid #1DB4D2;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.why-us-sect .table td {
    border: 1px solid #1DB4D2;
    font-size: 14px;
    padding: 6px;
}

.why-us-sect .table td.text-blue {
    color: #000B1C;
}

.value-box p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.value-box p span {
    font-size: 14px;
    font-weight: 300;
    color: #444;
}

.customer-review {
    background-color: #fff;
    border: 1px solid #119cb8;
    border-radius: 10px;
    padding: 20px 15px;
}

.customer-review p {
    font-size: 14px;
    margin-bottom: 10px;
}

.rating {
    margin-bottom: 10px;
}

.rating i {
    display: inline-block;
    margin: 0px 5px;
    color: #DAA520;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-profile-pic img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center center;
}

.user-profile-info h4 {
    font-size: 16px;
    margin: 0;
}

.user-profile-info p {
    margin: 0;
    font-size: 14px;
}

.bottom-text {
    padding: 20px;
    background-color: #000B1C;
    border-radius: 10px;
}

.bottom-text p {
    color: #fff;
    font-size: 16px;
}

.process-box {
    position: relative;
    text-align: center;
    padding: 30px;
    height: 100%;
}

.process-box span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #1db4d2;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
}

.process-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    font-size: 30px;
    color: #1db4d2;
}

.unlisted-shares-content {
    padding: 0px 40px;
}

.unlisted-shares-content p {
    font-size: 14px;
}

.types-of-unlisted-share .box {
    padding: 10px;
    text-align: center;
    background-color: #119cb8;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.types-of-unlisted-share .box p {
    margin: 0;
}

.types-of-unlisted-share .box p span {
    font-size: 14px;
}

.benefit-inveting {
    background-color: #1DB4D2;
}

.benefit-inveting .section-header h3 {
    color: #fff;
}

.stories-box {
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.stories-box img {
    height: 30px;
    margin: 10px auto;
}

.stories-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.stories-box ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.stories-box ul li {
    width: calc(100%/3);
    padding: 10px;
    background-color: #cdf7ff;
    font-size: 14px;
}

.stories-box.two-field ul li {
    width: calc(100%/2);
}

.stories-box ul li h4 {
    font-size: 18px;
    color: #000B1C;
    margin: 0;
}

.stories-box span {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #52a7b7;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 15px 0px;
}

.stories-box span i {
    margin-right: 6px;
}

.stories-box ul li:nth-child(even) {
    background-color: #a8c2eb;
}

.stories-box p {
    font-size: 12px;
    color: #000B1C;
}

@media(max-width:992px) {
    .navbar .navbar-nav {
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
        height: 280px;
        overflow-y: auto;
    }

    .navbar-collapse {
        background: #fff;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .process-box {
        margin-bottom: 30px;
        height: auto;
        padding: 35px;
    }

    .process-box p {
        margin: 0;
    }

    .process-box i {
        top: 100%;
        left: 48%;
        transform: translateX(-50%);
        rotate: 90deg;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }

    .footer-padding {
        padding-bottom: 60px;
    }
}

@media(max-width:580px) {
    .login-pad {
        padding: 150px 0px 20px;
    }

    .login-form {
        padding: 20px 10px;
    }

    .login-form h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .process-box {
        margin-bottom: 20px;
        padding: 20px;
    }

    .section-header h3 {
        font-size: 25px;
    }

    .section-header p {
        width: 100%;
    }

    .unlisted-shares-content p {
        width: 100%;
    }

    .unlisted-shares-content {
        padding: 0px 10px;
    }

    .stories-box ul li h4 {
        font-size: 14px;
    }

    .stories-box ul li {
        font-size: 12px;
    }

    .stories-box h4 {
        font-size: 16px;
    }

    .value-box p {
        font-size: 18px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .exploreButton {
        padding: 5px 20px !important;
        font-size: 14px;
    }

    .navbar-brand img {
        max-width: 200px !important;
        margin: 0px !important;
    }

    .footer-padding {
        padding-bottom: 110px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .my-5 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    .display-5 {
        font-size: calc(1rem + 2.1vw);
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 2rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }

    .btn-lg-square {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    h3,
    .h3 {
        font-size: calc(1rem + .6vw);
    }

    h4,
    .h4 {
        font-size: calc(1rem + .3vw);
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 1rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1rem;
    }

    .promise-box h4 {
        font-size: 18px;
    }

    .focus-box i {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .navbar-toggler {
        font-size: 14px;
        padding: 7px;
    }

    .cus-client-list-card {
        gap: 10px 20px;
    }

    .table-filter-btn {
        padding: 4px 10px;
        font-size: 14px;
    }
}

.btn {
    transition: unset !important;
}

.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 70px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 999;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(../img/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../img/New\ folder/whatspp.webp) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.newHeader .navbar {
    background-color: white !important;
}