@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;	
}

body {
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}

.fix_button{
    position: fixed;
    top:320px;
    right: 0;
    z-index: 999999999999;
}
.fix_button2{
    position: fixed;
    top: 164px;
    right: 0;
    z-index: 999999999999;
}

/*--------------------------------------------------------------
hover effect
--------------------------------------------------------------*/
.container {
	position: relative;
	width: 100%;
}
.container:hover .image {
  opacity: 0.3;
  background-color:#0000CC;
}

.image {
  opacity: 1;
  transition: .5s ease;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.top{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}

.top2{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}

.logo{
	width:394px;
	float:left;
	margin:0.5% 0.5% 0% 0.5%;
}

.logo img{
	display:block;
}
.ft_bld{
	font-weight: 600;
	font-size: 17px;
}

.navbar {
    width: 382px;
    float: right;
    margin-top: 0%;
    margin-bottom: 2%;
}

.top_right{
	width:610px;
	float:right;
	margin:0%;
}
.col_em{
	width:353px;
	float:right;
	margin:2% 7% 0% 0%;
}

.col_em_icn_txt_main{
	width:311px;
	float:left;
}
.col_em_icn_txt_main p{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:150%;
	text-align: left;
}

.col_em_icn_txt_main2{
	width:40px;
	float:right;	
	border-left: 1px solid #cbcbcb;
}

.col_em_icn_txt_main2 p{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:150%;
	text-align: right;
}
/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
}
		
/*--------------------------------------------------------------
Welcome 
--------------------------------------------------------------*/
.line{
	width: 102px;
    height: 5px;
    background-color: #d5d5d5;
    margin:1%;
}
.welcome h1{
	font-size:24px;
    font-weight: 700;
    color: #2f2f2f;
    text-align: left;
    padding:2% 1% 1% 1%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 130%;
}

.welcome p{
    font-size: 14px;
    font-weight: 600;
    color: #535353;
    text-align: justify;
    padding:1%;
    font-family: 'Open Sans', sans-serif;
    line-height: 140%;
}
.welcome p span{
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
}


.welcome2 h1{
	font-size:24px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding:2% 1% 1% 1%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 130%;
}

.welcome2 p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:1%;
    font-family: 'Open Sans', sans-serif;
    line-height: 140%;
}



.client h1 {
    font-size:24px;
    font-weight: 700;
    color: #2f2f2f;
    text-align: left;
    padding:0% 1% 1% 1%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 130%;
}

/*--------------------------------------------------------------
products home page
--------------------------------------------------------------*/

.bg_clr2{
	background: #f4f4f4;
	padding: 0 0 35px 0;
}
.products_col_sm1 h1{
	font-family: 'Open Sans', sans-serif;
	color: #04356f;
	font-size:23px;
	padding:2% 1%;
	text-align:center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.products_col_sm1 h2{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size:15px;
	font-weight:700;
	padding:3% 0%;
	text-align:center;
	text-transform: uppercase;
}

.products_col_sm1 p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size:14px;
	font-weight:500;
	padding:2% 1%;
	text-align:center;
	line-height: 140%;
}


.products_col_sm3{
	width:100%;
	float:left;
	background: #fff;
	padding:4%;
}

.products_col_sm3:hover {
	width:100%;
	float:left;
	/*---background: #d4b9b4;---*/
	transition: .5s ease;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

.products_col_sm1{
	padding:2% 3%;
}

.brd{
	border: 1px solid #eae9e9;

}

/*--------------------------------------------------------------
New Home
--------------------------------------------------------------*/
.nw_col_sm9 {
    width: 98%;
    margin: 1%;
    float: left;
}
.manufacturing_txt h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 2%;
}
.nw_col_sm99 {
    width: 56%;
    margin: 1%;
    float: right;
}
.nw_bullet2 ul {
    list-style-type:square;
	margin-left:1%;
}
.nw_bullet2 ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0% 2% 0.1% 3%;
    padding: 0% 0.8% 1% 0.8%;
    text-decoration: none;
    font-weight: 400;
    line-height: 150%;
}
.nw_bg_img2 {
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
    padding: 2% 0%;
    margin: 1% auto 1%;
    z-index: 9999999999;
}
.nw_bg_img3 {
    background-image: url(../images/bg2.png);
}
.manufacturing_txt p {
   font-family: 'Open Sans', sans-serif;    
   color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 1% 2% 2%;
    line-height: 160%;
}
.manufacturing_main {
    width: 94%;
    margin: 0 auto;
    padding: 1%;
    position: relative;
}


