@charset "utf-8";
/* CSS Document */
/* CSS Document */
/*
* Copyright (c) 2018 ITAcumens
*/ 
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(bs-slider.css);
@import url(ekko-lightbox.css);
	
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
*{margin:0px; padding:0px; outline:none !important;}
body{
	font-family: 'Montserrat', sans-serif !important;
	font-size:normal;
	font-weight:normal;
	overflow-x:hidden;
}

/*header*/
header{
	padding:15px 0;
}
.head-cnt{
	margin-bottom: 0;
	text-align: right;
	margin-top: 15px;
}
.head-cnt li{
	display:inline-block;
	padding-left: 42px;
	position:relative;
}
.head-cnt li:before{
	position: absolute;
	font-family:'FontAwesome';
	left:0px;
	content: '';
	width:30px;
	height: 30px;
}
.head-cnt li:nth-child(1){padding-right:30px;}
.head-cnt li:nth-child(1):before{
	background: url(../images/h-ph.svg) no-repeat;
}
.head-cnt li:nth-child(2):before{
	background: url(../images/h-mail.svg) no-repeat;
}
.head-cnt li a{
	color:#005580;
	text-decoration: none;
	font-size:13px;
	line-height: 30px;
	padding-right: 10px;
}

/*menu*/

header .navbar{
	margin-bottom:0;
	background: #005580;
	border:5px solid #fff;
	margin-top: 25px;
	z-index: 1;
	border-radius: 0;
}
header .navbar-right{
	margin-right:0;
}
header .navbar-nav>li>a{
	padding:14px 14px;
	color:#fff;
	font-size:15px;
}
header .navbar-nav>li>a:hover, header .navbar-nav>li>a:focus, header .navbar-nav>li.active a, header .navbar-nav>li.active a:hover, header .navbar-nav>li.active a:focus{
	background:none;
	color:#f4cb0c;
}
@media (min-width: 768px){
	
	header .navbar-nav{
		text-align: center;
		width: 100%;
		float: left;
	}
	
	header .navbar-nav > li {
    	float: none;
    	display: inline-block;
  	}
	
	header .navbar-brand{
		display: none;
	}
}

/*slider*/
.bs-slider:before{
	content: '';
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    display: block;
    border-style: solid;
    z-index: 100;
   	bottom:0;
    border-color: transparent white transparent white;
    border-width: 60px 0px 0px 73vw !important;
}
.bs-slider:after{
	content: '';
    position: absolute;
    height: 0;
    display: block;
    right: 0;
    width: 25%;
    border-style: solid;
    z-index: 100;
	bottom:0;
    border-color: transparent white white transparent;
    border-width: 0px 0px 60px 27vw !important;
}
.slide-text h2{
	font-size:30px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
}

