﻿body {
    background-color:white;
}

#ImgHeader {
    width: auto;
    padding-bottom: 0;
}


.DatePersian, .YearPersian {
    direction: ltr;
}
/*==============================

        HERO

===============================*/
.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-bottom: 40px;
    background-color: #ecf3fd;
}


.hero-content {
    text-align:center;
}


.hero-badge {
    display: inline-block;
    background: #EAF3FF;
    color: #1565C0;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px;
}


.hero-content h1 {
    font-size: 46px;
    color: #17365D;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 25px;
}


.hero-content p {
    color: #666;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 35px;
    direction:rtl;
    padding:40px;
}


.hero-buttons a {
    display: inline-block;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    transition: .35s;
}




/*==============================
    Archive Section
===============================*/

.archive-section {
    background: #ffffff;
}

.archive-section-Box {
    background-color: white;
    border-radius: 20px;
    top: -40px;
    position: relative;
    border: 10px white solid;
    transition: all .35s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);

}





    /******** Title ********/
    .archive-header {
        text-align: center;
        margin-bottom: 60px;
    }

.archive-badge {
    display: inline-block;
    background: #edf3fd;
    color: #1565C0;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.archive-header h2 {
    font-size: 42px;
    color: #17365D;
    font-weight: bold;
    margin-bottom: 20px;
}

.archive-header p {
    width: 700px;
    max-width: 100%;
    margin: auto;
    color: #777;
    font-size: 17px;
    line-height: 34px;
}



/******** Flex ********/

.archive-list {
    display: flex;
    justify-content: center;

}



/******** Card ********/

.archive-card {
    background: white;
    padding: 40px 30px;
    text-align: center;

}





/******** Icon ********/

.archive-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #edf3fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .archive-icon i {
        font-size: 34px;
    }


.archive-card:nth-child(1) .archive-icon {
    background: #E3F2FD;
    color: #1976D2;
}

.archive-card:nth-child(2) .archive-icon {
    background: #E8F5E9;
    color: #2E7D32;
}

.archive-card:nth-child(3) .archive-icon {
    background: #FFF3E0;
    color: #F57C00;
}

.archive-card:nth-child(4) .archive-icon {
    background: #FCE4EC;
    color: #D81B60;
}

.archive-card:nth-child(5) .archive-icon {
    background: #F3E5F5;
    color: #7B1FA2;
}

.archive-card:nth-child(6) .archive-icon {
    background: #E0F7FA;
    color: #00838F;
}
/******** Text ********/

.archive-card h3 {
    color: #17365D;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.archive-card p {
    color: #666;
    line-height: 32px;
    margin: 0;
}



.btn-start {
    background: #1565C0;
    color: white;
    margin-left: 10px;
}


    .btn-start:hover {
        background: #0D47A1;
        color: white;
        text-decoration: none;
    }


.btn-guide {
    border: 2px solid #1565C0;
    color: #1565C0;

}


    .btn-guide:hover {
        background: #1565C0;
        color: white;
        text-decoration: none;
    }


.hero-image {
    width: 100%;


}





/*=====================================

        Process Section

======================================*/

.process-section {
    background: #ffffff;
    direction:rtl;
}
    .process-section .container {
        background-color: #f8fafe;
        border-radius: 20px;
        border: 10px #f8fafe solid;
        transition: all .35s ease;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    }
.section-header{
    text-align:center;
}
/*********************************/
.process {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 70px;
}


/*********************************/

.process-item {
    flex: 1;
    text-align: center;
}


/*********************************/

.process-icon {
    width: 95px;
    height: 95px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf1f7;
    box-shadow: 0 4px 12px rgba(0,0,0,.05), 0 12px 30px rgba(0,0,0,.04);
    transition: .35s;
}

.process-item:hover .process-icon {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(21,101,192,.12);
}

.process-icon i {
    font-size: 38px;
    color: #1565C0;
}


/*********************************/

.process-item h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #17365D;
    font-weight: bold;
}


