@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');

/* font-family: 'Encode Sans Condensed'; */

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

/* ====================================================================
	Global Settings
====================================================================

 ***/

/* body {
	font-family: 'Encode Sans Condensed';
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
} */

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Encode Sans Condensed';
}


textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1390px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
	text-align: left;
}



/* /*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:0px;
}

.sec-title .title-inner{
	position:relative;
	padding-left:25px;
}

.sec-title .title-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:6px;
	bottom:7px;
	width:2px;
	background-color:#0B112B;
}

.sec-title .title{
	position:relative;
	color:#0B112B;
	font-size: 20px;
	line-height: 1.6em;
	font-weight:600;
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #0B112B 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.sec-title h2{
	position: relative;
    font-size: 30px;
    color:#0B112B;
    font-weight: 700;
    line-height: 1.3em;
	margin-top:5px;
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #0B112B 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
 */
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.light .title-inner:before{
	background-color:#777777;
}

.sec-title.centered{
	text-align: center;
}


/*** 

====================================================================
	Choice Section
====================================================================

***/

.choice-section{
	position:relative;
	padding:50px 0px;
}

.choice-section:before{
	position:absolute;
	content:'';
	
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:#0B112B;
}



/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:150px 0px 20px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#2d862d;
	font-weight:800;
	line-height:1.2em;
	margin-bottom: 10px;
	font-size:40px;
	text-align: center;
	text-transform:capitalize;
}

.page-breadcrumb{
	position:relative;
	text-align: center !important;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color: #fff;
	font-size:15px;
	text-align: center !important;
	font-weight:500;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "\f105";
	right:-2px;
	top:-1px;
	color:#fff;
	font-size:18px;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#2d862d;
	font-weight:500;
	text-align: center !important;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#0B112B;
}



 



/*** 

====================================================================
	Projects Single Section
====================================================================

***/

.projects-single-section{
	position:relative;
	padding:0px 0px 10px;
}

.project-info-block{
	position:relative;
	margin-bottom:35px;
}

.project-info-block .block-info{
	position:relative;
	padding:30px 45px 15px;
	border-radius:5px;
	border:3px solid #dddddd;
}

.project-info-block .block-info h4{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:700;
	margin-bottom:25px;
}

.project-info-block .block-info .project-info{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:15px;
	padding-left:40px;
}

.project-info-block .block-info .project-info .icon{
	position:absolute;
	left:0px;
	top:-2px;
	color:#000000;
	font-size:22px;
	line-height:1em;
}

.project-info-block .block-info .project-info strong{
	color:#000000;
}

.projects-single-section h2{
	position:relative;
	color:#0B112B;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}
.projects-single-section1 h2{
	position:relative;
	color:#0B112B;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}.sec-title1 h3{
	position:relative;
	color:#0B112B;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}
.projects-single-section .bold-text{
	position:relative;
	color:#777777;
	font-size:20px;
	font-weight:600;
	margin-top:15px;
	margin-bottom:30px;
}

.projects-single-section .carousel-box{
	position:relative;
	margin-bottom:30px;
}

.projects-single-section .carousel-box .owl-dots{
	position:relative;
	display:none;
}

.projects-single-section .carousel-box .owl-nav{
	position:absolute;
	left:-70px;
	top:50%;
	right:-70px;
	margin-top:-25px;
}

/* .projects-single-section .carousel-box .owl-nav .owl-prev{
	position:absolute;
	bottom: 0px;
	left:0px;
	width:50px;
	height:50px;
	color:#ffffff;
	line-height:48px;
	font-size:22px;
	text-align:center;
	background-color:#33373f;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
} */

/* .projects-single-section .carousel-box .owl-nav .owl-next{
	position:absolute;
bottom: 0px;
	right:0px;
	width:50px;
	height:50px;
	color:#ffffff;
	line-height:48px;
	font-size:22px;
	text-align:center;
	background-color:#33373f;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
} */

.projects-single-section h3{
	position:relative;
	color:#333333;
	font-size:26px;
	font-weight:700;
	line-height:1.3em;
}
.projects-single-section p i{
	padding-right: 10px;
}

.projects-single-section p{
	position:relative;
	color:#000000;
	font-size:16px;
	font-weight:400;
		/* margin-top:15px; */
	margin-bottom:30px;
	padding-left: 0px;
	padding-right: 10px;
}

.projects-single-section .two-column{
	position:relative;
	margin-top:40px;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image{
	position:relative;
	overflow:hidden;
	margin:0px;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 80px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #000000;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:20px 0px;
	margin-top:20px;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
}

.new-posts a{
	position:relative;
	color:#3d3e3e;
	font-size:16px;
	font-weight:700;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.new-posts a:hover{
	color:#000000;
}

.new-posts .grid-view{
	position:absolute;
	left:50%;
	top:19px;
	font-size:26px;
	line-height:1em;
	color:#3d3e3e;
	margin-left:-10px;
}










/* nandhakumar */
.mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: black;
	border-radius: 10px;
  }
  
  .topnav .active-1{
	overflow: hidden;
	background-color: #000000;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	position: relative;
  }
  
  .topnav #myLinks {
background-color: #e4e4e4;
  }

    #myLinks1 li.active  {
		background-image: url(../../images/3.png);
		background-size: contain;
		height: 85px;width: 110%;
		background-repeat: no-repeat;
		color: white;
	
			}
		#myLinks1 li.active a{
				color: white;
			}
