.modal-header {
    flex-wrap: wrap;
    position: relative;
    padding: 10px;
    text-align: center
}

.modal-dialog {
    margin: 0 auto
}
.shadow-box .col {
    position: relative;
    box-shadow: 0 0 10px rgba(0 0 0 /10%);
    padding: 20px;
    height: 100%
}

.list-circle-list span.icon-wrapper {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center !important
}

ul.list-circle-list li.fusion-li-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    padding: 25px !important;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    margin: 17px
}

.list-circle-list li:hover {
    margin-top: -10px
}

.related-posts-swiper .swiper-slide.swiper-slide {
    background-color: #f5f5f5;
    padding-bottom: 15px;
    height: auto
}

.related-posts-swiper a.fusion-related-posts-title-link,
section.related-posts.single-related-posts a.fusion-related-posts-title-link {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.whybox.newhome {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 53%);
    transition: box-shadow .5s;
    padding: 15px !important;
    border-radius: 18px;
    border-bottom: 4px solid #0770c1;
    margin-bottom: 20px;
    color: #222;
    min-height: 210px
}

.newhome .icon-box.newhomeimg {
    margin: 10px auto;
    height: 153px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%
}

.newpageblog .recent-posts-content {
    min-height: auto !important
}

.border-plain td,
.border-plain th {
    border: 1px solid #c9c9c9;
    padding: 6px 10px
}

html body .react-new-box .fusion-column-wrapper {
    padding: 20px !important;
    box-shadow: 4px 4px 18px rgba(0 0 0 /10%);
    border-bottom: 3px solid #0776c5
}

html body .react-new-box .fusion-column-wrapper h3 {
    min-height: 60px;
    color: #0772c2;
    font-weight: 600
}

html body .react-new-box .fusion-column-wrapper p {
    min-height: 275px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    white-space: normal
}

.cta-row input.wpcf7-form-control , .cta-row textarea.wpcf7-form-control{
    border-bottom: 1px solid #0770c1 !important;
    color: #0770c1 !important;
    font-size: 14px;
}
section#text-16 {
    padding: 15px;
    background: #f5f5f5;
}

section#text-16 h4.widget-title.fusion-responsive-typography-calculated{
    color: #0770c1 !important;
}


/*30/04 CSS*/
div#dialog {
    /* background: #fff; */
    background-color: rgb(0 117 190) !important;
    width: 50% !important;
    margin: 0 auto;
    padding: 30px;
    z-index: 99999 !important;
    max-height: 534px;
    min-height: 534px;
    opacity: 1;
    display: block;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 33%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*    margin-top: 23rem !important;*/
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
  z-index: 999;
}
form.wpcf7-form.init p {
    margin: 0;
}

.ui-dialog-buttonpane {
    display: none;
}
div#dialog ul li {
    color: #fff;
}

div#dialog {
    /* background: #fff; */
    background-color: rgb(0 117 190) !important;
   /*    margin-top: 100px !important;
    min-height: auto !important;
    opacity: 1;
    display: block;
    background-color: rgb(85, 85, 85) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    color: #fff !important;
    border-width: 0px;
    border-color: rgb(234, 233, 233);
    border-style: solid;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(https://synergytop.com/wp-content/uploads/2022/11/web-app-development-1.webp);*/
}
div#dialog h2 {
    color: #fff;
}
div#dialog h3.fusion-responsive-typography-calculated {
    font-size: 14px;
    color: #fff !important;
}
span.ui-dialog-title {
    display: none;
}
textarea#about-project {
    height: 70px;
}
div#wpcf7-f34227-o2 label {
    color: #fff;
}

.ui-dialog-buttonset {
    position: relative;
}

@media screen and (min-width: 480px) { 
    div#dialog {
        height: 100% !important;
    }
}


/* 02-07-2024 Code Start Here */

/* Loader Container */
#site-loader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #ffffff; /* White background */
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loader Circle */
#site-loader .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #2c3280;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.php-service .content-container p {
    padding: 0px 20px;
}

.wordpress-process .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-column-wrapper-legacy {
    background-color: white;
}


.services-box.mobile-app-dev-services .fusion-layout-column .fusion-column-wrapper {
    min-height: 100% !important;
}