@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'swis721roman';
    src: url('../font/swis721roman.woff2') format('woff2'),
         url('../font/swis721roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
}

body{
	font-family: 'swis721roman';
	font-size:12px;
	letter-spacing: 0.75pt;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

body.body-bg{background:url(../images/b-img.jpg) no-repeat top center;}

/*.navbar-brand{height: 88px;}*/

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
    margin-right: 5px;
    margin-left: 5px;
}

h1.heading{
    font-size: 34px;
    font-weight: 300;
    margin-top: 15px;
    color: #777;
}

h1.heading span{
  font-size: 34px;
    font-weight: normal;
    color: #ec3139;
    line-height: 50px;
}

h2.heading{
  font-size: 48px;
    font-weight: 300;
    color: #273897;
    margin-top: 2px;
}
.nav-top-space{
  /*margin-top: 38px;*/
  margin-top: 20px;
  margin-bottom: -1px;
}
a{
 color:#3fa3db;
}

a.request-demo{
 background:#f38827;
 color:#fff;
 padding:2px 5px;
 font-size:11px;
}
a.request-demo:hover{
 background:#5d5d5d; 
 text-decoration:none;
}

.white-section h3.head-ben{
   text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: -7px;
    font-weight: 600;
    color: #f38827;
}

.striped-li li{   
    padding: 10px 20px !important;
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
    border-bottom:solid 1px #eee;
}
.striped-li li:first-child{  
		 border-top:solid 1px #eee;		
}

.striped-li li:nth-of-type(odd){
  background: #fafafa ;
}

.panel-body{    
	min-height: 110px;
}

.white-box{
 background:#fff;
 /*border:solid 1px #eee;*/
 padding:10px 40px 25px;
 border-radius:5px;
}

.white-box h3{
 color:#ed1c28;
 font-size:18px;
 padding:15px 0;
 margin-bottom:0px;
}
.white-box ul{
 margin-top:0px;
}
.white-box ul li{
 padding:3px 0;
}

.white-section ul li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "-";
    float: left;
    margin-left: -12px;
}


.no-bor{
 border:0px !important;
}
.white-section h3{
 font-size:20px;
 color:#616364;
 font-weight:400;
}
.white-section ul{
 margin-top:20px;
}
.white-section ul li{
 color:#909090;
 padding:5px 0;
 font-size:13px;
}
.pro-section{
 background:url(../images/h-bg.jpg) no-repeat center center;
 min-height:100px;
 padding:40px 0 60px;
 background-attachment:fixed;
}

.customer-section{
  background:url(../images/cust-bg.jpg) #fafafa no-repeat bottom center;
  min-height:100px;
  padding:40px 0 60px;
}

.customer-section h2{
 font-size:24px;
 color:#616364;
 padding-bottom: 20px;
}
.customer-section h3{
 font-size:16px;
 color:#555;
}
.customer-section small{
 font-size:12px;
 color:#8e8e8e;
}
.customer-section p{
 font-size:13px;
 color:#8e8e8e;
}
.full-width{
 width:100%;
}

.border-bot{
 border-bottom:solid 1px #f3f3f3;
}

.navbar-nav>li>.dropdown-menu{
 border-radius:0px;
}
.navbar{
 margin-bottom:0px;
}
.carousel-caption .btn-cust{
 background: rgba(255, 255, 255, 0.29);
 color:#3693cf;
}

.carousel-control.left, .carousel-control.right{
 background-image:inherit;
}
.carousel-caption .btn {
    text-shadow: none;
    font-size: 16px;
    background: #ffffff;
    border: solid 1px #999;
    color: #000;
    padding: 12px 20px;
}
.no-radius{
 border-radius:0px;
}

.navbar-default {
    background-color:inherit;
    border-color:inherit;
    border:0px;
}
.navbar-default .navbar-collapse{
 padding-right:0px;
 margin-right:-10px;
}

.carousel-inner>.item{
 border-bottom:solid 1px #f3f3f3;
}
.carousel-caption {
    position:absolute;
    left:50px;
    top:90px; 
    /* left: 0; */
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    color: #000;
    text-align: left;
    text-shadow: inherit;
}

.carousel-caption h3{
 font-size:53px;
 color:#269de6;
 font-weight:400;
}
.carousel-caption p{	
	color:#6a6a6a;
 font-size:18px;
 line-height:26px;
}

.navbar-nav {
 font-size:16px;
}

