*{
	margin:0px;
	padding:0px;
}

.banner-text {
    width: 100%;
	max-width:650px;
    top: 40%;
    left: 200px;
    position: absolute;
    color: #fff;
    background-color: #0404047a;
    padding: 20px 30px;
}
.request-quote {
    color: #ffffff;
    background-color: #414141;
    padding: 12px 30px;
    border-radius: 10px;
    width: auto;
    font-size: 18px;
	margin-bottom:30px;
	float:left;
	margin-right:20px;
}
.request-quote:hover{
	background-color:#0b61b1;
}

.request-quote a{
	text-decoration:none;
	color:#fff;
	display: block;
}

.request-back {
    color: #ffffff;
    background-color: #3a74d4;
    padding: 12px 30px;
    border-radius: 10px;
    width: auto;
    font-size: 18px;
	margin-bottom:30px;
	float:left;
	margin-right:20px;
}
.request-back:hover{
	background-color:#0b61b1;
}

.request-back a{
	text-decoration:none;
	color:#fff;
	display: block;
}

.navbar-brand img{
    width: 255px;
}
.space{
	margin-right:10px;
	display:inline-table;
}

.col-info{
	margin-right:10px;
}
.top-panel {
	background-color:#010917;
	color:#aaa;
}
.social_links{
	color:#aaa;
}

.social_links ul{
	list-style:none;
}
.social_links ul li{
	list-style:none;
	display:inline-block;
	margin-left: 13px;
}
.social_links ul li a{
	color:#aaa;
	text-decoration:none;
}

.social_links li a:hover{
	
}

.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: #00a087;
  list-style:none;
}

nav.navbar.navbar-expand-lg.navbar-dark.primary-color {
    background-color: #091426;
}

.navbar .container {
     padding: 0px;
    
}
.video-banner img{
    width:100%;
    height:60%;
    
    
}
#home{
    padding-bottom:50px;
}
.section-about, .section-Services, .section-tech, .careers-about{
	padding-bottom:30px;
}
.about-img{
	width:100%;
	padding-top:100px;
}
.about-img img{
	width:100%;
}

.about-text h1 {
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
}
.about-text p strong{
	font-weight: bold;
    color: #000;
    font-size: 20px;
	display:block;
	line-height: 22px;
	margin-bottom:10px;
	
}
.section-Services{
	background-color: #fff;

}
.section-Services h1 {
	text-align:center;
	font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;

    
}
.section-Services p{
	color: #000;
	display:block;
	line-height: 28px;
	margin-bottom:10px;
	text-align:center;
}
.ser-blog {
	text-align:center;
}
.ser-blog i{
	color:#fff;
	font-size:70px;
}
.ser-blog-icon {
	background-color:#a0a0a0;
	height:150px;
	width:150px;
	border-radius:50%;
	margin:10px auto;
	padding: 40px 0px;
}
.ser-blog h1 {
    text-align: center;
    font-weight: bold;
    color: #166bbb;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.section-tech{
    margin-top: 60px;
}
.tech-img{
	width:100%;
	padding-top:0px;
}
.tech-img img{
	width:100%;
	
}
.tech-text h1 {
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
	margin-top: 80px;
}
.tech-text p strong{
	font-weight: bold;
    color: #000;
    font-size: 20px;
	display:block;
	line-height: 22px;
	margin-bottom:10px;
}
.text-imges {
    background-color: #105698;
    text-align: center;
    padding: 20px;
    height: 140px;
    border-radius: 10px;
	color:#fff;
}
.text-imges .pointer {
    background-color: #105698;
    text-align: center;
    padding: 20px;
    height: 140px;
    border-radius: 10px;
	color:#fff;
	cursor:pointer;
}
.text-imges img{
	width:50px;
}
.adrd-text{
	margin-top:10px;
}

.careers-about{
    margin:20px 0px;
}

