<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item&gt;a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent&gt;li.active&gt;a {
    font-weight: 600;
}
.sp-megamenu-parent&gt;li:last-child&gt;a {
    padding: 0px 30px 0px 30px;
}
.sp-megamenu-parent&gt;li:last-child&gt;a {
    font-weight: 500;
    border-radius: 5px;
    background: transparent;
    line-height: 50px;
    border: 1px solid #021137;
    margin-left: 20px;
    letter-spacing: 1px;
}
.sp-megamenu-parent&gt;li.active:last-child&gt;a,
.sp-megamenu-parent&gt;li:last-child&gt;a:hover {
    background: #021137 !important;
}

/* 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: #000;
}
.offcanvas-menu &gt; .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon&gt;span, #modal-menu-toggler.active .burger-icon&gt;span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 20px 35px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    display: inline-block;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	color: #fff!important;
	transform: translateY(-8px);
}

/* Title */
.title h3 {
	letter-spacing: 2px;
}
.title h2 {
	font-size: 50px;
	font-weight: 600;
	margin: 20px 0 20px;
}
.title h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 30px 0;
}

/* Bg */
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
#slider {
	margin-top: -80px !important;
}
.slider &gt; .sppb-row-overlay {
  	background-image: url('../images/home-two-banner-bg.png');
    background-position: -250px 0px;
    background-repeat: no-repeat;
    background-size: 77% auto;
}

/* Info */
.info .sppb-column {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;  	
}
.info .sppb-column:hover {
  	background: #f5f5dc;
}
.info .sppb-row.sppb-no-gutter {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
}
.info h3 {
	letter-spacing: 2px;
}

/* About */
.about-img .sppb-addon-single-image-container {
	position: relative;
	z-index: 1;
	padding: 0px 0px 35px 0;
}
.about-img .sppb-addon-single-image-container:after {
    position: absolute;
    content: '';
    left: -35px;
    bottom: 0;
    height: 300px;
    width: 300px;
    background: #DAECFA;
    z-index: -1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-img:hover .sppb-addon-single-image-container:after {
	height: 370px;
    width: 370px;
}

/* Check */
.check-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.check-list ul li {
    padding-bottom: 10px;
}
.check-list ul li em {
	color: #103178;
    padding-right: 10px;
}
.check-list ul li em strong {
    display: none;
}

/* Services */
.services-item .sppb-img-container {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover .sppb-img-container {
  	transform: rotateY(360deg);
}
.services-item h3 {
  	letter-spacing: 2px;
}

/* Feature */
.feature .sppb-row.sppb-no-gutter {
    background: #DAECFA;
    border-radius: 10px;
    padding: 50px 50px 50px;
}
.feature .sppb-addon-single-image-container img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature .sppb-addon-single-image-container img:hover {
  	opacity: .85;
}

/* Team */
.team-item,
.team-item .sppb-img-container {
	position: relative;
}
.team-item:hover .sppb-img-container:before {
	opacity: 0.8;
}
.team-item .sppb-img-container:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
	background-color: #000000B3;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item img {
	border-radius: 5px;
	width: 100%;
}
.team-item .sppb-media-content {
	position: absolute;
	bottom: -10px;
	opacity: 0;
	padding: 0 30px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-media-content {
	bottom: 30px;
	opacity: 1;
}
.team-item .sppb-media-content h3 {
	letter-spacing: 2px;
}

/* Testimonial */
.testimonial &gt; .sppb-row-overlay:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80px;
	width: 100%;
	background: #000;
}
.testimonial-item {
    padding: 50px;
    position: relative;
    background: #eef8ff;
    border-radius: 15px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.testimonial-item:hover {
	background: #a7c1d4e6;
}
.sppb-addon-testimonial-content-wrap span {
    text-align: left;
}
.sppb-addon-testimonial-client {
	letter-spacing: 2px;
}

/* Counter */
.counter-item h1 {
    font-size: 55px;
    font-weight: 800;
}

/* Contact */
.contact-time span.left, .contact-time span.right {
    width: 50%;
    float: left;
}
.contact-time span.right {
	text-align: right;
}
.contact-time p {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ECECEC;
}

/* Pricing */
.pricing-colum {
	border-radius: 5px;
}
.pricing-colum strong {
	display: none;
}
.pricing-colum em {
	padding-right: 10px;
}
.pricing-colum p.close {
	color: #10317885;
}
.pricing-colum.center p.close {
	color: #FFFFFF7A;
}
.pricing-colum p.close em {
	color: #FF99236E !important;
}
.pricing-colum p:last-child {
	margin-bottom: 0;
}

/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress &gt; li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress &gt; li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

/* Profit */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0px !important;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* FAQs */
.sppb-panel-heading {
	color: #103178 !important;
	background: #DAECFA !important;
}
.sppb-panel-body {
	background: #F9F9F9;
	color: #222;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    border: 1px solid #10317821;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgb(255 255 255 / 10%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom h2 {
	margin-bottom: 18px;
	color: #103178;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    color: #103178;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom a.btn:hover {
	color: #fff !important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0,0,0,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.sp-megamenu-parent&gt;li:last-child&gt;a {
    	display: none;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.work-img .sppb-addon-single-image-container, .work-img img {
    	width: 100%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings &gt; Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, 
.btn {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-footer a, #sp-bottom4 span, #sp-bottom a:hover, .about-item i, .counter-item h1, .title h3, .pricing-colum em {
  	color: var(--text-color) !important;
}
.title p {
  	border-color: var(--text-color) !important;
}
</pre></body></html>