@charset "utf-8";
/* CSS Document */
*{margin:0 auto; padding:0px;}

#container{
	width:100%;
	height:auto;
}

.header{
	width:100%;
	height:auto;
	padding:0% 0 0% 0;
	background-color:#ffffff;
	float:left;
}
.logo{
	width:23%;
	float:left;
	margin-left:4%;	
}
.logo img{
	width:100%;
}
.nav{
    width: 65%;
    float: right;
    height: 10px;
    margin: 0 4% 0 0;
}
.mob{
	display:none;
}
.banner{
	width:100%;
	height:auto;
	float:left;
	border-top: 2px solid #ed1a23;
	border-bottom: 2px solid #ed1a23;
}
.banner img{
	width:100%;
}
.section1{
	width:100%;
	float:left;
	background-color:#FFF;
}
.section1 img{
	margin:29px 0px 0px 18px;
}


.section_in_1{
	float:left;
	width:15%;
	height:330px;
	background:url(images/cctv.png) no-repeat #f4f4f4;
	margin:2% 0% 0% 1%;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-left:solid 6px #e0e0e0;
	transition:background 0.5s;
	background-position:center 20px;
}

.section_in_1:hover{
	background:url(images/cctv_over.png) no-repeat #e0e0e0;
		background-position:center 20px;
}

.section_in_2{
	float:left;
	width:15%;
	height:330px;
	margin:2% 0% 0% 1%;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-left:solid 6px #e0e0e0;
	transition:background-color 1s;
	background: url(images/access.png) no-repeat #f4f4f4;
	background-position:center 20px;
}

.section_in_2:hover{
	background:url(images/access_over.png) no-repeat #e0e0e0;
		background-position:center 20px;
}


.section_in_3{
	float:left;
	width:15%;
	height:330px;
	margin:2% 0% 0% 1%;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-left:solid 6px #e0e0e0;
	transition:background-color 1s;
	background: url(images/fire.png) no-repeat #f4f4f4;
	background-position:center 20px;
}

.section_in_3:hover{
	background: url(images/fire_over.png) no-repeat #e0e0e0;
		background-position:center 20px;
}


.section_in_4{
	float:left;
	width:15%;
	height:330px;
	background: url(images/door.png) no-repeat #f4f4f4;
	margin:2% 0% 0% 1%;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-left:solid 6px #e0e0e0;
	transition:background-color 1s;
	background-position:center 20px;
}

.section_in_4:hover{
	background: url(images/door_over.png) no-repeat #e0e0e0;
		background-position:center 20px;
}


.section_in_5{
	float:left;
	width:15%;
	height:330px;
	background: url(images/gate.png) no-repeat #f4f4f4;
	margin:2% 0% 0% 1%;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-left:solid 6px #e0e0e0;
	transition:background-color 1s;
	background-position:center 20px;
}

.section_in_5:hover{
	background: url(images/gate_over.png) no-repeat #e0e0e0;
		background-position:center 20px;
}
.section_in_6{
	float:left;
	width:15%;
	height:330px;
	background: url(images/bms_home.png) no-repeat #f4f4f4;
	margin:2% 0% 0% 1%;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-left:solid 6px #e0e0e0;
	transition:background-color 1s;
	background-position:center 20px;
}

.section_in_6:hover{
	background: url(images/bms_home_over.png) no-repeat #e0e0e0;
		background-position:center 20px;
}





.section_in_1 h1{
	font:13px 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:110px;
	background:url(images/section_bord.png) no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}
.section_in_1 p{
	font:13px 'Lato', sans-serif;;
	text-align:justify;
	width:85%;
	margin-top: 8%;
	margin-left:10px;
	height: 130px;
	display: block;
}
.section_in_2 p{
	font:13px 'Lato', sans-serif;
	text-align:justify;
	width:85%;
	margin-top: 8%;
	margin-left:10px;
	height: 130px;
	display: block;
}
.section_in_3 p{
	font:13px 'Lato', sans-serif;
	text-align:justify;
	width:85%;
	margin-top: 8%;
	margin-left:10px;
	height: 130px;
	display: block;
}
.section_in_4 p{
	font:13px 'Lato', sans-serif;
	text-align:justify;
	width:85%;
	margin-top: 8%;
	margin-left:10px;
	height: 130px;
	display: block;
}
.section_in_5 p{
	font:13px 'Lato', sans-serif;
	text-align:justify;
	width:85%;
	margin-top: 8%;
	margin-left:10px;
	height: 130px;
	display: block;
}
.section_in_6 p{
	font:13px 'Lato', sans-serif;
	text-align:justify;
	width:85%;
	margin-top: 8%;
	margin-left:10px;
	height: 130px;
	display: block;
}
.section_in_2 h1{
	font:14px 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:110px;
	background:url(images/section_bord.png) no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}
