@charset "utf-8";
.debug,
.debug * {
	outline: red solid 1px
}

html {
	font-size: 100%
}

body {
	font-family: open sans, sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 1.5
}

.container-fluid {
	max-width: 1200px
}

.logo {
    width: auto !important;
    height: 62px !important;
}

@media screen and (max-width: 1024px){
.logo {
    width: auto !important;
    height: 43px !important;
}
}

h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px
}

h2 {
	color: #6e6e6e;
	font-size: 24px;
	font-weight: 600;
	margin: 15px 0
}

h3 {
	color: #aaa;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0
}

h4 {
	color: #202020;
	font-size: 18px;
	font-weight: 700;
	margin: 45px 0 15px
}

.bold,
strong,
b {
	font-weight: 700
}

a {
	color: #d34b0d
}

a:hover,
a:focus,
a:active {
	color: #af4211;
	text-decoration: none!important;
	outline: none
}

p {
	margin: 0 auto 18px
}

.text-shadow {
	text-shadow: #000 1px 1px 0
}

i {
	font-style: italic
}

.white {
	color: #fff
}

.col-md-4.col-380-width {
	width: 40%
}

.col-md-4.col-250-width {
	width: 30%
}


.col-md-6.col-445-width {
	width: 50%
}

.col-md-6.col-445-width {
	width: 50%
}





.col-md-4.col-260-width {
	width: 30%
}

textarea {
	resize: vertical
}

.text-green {
	color: #55a71e
}

ol {
	list-style: decimal
}

ol li {
	margin: 10px 0;
	padding: 0 0 0 16px
}

ul,
ul.no-list {
	list-style: none;
	margin: 0;
	padding: 0
}

ul li {
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 24px
}

ul li:before {
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #d34b0d;
	content: "\f046"
}

ul.no-list li {
	margin: 0;
	padding: 0
}

ul.no-list li:before {
	display: none;
	content: ''
}

.main-menu {
	background: #202020
}

.header-menu {
	text-transform: uppercase;
	display: block;
	width: 100%
}

.list-menu {
	font-size: 12px;
	position: relative;
	z-index: 2
}

.list-menu,
.list-menu li,
.list-menu,
.list-menu ul {
	list-style: none;
	margin: auto;
	padding: 0
}

.list-menu a {
	display: block;
	font-weight: 600;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.list-menu li {
	position: relative
}

.list-menu {
	display: block
}

.list-menu>li {
	float: left;
	overflow: visible
}

.list-menu>li>a {
	padding: 15px 10px;
	color: #fafafa;
	text-align: center
}

.list-menu>li>a:hover,
.list-menu>li.current-menu-item>a {
	background: #d34b0d
}

.list-menu>li.current-menu-ancestor>a,
.list-menu>li.current_page_parent>a {
	background: rgba(255, 255, 255, .1)
}

.list-menu>li ul {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fafafa;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .6)
}

.list-menu li:hover>ul {
	display: block;
	opacity: 1;
	-webkit-animation: submenu-hover linear 300ms;
	-o-animation: submenu-hover linear 300ms;
	animation: submenu-hover linear 300ms
}

.list-menu>li>ul {
	top: 100%;
	width: 200px;
	left: 50%;
	margin-left: -100px
}

.list-menu>li>ul:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border: transparent solid 6px;
	border-bottom-color: #fafafa
}

.list-menu>li>ul a {
	padding: 12px 6px;
	text-align: center;
	color: #d34b0d;
	border-bottom: #e6e3e3 solid 1px
}

.list-menu>li>ul a:hover,
.list-menu ul>li.current-menu-item>a {
	background: #d34b0d;
	color: #fafafa
}

.list-menu>li>ul li:last-child a {
	border-bottom: none
}

.list-menu li>ul li>ul {
	right: 0
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
	width: 165px
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	border-bottom: rgba(0, 0, 0, .2) solid 1px
}

@-webkit-keyframes submenu-hover {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0
	}
}

@-ms-keyframes submenu-hover {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0
	}
}

@-o-keyframes submenu-hover {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0
	}
}

@-moz-keyframes submenu-hover {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0
	}
}

@keyframes submenu-hover {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0
	}
}

.logo {
	width: 70%;
	height: auto
}

.sec-header-logo {
	margin-top: 12px
}

.header-icon {
	color: #f5c341;
	font-size: 18px
}

.header-contact-text p {
	font-size: 14px;
	font-weight: 700;
	color: #202020;
	margin: 0;
	margin-bottom: 3px
}

.header-contact-text p span i.header-phone-icon {
	padding: 5px 8px
}

.header-contact-text p span i {
	color: #202020;
	font-size: 14px;
	background-color: #f5c341;
	padding: 5px 6px;
	border-radius: 3px;
	margin-right: 8px
}

.header-contact-text a {
	color: #202020;
	font-size: 24px;
	font-weight: 400;
	background-color: #f5c341;
	border-radius: 5px;
	display: inline-block;
	padding: 1px 8px;
	margin-top: 10px
}











.header-contact-text2 a {
	color: #202020;
	font-size: 22px;
	font-weight: 700;
	background-color: #f5c341;
	border-radius: 5px;
	display: initial;
	padding: 1px 6px;
	margin-top: 1px
}
.header-contact-text2 p {
	font-size: 12px;
	font-weight: 700;
	color: #202020;
	margin: 0;
	margin-bottom: 0px
}



















.header-address {
	color: #202020;
	font-size: 12px;
	font-weight: 700;
	position: relative
}

.header-address .address-icon {
	background-color: #f5c341;
	font-size: 20px;
	padding: 6px 16px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 5px
}

.header-address .cin {
	color: #f5c341
}

.header-address .address-text {
	padding-left: 10px;
	display: inline-block;
	width: 83%;
	padding-left: 12px;
	padding-right: 20px
}

.header-address:after,
.header-contact-text:after {
	content: url(images/pipeline.png);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}

.header-contain {
	padding: 10px 0
}

.header-search input {
	background: url(images/search-sprite.png) no-repeat;
	background-position: 15px 2px;
	background-color: #373737;
	border: 0;
	padding: 0 0 0 45px;
	color: #fff;
	height: 48px
}

.header-search input:focus {
	background-position: 15px -47px;
	color: #202020;
	background-color: #f1f1f1
}

.main-slider {}

.main-slider .angle-link-left,
.main-slider .angle-link-right {
	position: absolute;
	top: 50%;
	font-size: 75px;
	line-height: 0;
	margin-top: -50px;
	color: #fff
}

.main-slider .angle-link-left {
	left: 20px
}

.main-slider .angle-link-right {
	right: 20px
}

#sequence {
	overflow: hidden
}

#sequence {
	position: relative;
	width: 100%;
	height: 410px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-family: sans-serif
}

#sequence .seq-canvas,
#sequence .seq-canvas>* {
	margin: 0;
	padding: 0;
	list-style: none
}

#sequence .seq-canvas {
	position: absolute;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	font-size: 0
}

#sequence .seq-canvas>* {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	white-space: normal;
	text-align: center;
	color: #fff;
	position: relative
}

#sequence .seq-canvas>li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.main-slider .content {
	position: absolute;
	bottom: 60px;
	right: 0;
	left: 0
}

.main-slider h2 {
	opacity: 0;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	font-size: 50px;
	font-family: dancing script;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, .6) 2px 2px 2px
}

.main-slider p {
	opacity: 0;
	color: #fff;
	margin-right: 90px;
	font-size: 14px;
	padding-right: 80px;
	display: inline-block;
	margin-top: 15px;
	background-color: rgba(0, 0, 0, .3);
	padding: 3px 15px
}