.values {
    text-align: center;
}

.values h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 3% 0%;
    line-height: 160%;
}
.values span {
    font-size: 14px;
    font-weight: 500;
  }
/*--------------------------------------------------------------
pms page Start
--------------------------------------------------------------*/
.pms_welcome h1{
    font-family: 'Open Sans', sans-serif;
    font-size:25px;
    font-weight: 700;
    margin: 4% 1% 1%;
	padding: 0% 1%;
    color: #201b75;
	border-left:4px solid #8e151e;
	text-transform: uppercase;
}


.pms h1{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size:18px;
    font-weight: 700;
    padding: 1.5% 1.5%;
    background-color: #ba1d28;
    text-align: justify;
}
.pms p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#000;
	line-height:150%;
	text-align:justify;
	font-weight:500;
}
.pms p b{
	font-weight:600;
}

hr{
	border: 1px dotted #d3d3d3;
}


.pms h2{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin:0% 0% 1%;
	color:#000;
	line-height:150%;
	text-align:justify;
	font-weight:600;
}

.pms h3{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	margin:1% 1% 1%;
	color:#000;
	line-height:150%;
	text-align:justify;
	font-weight:700;
}
.pms h4{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size:18px;
    font-weight: 700;
    padding: 1% 1.5%;
	margin:0% 1%;
    background-color: #ba1d28;
    text-align: justify;
}

.pms h5{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin:1% 1%;
	color:#000;
	line-height:150%;
	text-align:justify;
	font-weight:600;
}


.inner_head2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.inner_head{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 2% 1% 0%;
    color: #000;
}


/*--------
fixe img
---------*/
.hero2 {
   background-color: #f1f1f1;
    padding: 20px 0px;
}

.hero1 {
    background-image: url(../images/bg_img1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}
.tag p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-align:justify;
	line-height:160%;
	color:#fff;
	padding:1% 1% 1% 1%;
	font-weight:600;
}

.tag h1{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	text-align:justify;
	color:#fff;
	padding:1% 1% 0%;
	font-weight:600;
}


.tag2 p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-align:justify;
	line-height:160%;
	color:#000;
	padding:1% 1% 1% 1%;
	font-weight:600;
}

.tag2 h1{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	text-align:justify;
	color:#000;
	padding:1% 1% 0%;
	font-weight:600;
}


.tag h5{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-align:justify;
	color:#fff;
	padding:1% 1% 0%;
	font-weight:600;
}

.svr_brd {
    border: 1px dashed #e9e9e9;
    margin: 0% 0% 1%;
}
/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #afafaf;
}
th, td {
    border: solid 1px #cfcfcf !important ;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even){background-color: #f3f3f3;}
.bodytext_bold{
	font-family:'Open Sans', sans-serif;
	font-size:15px;	
	font-weight:700;	
	color:#d33303;
	padding:2%;
	line-height: 130%;
	text-align:left;
}
.bodytext_bold2{
	font-family:'Open Sans', sans-serif;
	font-size:14px;	
	font-weight:700;	
	color:#000;
	text-align:left;
	line-height: 130%;
	padding:2%;
}
.td_txt{
	padding:2% 0%;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:500;
	color:#000;
	text-align:center;
}
.col_sm16{
	width:99%;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}

.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm2{
	width:48%;
	margin:1%;
	float:left;
}

.col_sm3{
	width: 30%;
	float: left;
	margin: 1%; 
}

.col_sm4{
	width: 23%;
	float: left;
	margin: 1%;
}

.col_sm5{
	width:18%;
	float: left;
	margin: 1%;
}

.col_sm8{
	width:40%;
	float: left;
	margin: 1%;
}
.col_sm88{
	width:55%;
	float: left;
	margin: 1%;
}


.col2_sm8{
	width:40%;
	float: left;
	margin: 1%;
}
.col2_sm88{
	width:55%;
	float: right;
	margin: 1%;
}


.col_sm9{
	width:28%;
	float: left;
	margin: 1%;
}
.col_sm99{
	width:68%;
	float: left;
	margin: 1%;
}


/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/

.cont_txt h3{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:1% 1% 1%;
	color:#78483c;
}
.cont_col_sm3{
	width:31%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#f3f3f3;
	min-height:135px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.con_heading h2{
	font-family:'Open Sans', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}
.con_hedng_h1{
	font-family:'Open Sans', sans-serif;
	color: #b80403;
	font-size: 15px;
	font-weight:600;
	padding:1% 1% 1%;
}

.cont_icn {
    width:20px;
    float:left;
    margin:0.5% 3% 0% 1%;  
}
.cont_icn i {
	font-size:20px;
}
.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align:left;
}



/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#000;
	text-decoration:none;
}
a.link:visited {
	color:#000;
	text-decoration:none;
}
a.link:hover {
	color:#000;
	text-decoration:none;
}
a.link:active {
	color:#000;
	text-decoration:none;
}