.slide-text h2:before{
	content:'';
	position: absolute;
	border:2px solid #f4cb0c;
	top: 5px;
    left: 0;
    height: 65px;
}
.slide-text p{
	font-size:16px;
	line-height: 25px;
	color:#fff;	
	text-align: justify;
	margin-left: 0;
	width: 575px;
}
.slide-text .rm-btn{
	text-align:left !important;
	transition: all .5s ease;
}
.slide-text .rm-btn a:hover{
	background: #f4cb0c;
}
.slide-text a{
	color:#fff !important;
	font-size:15px;
	
}
/*Colors*/
.ylw{color:#f4cb0c}
.blue{color:#005580;}
/*Home - About Us*/
#hm-abt{
	margin: -20px 0 45px;
}
.title{
	margin: 0 0 20px;
	font-size:30px;
	font-weight: 700;
	text-align:center;
	position: relative;
}
#hm-abt p{
	color:#28353a;
	font-size:15px;
	line-height:25px;
	margin-bottom: 20px;
	text-align: justify;
	font-weight: 500;
}
.abt-txt{padding-right:50px;}
#hm-abt ul{
	margin-bottom:0;
    padding-left: 30px;
}
#hm-abt ul li{
	padding-left: 70px;
	position: relative;
	font-size:16px;
	font-weight: 600;
	color:#005580;
	padding-bottom: 10px;
	line-height: 60px;
	
}
#hm-abt ul li a{
	color:#005580;
	text-decoration: none;
}
#hm-abt ul li:before{
	position:absolute;
	content: '';
	top:0;
	left: 0;
	width:50px;
	height: 50px;
	border-radius: 100px;
	border:1px solid #ccc;
	padding: 10px;
}
#hm-abt ul li:nth-child(1):before{
	background: url(../images/ic1.jpg);
	
}
#hm-abt ul li:nth-child(2):before{
	background: url(../images/ic2.jpg);
	
}
#hm-abt ul li:nth-child(3):before{
	background: url(../images/ic3.jpg);
	
}
#hm-abt ul li:nth-child(4):before{
	background: url(../images/ic4.jpg);
	
}
.task{border-left:1px solid #ccc;}
.rm-btn{
	text-align:center !important;
	margin:30px 0 0 !important;
}
.rm-btn a{
	font-size:15px;
	font-weight: 700;
	text-decoration: none;
	color:#005580;
	position: relative;
	border:1px solid #f4cb0c;
	padding: 8px 20px;transition: all .5s ease;
}
.rm-btn a:hover{
	font-size:15px;
	font-weight: 700;
	text-decoration: none;
	color:#fff;
	position: relative;
	border:1px solid #005580;
	background: #005580;
	padding: 8px 20px;
}
/*.rm-btn a:before{
	position: absolute;
	content: '';
	border:1px solid #f4cb0c;
	width:40px;
	height: 40px;
	left: -20px;
    top: -10px;
}*/

/*hm-product*/

#hm-product{
	position: relative;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
#hm-product:before{
	position: absolute;
	content: '';
	background: rgba(2, 2, 2, 0.80);
	top:0;
	left: 0;
	bottom:0;
	right:0;
}
.product{
	position:relative;
	width: 88%;
	margin: 0 auto;
	transition: all .5s ease;
}
.pro-tit{
	background: rgba(0, 85, 128, 0.90);
	position: absolute;
	bottom:0;
    padding: 10px;
    text-align: center;
	min-height: 60px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
	
}
.pro-tit h4{
	color:#fff;
	font-size:15px;
	margin: 0;
	line-height: 18px;
	font-weight: 600;
	transition: all .5s ease;
}
.pro-hover{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(0, 85, 128, 0.90);
	padding: 15px;
}
.hover-cnt{
	border:1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.hover-cnt h5{
	color:#f4cb0c;
	font-size:16px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin:0px;
	
}
.hover-cnt .rm-btn{margin-top:25px !important;}
#hm-products{
	margin-top:40px;
}
#hm-products .owl-controls{margin-top:25px;	}
#hm-products .rm-btn a{color:#fff;}
.product:hover .pro-tit{
	display: none;
}
.product:hover .pro-hover{opacity: 1;}

/*service*/
#hm-services{
	padding:40px 0px;
}
.service-item{
	width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #005580;
    border-radius: 100px;
    display: flex;
    align-items: center;
	background: #fff;
	transition: all .5s ease;
}
#hm-services .item p{
	color:#005580;
	font-size:16px;
	font-weight: 700;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	transition: all .5s ease;
}
#hm-services .item:hover .service-item{
	background: #005580;
}
#hm-services .item:hover  p{color:#f4cb0c;}
#hm-services .owl-theme .owl-controls{position:absolute;width:100%;top:15%;display: block !important;}
#hm-services .owl-theme .owl-controls .owl-buttons div{
	color:#005580;
	position: absolute !important;
	background: none;
	opacity: 1;
	font-size:35px;
}
#hm-services .owl-theme .owl-controls .owl-buttons .owl-next{
	right:-5%;
}
#hm-services .owl-theme .owl-controls .owl-buttons .owl-prev{
	left:-5% ;
}
#hm-service{margin-top:40px;}
.item a:hover{
	text-decoration:none;
}
/*footer*/
footer{
	background: #005580;
	padding:40px 0 0;
}
footer h5{
	font-size:16px;
	font-weight: 700;
	margin: 0 0 30px;
	color:#fff;
	text-transform: uppercase;
}
footer p, footer ul{margin-bottom:0;}
footer li, footer p{
	color:#fff;
	font-size:14px;
}
footer li a, #sub-banner ul li a{color:#fff;text-decoration: none;transition: all .5s ease;}
footer li a:hover{color:#f4cb0c;text-decoration: none;}
.ft-logo {
	margin-top: 45px;
	background: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 10px;
}
.ft-addr{
	padding-left: 50px;
}
.ft-addr p{
	line-height: 24px;
}

.ft-ph li, .sale li{
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
}
.sale li{padding-bottom:5px !important;padding-left: 20px !important;}
.ft-ph li:before, .sale li:before, .cnt-addr li:before{
	position:absolute;
	font-family:'FontAwesome';
	left:2px;
}
.social-tit{margin-bottom:15px;}
.ph:before, .cnt-addr li:nth-child(2):before{
	content: '\f095';
	font-size:15px;
}
.mail:before, .cnt-addr li:nth-child(3):before{
	content: '\f003';
	font-size:14px;
}
.ft-sale{padding-left: 70px;}
.sale li:before{
	content:'\f111';
	font-size: 8px;
	top:4px;
}
.social-tit{margin-top: 20px;	}
.social li{
	display: inline-block;
}
.social li .fa{
	padding-right: 10px;
	color:#fff;
	font-size:20px;
}
.copyright{
	border-top:1px solid rgba(255, 255, 255, 0.25);
	padding: 15px 0;
	margin-top: 30px;
}
.copyright p{
	font-size:13px;
	width:50%;
	float:left;
	margin-bottom: 0;
}
.ita a{
	color:#fff;
	text-decoration: none;
}
.ita{
	text-align: right;
}

/*Sub Pages*/

#sub-banner{
	background:url(../images/sub-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	top:-35px;
}
#sub-banner:before{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background: rgba(0, 85, 128, 0.80);
}
.sub-tit{
	font-size:46px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 100px 0 75px;
	position: relative;
	text-transform: uppercase;
}
#sub-banner ul li {position:relative;font-size:14px;}