.process-item p {
    color: #6d7682;
    line-height: 30px;
    margin: 0 auto;
    max-width: 220px;
}


/*********************************/

.process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7aa8eb;
    font-size: 30px;
    margin-top: 35px;
    position: relative;
}

    .process-arrow::before {
        content: "";
        width: 70px;
        border-top: 2px dashed #d8e6fb;
        left: 25px;
    }


/*********************************/

@media(max-width:991px) {

    .process {
        flex-direction: row;
        gap: 40px;
        overflow-x:scroll;
    }

    .process-arrow {
        display: none;
    }
}





/*==================================

        About Section

===================================*/

.about-section {
    padding: 40px 0;
    background: #ffffff;
    direction:rtl;
}


.about-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: #edf9f6;
    border-radius: 24px;
    padding: 45px 55px;
    border: 1px solid #e4edf9;
}


/*************************/

.about-image {
    flex: 0 0 320px;
}

    .about-image img {
        width: 100%;
        display: block;
    }


/*************************/

.about-content {
    flex: 1;
}

    .about-content h2 {
        font-size: 32px;
        color: #17365D;
        margin-bottom: 45px;
        font-weight: bold;
    }


/*************************/

.about-items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}


.about-item {
    flex: 1;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}


.about-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddf3ec;
    color: #16a085;
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}


.about-item h3 {
    font-size: 18px;
    color: #17365D;
    margin: 0 0 10px;
    font-weight: bold;
}


.about-item p {
    color: #666;
    line-height: 30px;
    margin: 0;
}







/*===================================

            Footer

====================================*/

.footer {
    background: #08244b;
    color: #fff;
    direction:rtl;
}


/************************/

.newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;
    background: linear-gradient(90deg,#0b2f63,#124b9f);
    border-radius: 20px;
    transform: translateY(-50px);
}


.newsletter-image img {
    width: 140px;
}


.newsletter-content {
    flex: 1;
}


    .newsletter-content h2 {
        margin: 0 0 10px;
        font-size: 34px;
        font-weight: bold;
    }


    .newsletter-content p {
        margin: 0;
        color: #d9e8ff;
        line-height: 30px;
    }


.newsletter-form {
    display: flex;
    width: 420px;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}


    .newsletter-form input {
        flex: 1;
        border: none;
        height: 55px;
        padding: 0 20px;
        color: #444;
        outline: none;
    }


    .newsletter-form button {
        width: 150px;
        border: none;
        background: #1565C0;
        color: #fff;
        font-weight: bold;
        transition: .3s;
    }


        .newsletter-form button:hover {
            background: #0D47A1;
        }


/************************/

.footer-body {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 0 50px;
}


.footer-column {
    flex: 1;
}


.footer-about {
    flex: 1.8;
}


.footer-column h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff;
}


.footer-column p {
    line-height: 34px;
    color: #c8d8ef;
}


.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


    .footer-column ul li {
        margin-bottom: 15px;
    }


.footer-column a {
    color: #c8d8ef;
    text-decoration: none;
    transition: .3s;
}


    .footer-column a:hover {
        color: #fff;
        padding-right: 5px;
    }


/************************/

.contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}


.contact-list i {
    width: 20px;
    color: #6cb4ff;
}


/************************/

.social {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}


    .social a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: .3s;
    }


        .social a:hover {
            background: #1565C0;
        }


/************************/

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 25px 0;
    color: #b9cde7;
    font-size: 14px;
}


    .footer-bottom a {
        color: #b9cde7;
        text-decoration: none;
        margin: 0 8px;
    }


        .footer-bottom a:hover {
            color: #fff;
        }


/************************/