a.link2:link {
	color:#fff;
	text-decoration:none;
}
a.link2:visited {
	color:#fff;
	text-decoration:none;
}
a.link2:hover {
	color:#fff;
	text-decoration:none;
}
a.link2:active {
	color:#f15757;
	text-decoration:none;
}


/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#03b3e4;
}
.bg_clr3{
	background-color:#f5f5f5;
}

.bg_clr4{
	background-color:#78483c;
}

.bullet2 ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:0%;
}
.bullet2 ul li{	
	font-family: 'Open Sans', sans-serif;
	color: #000;
    font-weight: 500;
	font-size:15px;	
	line-height:130%;
	text-align:justify;
	margin:2% 1% 2% 1%;	
}

.bullet3 ul {
    list-style:disc;
	margin-left:0%;
	
}
.bullet3 ul li{	
	font-family: 'Open Sans', sans-serif;
	color: #fff;
    font-weight: 600;
	font-size:15px;	
	margin:2% 0%;
	line-height:130%;
	text-align:justify;
	margin:2% 1% 2% 3%;	
}

.bullet4 ul {
    list-style:disc;
	margin-left:0%;
	
}
.bullet4 ul li{	
	font-family: 'Open Sans', sans-serif;
	color: #000;
    font-weight: 500;
	font-size:15px;	
	margin:2% 0%;
	line-height:130%;
	text-align:justify;
	margin:2% 1% 2% 3%;	
}


.bull_head{
	font-family: 'Open Sans', sans-serif;
	color: #03356f;
    font-weight: 700;
	font-size:18px;	
	text-align:justify;
	margin:2% 1% 2% 1%;		
}
.bull_head2{
	font-family: 'Open Sans', sans-serif;
	color: #000;
    font-weight: 700;
	font-size:16px;	
	text-align:justify;
	padding: 1% 1% 1%;	
}

.view_all2 {
    width: 100px;
    float: none;
    margin: 0% auto 2%;
}

.btn2 {
    width: 100%;
    padding: 7% 12%;
    font-size: 13px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f8f8;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #ccc;
    text-transform: capitalize;
}

.rbi_release {
    width: 180px;
    float: left;
    margin: 3% 1% 2%;
}

.btn5 {
    width: 100%;
    padding: 7% 12%;
    font-size: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background-color: #ba1d28;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #ccc;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_clr{
	background: #ededed;
}

.ftr_txt_hed h3{
	margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #dadada;
    padding: 13px 0;
    font-family: 'Open Sans', sans-serif;
}

.ftr_icon{
	width:70px;
	float: left;
}

.ftr_contact_txt{
	width: 70%;
	float: left;
}
.ftr_contact_txt2{
	width: 98%;
	float: left;
}

.ftr_txt_inner{
	width:100%;
	float: left;
	padding: 2% 0%;
}

.ftr_txt_inner p{
	font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding:1%;
    text-align: justify;
    line-height: 140%
}

.ftr_btn{
	margin-top: 21px;
    float: left;
    width: 98%;
}

.ftr_btn a{
	color: #000;
    text-transform: capitalize;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding:8px 15px;
}

.ftr_btn a:hover{
	text-decoration: none;
	color:#000;
}

.ftr_col_sm2{
	width:50%;
	float: left;
}

.ftr_Nav ul li{
	padding: 4%;
    border-bottom: 1px solid #dadada;
}

.ftr_Nav ul li:nth-child(5){
	border-bottom:none;
}
.ftr_Nav ul li a{
	text-decoration: none;
	color:#000;
	text-transform:uppercase;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.ftr_Nav ul li a span{
	margin-right:10px;
}

.ftr_contact_txt p a{
	text-decoration: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
}

.ftr_hed .col_sm3:nth-child(3){
	float:right;
}

.ftr_hed .col_sm3:nth-child(2){
	margin:1% 3% 1%;
}

.ftr_txt1{
	color:#000;
	font-size: 14px;
	padding: 1.5% 1%;
	font-family: 'Open Sans', sans-serif;
}

.ftr_txt2{
	float: right;
}

.ftr_clr2{
	background-color: #ededed;
    border-top: 1px solid #dadada;
}



/* ------------------------------------------------------
top arrow
------------------------------------------------------ */
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:35%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top-b.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:35%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	display:none;
}