/*contact page*/
#conatct-page{padding:20px 0 40px;}
#conatct-page .form-control{
	box-shadow: none;
	color:#28353a;
	border-radius: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #28353a;
	font-size:13px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #28353a;
	font-size:13px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #28353a;
	font-size:13px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #28353a;
	font-size:13px;
}
#conatct-page  textarea{resize:none;}
#conatct-page h4{
	font-size:24px;
	font-weight: 700;
	margin: 0 0 20px;
}
/*.touch, .cnt-frm{
	-webkit-box-shadow: 1px 1px 5px  rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 5px  rgba(204,204,204,1);
	box-shadow: 1px 1px 5px  rgba(204,204,204,1);
	padding: 30px 40px;
}*/
/*.cnt-frm{padding:25px !important;}*/
.cnt-frm{
	width:100%;
	float:left;
}
.cnt-map{
	margin-top: 50px;
	width:100%;
	display: inline-block;
}
.cnt-enq{padding-right: 70px;padding-left: 70px;}
.cnt-enq{border-left:1px solid #ccc;}
/*.cnt-addr{
	margin-bottom:25px;
	padding-bottom: 15px;
	border-bottom:1px solid rgba(244, 203, 12, 0.35);
}*/
.touch  ul li{
	position: relative;
	padding-left: 25px;
	padding-bottom: 25px;
	font-size:15px;
	line-height: 25px;
	color:#28353a;
	transition: all .5s ease;
}
.touch ul li a{
	color:#28353a;
	text-decoration: none;
	transition: all .5s ease !important;
		
}
.ft-social{
	text-align:center;
	margin-bottom: 0;
}
.ft-social li{
	display:inline-block;
	font-size: 25px !important;
	padding: 0 10px !important;
}
.ft-social li a{
	color:#f4cb0c !important;
}
.ft-social li a:hover{
	
	color:#005580 !important;
}
.cnt-addr li:nth-child(1):before{
	content: '\f041';
	font-size:18px;
	top:3px;
}
.cnt-frm .btn{
	background: #005580;
	border:1px solid #005580;
	border-radius: 0;
	padding: 8px 30px;
	color:#fff;
	font-size:14px;
	transition: all.5s ease;
}
.cnt-frm .btn:hover{
	background:#f4cb0c;
	border:1px solid #f4cb0c;
}

/*Products page*/
#product-page{
	padding:0px 0 10px;
}
.product-det{
	width:100%;
	float:left;
	margin-bottom: 20px;
	padding: 15px;
	transition: all .5s ease;
	border:1px solid transparent;
}
.product-det:hover{
	-webkit-box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	border:1px solid #e8e8e8;
}
.product-det a{
	text-decoration: none;
}
.product-det h5{
	font-size:16px;
	font-weight: 700;
	margin:20px 0px 0px;
	color:#005580;
	text-align:center;
	min-height: 35px !important;
	
}
.pro-rm{
	color:#fff;
	border:1px solid #f4cb0c;
	padding: 6px 20px;
	margin-top: 20px;
}
/*Service page*/
#services-page{
	padding: 10px 0 50px;
}
.service-sec{
	padding:20px 5px;
	border:1px solid #e8e8e8;
	display: flex;
	align-items: center;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	
}
.service-sec img{
	-webkit-box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 6px 0px rgba(204,204,204,1);
	border:1px solid #e8e8e8;
	padding: 5px;
	border-radius: 5px;
}
.ser{margin-bottom: 40px;}
.ser:last-child{margin-bottom:0;}
.service-sec h4{
	color:#005580;
	font-size:20px;
	font-weight: bold;
	margin: 0 0 20px;
	
}
.service-sec p, #about p{
	font-size:15px;
	line-height: 25px;
	color:#000;
	text-align: justify;
	font-weight: 500;
}
.service-sec ul li{
	font-size:15px;
	line-height: 30px;
	color:#000;
	padding-left: 20px;
	position:relative;
	font-weight: 500;
}
.service-sec ul li:before{
	content: '\f105';
	position: absolute;
	font-size:18px;
	color:#005580;
	font-family:'FontAwesome';
	left:0;
	font-weight: 600;
}