.btn-org a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background-color: #d34b0d;
	padding: 6px 10px;
	display: inline-block;
	vertical-align: middle
}

.btn-org:after {
	content: url(images/orenge-tr.png);
	display: inline-block;
	margin-top: -1px;
	vertical-align: middle
}

.main-slider .slide.seq-in h2 {
	opacity: 1;
	animation: slide-in-left 2s 1
}

.main-slider .slide.seq-in .btn-org {
	opacity: 1;
	animation: slide-in-left-delayed 3s 1
}

.main-slider .slide.seq-out h2,
.main-slider .slide.seq-out .btn-org {
	opacity: 1
}

@keyframes slide-in-left {
	0% {
		opacity: 0;
		transform: translate( 100px, 0px)
	}
	10% {
		opacity: 0;
		transform: translate( 100px, 0px)
	}
	100% {
		opacity: 1;
		transform: translate( 0px, 0px)
	}
}

@keyframes slide-in-left-delayed {
	0% {
		opacity: 0;
		transform: translate( 100px, 0px)
	}
	40% {
		opacity: 0;
		transform: translate( 100px, 0px)
	}
	100% {
		opacity: 1;
		transform: translate( 0px, 0px)
	}
}

.welcome {
	color: #202020;
	font-size: 15px;
	font-weight: 600
}

.welcome p {
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0 0
}

.welcome p span {
	font-weight: 700
}

.welcome-left {
	padding-top: 50px
}

.welcome-part-image img {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.445);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.452);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.452)
}

.welcome-part-images img {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.445);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.452);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.452)
}

.welcome-part-image {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;

}

.welcome-part-images {
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	width: 50%;
  }

p.smjk{
	text-align: center;
	color: #000;
	font-weight: 700;
} 

.special-heading {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0 auto
}

.special-heading.small-heading {
	font-size: 25px;
	text-align: center;
}

.special-heading.small-heading:before {
	font-family: fontawesome;
	color: #202020
}

.ntitle:before {
	content: "\f1ea";
	margin-right: 15px
}

.heading-bold {
	font-weight: 800
}

.base-color {
	color: #d34b0d
}

.btn-welcome-part {
	text-align: center;
	margin-top: 70px
}

.btn-welcome-part a {
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	width: 45%;
	font-size: 18px;
	background-color: #d34b0d;
	text-align: left;
	border-radius: 5px
}

.btn-welcome-part a i {
	background-color: #af4211;
	font-size: 24px;
	padding: 12px 18px;
	border-radius: 5px 0 0 5px;
	margin-right: 10px
}

.btn-welcome-part a.yellow {
	background-color: #f5c341;
	color: #202020
}

.btn-welcome-part a.yellow i {
	background-color: #c69f3a
}