.section_in_3 h1{
	font:14px 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:110px;
	background:url(images/section_bord.png) no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}
.section_in_4 h1{
	font:14px 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:110px;
	background:url(images/section_bord.png) no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}
.section_in_5 h1{
	font:14px 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:110px;
	background:url(images/section_bord.png) no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}
.section_in_6 h1{
	font:14px 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:110px;
	background:url(images/section_bord.png) no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}
.section_in_1 a{
	display:block;
	width:72px;
	height:24px;
	font:12px 'Lato', sans-serif;
	color:#333;	
}
.section_in_2 a{
	display:block;
	width:72px;
	height:24px;
	font:12px 'Lato', sans-serif;
	color:#333;		
}
.section_in_3 a{
	display:block;
	width:72px;
	height:24px;
	font:12px 'Lato', sans-serif;
	color:#333;		
}
.section_in_4 a{
	display:block;
	width:72px;
	height:24px;
	font:12px 'Lato', sans-serif;
	color:#333;		
}
.section_in_5 a{
	display:block;
	width:72px;
	height:24px;
	font:12px 'Lato', sans-serif;
	color:#333;	
}
.section_in_6 a{
	display:block;
	width:72px;
	height:24px;
	font:12px 'Lato', sans-serif;
	color:#333;		
}
.section2{
	width:100%;
	float:left;
	background-color:#fff;
	margin-top:50px;
}
.section2 h1{
	text-align:center;
	font:22px 'Lato', sans-serif;
	color:#333;
	width:80%;
	border-bottom:1px solid #333;
	line-height:0.1em;
	clear:left;
	clear:right;
}

