.bg-00436a {
    background-color: #00436a;
}

.pt-40 {
    padding-top: 40px;
}

.fs-28 {
    font-size: 28px;
}

.default-btn {
    border: none;
    box-shadow: none;
    padding: 14px 28px 13px 28px;
    border-radius: 100px;
    background-color: #fa532e;
    transition: all 0.5s;
    font-weight: 600;
    position: relative;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    border: 1px solid transparent;
}

.default-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: #00436a;
    transition: all 0.5s;
    z-index: -1;
}

.default-btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: 0 100px 100px 0;
    background-color: #00436a;
    transition: all 0.5s;
    z-index: -1;
}

.default-btn:hover {
    color: #fff !important;
    border: 1px solid #fff;
}

.default-btn:hover::before {
    width: 50%;
    height: 100%;
}

.default-btn:hover::after {
    width: 50%;
    height: 100%;
}

.default-btn.style-1 {
    color: #fff !important;
    background-color: #00436a;
    border: 1px solid #fff;
}

.default-btn.style-1::before {
    background-color: #fa532e;
}

.default-btn.style-1::after {
    background-color: #fa532e;
}

.default-btn.style-1:hover {
    border: 1px solid #fa532e;
}

.section-heading {
    margin-bottom: 45px;
}

.section-heading h2 {
    font-size: 23.25px;
    font-weight: 700;
    line-height: 31.5px;
    margin-bottom: 0;
    color: rgb(0, 67, 106);
    margin-bottom: 0;
}

.software-about-area .s-about-content .mt-1 {
    margin-top: 40px !important;
}

.software-about-area .s-about-content .tab-items {
    margin-bottom: 30px;
}

.software-about-area .s-about-content .tab-items p {
    max-width: 400px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.software-about-area .s-about-content .tab-items .nav-pills .nav-item {
    margin-bottom: 0;
}

.software-about-area .s-about-content .tab-items .nav-pills .nav-link {
    margin-right: 10px !important;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.software-about-area .s-about-content .tab-items .nav-pills .nav-link.active {
    color: #fff;
    background-color: #fa532e;
}

.software-about-area .s-about-content .tab-items .nav-pills .nav-link:last-child {
    margin-right: 0;
}

.software-about-area .s-about-content ul li {
    color: #fff;
    margin-bottom: 15px;
}

.software-about-area .s-about-content ul li i {
    font-size: 20px;
    color: #fa532e;
}

.software-about-area .s-about-content ul li:last-child {
    margin-bottom: 0;
}

.software-about-area .s-about-content .default-btn {
    border: 1px solid #fa532e;
}

.software-about-area .s-about-content .default-btn:hover {
    border: 1px solid #fff;
}

.software-about-area .s-about-image {
    z-index: 1;
}

.software-about-area .s-about-image .shape {
    top: 0;
    left: 145px;
    position: absolute;
}

.software-about-area .shape1 {
    bottom: 80px;
    left: 0;
    z-index: 0;
    position: absolute;
}

.software-about-area .shape2 {
    top: 0;
    right: 0;
    z-index: 0;
    position: absolute;
}

.bg-rgb {
    background-color: rgba(0, 67, 106, 0.15);
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
About Area CSS
================================================================================*/
.about-area .section-heading p {
    margin-bottom: 30px;
}

.about-area .section-heading ul {
    margin-bottom: 40px;
}

.about-area .section-heading ul li {
    font-size: 18px;
    font-weight: 700;
    color: #00436a;
    margin-bottom: 15px;
}

.about-area .section-heading ul li:last-child {
    margin-bottom: 0;
}

.about-area .section-heading ul li i {
    color: #fa532e;
    font-size: 18px;
    margin-right: 5px;
}

.about-image .card1 {
    top: 65px;
    right: auto;
    left: -40px;
    position: absolute;
    padding: 15px 65px 15px 15px;
    border: 7px solid rgba(233, 224, 224, 0.5607843137);
}

.about-image .card1 .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #bf297c;
}

.about-image .card1 .icon img {
    max-width: 30px;
}

.about-image .card1 h3 {
    font-weight: 700;
}

.about-image .card1 span {
    font-weight: 600;
    color: #555;
}

.about-image .style-1 {
    top: auto;
    bottom: 190px;
    right: auto;
    left: -170px;
}

.about-image .style-1 .icon {
    background-color: #43bf47;
}

.about-image .style-2 {
    top: auto;
    bottom: 0;
    right: 30px;
    left: auto;
}

.about-image .style-2 .icon {
    background-color: #492f86;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* About Area CSS */
    .about-area .section-heading h2 {
        font-size: 33px;
    }

    .about-image .card1 {
        top: 80px;
        padding: 10px 45px 10px 14px;
    }

    .about-image .style-1 {
        right: auto;
        left: -25px;
        top: auto !important;
    }

    .about-image .style-2 {
        top: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 25px;
    }

    /* About Area CSS */
    .about-image .card1 {
        top: 0;
        right: 0;
        left: 0;
        position: relative;
    }

    .about-image .style-1 {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-image .style-2 {
        left: 0;
    }

    .about-area .section-heading ul {
        margin-bottom: 25px;
    }

    .about-area .section-heading ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .about-area .section-heading p {
        margin-bottom: 20px;
    }
}

.br-15 {
    border-radius: 15px;
}

.gap-3 {
    gap: 1rem !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-40 {
    font-size: 40px;
}

/*
Testimonials Area CSS
================================================================================*/
.testimonials-area.style-1 .top-bar .as-btn {
    opacity: 0;
    max-width: 250px;
    margin-left: auto;
    visibility: hidden;
    transition: all 0.5s;
}

.testimonials-area:hover .top-bar .as-btn {
    visibility: visible;
    opacity: 1;
}

.testimonials-content {
    width: 100%;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimono-card {
    padding: 45px;
}

.testimono-card .mb-35 {
    margin-bottom: 35px;
}

.testimono-card .user {
    margin-bottom: 15px;
}

.testimono-card .user1 img {
    max-width: 50px;
}

.testimono-card .icon {
    font-size: 50px;
    color: #999;
}

.testimono-card i {
    font-size: 20px;
    color: #ffb31c;
}

.testimono-card .content span {
    color: #d1d3d4;
}

.testimoni-warp .section-heading i {
    font-size: 18px;
    color: #ffb31c;
}

.testimoni-warp .section-heading span {
    font-size: 18px;
    font-weight: 700;
}

.testimoni-warp .t-shape {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* Testimono Area CSS */
    .testimonials-content {
        padding: 50px 30px;
    }
}