@media(max-width:991px) {

    .newsletter {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-form {
        width: 100%;
    }

    .footer-body {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}




.modal-dialog {
    width: 560px !important;
    margin-left : -280px;
}


.modal-content {
    border: none;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

.modal-header {
    background: #edf3fd;
    border-bottom: 1px solid #e5edf8;
    border-radius: 18px 18px 0 0;
    text-align: center;
}

.modal-title {
    color: #17365D;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
}

.modal-body {
    padding: 30px;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #d9e4f4;
    box-shadow: none;
    min-height:36px;
}
.form-group{
    padding:5px;
}

.form-control:focus {
    border-color: #1565C0;
    box-shadow: 0 0 0 3px rgba(21,101,192,.12);
}

.modal .btn {
    height: 46px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.register-link {
    text-align: center;
    margin-top: 20px;
}

    .register-link a {
        color: #1565C0;
        font-weight: bold;
    }

.divider {
    position: relative;
    text-align: center;
    margin: 25px 0;
}

    .divider:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e5e5e5;
    }

    .divider span {
        position: relative;
        background: #fff;
        padding: 0 15px;
        color: #999;
    }






/*===================================

        Wizard Modal

===================================*/

.wizard-modal {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

    .wizard-modal .modal-header {
        background: #edf3fd;
        border-bottom: 1px solid #dfe9f7;
        padding: 25px 30px;
    }

    .wizard-modal .modal-title {
        color: #17365D;
        font-weight: bold;
        font-size: 16px;
    }


/************************************/

.wizard-steps {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 50px;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.step-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #d7e6f8;
    color: #17365D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    transition: .3s;
}

.step-title {
    margin-top: 12px;
    font-size: 12px;
    color: #777;
    text-align: center;
}

.step-line {
    /*flex: 1;*/
    height: 2px;
    background: #d7e6f8;
    margin: 0 12px;
}


/************************************/

.wizard-step.active .step-circle {
    background: #1565C0;
    color: #fff;
    box-shadow: 0 8px 18px rgba(21,101,192,.25);
}

.wizard-step.active .step-title {
    color: #1565C0;
    font-weight: bold;
}


/************************************/

.wizard-content {
    min-height: 380px;
}

.wizard-page {
    display: none;
}

    .wizard-page.active {
        display: block;
    }


/************************************/

.wizard-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 1px solid #edf1f7;
}

.btn-prev,
.btn-next {
    min-width: 150px;
    height: 46px;
    border-radius: 10px;
}


/************************************/

@media(max-width:768px) {
    .header-buttons {
        margin-bottom: 20px;
    }
    .modal-dialog {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        margin: 10px auto;
        padding-top: 10px;
        padding-bottom: 10px;
        direction: rtl;
    }

    .wizard-steps {
        /*flex-wrap: wrap;*/
        gap: 20px;
        overflow-x: scroll;
    }

    .step-line {
        display: none;
    }

    .step-circle {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .step-title {
        font-size: 12px;
    }

    .wizard-content {
        min-height: 280px;
    }

    .wizard-footer {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .btn-prev,
    .btn-next {
        width: 100%;
    }
    .footer-body{
        padding:20px;
    }
    .hero-section {
        flex-direction: column-reverse;
    }
    .archive-section {
        width: 100%;
        overflow-x: scroll;
    }
    .process-item{
        width:100%;
    }
    .about-box,.about-items {
        flex-direction: column-reverse;
    }
    .hero-content h1 {
        font-size: 30px;
        color: #17365D;
        font-weight: bold;
        line-height: 70px;
        margin-bottom: 25px;
    }
    .archive-section-Box {
        width: fit-content;
    }
}


.wizard-step.completed .step-circle {
    background: #28a745;
    color: #fff;
}

.wizard-step.completed .step-title {
    color: #28a745;
    font-weight: bold;
}

.wizard-step.completed + .step-line {
    background: #28a745;
}



#AttachmentContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.attachment-box {
    border: 1px solid #e5edf7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    overflow: hidden;
}

.attachment-header {
    background: #edf3fd;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.attachment-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.attachment-item {
    flex: 1;
    min-width: 220px;
}

.attachment-preview {
    width: 150px;
    text-align: center;
}

.preview-image {
    width: 100%;
    height: 110px;
    border-radius: 8px;
    object-fit: cover;
    display: none;
    border: 1px solid #ddd;
}

.preview-name {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    word-break: break-all;
}

.btn-remove {
    background: none;
    border: none;
    color: #d9534f;
    font-size: 18px;
}

    .btn-remove:hover {
        color: #c9302c;
    }

@media(max-width:768px) {

    .attachment-body {
        flex-direction: column;
    }

    .attachment-preview {
        width: 100%;
    }
}


.wizard-finish {
    text-align: center;
    padding: 60px 20px;
}

    .wizard-finish i {
        color: #28a745;
        margin-bottom: 20px;
    }

    .wizard-finish h3 {
        color: #17365D;
        font-weight: bold;
    }

    .wizard-finish p {
        color: #777;
        margin: 20px 0 35px;
    }

#btnSaveDocument {
    min-width: 220px;
    height: 50px;
}



.TopBoxMainPage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.TopBoxMainPageLeft {
    padding: 10px;
    width: 50%;
}

.TopBoxMainPageRight {
    padding: 10px;
    width: 50%;
}

.TopBoxMainPageHead {
    font-size: 25px;
    font-weight: bolder;
    color: #030303;
}

.TopBoxMainPageRightLineBox {
    justify-content: center;
    display: flex;
}

.TopBoxMainPageRightLine {
    background-color: #021651;
    height: 5px;
    width: 40%;
}

.TopBoxMainPageRightSummary {
    color: #777777;
    font-size: 14px;
    line-height: 30px;
}

.HeadBox {
    direction: rtl;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

#Tab1 {
    justify-content: center
}

.BoxWhite {
    background-color: white;
    margin-top: 20px;
}

#Tab1 li {
    background-color: #f3f3f3 !important;
    margin: 0px;
}

#Tab1 .active a {
    background-color: #f3f3f3 !important;
    color: #1a4093;
}

#Tab1 a {
    background-color: #f3f3f3 !important;
    color: #bfc0c2;
    font-weight: bolder;
}

    #Tab1 a:hover {
        color: #1a4093;
    }

