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

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-100 {
    margin-top: 100px;
}
.pt-80 {
    padding-top: 50px;
}
.pb-80 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.bg-white {
    background: #fff;
}
.text-white {
    color: white !important;
}
.text-black {
    color: black !important;
}
.bg-black {
    background: black !important;
}
.light-green {
    color: #e0ecde;
}
.light-black {
    color: #160828;
}
.text-pink,
.w--current {
    color: #25b3e3 !important;
}

.text-center {
    text-align: center;
}

.bg-dark-green {
    background: #425e67;
}

.overflow-hidden {
    overflow: hidden;
}

.footer_policy {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_policy h3 {
    margin-top: 50px;
    font-size: 30px;
}
.footer_policy p {
    font-size: 18px;
}
.footer_policy p:not(:first-child) {
    margin-top: 20px;
}
.footer_policy ul li p {
    margin-top: 5px !important;
}
.promises-list {
    display: flex;
    gap: 50px;
    color: #fff;
}

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

.footer-logo {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding-right: 20px;
}

.overflow-x-hidden {
    overflow-x: hidden;
}
.services-saas-solution .saas-solution-tab-link {
    font-size: 12px;
    text-align: center;
}
.operation-saas-solution .saas-solution-tab-link {
    font-size: 18px;
    text-emphasis: center;
}

#name-error,
#phone-error,
#message-error,
#email-error {
    font-size: 12px;
    color: red;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.testimonials-wrapper .into-view {
    display: flex;
    align-items: center;
}

.featured-blog-section {
    padding-top: 80px;
}

.hover-org:hover {
    text-decoration: underline !important;
}

.faq-section {
    padding-top: 80px;
}
.border-black {
    border: 1px solid black;
}
.rounded-lg {
    border-radius: 15px;
}

.service-advantages {
    display: flex;
    gap: 50;
}
.service-advantages div {
    min-width: 400px;
    width: 33%;
    height: 500px;
    border-radius: 50px;
}
.our-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.contact-submit-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

.featured-blog-meta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-blog-meta-wrapper a {
    font-size: 18px;
    text-transform: uppercase;
}
.featured-blog-heading {
    font-size: 18px;
}

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

.fw-normal {
    font-weight: normal;
}

.fw-500 {
    font-weight: 500;
}

.service-span {
    font-size: 14px;
}

.uppercase {
    text-transform: uppercase;
}
.unique-feature-heading,
.footer-form li h4 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.section-short-details,
.unique-feature-paragraph,
.white-dashboard-subtitle,
.main-button-wrapper ul li,
.footer-form p,
.footer-form li a,
.item-wrapper-home-1 p,
.tab-content-home-4 p .description-wrap p,
.services-description {
    font-size: 18px;
}

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

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

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

.mt-10 {
    margin-top: 10px;
}

.goal_bg {
    background: url("../img/about/where_visions_become.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
}

.video-cover {
    background-size: cover;
    background-image: url("../img/about/designing_websites_.jpg") !important;

    background-repeat: no-repeat;
}

.unique-feauture-icon-wrapper img {
    height: 50px;
    object-fit: contain;
}

.contact-detail-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    padding: 50px 0px 0px 0px;
}
.contact-detail-card div {
    height: 300px;
    background: white;
    border-radius: 20px;
    border: 1px solid lightgray;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
}
.contact-detail-card ul {
    list-style: none;
}
.contact-detail-card ul li {
    text-align: center;
    max-width: 300px;
}
.contact-detail-card h4 {
    text-align: center;
}
.contact-detail-card a {
    font-weight: 400;
}

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

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #25b3e3 !important;
}

.message-field {
    max-height: 300px;
    max-width: 600px !important;
}

#message-error {
    margin-top: 10px;
}

.testimonial-small-slide:nth-child(1)
    .testimonial-slide-number
    .testimonial-circle {
    padding-top: 0 !important;
}

.testimonial-small-slide .testimonial-slide-number .testimonial-circle {
    padding-top: 70px !important;
}