.highlight {
	background: url(images/bg1.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	margin-bottom: 50px;
	padding: 20px 0 50px;
	text-align: center
}

.highlight-title {
	color: #fff;
	font-size: 26px;
	font-weight: 200;
	margin: 20px auto
}

.facilities-types {
	font-size: 113px;
	background-color: #f5c341;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	line-height: 195px;
	color: #202020;
	display: inline-block
}

.facilities-types img {
	height: 100px
}

.highlight-icon a {
	display: inline-block
}

h2.white {
	color: #fff;
	font-size: 50px;
	font-weight: 300
}

h2.white span {
	font-weight: 800;
	color: #d34b0d;
}

h2.black {
	color: rgb(0, 0, 0);
	font-size: 50px;
	text-align: center;
	font-weight: 300
}

h2.black span {
	font-weight: 800;
	color: #d34b0d;
}

p.amar {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}



.facilities-subtitle {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	margin-bottom: 50px
}

.message {
	text-align: center
}

.message-content {
	margin: 60px auto
}

.message-content p {
	padding: 20px 20px 10px;
	font-size: 16px;
	font-weight: 600
}

.message-content p a {
	font-weight: 700
}

.message-content p span {
	display: none
}

.message-content p a {
	color: #d34b0d
}

.name {
	padding: 0 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}

.designation {
	padding: 6px 20px
}

.beautiful-separator:after {
	content: url(images/saperator.png)
}

.quote-right {
	position: relative
}

.quote-right:after {
	position: absolute;
	top: -20px;
	right: -130px;
	content: "\f10e";
	font-family: fontawesome;
	color: #fceed2;
	font-size: 150px
}

.photo-gallery {
	background-image: url(images/photo-gallery-bg.jpg);
	background-position: center;
	background-repeat: no-repeat
}

.management {
	text-align: center;
	margin: 60px 0 90px
}

.brand {
	background: url(images/bg22.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 58px 0
}

.brand-title {
	font-size: 60px
}

.brand p {
	font-size: 14px
}

.btn-brand {
	background: #fff;
	padding: 10px 20px;
	color: #202020;
	display: inline-block;
	outline: none;
	margin: 40px auto;
	border: none;
	font-size: 14px;
	font-weight: 600
}

.btn-brand:hover {
	color: #202020
}

.sngl-img {
	height: 250px;
	width: 250px;
	display: inline-block
}

.sngl-img img {
	border-radius: 50%
}

.manage-slider {
	position: relative
}

.manage-slider .angle-link-left a {
	position: absolute;
	top: 25%;
	left: -60px;
	font-size: 94px;
	color: #6e6e6e
}

.manage-slider .angle-link-right a {
	position: absolute;
	top: 25%;
	right: -60px;
	font-size: 94px;
	color: #6e6e6e
}

.jcarousel-slider-pagination {
	margin-top: 50px
}

.jcarousel-slider-pagination a {
	margin-left: 5px;
	font-size: 18px;
	color: #202020;
	margin-right: 15px
}

.jcarousel-slider-pagination .active .fa-circle {
	color: #d34b0d
}

.managment-slider {
	margin-top: 90px
}

.sngl-name {
	color: #202020;
	font-size: 18px;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 3px
}

.sngl-post {
	color: #202020;
	font-size: 18px;
	font-style: italic
}

.sngl-edu {
	color: #f38724;
	font-size: 14px;
	font-weight: 600;
	margin-top: 8px
}

.line-image {
	margin: 40px auto 60px
}

.slider-part {
	background-image: url(images/main-slider2.jpg);
	background-size: cover;
	height: 410px
}

.news-ticker {
	margin-top: 20px
}

.news-ticker a {
	color: #202020;
	font-size: 18px;
	font-weight: 400
}

.news-ticker li {
	padding: 12px 0 12px 40px;
	position: relative
}

.news-ticker li:before {
	content: "\f0a1";
	font-family: fontawesome;
	font-size: 24px;
	margin-left: -40px;
	color: #202020;
	position: absolute
}

.news-details-link {
	border-top: #bcbcbc 1px solid;
	padding: 25px 0 50px;
	margin-left: -30px
}

.news-details-link a {
	color: #d34b0d;
	font-size: 16px;
	font-weight: 600
}

.doc-para.about-para {
	font-weight: 400
}

.header-stock,
.header-stock:hover,
.header-stock:focus,
.header-stock:active {
	display: block;
	font-size: 27px;
	color: #202020;
	font-weight: 800
}

.header-stock p {
	display: inline-block;
	margin: 0;
	margin-top: -3px
}

.header-stock p span {
	display: inline-block;
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	background-color: #f5c341;
	padding: 8px 15px;
	border-radius: 5px;
	margin-right: 8px
}



.footercinfo p  {
	display: block;
	color: #f0ebebe1;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}





.header-stock p span i {
	color: #202020;
	margin-right: 6px
}

.stock-change {
	vertical-align: middle
}

.header-stock p i {
	color: #f5c341
}

.header-stock .values {
	border-radius: 5px;
	display: inline-block;
	padding: 2px 5px;
	vertical-align: middle
}

.header-stock .values .change {
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	line-height: 13px
}

.change i {
	margin-right: 2px;
	display: none
}

.change i.fa-percent {
	display: inline-block;
	font-size: 10px
}

.value-red {
	background-color: #d34b0d
}

.value-green {
	background-color: #55a71e
}

.value-gray {
	background-color: #6e6e6e
}

.value-green i.fa-caret-up {
	display: inline-block;
	font-size: 14px
}

.value-green i.fa-caret-down {
	display: none
}

.value-red i.fa-caret-up {
	display: none
}

.value-red i.fa-caret-down {
	display: inline-block;
	margin: 0 4px 0 2px;
	font-size: 15px
}

.header-menu ul {
	margin-bottom: 0
}

.visible-icon,
.visible-menu {
	display: none
}

.output {
	padding-top: 10px;
	color: #f5c341
}

.output.fail {
	color: #d34b0d
}

.output.success {
	color: #55a71e
}

.h3amar {
	color: #55a71e;
	margin-top: 0mm;
	margin-bottom: 0mm;
	margin-right: 0mm;
	margin-left: 0mm;
	position: relative
}

@keyframes smooth-menu {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 6px);
		-moz-transform: translate(0, 6px);
		-ms-transform: translate(0, 6px);
		-o-transform: translate(0, 6px);
		transform: translate(0, 6px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-moz-keyframes smooth-menu {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 6px);
		-moz-transform: translate(0, 6px);
		-ms-transform: translate(0, 6px);
		-o-transform: translate(0, 6px);
		transform: translate(0, 6px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes smooth-menu {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 6px);
		-moz-transform: translate(0, 6px);
		-ms-transform: translate(0, 6px);
		-o-transform: translate(0, 6px);
		transform: translate(0, 6px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-o-keyframes smooth-menu {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 6px);
		-moz-transform: translate(0, 6px);
		-ms-transform: translate(0, 6px);
		-o-transform: translate(0, 6px);
		transform: translate(0, 6px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-ms-keyframes smooth-menu {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 6px);
		-moz-transform: translate(0, 6px);
		-ms-transform: translate(0, 6px);
		-o-transform: translate(0, 6px);
		transform: translate(0, 6px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.news-part {
	padding: 50px 0 0 30px;
	border-left: #bcbcbc 1px solid
}

.link-up {
	display: inline-block;
	margin: 0 10px 0 20px
}

.jcarousel-vertical-wrapper {
	overflow: hidden;
	height: 210px;
	padding: 10px
}

.jcarousel-vertical {
	position: relative;
	margin: 0;
	padding: 0
}

.jcarousel-vertical>li {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative;
	padding-left: 25px
}

.jcarousel-vertical>li:before {
	content: "\f15c";
	font-weight: 300!important
}

.jcarousel-vertical>li>* {
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #202020
}

.jcarousel-vertical .jcarousel-item {
	width: 100%
}

.footer {
	background: #202020
}

.footer-item {
	margin-top: 16px;
	margin-bottom: 16px
}

.copyright {
	background: #131313;
	color: #999;
	font-weight: 600;
	font-size: .8em;
	padding: 20px 0
}

.copyright a {
	color: #aaa
}

.copyright .provider-highlight {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.copyright a:hover .provider-highlight {
	color: #09f
}

.footer-logo {
	margin-top: 27px
}

.footer-menu {
	width: 50%;
	float: left
}

.footer-menu-list ul li {
	font-size: 12px
}

.footer-menu-list ul li a {
	display: inline-block;
	color: #f0ebebe1;
	font-weight: 600
}

.footer-menu-list ul li a:hover,
.footer-menu-list ul li a:hover:before {
	color: #d34b0d
}

.footer-menu-list ul li.di:before {
	color: #f0ebebe1
}

.footer-menu-list ul li.di.info:before {
	content: "\f05a"
}

.footer-menu-list ul li.di.lock:before {
	content: "\f023"
}

.footer-menu-list ul li.di.star:before {
	content: "\f005"
}

.footer-menu-list ul li.di.check:before {
	content: "\f05d"
}

.footer-menu-list ul li.di.case:before {
	content: "\f0b1"
}

.footer-menu-list ul li.di.phone:before {
	content: "\f095"
}

.footer-menu-list ul li.di.download:before {
	content: "\f019"
}

.footer-menu-list ul li.di.exclamation:before {
	content: "\f06a"
}

.footer-menu-list ul li.di.flash:before {
	content: "\f0f3"
}

.footer-menu-list ul li.di.comments:before {
	content: "\f0e6"
}

.footer-add {
	color: #6e6e6e;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px
}

.footer-add div {
	font-size: 14px;
	ont-weight: 400
}

.footer-add a {
	display: inline-block;
	font-size: 14px;
	color: #d34b0d;
	margin-top: 20px
}

.footer-add a i {
	margin-right: 10px
}

.footer-add p {
	margin-left: -20px
}

.footer-logo .cin-no {
	font-size: 12px;
	color: #6e6e6e;
	margin-top: 10px;
	font-weight: 700;
	text-align: left;
	color: #f0ebebe1;

	
	
}

.page-header-part,
.quarter-header-part {
	height: 300px;
	position: relative;
	background: #333 no-repeat center;
	background-size: cover
}

.company-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(50, 50, 50, .8)
}

.breadcrumb-text {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-top: 18px
}

.breadcrumb-text a {
	color: #fff;
	font-weight: 600;
	margin-right: 10px
}

.breadcrumb-text .itemListElement {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 120px
}

.breadcrumb-text i {
	margin-right: 10px
}

h3.heading i {
	margin-right: 10px
}

h3.heading i {
	margin-right: 10px
}

h3.heading {
	color: #6e6e6e;
	font-size: 22px;
	font-weight: 600;
	margin: 15px 0
}

h3.heading:before {
	content: "\f0c9";
	font-family: fontawesome;
	margin-right: 10px
}

.left-side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.left-side-menu ul li {
	font-size: 14px;
	font-weight: 400
}

.left-side-menu ul li a {
	color: #999
}

.left-side-menu ul li:before {
	content: "\f101";
	margin-left: 2px;
	color: #999
}

.left-side-menu ul li.active a,
.left-side-menu ul li.active:before,
.left-side-menu ul li:hover a,
.left-side-menu ul li:hover:before {
	color: #d34b0d
}

.left-side-menu {
	margin-bottom: 45px
}

.textual-para {
	text-align: justify
}

.textual-parabb {
	align-content: center;
}


.textual-para a {
	color: #202020;
	font-weight: 600;
	border-bottom: #f5c341 1px solid
}

.textual-para table a {
	color: #d34b0d;
	border-bottom: none
}

.textual-para h1,
.textual-para h2,
.textual-para h3,
.textual-para h4,
.textual-para h5,
.textual-para h6 {
	margin: 0 0 24px;
	padding-top: 16px;
	color: #202020
}

.textual-para p,
.textual-para ul,
.textual-para ol {
	margin: 0 0 24px
}

.textual-para ul {
	margin-left: 30px
}

blockquote {
	margin: 45px 0;
	border-left: #d34b0d 3px solid;
	padding-left: 35px
}

h2.crc {
	text-align: center;
	color: #d34b0d;
	font-weight: 800;
}

p.crc {
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: medium;
	
}

blockquote p {
	font-size: 18px;
	font-style: italic;
	color: #202020
}

blockquote footer {
	margin-top: 20px
}

cite {
	color: #202020;
	font-size: 18px;
	font-style: italic
}

cite span {
	font-weight: 600
}

cite a {
	color: #202020;
	font-weight: 600
}

cite a:hover {
	color: #202020
}

.container-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.container-menu ul li {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 0 5px 30px;
	color: #202020;
	position: relative
}

.container-menu ul li:before {
	content: "\f00c";
	font-family: fontawesome;
	margin-left: -25px;
	color: #55a71e;
	position: absolute
}

.container-menu ol {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 22px!important;
	color: #d34b0d
}

.container-menu ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
	color: #202020;
	float: none;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 0
}

.right-side {
	border-left: 1px solid #e6e3e3;
	padding-left: 20px
}

.gen-page-container {
	margin: 60px 0 80px
}

.input-box .error {
	-moz-box-shadow: #d34b0d 0 0 3px;
	-webkit-box-shadow: #d34b0d 0 0 3px;
	-o-box-shadow: #d34b0d 0 0 3px;
	-ms-box-shadow: #d34b0d 0 0 3px;
	box-shadow: #d34b0d 0 0 3px
}

.team-prsn-img {
	border: #f5c341 2px solid
}

h3.person-name {
	color: #202020;
	font-size: 26px;
	font-weight: 800;
	margin: 0
}

.social-link i {
	color: #6e6e6e;
	font-size: 28px
}

.social-link i:hover {
	color: #d34b0d
}

.position {
	color: #6e6e6e;
	font-size: 18px;
	font-style: italic;
	margin-top: 7px
}

.position i {
	margin-right: 15px
}

.education {
	margin-top: 3px;
	color: #6e6e6e;
	font-size: 16px
}

.education i {
	margin-right: 10px
}

.team-details .team-details-content {
	color: #202020;
	font-size: 14px;
	margin-top: 20px;
	text-align: justify
}

.ctrls {
	margin-top: 10px
}

.read {
	display: block
}

.read,
.read-link {
	color: #d34b0d;
	font-weight: 700
}

.read:hover,
.read-link:hover {
	color: #d34b0d
}

.unread {
	color: #d34b0d;
	font-weight: 700
}

.unread:hover {
	color: #d34b0d;
	font-weight: 700
}

.single-details {
	margin-bottom: 50px
}

.team-right-side {
	border-left: 1px solid #e6e3e3;
	padding-left: 20px;
	margin: 0
}

.doc-para {
	display: none
}

table {
	width: 100%
}

table,
.table-responsive {
	margin: 16px auto
}

table td,
th {
	border: 1px solid #e6e3e3;
	padding: 14px 4px;
	text-align: center
}

table th {
	background-color: #fafafa;
	font-weight: 700;
	color: #d34b0d
}

.table-responsive table {
	margin: auto
}

table .fa {
	font-size: 1.5em
}

.contact-header {
	height: 500px;
	width: 100%;
	position: relative
}

#map {
	height: 100%
}

.con-sub-part {
	color: #d34b0d;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px
}

.con-sub-part small {
	font-size: 14px;
	line-height: 18px
}

.sub-line {
	color: #999;
	font-size: 16px
}

.social-icon {
	margin: 20px 0 0
}

.social-icon a i {
	font-size: 30px;
	color: rgb(0, 0, 0)
}

.social-icon a {
	display: inline-block;
	background-color: #F5C341;
	height: 50px;
	width: 55px;
	line-height: 60px;
	margin-right: 10px;
	text-align: center
}

.social-icon a.fb:hover {
	background:#D6510D
}

.social-icon a.tw:hover {
	background: #55acee
}

.social-icon a.gp:hover {
	background: #dc4e41
}

.social-icon a.ln:hover {
	background: #0077b5
}

hr.diff {
	border-top: #e0e0e0 1px solid;
	margin: 20px 0 50px
}

.input-box {
	border: #dadada 1px solid;
	position: relative;
	margin: 15px 0
}

.input-box-clean {
	margin: 15px 0
}

.input-box-clean .captcha-reload {
	font-size: 12px;
	text-align: left
}

.input-box:before {
	font-family: fontawesome;
	position: absolute;
	height: 15px;
	width: 15px;
	font-size: 18px;
	color: #55a71e;
	text-align: center;
	line-height: 25px;
	top: 10px;
	left: 15px
}

.input-box.input-user:before {
	content: "\f007"
}

.input-box.input-address:before {
	content: "\f007"
}

.input-box.input-email:before {
	content: "\f0e0"
}

.input-box.input-phone:before {
	content: "\f095"
}

.input-box.input-edit:before {
	content: "\f044"
}

.input-box.input-commenting:before {
	content: "\f27b"
}

.input-text {
	width: 100%;
	border: 0;
	padding: 12px 12px 12px 40px;
	font-size: 16px
}

.input-box select {
	width: 100%;
	padding: 8px 12px 8px 16px;
	border: 0;
	font-size: 16px;
	vertical-align: middle
}

.contact-form {
	margin-top: 20px
}

.form-btn {
	margin-top: 15px
}

.btn-send {
	background-color: #55a71e;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: 0;
	padding: 12px 15px;
	margin-left: auto;
	display: block
}

.btn-send:hover,
.btn-send:focus,
.btn-send:active {
	color: #fff;
	outline: 0
}

.btn-send i {
	margin-right: 10px;
	font-size: 18px
}

#message {
	display: inline-block
}

.contact-container {
	margin: 40px 0
}

.contact-left-part {
	border-right: 1px solid #e6e3e3;
	padding-right: 50px
}

.add-icon i {
	color: #d34b0d;
	font-size: 24px
}

.comp-name {
	color: #202020;
	font-size: 18px;
	font-weight: 700
}

.comp-add {
	color: #202020;
	font-size: 18px;
	font-weight: 400
}

.m-b-10 {
	margin-bottom: 10px
}

.main-addres {
	margin: 30px 0 80px
}

.ufxd-combobox {
	width: 100%;
	border: #dadada 1px solid;
	padding: 12px 20px;
	font-size: 16px;
	margin: 15px 0
}

.firstHeading {
	font-size: 18px;
	color: #d34b0d;
	font-weight: 600;
	text-align: center
}

#iw-bodyContent {
	color: #202020;
	font-size: 14px;
	font-weight: 400;
	border-top: 1px solid #e6e3e3;
	padding-top: 10px;
	margin-top: 5px
}

#iw-content {
	width: 235px
}

.news .breadcrumb-text,
.news .breadcrumb-text a {
	color: #999;
	margin-top: 0
}

.news h2 {
	margin: 10px 0
}

.news {
	margin-top: 30px
}

.dtls {
	margin: 40px 0 50px
}

.left-details {
	margin-top: 20px;
	border-bottom: 1px solid #e6e3e3;
	padding-bottom: 20px
}

.news-details .left-details:last-child {
	border-bottom: none
}

.panel-title {
	color: #6e6e6e;
	font-size: 20px;
	font-weight: 400
}

.post-para {
	color: #202020;
	font-size: 16px;
	margin-top: 12px
}
.myimage {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.category {
	margin-top: 15px
}

.category a {
	color: #6e6e6e;
	font-size: 14px
}

.category a:after {
	content: '|';
	color: #e6e3e3;
	margin: 0 10px
}

.category a:last-child:after {
	content: ''
}

.cat-item a {
	display: inline-block
}

.category-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block
}

.category-list ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px
}

.category-list ul li a {
	display: inline-block;
	color: #6e6e6e;
	background-color: #e6e3e3;
	padding: 3px 8px;
	font-weight: 600;
	margin: 8px 5px 0 0;
	border-radius: 5px
}

.category-list ul li a:hover {
	background-color: #d34b0d;
	color: #fff
}

.news-img {
	border: 3px solid #f5c341;
	border-radius: 5px
}

.news-title {
	color: #6e6e6e;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px
}

.news-date a {
	color: #d34b0d;
	font-size: 12px
}

.news-date a i {
	margin-right: 5px
}

.news-category a {
	color: #999;
	font-size: 12px
}

.news-category a:after {
	content: '|';
	color: #e6e3e3;
	margin: 0 2px
}

.news-pagination {
	margin-top: 50px
}

.news-pagination a {
	color: #999;
	font-size: 16px;
	font-weight: 600
}

.alignright {}

.navigation a {
	color: #6e6e6e;
	font-size: 14px
}

.single-news {
	margin-top: 30px
}

.team-prsn-img a img {
	height: 165px;
	width: 100%
}

.category-img {
	width: 100%;
	height: auto
}

.single-news {
	border-bottom: 1px solid #e6e3e3;
	padding-bottom: 20px
}

.single-news:last-child {
	border-bottom: 0
}

.date,
.news-container {
	display: inline-block
}

.date {
	color: #d34b0d;
	font-size: 42px;
	font-weight: 800;
	line-height: 29px;
	border-right: 1px solid #e6e3e3;
	padding: 10px 30px 10px 0;
	margin-right: 30px
}

.date div {
	color: #474747;
	font-size: 12px;
	font-weight: 800
}

.date span {
	color: #d34b0d;
	font-size: 12px
}

.news-container {
	width: 80%
}

.news-container a {
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	margin-top: 20px;
	font-size: 16px;
	background-color: #d34b0d;
	border-radius: 5px
}

.single-news-details {
	margin-top: 50px
}

h1.sngl-news {
	font-size: 28px
}

.news-right-side {
	border-left: 1px solid #e6e3e3;
	padding-left: 15px
}

.news-container p {
	margin-top: 20px
}

.news-category {
	color: #5a5a5a;
	font-size: 16px
}

.news-category a {
	color: #898888;
	font-size: 14px
}

.news-category a:last-child:after {
	content: ''
}

.single-news-date a {
	color: #d34b0d;
	font-size: 14px
}

.single-news-date a i {
	margin-right: 10px
}

.news-breadcrumb {
	margin: 15px auto
}

.single-news-img {
	height: 365px
}

.notification-container {
	margin: 60px 0
}

.inv-text {
	padding: 8px 12px 8px 20px
}

.inv-not {
	margin-top: 30px
}

.options {
	color: #202020;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	padding-left: 30px
}

.sngl-opt span {
	margin-left: 20px
}

.sngl-opt input:hover,
.sngl-opt input:active,
.sngl-opt input:focus {
	outline: none
}

.sngl-opt {
	margin-top: 10px
}

.inv-add {
	min-height: 97px
}

.ver-text {
	color: #202020;
	font-size: 12px;
	margin-top: -15px;
	color: #999;
	text-align: left
}

.ver-code {
	background-color: #dedede;
	color: #202020;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 0;
	width: 50%;
	margin-top: 39px
}

.inv-verification a {
	color: #202020;
	font-size: 12px
}

.inv-verification a i {
	margin-right: 7px;
	font-size: 16px
}

.inv-para p {
	color: #515151;
	font-size: 16px;
	margin-top: 20px;
	padding-left: 10px
}

.btn-sub {
	margin-right: auto;
	margin-left: inherit
}

.success-text {
	color: #d34b0d;
	font-size: 13px
}

table.annual-table {
	margin-top: 40px
}

table.annual-table td {
	border: 0;
	border-top: 1px solid #e6e4e4;
	text-align: left;
	padding: 8px 15px
}

table.annual-table tr:last-child {
	border-bottom: 1px solid #e6e4e4
}

.wpcf7-textarea {
	height: 150px;
	border: 1px solid #dadada
}

.info-form {
	color: #202020;
	font-size: 18px;
	margin-top: 30px
}

.info-form p {
	margin: 15px 0
}

.info-form input,
.info-form textarea {
	border: 0;
	border: 1px solid #dadada;
	padding: 10px 5px 10px 15px
}

.wpcf7-form-control.wpcf7-submit {
	padding: 10px 30px;
	margin-right: auto
}

.careers-contain {
	margin: 70px 0 30px
}

.career-details p {
	color: #202020;
	font-size: 18px
}

table.career-table th {
	color: #202020
}

table.career-table td,
table.career-table th {
	border-top: 1px solid #e6e3e3;
	font-size: 14px;
	text-align: left;
	padding: 12px 6px
}

table.career-table tr:last-child td {
	border-bottom: 1px solid #e6e3e3
}

table.career-table td {
	color: #909090;
	vertical-align: top
}

.form-title {
	margin-bottom: 20px
}

.career-form p.c-full {
	width: 100%;
	margin-bottom: 30px
}

.career-form .wpcf7-form-control {
	border: 1px solid #dadada;
	padding: 12px 20px;
	width: 100%
}

.career-form .wpcf7-checkbox,
.career-form .wpcf7-captchac {
	width: auto;
	border: none;
	padding: 0
}

.career-form .wpcf7-submit {
	width: auto
}

.career-form label {
	font: inherit;
	color: inherit
}

.career-form .wpcf7-list-item,
.career-form .wpcf7-list-item label {
	display: block
}

.career-form .wpcf7-list-item-label {
	display: inline
}

.career-form .wpcf7-form-control-wrap.captcha-1 {
	display: inline-block
}

.career-form .cv input {
	border: 0
}

.career-form span.wpcf7-list-item {
	margin-left: 0
}

.career-content p {
	margin: 0 0 24px
}

.career-form p.captcha-box .wpcf7-form-control {
	position: relative;
	padding-left: 120px
}

.career-form p.captcha-box .wpcf7-captcha-captcha-1 {
	position: absolute;
	top: 12px;
	z-index: 10;
	bottom: 0;
	left: -100px;
	border-right: #909090 1px solid;
	height: 30px
}

.career-form .wpcf7-submit {
	background-color: #55a71e;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 15px;
	color: #fff;
	border-radius: 4px
}

.career-form .cr-add textarea {
	height: 50px
}

p.c-full.upload-text {
	font-size: 15px
}

.search-details h2 {
	border-top: #e6e3e3 1px solid;
	padding: 20px 0 0 30px;
	margin-top: 20px;
	position: relative
}

.search-details h2:first-child {
	border-top: 0;
	padding-top: 0
}

.search-details h2 a {
	color: #6e6e6e;
	font-size: 26px
}

.search-details h2:before {
	content: "\f0a4";
	font-family: fontawesome;
	position: absolute;
	margin-left: -35px;
	font-size: 20px
}

.search-details p {
	padding-left: 40px;
	color: #6e6e6e;
	font-size: 18px
}

.search-header {
	background: url("images/photo-gallery-bg.jpg")no-repeat center;
	height: 300px;
	width: 100%
}

.search-pagination {
	margin-top: 70px
}

.search-pagination a {
	color: #6e6e6e;
	font-size: 18px;
	margin-right: 10px;
	font-weight: 600
}

.search-pagination span {
	color: #d34b0d;
	margin-right: 10px
}

section.video {
	position: relative;
	width: 100%;
	height: 410px;
}

section video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.ppp {
	position: relative;
	width: 100%;
	height: 100%;
}























.textual-para .agm-section {
	margin-top: 100px
}

.con-sub-part.outcome-heading {
	margin-bottom: 20px
}

.agm-year {
	padding: 4px 15px;
	border: 1px solid #e6e3e3;
	font-size: 16px
}

.comp-name i {
	color: #d34b0d;
	font-size: 22px;
	margin-right: 20px
}

.comp-sec {
	color: #202020;
	font-size: 15px;
	font-weight: 600;
	padding-left: 35px
}

.inv-comp-add span {
	font-weight: 600;
	display: inline-block;
	margin-right: 10px
}

.comp-email {
	font-weight: 400;
	display: inline-block;
	width: 75%;
	vertical-align: top
}

.inv-comp-add {
	padding-left: 35px;
	margin-top: 15px;
	font-size: 16px
}

.inv-comp-add>div {
	margin-top: 7px
}

.ld-add {
	margin-bottom: 30px
}

.mt-20 {
	margin-top: 40px
}

.comp-name i {
	display: inline-block
}

.comp-name .comp-email {
	font-weight: 700
}

.ld-body {
	padding-left: 20px
}

h3.inv-heading {
	background-color: #dddada;
	color: #d34b0d;
	font-size: 20px;
	font-weight: 600;
	padding-top: 0;
	padding: 10px 15px
}

.mr-d .mr-d-ph {
	margin-top: 45px
}

.inv-comp-add .mr-ph {
	margin-top: 15px
}

.single-file {
	display: block;
	background-size: cover;
	height: 230px;
	margin-bottom: 30px;
	border: #999 2px solid;
	position: relative
}

.file-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	background-color: #323232;
	padding: 5px 0
}

.layout-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-color: rgba(32, 32, 32, .4);
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms
}

