<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General CSS ***/
/*** Title ***/
.title h2 {
    color: #4C58E3;
    font-size: 56px;
    padding: 5px 0;
    font-weight: 700;
}
.title h2 {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 10px;
}
.title.bg h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.title h2:before {
    content: '++++++';
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 30px;
    border-radius: 20px;
    margin: 0 auto;
    right: 0;
    display: inline-block;
}
.title.bg h2:before {
    content: none;
}
.btn,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0px solid !important;
}
.btn:hover {
    background: #0f073f !important;
}
.btn.white:hover {
    background: #fff !important;
    color: #103664 !important;
}

/* Header Logo */
/*** Head ***/
#sp-header {
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    height: inherit;
  	top: 0px;
  	padding: 0;
}
#sp-header .logo {
    height: 80px;
}
#sp-header.header-sticky {
    position: fixed;
}

body:not(.home)  #sp-header {
  	border-radius: 0px;
    top: 0;
    padding: 0 10px 0 0px;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent &gt; li &gt; span,
.sp-megamenu-parent &gt; li &gt; a {
    width: 100%;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 80px;
    position: relative;
}
.sp-megamenu-parent &gt; li &gt; span {
    color: #fff;
}
.sp-megamenu-parent &gt; li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent &gt; li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent &gt; li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent &gt; li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child &gt; li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;a, .offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon&gt;span {
    background-color: #fff;
}
.offcanvas-menu &gt; .align-items-center {
    background: #0f073f;
}
.offcanvas-active .burger-icon&gt;span, #modal-menu-toggler.active .burger-icon&gt;span {
    background-color: #fff;
}


/*** Block Styles ***/
/*** Shape ***/
.shape .elementor-shape {
    -webkit-transform: rotate( 180deg);
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg);
}
.shape svg {
    height: 220px;
}
.shape.bg svg {
    height: 100px;
    width: 100%;
}
.shape-blog svg {
    height: 92px;
    width: 100%;
}
path.elementor-shape-fill {
    fill: #fff;
}

/*** Feature ***/
.feature-colum .clearfix {
    float: left;
    width: 19%;
    margin: 0 0.5%;
}
.feature-item {
    position: relative;
    z-index: 1;
    padding: 50px 20px; 
    box-shadow: 0 0.125rem 2.1875rem 0 rgb(179 179 179 / 22%);
}
.feature-item i, .counter-item i {
    width: 83px !important;
    height: 83px !important;
    line-height: 83px !important;
    border-radius: 50%;
}
.feature-item .sppb-icon-container {
    border-radius: 50%;
}
.feature-item .btn-feature strong {
    display: none;
}
.feature-item .btn-feature em {
    padding-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-item:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-item a {
    color: #5A49F8 !important;
}
.feature-item a:hover em {
    padding-left: 15px;
}
.feature-item.sr01:before {
    background: #FF930E;
}
.feature-item.sr02:before {
    background: #18DC59;
}
.feature-item.sr03:before {
    background: #5a49f8;
}
.feature-item.sr04:before {
    background: #36BAFE;
}
.feature-item.sr05:before {
    background: #FF3838;
}
.feature-item:hover:before {
    height: 100%;
}
.feature-item h3,
.feature-item .sppb-addon-text p,
.feature-item .sppb-addon-text a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-item:hover h3,
.feature-item:hover .sppb-addon-text p,
.feature-item:hover .sppb-addon-text a {
    color: #fff !important;
}

/*** Counter ***/
.counter-item .sppb-icon-container {
    border-radius: 50%;
}
.counter-item .count, .counter-item #shiva {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
    line-height: 60px;
}
.counter-item h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.counter-colum .clearfix {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.counter-colum .clearfix:hover {
    transform: rotate(15deg);
}

/*** About ***/
.about-img img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.about-img:hover img {
    transform: scale(0.8);
}

/*** Portfolio ***/
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a {
  	color: #fff !important;
}

/*** Services ***/
.services .sppb-row {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 18%);
    padding: 50px 50px;
    border-radius: 10px;
    margin-top: -200px;
    background: #fff;
}

/*** Testimonial ***/
.testimonial-item {
    background-color: #FFECE5;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding: 35px 35px 35px 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testimonial-item:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}
.testimonial-name {
    font-size: 20px;
    margin-bottom: 0;
}
.testimonial-job {
    font-size: 15px;
    color: #4C58E3;
}

/*** Images ***/
.images-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.images-item:hover img {
    transform: scale(1.05);
    filter: brightness( 0% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 50deg);
}

/* Bottom Area */
#sp-bottom {
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom &gt; .container {
    padding: 10px 10px 30px;
}
.lt-bottom-column {
    max-width: 650px;
    margin: 0 auto!important;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom1 h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 10px 0px;
}
#sp-bottom1 h3, #sp-bottom3 h3 {
    color: #042ff8!important;
    font-size: 13px !important;
    max-width: 150px;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 7px 18px 7px 18px;
    background-color: #e7ebff;
    border-radius: 14.5px 14.5px 14.5px 14.5px;
}
#sp-bottom a {
    font-weight: 500;
}
.shrewd_solution_icon {
    margin-top: 20px;
}
.shrewd_solution_icon ul li strong,  .bottom-contact strong,
#sp-bottom2 strong {
    display: none;
}
.bottom-contact em,
#sp-bottom2 em {
    padding-right: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #fff !important; 
    color: #000 !important;
}
table.acymailing_form {
    margin: 0;
    border: 0px !important;
    width: 100%;
}
table.acymailing_form input {
    width: 100% !important;
}
#sp-bottom .button.subbutton.btn.btn-primary {
    padding: 8px;
    font-size: 14px;
    color: #fff !important;
}


/* Footer Copyright */
#sp-footer {
  	text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (max-width: 979px) {
  	.feature-colum .clearfix {
        width: 100%;
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
  .burger-icon&gt;span {
    	background-color: #fff;
  }
  	
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
   .burger-icon&gt;span {
    	background-color: #fff;
  }
  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
#sp-top-bar,
.button.subbutton,
#sp-quickcontact-form #sp_qc_submit,
#sp_qc_submit,,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a:after {
    background-color: var(--background-color);
}
.sp-megamenu-parent &gt; li .sp-menu-badge {
   background: var(--background-color);
}
.btn:hover,
.button.subbutton:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a,
.slider-text-color h3, ul.about-check li, .feature-item .sppb-addon-text h3,
.title h1, .title-bg h3, .contact-info i,
.title h2:before, .services-item h3, .services-item i,
.testimonial-name, .testimonial-item i {
  color: var(--text-color)!important;
}
.button.subbutton,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a,
.client .sppb-img-container img, .client-colum {
  border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.sp-megamenu-parent &gt; li &gt; a:before,
#sp-bottom .button.subbutton.btn.btn-primary,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a {
  background: var(--background-color)!important;
}
</pre></body></html>