<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General ***/
.lt-btn,
.lt-slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
  	cursor: pointer;
    border: 0!important;
    color: #fff!important;
}
.btn-primary:hover,
.lt-btn:hover,
.lt-slider-btn a:hover,
#sp_qc_submit:hover {
	background: #222!important;
    border-color: #000;
    border: 0!important;
}
.lt-slider-btn a span:before {
    margin-left: 10px;
}
.lt-btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}
h3.catItemTitle a:hover {
    color: #000!important;
}

/*** Head ***/
#offcanvas-toggler {
	position: relative;
	width: 70px;
	height: 70px;
}
#offcanvas-toggler &gt; .fa,
#offcanvas-toggler &gt; .fa:before,
#offcanvas-toggler &gt; .fa:after {
	content: "";
	top: 34px;
    position: absolute;
    left: 25px;
    height: 2px;
    width: 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler &gt; .fa:before {
	left: 0;
	top: -6px;
	width: 10px;
}
#offcanvas-toggler &gt; .fa:after {
	left: initial;
    right: 0;
	top: 6px;
	width: 10px;
}
#offcanvas-toggler:hover &gt; .fa:before,
#offcanvas-toggler:hover &gt; .fa:after {
	width: 18px;
}
#sp-menu {
	padding-left: 0;
}
.sp-megamenu-parent {
	display: flex!important;
	width: calc(100% - 75px);
}
.sp-megamenu-parent &gt; li {
	flex: 1;
    text-align: center;
}
.sp-megamenu-parent &gt; li li {
	text-align: left;
}
.sp-megamenu-parent &gt; li:last-child {
	border-right: 0;
}
.sp-megamenu-parent &gt; li &gt; a {
	width: 100%;
	color: #6b6b6b;
  	padding: 0;
}
.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;
}
body.ltr .sp-megamenu-parent &gt; li.sp-has-child &gt; a:after, 
body.ltr .sp-megamenu-parent &gt; li.sp-has-child &gt; span:after {
  	position: absolute;
}

/*** Slider ***/
.lt-slider .lt-slider-text {
    position: relative;
}
.lt-slider .lt-slider-text:before {
    content: "";
    top: -15px;
    left: 0;
    position: absolute;
    width: 20px;
    height: 3px;
}

/*** Title ***/
.sppb-title-heading {
    letter-spacing: 4px;
    text-transform: uppercase;
}

/*** About Us ***/
.lt-about-us .sppb-section-title {
    padding-bottom: 30px;
}
.lt-about-us .sppb-title-heading {
    position: relative;
}
.lt-about-us .sppb-title-heading:before {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 3px;
}

/*** Blog Default ***/
div.k2ItemsBlock ul li a.moduleItemImage {
	display: inline-block;
	width: 100%;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
	width: 100%;
}
div.k2ItemsBlock ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(3n) {
	margin-right: 0;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
	display: inherit;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  	display: inline-block;
}