.single-file:hover .layout-link {
	opacity: 1
}

.btn-dwonload {
	background-color: #d34b0d;
	color: #fff;
	border-radius: 5px;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 40%;
	right: 30%
}

.btn-dwonload i {
	margin-right: 7px
}

.sustain-image {
	position: relative;
	margin-bottom: 30px
}

.gallery-text {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 2px 0 5px
}

.sustainability-gallery h2 {
	margin: -40px 0 30px
}

a.view-gallery {
	border-bottom: 0;
	border: #000 1px solid;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 20px;
	background-color: #dbdbdb
}

a.view-gallery i {
	margin-right: 10px
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
	height: 48px;
	line-height: 48px;
	padding: 0 22px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	background: #d34b0d
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover,
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:focus {
	background: #f5c341;
	color: #202020
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	position: absolute!important
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.>li.megmega-sub-menua-menu-item h4.mega-block-title {
	color: #f5c341;
	border-bottom: rgba(0, 0, 0, .2) solid 1px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-family: open sans, sans-serif;
	font-weight: 600
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0 15px;
	margin: 15px 0 0
}

.mega-menu-megamenu .mega-sub-menu {
	padding-bottom: 15px!important
}

.mega-sub-menu {
	background: #fff!important;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)!important;
	-moz-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .3)!important;
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .3)!important
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu a {
	font-family: open sans, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #202020
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-megamenu .mega-sub-menu a {
	margin-bottom: 4px
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-megamenu .mega-sub-menu a:hover {
	color: #d34b0d
}

.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
	height: 48px
}

.mega-sub-menu .menu li {
	padding: 0;
	margin: 2px 0
}

.mega-sub-menu .menu li:before {
	display: none
}



.mega-sub-menu .mega-menu-item-type-widget img {
	height: auto
}

.alignnone,
.alignleft,
.aligncenter,
.alignright {
	display: block;
	margin: 6px 14px 14px;
	padding: 10px;
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%!important
}

.myimg2 {
	display: block;
	margin-top: 10%;
    
	
}

img.alignnone,
img.alignleft,
img.aligncenter,
img.alignright,
.alignnone img,
.alignleft img,
.aligncenter img,
.alignright img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
}

.alignnone {
	width: auto;
}

.alignleft {
	float: left;
	margin-left: 0
}

.aligncenter {
	margin-left: auto;
	margin-right: auto
}

.alignright {
	float: right;
	margin-right: 0
}

.wp-caption-text {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 600
}

.iconic-link-a {
	display: block;
	border: #f0f0f0 solid 3px;
	border-left: none;
	border: none;
	margin-bottom: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 60px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.iconic-link {
	display: table
}

.iconic-link .iconic-image {
	display: table-cell
}

.iconic-link .iconic-image img {
	width: 74px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-ms-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms
}

.iconic-link .iconic-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px
}

.iconic-link .iconic-title h4 {
	margin: 0;
	color: #737373;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.iconic-link-a:hover .iconic-title h4 {
	color: #fafafa
}

.iconic-link-a:hover .iconic-image img {
	background: #fff;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.iconic-link-a:hover {
	border-color: #d34b0d;
	background: #d34b0d
}

.error-404 {
	font-size: 0;
	display: block;
	margin: 100px auto auto;
	max-width: 640px;
	padding-bottom: 40px;
	border-bottom: #ccc solid 1px
}

.error-404 .left-portion,
.error-404 .right-portion {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 16px
}

.error-404 .left-portion {
	text-align: right;
	padding-right: 24px;
	width: 30%;
	font-size: 32px;
	color: #d34b0d
}

.error-404 .left-portion span {
	font-size: 60px;
	display: block;
	line-height: 50px;
	font-weight: 800
}

.error-404 .right-portion {
	padding-left: 24px;
	width: 70%;
	font-style: italic
}

.search-404 {
	margin-bottom: 100px;
	margin-top: 40px;
	text-align: center
}

.search-404 input {
	height: 42px;
	padding: 8px 12px;
	vertical-align: middle
}

.search-404 button {
	height: 44px;
	padding: 8px 12px;
	vertical-align: middle
}

@media(min-width:991px) {
	.modal-dialog {
		width: 900px
	}
}

#awardsModal {
	text-align: center
}