/*About Us*/
#about{padding:0px 0 40px;}
#about p, #about img{
	margin-bottom: 25px;
	
}
#about p:last-child{margin-bottom:0;}
.lst{margin-bottom:0 !important;}
#about img{
	margin-top: 10px;
}

/*our Clients*/
#clients{
	padding:10px 0 20px;
}
#clients img{
	margin-bottom: 50px;
	transition: all .5s ease;
	
}
#clients img:hover{
	-webkit-box-shadow: 1px 1px 8px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 8px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 8px 0px rgba(204,204,204,1);
}

/*other Services*/
#sales .nav-pills{
	margin:0 auto;
	width:50%;
	text-align: center;
}
#sales .nav-pills li{
	width:49%;
	text-align: center;
}
#sales .nav-pills li a{
	color:#005580;
	font-weight: 600;
	font-size:18px;
	background: #f1f1f1;
}
#sales .nav-pills>li.active>a, #sales .nav-pills>li.active>a:focus, #sales .nav-pills>li.active>a:hover{
	background: #005580;
	color:#fff;
	font-weight: 600;
	font-size:18px;
	margin: 0 10px;
}
#sales .tab-content{
	padding-top: 30px;
}
.sale-sec1 .panel-heading{
	color: #fff;
    background-color: #005580;
    border-color: #005580;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}
.sale-sec1{min-height:380px;}
.sale-sec2 .panel-heading, .sale-sec1 .panel-heading, .service-lst .panel-heading{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sale-sec2 .panel-footer, .service-lst .panel-footer{
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sale-sec2 .panel-heading, .sale-sec2 .panel-footer{
	color: #fff;
    background-color: #005580;
    border-color: #005580;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
	
   
}
.sale-sec2 .panel-footer{text-align:left !important;}
#sales .panel{
	margin-bottom:30px;
	border-radius: 10px;
}
.sales li{
	padding-left: 25px;
	line-height: 30px;
	color:#000;
	font-weight: 500;
	position: relative;
	font-size:15px;
	padding-bottom: 7px;
	text-transform: capitalize;
}
.sales{margin-bottom:0;}
.sales li:last-child{padding-bottom:0;}
.sales li:before{
	content:'\f101';
	font-family:'FontAwesome';
	font-size:15px;
	color:#005580;
	left: 0;	
	position: absolute;
}
.measure li{
	width: 50%;
	float:left;
}
/*.measure li:last-child{width:100%;}*/
/*other Services*/
.service-lst{float:left;}
.service-lst .panel-heading{
	color: #fff;
    background-color: #005580;
    border-color: #005580;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.service-lst .panel-footer{
	color: #fff;
    background-color: #005580;
    border-color: #005580;	
}
.service-lst li{font-size:14px;}
.service-lst h4{
	font-size:18px;
	font-weight: 600;
	color:#005580;
	margin: 20px 0 10px;
}
.training p{
	color:#000;
	font-size:15px;
	line-height: 30px;
	font-weight: 500;
}
.training{min-height:179px;}
.annual{
	min-height:343px;
}