@charset "UTF-8";
/* Sqube Infra Main CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:normal;
	margin:0;
	padding:0;
	background:#eee url(../images/main_bg.jpg) repeat;
}

/* Header */
.header_wrap {
	width:100%;
	min-width:1000px;
	height:auto;
	margin:0 0 40px 0;
	padding:0;
	float:none;
	position:relative;
}

/* Top Header */
.top_header_wrap {
	width:100%;
	min-width:960px;
	height:20px;
	margin:0;
	padding:5px 0;
	background:#000;
}

.top_header_box {
	width:auto;
	height:auto;
	margin:0 30px 0 0;
	padding:0;
	float:left;
}
.top_header_box img {
	float:left;
	margin:4px 0 0 0;
	width:11px;
	height:11px;
}
.top_header_box p {
	font-size:12px;
	float:left;
	margin:-0.5px 0 0 4px;
	padding:0;
	color:#a3a3a3;
}

/* navigation Wrap */
.nav_wrap {
	width:100%;
	min-width:960px;
	height:50px;
	margin:0 auto;
	padding:0;
	float:none;
	background:#0082ff;
}

.nav_box {
	width:80px;
	height:50px;
	margin:0;
	padding:0 17px;
	background:none;
	display:inline-block;
	border:none;
	float:left;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav_box:hover {
	background:#0072ff;
}
.nav_box p {
	font-family:'shanti', sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	margin:15px 0 0 0;
	padding:0;
	text-align:center;
}

.current {
	background:#fff;
}
.current p {
	color:#000;
}
.current:hover {
	background:#fff;
}

/* Sub Navigation */
ul.submenu {
	margin:16px 0 0 -17px;
	display:none;
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	overflow:hidden;
	width:220px;
	z-index:9999;
	position:relative;
}

ul.submenu a {
	text-decoration:none;
}
ul.submenu a li {
	font-family:'Shanti', sans-serif;
	font-size:14px;
	list-style:none;
	text-decoration:none;
	background:#fff;
	padding:12px 15px;
	z-index:99999;
	width:200px;
	color:#333;
	text-align:left;
}
ul.submenu a li:hover {
	background:#eee;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

div.sub1:hover ul.submenu {
	display:block;
}

/* Main Logo */
.col_960_logo {
	width:960px;
	margin:0 auto;
	position:relative;
	top:-80px;
	border:none;
}
.logo_wrap {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	z-index:999;
}

/* Info Bar */
.info_bar_wrap {
	width:770px;
	height:auto;
	margin:10px 0 0 0;
	padding:20px;
	float:none;
	background:#0073e6;
	float:left;
}

.info_bar_wrap h1 {
	color:#fff;
}
.info_bar_wrap p {
	color:#fff;
	margin:5px 0 0 0;
	font-size:15px;
}

.info_bar_button {
	width:90px;
	height:auto;
	margin:10px 0 0 0;
	padding:26px 30px 27px 28px;
	float:left;
	background:#ff9000;
	border:none;
	outline:none;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.info_bar_button:hover {
	background:#ff9c02;
}
.info_bar_button h4 {
	color:#fff;
	font-size:16px;
	float:left;
}
.info_bar_button p {
	color:#fff;
	margin:0;
	font-size:13px;
}
.info_bar_button img {
	float:left;
	margin:8px 0 0 5px;
}

/* Content Wrap */
.content_wrap {
	width:920px;
	height:auto;
	margin:10px auto;
	padding:15px 20px;
	background:#fff;
}

/* Left Col */
.col_left {
	width:600px;
	height:auto;
	margin:0 30px 0 0;
	padding:0;
	float:left;
}

.col_right {
	width:290px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

/* title */
.col_title {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	border-bottom:3px solid #eee;
}
.col_title p {
	margin:0;
	padding:0;
	color:#ff9000;
}
.col_title h2 {
	margin:5px 0 0 0;
}

/* desc */
.col_desc {
	width:100%;
	height:auto;
	margin:15px 0 0 0;
	padding:0;
}
.col_inside_left {
	float:left;
	width:335px;
}
.col_inside_right {
	width:245px;
	float:right;
}

/* Service Bar */
.service_bar {
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #eee;
}

.check_wrap {
	width:13px;
	height:14px;
	margin:3px 7px 0 0;
	padding:0;
	float:left;
	background:url(../images/check.png) no-repeat top center;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	overflow:hidden;
}
.service_bar:hover .check_wrap {
	background:url(../images/check.png) no-repeat bottom center;
}

.service_bar p {
	text-decoration:none;
	font-size:14px;
	margin:0;
	float:left;
	width:260px;
}
.service_bar:hover p {
	color:#ff9000;
}

/* Project Slider */
.project_slide_wrap {
	width:920px;
	height:auto;
	margin:10px auto;
	padding:15px 20px 0 20px ;
	background:#efede5;
}

/* title */
.project_slide_title {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	border-bottom:3px solid #ebcaaa;
}
.project_slide_title p {
	margin:0;
	padding:0;
	color:#ff9000;
}
.project_slide_title h2 {
	margin:5px 0 0 0;
}

/* Desc */
.project_slide_desc {
	width:100%;
	height:auto;
	margin:15px 0 0 0;
	padding:0;
}

/* Contact bar */
.contact_bar_left {
	width:770px;
	height:auto;
	margin:0 0 10px 0;
	padding:15px 20px;
	float:none;
	background:#0073e6;
	float:left;
}
.contact_bar_left p{
	margin:0;
	padding:0;
	color:#fff;
	font-family: 'Shanti', sans-serif;
	font-size:16px;
}

.contact_bar_button {
	width:90px;
	height:auto;
	margin:0;
	padding:15px 30px 15px 28px;
	float:left;
	background:#ff9000;
	border:none;
	outline:none;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.contact_bar_button:hover {
	background:#ff9c02;
}
.contact_bar_button p {
	color:#fff;
	margin:0;
	font-size:16px;
	font-family: 'Shanti', sans-serif;
	float:left;
}
.contact_bar_button img {
	float:left;
	margin:7px 0 0 5px;
}

/* Footer */
.footer_wrap {
	width:960px;
	height:auto;
	margin:20px auto 0 auto;
	padding:0;
	float:none;
	background:none;
	position:relative;
}

.footer_in_wrap {
	width:200px
	height:auto;
	margin:0 30px 0 10px;
	padding:0;
	float:left;
}

/* Title */
.foot_title {
	width:200px;
	height:30px;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ddd;
	background:none;
}
.foot_title h4 {
	font-size:16px;
	text-transform:capitalize;
}

/* desc */
.foot_desc {
	width:200px;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
	float:none;
}

.foot_desc p {
	color:#666;
	font-size:13px;
}

/* Quick Links */
p.link {
	margin:5px 0 0 0;
	display:block;
}
.foot_desc p.link a {
	font-size:13px;
	color:#666;
}
.foot_desc p.link a:hover {
	color:#000;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/* foot Contact */
.icon_foot {
	float:left;
	margin:3px 5px 10px 0;
}
p.foot_cntct_info {
	float:left;
	margin:0;
	width:180px;
}

/* Legal Info */
.foot_sep {
	height:1px;
	width:200px;
	margin:10px 0;
	padding:0;
	background:#ddd;
}
.infouna {
	width:79px;
	height:25px;
	margin:10px 0 0 50px;
	padding:0;
	background:url(../images/infouna.png) no-repeat top center;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.infouna:hover {
	background:url(../images/infouna.png) no-repeat bottom center;
}

/* Footer Image */
img.foot_img {
	margin:0 auto;
	padding:0;
	position:absolute;
	bottom:-110px;
	z-index:-1;
}

/* Other Pages */
.main_image_other {
	width:auto;
	height:auto;
	margin:-15px 0 0 -20px;
	padding:0;
}

/* Title */
.main_title_wrap {
	width:100%;
	height:auto;
	margin:10px 0;
	padding:0 0 15px 0;
	border-bottom:3px solid #eee;
}

/* half columns */
div.half_col_left {
	width:440px;
	height:auto;
	margin:10px 0;
	padding:0;
	float:left;
}
div.half_col_left h2 {
	text-transform:capitalize;
	font-size:20px;
	color:#333;
}

div.half_col_right {
	width:440px;
	height:auto;
	margin:10px 0;
	padding:0;
	float:right;
}
div.half_col_right h2 {
	text-transform:capitalize;
	font-size:20px;
	color:#333;
}
.half_col_right .service_bar {
	margin:15px 0;
}

.sep_full {
	width:100%;
	height:2px;
	margin:10px 0;
	padding:0 auto;
	float:none;
	background:#eee;
}

/* Projects Page */
.title_two {
	margin:10px 0 0 0;
}
.title_two h2 {
	font-size:18px;
	text-transform:capitalize;
	color:#444;
	margin:0;
}

.tab_wrap {
	width:100%;
	height:45px;
	margin:0;
	padding:0;
	float:none;
	background:#eee;
}

.tab_box {
	width:auto;
	height:45px;
	margin:0;
	padding:0 25px;
	float:left;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.tab_box:hover {
	background:#ddd;
}
.tab_box h3 {
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	margin:11px 0 0 0;
}

.tab_box_current {
	background:#ff9934;
}
.tab_box_current:hover {
	background:#ff9934;
}
.tab_box_current h3 {
	color:#fff;
}

.project_wrap {
	width:100%;
	height:auto;
	margin:15px 0;
	padding:0;
}

/* Project Table */
table.project {
	font-family:'calibri', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:19px;
	color:#555;
	width:auto;
	height:auto;
	margin:5px 0 10px 0;
	padding:0;
}
table.project td{
	padding:3px 0;
}

table.project td.right {
	width:auto;
	height:auto;
	margin:0;
	padding:0 20px 0 0;
	font-weight:bold;
	color:#444;
	text-align:left;
}

/* Customers Page */
.main_desc {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:none;
}

ul.customer_list {
	width:80%;
	height:auto;
	margin:-10px 0 0 0;
	padding:0;
}
ul.customer_list li {
	list-style:none;
	padding:10px 0 10px 0;
	border-bottom:1px solid #eee;
}
ul.customer_list li p {
	margin:0;
	padding:0;
	float:left;
	font-size:15px;
	color:#000;
}

div.user_icon {
	width:13px;
	height:13px;
	margin:3px 10px 0 0;
	padding:0;
	float:left;
	background:url(../images/user-icon.png) top center;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.customer_list li:hover div.user_icon {
	background:url(../images/user-icon.png) bottom center;
}

/* Contact Page */
.map_wrap {
	width:100%;
	height:300px;
	margin:5px 0 10px 0;
	padding:0;
	float:none;
	background:#eee;
}

/* Half Col Title */
.half_col_title {
	width:100%;
	height:auto;
	margin:0;
	padding:5px 0 10px 0;
	border-bottom:2px solid #eee;
}
.half_col_title h2 {
	font-size:19px !important;
}


/* Meta, Error, Success */
p.meta {
	font-size:13px;
	margin: 15px 0;
	color:#777;
}
p.error {
	padding:5px 10px;
	width:380px;
	background:#ff5a00;
	color:#fff;
	margin:2px 0;
	font-size:13px;
	line-height:19px;
	display:block;
}
p.success {
	padding:4px 10px 6px 10px;
	width:380px;
	background:#40b840;
	color:#fff;
	margin:0;
	font-size:13px;
	line-height:19px;
	display:block;
}

/* Contact Info */
.contact_bar {
	width:400px;
	height:auto;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ededed;
}

.contact_bar img {
	float:left;
	margin:4px 10px 0 0;
}
.contact_bar p {
	float:left;
	margin:0;
	width:300px;
	color:#000;
}
.certiicate-image{
	width: 200px;
	margin: 0 auto;
}
.certiicate-image img{
	width: 100%;
	cursor: pointer;
}
.certificate-wrap h2{
	margin-bottom: 20px;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
	z-index: 999;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;

	padding: 30px 0;
}

.close {
	position: absolute;
    top: 25px;
    right: 35px;
    border-radius: 2px;
    padding: 0 12px;
    /* background-color: #f6fbff; */
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    transition: .3s;
}

.close:hover,
.close:focus {
    color: #ff1a1a;
    text-decoration: none;
    cursor: pointer;
}