h1 span{
	background:#FFF;
	padding:0 30px;
}
.serv{
width: 17%;
height: 270px;
float: left;
margin-top: 3em;
margin-left: 6%;
}
.design{
	background-image: url(images/design.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.design:hover{
	background:url(images/design_over.png) no-repeat;
	background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	}
	
.plan{
	background:url(images/planning.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.plan:hover{
	background:url(images/planning_over.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	}
	
.cons{
	background:url(images/consultant.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.cons:hover{
	background:url(images/consultant_over.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	}
.int{
	background:url(images/integration.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.int:hover{
	background:url(images/integration_over.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 90%;
    background-size: 100%;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	}	
	
.serv h2{
	font:22px 'Lato', sans-serif;
	color:#000;
	text-align:center;
	float:left;
	width: 100%;
}
.section3{
	width:100%;
	float:left;
	background-color:#fff;
	margin-top:10px;
}
.section3 h1{
	text-align:center;
	font:22px 'Lato', sans-serif;
	color:#333;
	width:80%;
	border-bottom:1px solid #333;
	line-height:0.1em;
	clear:left;
	clear:right;
}

h1 span{
	background:#FFF;
	padding:0 30px;
}
.projects{
	width:100%;
	margin-top:3em;
}

.project_in{
	width:95%;
	height:auto;
}
.project_in img{
	width:24.7%;
}
.footer{
	width:100%;
	height:auto;
	background-color:#333333;
	float:left;
	margin-top:4em;
}

.footer a img:visited{
	outline:none;
	border:none;
}

.footer img{
	margin-top:-1.5em;
	margin-right:5px;
		outline:none;
	border:none;
}
.footer_in{
	width:80%;
	height:auto;
	background-color:#999;
	margin-top:20px;
}
.footer_in_wrap{
width: 30%;
float: left;
margin-left: 20px;
}

.footer_in_wrap h1{
text-align: center;
font: 14px/0.1em 'Lato', sans-serif;
color: rgb(255, 255, 255);
width: 100%;
border-bottom: 1px solid rgb(255, 255, 255);
clear: right;
}

.footer_in_wrap h1 span{
	background:#333333;
	padding:0 20px;
}
.footer_in_wrap ul{
	list-style-image:url(images/bullet.png);
	width: 5em;
	margin-top: 20px;
}
.footer_in_wrap ul li a{
	font: 12px 'Lato', sans-serif;
color: rgb(255, 255, 255);
text-decoration:none;
}
.footer_in_wrap ul li{
	margin-top:5px;
}
.date_bg{
	background:url(images/date_bg.png) no-repeat;
	width:40px;
	height:46px;
	font:10px 'Lato', sans-serif;
	color:#FFF;
	text-align:center;
	line-height:45px;
	float:left;
	margin-right:10px;
}
.news{
	width:100%;
	height:auto;
	margin-top:20px;
	font:12px 'Lato', sans-serif;
	color:#FFF;
}
.news a{
	font:10px 'Lato', sans-serif;
	color:#FFF;
	background-color:#F00;
	padding:3px;
	text-decoration:none;
	margin-top:5px;
	display:block;
	width:8em;
	float:left;
}
.home{
	background:url(images/home_ico.png) no-repeat;
	font:12px 'Lato', sans-serif;
	color:#FFF;
	background-position:top left;
	display:block;
	margin:20px 0 40px 0;
	line-height:22px;
}
.mail{
	background:url(images/mail_ico.png) no-repeat;
	background-position: center left;
	padding-left:20px;
	display:block;
	margin-top:-20px;

}
.mail a{
	font:12px 'Lato', sans-serif;
	color:#FFF;
	text-decoration:none;
	margin-top:10px;
}
.tel{
	background:url(images/phone_ico.png) no-repeat;	background-position: center left;
	padding-left:20px;
		font:12px 'Lato', sans-serif;
	color:#FFF;
}
.footer_end{
	width:100%;
	height:auto;
	padding:5px 0 5px 0;
	float:left;
	background-color:#000;
	display:table;
}
.footer_end span{
	font:11px 'Lato', sans-serif;
	color:#FFF;
	margin-left:4%;
	display:table-cell;
	vertical-align:middle;
	padding-left:4%;

}

.footer_end a{
	font:11px 'Lato', sans-serif;
	color:#FFF;
	margin-right:8%;
	text-decoration:none;
	float:right;
	background:url(images/effervescent.png) no-repeat;
	background-position: center right;
	padding: 10px 108px;
	display:table-cell;
	vertical-align:middle;
}

<!--about style start here-->

.inner_banner{
	width:100%;
	height:auto;
	float:left;
}
.inner_banner img{
	width:100%;
}
.breadcrumps{
	width:90%;
	height:auto;
	padding:5px 0 5px 0;
	background-color:#dc0507;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:10px;
	font:12px 'Lato', sans-serif;
	color:#FFF;
}
.breadcrumps a{
	font:12px 'Lato', sans-serif;
	color:#000;
	text-decoration:none;
	margin:0 0 0 20px;
	background:url(images/brdcrump_dvdr.png) no-repeat;
	background-position:center right;
	padding-right:10px;
	font-weight:light;
	background-size: 3px;
}
.breadcrumps a:hover{
	color:#FFF;
}
.left{
float: left;
height: auto;
width: 18em;
margin-left: 5%;
margin-top: 1%;
}

.left_technologies{
	width:100%;
	border-right:1px dotted #666666;
	height:auto;
	float:left;
}
.left_technologies a{
	margin-bottom:10px;
}
.left_technologies h2{
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	font-weight:400;
	border-bottom:1px solid #F00;
	width:10em;	
}
.cctvbg{
	background:url(images/cctvbg.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
	transition:0.2s all;
}
.cctvbg:hover{
		background:url(images/cctvbg_over.png) no-repeat;
}

.cctvbg-active{
	background:url(images/cctvbg_over.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
}

.access{
	background:url(images/accessbg.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
	transition:0.2s all;
}
.access-active{
	background:url(images/accessbg_over.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
}
.access:hover{
		background:url(images/accessbg_over.png) no-repeat;
}
.fire{
	background:url(images/firebg.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
	transition:0.2s all;
}
.fire-active{
	background:url(images/firebg_over.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
}
.fire:hover{
		background:url(images/firebg_over.png) no-repeat;
}
.gate{
	background:url(images/gatebg.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
	transition:0.2s all;
}
.gate-active{
	background:url(images/gatebg_over.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
}
.gate:hover{
		background:url(images/gatebg_over.png) no-repeat;
}
.bms{
	background:url(images/bmsbg.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
	transition:0.2s all;
}
.bms-active{
	background:url(images/bmsbg_over.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
}
.bms:hover{
		background:url(images/bmsbg_over.png) no-repeat;
}
.intrusion{
	background:url(images/intrusionbg.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
	transition:0.2s all;
}
.intrusion-active{
	background:url(images/intrusionbg_over.png) no-repeat;
	height:50px;
	width:20em;
	float:left;
	text-align: center;
	line-height: 50px;
	text-decoration:none;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	line-height:50px;
}
.intrusion:hover{
		background:url(images/intrusionbg_over.png) no-repeat;
}
.insta_enq{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
	border-right:1px dotted #666666;
	padding-bottom:10px;
	padding-top:10px;
}
.insta_enq input{
	width:88%;
	margin-bottom:5px;
	height:30px;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	background-color:#dddddd;
	border: none;
	padding-left:10px;
	
}
.insta_enq input.sub{
	width:40%;
	background-color:#F00;
	margin-top:5px;
	cursor:pointer;
	color:#FFF;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	padding:0px;
}
.insta_enq textarea{
	width:88%;
	height:100px;
	font:14px 'Lato', sans-serif; 
	color:#2b2b2b;
	background-color:#dddddd;
	border: none;
	padding-left:10px;	
}
.insta_enq h2{
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	text-align:center;
	font-weight:400;
	border-bottom:1px solid #F00;
	width:10em;
	margin-bottom:10px;
}

.right{
float: left;
height: auto;
width: 65%;
margin-left: 1.5%;
margin-top: 1%;
}
.right form{
	width:60%;
}
.right form input{
	width:100%;
	height:30px;
	margin-bottom:8px;
	padding-left:5px;
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
}
.right form input.sub{
	width:20%;
}
.right form textarea{
	width:101%;
	height:150px;
	margin-bottom:8px;
	font:14px 'Lato', sans-serif;
}


.right h3{
	font:17px 'Lato', sans-serif;
	color:#2b2b2b;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
	
}

.right p{
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	line-height:22px;
}
.right p span{
	background:url(images/bullet.png) no-repeat;
	background-position:left center;
	padding-left:15px;
	font-weight:bold;
}

.right p span.bg{
	background:url(images/abt_bg.png) no-repeat;
	background-size: cover;
	font-weight:normal;
	padding-left:0px;
	display:inline-block;
	padding:1% 0 1% 0;
}

.right p span.dark{
	background: none;
	background-size: cover;
	background-color: rgba(0,0,0,0.1);
	font-weight:normal;
	padding-left:0px;
	display:inline-block;
	padding:2% 1% 2% 1%;
}

.right p span.light{
	background: none;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.04);
	font-weight:normal;
	padding-left:0px;
	display:inline-block;
	padding:2% 1% 2% 1%;
}
<!--about style ends here-->

.contact_wrap{
	width:100%;
	height:auto;
	float:left;
}

.contact_wrap_left{
	width:50%;
	float:left;
	font:14px 'Lato', sans-serif;
}

.contact_wrap_right{
	width:50%;
	float:left;
}
.cnt_per{
background: transparent url("images/contact_per.png") no-repeat scroll left center;
height: 24px;
display: block;
line-height: 24px;
padding-left: 40px;
}
.cnt_no{
background: transparent url("images/con_no.png") no-repeat scroll left center;
height: 24px;
display: block;
line-height: 24px;
padding-left: 40px;
}
.cnt_mail a{
background: transparent url("images/email.png") no-repeat scroll left center;
height: 24px;
display: block;
line-height: 24px;
padding-left: 40px;
text-decoration:none;
color:#000;
}
.add{
	background: transparent url("images/address.png") no-repeat scroll left center;
height: 24px;
display: block;
line-height: 24px;
padding-left: 40px;
text-decoration:none;
color:#000;
font:14px 'Lato', sans-serif;
}
.map{
	width:100%;
	height:auto;
	float:left;
}
.contact_wrap{
	width:100%;
	float:left;
}
.sectors_container{
	width:100%;
	background-color:#999;
}
.sector_in{
	width:32.33%;
	float:left;
	background-color:#dddddd;
	margin:0 1% 2% 0;
}
.sector_in img{
	width:100%;
}
.sector_in img:hover{
	width:100%;
	opacity:0.7;
}

.sector_in h3{
	font:14px 'Lato', sans-serif;
	color:#2b2b2b;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
	text-align:center;
	padding:5px 1px 0 1px;
	
}
/*
     FILE ARCHIVED ON 16:45:20 Jan 19, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:00:35 Feb 07, 2022.
     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: 80.433
  exclusion.robots: 0.197
  exclusion.robots.policy: 0.189
  cdx.remote: 0.058
  esindex: 0.009
  LoadShardBlock: 52.595 (3)
  PetaboxLoader3.datanode: 87.381 (5)
  CDXLines.iter: 18.168 (3)
  load_resource: 152.992 (2)
  PetaboxLoader3.resolve: 93.74 (2)
*/