.tab-content {
    background-color: #f3f3f3 !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ToolsContentText {
    background-color: #f3f3f3 !important;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.BoxGray {
    background-color: #f1f0ee;
    margin-top: 20px;
}

.BoxDark {
    background-color: #3b3b3b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Footer2 {
    background-color: #282828;
    text-align: center;
}

    .Footer2 ul {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .Footer2 li {
        padding-right: 5px;
        padding-left: 5px;
    }

.Footer1 {
    background-color: #021651;
    padding-top: 30px;
}

    .Footer1 ul {
        list-style-type: none;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .Footer1 li {
        padding-right: 3px;
        padding-left: 3px;
    }

.menucolor {
    background-color: #e3eaee;
    text-shadow: none;
}

#CustomMenu #nav a{
    color:white !important;
}



/*=============================
    Header Buttons
==============================*/

.header-buttons {
    float: left;
    margin-top: 18px;
}

    .header-buttons a {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        padding: 11px 24px;
        border-radius: 10px;
        transition: all .35s;
        margin-left: 8px;
    }


/* Login */

.btn-login {
    color: #ffffff;
    border: 2px solid #1565C0;
}

    .btn-login:hover {
        background: #1565C0;
        color: #ffffff;
    }


/* Register */

.btn-register {
    background: #1565C0;
    color: #ffffff;
    border: 2px solid #1565C0;
}

    .btn-register:hover {
        background: #0D47A1;
        border-color: #0D47A1;
        color: #ffffff;
    }

.header-buttons i {
    margin-left: 8px;
    font-size: 15px;
}




.headbg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    background-color: #001737;
}

@media (max-width: 768px) {
    .headbg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    #ImgHeader {
        width: 100%;
    }

    .TopBoxMainPage {
        flex-direction: column
    }

    .TopBoxMainPageLeft {
        width: 100%;
    }

    .TopBoxMainPageRight {
        width: 100%;
    }
}

.ZMenu {
    white-space: nowrap;
    flex-shrink: 0;
    min-width: max-content;
}

ul.main-nav {
    margin-right: 30px;
}

