<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'RB', sans-serif; /* Ø§Ø³ØªØ®Ø¯Ø§Ù… Ø®Ø· RB Light */
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.services-icon-wrap {
    right: auto;
    left: 0;
    transform: rotate(35deg) translateY(55px);
}
.services-thumb:hover .services-icon-wrap {
    background: #dfba4e 92;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #ecc553;
}
.navbar-nav .nav-link {
    font-size: 18px;
}
.navbar-icon{
    margin-right: 10px;
    margin-left: 10px;
}
.bg_img{
    background-image: url('/images/bg2.jpg');
    background-size: cover; /* ÙŠØ¬Ø¹Ù„ Ø§Ù„ØµÙˆØ±Ø© ØªÙ…Ù„Ø£ Ø§Ù„Ø®Ù„ÙÙŠØ© Ø¨Ø§Ù„ÙƒØ§Ù…Ù„ */
    background-position: center; /* ÙŠØ­Ø¯Ø¯ Ù…Ø±ÙƒØ² Ø§Ù„ØµÙˆØ±Ø© */
    background-repeat: no-repeat; /* ÙŠÙ…Ù†Ø¹ ØªÙƒØ±Ø§Ø± Ø§Ù„ØµÙˆØ±Ø© */
    border: 2px solid var(--white-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 40px;
    transition: all ease 0.5s;
}
.hidden_xs{
    display: none;
}
/* card 7 */


.dscard_07 a {
    text-decoration: none;

}

.dscard_07 .service {
    background: linear-gradient(to right, #fbdd13, #ff9901);
    text-align: center;
    padding: 5px 25px 20px 15px;
    margin: 10px 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}


.dscard_07 .service::before {
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}

.dscard_07 .service .service-icon {
    color: #fff;
    background: linear-gradient(to right, #ffdd13 50%, #ff9901 130%);
    font-size: 30px;
    width: 70%;
    padding: 8px 0 6px;
    margin: 0 0 35px -15px;
    border-radius: 0 50px 50px 0px;
    box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.3)inset;

}

.dscard_07 .service .titel {
    color: #ff9901;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.dscard_07 .service .titel::after {
    content: "";
    background: #ff9901;
    height: 2px;
    width: 60%;
    margin: 5px auto 0;
    display: block;
    clear: both;
}

.dscard_07 .service .description {
    color: #444;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    text-align: justify;
    margin: 0 0 25px;
}

.dscard_07 .service .read-more {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.dscard_07 .service .read-more i {
    font-size: 11px;
}

.dscard_07 .service .read-more:hover {
    color: #ff9901;
}

.dscard_07 .service.green {
    background: linear-gradient(to right, #abed1a, #38ae3e);

}

.dscard_07 .service.green .service-icon {
    background: linear-gradient(to right, #abed1a 50%, #38ae3e 130%);

}

.service.green .titel {
    color: #38ae3e;
}

.dscard_07 .service.green .titel::after {
    background-color: #38ae3e;
}

.dscard_07 .service.green .read-more:hover {
    color: #38ae3e;
}



.dscard_07 .service.blue {
    background: linear-gradient(to right, #02baec, #0771de);

}

.dscard_07 .service.blue .service-icon {
    background: linear-gradient(to right, #02baec 50%, #0771de 130%);

}

.service.blue .titel {
    color: #0771de;
}

.dscard_07 .service.blue .titel::after {
    background-color: #0771de;
}

.dscard_07 .service.blue .read-more:hover {
    color: #0771de;
}




.dscard_07 .service.purple {
    background: linear-gradient(to right, #dfba4e , #13717d);

}

.dscard_07 .service.purple .service-icon {
    background: linear-gradient(to right, #dfba4e  50%, #13717d 130%);

}

.dscard_07 .service.purple .titel {
    color: #13717d;
}

.dscard_07 .service.purple .titel::after {
    background-color: #13717d;
}

.dscard_07 .service.purple .read-more:hover {
    color: #13717d;
}

/* card 7 end*/

/*--------------------------------------------------------------
# Appointments msg
--------------------------------------------------------------*/

.appointment .php-email-form {
    width: 100%;
}

.appointment .php-email-form .form-group {
    padding-bottom: 8px;
}

.appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.appointment .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
    margin-top: 25px;
}

.appointment .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.appointment .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.appointment .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
    border-color: #3fbbc0;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
    height: 44px;
}

.appointment .php-email-form textarea {
    padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
    background: #3fbbc0;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
    background: #52c2c6;
}
/* msg  end */</pre></body></html>