<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ 
	font-family: 'Lato', sans-serif;
	color: #8a8c8f;
	font-size: 16px;
	line-height:22px;
	font-weight:300;
	margin: 0px;
	padding: 0px;
	background:#f8f8f9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 
}
html,body{
	height:100% !important;
	width:100%;
	margin:0px;
	padding:0px;
	 
}

.arial{font-family:Arial, Helvetica, sans-serif;}
a{  
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
::-moz-selection {
	background: #666666;
	color: white;
	text-shadow: none;
}

::selection {
	background: #666666;
	color: white;
	text-shadow: none;
}


.upper{ text-transform:uppercase}

.green{ color:#00a453}
.white{ color:#fff !important}
.orange{ color:#cf6430}
.blue{ color:#003471}
.brown{ color:#743605}
.black{ color:#414141}
.gray{ color:#333333}
.red{ color:#ed242f !important} 
.star{ color:#e50707}
.bold{ font-weight:bold !important}
.pink{ color:#f0537c}
.super-bold{font-weight: 800;}

a.orange{ color:#e69d37}
a.blue{ color:#4385a5}
a.brown{ color:#97866b}
 

.font10{ font-size:10px;}
.font11{ font-size:11px;}
.font12{ font-size:12px; line-height:18px;}
.font13{ font-size:13px; line-height:16px;}
.font14{ font-size:14px;}
.font15{ font-size:15px;}
.font16{ font-size:16px;}
.font17{font-size:17px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font21{ font-size:21px;}
.font22{ font-size:22px;}
.font24{ font-size:24px; line-height:24px}
.font26{ font-size:26px}
.font28{ font-size:28px;}
.font30{ font-size:30px}
.font32{ font-size:32px}
.font34{ font-size:34px;}
.font36{ font-size:36px; line-height:40px}
.font40{ font-size:40px; line-height:40px}
.font48{ font-size:48px; line-height:40px}
.font50{ font-size:50px;}

.img_fullwidth{ width:100%}
.text_top{ vertical-align:top; top:3px; position:relative;}
 


b, strong{ font-weight:700}
h1,h2,h3,h4,h5,h6{ 
	font-weight:normal;
	margin:0; 
}

 

table{
	max-width: 100%;
    width: 100%;
}
 

.buttons{
	display:block;
	margin:25px 0 20px;
}
 
.nomargin-bottom{ margin-bottom:0 !important}
.nomargin-top{ margin-top:0 !important}
.nopadding-right{ padding-right:0 !important}

.icons{
	display:inline-block;
	position:relative;
	vertical-align:top;
	background-image:url(../img/icons.png);
	background-repeat:no-repeat;
}
.icon-phone{
	width:25px;
	height:25px;
	background-position:0 0;
}
.icon-facebook{
	width:22px;
	height:22px;
	background-position:-29px -1px;
}
.icon-youtube{
	width:22px;
	height:22px;
	background-position:-54px -1px;
}
.icon-flag-th{
	width:25px;
	height:25px;
	background-position:-79px -1px;
}
.icon-industry-download{
	width:81px;
	height:81px;
	background-position:0px -29px;
}

.icon-phone-white{
	width:33px;
	height:33px;
	background-position:-109px -1px;
}
.icon-facebook-white{
	width:31px;
	height:31px;
	background-position:-144px -1px;
}
.icon-youtube-white{
	width:31px;
	height:31px;
	background-position:-177px -1px;
}


.icon-phone-white-2{
	width:24px;
	height:24px;
	background-position:-210px -1px;
}
.icon-facebook-white-2{
	width:22px;
	height:24px;
	background-position:-236px 0px;
}
.icon-youtube-white-2{
	width:22px;
	height:24px;
	background-position:-262px 0;
}
                  
       
	
input.error,
textarea.error{
	border:1px solid #ed242f !important;
}

.field-error input,
.field-error textarea,
.field-error.input-file,
.field-error.select-wrap{
	border:1px solid #ed242f !important;
}
span.error{
	font-size:11px;
	line-height:13px;
	color:red;
	display:none !important
}

/* Background Parallax
================================*/ 
.parallax{
	/*background-repeat:no-repeat;
	background-size:cover; 
	background-position: 50% 50%;
/*	background-attachment:fixed;*/
	
}

/* Fullscreen background
================================*/ 
/*.fullscreen{
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
    min-height:100%;
}*/

/*=============================*/

.radio_group, 
.checkbox-group{ 
	padding-left:0; 
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
	display:inline-block;
	vertical-align:top
}
.radio-group{ display:inline-block; position:relative}


.radio-group input[type=radio],
.checkbox-group input[type=checkbox] {
	display: none;
}
.checkbox-group label:before,
.radio-group label:before {
	content: "";
	display: inline-block;

	width:16px;
	height:16px;

	margin-right: 5px;
	position: absolute;
	left:0;
	top:0;
	background-color: #fff;
	border:1px solid #c8cacb;

	 
}

.radio-group label:before {
	width: 13px;
	height: 13px;
 
	  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
	
}
.radio-group label {
	position:relative;
	padding-left:20px;
	padding-right:10px;
	text-align:left;
	margin:1px 0;
	display:block;
	font-weight:normal;
	font-size:21px;
	line-height:14px;
	cursor:pointer;
}
 
.checkbox-group label {
	position:relative;
	padding-left:25px;
	padding-right:10px;
	text-align:left;
	margin:3px 0;
	display:block;
	font-weight:normal;
	font-size:21px;
	line-height:24px;
	cursor:pointer;
	
}
 
.radio-group input[type=radio]:checked + label:after {
    content: "";
    color: #ea6f21;
	background-color:#f15921;
	border-radius: 50%;
	position:absolute;
	left:3px;
	top:3px;
	width:7px;
	height:7px;
}
 

.checkbox-group input[type=checkbox]:checked + label:after {
	content:'';
	width:14px;
	height:14px;
	position:absolute;
	top:4px;
	left:3px;
	display:block;
	background:url(../img/icons.png) -368px 0 no-repeat;
	
}

.checkbox-disable.checkbox-group label:before{
	background-color:#c0c0c0;
	border:2px solid #b1b1b1;
	cursor:default !important
}
.checkbox-disable.checkbox-group input[type=checkbox]:checked + label:after {
	content:'';
}

.select-wrap{
	position:relative;
	padding-left:0 !important;
	cursor:pointer
}
.select-wrap:before{
	content:'';
	position:absolute;
	top:12px;
	right:13px;
	width:17px;
	height:11px;
	background:url(../img/icons.png) -478px -18px no-repeat;
}

.select-wrap .customSelect{
	font-family: 'Helvethaica';
	line-height:35px;
	height:35px;
	padding-left:12px;
	cursor:pointer;
	opacity:0.8
}
.select-wrap .customSelect.customSelectChanged{ opacity:1}
.select-wrap select{
	width:100.4%;
	margin-left:-5px;
	
}
.select-wrap select option{
	font-family: 'Helvethaica';
	font-size:20px;
}
.select-wrap  option{color:#8a8c8f}


.page{
	padding:0px;
	margin:0;
	display:block;
	/*overflow-y:hidden; */
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	
	 -webkit-overflow-scrolling: touch;
}
.page{ 
	/*overflow-x:hidden; 
	position:relative;*/
}

.page-wrap{
	display:block;
	height:100%;
	position:relative;
	z-index:9
}

.bodyhide{
	opacity:0;
	visibility:hidden;
}

.preload{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px; 
	z-index:9;
	background:#fff url(../img/preload.gif) center center no-repeat;
}
 
 

 
.fullwidth, .section, .section-fullwidth{
	display:block;
	float:left;
	width:100%;
	padding:0 0;
	z-index:9;
	position:relative;

}

.section-fullwidth .container{
	position:relative;
	padding: 25px 40px;
    width: 100%;
}


.section .container{
	position:relative;
	padding:0px;
	padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu-btn{
	position:absolute;
	top:13px;
	right:15px;
	display:none;
	width:30px;
	height:30px;
	border:0px;
	background:none;
	padding:0
}
.mobile-menu-btn .line{
	float:right;
	width:30px;
	height:4px;
	background-color:#121740;
	display:block;
	position:relative;
	margin:0;
	margin-top:7px; 
} 
.mobile-menu-btn .line:before,
.mobile-menu-btn .line:after{
	content:'';
	position:absolute;
	left:0px;
	width:30px;
	height:4px;
	background-color:#121740;
}
.mobile-menu-btn .line:before{
	top:-8px;
}
.mobile-menu-btn .line:after{
	bottom:-8px;
}

.target-differentpage{
	position:absolute;
	left:0px;
	top:-90px;
	height:2px;
	width:100%; 
}

.header{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:99;
	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.header-followus{
	display:block;
	text-align:right;
	padding:15px 0 0
}
.header-followus .icons,
.header-followus .phone-number{
	display:inline-block;
}
.phone-number { position:relative}
.phone-number .icons{ display:inline-block}
.phone-number span{
	display:inline-block;
	vertical-align:top;
	color:#3b3b3b;
	font-size:11px;
	font-weight:400;
	line-height:25px;
	margin-right:10px;
}
 

.header-nav{
	display:block;;
}

.header.nav-scrolling{
	background-color:rgba(255,255,255,0.98);
}
.header.nav-scrolling .navbar-nav &gt; li &gt; a{ height:30px}

.collapse-open .header{background-color:rgba(255,255,255,0.98);}

.logo-site a{
	width:180px;
	height:40px;
	float:left;
	background:url(../img/logo.png) 0 0 no-repeat;
}

.section-banner{
	height:auto;
}
.banner-bar{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:60px;
	background-color:rgba(0,0,0,0.28);
	z-index:99
}
.section-features{ padding-bottom:40px}
.section-features .container{
	position:relative;
}
.section-features div[class^="col"]{
	position:relative;
	height:260px;
}
.features-item{
	height:260px;
	display:block;
	position:absolute;
	left:15px;
	right:15px;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:360px;
	cursor:pointer;
	
	filter: blur(0);
    -webkit-filter: blur(0);
 	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.features-item:hover{
	height:320px;
}
.features-item .features-title{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	font-weight:400;
	font-size:20px;
	line-height:24px;
	padding:25px;
	color:#fff;
	text-transform:uppercase;
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.features-item .features-title span{
	position:relative;
	z-index:99;
}
.features-item .features-title:before{
	content:'';
  	width: 0; 
  	height: 0; 
  	border-top: 0 solid transparent;
  	border-bottom:260px solid transparent;
  
  	border-left:360px solid rgba(0,0,0,0.3);
	
	position:absolute;
	top:0px;
	left:0px;
	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.features-item:hover .features-title:before{border-left:360px solid rgba(237,45,37,1);}

.section-business{
	background-color:#1b1f3a;
	padding:55px 0 40px;
	overflow:hidden
}
.section-business .container{
	padding-top:0;
	padding-bottom:0;
}
.title-big{
	font-size:36px;
	line-height:34px;
	font-weight:700;
	color:#fff;
}
.title.white{ color:#fff}
.title.darkBlue { color:#121740}
.title.black { color:#000000}

.title-medium{
	font-size:24px;
	line-height:30px;
	font-weight:700;
	text-transform:uppercase;
}

.title-small{
	font-size:18px;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
}

.business-header h3{color:#818ad1;}
.business-header p{
	line-height:18px;
	margin-top:10px;
	color:#fff;
}

.expand-wrap{
	display:none;
}

.industry-header{
	background:#fff;
	padding:88px 0;
}
 
.industry-download{
	color:#fff;
	font-size:14px;
	font-weight:500;
	margin-top:50px; 
	display:inline-block;
}
.industry-download:hover{color:#ed242f}
.industry-download span{
	display:inline-block;
	padding:25px 0 0 15px;
}

.section-slogan{
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:65px 0 170px;
}

.section-solution-partners{
	background-color:#fff;
}
.features-tabs{
	width:100%;
	margin-top:-106px;
}
.features-tabs &gt; li{width:50%;}
.features-tabs &gt; li &gt; a{
	background-color:#292b3d;
	text-align:center;
	font-size:30px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	padding:45px 0 40px;
}
.features-tabs &gt; li.active &gt; a,
.features-tabs &gt; li.active &gt; a:hover,
.features-tabs &gt; li.active &gt; a:focus{
	background-color:#fff;
	color:#292b3d;
}

.panel-features{
	padding:40px 20px;
}
.panel-features .panel{
	border-bottom:1px solid #b8b8b8;
	margin:0px;
	padding:15px;
	position:relative;
}
.panel-features .panel-heading a{
	font-size:16px;
	font-weight:600;
	color:#b8b8b8;
	text-transform:uppercase;
	padding:0px;
	
}
.panel-features .panel-heading a:hover,
.panel-features .panel-heading.active a{ background:none} 

.panel-features .panel-heading.active a{
	color:#000000;
	font-weight:700;
}

.panel-features .panel-body{
	padding:35px 0;
	font-size:14px;
	font-weight:400;
}

.panel-features .panel-collapse:before{
	content:'';
	width: 0; 
	height: 0; 
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	
	border-bottom: 15px solid #ed242f;
	
	position:absolute;
	left:0px;
	bottom:-1px;
	
	opacity:0;
	 
}
.panel-features .panel-collapse.in:before{opacity:1}

.table-features-accordion td p{
	margin:0px;
	color:#888888;
	font-weight:600;
	font-size:16px;
	line-height:19px;
	text-transform:uppercase;
}
.table-features-accordion td.right{
	text-align:center;
} 
.table-features-accordion td.right img{ margin:5px 15px;}

.section-contact{
	background-color:#fff;
	overflow:hidden
}
.contact-header{
	position:relative;
	overflow:hidden;
}
.contact-header .container{ position:static} 
.contact-number,
.contact-title{
	height:100px;
}
.contact-title .title{ margin-top:37px }

.contact-number{
	position:static
}
.contact-number .redbar{
	position:relative;
	margin-top:-33px;
	display:block;
}
.contact-number .redbar:before{
	content:'';
	position:absolute;
	top:0px;
	left:-40px;
	width:2000px;
	height:100px;
	background-color:#ed242f;
}
.contact-number .redbar:after{
	content:'';
	position:absolute;
	left:-40px;
	top:0px;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  
  border-bottom: 100px solid #fff;
}
 
.contact-number .phone-number{
	top:37px;
	z-index:9;
	display:inline-block;
}
.contact-number .phone-number span{
	color:#fff;
	font-size:15px;
	margin-left:5px;
	margin-top:5px;
}
.contact-number .phone-number a{ color:#fff}

.contact-number .followus{
	/*position:absolute;
	top:40px;
	right:100px;
	z-index:9*/
	float:right;
	position:relative;
	z-index:99;
	top:35px;
}
.contact-number .followus .icons{ margin:0 2px;}

.map{
	display:block;
	width:100%;
	height:360px;
}

.contact-form{
	overflow:hidden;
}
.company-info{
	padding:55px 0 0;
	font-size:14px;
	color:#888888
}
.company-info p{ margin-bottom:20px;}
.company-info a{color:#888888}
.company-info a:hover{color:#000000}
.company-info .title-small{
	color:#121740;
	margin-bottom:25px;
}

.company-info h4{
	font-size:14px;
	color:#ed242f ;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:700;
}
.company-info strong{ font-weight:700;}
.company-info strong.red a{ color:#ed242f}

.form-contact{
	padding:55px 0 0 20px;
	background-color:#141833;
	position:relative;
	margin-left:-20px;
}
.form-contact .title-small{
	color:#ffffff;
	margin-bottom:30px;
}

.form-contact .row{
	margin-left:-10px;
	margin-right:-10px;
}
.form-contact [class^="col"]{
	padding-left:10px;
	padding-right:10px;
}

.form-contact textarea{ height:115px}

.form-contact .captcha{ 
	background-color:#ffffff; 
	text-align:center;
	display:block;
	height:35px;
}
.form-contact .captcha img{ max-width:100%}

.form-contact:after{
	content:'';
	position:absolute;
	left:-65px;
	top:0px;
	width: 0; 
	height: 0; 
	border-left: 65px solid transparent;
	border-right: 0px solid transparent;
	
	border-bottom: 422px solid #141833;
}

.form-contact:before{
	content:'';
	position:absolute;
	left:50%;
	top:0px;
	width:2000px; 
	height:100%;
	background-color:#141833;	 
}


.section-solution{ 
	background-repeat:no-repeat;
	background-position:left center;
	overflow:hidden;
	background-size:cover
}
.solution-right{
	position:relative;
	z-index:99
}
.solution-right:before{
	content:'';
	position:absolute;
	left:80px;
	top:0px;
	width:100%;
	height:545px;
	background-color:#292b3d;
	z-index:99;
}
.solution-right .triangle{
	position:absolute;
	left:0px;
	top:0px;
	height:540px;
	width:100%; 
}
.solution-right .triangle:after{
	content:'';
	position:absolute;
	left:-170px;
	top:0px;
	width: 0; 
	height: 0;
	z-index:99;
	border-left: 250px solid transparent;
	border-right: 0px solid transparent;
	
	border-top: 545px solid #292b3d;
}
.solution-quote{
	width:555px;
	height:415px;
	display:block;
	position:relative;
	z-index:99
}
.solution-quote .quote{
	position:relative;
	top:50%;
	left:30px;
	color:#fff;
	
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solution-quote .quote p{
	font-size:16px;
	text-transform:uppercase;
	margin-top:15px;
	padding-right:30px;
}

.footer-bar{
	position:absolute;
	left:0px;
	bottom:0;
    height: 130px;
	width:100%; 
	background-color:#1c1c1c
}

.section-footer{ 
	overflow:hidden;
	padding:55px 0 50px;
	z-index:99; 
}
.section-footer .footer{
	width:555px;
	float:right;
	color:#fff;
}
.section-footer .footer .copyright{
	font-size:11px;
	font-weight:400;
	text-transform:uppercase;
	float:left;
}
.footer-followus{
	float:right;
}
.footer-followus .phone-number{ display:inline-block;}
.footer-followus .phone-number span,
.footer-followus .phone-number a{ color:#fff}</pre></body></html>