<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */

html {
	height: 100% !important;
}
body {
	height: 100%;
	font-family: 'IBM Plex Serif', serif;
	font-size: 14px;
	line-height: 25px;
	background-color: #000000;
	color: #cccccc;
	overflow-x: hidden;
}

h1 {
	line-height:120%;
	padding-top:2%;
	font-family: 'Asap', sans-serif;
	font-size:70px;
	color:#FFF;
	letter-spacing:4px;
}


a {
	font-weight: bold;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
}
p, ul {
	color:#040205;
	line-height: 23px;
}
iframe {
	max-width: 100%;
}
h5 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
}

hr{
	color: #0e2034; 
	opacity: 0.5;
}


/**
 * ========================================
 * HEADER SECTION
 * ========================================
 */

.header-section {
	margin-bottom: 0;
	margin-top: -120px;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-section.header-floating.floating {
	
	margin-top: 0;
}
.header-section.navbar-default {
	background-color: #ffffff;
	background-color: rgba(255,255,255,);
	border-bottom-color: #4d2d8f;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}
.navbar-logo {
	max-height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 46px;
	white-space: nowrap;
}
.navbar-logo:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.navbar-nav &gt; li &gt; a {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover {color: #428bca;}

.navbar-default .navbar-nav &gt; li &gt; a {
	color:#FFF;
}
@media ( min-width: 768px ) {
	.navbar-nav &gt; li &gt; a {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

@media ( max-width: 767px ) {
	
	.navbar-brand{display: none;}
	
	.navbar-default{
	background-color: #0e2034!important;
	padding: 10px !important;
	margin: 0 !important;
	background-image:url(../images/contents/colour.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
}	

#menu{
transition: all 0.2s;
}

@media ( max-width: 991px ) {
	
	.navbar-nav &gt; li &gt; a {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none;
	box-shadow: none;
}

@media ( max-width: 766px ) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		padding-top: 50px;
	}
}

.navbar-language{
	padding-left:10px;
}


/**
 * ========================================
 * HERO SECTION
 * ========================================
 */

.hero-section {
	height: 100%;
	background-image: url(../images/backgrounds/hero-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section-low{
	height: 100%; 
	
}

.hero-logo {
	margin-bottom: 30px;
	max-height: 70px;
}
.hero-title {
	font-family: 'Merriweather', serif;
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 50px;
	line-height:70px;
}
.hero-description {
	color: white;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 30px;
}

.hero-description span{font-size: 22px;}
.hero-section .container {
	height: 100%;
}
.hero-content {
	display: table;
	width: 100%;
	margin-top: 17%;
	margin-bottom: 17%;
}
.hero-section .download-buttons {
	margin: 0 -10px;
}
.hero-section .download-buttons .btn-app-download {
	margin: 0 10px 10px;
}
.hero-text {
	display: table-cell;
	vertical-align: middle;
}
.hero-images {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hero-images:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.hero-image {
	vertical-align: middle;
}
@media ( max-width: 991px ) {
	.hero-section {
		height: auto;
		padding-bottom: 100px;
	}
}
@media ( max-width: 767px ) {
	
	.navbar-default{
	background-color: #0e2034!important;
	padding: 10px !important;
	margin: 0 !important;
	background-image:url(../images/contents/colour.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
	

	
	.hero-section {
		padding: 80px 0;
	}
	.hero-images {
		display: none;
	}
	.hero-content {
		text-align: center;
	}
}
@media ( min-width: 768px ) {
	.hero-logo {
		max-height: 80px;
	}
	.hero-title {
		font-size: 50px;
		line-height: 60px;
	}
	.hero-text {
		width: 50%;
		padding-right: 15px;
	}
	.hero-images {
		width: 50%;
		padding-left: 15px;
	}
}

@media ( max-width: 768px ) {
	.hero-title{
		font-size: 40px;
		line-height: 48px;
	}
	
}

@media ( max-width: 468px ) {
	.hero-content{padding-top: 22%;}
}

@media ( min-width: 992px ) {
	.hero-logo {
		max-height: 90px;
	}
	.hero-title {
		font-size: 70px;
		line-height:80px;
	}
}

/**
 * ========================================
 * MAIN LAYOUT
 * ========================================
 */




.normalize-container{
	padding-top: 15px; 
}

.normalize-container h3{margin-left: 0px;}

.document {
    height: 100%;
    position: relative;
}

.hero-section .container {
    height: 95%;
}

.section {
	position: relative;
	background-position: bottom center;
	background-repeat: repeat-x;
	overflow: hidden;
}

.parallax-background {
	background-attachment: fixed;
	background-position: top center;
}

.container {
	position: relative;
}
.mobile-device .parallax-background {
	background-attachment: scroll;
	background-position: center center !important;
}
.mobile-device .parallax {
	top: 0 !important;
}


/*
 *  Scroll Bar style
 */

.scroll-area{
  width:100%;
  height:calc(100% - 250px);
  overflow-y:scroll;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/*
 *  Main white box css
 */


.why-considero-text{margin-left: -30px; padding-top: 15px;}

.why-content{
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17%;
	margin-bottom: 20%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: white;
	border-radius: 10px;
}

.why-content h2{
	font-size: 14px;
	font-weight: 400;
	color: #0e2034;
	text-transform: uppercase;
}

.why-content li{
	margin-left: -15px;
	padding: 1px;
	font-size: 14px;
	list-style: none;
 	list-style-image: url(../images/bullet.png);
	color: #040205;
}

/*
 *  Main text css
 */

.first-collum-text{
	color:#040205; 
	padding-top: 10px;
}

.second-collum-text{
	color:#040205; 
	padding-top: 10px;
	line-height: 20px;
}

.footer-div {
	text-align:center;
}

.footer-link {
	color: white;
}

.footer-link:hover {
	color: #428bca;
}

h3{
	color: #000000;font-size: 17px; margin-bottom: 15px; margin-top: 10px;
}


/*
 * Link css
 */

a {
	color: #004466;
}
a:focus, a:hover {
	color: #004466 ;
}
.text-primary {
	color: #8aba56;
}
a.text-primary:hover {
	color: #7dad49;
}
.bg-primary {
	background-color: #8aba56;
}
a.bg-primary:hover {
	background-color: #7dad49;
}

/*
 * List style
 */

ol{
padding-left: 15px;
}

.price-table-li{
	list-style-image: url(../images/bullet_black.png)!important;
	
}

/*
 * Team text style
 */

.team-hr{
color: #0e2034; opacity: 0.3; margin-top:5px; margin-bottom: 5px; width: 100%
}

.team-hr-2{color: #0e2034; opacity: 0.3; margin-top:5px; margin-bottom: 15px; width: 100%
}

.team-lead{
	color:#040205;
	padding-bottom: 15px;
}



/*
 * Contact site style
 */

.icon-contact{
	font-size: 40px;
	color: #8aba56;
	
}

/*
 * line menu style
 */

.b-tag1{
font-size: 14px; 
font-weight: 400;
}

.b-tag2{
color: #004466; 
font-size: 14px; 
font-weight: 400;
}

.b-tag3{
	color: #004466; 
	font-size: 14px; 
	font-weight: 400;
}

.b-tag4{
	color: #004466; 
	font-size: 14px; 
	font-weight: 400;
	}

.menu-hr{
	color: #0e2034; 
	opacity: 0.3; 
	margin-top: 5px; 
	margin-bottom:5px; 
}

.normalize-menu-b{

	margin-top: 15px; 
}



/*
 * button style
 */

.how-do-button {
	color:#004466;
	font-size:14px;
	font-weight: 600;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.how-do-button:hover {
	color: #0e2034;

}

/*
 * Services list style
 */

.list-item-1{
	margin-bottom: 7px; 
	padding-top: 10px;
}
.list-item-2{
	margin-bottom: 7px;
	margin-top: -5px;
}

.list-item-type-3{margin-bottom: 5px; margin-top:-5px; }


ul .services-list{
	margin-top: 7px; 
}

.normalize-ul{padding-left:30px;}

.p-important{
	font-weight: 400; 
	margin-bottom: 1px;
}


</pre></body></html>