p {
    line-height: 2.0;
    text-align: justify;
}

section {
    padding: 30px 0;
}

.color-06508c {
    color: #06508c !important;
}

.color-fb0101 {
    color: #fb0101 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.services .icon-box {
    height: auto !important;
}

.services .icon-box:hover .icon {
    color: #000;
    border: 2px solid #fb0101;
}

.services .icon {
    left: calc(48% - 86px);
    border-radius: unset !important;
    padding: 10px;
    width: auto;
    color: #fff;
    background: #fb0101;
}

.services .icon:hover {
    color: #000;
}

.cta-pricing .cta-btn {
    border: 2px solid #06508c;
    color: #06508c;
}

.cta-pricing .cta-btn:hover {
    background: #06508c;
}

.back-to-top {
    background: #fb0101;
}

.features .nav-link.active {
    color: #fb0101;
}

.features .nav-link h4 {
    margin-bottom: 0;
}

.features .nav-link:hover {
    color: #fb0101;
}

.breadcrumbs ol a {
    color: #fb0101;
}

/* accordion */

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button::after {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--bs-danger);
    background-image: none !important;
}

.accordion-button.collapsed::after {
    background-color: var(--bs-gray-300);
}

/* //accordion */

tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 10px;
}

/* hr tabs */

.tile {
    margin: 40px auto;
}

#tile-1 .tab-pane {
    padding: 15px;
    /* height: 80px; */
}

#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 6px;
}

#tile-1 .nav-tabs li {
    margin-right: 10px !important;
}

#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 30px !important;
    font-size: 16px;
    border: none !important;
    font-weight: 800;
    color: #000;
}

#tile-1 .nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
    color: #06508c !important;
}

#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    /* background-color: #fb0101; */
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;

}

#tile-1 .nav-tabs .active {
    background-color: #06508c !important;
    border: 0 !important;
    color: #fff !important;
}

.tab-content {
    background: #fff;
}

.tab-content>.active {
    border: 1px solid #06508c;
}

/* // hr tabs */

.features .tab-content>.active {
    border: none !important;
}

.contact .info:hover i {
    background: #fb0101;
    color: #fff !important;
}

.contact .php-email-form button[type=submit] {
    background: #fb0101;
}

.contact .php-email-form button[type=submit]:hover {
    color: #fb0101;
    background: #fff;
}

.credits a {
    color: #fb0101;
}

.back-to-top:hover {
    background: #fb0101;
}


/* floating icon */

.fl-fl {
    background: #06508c;
    /* text-transform: uppercase;
    letter-spacing: 3px; */
    padding: 10px;
    width: 203px;
    position: fixed;
    right: -160px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm .bi {
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    /* margin-left: 5px; */
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 35px !important;
    vertical-align: top !important;
    font-size: 14px;
}

.float-fb {
    top: 340px;
}

/* //floating icon */