.navbar-default .navbar-nav>li>a{
	color: #717171;font-size: 12px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #ed1c28;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
 			color: #ed1c28;
    background-color:inherit;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
 		
      background-color:inherit;
      border-bottom: solid 2px #ed1c28;
      font-weight: 600;
      color: #37346b;
}
.top-space{
 margin-top:15px;
}

.top-space2{
  margin-top:50px;  
}

.top-space3{
  margin-top:30px;
}

.top-space4{
  margin-top:80px;
}

.top-space5{
  margin-top:10px;
}

.c-box{
 padding:0 30px;
}

.dropdown-menu{
   padding:0px;
   border-bottom: solid 2px #ed1c28;
}

.dropdown-menu>li>a{
 padding:8px 15px;
 border-bottom:solid 1px #eee;
 text-transform:uppercase;
 font-size:12px;
}

.body-text{
 	font-size:14px;
  color:#555;
}

.body-text strong{
    font-weight: 500;
    color: #444;
}
body .panel {
  box-shadow: inherit;
}

body .panel:hover{
  box-shadow: 0 0px 10px 0px #e0e0e0;
}
body .panel-body {
  min-height: 250px;
  cursor: pointer;
}
body .panel-body img{
  padding-top: 40px;
  padding-bottom: 40px;
}

body .panel-body p{
  font-size: 16px;
}

body .sec-blog h2{
  font-size: 44px;
  font-weight: 300;
}
body .sec-blog h2 span{
    font-weight: 600;
    color: #37346b;
}

body .sec-blog p {
    font-size: 16px;
}

body .sec-blog h4 {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
}

body .sec-blog p a.btn {
    font-size: 11px;
    border: solid 1px #ccc;
    color: #000;
    padding: 4px 8px;
}


.body-text h1{
	font-family: 'swis721roman';
 font-weight: 300;
 color:#555;
 font-size: 34px;
}

.body-text h3{
 font-weight:300;
 color:#555;
 /*font-size: 18px;*/
 color: #37346b; 
}
.body-text p.homep{
 font-size: 14px;
 line-height: 24px;
}
    
.body-text p{
  font-size: 13px;
  line-height: 22px;
}
.body-text h2{
 	font-weight:600;
  color:#676767;
  font-size:24px;
}
.body-text h4{
 font-weight:normal;
 font-size:16px;
 color:#7c7c7c;
}

.c-center-into-box{
 margin:0 auto -30px;
}
.circle{
  height:95px;
  width:95px;
  background:#3492ce;
  border-radius:50%;
  position:relative;	
}
.icon-circle{
 		position: absolute;
    top: 30%;
    left: 30%;
    right: 30%;
    font-size:40px;
    color:#fff;
}

.c-box-container{
 font-size:13px;
}

.notop-margin{
 margin-top:0px;
}

.title-orange{
 color:#ed1c28;
 font-size:18px;
 padding-top: 15px;
}

.bor-right{
 border-right:solid 1px #eee;
 padding:0 30px !important;
}

.bor-left{
 border-left:solid 1px #eee;
 padding:0 30px !important;

}


.footer-bg{
 background:#fff;
 color:#818181;
 padding-bottom:20px;
 border-top: solid 1px #e6e6e6;
}
.footer-bg h3{
    color: #37346b;
    font-weight: 600;
   /* 
 	color:#555;
  font-weight:normal;*/
  font-size:20px;
}
.footer-bg{
 line-height:20px;
}
.footer-bg2{
 background: #fff;
 color: #7a7a7a;
 padding: 10px;
 border-top: solid 1px #e6e6e6;
}

.footer-bg2 a{
 color: #37346b;
}

.footer-list li a{
 	color:#818181;
}	

.linkedin{
    padding: 2px 5px;
    background: #027eb2;
    color: #fff;
    font-size: 14px;
}


.twitter{
    padding: 2px 5px;
    background: #55acef;
    color: #fff;
    font-size: 14px;
}
.facebook{
    padding: 2px 7px;
    background: #4861a3;
    color: #fff;
    font-size: 14px;
}

.gplus{
    padding: 2px 5px;
    background: #da4735;
    color: #fff;
    font-size: 14px;
}

.page-header2{
  background:url(../images/h-bg.jpg) #fafafa;
  background-attachment:fixed;
  color: #717171;
  padding: 17px 0;
  /* font-weight: 300; */
  border-bottom: solid 1px #f3f3f3;
}
.page-header2 h1{
font-size: 34px;
font-weight: 300;
margin-top: 10px;
color: #37346b;
}