#myLinks1 li{
			background-image: url(../../images/1.png);background-size: contain;height: 85px;width: 110%;background-repeat: no-repeat;
		}
		#myLinks1 li:hover{
			background-image: url(../../images/2.png);background-size: contain;height: 85px;width: 110%;background-repeat: no-repeat;
		}
		#myLinks1 li a{
			height: 65px;display: flex;justify-content: center;align-items: end;color: black;font-size: 18px;
		}
		#myLinks li.active-2 > a {
			background: transparent;
			background-image: url(../../images/2.png);
			background-size: 100%;
			background-position: hidden;background-size: cover;
			font-weight: 400;height: 90px;
			color: white; }
			#myLinks .active-2  a{
display: flex;justify-content: center;align-items: center;
			}
	#myLinks li a{
		padding-top:  25px;
	}
  .topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 18px;
	display: block;
  }
  
  .topnav a.icon {
	background:  #000000;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  

.project-info a{
	color: #0B112B; ;
	font-weight: 700;
}

.project-info a:hover{
	   color: #000000;
	   font-weight: bold;
}

.sec-title .head{
	font-size: 30px;
	color: #0B112B;
	font-weight: bold;
	/* padding-top: 20px; */
	padding-left: 20px;
	margin-bottom: 0px !important;
  }
  /* .sec-title h2 {
	padding-left: 20px;
  } */
  .inner-column .text i{
	width: 5%;
	text-align: justify;
  }
   .column-1 .text{
	margin-left: 18px;
	text-align: justify;
	margin-right: 25px;
  }
  .column-2 .text{
	margin-left: 0px;
	text-align: justify;
	margin-right: 25px;
  }
  .column-2 .sec-title h2{
	color: #0B112B;
  }
  .image-column  .column-1{
	margin-left: 0px;
	background-color: #fff;
	border-radius: 0px;
	color: black;
	width: 100%;
	height: auto;
  }
  
  .content-column  .column-2{
	margin-left: 10px;
	color: white;
	width: 100%;padding-top: 10px;margin-bottom: 30px;
	/* height: 450px; */

  }

.product-content {
	margin-top: -10px;
	line-height: 26px;
	text-align: justify;

}
.product-content ul li,.Features ul li{
text-align: justify;position: relative;
color: #000000 !important;
font-size: 16px;
font-weight: 400;
margin-top: 15px;line-height: 1.8em;

padding-left: 30px;
padding-right: 10px;
}
.Features ul li::before{
	position:absolute;
	content: "\f058";
	left: 0px;font-size: 25px !important;
	margin-right: 10px;
	color: #0B112B !important;
	font-size:14px;
	font-family: 'FontAwesome';
position: absolute;width: 20px;height: 20px;
}
.product-content ul li,.Features1 ul li{
	text-align: justify;position: relative;
	color: #ffff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;line-height: 1.8em;
	
	padding-left: 30px;
	padding-right: 10px;
	}
	.Features1 ul li::before{
		position:absolute;
		content: "\f058";
		left: 0px;font-size: 25px !important;
		margin-right: 10px;
		color: #0ce9de !important;
		font-size:14px;
		font-family: 'FontAwesome';
	position: absolute;width: 20px;height: 20px;
	}
.point td i{

  }
  .Features ul li:hover::before{
  color: #0B112B !important;
  }
 

  #sidebar {
	margin-top: 70px;
	margin-left: 10px;
	min-width: 270px;
	position: relative;
	 }