.award-modal {
	padding: 20px 50px;
	position: relative
}

.award-modal .award-icon {
	position: absolute;
	top: -25px;
	left: -25px;
	height: 65px;
	width: 65px;
	background-color: #f5c341;
	color: #202020;
	text-align: center;
	border-radius: 50%
}

.award-modal .award-icon i {
	font-size: 2rem;
	line-height: 65px
}

.award-modal .close {
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 7px 12px 10px;
	border-radius: 50%;
	background-color: red;
	opacity: 1;
	color: #fff;
	font-size: 1.5rem
}

.award-modal .description {
	margin-top: 20px
}

.award-modal p {
	font-size: .95rem
}

.award-modal .images {
	padding: 0 60px
}

.award-modal .btn-org {
	margin-top: 20px
}

.award-modal .btn-org:after {
	margin-top: 6px
}

.award-modal .btn-org a {}

@media screen and (max-width:767px) {
	.award-modal {
		padding: 20px
	}
	.award-modal .images {
		padding: 0 30px
	}
	.award-modal .images .image {
		margin-bottom: 15px
	}
	.award-modal .close {
		top: -7px;
		right: -7px
	}
	.award-modal .award-icon {
		top: -15px;
		left: -25px
	}
}

.awards-contain {
	margin: 30px 0 30px
}