.Footer1 .line {
    height: 2px;
    width: 50px;
    background-color: #ffffff;
    margin: 20px 0 30px;
    position: relative;
    z-index: 1;
}

.SummaryFooter1 {
    font-size: 13px;
    text-align: justify;
    line-height: 30px;
}

.Footer1Head {
    font-size: 20px;
}

.Footer1Social {
    text-align: left;
}

.Footer1 ul {
    list-style: outside none none;
    margin: 0;
}

    .Footer1 ul li {
        padding-bottom: 20px
    }

        .Footer1 ul li span {
            color: white;
            margin-left: 20px;
        }

.Footer1Panel {
    padding-left: 20px;
    padding-right: 20px;
}

.Footer1 .list-border-dashed li {
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.datenews {
    font-size: 12px;
}

.HeadProduct {
    font-size: 20px;
    text-align: center;
    margin: 20px;
}

.ProductBox {
    display: flex;
    justify-content: center;
}

.ProductBoxPanel {
    margin-bottom: 20px;
}

.ProductBoxPanel {
    background-color: #ffffff;
    padding: 45px;
    border: 1px solid #dddddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    border-top: none;
    direction: rtl;
}

.BoxProductImage {
}

.BoxProductHead, .newssubject {
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.newssubject {
    text-align: right;
    padding: 10px;
    font-size: 18px;
}

.BoxProductSummary, .summarynews {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
}

.newspadding {
    width: 100%;
}

.accordion-heading2 {
    background-color: #167f8d;
}


.home15-ibox {
    clear: both;
}

    .home15-ibox::after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .home15-ibox .left_box, .home15-ibox .right_box {
        float: left;
        width: 31%;
    }

    .home15-ibox .center_box {
        float: left;
        width: 38%;
    }

    .home15-ibox .ibox-animation {
        padding: 25px 0;
    }

        .home15-ibox .ibox-animation li {
            border-top: 1px dashed #cccccc;
            color: #666666;
            font-size: 13px;
            line-height: 1.6;
            list-style: outside none none;
            padding: 25px 0;
            position: relative;
        }

            .home15-ibox .ibox-animation li:last-child {
                border-bottom: 1px dashed #cccccc;
            }

            .home15-ibox .ibox-animation li::before {
                border-radius: 50%;
                content: " ";
                height: 9px;
                margin-top: -4px;
                position: absolute;
                top: 0;
                width: 9px;
            }

            .home15-ibox .ibox-animation li:first-child::before {
                display: none;
            }

            .home15-ibox .ibox-animation li .number {
                border-radius: 50%;
                color: #fff;
                display: block;
                font-family: IRANSans,Arial,Helvetica,sans-serif;
                font-size: 30px;
                height: 58px;
                line-height: 58px;
                margin-top: -29px;
                position: absolute;
                text-align: center;
                top: 49.9999%;
                transition: background-color 200ms ease-in 0s;
                width: 58px;
            }

            .home15-ibox .ibox-animation li:hover .number {
                background-color: rgb(19, 76, 106);
            }

        .home15-ibox .ibox-animation h3 {
            color: #167f8d;
            font-size: 14px;
            font-weight: normal;
        }

    .home15-ibox .ibox_left {
        margin: 0 30px 0 0;
        padding-right: 25px;
    }

        .home15-ibox .ibox_left li {
            padding-right: 15px;
            text-align: right;
        }

            .home15-ibox .ibox_left li::before {
                right: -30px;
            }

            .home15-ibox .ibox_left li .number {
                right: -55px;
            }

    .home15-ibox .ibox_right {
        margin: 0 0 0 30px;
        padding-left: 25px;
    }

        .home15-ibox .ibox_right li {
            padding-left: 15px;
            text-align: left;
        }

            .home15-ibox .ibox_right li::before {
                left: -30px;
            }

            .home15-ibox .ibox_right li .number {
                left: -55px;
            }

    .home15-ibox .ibox_center {
        padding: 25px 15px 0;
        text-align: center;
    }

        .home15-ibox .ibox_center .animation {
            margin: auto;
            text-align: center;
        }

    .home15-ibox li .number, .home15-ibox li::before {
        background-color: #167f8d;
    }

    .home15-ibox .ibox_left {
        border-right: 1px dashed #167f8d;
    }

    .home15-ibox .ibox_right {
        border-left: 1px dashed #167f8d;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home15-ibox .left_box, .home15-ibox .center_box, .home15-ibox .right_box {
        float: none;
        width: 100%;
    }

        .home15-ibox .left_box li, .home15-ibox .right_box li {
            width: 33.3333%;
            display: inline-block;
            vertical-align: bottom;
            margin-right: -4px;
        }

    .home15-ibox .ibox_left {
        border: none !important;
        margin: 0 0 25px 0;
        padding: 0;
    }

    .home15-ibox .ibox_right {
        border: none !important;
        margin: 25px 0 0 0;
        padding: 0;
    }

    .home15-ibox .ibox_left.ibox-animation li {
        padding: 0px 25px 35px 25px;
        border: none;
        border-left: 1px dashed #cccccc;
        text-align: center;
    }

        .home15-ibox .ibox_left.ibox-animation li:first-child {
            border: none;
        }

        .home15-ibox .ibox_left.ibox-animation li:last-child {
            border: none;
            border-left: 1px dashed #cccccc;
        }

        .home15-ibox .ibox_left.ibox-animation li .number {
            top: 100%;
            left: 50%;
            margin: -29px 0px 0px -29px;
        }

        .home15-ibox .ibox_left.ibox-animation li:before {
            top: 100%;
            left: 0px;
            margin: -4px 0 0 -4px;
        }

    .home15-ibox .ibox_right.ibox-animation li {
        padding: 35px 25px 0px 25px;
        border: none;
        border-left: 1px dashed #cccccc;
        text-align: center;
    }

        .home15-ibox .ibox_right.ibox-animation li:first-child {
            border: none;
        }

        .home15-ibox .ibox_right.ibox-animation li:last-child {
            border: none;
            border-left: 1px dashed #cccccc;
        }

        .home15-ibox .ibox_right.ibox-animation li .number {
            top: 0;
            left: 50%;
            margin: -29px 0px 0px -29px;
        }

        .home15-ibox .ibox_right.ibox-animation li:before {
            top: 0;
            left: 0px;
            margin: -4px 0 0 -4px;
        }
}

@media only screen and (max-width: 767px) {
    .home15-ibox .left_box, .home15-ibox .right_box, .home15-ibox .center_box {
        width: 100%;
        float: none;
    }

    .home15-ibox .ibox_left, .home15-ibox .ibox_right {
        border: none !important;
    }

    .home15-ibox .ibox-animation li:before {
        display: none;
    }

    .home15-ibox .ibox-animation {
        margin: 0;
        padding: 0;
        border: none;
    }

        .home15-ibox .ibox-animation li {
            text-align: center;
        }

            .home15-ibox .ibox-animation li .number {
                position: static;
                margin: 0px auto 15px;
            }

    .home15-ibox .left_box li:first-child {
        border-top: none
    }

    .home15-ibox .ibox-animation .animated {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .home15-ibox .service_center {
        padding-bottom: 25px;
    }
}





.home15-ibox {
    justify-content: center;
    align-items: center;
    display: flex;
}





/*====================================
    Floating Add Button
====================================*/

.floating-add-btn {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 9999;
    transition: .25s;
}

    .floating-add-btn i {
        line-height: 1;
    }

    .floating-add-btn:hover {
        background: #0b5ed7;
        color: #fff;
        transform: scale(1.08);
        box-shadow: 0 15px 35px rgba(0,0,0,.35);
    }

    .floating-add-btn:focus {
        color: #fff;
        text-decoration: none;
    }

@media (max-width:768px) {

    .floating-add-btn {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
        left: 15px;
        bottom: 15px;
    }
}

.floating-add-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0% {
        box-shadow: 0 0 0 0 rgba(13,110,253,.45);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(13,110,253,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13,110,253,0);
    }
}