h1.page-career{
font-size: 34px;
font-weight: 300;
margin-top: 10px;
color: #37346b;
}

.page-header2 p.subtitles{
 font-size:18px;
}



.page-header3{
  background:url(../images/h-bg2.jpg) #fafafa;
  background-attachment:fixed;
  color: #717171;
  padding: 10px 0;
  /* font-weight: 300; */
  border-bottom: solid 1px #f3f3f3;
}
.page-header3 h1{
font-size: 34px;
font-weight: 300;
margin-top: 10px;
}
.page-header3 p.subtitles{
 font-size:18px;
}

.breadcrumb{
 background:inherit;
 margin-bottom:0;
}
.breadcrumb-color{
}

.body-text h1.dark-blue{
 color:#014570;
}

.text-orange{
 color:#ed1c28 !important;
}

.right-nav-list{
 min-height:150px;
}
.right-nav-list h3{
 font-size:18px;
 color:#3698d3;
 font-weight: 400;
}

.right-nav-list ul li a{
    color: #666666;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 25px;
    display: block;
    border-left: solid 2px #eee;
	font-family: inherit;
}

.right-nav-list ul li.active a, .right-nav-list ul li.active a:hover{
 color:#ed1c28;
 border-left: solid 2px #ed1c28;
font-weight: 600;
}
.right-nav-list ul li a:hover{
  color: #ec3139;
  /*border-left: solid 2px #37346b;*/
  text-decoration:none;
 
}

.page-header2 a.btn-link{
 color:#6ABAFF;
}
.list-dashed li:before {
    content: "-";
    float: left;
    margin-left: -12px;
    color:#555;
    font-weight:bold;
}
/*
.list-circle li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f058";
    font: normal normal normal 17px/0.5 FontAwesome;
    float: left;
    margin-top: 4px;
    margin-left: -23px;
    color: #37346b;
}
*/
.list-circle li ul{
 margin-top:7px;
}
.list-circle li ul li{
 padding:2px 0;
}
.list-circle li ul li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 4px;
    margin-left: -23px;
    color: #ed1c28;
}
.list-body li{
 color: #555;
 padding: 5px 0;
 font-size: 14px;    
}

.affix{
  background: rgb(255, 255, 255);
  z-index: 999;
}

label {
    text-transform: uppercase;
    font-size: 11px;
  }

.form-control {
    height: 40px;
    box-shadow:inherit;
	border-radius: 0px;
}
.input-group-addon, .btn {
	border-radius:0px;
}
.input-group {
    width: 100%;
}

.nav-tabs>li>a {
    border-radius: 0px 0px 0 0;
	color: #ec3139;
}

.form-control:hover {
  border: 1px solid #999;
}

.form-control:focus {
    border: 1px solid #1fbad6;
    box-shadow:inherit;
}
/*
.navbar-brand {
    padding: 25px 15px;
}
*/
.help-block{
    position: absolute;
    font-size: 10px;
    right: 20px;
    top: 8px;
}


body .dataTables_wrapper{
  padding-top: 15px;
}
.btn-unimax{
  background: #ec3139;
    border-color: #ec3139;
    padding: 10px 20px;
}

.btn-unimax:hover{
  background: #d0060f;
    border-color: #d0060f;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
	/*color:#337ab7;*/
	color:#fff;
    outline: 0;
	background: #37346b;
    font-weight: 600;
}