/*** Service ***/
.lt-service-item {
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    padding: 80px 50px 60px;
    border-width: 0px;
    border-radius: 5px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    z-index: 1;
    height: 370px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transform: rotateY(0deg);  
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);  
    position: relative;
    background: #fff;
}
.lt-service .clearfix:first-child .lt-service-item {
    top: -90px;
}
.lt-service .clearfix:last-child .lt-service-item {
    top: -60px;
}
.lt-service .lt-service-item:hover {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}
.lt-service-item h4 {
    position: relative;
    padding-bottom: 16px;
}
.lt-service-item h4:after {
    content: "";
    background: #000;
    width: 23px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lt-service-item:first h4:after {
    background: #fff;
}
.lt-service-item:hover h4:after {
    background: #fff;
}
.lt-service-item:hover i,
.lt-service-item:hover h4,
.lt-service-item:hover .sppb-addon-text {
    color: #fff;
}

/*** Blog ***/
.lt-blog div.k2ItemsBlock ul li {
    position: relative;
    text-align: center;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage {
    margin-bottom: 10px;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemImage img {
	padding: 0;
}
.lt-blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.lt-blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
	font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0px 0 0px;
    display: inline-block;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemTitle {
	line-height: 1.15em;
	font-size: 24px;
    color: #383838;
	font-weight: 600;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
	position: relative;
	font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
	display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul &gt; li, 
#sp-right .sp-module ul &gt; li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border-right: 0;
}

/*** Offer ***/
.lt-offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.lt-offer-left {
    margin-left: -10%;
    width: 110%;
}
.lt-offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/*** Project ***/
.lt-title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.lt-title-content p {
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.lt-project-img img {
    height: 667px;
}
.lt-project-img-pen {
	position: absolute;
    bottom: 48px;
    right: 20px;
}

/*** Portfolio ***/
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom {
    font-size: 0;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "";
    /* font-family: FontAwesome; */
    position: absolute;
    top: 0;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background-image: url(../../../images/expand.png);
    background-size: cover
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    border: 0;
    background: none;
}

/*** Contact ***/
.lt-contact-right .sppb-media-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.lt-contact-right a {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
.lt-contact-right a strong {
    display: none;
}

/*** Feature ***/
.lt-feature-item {
	padding: 30px 20px;
	border: 1px solid #e8e8e9;
	position: relative;
}
.lt-feature-item:hover,
.lt-feature-item:hover:after {
	background-color: #00235a;
}
.lt-feature-item:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
}
.lt-feature-item h4 {
    color: #001659;
    font-size: 22px;
}
.lt-feature-item .sppb-addon-content a {
	padding: 8px 18px 11px;
    margin: 30px 0 10px;
    display: inline-block;
    font-size: 20px;
    border: 3px;
}
.lt-feature-item:hover .sppb-addon-content a {
	color: #fff;
}
.lt-feature-item:hover h5,
.lt-feature-item:hover h4 {
	color: #fff!important;
}

/*** Step ***/
.lt-step .sppb-row {
	position: relative;
}
.lt-step .sppb-row:before {
	content: "";
	position: absolute;
	top: -7%;
	right: 0;
	width: 75%;
	height: 114%;
	background: url(../images/offer.png);
}
.lt-step .sppb-panel-title {
	font-size: 26px;
	color: #001659;
}
.sppb-panel-modern,
.sppb-panel-modern&gt;.sppb-panel-heading {
	background: none;
	border:	0;
}
.sppb-panel-modern .sppb-panel-body {
	border:	0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
	background: #fff;
}
.sppb-panel-heading {
	padding: 30px 20px 20px 34px!important;
}
.sppb-panel-heading.active {
	padding-bottom: 0!important;
}
.sppb-panel-collapse {
	padding: 0 20px 30px;
}
.sppb-panel-heading i {
	padding: 10px 18px 14px;
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading.active i {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.sppb-panel-heading i:before {
	content: "+";
	font-size: 18px;
}
.sppb-panel-heading.active i:before {
	content: "-";
	font-size: 18px;
}
.sppb-panel-heading.active i {
	transform: rotate(90deg);
	color: #fff;
}

/*** Team ***/
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -170px;
    height: 100px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lt-team .sppb-title-heading {
	-webkit-text-stroke-color: #1e3c6f;
}
.lt-team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.lt-team-item .sppb-img-container {
	position: relative;
}
.lt-team-item .sppb-addon-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.lt-team-item:hover .sppb-addon-text {
    max-height: 100px;
    opacity: 1;
}
.lt-team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lt-team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.lt-team-item h4 {
	font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.lt-team-item ul {
	padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.lt-team-item ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
}
.lt-team-item ul li a {
	display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.lt-team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.lt-team-item ul li strong {
	display: none;
}

/*** Testimonial ****/
.lt-testimonial img {
    border-radius: 50%;
}

/*** Counter ***/
.lt-counter-item .sppb-addon-title {
	float: left;
}
.lt-counter-item .sppb-addon-title h6 {
	line-height: 2em;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 14px;
    margin: 13px 0 -3px;
    text-transform: uppercase;
}
.lt-counter-item .sppb-addon-title h3 {
	font-size: 40px;
}
.lt-counter-content {
	padding-top: 30px;
}
.skill-box .skills-circle ul {
	margin-right: 20px;
	padding: 0;
	list-style-type: none;
}
.skill-box .skills-circle  ul &gt; li {
	width: 150px;
	height: 150px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
	border-radius: 50%;
    border: 1px solid #b9a17e;
}
.skill-box .skills-circle ul &gt; li &gt; span {
	color: #7a7;
}
.skill-box .skills-circle ul &gt; li &gt; span.text, .skill-box .skills-circle ul li &gt; span ~ b {
    top: 54%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -8px;
    z-index: 1;
    font-size: 45px;
}
.skill-box .skills-circle ul &gt; li &gt; span.text ~ b, .skill-box .skills-circle ul li &gt; span ~ b ~ b {
	font-weight: normal;
	margin-top: 8px;
}
.skill-box .skills-circle ul &gt; li &gt; span.bar-circle-right, 
.skill-box .skills-circle ul &gt; li &gt; span.bar-circle-left {
	border-radius: 50%;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	clip: rect(0, 75px, 150px, 0);
	background: #f68e13;
}
.skill-box .skills-circle ul &gt; li &gt; span.bar-circle-right {
	background: #fff;
}
.skill-box .skills-circle ul &gt; li &gt; span.bar-circle-cover {
	display: block;
	width: 95%;
	height: 95%;
	border-radius: 50%;
	background-color: #eee;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*** Plan ***/
.lt-client.line-title .sppb-section-title:before {
    top: -150px;
}

/*** Contact Form ***/
#sp-quickcontact-form textarea#message {
  width: 100%;
}
#sp-quickcontact-form input:nth-child(-n+6) {
    width: 32%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input:nth-child(6) {
    margin-right: 0;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}

/*** Bottom ***/
#sp-bottom,
#sp-footer {
	background: #b7b7b7;
}
#sp-bottom .container,
#sp-footer .container {
	max-width: 1360px;
}
#sp-footer {
	border-top: 0px solid #1d263f;
}
#sp-footer .container-inner {
	border-top: 0;
}

/*** Canvas Menu ***/
.offcanvas-menu .offcanvas-inner .sp-module ul &gt; li a {
	padding: 9px;
	border-bottom: 1px solid rgba(197, 153, 153, 0.21);
}

/*** Resposive ***/
@media (min-width: 992px) {
	#sp-header {
		background: #fff!important;
	}
}
@media (min-width: 992px) and (max-width: 1280px) {
	.sp-megamenu-parent &gt; li &gt; a {
		font-size: 14px!important;
		padding: 0 4px;
	}
}
@media (max-width: 991px) {
	.sp-megamenu-parent {
		display: none!important;
	}
	.lt-feature-item,
	.lt-team-item,
	.lt-plan-item {
		margin: 20px 0;
	}
	.sppb-section-title .sppb-title-subheading {
		font-size: 30px!important;
	}
	div.k2ItemsBlock ul li &gt; * {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.lt-contact {
		padding: 0!important;
	}
	.lt-contact-img {
		position: relative;
		bottom: 0;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
	#sp-header .logo {
		text-align: left;
	}
	.lt-offer .sppb-column {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.sppb-panel-collapse,
	.sppb-panel-modern&gt;.sppb-panel-heading {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.sppb-panel-modern&gt;.sppb-panel-heading {
		padding-left: 20px!important;
	}
	.lt-title-content h2 {
	    font-size: 35px!important;
	    line-height: 40px!important; 
	}
	.lt-slider .tparrows.preview1:after {
	    width: 32px!important;
	    height: 32px!important;
	    font-size: 12px!important;
	    line-height: 32px!important;
	}
	.lt-slider .tparrows.preview1 {
	    width: 32px!important;
	    height: 32px!important;
	}
	.lt-slider .tparrows.tp-rightarrow {
	    left: 32px!important;
	}
    #sp-quickcontact-form input {
    	width: 100%!important;
        margin-right: 0!important;
    }
    .lt-project-img img {
        height: auto;
    }
    .lt-offer-left,
    .lt-offer-right {
        width: 100%;
        margin: 20px 0;
    }
}
</pre></body></html>