<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;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #0fa89d;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
  	padding: 10px 0;
    background: transparent;
    position: relative;
    z-index: 9999;
}
body:not(.home) #sp-top-bar {
    background: #000;
}

/* Header Menu */
#sp-header {
  	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0)!important;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    top: 0;
    height: inherit;
    background: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    font-weight: 500;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item&gt;a {
    color: #252525;
    font-size: 14px !important;
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    color: #fff;
}
.sp-megamenu-parent &gt; li &gt; a {
    position: relative;
}

/* 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;
}

/*** Block Styles ***/
/* Button */
.tp-caption a.btn-slider {
     border: 2px solid #fff;
      padding:5px 30px;
     display: inline-block;
     text-align: center;
     float: left;
     border-radius: 50px;
     color: #fff!important;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     background-color:#000!important;
}
.sppb-btn {
    padding: 13px 30px;
    border-radius: 50px;
}
.sppb-btn .fa-angle-double-right {
    color: #fff;
    opacity: 0 !important;
    visibility: hidden !important; 
    margin-left: -3px; 
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
    -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
}
.sppb-btn:hover .fa-angle-double-right {
    color: #333;
    cursor: pointer;
    margin-left: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Title */
.title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
}
.title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
}
.title h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51px;
    padding-bottom: 20px;
}
.title p {
    margin-bottom: 20px;
    line-height: 25px;
}
.title-white h3 {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Slider */
#slider {
    position: relative;
    top:0px;
}
.slider-color span {
	  color: #fff;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Request */
.request-left .sppb-addon-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

/* About */
#about .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}

/* Counter */
#counter .sppb-row-container {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
}
.counter .count {
    line-height: 100px;
    color: #000;
    font-weight: 500;
    font-size: 60px;
}
.counter .count:before {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.counter h4 {
    font-size: 17px;
    text-transform: capitalize;
}
.counter-item i {
    display: none!important;
}

/* Service */
.service-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.service-item {
    transition: all 0.3s;
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #efefef;
}
.service-item:hover {
    box-shadow: 0px 7px 20px 1px #c1c1c1;
}

/* Get Touch */
.title-get h1 {
    font-size: 40px;
    font-weight: 700;
}

/* expoler */
#explore .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}
.explore-left {
    padding-left:200px;
 }

/* Team */
.team-sub:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item {
    position: relative;
    overflow: hidden;  
}
.team-item {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-item strong {
    display: none;
}
#team .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}
.team-item .sppb-addon-content .content-team-social {
    text-align: center;
    position: absolute;
    height: 69%;
    width: 93%;
    background: rgba(0, 174, 239, 0.47)!important;
    top: 100%;
    left: 9px;
    margin-top: 10px;
    right: 10px;
    transition: all 0.3s;
}
.team-item:hover .content-team-social {
    top: 0px;
}
.team-item .content-team-social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.team-item .service-content {
    padding-top: 15px;
}
.team-item .content-team-social ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.team-item .content-team-social ul li a {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.team-item:hover .content-team-social ul {
    top:110px;
    position:absolute;
}
.team-item .content-team-social ul li a em {
    color: #222;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
}
.team-item img {
  	width: 100%;
}
/* Testimonial */
.testimonial {
    position: relative;
    z-index: 1;
}
.testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}

/* Portfolio */
#portfolio .sppb-row &gt; div:first-child {
	  padding: 0;
}
.portfolio p {
	  color: #fff;
}
.portfolio-top {
	  padding: 40px;
}
.portfolio-top p {
	  color: #000;
}
.portfolio-top ul {
	   padding-left: 0;
}
.portfolio-top ul li {
	  list-style: none;
}
.portfolio-top ul li:before {
  	content: "\f101";
  	font-family: FontAwesome;
  	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a {
    background: #333;
    color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a {
    background: none;
    color: #716f6f;
    border: 1px solid #ddd;
    font-size: 16px;
    position: relative;
    padding: 11px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a {
	  background: #4943ac;
}
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a:after {
    visibility: inherit;
    opacity: 1;
}

/* Client */
.client-full {
  	width: 100%;
}
.client-full-item {
    width: 47%;
    float: left;
  	margin-right: 6%;
}
.client-full-item:last-child {
  	margin-right: 0%;
}
.client-full-item img {
    width: 30%;
    float: left;
}
.client-full-item .content-item {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 20px;
}
.content-name {
  	text-align: right;
}
.content-item p {
    line-height: 38px;
}
.content-item strong {
    display: none;
}
.content-item em {
  	font-size: 25px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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%);
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-size: 23px;
}


/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	background: #000;
      	padding: 0;
	}
  	#sp-top-bar {
        background: #333333;
        position: relative;
	}
  	.explore-left {
    	padding-left: 10px;
	}
  	.team-item {
    	margin-bottom: 30px;
	}
  	.client-full-item {
        width: 100%;
        margin-right: 0;
	}
  	.content-item p {
  	  	line-height: 28px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !important;
  }
}

/* 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-filter&gt;ul&gt;li.active&gt;a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
#explore .sppb-btn, #team .sppb-btn, #about .sppb-btn, #request, .counter .count:before, .slider-btn a,
.team-item .sppb-addon-content .content-team-social {
 	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-bottom a, .offcanvas-menu .offcanvas-inner ul.menu &gt;li.active a, .counter .count, .content-name {
  	color: var(--text-color) !important; 
}</pre></body></html>