.service-images{
    padding:50px 0;
	margin:40px 0;
    float:left;
    width:100%;
    position:relative;
    background:#fff url(../Images/service-bg.jpg);
    background-size:cover;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8) inset; 
    }
	
.service-images:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
	left: 0;
    background:#fff;
    opacity:0.8;    
    }

	
.service-images .owl-carousel .owl-stage-outer{
    overflow:visible;   
    }

.service-images .main-items .slid-img {
        position: relative;
        overflow: hidden;
    }

.service-images .main-items .slid-img img {
            width: 100%;
            transition:.4s;
        }
.service-images .main-items {
    transition: .4s;
    text-align:center;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.07);
    padding:0px;
	border: 3px solid #fff;
}
.service-images .main-items:hover {
        transform: translateY(-10px);
    }

.service-images .main-items:hover .slid-img img {
            transform: scale(1.15);
        }
		
.service-images .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.service-images .owl-carousel .owl-nav button.owl-next,
.service-images .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        width: 29px;
        height: 29px;
        outline: none;
        background: #eea121;
    color: #fff;
    font-size: 30px;
    opacity: 1;
	line-height: 29px;
    }

.service-images .owl-carousel .owl-nav button.owl-next {
        right:-15px;
    }

.service-images .owl-carousel .owl-nav button.owl-prev {
        left:-15px;
    }

.service-images .owl-carousel .owl-nav button.owl-next i,
.service-images .owl-carousel .owl-nav button.owl-prev i {
            width: 100%;
            height: 100%;
            line-height: 29px;
            background: #faa61a;
            color: #fff;
            font-size: 20px;
        }
.service-images .owl-item {
    transform: scale(0.7);
    transition: all 400ms;
    opacity:1;
}
.service-images .owl-item.active {
    transform: scale(1);
    opacity: 1;
}
.service-images .owl-item.active .main-items {
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.6); 
    }
.service-images .owl-item.active .year-box{
    opacity: 1; 
    }
.service-images button{
    transition:.4s;
    outline:none;   
    }
    
    
    
    .serv-points{

	}
.serv-points h5{
	font-size: 18px;
    font-weight: 600;		
	}
.serv-points ul li{
	font-size:14px;
	line-height:21px;
	padding:4px 0 4px 25px;
	display:block;
	position:relative;
	color: #0e3e79;
	font-weight: 500;			
	}
.serv-points ul li:before {
	content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background: #faa61a;
    width: 6px;
    height: 6px;
}
.serv-point-dtl{
	background: #f1f1f1;
    background: linear-gradient(#f1f1f1, #ffffff);
    margin-top: 20px;	
	}
.serv-point-dtl .box{
	padding: 10px 0;	
	}
.serv-point-dtl .box p{
	text-align:left;
	}
.serv-point-dtl .box h5{
font-weight: 500;
    color: #0e3e79;
    font-size: 15px;
	}
.serv-point-dtl .box img{
	    margin-bottom: 32px;
}
.heading{
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-bottom: 15px;
	text-align:left;
	margin-bottom: 20px;
	font-weight: 600;
	}
	.heading1{
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-bottom: 10px;
	text-align:center;
	margin-bottom: 10px;
	font-weight: 600;
	}

.heading:before, .heading:after {
	 content: "";
	 position: absolute;
	 bottom: -2px;
	 left:0;
	 webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 -ms-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	}
.heading:after {
        z-index: 1;
        height: 2px;
        width: 80px;
        background: #faa61a;
        border-radius:2px;
        margin-left: 0px;
        }

.heading:before {
        height: 2px;
        width: 200px;
        background: #d0d0d0;
        }
.img-left{
	float:left;
	margin-right:20px;
	margin-bottom:20px;	
	}
.img-right{
	float:right;
	margin-left:20px;
	margin-bottom:20px;	
	}
	
.ul-list ul{
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;	
	}	
.ul-list ul li{
	font-size:14px;
	line-height:21px;
	padding:4px 0 4px 25px;
	float:left;
	width:100%;
	position:relative;	
	}
.ul-list ul li:before {
	content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background: #faa61a;
    width: 6px;
    height: 6px;
}
.services{
	padding-top:60px;	
	}

.services p{
	font-size:14px;
	line-height:22px;
	text-align:justify;	
	}
	
.we-supply {
    position: relative;
    padding:50px 0px;
    color: #fff;
}
.we-supply.bg-1 {
	 background: url(../Images/new_slider03.jpg) no-repeat top center fixed;
    background-size: cover;	
	}
.we-supply.bg-2 {
	 background: url(../Images/new_slider01.jpg) no-repeat top center fixed;
    background-size: cover;	
	}
.we-supply:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000e2a;
        opacity: 0.7;
    }
.we-supply:after {
        content: '';
        position: absolute;
        width: 100%;
        height:21px;
        top: 0;
        left: 0;
        background: url(../Images/corner-cursh.png) repeat-x top;
    }
	
.trading .trading-img{
	margin:40px 0;
	}
	
.transportation{
	padding:40px 0;	
	}
.equipment, .fabrication, .parts, .civil, .contact{margin-bottom:60px;}	
.contact{
}
	
.contact h5{
	line-height:30px;
	font-size:18px;	
	}
.contact li{
	padding:7px 5px 7px 50px;
	position:relative;
	font-size:16px;
	color:#fff;
	}
