@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
body{font-family: 'Open Sans', sans-serif;}
header .navbar-brand .img-fluid {
    width: 285px;
}
.heading {
    display: inline-block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0px;

    color: #08558C;
    margin-bottom: 10px;
}
.header .bg-dark {
    background: transparent !important;padding: 0;
}

.header .navbar-nav a.nav-link {
	color: #333; font-weight: normal;text-transform: uppercase;
	padding: 0 20px; margin:0px 6px;  border: 1px solid transparent;
	font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #08558c; 
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color: #08558c;}

.header {
	margin: 1.5em 0em 0.5em;
}
.header-alt {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    margin: 0 !important;
    background: #fff;
    transition: all 0.5s ease;
    opacity: 1;
    box-shadow: #000 0 -12px 18px 3px;
}
.header-alt .navbar-brand .img-fluid {}
.header-alt .bg-dark {
    background: transparent !important;padding: 0;
}
.header-alt .navbar-nav a.nav-link {
	font-size: 16px;
	color: #333;font-weight: normal;text-transform:uppercase;
	padding: 0 20px;	margin:0px 6px;  border: 1px solid transparent;
}
.list-2{-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;}
.list-3{-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;}
  .list-4{-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
column-count: 4;}
	.list-33 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
  .nav.flex-column.list-4, .nav.flex-column.list-3 {
	display: inline-block;
	vertical-align: top;
}

/*.dropdown-menu ul li a.nav-link::before {
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 13px;
}*/
header .dropdown-menu ul li a.nav-link {
	padding: 3px 6px 6px !important;
}.mega-menu .dropdown-menu {
/*	background: #fff url('../images/bg-dropdown.png');
	background-size: 265px;
	background-repeat: no-repeat;
	background-position: right -4em bottom -4em;*/
}

.dropdown-menu a.dropdown-item{text-transform: capitalize; transition:all 0.5s ease-in-out; color:#fff;
border-bottom:1px solid #0089c8; font-size:13px; background:url(../images/arrow.png) no-repeat 10px 10px;}
.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:focus{color: #08558c; background:url(../images/arrow.png) no-repeat 15px 10px;}
.dropdown-menu.list-3{background: #0898d9; border-bottom:2px solid #b74747; left:-100%;}
/*.about-home a {	color: #000;	text-transform: capitalize;font-weight: bold;}*/
.about-home .about-us-txt p {font-size: 15px;line-height: 28px;}
.about-home , .contact-us-block {padding: 1em 0em;}
.about-home .heading {	margin: 0px 0px 20px;}
footer {background: #002845; padding:4em 0em 0em;}
footer .ft-para p {	color: #fff; font-size: 15px;}
footer .ft-logo img.img-fluid {/*width: 273px;*/ margin-bottom: 14px;}
footer h4 {color: #fff; text-transform: uppercase;
font-weight: bold; font-size: 20px; margin-bottom: 1em;}
footer li a {color: #fff; font-size: 15px; text-transform: capitalize; transition:all 0.5s ease-in-out;}
footer li a:hover , footer li a:focus{color:#fff;}
footer li{margin-bottom:8px;}
footer .address-ft a {color: #fff; font-size: 15px;}
.copyright-blk {padding: 16px 0px; border-top: 1px solid #fff; margin-top: 2em;}
.copyright-blk .copyright {color: #fff; font-size: 14px;}
footer .designby.text-right {color: #fff;font-size: 14px;}
footer .designby.text-right a{font-weight:bold; color:#fff;}
footer .email-ft a::before {content: "\f0e0";font-family: fontawesome;font-size: 16px;margin-right: 12px;vertical-align: top;}
footer .phno-ft .phn-icon {display: inline-block; color: #fff;}
footer .phno-ft .phn-icon i{color:#fff;font-size: 16px;}
footer .phno-ft .phn-txt {width: calc(100% - 450px);display: inline-block;	vertical-align: top;}
footer .phn-icon a.icon::before {content: "\f095";font-family: fontawesome;margin-right: 12px;}
.address-block .address-icon {display: inline-block;}
.address-block .address-icon i {font-size: 18px;margin-right: 12px;	color: #fff;}
footer .address-block .address-txt {width: calc(100% - 36px);display: inline-block;	vertical-align: top; color:#fff;}
footer .email-ft , footer address{margin-bottom: 10px;}

/*************************************************************************************/
.block-content {
	visibility: visible;
	animation-duration: 1.2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-name: fadeInUp;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}.block-content-box {
	visibility: visible;
	animation-duration: 0.4s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	position: relative;
}.block-content-box-list {
	display: table;
	width: 100%;
	padding: 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}.block-list-item {
	width: 33.333333333333333%;
	display: inline-block;
	vertical-align: top;
	float: left;
}.block-list-item-box {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	transition: all .5s;
}.block-list-item-mask {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	overflow: hidden;
}.block-list-item-text {
	margin: 0.9em 0 0;
	z-index: 3;
	display: block;
}.block-list-item-body {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	margin-top: 0;
	text-align: center;
}.block-list-item-body-title {
	margin-bottom: 8px;
}.block-content p {
/*	height: 50px;*/
}.block-list-item-body-text p {
	color: rgb(153, 153, 153);
	font-size: 12px;
}.block-list-item-box:hover {
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
	box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}.block-list-item-image {
	padding-top: 80px !important;
	position: relative;
}.block-list-item-mask {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	overflow: hidden;
}.block-list-item-content {	position: absolute;	top: 0;
	left: 0;	right: 0;	bottom: 0;
	overflow: hidden;}
.block-list-item-middle {	display: table;	table-layout: fixed;
	height: 100%;	vertical-align: middle;	text-align: center;
	width: 80px;	margin: auto;	border-radius: 100%;
}.block-list-item-middle img {	position: relative;	vertical-align: middle;
	cursor: initial !important; width: 80%;
}
/*************************************************************************************/

.about-home.about-us-page , .quality-page , .about-home.about-us-page , .contact-us-block {background: transparent;}
ul.list-icon li:before{content:"\f101"; font-family:fontawesome; margin-right: 10px;margin-left: -18px;}
ul.list-icon li {font-size: 15px;margin-bottom: 6px;margin-left: 18px;}
.product-blk .product-blk-txt p , .product-inr-txt p{	text-transform: capitalize;	color: #fff;
margin-bottom: 0;	position: relative;	left: 20px;
top: 18px;	z-index: 1; font-size: 15px;}
.product-inr-txt p {	color: #000;	text-align: center;
position: relative;	left: -20px;}
.product-inr-txt-txt {	color: #000;	text-align: center;
	position: relative;	left: -20px; text-transform: capitalize;}
.product-inr-txt-txt h1 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}	
.product-block .product-blk {	position: relative;}
.product-blk .product-blk-txt {	position: absolute;	bottom: 0; width: 100%; height: 50px;}
.product-blk .product-blk-txt::after {	content: "";	background: url(../images/product-bg.png);
width: 100%;	height: 100%;	background-size: cover; position: absolute;	bottom: 1px;}

.product-block .product-blk .product-img{overflow:hidden;transition: all 0.5s ease-in-out;}
.product-block .product-blk .product-img img{transition: all 0.5s ease-in-out;}
.product-block .product-blk .product-img:hover img{transform: scale(1.2, 1.2);}

.product-block .product-blk{margin-bottom:2em;}
.product-inr-block {}
.product-inr-block .col-lg-4.col-md-12.col-sm-12.col-xs-12{border-right:1px dashed #b4b4b4;margin-bottom: 3em;}
.product-inr-block .row .col-lg-4.col-md-12.col-sm-12.col-xs-12:last-child {border-right: none;}


.breadcumb {
/*    border: 1px solid #c4cbcb;
    background-color: #c4cbcb;*/margin-bottom: 3em;
}
div.breadcumb .breadcrumb {
    padding: 5px;
    margin: 0;
    background: transparent;
	float:right;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item {
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item {
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
	color: #08558c;
    content: "/";
}

div.breadcumb .breadcrumb li:first-child::before {
color: #08558c;content: "\f015";font-family:fontawesome;padding-right: 6px;}
.breadcrumb .breadcrumb-item a{	color: #08558c;font-weight: 600;}

.cnt-map footer .address-ft a {color: #fff; font-size: 15px;}
.cnt-map .email-ft a::before {content: "\f0e0";font-family: fontawesome;font-size: 16px;margin-right: 12px;vertical-align: top;color: #000;}
.cnt-map .phno-ft .phn-icon {display: inline-block; color: #000;}
.cnt-map .phno-ft .phn-icon i{color:#fff;font-size: 16px;}
.cnt-map .phno-ft .phn-txt {width: calc(100% - 450px);display: inline-block;vertical-align: top;}
.cnt-map .phn-icon a.icon::before {content: "\f095";font-family: fontawesome;margin-right: 12px;color: #000;}
.cnt-map .address-block .address-icon {display: inline-block;}
.cnt-map .address-block .address-icon i {font-size: 18px;margin-right: 12px;color: #000;}
.cnt-map .address-block .address-txt {width: calc(100% - 36px);display: inline-block;	vertical-align: top; color:#000;}
.cnt-map .email-ft , footer address{margin-bottom: 10px;}
.cnt-map a {color: #000;}
.cnt-map img.img-fluid {margin-bottom: 16px;}




/* makes the dropdown full width  */
.navbar .dropdown {position:static;}
/*
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;

  top:45px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}*/
.navbar .dropdown-menu {
	width: 800px;
	left: 0;
	right: 0;
	top: 50px;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	margin: 0 auto;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }


/* Effect 21: borders slight translate */
header .navbar-nav a.nav-link {
	position: relative;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	padding: 10px 20px !important;
}

/*header .navbar-nav a.nav-link::before,*/
header .navbar-nav a.nav-link::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #08558c;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*header .navbar-nav a.nav-link::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}*/

header .navbar-nav a.nav-link::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

header .navbar-nav a.nav-link:hover,
header .navbar-nav a.nav-link:focus {
	color: #08558c;
}

header .navbar-nav a.nav-link:hover::before,
header .navbar-nav a.nav-link:focus::before,
header .navbar-nav a.nav-link:hover::after,
header .navbar-nav a.nav-link:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/*.header .navbar-nav a.nav-link.nav-link.active::before,
.header .navbar-nav a.nav-link.active::before,
.header .navbar-nav a.nav-link.active::after,
.header .navbar-nav a.nav-link.active::after{opacity: 1}*/
header .navbar-nav a.nav-link.active{color: #08558c;}

.dropdown-toggle::after {border-top: none; border-right: none; 
border-bottom: none;border-left: none;}
header .navbar-nav a.nav-link i.fa {margin-right: 6px;padding-left: 8px;}
.home-about-block-content {padding: 4em 0em 3.5em;}
.cnt-map iframe {margin-bottom: 1em;}

.home-quality{background: url('../images/home-quality-bg.jpg'); background-repeat: no-repeat; background-size: cover; padding: 6em 0em;}
.home-quality p {	color: #fff;	font-size: 21px;
text-align: center;	line-height: 36px;	margin: 0 auto;
width: calc(100% - 35%);	border-radius: 22px;	padding: 3em 1em;
font-weight: bold;}
.home-quality p i.fa {	font-size:18px;
position: relative;	top: -10px;}
.home-quality p i.fa.fa-quote-left {left: -7px;}
.quality-page h3 {font-size: 20px;
color: #08558c;font-weight: bold;}
.contact-us-block .cnt-map .address-ft {
margin-bottom: 14px;}

.col-lg-12.col-md-12.col-sm-12.human-assets-group {
	margin-bottom: 2em;
}
.core-purpose {
	margin-bottom: 2em;
}
.core-values .core-values-blk {
	display: inline-block;
	width: 218px;
	text-align: center;
}.core-values .owl-item .core-values-blk {
	display: block;
}

.management-page .core-values .core-values-blk {
	width: 367px;margin-bottom: 22px;
}.management-page .core-values .core-values-blk img.img-fluid {
/*	width: 210px;*/	
}.management-page .core-values .core-values-blk .core-value-txt p span {
	font-size: 24px;
	font-weight: bold;
/*	font-style: italic;*/
	color: #08558c;
}

.owl-item .manufactuing-blk .manufactuing-txt h3 span {
	font-size: 28px;
	color: #08558c;
	font-weight: bold;
}


.core-values .core-values-blk .core-value-img {
	margin-bottom: 1em;
}/*.core-values .core-values-blk .core-value-img img.img-fluid {
	width: 75px;
}*/.heading.text-center {
	display: block;
	margin-bottom: 1em;
}

.core-values {
	margin: 1em 0em;
}.core-values-img img.img-fluid {
	width: 70px;
	margin-right: 22px;
}
/*
.core-purpose {
	background: url('../images/core-purpose-bg.jpg');
	position: relative;
	padding: 2em 0em 4em;
}.core-purpose .heading.text-center, .core-purpose p {
	color: #fff;
}*/
.core-values-img, .core-purpose p {
	display: inline-block;
}.core-values-blk {
	margin: 0 auto;
}

.management-page .about-us-txt p strong .fa.fa-quote-left {
	padding-right: 10px;
}.management-page .about-us-txt p strong .fa.fa-quote-right {
	padding-left: 10px;
}


.management-page .about-us-txt p strong{font-size: 27px;
	line-height: 40px;
	font-style: italic; color: #08558c;}


.about-menu .dropdown-menu {
	width: 230px;
	border: 1px solid rgba(0,0,0,.15);
}.about-menu .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #ddd;
}
.about-menu .dropdown-menu .dropdown-item {
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 17px 8px;
	margin: 4px 0px;
	border: 1px solid transparent;
	font-size: 15px;
}
	.about-menu .dropdown-menu .dropdown-item i.fa {
		margin-right: 8px;
	}


	.about-menu .dropdown-menu .dropdown-item{position: relative;}
	.about-menu .dropdown-menu .dropdown-item:after{bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);


	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #08558c;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);}

	.about-menu .dropdown-menu .dropdown-item:hover:after{opacity: 1;	
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);}

		.row.infra-slide {
			border: 1px solid #ddd;
			margin: 0em 0em 1em; 
		}.row.infra-slide .col-lg-6.col-md-12.col-sm-12 {
			/*padding: 14px;*/
		}
		.row.infra-slide .infra-txt{display: block;
			text-transform: uppercase;
			font-size: 24px;
			font-weight: normal;
			padding: 5px 0px;
			color: #fff;
			margin-bottom: 10px;}



/***********************************************************/

.manufacturing-blk img.img-responsive {
	width: 100px !important;}
.manufacturing-blk {
	display: inline-block;
	padding: 16px 0px;
	text-align: center;
	position: relative;
	width: 218px;
}.manufacturing-blk p {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;	
	position: relative;
top: 10px;
}
.manufacturing-blk::before {	content: "";	background: #000;
	height: 10px;	width: 10px;	position: absolute;
	border-radius: 100%;	bottom: -6px;	z-index: 5;
	left: 46%;}	

.manufacturing-blk .right-arrow img.img-responsive {
	width: 8px !important;	position: absolute;
	right: -8px;	bottom: -8px;}
.manufacturing-blk .left-arrow img.img-responsive {
	width: 8px !important;	position: absolute;
	right: -8px;	bottom: -8px;}
	
.down-arrow img.img-responsive {	width: 16px !important;
	right: -7px;	position: absolute;	top: -84px;}
	.down-arrow img.img-responsive {
		width: 16px !important;
		right: -7px;
		position: absolute;
		top: -84px;
	}.btm-second-line {
	border-bottom: 2px dotted rgb(150, 152, 154);
	height: 1px;
	width: 100%;
	float: right;
	position: relative;
}.btm-first-line {
	border-bottom: 2px dotted rgb(150, 152, 154);
	height: 1px;
	width: 91%;
	float: right;
}
.btm-second-line::after {
	content: "";
	right: 0;
	float: right;
	position: absolute;
	height: 169px;
	width: 11px;
	top: -167px;
	border-right: 2px dotted #96989a;
}.btm-third-line {
	border-bottom: 2px dotted rgb(150, 152, 154);
	height: 1px;
	width: 49%;
	float: left;
	position: relative;
}.btm-third-line::before {
	content: "";
	border-right: 2px dotted rgb(150, 152, 154);
	height: 169px;
	top: -167px;
	position: absolute;
}.down-arrow img.img-responsive {
	width: 16px !important;
	right: -7px;
	position: absolute;
	top: -84px;
}.btm-third-line img.img-responsive {
	left: -7px;
}
/*.manufacturing-blk {
	display: inline-block;
	padding: 22px 0px;
	text-align: center;
	position: relative;
	width: 154px;
}*/



.management-page h5 strong {
	color: #08558c;
	font-size: 23px;
	font-weight:600;
	padding-bottom:15px;
	display:block;
}.sign img.img-fluid {
	width: 70px;
}.sign img.img-fluid.paresh-sign {
	width: 200px;
}





/*********************************************/

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 0;
  }
  .owl-nav button.owl-next {
	right: 0;
  }
  
  .owl-dots {
	text-align: center;
	padding-top: 15px;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }
.owl-nav span {
	  font-size: 70px;    
	  position: relative;
	  top: -5px;color: #000;
  }
  .owl-nav button:focus {
	  outline: none;
  }.owl-dots {
	display: none;

}

.manufactuing-ico img.img-fluid {
	width: 150px;
	margin-right: 32px;
	margin: 0 auto;
}.manufactuing-txt {
	width: 100%;
	display: block;
	text-align: center;
}.manufactuing-ico, .manufactuing-txt {
	display: block;
	vertical-align: top;
}.manufactuing-page h3 {
	border-bottom: none;
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}.manufactuing-blk {
	border-bottom: none;
	padding-bottom: 2em;
	margin: 0 auto 3em;
}.owl-slider {
	min-height: 400px;
}

.owl-item .manufactuing-blk .manufactuing-txt h3 {
	color: #000;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 12px;
	font-weight: normal !important;
}


.google-translate {	position: absolute;	    position: absolute;    right: -139px;    top: 10px;}
/*.header-alt .google-translate {	top: -4px;}	*/

	.skiptranslate.goog-te-gadget {
	font-size: 0px;
}.skiptranslate.goog-te-gadget span {
	display: none;
}.goog-te-gadget .goog-te-combo {
	padding: 7px 3px;
}

/************************************************************/

footer{background:url(../images/footer-bg.png) repeat-x center -20px;
	color: #000000 !important;}
.footer {
	padding: 2em 0em 1em;
}
.mb-0{margin-bottom: 0px;}
.home-h1 {
	/*font-size: 35px; 12-12-2020*/
	font-size: 32px;
	text-transform: uppercase;
	color: #08558c;
	font-weight: bold;
	line-height: 46px;
	/*margin-bottom: 1em;*/
	margin-bottom: 10px;
}.about-home.home-about {
	padding: 4em 0em;
}


.carousel-item  img.zoom {
	-webkit-animation: zoom 30s;
	animation: zoom 30s;
  }
  .carousel-caption.car-1 {
	bottom: 100px;
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	left: 0;
	transform: translate(-50% , -50%);
	left: 50%;
	top: 40%;
}
.carousel-caption.car-2 {
	bottom: 100px;
	width: 15%;
	left: 0;
	left: auto;
	right: 12%;
}
.carousel-caption.car-3 {
	bottom: 100px;
	left: auto;
	right: 10%;
	width: 80%;
	top: 12%;
}
@-webkit-keyframes zoom {
	from {
	  -webkit-transform: scale(1, 1);
	}
	to {
	  -webkit-transform: scale(1.5, 1.5);
	}
  }
  
  @keyframes zoom {
	from {
	  transform: scale(1, 1);
	}
	to {
	  transform: scale(1.5, 1.5);
	}
  }


  .social-blk {
    position: fixed;
    top: 40%;
    right: 0;
}.social-blk a {

    display: block;
    background:#9d9d9d;
    padding: 7px 14px;
    border-bottom: 2px solid #fff;

}

.social-blk .social-ico i{color:#000;}

.social-blk a:hover{background:#08558c;}
.social-blk a:hover i{color: #fff;}

.cnt-footer .social-ico-block {
    display: none;
}

  .usp-page .about-us-txt h1 {
	color: #08558c;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 1em;

}

.whtsapp-lg img.img-fluid {
	width: 50px;
}
.whtsapp-lg {
	position: fixed;
	right: 2%;
	bottom:5%; 
	z-index:550;
}.whtsapp-block{position:relative;}.circle {
	border-radius: 50%;
	background-color: #000;
	width: 80%;
	height: 80%;
	position: absolute;
	opacity: 0;
	animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
	right: 10%;
	bottom: 11%;
	z-index: -5;
}@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}



.desktop-block {
	display: block;
}.mobile-block{display: none;}


@media screen and (max-width:1366px){.carousel-caption.car-1 {
	width: 65%;
}
.carousel-caption.car-3 {
	width: auto;
	left: 10%;
	right: 0;
	width: 80%;
}.carousel-caption.car-2 {
	top: 13%;
}}
@media screen and (max-width:1290px){.home-quality {
background-repeat: repeat;}
}
@media screen and (max-width:1199px){.header .navbar-nav a.nav-link {
	margin: 0px 2px;
}
.manufacturing-blk {
	width: 182px;
}
}
@media screen and (max-width:1080px){
/*.block-list-item {width: 25.75%;}*/
.block-content {width: 960px;}
.carousel-caption.car-1 {
	top: 35%;
}
}

@media screen and (max-width:991px){
	
.header .navbar-nav a.nav-link {background: transparent;	color: #FFFFFF;
padding: 5px;	border-radius: 0;	margin-bottom: 2px;
border-bottom: 0px solid #000; color: #000;
}.header {	margin: 0em 0em;}
.product-inr-block .col-lg-4.col-md-12.col-sm-12.col-xs-12 { border-right:none!important;
border-bottom:1px dashed #b4b4b4;margin-bottom:10px;}

.product-inr-txt p {  padding-bottom: 30px;}
.home-quality p {font-size: 18px;	line-height: 34px;
width: 100%;padding: 2em 1em;}
.home-quality {	padding: 3em 0em;}
.navbar .dropdown-menu {display: none ;}
.megamenu-img {display:none;}
.nav flex-column list-3 li{float:left!important; display:block; }
.nav {display:block!important;}
.navbar .dropdown-menu {width:auto;}
.nav flex-column list-3 li .nav-item{float:left;}
header .dropdown-menu ul li a.nav-link {
    padding: 3px 6px 6px !important;
    float: left;
    width: 134px;}

.dropdown-toggle .fa.fa-caret-down {display: none;}
.navbar {padding: 1em 0em !important;}
.header-alt .navbar-nav a.nav-link {margin-top: 5px;}
.list-2, .list-3, .list-4 {	-webkit-column-count: 1;
-moz-column-count: 1;	column-count: 1;}
.footer {padding: 5em 0em 0em;}
footer{background-size: cover; background-repeat: repeat;}
.copyright-blk {	background: #085084;}
.mb {display:none!important;}

.btm-first-line, .manufacturing-blk .left-arrow img.img-responsive, .btm-second-line, .btm-third-line {
	display: none;
}.manufacturing-blk img.img-responsive {
	margin-bottom: 16px;
}.manufacturing-blk {
	width: 227px;
}

.container.mob-text-center.mobile-block .manufacturing-blk::before , .manufacturing-blk .right-arrow img.img-responsive	{	
	display: none;
}

.desktop-block {
	display: none;
}.mobile-block{display: block;}
}

@media screen and (max-width:767px){
.block-list-item {width: 49.333%;}
footer .designby.text-right {
text-align: left !important;margin-top: 12px;}
.product-block .product-blk .product-img img {width: 100%;}
.product-blk .product-blk-txt::after {height: 140%;}
.about-home .about-img {margin-bottom: 1em;}
.carousel-caption.car-1 {
	top: 30%;
}	.manufacturing-blk {
	width: 49%;float: left;
}
	
}

@media screen and (max-width:575px){
	.carousel-caption.car-1 {
		top: 25%;
	}.carousel-caption.car-2 {
		top: 7%;
	}
	.mob-text-center {text-align:center;}
}
@media screen and (max-width:475px){
.block-list-item {width: 100%;}
footer .designby.text-right {text-align: left !important;}
.copyright-blk .copyright {margin-bottom: 8px;}
footer .designby.text-right {margin-top: 0px;}
.product-blk .product-blk-txt::after {	height: 130%;}

.carousel-caption.car-1 {
	top: 20%;
}.carousel-caption.car-2 {
	
}

}
@media screen and (max-width:375px){
.product-blk .product-blk-txt::after {	height: 120%;}.manufacturing-blk {
	width: 100%;
}
}
.infr-secon { background:#08558C; padding:14px; text-align:center; padding:50px;}
.quality img {width:100%;}
.quality h3 { text-align:left; padding:10px 0 20px 0; font-weight:600}





.core-team img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: none; /* IE5+ */
      -webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

.core-team img:hover {
    filter: gray;
      -webkit-filter: grayscale(1);
      -webkit-transform: scale(1.01);
    }
	
	.gry {color:#c7c7c7!important;}
	
	
	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.mob-text-center {text-align:center!important;}
}
.tag-line {color:#fff; text-transform:uppercase;}
.quick-link {margin-top:18px;}
.contact-us-blk {margin-top:18px;}