@media only screen and (max-width:1300px){
.flw {
    padding: 1.2% 1% 1.1%;
}
}

@media only screen and (max-width:1270px){
.flw {
    padding: 1.4% 1% 1.1%;
}
}


@media only screen and (max-width:1232px){
.navbar {
    width: 580px;
}
.top_right {
    width: 570px;
}

@media only screen and (max-width:1190px){
.top{
	width:100%;
}
}

@media only screen and (max-width:1150px){
.flw {
    padding: 1.5% 1% 1.1%;
}
}

@media only screen and (max-width:1125px){

.top2{
	width:100%;
}

.logo img{
	width:100%;
}
.contener{
	width:100%;
}
}


@media only screen and (max-width:1067px){

.logo {
    width: 40%;
}
}


@media only screen and (max-width:1015px){
.conta_col_sm2 {
    height: 650px;
}
.conta_col_sm1 {
    height: 650px;
}
.ftr_hed .col_sm3:nth-child(2){
	/*margin:8px 3% 0px;*/
}

.c_clr{
	min-height: 300px;
}

.c_icon .fa{
	margin-top: 6%;
}
}

@media only screen and (max-width:1000px){
.logo {
    width: 487px;
    float: none;
    margin: 1% auto;
}
.top_right {
    width: 570px;
    float: none;
    margin: 1% auto;
}
.col_em {
    width: 210px;
    float: none;
    margin: 2% auto 0%;
}
}

@media only screen and (max-width:950px){
.col_sm4 {
    width: 48%;
    min-height: 330px;
}
}


@media only screen and (max-width:900px){
.flw {
    padding: 2% 1% 1.1%;
}
.col_sm8 {
    width:70%;
}
.col_sm88 {
    width: 98%;
}
.cont_col_sm3{
	width:100%;
}
}


@media only screen and (max-width:892px){
.logo_main {
    width: 65%;
}
}

@media only screen and (max-width:825px){
.logo_main {
    width: 70%;
}
}

@media only screen and (max-width:800px){
.top_right {
    width: 100%;
    float: none;
    margin: 1% auto 0%;
}
.col_sm4 {
    width: 98%;
    min-height:auto;
}

.ftr_Nav ul li {
    padding: 2%;
}

.col_sm2{
	width:100%;
}
.navbar {
    width:100%;
    margin-top: 2%;
    background-color: #be1c29;
}

.bullet2 ul li{
	text-align:left;
}
.col_sm8 {
    width:98%;
}
.body_txt3 {
    min-height:auto;
}
.col_sm9 {
    width:98%;
}
.col_sm99 {
    width:98%;
}
}


@media only screen and (max-width:765px){
.logo_main {
    width: 75%;
}
}


@media only screen and (max-width:715px){
.logo_main {
    width: 80%;
}
}

@media only screen and (max-width:700px){
.conta_col_sm2 {
    width: 98%;
    float: none;
    margin: 0% auto;
    padding: 3%;
    height: 880px;
}
.conta_col_sm22 {
    width:98%;
    float:none;
    margin: 2% 1%;
}
.col_sm16{
	width:96%;
}

.col_sm3{
	width:98%;
}

.top_right{
	padding:0;
}

/* about page */
.col_ms1{
	width: 98%;
}

.col_ms11{
	width: 98%;
}

/* solutuins page */
.col_ms5{
	width: 48%;
}

.col_ms6{
	width: 48%;
}

.col_ms7{
	width: 48%;
}
}



@media only screen and (max-width:600px){

.products_col_sm3 {
    width:98%;
    margin: 1%;
    float:none;
    min-height: 322px;
}

.conta_col_sm1 {
    width:98%;
    float:none;
    padding: 2%;
    margin: 0% 0% 2% 1%;
    height:450px;
}
.col_sm44{
	width:100%;
}
.main_prd4{
	width:96%;
	float:none;
	margin:2% auto;
}

.ftr_col_sm2{
	width:98%;
}

.ftr_txt2{
	float: left;
}

.ic.menu{
	top: 34px !important;
}
.logo_main {
    width: 98%;
}
}


@media only screen and (max-width:550px){

.bullet2 ul {
    margin-left: 1%;
}
}

@media only screen and (max-width:491px){
.logo {
    width: 95%;
}
}

@media only screen and (max-width:460px){

.bullet2 ul {
    margin-left: 2%;
}
}