.awards-contain .special-heading {
	margin-bottom: 30px
}

.awards-contain .alignnone,
.alignleft,
.aligncenter,
.alignright {
	display: inline-block
}

.awards-contain img.alignnone,
img.alignleft,
img.aligncenter,
img.alignright,
.alignnone img,
.alignleft img,
.aligncenter img,
.alignright img {
	display: inline-block
}

.awards-contain .pdf-wrap {
	text-align: center;
	padding-top: 15px
}

.awards-contain .pdf-wrap .xl-pdf {
	max-width: 250px;
	height: 250px;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto 25px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-align: center
}

.awards-contain .pdf-wrap .xl-pdf img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.awards-contain .pdf-wrap .xl-pdf .layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	transition: all 350ms
}

.awards-contain .pdf-wrap .xl-pdf .layer .btn-dwonload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: all 350ms
}

.awards-contain .pdf-wrap .xl-pdf .layer:hover {
	background-color: rgba(0, 0, 0, .5)
}

.awards-contain .pdf-wrap .xl-pdf .layer:hover .btn-dwonload {
	opacity: 1
}

.awards-contain .pdf-wrap .small-pdf {
	height: 150px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.awards-contain .pdf-wrap .small-pdf img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.awards-contain .pdf-wrap .small-pdf .layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4)
}