.careers-img{
	width:100%;
}
.careers-img img{
	width:100%;
	
}
.careers-text h1 {
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
}
.careers-text p strong{
	font-weight: bold;
    color: #000;
    font-size: 20px;
	display:block;
	line-height: 22px;
	margin-bottom:10px;
	
}
footer{
	background: #010917;
	color:#fff;
	text-align:center;
	padding:30px 0px;
}
.bottom-bar{
	background-color:#464646;
	color:#fff;
	font-size:14px;
	padding:8px 0px;
}

.bottom-bar .container {
     padding: 0px;
}
#home #about #services #technologies #careers #contact {
	  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}


.about-section {
    font-weight: bold;
    color: #0b61b1;
    font-size: 50px;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top:0px;
    padding: 50px 0px;
    width: 100%;
    background: #ccc;
    text-align: center;
}   
.p-section-about{
	padding-bottom:100px;
}
.p-about-img{
	width:100%;
	padding-top:0px;
}
.services-section {
    font-weight: bold;
    color: #0b61b1;
    font-size: 50px;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 50px 0px;
    width: 100%;
    background: #ccc;
    text-align: center;
} 

.readbtn {
  background-color: #00aeef;
  color: white;
  padding: 10px 10px;
  margin: 5px 0;
  border: none;
  cursor: pointer;
  width: 50%;
  opacity: 0.9;
}

.readbtn:hover {
  opacity:1;
}
* {box-sizing: border-box
    
}


.container {
  padding: 16px;
}
.google-map{
    width:100%;
    height:400px;
}


input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}


hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}


.submitbtn {
  background-color: #00aeef;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.submitbtn:hover {
  opacity:1;
}


a {
  color: dodgerblue;
}

.dropdown-toggle::after {
    display: none;
   
}

.section-ser{
	padding-bottom:100px;
}

.ser-img{
	width:100%;
}
.ser-img img{
	width:100%;
}

.ser-text h1 {
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
}
.ser-text p strong{
	font-weight: bold;
    color: #000;
    font-size: 20px;
	display:block;
	line-height: 22px;
	margin-bottom:10px;
	
}
.social_links ul {
    list-style: none;
    margin-left: 70px;
}

/*--------------------------------------------------------------
Content Divider Css Style
----------------------------------------------------------------*/

.contact-divider {
    background-color: #091426;
}

.contact-divider .contact-item {
}

.contact-divider .contact-item h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-divider .contact-item h5 {
    color: #abd1f5;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.contact-divider .contact-item p {
    font-size: 15px;
    text-transform: capitalize;
}

.contact-divider .contact-btn-item {
    text-align: right;
}

.contact-divider .contact-btn-item h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.9px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.contact-divider .contact-btn-item .contact-btn.style-1 {
    background-color: #1f5ab9;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 18px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 14px 22px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.contact-divider .contact-btn-item .contact-btn.style-1:hover {
    background-color: #fff;
    color: #091426;
    text-decoration: none;
}

.particles-contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.contact-divider .particles-bg:before {
    background-color: rgba(9, 20, 38, 0.5);
    position: relative;
    z-index: -1;
}

.particles-contact #particles-js {
    background-color: transparent;
}
.contact-item p {
	color:#9c9c9c;
}

.machines-all h1{
	text-align: left !important;
    font-weight: bold;
    color: #166bbb;
    font-size: 25px;
    margin-bottom: 20px;
    background-color: #ccc;
    padding: 20px;
}

.machines-all li{
	margin-bottom:20px;
	padding-bottom:20px;
	padding-left:30px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	list-style:none;
	transition: width 2s;
	cursor:pointer;
}

.machines-all li a{
	text-decoration:none;
	color:#000;
}
.machines-all li:hover{
	padding-left:50px;
}
---------------------------------------------------------------*/

.about-features {
    
}
.company-section{
	background-color:#f9f9f9;
	margin-bottom:20px;
	padding:30px 0px;
}

