/*designed and css by aneesh     www.aneeshcreaticx.com*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Handlee');
 @import url(../css/font-awesome.css);
 @import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/bootstrap.min.css);
@import url(../css/buttons.css);
body {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	background: #fff;
	overflow: hidden;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	width: 100%;
}
p {
	line-height: 21px;
	width: 100%;
	font-size: 14px;
}
a {
	text-decoration: none !important;
	color: #faac29;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}
a:hover {
	text-decoration: none !important;
	color: #bc7907;
}
ul {
	padding: 0;
	margin: 0;
}
.p0 {
	padding: 0 !important;
}
.m0 {
	margin: 0 !important;
}
fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	padding: 0 7.5px 0 0;
}
.pl {
	padding: 0 0 0 7.5px;
}
.mrgn10 {
	margin: 10px 0px 20px 0px
}
.mrgn30 {
	margin: 30px 0px
}
.mrgnbtm20 {
	margin-bottom: 20px
}
.mrgn50 {
	margin-top: 24px;
}


.mrgn25 {
	margin-top: 25px;
}


.mrgn20 {
	margin: 20px 0px;
}

/*  body scroll STYLE 3 */
#style-3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #000030;
}
 #style-3::-webkit-scrollbar {
 width: 6px;
 background-color: #ffac14;
}
 #style-3::-webkit-scrollbar-thumb {
 background-color: #ffac14;
}
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 51px;
	right: 7px;
	display: none;
	text-indent: -9999px;
	z-index: 99999;
	background: url(../images/arrow.png) no-repeat;
}
.floating {
	float: left;
	animation-name: Floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes Floating {
0% {
transform:translate(0px, 0px);
}
65% {
transform:translate(0px, 15px);
}
100% {
transform:translate(0px, 0px);
}
}
.scaling {
	float: left;
	animation-name: scale;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes scale {
0% {
transform:scale(0.9);
}
65% {
transform:scale(1);
}
100% {
transform:scale(0.9);
}
}
*:focus {
	outline: none !important;
}
.reset {
	clear: both;
}
.buttoncentre {
	margin: 0 auto !important;
}
.petrofuel {
	left: 0;
	top: 15%;
	right: 0;
	width: 65%;
	margin: auto;
	position: absolute;
	text-align: center;
	z-index: 55;
}
.certification {
	left: 0;
	top: 15%;
	right: 0;
	width: 100px;
	position: fixed;
	text-align: center;
	z-index: 5555;
}
.md-content {
	background: #fff;
	position: relative;
	height: 100%;
	border-radius: 0;
	margin: 0 auto;
}
.md-close {
	right: 15px;
	overflow: hidden;
	color: white;
	position: absolute;
	border: none;
	font-size: 25px;
	background: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-close:hover {
	transform: rotate(90deg)
}
.md-modal .md-close {
	top: 15px;
}
.menu {
	top: 0;
	right: 10px;
	padding: 10px;
	position: fixed;
	z-index: 555;
	font-size: 36px;
	color: #ffc107;
	cursor: pointer;
}
.heading {
	background: #00007e;
	width: 100%;
	position: fixed;
	height: 10vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.menulink {
	height: 75vh;
	position: absolute;
	width: 100%;
	top: 10vh;
}
.accordion {
	width: 100%;
	max-width: 360px;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 12px 15px 13px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	/*  border-bottom: 1px solid #ffffff26;*/
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li {
	list-style: none;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #eeb409;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #eeb409;
}
.accordion li.open i {
	color: #eeb409;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion li.default .submenu {
	display: block;
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #eeb409;
	font-size: 14px;
}
.submenu li {
	border-bottom: 1px solid #4b4a5e;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #0f0e9f;
	padding: 12px;
	padding-left: 28px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu a:hover {
	background: #c7980a;
	color: #FFF;
}
.welcome {
	background: url(../images/aboutbg.jpg) no-repeat right center fixed #f6f6f7;
	padding: 100px 0px;
}
.welcome h1, .service h1, .clients h1 {
	color: #0f0e9f;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.welcome h2, .service h2, .clients h2 {
	color: #403c3c;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	font-style: italic
}
.welcome p {
	text-align: center;
	margin: 30px 0px;
}
.fuels {
	font-weight: 400;
}
.colorborder {
	background: #ccc none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 200px;
	margin: 2px auto;
}
.colorborder::after {
	background: #fdc900 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 60px;
	top: -1px;
}
/*service*/

.service {
	background: url(../images/servicebg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0px;
}
.service_bg {
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 3px solid #0f0e9f;
	padding: 40px 20px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.service_bg:hover {
	background: rgba(255, 255, 255, 0.86);
	-webkit-box-shadow: 0px 0px 52px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 52px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 52px -11px rgba(0,0,0,0.75);
}
.service_bg p {
	margin-bottom: 20px;
	display: -webkit-box;
	height: 65px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service_bg h2 {
	text-align: center;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
	font-family: 'Lato', sans-serif;
}
.service_icon {
	padding: 20px 0px;
}
.service_icon i {
	color: #0f0e9f;
	font-size: 80px;
}
.service_icon:hover {
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/*products*/
.products {
	background: url(../images/products_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0px;
}
.sec-title {
	position: relative;
	margin-bottom: 24px;
}
.sec-title h2 {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.sec-title h3 {
	color: #FFF;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	font-style: italic;
}
.colorborder {
	background: #ccc none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 120px;
	margin: 2px auto;
}
.colorborder::after {
	background: #fdc900 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 60px;
	top: -1px;
}
.sec-title.text-left .colorborder {
	margin: 5px 0;
}
.sec-title.text-left .colorborder::after {
	left: 0;
	transform: translate(0%);
}
.sec-title.text-left h2 {
	margin-bottom: 10px;
}
/*products*/
.snip1369 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fdd600;
	text-align: left;
	color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	font-size: 16px;
}
.snip1369 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.snip1369 > img, .snip1369 .image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	max-width: 100%;
}
.snip1369 > img {
	vertical-align: top;
	position: relative;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	opacity: 0.6;
}
.snip1369 figcaption, .snip1369 .image {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.snip1369 .image {
	position: absolute;
	top: 0;
	bottom: 25%;
	right: 0;
	left: 0;
	overflow: hidden;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.snip1369 .image img {
	position: absolute;
	top: 0;
}
.snip1369 figcaption {
	position: absolute;
	top: 75%;
	bottom: 46px;
	left: 20px;
	right: 20px;
	padding-top: 20px;
	z-index: 1;
}
.snip1369 h3, .snip1369 p {
	margin: 0;
}
.snip1369 h3 {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
}
.snip1369 p {
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	opacity: 0;
}
.snip1369 .read-more {
	display: block;
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	line-height: 48px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 20px;
	color: #ffffff;
	right: 0;
	bottom: 0;
	font-weight: 500;
	position: absolute;
	font-family: 'Lato', sans-serif;
}
.snip1369 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.snip1369:hover .read-more, .snip1369.hover .read-more, .snip1369:hover figcaption, .snip1369.hover figcaption {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.snip1369:hover figcaption, .snip1369.hover figcaption, .snip1369:hover .image, .snip1369.hover .image {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1369:hover figcaption, .snip1369.hover figcaption {
	top: 50%;
}
.snip1369:hover .image, .snip1369.hover .image {
	bottom: 50%;
}
.snip1369:hover p, .snip1369.hover p {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/*news_quick contact*/

#welcome {
	background: #d2ad43;
	padding-bottom: 20px;
	padding-top: 20px;
}
.myimg {
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: absolute;
}
.red-section {
	background-color: #f9f9f9;
}
.section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 0 !important;
	z-index: 100;
}
.nopadding {
	padding: 0;
}
.welcome_container {
	padding: 0px 30px 0px 20px;
	text-align: justify;
}
.sec-title2 {
	position: relative;
	margin-bottom: 24px;
}
.sec-title2 h2 {
	color: #0f0e9f;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.sec-title2 h3 {
	color: #403c3c;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	font-style: italic;
}
.sec-title2.text-left .colorborder {
	margin: 5px 0;
}
.sec-title2.text-left .colorborder::after {
	left: 0;
	transform: translate(0%);
}
.sec-title2.text-left h2 {
	margin-bottom: 10px;
}
.date {
	background-color: #eeb409;
	border-radius: 50%;
	display: table;
	height: 60px;
	width: 60px;
}
.date span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 300;
}
.red-section h4 {
	text-align: left;
	color: #000;
	font-family: 'Lato', sans-serif;
	margin: 10px 0px
}
.red-section h5 {
	text-align: left;
	color: #0f0e9f;
	font-family: 'Lato', sans-serif;
	margin: 10px 0px;
	font-size: 24px;
	font-weight: 600
}
.login-field {
	border: #0f0e9f 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 100%;
	color: #0f0e9f;
	background: none;
	padding: 10px 0;
	margin-bottom: 42px;
	font-size: 13px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #0f0e9f;
 opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #0f0e9f;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #0f0e9f;
}
.curve-3 {
	width: 10%;
	position: relative;
	float: right;
	margin: -120px 0 0 50px;
	z-index: 1;
}
.awardbg {
	background: url(../images/awardbg.jpg) repeat bottom center;
	padding: 40px 0px
}
.award_icon {
	padding: 20px 0px;
}
.award_icon i {
	color: #eeb409;
	font-size: 64px;
}
.awardbg h3 {
	color: #fff;
	font-size: 50px;
	font-style: italic;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-shadow: 2px 2px 11px rgb(4, 4, 4);
}
.awardbg h4 {
	color: #fff;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 11px rgb(4, 4, 4);
}
.clients {
	background: url(../images/client_bg.jpg) no-repeat left center #f4ce5f;
}
.client {
	padding: 80px 0px
}
.testi-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #FFF;
}
.clients h3 {
	color: #000;
	font-size: 14px;
	margin: 8px 0px;
	font-weight: 500;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.news {
	background: #0f0e9f;
	padding: 80px 30px;
}
.sec-title3 h2 {
	color: #fff;
	font-size: 30px;
	text-align: left;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-style: normal;
}
.sec-title3 h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	font-style: italic;
}
.sec-title3.text-left .colorborder {
	margin: 5px 0;
}
.sec-title3.text-left .colorborder::after {
	left: 0;
	transform: translate(0%);
}
.sec-title3.text-left h2 {
	margin-bottom: 10px;
}
.news h3 {
	color: #e3e0e0;
	font-size: 18px;
	text-align: left;
	font-weight: 600
}

.news h3 small{ color: #f4ce5f; margin-left:5px;}


.news p {
	color: #FFF;
	display: -webkit-box;
	height: 45px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 0;
}
.readmore {
	color: #eeb409;
}
.readmore:hover {
	color: #fbe7ad;
}
.newsbg {
	padding-bottom: 20px;
	border-bottom: 1px solid #4241ad;
}
.marquescroll {
	position: relative;
	width: 100%;
	height: 342px;
	overflow: hidden;
	margin: 20px 0px
}
.colorborder2 {
	background: #000000 none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 120px;
	margin: 2px auto;
}
.colorborder2::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 60px;
	top: -1px;
}
.footer {
	background: url(../images/footerbg.jpg) center no-repeat #4b545b;
	padding: 80px 0px 30px;
	background-size: cover
}
.footer p {
	color: #b1b9c1;
	text-align: justify;
	padding: 15px 0px
}
.footer h4 {
	text-align: left;
	color: #f8f5f5;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.footer h4::after {
	content: '';
	display: block;
	width: 40px;
	border-bottom: 2px solid #ffdd00;
	margin-top: 6px;
}
.quicklink {
	font-family: 'Lato', sans-serif;
	color: #b1b9c1;
	margin-left: 0px !important;
	line-height: 24px;
	margin-top: 20px;
}
.quicklink a {
	color: #b1b9c1;
}
.quicklink a:hover {
	color: #7b8085;
}
.quicklink i {
	color: #eeb409;
	padding-right: 5px;
}
.footer-contact {
	position: relative;
	padding-right: 10px;
	float: left;
	text-align: left;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
}
.footer-contact ul {
	position: relative;
	z-index: 3;
}
.footer-contact ul li {
	position: relative;
	padding-left: 25px;
	color: #b1b9c1;
	line-height: 22px;
	padding-top: 3px;
}
.footer-contact ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 18px;
	color: #eeb409;
}
.footer-contact ul {
	padding: 0;
	margin: 0;
}
.footer-contact ul li {
	list-style: none;
}
a.effect-underline:after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%;
	border-bottom: 1px solid;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
a.effect-underline:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*social icon*/
.demopadding {
	width: 140px;
	text-align: center;
}
.icon {
	position: relative;
	text-align: center;
	width: 0px;
	height: 0px;
	padding: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
}
.icon i {
	font-size: 20px;
	position: absolute;
	left: 9px;
	top: 10px;
}
.icon.social {
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: #6d6e71;
	color: #262626;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.icon.social:hover {
	background: #262626;
	color: #6d6e71;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
	filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
}
.icon.social.fb i {
	left: 13px;
	top: 10px;
}
.icon.social.tw i {
	left: 11px;
}
.icon.social.in i {
	left: 11px;
}
.footerlast {
	margin-top: 60px;
	border-top: 1px solid #5a5f65;
	padding-top: 30px;
}
.ftr {
	color: #b1b9c1;
}
.ftr a {
	color: #b1b9c1;
}
.ftr a:hover {
	color: #ffdd00;
}
.mobheader {
	display: none
}
/*innerpage*/

.inner_header {
	background: #FFF;
	height: 66px;
}
.innerbanner {
	width: 100%;
	padding: 65px 0px
}
.inner_container p{ text-align:justify; }
.aboutbg {
	background: url(../images/innerbanner.jpg);
	background-size: cover;
}
.productbg {
	background: url(../images/productsbanner.jpg);
	background-size: cover;
}
.servicebanner {
	background: url(../images/servicebanner.jpg);
	background-size: cover;
}
.partnerbanner {
	background: url(../images/partnerbanner.jpg);
	background-size: cover;
}
.annualreportbanner {
	background: url(../images/annualreportbanner.jpg);
	background-size: cover;
}
.codeofcoductbanner {
	background: url(../images/codeofcoductbanner.jpg);
	background-size: cover;
}
.announcementbanner {
	background: url(../images/announcementbanner.jpg);
	background-size: cover;
}
.awarenessbanner {
	background: url(../images/awarenessbanner.jpg);
	background-size: cover;
}
.tipsbanner {
	background: url(../images/tipsbanner.jpg);
	background-size: cover;
}
.publicinterestbanner {
	background: url(../images/publicinterestbanner.jpg);
	background-size: cover;
}
.careerbanner {
	background: url(../images/careerbanner.jpg);
	background-size: cover;
}
.contactbanner {
	background: url(../images/contactbanner.jpg);
	background-size: cover;
}
.csrbanner {
	background: url(../images/csrbanner.jpg);
	background-size: cover;
}
.gallerybanner {
	background: url(../images/gallerybanner.jpg);
	background-size: cover;
}

.newsbanner{
	background: url(../images/newsbanner.jpg);
	background-size: cover;
}



.innerbanner h2 {
	float: left;
	color: #FFF;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	width: auto;
	text-transform: uppercase
}
.reveal-text, .reveal-text::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}
.reveal-text {
	position: relative;
	font-size: 10vw;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-animation-name: reveal-text;
	animation-name: reveal-text;
	color: #FFF;
	white-space: nowrap;
	cursor: default
}
.reveal-text::after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffac14;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
	-webkit-animation-name: revealer-text;
	animation-name: revealer-text;
}
 @-webkit-keyframes reveal-text {
 from {
 -webkit-clip-path: inset(0 100% 0 0);
 clip-path: inset(0 100% 0 0);
}
to {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
}
 @keyframes reveal-text {
 from {
 -webkit-clip-path: inset(0 100% 0 0);
 clip-path: inset(0 100% 0 0);
}
to {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
}
 @-webkit-keyframes revealer-text {
 0%, 50% {
 -webkit-transform-origin: 0 50%;
 transform-origin: 0 50%;
}
 60%, 100% {
 -webkit-transform-origin: 100% 50%;
 transform-origin: 100% 50%;
}
 60% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 100% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
}
 @keyframes revealer-text {
 0%, 50% {
 -webkit-transform-origin: 0 50%;
 transform-origin: 0 50%;
}
 60%, 100% {
 -webkit-transform-origin: 100% 50%;
 transform-origin: 100% 50%;
}
 60% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 100% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
}
.inner_container {
	padding: 60px 0px;
}
.innerheading {
	margin-bottom: 30px;
}
.innerheading p {
	font-size: 20px;
	text-align: center;
	font-family: 'Handlee', cursive;
	line-height: 28px;
}
.inner_container h4 {
	text-align: left;
	color: #0f0e9f;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.inner_container h4::after {
	content: '';
	display: block;
	width: 40px;
	border-bottom: 2px solid #ffdd00;
	margin: 6px 0px 12px 0px;
}
.textjustify {
	text-align: justify
}
.fuel {
	color: #0f0e9f;
	font-size: 18px;
	font-weight: 700
}
.innerlink {
	font-family: 'Lato', sans-serif;
	color: #000;
	margin-left: 0px !important;
	line-height: 24px;
	margin-top: 10px;
}
.innerlink i {
	color: #eeb409;
	padding-right: 5px;
}
.inner_container h5 {
	text-align: left;
	color: #4c555c;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.management {
	background: #f3f3f3;
	padding: 40px 0px;
	margin-top: 30px;
	box-shadow: 0 8px 6px -6px #0000008a;
}
.management h3 {
	text-align: center;
	font-size: 28px;
	color: #0f0e9f
}
/*innerpage*/

.teamname {
	width: 140px;
	height: 140px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #FFF;
}
.management P {
	text-align: center;
	padding: 0px 30px
}
.management h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #0f0e9f;
	font-family: 'Lato', sans-serif;
	margin: 10px 0px
}
.management h6 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	margin: 10px 0px;
	color: #eeb409;
}
/*HOVER*/

figure.snip1084 {
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: 100%;
	background: #000000;
	text-align: center;
}
figure.snip1084 * {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
figure.snip1084 img {
	opacity: 1;
	width: 100%;
}
figure.snip1084 figcaption {
	top: 50%;
	left: 40px;
	right: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
figure.snip1084 figcaption h2 {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0px 0px 16px rgb(0, 0, 0);
	-webkit-transform: translateY(75%);
	transform: translateY(75%);
}
figure.snip1084 figcaption h2 span {
	font-weight: 800;
	font-size: 22px;
}
figure.snip1084 figcaption p {
	font-size: 0.9em;
	font-weight: 500;
	opacity: 0;
	margin: 0;
	    text-align: center;
}
figure.snip1084:before, figure.snip1084:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}
figure.snip1084:before {
	border-top: 1px double #fff;
	border-bottom: 1px double #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
figure.snip1084:after {
	border-right: 1px double #fff;
	border-left: 1px double #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
figure.snip1084 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
figure.snip1084.red {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0e9f+0,eeb409+100 */
	background: #0f0e9f; /* Old browsers */
	background: -moz-linear-gradient(top, #0f0e9f 0%, #eeb409 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0f0e9f 0%, #eeb409 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0f0e9f 0%, #eeb409 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0e9f', endColorstr='#eeb409', GradientType=0 ); /* IE6-9 */
}
figure.snip1084:hover img, figure.snip1084.hover img {
	opacity: 0.2;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.snip1084:hover figcaption h2, figure.snip1084.hover figcaption h2, figure.snip1084:hover figcaption p, figure.snip1084.hover figcaption p {
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
figure.snip1084:hover:before, figure.snip1084.hover:before, figure.snip1084:hover:after, figure.snip1084.hover:after {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*second*/

figure.snip1190 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	background: #000000;
	text-align: center;
}
figure.snip1190 * {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
	opacity: 0.8;
	width: 100%;
}
figure.snip1190 figcaption {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
figure.snip1190 h2 {
	font-weight: 400;
	left: 0;
	font-size: 20px;
	right: 0;
	letter-spacing: -1px;
	margin: 0 auto;
	position: absolute;
	text-transform: uppercase;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
figure.snip1190 h2 span {
	font-weight: 800;
}
figure.snip1190 p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	    text-align: center;
	top: 50%;
	opacity: 0;
	font-size: 14px;
	-webkit-transform: translateY(-20%) scale(0.7);
	transform: translateY(-20%) scale(0.7);
}
figure.snip1190 .square {
	height: 78px;
	width: 78px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
figure.snip1190 .square:before, figure.snip1190 .square:after, figure.snip1190 .square div:before, figure.snip1190 .square div:after {
	background-color: #ffffff;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
figure.snip1190 .square:before, figure.snip1190 .square:after {
	width: 65%;
	height: 2px;
}
figure.snip1190 .square div:before, figure.snip1190 .square div:after {
	width: 2px;
	height: 65%;
}
figure.snip1190 .square:before, figure.snip1190 .square div:before {
	left: 0;
	top: 0;
}
figure.snip1190 .square:after, figure.snip1190 .square div:after {
	bottom: 0;
	right: 0;
}
figure.snip1190 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
figure.snip1190:hover img, figure.snip1190.hover img {
	opacity: 0.25;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.snip1190:hover h2, figure.snip1190.hover h2 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
figure.snip1190:hover p, figure.snip1190.hover p {
	opacity: 1;
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}
figure.snip1190:hover .square:before, figure.snip1190.hover .square:before {
	width: 38%;
}
figure.snip1190:hover .square div:before, figure.snip1190.hover .square div:before {
	height: 38%;
}
figure.snip1190:hover .square:after, figure.snip1190.hover .square:after {
	width: 55%;
}
figure.snip1190:hover .square div:after, figure.snip1190.hover .square div:after {
	height: 55%;
}
/*HOVER*/


/*news*/

.innernewsbg {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
}
.location-address {
	position: relative;
	font-family: 'Roboto', sans-serif;
	padding-right: 10px;
	text-align: left;
}
.location-address ul {
	position: relative;
	z-index: 3;
}
.location-address ul li {
	position: relative;
	padding-left: 14px;
	color: #1b1a1a;
	line-height: 24px;
	font-size: 13px;
}
.location-address ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #da251c;
}
.location-address ul li strong {
	width: auto;
	padding-right: 10px;
}
.location-address ul {
	padding: 0;
	margin: 0;
}
.location-address ul li {
	list-style: none;
}
.requirememts {
	background: #fedc00;
	padding: 5px;
	color: #211f1f;
	display: inline-block;
	margin-bottom: 20px;
}
.position {
	font-style: italic;
	font-weight: 400;
	color: #fff;
}
/*career*/
.resumes {
	background: url(../images/careeruploader_bg.png) repeat;
	padding: 20px;
	overflow: auto;
	-webkit-box-shadow: 0px 21px 26px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 21px 26px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 21px 26px 0px rgba(0,0,0,0.17);
}
.pm-form-textfield {
	border: 1px solid #e1e1e1;
	padding: 10px 13px;
	width: 100%;
	margin-top: 10px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF) );
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pm-form-textfield:focus {
	outline: none;
	border: 1px solid #353895;
}
.pm-form-textfield.invalid_field {
	border: 1px solid red;
}
.pm-form-textfield:focus, .pm-form-textarea:focus {
	background-color: rgba(50, 36, 98, 0.25);
	background-image: none;
	color: #fff;
}
.pm-form-textarea {
	border: 1px solid #e1e1e1;
	padding: 10px 13px;
	width: 100%;
	margin-top: 10px;
	min-height: 150px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0, #F7F7F7), color-stop(1, #FFFFFF) );
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pm-form-textarea:focus {
	outline: none;
}
.resume {
	margin: 20px 0px 10px 0px;
}
.upload {
	text-align: left;
	font-size: 16px;
	color: #da251c;
	font-weight: 600;
	margin-bottom: 10px;
}
label[for="file-input"] {
	display: block;
	font-size: 1em;
	color: #fff;
	opacity: .9;
	font-weight: bold;
}
input[type="file"] {
	cursor: pointer !Important;
}
input[type="file"]::-webkit-file-upload-button {
 background: #0f0e9f;
 border: 0;
 padding: 1em 2em;
 cursor: pointer;
 color: #fff;
 border-radius: .2em;
}
input[type="file"]::-ms-browse {
 background: #E62163;
 border: 0;
 padding: 1em 2em;
 cursor: pointer;
 color: #fff;
 border-radius: .2em;
}
.contact {
	background: #0f0e9f;
	padding: 20px;
}
.contactform {
	background: #f9f8f8;
	padding: 20px;
	margin-left: -20px;
	margin-top: 40px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.29);
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.29);
}
.map {
	width: 100%;
	height: 400px;
}
.innercontact {
	background: #CCC;
	padding: 20px;
	overflow: auto
}
.about-banner-text .breadcrumb {
	background-color: rgb(48, 51, 132);
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 5px 10px;
	font-weight: 400;
	float: right;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px
}
.about-banner-text .breadcrumb li {
	margin: 0 8px;
	display: inline
}
.about-banner-text .breadcrumb li.active {
	color: #eeb409;
}
.about-banner-text .breadcrumb li a {
	color: #fff;
}
.about-banner-text .breadcrumb li a:hover {
	color: #eeb409;
}
.about-banner-text .breadcrumb > li + li::before {
	color: #fdfd00;
	padding: 0 10px 0 0;
}
.textjustify p {
	text-align: justify
}
.inner-contact {
	position: relative;
	padding-right: 10px;
	float: left;
	text-align: left;
}
.inner-contact ul {
	position: relative;
	z-index: 3;
}
.inner-contact ul li {
	position: relative;
	padding-left: 25px;
	color: #48484a;
	line-height: 22px;
	padding-top: 3px;
}
.inner-contact ul li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	color: #eeb409;
}
.inner-contact ul {
	padding: 0;
	margin: 0;
}
.inner-contact ul li {
	list-style: none;
}
.inner__contact__bg {
	background: #0f0e9f;
	padding: 30px;
	overflow: auto
}
.contact_dtl_block {
	background: url(../images/logo-contact.png) no-repeat right bottom rgba(255, 255, 255, 0.8);
	border: 1px solid #dcdcdc;
	padding: 20px;
	overflow: auto;
	border-radius: 6px;
	box-shadow: 0 10px 0px rgba(0, 0, 0, 0.15);
}
.contact_dtl_block:hover {
	box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
}
.imgmrgn {
	margin: 10px 0px;
}
.newsdate {
	font-size: 14px;
	text-align: left;
	margin: 10px 0px;
}
.gallerybg {
	background: #0f0e9f;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	padding: 10px;
	overflow: auto;
}
.snip1520 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #0f0e9f; /* Old browsers */
	background: -moz-linear-gradient(left, #0f0e9f 0%, #eeb409 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0f0e9f 0%, #eeb409 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0f0e9f 0%, #eeb409 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0e9f', endColorstr='#eeb409', GradientType=1 );
}
.snip1520 img, .snip1520:before, .snip1520:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.snip1520 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}
.snip1520:before, .snip1520:after {
	content: '';
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.snip1520:before {
	width: 60px;
	height: 1px;
	left: 0;
}
.snip1520:after {
	height: 60px;
	width: 1px;
	top: 100%;
}
.snip1520 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.snip1520:hover img, .snip1520.hover img {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	opacity: 0.5;
}
.snip1520:hover:before, .snip1520.hover:before, .snip1520:hover:after, .snip1520.hover:after {
	opacity: 1;
	top: 50%;
	left: 50%;
}

a.tm-logo {
    left: 0;
    top: 15px;
    width: 100%;
    margin: auto;
    position: absolute;
    text-align: left;
    z-index: 55;
    padding-right: 60px;
}
/*media query start*/


 @media only screen and (max-width: 992px) and (min-width: 768px) {
	 .petrofuel {
  top: 15%;
    width: 25%;}
	 
	 }


 @media (max-width: 768px) {
.sec-title3 h2 {
	font-size: 23px;
}
.welcome, .service, .products {
	padding: 30px 0px;
}
.awardbg {
	padding: 20px 0px;
}
.mrgn50 {
	margin-top: 0px;
}
.award_icon {
	padding: 0px 0px;
}
.awardbg {
	background: #0f0e9f;
	padding: 40px 0px;
}
.mrgn30 {
	margin: 5px 0px;
}
.sec-title h2 {
	font-size: 30px;
}
.section {
	padding: 50px 0 !important;
}
.sec-title2 h2 {
	font-size: 28px;
}
.welcome_container {
	padding: 0px 0px 0px 0px;
}
.sec-title3 h2 {
	color: #fff;
	font-size: 20px;
}
.news {
	padding: 15px 30px;
}
.footer {
	padding: 30px 0px;
}
.client {
	padding: 30px 0px;
}
.pdng0m0bile {
	padding: 0;
}
.red-section h5 {
	font-size: 18px;
}
.login-field {
	margin-bottom: 10px;
}
.certification {
	display: none;
}
.contactform {
	margin-left: 0px;
	margin-top: 10px;
}
.textjustify {
	margin-top: 20px
}
.mobile-p0, .pl, .pr {
	padding: 0;
}
.innerbanner h2 {
	font-size: 24px;
}
.petrofuel {
  top: 15%;
    width: 25%;
}
.ftr {
    padding-top: 20px;
}
	a.tm-logo {
		position: relative;
		top: 0px;
		padding-right: 0px;
	}
	.tm-logo img {
		width: auto;
	}
	.footerlast {
		margin-top: 30px;
	}
}
 @media only screen and (max-width: 480px) {
.petrofuel {
	display: none;
}
.mobheader {
	width: 100%;
	height: 60px;
	background: #FFF;
	display: block
}
}
 @media(max-width: 500px) {
}
 @media (max-width:320px) {
}
