	html {
		scroll-behavior: smooth;
	}

		body{
		background-color:#ffffff;
		overflow-x:hidden;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
		-webkit-text-size-adjust: 100%;
		margin: 0;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		
		text-align: left;
	}
	
	/* Navigation */
	.navbar{
		
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: poppins,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif!important;
    color: #151515;
		
	}
	.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-size: 1.2em!important;
	
}
	
	/* End of navigation */
	
	/* Services */
	.feature{
	width: 100%;
	padding:30px 0;
}
.feature .heading{
	text-align: center;
	width: 100%;
	padding:20px 0 20px;
}
.feature .heading h2{
	font-size: 32px;
	font-weight: 400;
}
.feature .heading h2 span{
	color: #117EC3;
}
.feature .heading h6{
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 14px;
	padding:8px 0 8px;
}
.feature .separator{
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	background-color: #555555;
	display: inline-block;
}
.feature-main{
	width: 100%;
	border-bottom: 2px solid transparent;
	background-color: #f9f9f9;
	padding-bottom: 20px;
}
/* .feature-main:hover .feature-box img{
	opacity: 0.9;
} */
.cover:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 250px rgba(0,0,0,0.65) inset;
    -webkit-transition: 0.7s ease 0s;
    -moz-transition: 0.7s ease 0s;
    -o-transition: 0.7s ease 0s;
    -ms-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.feature-main:hover .cover:before{
	box-shadow: none;
}
.feature .feature-box{
	/* position: relative; */
	width: 100%;
	height: auto;
	position: relative;
}
.feature .feature-box img{
	width: 100%;
	height: auto;	
}
.feature .feature-head{
	text-align: center;
	padding: 10px 15px;
	border-top: none;
}
.feature .feature-head h3{
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.feature .feature-head p{
	color: #999;
	letter-spacing: 0.4px;
	line-height: 1.7;
	margin: 20px 0 20px;
}
.feature .feature-head a{
	color: #000;
	font-size: 13px;
	padding:10px 20px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
.feature .feature-head i{
	margin-left: 5px;
}
.feature-main:hover{
	border-bottom: 2px solid #117EC3;
}
.feature-main:hover .feature-head a{
	background-color: #117EC3;
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 767px){
	.feature-main{
		margin-bottom: 15px;
	}
}
	
	
	
	
	/* End of services */
	
	.banner_1{
		background:url('../img/oil.jpeg') no-repeat;
		width:100%;
		height:300px;
		background-attachment: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index:-1;
		color: white;
		
	}
		.banner_3{
		background:url('../img/geo.png') no-repeat;
		width:100%;
		height:300px;
		background-attachment: absolute;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		z-index:-1;
		color: white;
		
	}
	
		.banner_5{
		background:url('../img/industry.jpg') no-repeat;
		width:100%;
		height:300px;
		background-attachment: absolute;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		z-index:-1;
		color: white;
		
	}
   
	
   	.banner_7{
		background:url('../img/industry.jpg') no-repeat;
		width:100%;
		height:300px;
		background-attachment: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index:-1;
		color: white;
		
	}
   
		
	.banner_2{
		background-color:grey;
		width:100%;
		
		z-index:-1;
		color: white;
		
	}
   
     .layer{
	   background-color: rgba(0, 0, 0, 0.5);
	   width:100%;
		
	
   }
   
   .space{
	  margin-bottom:40px; 
   }
   
   /* Video */
  .video-js .vjs-big-play-button{
	  left: 40%!important;
top: 40%!important;
  }
   /* End of Video */
   
   section h2{
	text-align:center;
       color: #333333;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
   }
   
	.line{
    width: 60px;
    height: 2px;
    background: #007bff;
	margin-top:4px;
   
   /* SLideshow */
	}
   
 
 #myCarousel .carousel-item h3{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h3, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
 
 /* end of active slideshow */
 
 /* Slideshow */
 
 .minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

.minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
	
    background-color: rgba(0, 0, 0, 0.42);
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

.minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    .minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

.minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

.minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

.minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

.minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

.minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

.minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    .minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
       /* background: rgba(255, 255, 255, 0.4);*/
        color: #000;
    }
}

.minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

.minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

.minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: transparent;
    border-color: white;
}

/* fixing slider height */
.minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 450px;
    height: 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
/*	 -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);*/

}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: white;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
	font: 300 40px/1.2 "Oswald", sans-serif!important;

    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-content-style .content p {
 
    font-weight: 600;
    font-size: 18px;
    color: white!important;

    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    color: #595959;
    font-size: 18px;
    letter-spacing: .1em;
    font-family: 'Josefin Sans';
    font-weight: 600;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    color:black;
}
.carousel-indicators li{
	background-color:#343a40;
}

   
   /* End of Slideshow */
   
   
   /* Services */
   
        
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}



#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#service .single_service:hover {
    background: white none repeat scroll 0 0;
}
   
   
   /* End of Service */
   
   
   /* Events */
   .post-slide{
    margin: 0 15px;
    position:relative;
    background:#fff;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #007bff;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #007bff;
}
.post-slide .post-content{
    padding:30px;
}
.post-slide .post-title{
    margin:0 0 15px 0;
}
.post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#007bff;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#007bff;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid #007bff;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}

/* End of events */

/* Contact */

.touch {
    width: 42px;
    height: 2px;
    color: #468847;
    background-color: #0898ff;
    margin: 0px auto 0px auto;
}

.form-control {
    padding: 35px 35px!important;
    font-size: 20px!important;
}

.form-control {
    border-radius: 0px!important;
}

.yes {
    background-color: #0898ff!important;
}


.btn-lg {
    font-size: 18px;
    padding: 24px 24px!important;
}

.btn-default {
    width: 200px;
    color: white;
    background-color: transparent;
    border-color: #ccc;
   
   
}




/* Services */