.awards-contain .pdf-wrap .small-pdf .layer .btn-dwonload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: all 350ms
}

.awards-contain .pdf-wrap .small-pdf .layer:hover .btn-dwonload {
	opacity: 1
}

.gallery-wrap {
	padding-top: 20px
}

.gallery-wrap .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: inherit;
}

.gallery-wrap .single-image {
	height: 310px;
	width: 480px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.gallery-wrap .single-image .layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	transition: all 350ms
}

.gallery-wrap .single-image .layer i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.2rem;
	opacity: 0;
	transition: all 100ms
}

.gallery-wrap .single-image .layer:hover {
	background-color: rgba(0, 0, 0, .5)
}

.gallery-wrap .single-image .layer:hover i {
	opacity: 1
}

@media screen and (max-width:1024px) {
	.sec-header-logo {
		width: 400px
	}
	.header-stock {
		font-size: 24px
	}
	.list-menu li {
		padding: 0
	}
	.list-menu>li>a {
		padding: 15px 7px
	}
	h3 {
		font-size: 16px;
		margin: 10px 0
	}
	.copyright {
		padding: 10px 0;
		text-align: center;
		font-size: 13px
	}
	.logo {
		width: 100%
	}
	.special-heading {
		font-size: 40px
	}
	.welcome p {
		font-size: 16px;
		margin: 20px 0 0
	}
	.btn-welcome-part {
		margin-top: 40px
	}
	.news-part {
		padding: 20px 0 0;
		border-top: #bcbcbc 1px solid;
		margin-top: 30px
	}
	.news-ticker {
		margin: 15px 0 0;
		padding-bottom: 20px
	}
	.news-details-link {
		padding: 10px 0 30px;
		margin-left: 0
	}
	.news-details-link,
	.news-part {
		border-left: 0
	}
	.message-content {
		margin: 0 auto;
		text-align: center
	}
	.line-image {
		margin: 20px auto 0
	}
	.managment-slider {
		margin-top: 32px
	}
	.jcarousel-slider-pagination {
		margin-top: 30px
	}
	.management {
		margin: 50px 0 55px
	}
	.manage-slider .angle-link-left a {
		top: 20%;
		left: -24px;
		font-size: 65px
	}
	.manage-slider .angle-link-right a {
		top: 20%;
		right: -24px;
		font-size: 65px
	}
	.quote-right {
		padding-right: 43px
	}
	.quote-right::after {
		top: 0;
		right: 0;
		font-size: 90px
	}
	.slider-part {
		height: 230px
	}
	.left-side {
		top: 30px
	}
	.left-side h2 {
		margin-right: 0;
		font-size: 22px
	}
	.left-side p {
		margin-right: 0;
		margin-top: 0;
		font-size: 13px
	}
	.right-side {
		top: 60px
	}
	.right-side h2 {
		margin-right: 0;
		font-size: 22px
	}
	.right-side p {
		margin-right: 0;
		margin-top: 0;
		font-size: 13px
	}
	.right-side a {
		margin-top: 5px;
		font-size: 13px
	}
	h2.white {
		font-size: 40px
	}
	.facilities-types {
		font-size: 80px;
		height: 150px;
		width: 150px;
		line-height: 150px;
		margin-left: auto;
		margin-right: auto
	}








	.highlight-title {
		font-size: 20px;
		margin: 10px auto
	}
	.facilities-subtitle {
		margin-bottom: 30px
	}
	.highlight {
		padding: 20px 0 30px
	}
	.news-ticker li {
		padding: 6px 0 6px 40px
	}
	.news-ticker li::before {
		font-size: 22px
	}
	h1 {
		font-size: 35px
	}
	h3.heading {
		font-size: 18px
	}
	.left-side-menu ul li {
		font-size: 15px
	}
	blockquote p,
	cite {
		font-size: 16px
	}
	.container-menu ul li,
	.container-menu ol li {
		font-size: 16px
	}
	h3.person-name {
		font-size: 24px
	}
	.comp-add,
	.comp-name {
		font-size: 16px
	}
	.sngl-opt span {
		margin-left: 10px
	}
	.options {
		padding-left: 0
	}
	.inv-verification .input-box {
		width: 100%
	}
	.inv-text {
		padding: 5px 12px 5px 10px
	}
	.input-box {
		margin: 15px 0
	}
	.inv-not {
		margin-top: 10px
	}
	.ver-code {
		font-size: 20px;
		padding: 5px 0;
		width: 100%;
		margin-top: 30px
	}
	hr.diff {
		margin: 30px 0
	}
	.sngl-opt {
		margin-top: 6px
	}
	.btn-send {
		padding: 8px 15px
	}
	.career-form form p {
		font-size: 16px
	}
	.career-form .wpcf7-form-control.wpcf7-submit {
		width: 100%
	}
	.info-form input,
	.wpcf7-textarea {
		width: 100%
	}
	.wpcf7-form-control.wpcf7-submit {
		width: 30%
	}
	.date {
		padding: 20px 15px 2px 0;
		margin-right: 10px
	}
	.panel-title {
		font-size: 18px
	}
	.news-container a {
		margin-top: 10px
	}
	.btn-dwonload {
		right: 25%
	}
}

@media screen and (max-width:991px) {
	.header-search input {
		width: 100%;
		margin: 10px 0
	}
	.hidden-info {
		display: none
	}
	.visible-menu {
		display: none
	}
	.search-icon {
		color: #d34b0d;
		font-size: 25px;
		border: #c5c5c5 1px solid;
		border-radius: 5px;
		padding: 0 8px
	}
	.search-icon:hover,
	.search-icon:focus,
	.search-icon:active {
		color: #d34b0d
	}
	.header-search {
		display: none
	}
	.sec-header-textual {
		text-align: right
	}
	.visible-icon {
		display: block
	}
}

