body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
	padding-top:0px;
	overflow:hidden;
	color:#212121;
}
html,body {
	overflow-x:hidden;	
	}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
	color:#6a6a6a;
	font-size:16px;
	text-align:justify;
}
a{
	text-decoration:none;	
	}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}
@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
/*=============main Banner=================*/
.banner-carousel {
    position: relative;
}
.banner-carousel .carousel-inner:before {
    content: "";
    width: 120px;
    height: 120px;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 2;
    position: absolute;
    bottom: -1px;
    right: 0;
    -webkit-clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
}
.banner-carousel .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
    height: 100%;
    z-index: 2;
    background-image: -webkit-gradient(linear,to right,from(#000000),to(#fff0));
    background-image: linear-gradient(to right,#000000,#fff0);
    opacity: 0.5;
}
.banner-carousel .np-btn-set{
	width: 40px;
	height: 80px;
    position: absolute;
    bottom: 30%;
    z-index: 3;
	right:0;
	right: 0px;
	}

    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 0;
    margin-right: 0px;
    margin-left: 0px;
    transition: .3s;
    z-index: 1;
	position:relative;
	background: #212121;
	opacity:0.7;
	margin-bottom: 2px;
    }
    .banner-carousel .carousel-control-prev:hover,
    .banner-carousel .carousel-control-next:hover{
		opacity:1;	
		}
.banner-carousel .carousel-caption {
position: absolute;
    right:4%;
    left:4%;
    top: 20%;
    bottom: inherit;
    color: #fff;
	z-index:2;
	text-align:left;
    }

        .banner-carousel .carousel-caption a {
            animation-duration: .4s;
            -webkit-animation-duration: .4s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideRight;
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
        }

        .banner-carousel .carousel-caption h6 {
    font-size: 50px;
	font-weight:300;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    margin-bottom: 10px;
        }

        .banner-carousel .carousel-caption h5 {
            font-size: 50px;
            font-weight:600;
			animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
        }


        .banner-carousel .carousel-caption h6,
        .banner-carousel .carousel-caption h5 {
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideIn;
            
        }

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.banner-carousel .slides .img{
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-carousel .slides .img.img-1 {
  background-image: url(../Images/banner-1.jpg);
}

.banner-carousel .slides .img.img-2 {
  background-image: url(../Images/banner-2.jpg);
}

.banner-carousel .slides .img.img-3 {
  background-image: url(../Images/banner-3.jpg);
}

.banner-carousel .slides .img.img-4 {
  background-image: url(../Images/banner-4.jpg);
}
/*============vision mission==============*/
.vision-mission{
	position:relative;
	z-index:2;	
	}
.vision-mission .container{
	background-image: linear-gradient(to top,#a98b46,#deb75d);
    box-shadow: 0px 0px 24px #0000006b;
    position: relative;
    margin-top: -70px;
    padding: 20px 40px;
	}
.vision-mission .icon{
	text-align:center;	
	}
.vision-mission i{
	width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20px;
	box-shadow: 0px 8px 17px #00000057;	
	}
.vision-mission i img{
	width:70%;	
	}
.vision-mission h4{
	font-weight:600;	
	}
.vision-mission p{
	font-size:14px;
	color:#fff;	
	}	
/*========home-about=========*/
.home-about{
	padding: 55px 0;
	position:relative;	
	}
.home-about:after {
	display:none;
    content: "";
    width: 75px;
    height: 75px;
    background: #deb75d;
    transition: all 0.3s ease;
    z-index: 2;
    position: absolute;
    top: -40px;
    right: 30px;
    -webkit-clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
}
.home-about .left-box {
	position:relative;	
	}
.home-about .left-box .icon-ul{
	position: absolute;
    top: 40px;
    right: 62px;
    height: 106px;
	}
.home-about .left-box .icon-ul li{
	position:relative;
	margin-top:2px;
	margin-bottom:2px;	
	}
.home-about .left-box .icon-ul li a{
	display: block;
    text-align: center;
    width: 106px;
    background: #fff;
	padding:15px 0;
    box-shadow: 0px 0px 9px #00000069;
	transition:0.3s;
	position:relative;
	}
.home-about .left-box .icon-ul li a:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
	background: #212121;
	transition:0.9s;
	}
.home-about .left-box .icon-ul p{
	font-size: 12px;
    color: #212121;
    line-height: 13px;
    font-weight: 500;
	margin-bottom:0;
	transition:0.3s;
	position:relative;
	text-align:center;
	}
.home-about .left-box .icon-ul i{
	display: block;
    text-align: center;
	position:relative;
}
.home-about .left-box .icon-ul li a:hover:before{
    height: 100%;
	}
.home-about .left-box .icon-ul li a:hover p{
	color:#fff;	
	}
.home-about .right-box h5 {
    color: #a0a0a0;
    font-size: 20px;
    position: relative;
}
.home-about .right-box h2 {
    color: #212121;
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 300;
    border-left: 8px solid #29599e;
    padding-left: 30px;
}
.home-about .right-box h2 strong{
	font-weight:700;
		
	}
.home-about .right-box p {
	font-size:16px;
    text-align: justify;
	color:#7d7d7d;
}
/*==========explore-service===============*/
.explore-service{
	position:relative;
	padding:70px 0;
	background:#dfdfdf url(../images/service-bg.png) no-repeat bottom right;
	z-index: 1;	
	}
.explore-service:before {
    content: "";
    width: 120px;
    height: 120px;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 2;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(0% 0,100% 0%,0% 100%,0% 100%);
}
.explore-service:after {
   content: "";
    width: 120px;
    height: 120px;
    background: #dfdfdf;
    z-index: 2;
    position: absolute;
    bottom: -120px;
    left: 0;
    -webkit-clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(0% 0,100% 0%,0% 100%,0% 100%);
}
.explore-service h2 {
    color: #cda957;
    font-size: 40px;
    font-weight: 300;
	color:#deb75d;
	text-align:center;
	margin-bottom:40px;
}
.explore-service h2 strong{
	font-weight:700;
	color:#222;
		
	}
.explore-service .item{
	padding:20px;
	transition:0.5s;	
	}
.explore-service .item h5{
	text-align:center;
	background:#fff;
	font-size:16px;
	color:#212121;
	font-weight:600;
	padding:20px 0;	
	}
.explore-service .item:hover{
	transform: translateY(-10px);
	}
.explore-service .owl-nav {
            position: absolute;
            width: 100%;
            top: 40%;
        }

.explore-service .owl-nav button.owl-next,
.explore-service .owl-nav button.owl-prev {
                position: absolute;
                width: 60px;
                height: 60px;
                outline: none;
                z-index: 1;
            }

            .explore-service .owl-nav button.owl-next {
                right:-60px;
            }

            .explore-service .owl-nav button.owl-prev {
                left:-60px;
            }

                .explore-service .owl-nav button.owl-next i,
                .explore-service .owl-nav button.owl-prev i {
                    width: 100%;
                    height: 100%;
                    line-height: 60px;
                    color: #212121;
                    background: #fff;
                    font-size: 20px;
                    border-radius: 50%;
                    transition: 0.3s;
					box-shadow: 0px 0px 8px #00000082;
                }

                .explore-service .owl-nav button.owl-next:hover i,
                .explore-service .owl-nav button.owl-prev:hover i {
                    color: #fff;
                    background: #deb75d;
                }
/*==============================*/
.service-ms{
	position:relative;
	padding:60px 0 90px 0;
	background:#deb75d;	
	margin-top: 15px;
	}
.service-ms .container{
	position:relative;	
		}
.service-ms:before {
    content: "";
    width: 127px;
    height: 127px;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(0% 0,100% 0%,0% 100%,0% 100%);
}
.service-ms:after {
    content: "";
    width: 120px;
    height: 120px;
    background: #f0efec;
    transition: all 0.3s ease;
    z-index: 2;
    position: absolute;
    bottom: -1px;
    right: 0;
    -webkit-clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(100% 0,100% 0%,100% 100%,0% 100%);
}

.service-ms h2 {
    color: #212121;
    font-size: 40px;
    font-weight: 300;
	text-align:center;
	margin-bottom:40px;
}
.service-ms h2 strong{
	font-weight:700;
	color:#fff;
		
	}
.service-ms .item{
	padding:0px;
	transition:0.5s;	
	}
.service-ms .item img{
	-webkit-clip-path: polygon(10% 0,100% 0%,90% 100%,0% 100%);
    clip-path: polygon(10% 0,100% 0%,90% 100%,0% 100%);
	transition:0.5s;	
	}
.service-ms .item h5{
	text-align:center;
	font-size:22px;
	color:#212121;
	font-weight:600;
	padding:20px 0;	
	}
.service-ms .item:hover{
	transform: translateY(-10px);
	}

.service-ms .owl-nav {
            position: absolute;
            width: 100%;
            top: 40%;
        }

.service-ms .owl-nav button.owl-next,
.service-ms .owl-nav button.owl-prev {
                position: absolute;
                width: 60px;
                height: 60px;
                outline: none;
                z-index: 1;
            }

.service-ms .owl-nav button.owl-next {
                right:-60px;
            }

.service-ms .owl-nav button.owl-prev {
                left:-60px;
            }

.service-ms .owl-nav button.owl-next i,
.service-ms .owl-nav button.owl-prev i {
                    width: 100%;
                    height: 100%;
                    line-height: 60px;
                    color: #212121;
                    background: #fff;
                    font-size: 20px;
                    border-radius: 50%;
                    transition: 0.3s;
					box-shadow: 0px 0px 8px #00000082;
                }

.service-ms .owl-nav button.owl-next:hover i,
.service-ms .owl-nav button.owl-prev:hover i {
                    color: #fff;
                    background: #deb75d;
                }
				
.service-ms .btn {
	position: absolute;
    bottom: 17px;
    right: 70px;
    color: #fff;
    background: #212121;
    border-radius: 0;
    padding: 12px 70px;
    transition: .3s;
    -webkit-clip-path: polygon(20% 0,100% 0%,80% 100%,0% 100%);
    clip-path: polygon(20% 0,100% 0%,80% 100%,0% 100%);
}

/*==============client-lis=============*/
.client-list{
	position:relative;
	padding-top: 30px;
    padding-bottom: 30px;
	background:#f0efec;	
	}
.client-list .title-box{}

.client-list .title-box h2 {
    color: #212121;
    font-size: 40px;
    font-weight: 300;
	margin-bottom:0px;
}
.client-list .title-box h2 strong{
	font-weight:700;		
	}
.client-list .item{
	padding: 10px 15px;	
	}
.client-list .item >div{
	background:#fff;
  transition:.5s;
  padding: 10px 20px;
  transition: .5s;
	}
.client-list .item >div:hover{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.client-list .owl-nav {
   position: absolute;
    width: 60px;
    bottom: -24px;
    right: 0;
}
.client-list .owl-nav button.owl-next, .client-list .owl-nav button.owl-prev {
    outline: none;
}
.client-list .owl-nav button.owl-next i,
.client-list .owl-nav button.owl-prev i {
    width: 23px;
    height: 30px;
    line-height: 30px;
    color: #212121;
    background: #fff;
    font-size: 14px;
    transition: 0.3s;
    box-shadow: 0px 0px 1px #00000082;
}
/*===================Pages============*/
.page-head {
	position:relative;
	padding:100px 0 80px 0;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	}
.page-head.img-1 {
	background:url(../Images/bg-01.jpg) no-repeat top;
	background-size: cover;
	}
.page-head.img-2 {
	background:url(../Images/bg-02.jpg) no-repeat top;
	background-size: cover;
	}
.page-head.img-3 {
	background:url(../Images/bg-03.jpg) no-repeat top;
	background-size: cover;
	}
.page-head.img-4 {
	background:url(../Images/bg-04.jpg) no-repeat top;
	background-size: cover;
	}
.page-head.img-5 {
	background:url(../Images/bg-05.jpg) no-repeat top;
	background-size: cover;
	}

.page-head .container{
	position:relative;
	z-index: 1;	
	}
.page-head h2{
	color:#fff;
	font-weight:bold;	
	}

.title {
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

.title:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            border-radius: 15px;
            width: 60px;
            height: 6px;
            background: #deb75d;
        }
ul.list li {
    padding: 5px 0;
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 20px;
}

ul.list li:before {
        content: "";
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
        background: #deb75e;
        top: 0;
        margin-top: 12px;
        transition: .3s;
    }
			
.page{
	
	}
.page p{
	font-size: 15px;
	color: #363636;
	}
.home-about.page .right-box p{
	font-size: 15px;
	color: #363636;	
	}
.ceo-msg{
	position: relative;
    padding: 70px 0 90px 0;
    background: #373737 url(../images/service-bg.png) no-repeat bottom right;
	color:#fff;
	}
.ceo-msg h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
    border-left: 8px solid #ddb65d;
    padding-left: 30px;
	font-weight:700;
}

.ceo-msg p{
	color:#fff;	
	}
.vm{}
.vm .container{
	background: #fff;
    box-shadow: 0px 0px 24px #0000006b;
    position: relative;
    margin-top: -55px;
    padding: 40px;	
	}
.vm h4{
	font-weight:600;	
	}
/*==========Services================*/
.services{
	position:relative;
	padding:30px 0;	
	}
.services .box{
	padding-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #00000026;
	}
.manpower{
	padding-bottom:0;	
	}
.mp-points{
	position: relative;
    padding: 50px 0;
    margin-top: 30px;
    box-shadow: 0px 0px 20px -10px #000 inset;
	}
.eq-wrap{
	position: relative;
    padding: 30px;
    margin-top: -85px;
    box-shadow: 0px 0px 20px -10px #000;
    z-index: 22;
    background-image: linear-gradient(to top,#a98b46,#deb75d);
	}
.eq-wrap p{
	color:#fff;	
	}
.equipment-list{
	position: relative;
    padding: 30px 0;
	}
.equipment-list .e-box{}

.equipment-list .e-box >div{
	border: 1px solid #ddd;
    text-align: center;
	margin-top:10px;	
	}
.equipment-list .e-box >div >div{
	padding: 10px;
    background: #212121;
    color: #fff;
	min-height: 100px;	
	}	
.equipment-list .e-box >div h5{
	font-size: 1.1rem;	
	}
.equipment-list .e-box >div h6{
	color:#deb75d;	
	}
/*--------------contact Us-----*/
.contactus{
	padding:100px 0;
	background:url(../images/bg.png) no-repeat left bottom;
	}	
.contactus .content-box{
	padding:4rem 1rem;
	}
.contactus p{
	text-align:justify;	
	}
.contactus .content-box article{
	padding-left: 100px;
	position:relative;
	}

.contactus .content-box article i{
	position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    color: #ffffff;
    width: 86px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #deb75e;
    -webkit-clip-path: polygon(20% 0,100% 0%,80% 100%,0% 100%);
    clip-path: polygon(20% 0,100% 0%,80% 100%,0% 100%);
	}
.contactus .content-box article h5{
	font-weight: 600;	
	}
.contactus .content-box article span{}
/*-----------------------------*/
@media (max-width: 768px) {	
body {
    padding-top: 60px;
}
.page-head {
    padding: 40px 0 40px 0;
}
.page p {
    font-size: 13px;
}
.banner-carousel .carousel-caption h6 {
    font-size: 22px;
}
.banner-carousel .carousel-caption h5 {
    font-size: 30px;
}
.icon-ul{
	display:none;	
	}
.home-about .right-box h2 {
    font-size: 24px;
}
.home-about .right-box p {
    font-size: 13px;
}
.explore-service h2, .service-ms h2, .client-list .title-box h2 {
    font-size: 25px;
}
.service-ms .item h5 {
    font-size: 14px;
}
.home-about:after {
    top: -73px;
    right: 16px;
}
.explore-service:after {
	bottom: -80px;
    width: 80px;
    height: 80px;
    background: #c7c6c6;
}
.service-ms:before {
    width: 80px;
    height: 80px;
    background: #fff;
}

.client-list .title-box {
	text-align:center;
}
.contactus {
    padding: 10px 0;
}
.contactus .content-box article{
	margin-bottom:20px;	
	}
.contactus .content-box article i{
	width: 80px;
	-webkit-clip-path: polygon(0% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(0% 0,100% 0%,100% 100%,0% 100%);	
	}
.eq-wrap {
    margin-top: -30px;
}
}