.inner-contact-sec {
	padding: 80px 0 0px !important;
	position: relative;
}

.inner-contact-sec .cont-left {
	padding-right: 80px !important;
}

.inner-contact-sec .cont-left p {
	font-size: 14px !important;
	line-height: 24px;
	text-align: justify !important;
}

/* Contact social nav*/
.inner-contact-sec .social-nav ul {
	list-style: none;
	overflow: hidden;
}

.inner-contact-sec .social-nav li {
	float: left;
	margin-left: 10px !important;
}

.inner-contact-sec .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

.inner-contact-sec .social-nav li a .fa {
	color: #01243e !important;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.inner-contact-sec .social-nav li a:hover .fa {
	color: #fca50a !important;
}

.inner-contact-sec .cont-right {
	padding: 20px 0 0 0;
	position: relative;
}

.inner-contact-sec .cont-blk {
	position: relative;
	display: block;
	margin-bottom: 30px !important;
}

.inner-contact-sec .cont-blk img {
	max-width: 30px !important;
	margin-bottom: 10px !important;
}

.inner-contact-sec .cont-blk h5 {
	font-size: 16px !important;
	line-height: 24px;
	color: #eb6e23 !important;
	font-weight: 600;
	margin-bottom: 10px !important;
}

.inner-contact-sec .cont-blk h4 {
	font-size: 14px !important;
	line-height: 24px;
	color: #333 !important;
	font-weight: 400;
	margin-bottom: 0 !important;
}

.inner-contact-sec .cont-blk h4 a {
	color: #012640 !important;
}

.inner-contact-sec .cont-blk h4 a:hover {
	color: #eb6e23 !important;
}

.inner-contact-sec .main-head {
	margin-bottom: 30px !important;
}

.gape-form {
	margin-top: 40px !important;
}

.inner-contact-sec .cont-form-heading {
	text-align: center;
}

/* .inner-contact-sec .cont-form-heading h4{ */
/* font-size:16px !important; */
/* line-height:24px; */
/* color:# */
/* } */
.contact-form-height {
	width: 100%;
	height: 300px !important;
	margin-top: 30px !important;
}

.inner-contact-sec .cont-form {
	background: #f8f8f8 !important;
	position: relative;
	z-index: 1;
	padding: 20px 15px;
	margin-bottom: -80px !important;
}

.contact-form-grow-ved .form-group {
	margin-bottom: 10px !important;

}

.contact-form-grow-ved .form-group .form-control:focus {
	border-color: #eb6e23;
	color: #333;
}

.growved-btn-outer {
	text-align: center !important;
}