@media screen and (max-width:767px) {
	.header-contact-text {
		text-align: center;
		margin-bottom: 20px
	}
	.header-stock {
		text-align: center
	}

p.amar {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

	.header-address::before {
		content: ""
	}
	.header-address::after {
		content: ""
	}
	.sec-header-logo {
		width: 300px;
		margin: 10px auto 0
	}
	.list-menu {
		display: none
	}
	.visible-icon,
	.visible-menu {
		display: inline-block
	}
	.visible-menu {
		margin-left: 10px
	}
	.menu-toggle {
		color: #d34b0d;
		font-size: 25px;
		border: #c5c5c5 1px solid;
		border-radius: 5px;
		padding: 0 8px
	}
	.menu-toggle:hover,
	.menu-toggle:active,
	.menu-toggle:focus {
		color: #d34b0d
	}
	.list-menu>li {
		float: none;
		border-bottom: #2a2a2a 1px solid
	}
	.list-menu>li:last-child {
		border-bottom: none
	}
	.list-menu>li>ul {
		position: static;
		margin: 0;
		width: 90%;
		margin-left: 15px
	}
	.list-menu>li>ul:before {
		top: 36px
	}
	.footer-logo {
		margin: 0;
		align-content: center;
		text-align: center
	}
	.footer-logo img {
		margin-left: auto;
		margin-right: auto
	}
	h3 {
		margin: 35px 0 10px
	}
	.footer-add {
		margin-bottom: 35px
	}
	.copyright {
		font-size: 10px
	}
	.special-heading,
	.special-heading.small-heading {
		font-size: 25px;
		line-height: 25px
	}
	.special-heading.small-heading.home-news-heading {
		padding-left: 30px
	}
	.welcome p {
		font-size: 14px;
		margin-top: 15px
	}
	.welcome {
		margin: 25px auto
	}
	.highlight-icon img {
		width: 100px
	}
	.highlight-title {
		font-size: 18px;
		margin: 8px auto
	}
	.quote-right::after {
		display: none
	}
	.quote-right {
		padding: 0
	}
	.message-content p {
		font-size: 14px
	}
	.img-circle {
		width: 100px
	}
	.message-content {
		margin-top: 10px
	}
	.message-content p {
		padding: 0
	}
	.jcarousel-slider-pagination a {
		margin-left: 0;
		font-size: 12px
	}
	.jcarousel-slider-pagination {
		margin-top: 15px
	}
	.slider-part {
		height: 200px
	}
	.left-side h2 {
		padding: 3px 10px;
		font-size: 18px
	}
	.left-side p {
		font-size: 12px;
		padding: 3px 0
	}
	.btn-org:after {
		margin-top: 5px
	}
	.special-heading.small-heading {
		position: relative;
		padding-left: 0
	}
	.special-heading.small-heading::before {
		position: absolute;
		margin-left: -40px
	}
	.welcome-left {
		padding: 0
	}
	.btn-welcome-part a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}
	.btn-welcome-part a i,
	.btn-welcome-part a.yellow i {
		font-size: 22px;
		padding: 10px 18px
	}
	.btn-welcome-part {
		margin-top: 20px
	}
	.news-part {
		margin-top: 20px
	}
	.news-ticker a {
		font-size: 14px
	}
	.news-ticker li:before {
		font-size: 20px;
		margin-left: -30px
	}
	.news-ticker li {
		padding: 6px 0 6px 30px
	}
	.news-details-link {
		padding: 10px 0 0
	}
	h2.white {
		font-size: 28px
	}
	h2.black {
		font-size: 28px
	}
	.facilities-subtitle {
		font-size: 16px
	}
	.facilities-types {
		font-size: 65px;
		height: 130px;
		width: 130px;
		line-height: 130px
	}
	.jcarousel-vertical-wrapper {
		height: 300px
	}
	.jcarousel-vertical>li {
		height: 100px
	}
	.left-side {
		top: 0
	}
	.textual-para ul {
		margin-left: 0
	}
	.textual-para p {
		margin-bottom: 10px
	}
	.textual-para h2 {
		margin-bottom: 10px
	}
	.vm-20 {
		margin-top: -26px
	}
	.container-menu ul li,
	.container-menu ol li {
		font-size: 14px
	}
	.container-menu ol li a {
		vertical-align: top
	}
	h1 {
		font-size: 30px
	}
	.breadcrumb-text {
		text-align: left;
		margin: 10px 0
	}
	.gen-page-container {
		margin: 30px 0 50px
	}
	.heading {
		margin: 20px 0 0
	}
	.left-side-menu {
		margin-bottom: 0
	}
	.right-side {
		border-left: 0;
		padding-left: 0
	}
	.left-side-menu ul li {
		padding: 4px 20px
	}
	.left-side-menu ul li::before {
		top: 1px
	}
	blockquote {
		margin: 30px 0;
		padding-left: 26px
	}
	blockquote p,
	cite {
		font-size: 15px
	}
	h4 {
		margin: 20px 0 15px
	}
	.b-t {
		border-top: 1px solid #e9e9e9;
		margin-top: 20px
	}
	.ld-body {
		padding-left: 0
	}
	.input-box select {
		padding: 8px 1px 8px 8px;
		font-size: 14px
	}
	.inv-comp-add,
	.comp-sec {
		padding-left: 0
	}
	.career-form .wpcf7-form-control {
		padding: 5px 15px
	}
	.career-form p.c-full {
		margin-bottom: 20px
	}
	.career-form form p {
		margin: 0
	}
	.career-form p.captcha-box .wpcf7-captcha-captcha-1 {
		top: 4px;
		height: 26px
	}
	.team-right-side {
		text-align: center;
		border-left: 0;
		padding-left: 0
	}
	.team-prsn-img {
		width: 150px;
		text-align: center;
		margin-right: auto;
		margin-left: auto
	}
	.social-link,
	h3.person-name {
		text-align: center
	}
	.position i,
	.education i {
		margin-right: 5px
	}
	.single-details {
		margin-bottom: 30px
	}
	.contact-left-part {
		border: 0;
		padding: 0;
		border-top: 1px solid #e6e3e3;
		padding-top: 20px
	}
	.con-sub-part,
	.sub-line {
		text-align: center
	}
	.social-icon a {
		height: 40px;
		width: 40px;
		line-height: 40px
	}
	.social-icon a i {
		font-size: 20px
	}
	.social-icon {
		text-align: center
	}
	.btn-send {
		margin-right: auto;
		padding: 9px 15px;
		font-size: 14px;
		margin-top: 20px
	}
	.input-box {
		margin: 12px 0
	}
	.input-text {
		padding: 9px 12px 9px 40px;
		font-size: 14px
	}
	.input-box::before {
		top: 6px;
		font-size: 16px
	}
	hr.diff {
		margin: 20px 0
	}
	.add-icon {
		text-align: right
	}
	.main-addres {
		margin: 25px 0 15px;
		border-bottom: 1px solid #e6e3e3;
		padding-bottom: 20px
	}
	.comp-add,
	.comp-name {
		font-size: 14px
	}
	.add-icon i {
		font-size: 22px
	}
	.main-addres.b-0 {
		border: 0
	}
	.news-container {
		width: 67%
	}
	.date {
		margin-right: 5px;
		padding: 12px 10px 2px 0;
		font-size: 36px
	}
	.panel-title {
		font-size: 14px
	}
	.news-container a {
		padding: 2px 11px;
		font-size: 14px
	}
	.dtls {
		margin: 10px 0 30px
	}
	.news-right-side {
		border-left: 0;
		padding-left: 0
	}
	.notification-container {
		margin: 20px 0
	}
	.options {
		text-align: left;
		margin-bottom: 20px
	}
	.inv-verification a {
		margin-left: 0
	}
	.inv-form {
		margin-bottom: 30px;
		border-bottom: #eee 1px solid;
		padding-bottom: 20px
	}
	.input-text.inv-text {
		padding: 5px 12px 5px 10px
	}
	.product ul {
		padding: 0
	}
	.product {
		text-align: left
	}
	.product ul li:before {
		margin-left: -20px
	}
	.product ul li {
		padding-left: 20px
	}
	.product ul li::before {
		margin-left: -5px
	}
	.career-details p {
		font-size: 15px
	}
	.careers-contain {
		margin: 20px 0 0
	}
	.con-sub-part {
		font-size: 20px
	}
	.career-form form p {
		margin: 15px 0
	}
	.career-form .wpcf7-form-control.wpcf7-submit {
		width: 100%
	}
	.btn-dwonload {
		right: 30%
	}
	.diff-comp-add {
		margin: 30px 0
	}
	.comp-sec {
		font-size: 14px
	}
	.textual-para {
		text-align: justify
	}
}

@media screen and (max-width:499px) {
	.career-form p {
		width: 100%
	}
	.career-form .wpcf7-form-control-wrap.captcha-1 {
		width: 120px
	}
	.footer-menu {
		width: 100%;
		float: none
	}
}