.contact li i{
	position:absolute;
	left:0;
	padding-right:10px;
	border-right:1px solid #ddd;
	color: #fe8a01;
	    margin-top: 4px;
		
	}
	
.contact .right-contact{
	padding-bottom:80px;
	padding-top:80px;
	background:#ddd url(../Images/service-10.jpg) no-repeat;
	background-size:cover;
	padding-left:30px;	
	}

.contact .heading{
	margin-top:30px;	
	}

.contact .certificate-box{
border: #ccc solid 1px;
    padding: 15px;
	display:block;
	position:relative;
	transition:.3s;
	}
.contact .certificate-box h5{
	margin-top:0;
	margin-bottom:0;
	color:#333;
	font-weight:600;	
	}
.contact .certificate-box p{
	margin-top:0;
	margin-bottom:0;	
	}
.contact .certificate-box:after{
	content:'Click here to View Certificate';
	position:absolute;
	background:#fe8a01;
	width:100%;
	height:100%;
	left:0;
	top:0;
	line-height: 80px;
    font-size: 20px;
	color:#fff;	
	transition:.3s;
	opacity:0;
	text-align:center;
	}
.contact .certificate-box:hover:after{
	width:100%;
	opacity:0.9;
	}
	
.service-images{
    padding:50px 0;
	margin:40px 0;
    float:left;
    width:100%;
    position:relative;
    background:#fff url(../Images/service-bg.jpg);
    background-size:cover;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8) inset; 
    }
	
.service-images:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
	left: 0;
    background:#fff;
    opacity:0.8;    
    }

	
.service-images .owl-carousel .owl-stage-outer{
    overflow:visible;   
    }

.service-images .main-items .slid-img {
        position: relative;
        overflow: hidden;
    }

.service-images .main-items .slid-img img {
            width: 100%;
            transition:.4s;
        }
.service-images .main-items {
	transition: all 4s ease 0s;
	text-align: center;
	background: #fff;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.07);
	padding: 0px;
	border: 3px solid #fff;
	-webkit-transition: all 4s ease 0s;
	-moz-transition: all 4s ease 0s;
	-ms-transition: all 4s ease 0s;
	-o-transition: all 4s ease 0s;
}
.service-images .main-items:hover {
        transform: translateY(-10px);
    }

.service-images .main-items:hover .slid-img img {
            transform: scale(1.15);
        }
		
.service-images .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.service-images .owl-carousel .owl-nav button.owl-next,
.service-images .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        width: 29px;
        height: 29px;
        outline: none;
        background: #eea121;
    color: #fff;
    font-size: 30px;
    opacity: 1;
	line-height: 29px;
    }

.service-images .owl-carousel .owl-nav button.owl-next {
        right:-15px;
    }

.service-images .owl-carousel .owl-nav button.owl-prev {
        left:-15px;
    }

.service-images .owl-carousel .owl-nav button.owl-next i,
.service-images .owl-carousel .owl-nav button.owl-prev i {
            width: 100%;
            height: 100%;
            line-height: 29px;
            background: #faa61a;
            color: #fff;
            font-size: 20px;
        }
.service-images .owl-item {
    transform: scale(0.7);
    transition: all 400ms;
    opacity:1;
}
.service-images .owl-item.active {
    transform: scale(1);
    opacity: 1;
}
.service-images .owl-item.active .main-items {
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.6); 
    }
.service-images .owl-item.active .year-box{
    opacity: 1; 
    }
.service-images button{
    transition:.4s;
    outline:none;   
    }
    
    
    
    .serv-points{

	}
.serv-points h5{
	font-size: 18px;
    font-weight: 600;		
	}
.serv-points ul li{
	font-size:14px;
	line-height:21px;
	padding:4px 0 4px 25px;
	display:block;
	position:relative;
	color: #0e3e79;
	font-weight: 500;			
	}
.serv-points ul li:before {
	content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background: #faa61a;
    width: 6px;
    height: 6px;
}
.serv-point-dtl{
	background: #f1f1f1;
    background: linear-gradient(#f1f1f1, #ffffff);
    margin-top: 20px;	
	}
.serv-point-dtl .box{
	padding: 10px 0;	
	}
.serv-point-dtl .box p{
	text-align:left;
	}
.serv-point-dtl .box h5{
font-weight: 500;
    color: #0e3e79;
    font-size: 15px;
	}
.serv-point-dtl .box img{
	    margin-bottom: 32px;
}

.highlight{
    display: block;
	position:relative;
	text-align:center;
	}
.highlight:before{
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	top:0;
	left:0;
	background: #faa61a;
    background-image: linear-gradient(to right,#ffffff,#faa61a,#ffffff);
	}
.highlight h2{
	position: relative;
    display: inline-block;
    background: #faa61a;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
	color:#fff;
	}
.highlight h2:after,
.highlight h2:before{
	position:absolute;
	content:'';
	top:0;
	border-bottom:30px solid transparent;
	}
.highlight h2:after{
	border-left: 10px solid #faa61a;
    right: 0;
    margin-right: -10px;
	}
.highlight h2:before{
	border-right: 10px solid #faa61a;
    left: 0;
    margin-left: -10px;
	}
	
	@media (max-width: 767px) {
	.services {
    padding-top:0px;
}	
.contact .certificate-box{
	margin-bottom: 30px;
    text-align: center;	
	}
.contact .certificate-box p{
	text-align: center;		
	}
	.social-link .btn {
    border-radius: 0px 0px 22px 3px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