.growved-btn-outer .growved-btn {
	color: #fff !important;
	background: linear-gradient(90deg, #0078bf 0%, #105ea3 50%);
	display: inline-block;
	margin: 12px 0 0px;
	text-align: center;
	min-width: 130px;
	padding: 12px 20px 12px 20px !important;
	border-radius: 4px !important;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
}

.growved-btn-outer .growved-btn:before {
	content: '';
	background: url(../design_img/right-arrow-wht.png) no-repeat center;
	background-size: 15px !important;
	position: absolute;
	width: 20px;
	height: 20px;
	left: calc(100% - 30px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.growved-btn-outer .growved-btn:before:hover {
	left: calc(100%);
	opacity: 0;
}

.growved-btn-outer .growved-btn:after {
	content: '';
	background: url(../design_img/right-arrow-wht.png) no-repeat center;
	background-size: 15px !important;
	position: absolute;
	width: 20px;
	height: 20px;
	left: calc(100% - 30px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.growved-btn-outer .growved-btn:after:hover {
	left: calc(100% - 30px);
	opacity: 1;
}

.map-box {
	width: 100%;
	height: 500px;
}

.gallery-sec {
	padding: 80px 0;
	position: relative;
}

.home-abt-bar.inner-abt-sec {
	padding: 80px 0 !important;
	position: relative;
}

.inner-abt-sec.inner-abt-sec2 {
	background: #FFF !important;
}

.inner-abt-sec.inner-abt-sec2 .msg-blk {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 10px 30px 20px;
	min-height: 281px;
}

.inner-abt-sec.inner-abt-sec2 .msg-blk h2 {
	font-size: 24px !important;
	line-height: 32px;
}

.inner-abt-sec.inner-abt-sec2 .msg-blk p {
	text-align: justify;
}

.download-sec {
	padding: 80px 0;
	position: relative;
}

.legal-sec {
	padding: 80px 0 !important;
	position: relative;

}

.magn-blk-outer{
	padding: 15px;
	border:1px solid #e5e5e5;
	Position:relative;
	min-height:155px;
}
.magn-blk-outer .mang-block{
	display:block;
	Position:relative;
}
.magn-blk-outer .mang-block img{
	max-width:100%;
}
.magn-blk-outer .mang-block-text{
	padding: 0px 20px 0 0;
    Position: relative;
}

.mang-block-text p span.md-name{
	font-size:18px !important;
	line-height:27px;
	color:#333;
	font-weight:600;
}
.mang-block-text p span{
	font-size: 16px !important;
	line-height:25px;
    font-weight: 400;
    color: #eb6e23;
}
.mang-block-text p a{
	font-size: 16px !important;
	line-height:25px;
    font-weight: 400;
    color: #333;
}
.dir-gape{
	margin-top:50px;
}
.mang-block-text.other-mem{
	border:1px solid  #e5e5e5;
	Position:relative;
	padding:20px;
}
/* Legals Start here */
.legal {
	height: auto;
	padding: 0px 15px 0px 15px !important;
}

.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

.legal .product {
	margin: 0 0px 30px;
}

.legal .product.last {
	margin: 0 0px 0px;
}

.legal .product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.legal .product-pic-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.legal .product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.legal .product-pic {}

.legal .product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.legal .product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display: none
}

.legal .product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.legal .product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.legal .discount {
	background: #ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.legal .product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	background: transparent;
	margin-top: -56px;
	margin-left: -25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}

.legal .product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin: 3px 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius: 100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative
}

.legal .product-btn a.cart {
	background: #666;
	top: 30px;
	opacity: 0;
}

.legal .product-btn a.view {
	background: #166dbb;
	bottom: 50px;
	opacity: 0;
}

.legal .product-btn a:hover {
	background: #fff !important;
	color: #166dbb !important
}

.legal .product-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px !important;
	margin: 10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}

.legal .product-name a {
	color: #333 !important;
}

.legal .product-name span {
	color: #999
}

/* .product-price { */
/* text-transform:capitalize; */
/* text-align:center; */
/* margin-top:5px!important; */
/* margin-bottom: 5px !important; */
/* display:none */
/* } */
/* .product-price .price-before { */
/* color:#999; */
/* text-decoration:line-through; */
/* font-size: 17px; */
/* } */
/* .product-price .price-now { */
/* font-weight:600; */
/* color:#1393dd; */
/* margin:0 5px; */
/* font-size: 17px; */
/* } */
.legal .product-container:hover .product-back {
	visibility: visible;
	opacity: 0.3;
	top: 0;

	bottom: 0%;
}

.legal .product-container:hover .product-pic-container img {
	transform: scale(1);
}

.legal .product-container:hover .product-btn a.cart {
	top: 0;
	opacity: 1;
}

.legal .product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}


/* our Bankers */
.banker-sec {
	padding: 80px 0;
	position: relative;
}



.banker-block {
	padding: 15px;
	/* margin: 20px 0; */
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	padding: 20px 20px;
}

.banker-block img {
	margin-bottom: 12px;
	display: inline-block;
	max-width: 250px !important;
	height: auto;
	padding: 0;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banker-block h3 {
	color: #EF6D19 !important;
	line-height: 30px;
	margin-bottom: 15px !important;
	font-size: 24px !important;
	font-weight: 600;

}

.banker-block p {
	font-size: 15px !important;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
}

/* 01-07-2021 */
.term-blk p {
	text-align: justify;
}

.term-blk .main-head {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.term-blk .term-sub {
	margin-bottom: 20px !important;
	position: relative;
}

.term-blk .term-sub h4 {
	font-size: 18px !important;
	line-height: 24px;
	color: #eb6e23 !important;
	font-weight: 600;
	margin-bottom: 10px !important;
}

.term-blk ul.mylist li {
	line-height: 24px !important;
	margin-bottom: 10px !important;
}

.legal-sec .gnp-heading {
	text-align: center;
}

.legal-sec .gnp-heading {
	text-align: center;
	margin-bottom: 30px;
}


/* Date 26-11-2021 */
.flip-box {
	background-color: transparent;
	width: 100%;
	height: 252px;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}


.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
	background-color: #13315c;
	color: black;
}

/* Style the back side */
.flip-box-back {
	background-color: #01233e;
	color: white;
	transform: rotateY(180deg);
	padding: 50px 15px 20px !important;
}

.flip-box-back p {
	font-size: 14px !important;
	line-height: 30px !important;
	letter-spacing: 1.2px;
}

.flip-box-front img {
	max-width: 100%;
	height: 250px;
}

/* 31-05-2022 */
.convenience-message h4 {
	font-size: 22px !important;
	line-height: 27px !important;
	font-weight: 600;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	margin-top: 20px !important;
}
.convenience-message.policy-sec h4{
	text-align: left;
	margin-bottom:20px !important;
} 

.message {
	font-size: 15px !important;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
}

.message a {
	color: #0078bf !important;
}

.message b {
	color: #ef6d19 !important;
}

/* 
	#023b2c Blue

	#ef6d19 Orange
*/



@media only screen and (min-width:1600px) and (max-width:1919px) {}

@media only screen and (min-width:1280px) and (max-width:1366px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-bar {
		padding: 100px 0 80px;
	}

	.banner-bar .banner-content h1 {
		font-size: 27px !important;
		line-height: 35px;
		padding: 6px 10px !important;
		width: 310px !important;
		margin: 0 auto -20px !important;
	}

	.inner-contact-sec {
		padding: 60px 0 0px !important;
	}

	.inner-contact-sec .cont-left {
		padding-right: 60px !important;
	}

	.gallery-sec {
		padding: 60px 0 30px;
	}

	.download-sec {
		padding: 60px 0;
	}

	.home-abt-bar.inner-abt-sec {
		padding: 60px 0 !important;
	}

	.legal-sec {
		padding: 60px 0 !important;
	}

	.banker-sec {
		padding: 60px 0;
	}

	.banner-bar .banner-content.term-cont h1 {
		font-size: 24px !important;
		line-height: 32px;
	}

	.home-abt-bar.manufa-unit .row-gape .manu-sec-row {
		margin-top: 60px;
	}

	.home-abt-bar.inner-abt-sec.manufa-unit {
		padding: 60px 0 30px !important;
	}

	.banker-block h3 {
		line-height: 30px;
		margin-bottom: 10px !important;
		font-size: 20px !important;
	}

	.banker-block {
		margin: 20px 0;
		border-radius: 0px;
		border: 1px solid #e5e5e5;
		padding: 15px 15px;
	}

	.banker-block h3 {
		line-height: 24px;
		margin-bottom: 15px !important;
		font-size: 18px !important;
	}
	
	/* Date 27-07-2024 */
	.magn-blk-outer {
		padding: 20px;
	}
	.product-name {
       font-size: 12px !important;
       padding: 8px 8px !important;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-bar {
		padding: 80px 0 60px;
	}

	.banner-bar .banner-content h1 {
		font-size: 24px !important;
		line-height: 32px;
		padding: 6px 10px !important;
		width: 300px !important;
		margin: 0 auto -20px !important;
	}

	.inner-contact-sec {
		padding: 60px 0 0px !important;
	}

	.inner-contact-sec .cont-left {
		padding-right: 30px !important;
	}

	.main-head {
		line-height: 32px !important;
		font-size: 25px !important;
	}

	.inner-contact-sec .cont-blk h5 {
		font-size: 12px !important;
		line-height: 20px;
		margin-bottom: 5px !important;
	}

	.inner-contact-sec .cont-blk h4 {
		font-size: 12px !important;
		line-height: 20px;
	}

	.banner-bar .abt-msg {
		padding: 20px 20px 15px !important;
	}

	.contact-form-height {
		height: 430px !important;
		margin-top: 0px !important;
	}

	.gallery-sec {
		padding: 50px 0 20px;
	}

	.download-sec {
		padding: 50px 0;
	}

	.home-abt-bar.inner-abt-sec {
		padding: 50px 0 !important;
	}

	.legal-sec {
		padding: 50px 0 !important;
	}

	.banker-sec {
		padding: 50px 0;
	}

	.banner-bar .banner-content.term-cont h1 {
		font-size: 20px !important;
		line-height: 27px;
	}

	.term-blk .main-head {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.term-blk .term-sub h4 {
		font-size: 16px !important;
		line-height: 24px;
	}

	.term-blk .term-sub {
		margin-bottom: 10px !important;
	}

	.home-abt-bar.manufa-unit .row-gape .manu-sec-row {
		margin-top: 50px;
	}

	.home-abt-bar.inner-abt-sec.manufa-unit {
		padding: 50px 0 20px !important;
	}

	.banker-block p {
		font-size: 14px !important;
		line-height: 28px;
	}

	.banker-block img {
		margin-bottom: 12px;
		max-width: 200px !important;
	}

	.banker-block {
		margin: 20px 0;
		border-radius: 0px;
		border: 1px solid #e5e5e5;
		padding: 15px 15px;
	}

	.banker-block h3 {
		line-height: 24px;
		margin-bottom: 15px !important;
		font-size: 18px !important;
	}

	/* Date 26-11-2021 */
	.flip-box-back {
		padding: 30px 10px 20px !important;
	}

	.flip-box-back p {
		font-size: 13px !important;
		line-height: 24px !important;
		letter-spacing: 1.2px;
	}

	.flip-box-front img {
		max-width: 100%;
		height: 250px;
	}

	.download-col {
		margin-bottom:30px !important;
	}
	.mang-block-text.other-mem {
		margin-bottom:30px;
	}
	
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.banner-bar {
		padding: 60px 0 50px;
	}

	.banner-bar .banner-content h1 {
		font-size: 18px !important;
		line-height: 24px;
		padding: 6px 10px !important;
		width: 250px !important;
		margin: 0 auto -20px !important;
	}

	.location {
		margin: 10px auto 5px !important;
	}

	.location li a {
		font-size: 14px;
	}

	.inner-contact-sec {
		padding: 40px 0 0px !important;
	}

	.inner-contact-sec .cont-left {
		padding-right: 0px !important;
		padding-bottom: 20px !important;
	}

	.main-head {
		line-height: 32px !important;
		font-size: 25px !important;
	}

	.inner-contact-sec .cont-blk h5 {
		font-size: 14px !important;
		line-height: 24px;
		margin-bottom: 5px !important;
	}

	.inner-contact-sec .cont-blk h4 {
		font-size: 14px !important;
		line-height: 24px;
	}

	.gape-form {
		margin-top: 0px !important;
	}

	.inner-contact-sec .cont-form {
		padding: 20px 0px;
		margin-bottom: 0px !important;
	}

	.m-no-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner-bar .abt-msg {
		padding: 20px 20px 15px !important;
	}

	.contact-form-height {
		height: 430px !important;
		margin-top: 0px !important;
	}

	.gallery-sec {
		padding: 40px 0 20px;
	}

	.download-sec {
		padding: 40px 0;
	}

	.home-abt-bar.inner-abt-sec {
		padding: 40px 0 !important;
	}

	.legal-sec {
		padding: 40px 0 !important;
	}

	.legal .product {
		margin: 0 0 30px;
	}

	.legal .product.last {
		margin: 0 0 0px;
	}

	.banker-sec {
		padding: 40px 0;
	}

	.banker-block p {
		font-size: 13px !important;
		line-height: 26px;
	}

	.banner-bar .banner-content.term-cont h1 {
		font-size: 18px !important;
		line-height: 24px;
	}

	.term-blk .main-head {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.term-blk .term-sub h4 {
		font-size: 16px !important;
		line-height: 24px;
	}

	.term-blk .term-sub {
		margin-bottom: 10px !important;
	}

	/* Date 19-07-2021 */
	.inner-abt-sec.inner-abt-sec2 .msg-blk {
		padding: 10px 15px 10px;
		min-height: 1px;
		margin-bottom: 30px;
	}

	.inner-abt-sec.inner-abt-sec2 .msg-blk h2 {
		font-size: 20px !important;
		line-height: 27px !important;
		margin-bottom: 10px !important;
	}

	.home-abt-bar .home-img-col::after {
		bottom: -30px;
		right: -30px;
		width: 70px;
		height: 70px;
		z-index: -1;
		background-size: 100%;
	}

	.home-abt-bar .home-img-col {
		float: left;
		width: calc(100% - 20px);
	}

	/* DAte 19-07-2021 */
	.banner-bar .banner-content.manu-plant h1 {
		font-size: 18px !important;
		line-height: 24px;
		width: 265px !important;
	}

	.banner-bar .banner-content.manu-plant .location li a {
		font-size: 13px;
	}

	.home-abt-bar.inner-abt-sec.manufa-unit {
		padding: 40px 0 20px !important;
	}

	.home-abt-bar.manufa-unit .row-gape .home-img-col {
		float: left;
	}

	.legal-sec .gnp-heading {
		margin-bottom: 20px;
	}

	.banker-block {
		margin-bottom: 30px;
		padding: 20px 15px;
	}

	footer .m-margin {

		padding-top: 20px !important;
	}

	.banker-block h3 {
		line-height: 24px;
		margin-bottom: 10px !important;
		font-size: 18px !important;
	}

	/* Date 26-11-2021 */
	.flip-box-back {
		padding: 20px 10px 20px !important;

	}

	.flip-box {
		margin-bottom: 40px !important;
	}

	/* 31-05-2022 */
	.user-nav-outer {
		display: block;
	}
	.compl-gape{
		margin-top:40px;
	}
	.download-col {
		margin-bottom:30px;
		min-height:1px;
    }
	.magn-blk-outer {
		padding: 20px 15px;
		margin-bottom:30px;
    }
	.magn-blk-outer .mang-block-text {
		padding: 15px 0px 0 0;
	}
	.mang-block-text.other-mem {
        padding: 20px 15px;
		margin-bottom:30px;
	}
	.convenience-message h4 {
		font-size: 18px !important;
		line-height: 25px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.convenience-message.policy-sec h4 {
		margin-bottom: 10px !important;
	}
}