<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
    font-family:'DroidKufi-Regular';
    src: url('../fonts/droidkufi_regular.ttf') format('truetype');
}
.DroidKufi{
    font-family: 'DroidKufi-Regular';
}
.secondary-color{
    color: #66cbef;
}
.page-header-area {
    background-image: url(../images/header-bg1.jpg);
}
.gray-text{
    color: gray;
}
.blog-single img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.mr-0{
    margin-right: 0px !important;
}
.logo {
    padding-top: 5px;
}
.ml-2{
    margin-left: 2%;
}
.mr-2{
    margin-right: 2%;
}
.margin-auto{
    margin: auto !important;
}
.pt-0{
    padding-top: 0px !important;
}
.mt-0{
    margin-top: 0px !important;
}
.services {
    border-bottom: 3px solid #f6f6f6;
}
.slider-item {
    background-color: #4b34bc;
}
.copyright-text, .footer-menu li a:hover{
    color: #4b34bc;
}
.services:hover{
    border-bottom: 3px solid #4b34bc;
}
.services:hover h3{
    color: #4b34bc;
}
.nav li a:hover{
    color: #e0e220;
}
.secondary-menu-icon, .secondary-menu-icon:hover {
    padding: 20px 0;
}
.nav li a {
    padding: 30px 15px;
}
.row-reverse{
    flex-direction: row-reverse !important;
}
.affix {
    background: -webkit-linear-gradient(left, #ffff 30%, #4b34bc 90%);
    background: linear-gradient(to right, #ffff, 30%, #4b34bc 90%);
}
.white-text{
    color: white;
}
.featured-area [class*=col] {
    border-right: 0px;
}
.d-mobile{
    display:none;
}
nav.navbar.navbar-fixed-top.transition.affix-top.fixed {
    background: linear-gradient(to right, white, #4b34bc);
}
.home-slider .owl-dots .owl-dot:last-child {
    margin-bottom: 10px;
}
.display-flex{
    display:flex;
}
.banner-text .btn{
    padding-left: 0px;
}
.copyright-text, .footer-menu li a {
    color: rgb(48, 48, 48);
    font-size: 10pt;
}
.pull-right{
    float: right !important;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
#contact-error{
    color: #f21713;
    background: #fdd0d0;
    padding: 10px 20px;
    /* text-align: center; */
    /* border-radius: 10px; */
    border: 1px solid #f21713;
    margin-bottom: 20px;
    display:none;
}
#contact-response{
    color: #3c763d;
    background: #dbebdc;
    padding: 10px 20px;
    /* text-align: center; */
    /* border-radius: 10px; */
    border: 1px solid #3c763d;
    margin-bottom: 20px;
    display:none;
}
.nav ul li a, .affix .nav ul li a {
    background-color: #1f125f;
}
.featured-item h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    min-height: 38px;
}
@media screen and (max-width: 767px) {
    .d-mobile{
        display:block;
    }
}</pre></body></html>