.about-features .content h1 {
    color: #166bbb;
    letter-spacing: 0.9px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.about-features .content h5 {
    color: #166bbb;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 4px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.about-features .content h5:after {
    background-color: #166bbb;
    content: "";
    height: 1px;
    left: -24px;
    position: absolute;
    top: 47%;
    width: 64px;
    z-index: -1;
}

.about-features .content h1 span {
    color: #000;
}

.about-features .content .p-text {
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #a2a2a2;
}

.about-features .content .company-list {
    display: inline-block;
    margin-bottom: 34px;
}

.about-features .content .company-list li {
    color: #a2a2a2;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.about-features .content .company-list li:last-child {
    margin-bottom: 0;
}

.about-features .content .company-list li i {
  background-color: #f7f7f7;
  color: #091426;
  display: inline-block;
  font-size: 18px;
  height: 22px;
  line-height: 24px;
  margin-right: 14px;
  position: relative;
  text-align: center;
  width: 22px;
}

.about-features .content .company-funfact {
    margin-bottom: 20px;
}

.about-features .content .company-funfact .funfact-item {
    display: inline-block;
    margin-right: 32px;
}

.about-features .content .company-funfact .funfact-item:last-child {
    margin-right: 0;
}

.about-features .content .company-funfact h2 {
    color: #166bbb;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 6px;
}

.about-features .content .company-funfact h4 {
    color: #091426;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-features .thumb {
    position: relative;
}

.about-features .thumb .about-video {
    background-color: #fcab03;
    overflow: hidden;
    text-align: center;
    padding: 14px 20px;
    position: relative;
}

.about-features .thumb .about-video h4 {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.about-features .thumb .about-video .about-video-btn {
    color: #fff;
    display: inline-block;
    font-size: 33px;
    line-height: 0;
    margin-left: 12px;
    padding-left: 24px;
    position: relative;
    right: -5px;
    top: 4px;
}

.about-features .thumb .about-video .about-video-btn:before {
    background-color: #fff;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: -44px;
    width: 1px;
}

/***About Features Css Style Two***/

.section-featured {
	margin:0px 0px 30px 0px;
}
.section-featured h1 {
    text-align: center;
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
}
.section-featured p{
	color: #000;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
} 

.section-featured img{
	width:100%;
}
.Fea-text{
	margin:20px 0px;
}

.section-featured h2 {
    background: #091426;
    padding: 20px;
    font-size: 19px;
    color: #fff;
	
}

/***Usved***/

.section-usved {
	margin:0px;
}
.section-usved h1 {
    text-align: center;
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
}
.section-usved p{
	color: #000;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
} 

.section-usved img{
	width:100%;
	height:140px;
}
.section-usved-img{
	margin-bottom:20px;
	float:left;
}
.section-usved-img h2 a{
	color:#fff;
}
.Fea-text{
	margin:20px 0px;
}

.section-usved h2 {
    background: #091426;
    padding: 20px;
    font-size: 19px;
    color: #fff;
	height:120px;
}

.f_1{
	width:100%;
}

.machine-spection-section h1 {
    text-align: left;
    font-weight: bold;
    color: #166bbb;
    font-size: 30px;
    margin-bottom: 20px;
}

.machine-spection-section table {
	font-size:16px;
	font-weight:normal;
	padding:20px;
}
.machine-spection-section table td{
	padding-left:30px;
}
.machine-spection-section table th{
	padding-left:30px;
}

.section-about #home {
    width: 50%;
    margin: 0 auto;
}


/*media query for mobile*/
@media only screen and (max-width: 600px) {
  .section-about, .section-Services, .section-tech, .careers-about{
	padding-bottom:0px;
}
 .video-banner{
     margin-top:100px;
 } 
.about-img{
padding-top:0px;
}
#home{
    padding-bottom:0px;
}
.text-imges {
   margin-bottom:10px;
}

}