.breadcrumb>.active{color: #ec3139;}

.text-left a{color: #37346b;}

.breadcrumb a{color: #797979}

a.navbar-brand{padding:0px; height:60px;}

.nav-tabs {
    border-bottom: 1px solid #37346b;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #37346b;
    cursor: default;
    background-color: #fff;
    border: 1px solid #37346b;
    border-bottom-color: transparent;
    font-weight: 600;
}

.nav-tabs>li>a:hover {
    border-color: #37346b #37346b #37346b;
	background:#37346b;
	color:#fff;
}

.btn-primary{
    color: #fff;
	background-color: #ec3139;
    border-color:#ec3139;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b9191f;
    border-color: #ec3139;
}
.btn-default:hover {
    color: #fff;
    background-color: #ec3139;
    border-color: #ec3139;
}
.btn-default{
    color: #ec3139;
}
.space{padding:0px 20px;}
.panel-default>.panel-heading{background:#fff; border-color:#37346b;}
h4.panel-title{font-size:18px; color:#37346b; font-weight: 500;}
.panel-default>.panel-heading>.panel-title{font-size:22px; color:#37346b;}
.panel-group .panel{border-radius: 0; border-color: #37346b;}
.panel-default>.panel-heading+.panel-collapse>.panel-body { border-top-color: #37346b;}
.panel-default>.panel-heading> a{text-decoration:none;}
/*
.imgID-text{position: absolute; bottom: -19px; right: -142px;}

heading.h1{position: absolute; bottom: -19px; right: -142px;}
*/
@media (max-width: 768px) {
       ul.nav-top-space{
        margin:0px;
    }
    button.navbar-toggle{background: #37346b;}
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #ec3139;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #37346b;
    }
}

@media (max-width: 640px) {
	div#headbg{background-image:none;}
}


@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media screen and (min-width:481px) and (max-width: 990px){
    .top-space3 div.home-block{
        width: 50%;
        float:left;
    }
}
@media screen and (max-width: 560px) {
    .vertical-line{ width: 100%; height: 20px;}
    .space{padding:0px;}
	h1.heading{top:50px; font-size: 14px;}
	div.carousel-caption {
		position: absolute;
		left: 5px;
		top: -23px;
	}
	h1.heading span {
		font-size: 16px;
		font-weight: normal;
		color: #ec3139;
		line-height: 24px;
	}
}
@media screen and (max-width: 480px) {
.top-space3 div.home-block{
        width: 100%;
    }
}
.no-padding{padding:0px;}
.no-padding-code{padding-left:0px; padding-right:5px;}
textarea.form-control{resize:none;}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.form-group {
    margin-bottom: 10px;
}
div.panel-default{border-color:#fff;}
/*
@media (max-width: 560px) {
	div.imgID-text img{
		position: relative;
        width: 257px;
        height: 123px;
        left: -30px;
        top: -20px;
	}
    div.imgID-text img{
        width: 250px;
    }
}
    */
	
.tabs_class{display:block;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{border:none;}
.modal-header .close { font-family: initial; font-weight: 100; font-size: 40px; line-height:24px;}
.checkbox label, .radio label{line-height: 21px;}
select{ 
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
input.form-control{ 
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.btn-primary{ 
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.right-nav-list ul li.selected a, .right-nav-list ul li.selected a:hover {
    color: #ed1c28;
    border-left: solid 2px #ed1c28;
    font-weight: 600;
}

div.rc-anchor{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.modal-content{ 
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.table>tbody>tr>td{padding:5px 10px;}
option{font-family:inherit;}
.navbar-brand>img{margin-top:10px;}
div.emi{padding-bottom: 30px;}
div.emi p{text-transform:uppercase; font-size:11px;}

.squaredTwo {

}
h2.career-title{color: #ec3139;  font-size: 24px;    font-weight: 600; font-family:inherit;}
div.career-top-block{background:#37346b; padding:100px 0px;}

div.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
div.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
div.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

button.navbar-toggle{border-radius:0px;}
.form-group span{ position: absolute; top: -10px; height: 2px; font-size:9pt; color: red;}
 .btn-primary:focus { color: #fff; background-color: #ed3237;  border-color: #ed3237;}
primary:active{ color: #fff; background-color: #ed3237; border-color: #ed3237;}
.hide {
  display: none; }
pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }
ul.font-color{padding:0px;}
ul.font-color li{list-style:none;}
ul.font-color li a{color:#818181;}
div.home-block{width:20%;}
@media (max-width: 480px) {
    div.home-block{width:100%;}
}
#headbg{background-image:url('../images/dealwithus/1.jpg');}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
	visibility: visible;
}

li.dropdown-submenu {
    position: relative;
}

li.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
	display: none;
	visibility: hidden;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
	margin-top: 4px;
    margin-left: 5px;
}

@media (max-width: 767px) {
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}


/*
     FILE ARCHIVED ON 00:16:48 Jan 16, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:57:47 Sep 02, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 172.378
  PetaboxLoader3.resolve: 140.389 (2)
  exclusion.robots.policy: 0.201
  LoadShardBlock: 104.91 (3)
  RedisCDXSource: 43.738
  PetaboxLoader3.datanode: 171.7 (5)
  esindex: 0.016
  exclusion.robots: 0.216
  CDXLines.iter: 19.969 (3)
  load_resource: 238.036 (2)
*/