.veritatisi-safety-section{
	padding-top: 50px;
} 

.column-1 .text table td i{
vertical-align: top;
color: #0B112B;
font-size: 25px;
margin-right: 10px;
margin-bottom: 0px;
}
.column-1 .text table  .point{
	height: 60px;
}
.column-2 .text table td i{
	vertical-align: top;
	color: #0B112B !important;
	font-size: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.column-2 .text table  .point{
	height: 60px;
}
.section-padding .container{
	width: 1400px;
}
.Certificate-section {
padding-top: 50px;
} 
.Certificate-section p{
	line-height:3.5;
} 



.variants-safety-section{
	margin-bottom: 50px;
}
  .content-column  .variants{
	margin-left: 10px;
	width: 100%;
	height: 180px;
  }
  .content-column  .variants-1{
	margin-left: 10px;
	width: 100%;
	height: 100px;
  }
.content-column  .variants{
	position: relative;
	content: "";
	margin-top: 30px;

}
.content-column .variants .sec-title h2{
	margin-top: 20px;
	text-align: center;
  }
  .variants .text table td i{
	vertical-align: top;
	color: #0B112B;
	font-size: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	}
	.variants .text table  .point{
		height: 40px;
	}
.variants .text{
	margin-left: 18px;
	text-align: justify;
	margin-right: 25px;
  }

.image-column  .safety{
	position: relative;
	content: "";
	margin-top: 30px;

}
.image-column  .safety{
	margin-left: 10px;
	width: 100%;
	height: 220px;

}
.image-column  .safety-1{
	margin-left: 10px;
	width: 100%;
	height: 280px;

  }

  .image-column .safety .sec-title .head{
	margin-top: 10px;
	text-align: center;
  }
  .safety .text{
	margin-left: 18px;
	text-align: justify;
	margin-right: 25px;
  }

.safety .text table td i{
	vertical-align: top;
	color: #000000 !important;
	font-size: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.safety .text table  .point{
	height: 40px;
}

.options-column  .safety{
	position: relative;
	content: "";
	margin-top: 30px;

}
.options-column  .safety{
	margin-top: 30px;
	margin-left: 10px;
	width: 100%;
	height: 300px;

  }
  .options-column .safety .sec-title  h2{
	margin-top: 20px;
	text-align: center;
  }
  .options-column.safety .text{
	margin-left: 18px;
	text-align: justify;
	margin-right: 25px;
  }

  .options-column .safety .text table td i{
	vertical-align: top;
	color: #000000 !important;
	font-size: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.options-column .safety .text table  .point{
	height: 40px;
}
.variants-safety-section .v-2{
	margin-bottom: 150px;
}
 
@media (max-width: 900px) {
	.videodiv{
		display: block !important;
	}
	.contactdv{
		flex-direction: column;width: 27%;
	}
	
	.service-single-sidebar{
		margin-top: 0px;
	}
	.sec-title .title{
		position:relative;
		color:#000000;
		font-size: 20px;
		line-height: 1.6em;
		font-weight:600;
		-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #0B112B 50%, rgba(0,0,0,1) 70%);
		-webkit-mask-size: 200%;
		animation: shine 2s infinite;
	}
	.product-content {
		margin-top: 10px;
	
	}
	
	}
	.vm-message{
		margin-left: 420px !important;
	}
	.vision-section img{
		margin-left: 80px;
	}
	.vision-section h3{
		text-align: center;
	}
	.vision-section{
		margin-left: 50px !important;
		margin-right: 30px !important;
	}
	.vision-mission-section::before {
		height: 550px ;
	}
	.vision-mission-section .mission-section{
		margin-top: 20px;
	}
	.mission-section h3{
		text-align: center;
	}
	.mission-section p{
		margin-left: 50px !important;
		margin-right: 30px !important;
	}
	.mission-section img{
		margin-left: 100px !important;
	}
	.sec-title h2{
		position: relative;
		font-size: 30px;
		color:#0B112B;
		font-weight: 700;
		line-height: 1.3em;
		margin-top:5px;
		-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #0B112B 50%, rgba(0,0,0,1) 70%);
		-webkit-mask-size: 200%;
		animation: shine 2s infinite;
	}
	.about-head
	{
		margin-left: 550px;
	}
	.about-head .title{
		margin-left: -550px;
	}
	.about-head h2{
		margin-right: 50px;
	}
	.page-title h2{
		font-size: 28px;
	}
	.services-link-widget ul{
		margin-left: 20px;
margin-bottom: 40px;
}
.services-link-widget ul li a{
	font-size: 15px !important;

}	
.projects-single-section p{
	width: 42%;
	padding-right: 200px !important;
}
.project-single-carousel .slide .image{
	
	height: 550px;
}
.product-content {


}
.image-column .column-1{
	
}
.column-2 .sec-title h2{
	margin-top: 20px;
	margin-left: -1px !important;
}
.column-2 .text table{
	width: 27%;
}
.video-section video{
	width: 100%;
	margin-top: 25px;
}
.content-column .variants-1 .sec-title h2{
	margin-left: 20px !important;

}
.projects-images-section{
	margin-top: 0px;
}
.projects-images-section img{
	margin-top: 30px;
	height: 300px;
	width: 100%;
}
.projects-images-section .video2{
	margin-left: 2px;
	margin-right: 3px;
}
.high-speed-disperser-video-section video {
	margin-top: -20px !important;
	width: 99%;
	
}
.content-column .variants .sec-title h2 {
	margin-top: 80px;
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.variants-safety-section{
	margin-top: -50px;
	margin-bottom: 100px !important;
}
.safety .text table .point{
	height: 50px;
}
.variants .text table .point {
	height: 50px;
}
.options-column .safety .sec-title h2{
	margin-left: 40PX !important;
}
.options-column .safety{
	height: 260PX;
}
.projects-images-section .second-row img{
	width: 390px;
}


.contact-section-details:before {
	height: 700px;
}
.from-section{
	padding-left: 50px;
}
/* .from-section .contact-form{
	width: 20%;
} */
.message-section{
	margin-left: 30px;
	width: 45%;
}
div.sticky1 {
	position: relative;
  }
  
.choice-section:before{
	position:absolute;
	content:'';
	
	

	height:100%;
	display:block;
	background-color:#0B112B;
}
.journey .sec-title h2{
	margin-left: 100px !important;
	margin-right: 100px !important;
}
.slide-caption{
	margin-left:10px ;
	margin-right: 0px !important;
}
.slider1{
	margin-top: 5px !important;
	background-image: url("../../../images/slider/slider-4.png") !important;
  }.slider2{
	margin-top: 5px !important;
	background-image: url("../../../images/slider/slider-4.png") !important;
  }.slider3{
	margin-top: 5px !important;
	background-image: url("../../../images/slider/slider-4.png") !important;
  }
  .projects-single-section .Certificate-section h2{
	margin-left: 10px !important;
width: 100%;
  text-align: justify;
  }
  .projects-single-section .Certificate-section ul{
	margin-left: 20px;

  }
  .projects-single-section .Certificate-section ul li{
	
	text-align: justify;

  }
}
