.tabStructure .nav-tabs {
	display: none;
}
.tabStructure .card-body {
	padding: 0;
}
.tabStructure .nav-tabs {
	border: 0;
	background: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}
 .tabStructure .nav-tabs::after {
 content: '';
 display: block;
 background: rgba(255, 255, 255, 0.2);
 height: 2px;
 width: 100%;
}
.tabStructure .nav-tabs > li {
	margin-bottom: 0;
	position: relative;
}
.tabStructure .nav-tabs > li > a {
	color: #fff;
	padding: 10px 5px;
	border-radius: 0;
	font-size: 26px;
	line-height: 38px;
	font-weight: 500;
	border: 0;
	position: relative;
}
.tabStructure .nav-tabs > li > a:after {
	content: '';
	display: block;
	background: white;
	height: 4px;
	width: 0px;
	bottom: -2px;
	position: absolute;
	border-radius: 6px;
	left: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
	background: none;
	border-radius: 0;
}
.tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
	width: 100%;
}
.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
	border: 0;
	color: #fff !important;
	border-radius: 0;
}
 @media (min-width: 768px) {
 .tabStructure .nav-tabs {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
 .tabStructure .card {
 border: none;
 background: transparent;
}
 .tabStructure .card .card-header {
 display: none;
}
 .tabStructure .card .collapse {
 display: block;
}
}
 @media screen and (max-width: 992px) {
 .tabStructure .nav-tabs {
 width: 90%;
}
 .tabStructure .card-body {
 text-align: center;
}
 .tabStructure .card-body img {
 margin-bottom: 30px;
}
}
 @media (max-width: 767px) {
 .tabStructure .tab-content > .tab-pane {
 display: block !important;
 opacity: 1;
 border-radius: 0;
 background: none;
 padding: 0;
 border: 0;
}
 .tabStructure .tab-content > .tab-pane .card-header {
 border: 0;
 background: #006600;
 border-radius: 0;
 padding: 0;
}
 .tabStructure .tab-content > .tab-pane .card-header h5 a {
 font-size: 18px;
 display: block !important;
 color: #fff;
 padding: 15px 12px;
 background: url(../images/icons_white.png) right 15px center no-repeat #006600 !important;
}
 .tabStructure .tab-content > .tab-pane .card-header h5 a.collapsed {
 background: url(../images/icons.png) right 15px center no-repeat #006600 !important;
}
}
/*bottom Arrow */
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}


ul li {
	list-style: none;
}
 @font-face {
 font-family: "Times New Roman", Times, serif;
 font-style:normal !important;
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
.info2, .success, .warning2, .failure, .validation2 {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info2 {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/info.png);
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(../images/success.png);
}
.warning2 {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}
.failure {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}
.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
	height: 110px !important;
}
input[type="text"].error, textarea.error {
	border-bottom: 2px solid #F00 !important;
}
label.error {
	color: #F00;
}
label.error {
	position: absolute;
	font-size: 13px;
	font-weight: 400;
}
.mainHeader header .navbarLink ul > li > .nav-link {
	padding: 0px;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mainHeader.sticky header .logo a img {
	width: 100px;
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul > li > .dropdown-menu li {
 display: block !important;
 border-bottom: 0px solid !important;
}
 .mainHeader header .navbarLink ul > li {
 margin-left: 0px !important;
}
 .mainHeader header .navbarLink ul > li > .nav-link {
 padding: 10px 6px 10px 6px;
}
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul > li.active a::after, .mainHeader header .navbarLink ul > li:hover a::after {
 display: none;
}
 .mainHeader header .navbarLink ul > li a span {
 padding-bottom: 0px !important;
}
}
.innerbanner {
	position: relative;
	margin-top: 78px;
}
.innerbanner img {
	width: 100%;
}
.innerbanner h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 90px;
	background: rgba(112, 112, 112, 0.3);
}
.innerbanner iframe {
	height: 300px;
	width: 100%;
	display: block;
	border: none;
}
 @media (max-width: 767px) {
 .innerbanner img {
 height: 300px;
 -o-object-fit: cover;
 object-fit: cover;
}
 .innerbanner h1 {
 font-size: 40px;
}
}
 @media (max-width: 575px) {
 .innerbanner h1 {
 font-size: 40px;
 line-height: 50px;
 text-align: center;
}
}
.innerbanner .videoInner {
	height: 70vh;
	width: 100%;
}
.innerbanner .videoInner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
p {
	font-size: 16px;
	line-height: 22px;
	color: #292929;
}
 @media (max-width: 767px) {
 p {
 font-size: 14px;
 line-height: 20px;
}
}
p.largefont {
	font-size: 18px;
	line-height: 24px;
	color: #292929;
	font-weight: 300;
}
body {
 font-family: "Open Sans"  font-style:normal !important;
}
.min_height500 {
	min-height: 500px;
}
.productPage ul {
	margin-bottom: 30px;
}
.productPage ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.productPage ul li:last-child {
	margin: 0;
}
 .productPage ul li::before {
 content: '';
 background: #ED3237;
 height: 14px;
 width: 14px;
 border: 4px solid #fff;
 position: absolute;
 left: 0;
 top: 5px;
 border-radius: 50%;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.paragon_content ul {
	margin-bottom: 30px;
}
.paragon_content ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.paragon_content ul li:last-child {
	margin: 0;
}
 .paragon_content ul li::before {
 content: '';
 background: #ED3237;
 height: 14px;
 width: 14px;
 border: 4px solid #fff;
 position: absolute;
 left: 0;
 top: 5px;
 border-radius: 50%;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.mainHeader {
	background: #fff;
	z-index: 2;
	width: 100%;
	top: 0;
}
.mainHeader header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mainHeader header .logo a {
	display: block;
	position: absolute;
	top: 0px;
	padding: 0px;
	background: #fff;
	left: 0px;
}
.mainHeader header .logo a img {
	width: 165px;
}
 @media (max-width: 1199px) {
 .mainHeader header .logo a img {
 width: 165px;
}
}
.mainHeader header .navBlock {
	padding: 25px 0px;
}
.mainHeader header .navBlock .navbarBtn .btn {
	background: transparent;
	padding: 0;
}
.mainHeader header .navBlock .navbarBtn .btn i {
	font-size: 30px;
	color: #3e4095;
}
.mainHeader header .navBlock .navbarBtn .btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mainHeader header .navbarLink ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainHeader header .navbarLink ul > li {
	text-transform: capitalize;
	margin-left: 20px;
}
.mainHeader header .navbarLink ul > li .dropdown-toggle {
	padding: 0px;
}
 .mainHeader header .navbarLink ul > li .dropdown-toggle::after {
 display: none;
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul > li {
 width: 100%;
 text-align: left;
 border-bottom: 1px solid #ccc;
}
}
.mainHeader header .navbarLink ul > li a {
	color: #252525;
	font-weight: 500;
	font-size: 19px;
	font-family: "Open Sans";
}
 @media (max-width: 1199px) {
 .mainHeader header .navbarLink ul > li a {
 font-size: 12px;
 padding: 10px 12px 10px 12px;
}
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul > li a {
 color: #000;
 font-size: 16px;
 padding: 10px 12px 10px 12px;
}
}
.mainHeader header .navbarLink ul > li a span {
	display: inline-block;
	padding-bottom: 5px;
}
.mainHeader header .navbarLink ul > li.active a, .mainHeader header .navbarLink ul > li:hover a {
	background: none;
	border-radius: 0;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu {
	padding: 20px 0px;
	margin: 0;
	min-width: 250px;
	border: 0;
	border-radius: 0;
	-webkit-transform: inherit !important;
	transform: inherit !important;
	top: 100% !important;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li {
	z-index: 9;
	text-align: left !important;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li:last-child {
	border-bottom: 0px solid #ccc;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li a {
	padding: 10px 20px;
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
}
 .mainHeader header .navbarLink ul > li > .dropdown-menu li a::after {
 width: 0%;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li.active, .mainHeader header .navbarLink ul > li > .dropdown-menu li:hover {
	border-radius: 0px;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul > li > .dropdown-menu li:hover > a {
	color: #ED3237 !important;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li.submenu {
	z-index: -2;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li.submenu .dropdown-toggle {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: right;
	height: 100%;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li.submenu .subdropdown {
	left: 100%;
	top: 0 !important;
	padding: 0px 0px 0px;
}
.mainHeader header .navbarLink ul > li > .dropdown-menu li.submenu .subdropdown li a {
	font-size: 14px;
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul > li > .dropdown-menu li.submenu li a {
 font-size: 13px;
}
 .mainHeader header .navbarLink ul > li > .dropdown-menu li.submenu .dropdown-toggle {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul > li > .dropdown-menu {
 background: none;
}
 .mainHeader header .navbarLink ul > li > .dropdown-menu li {
 text-align: center;
}
 .mainHeader header .navbarLink ul > li > .dropdown-menu li a {
 color: #000;
 text-align: left;
 padding: 3px 5px;
}
 .mainHeader header .navbarLink ul > li > .dropdown-menu .subdropdown {
 left: 0 !important;
}
}
.mainHeader header .navbarLink ul > li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul > li:focus > .dropdown-menu li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
 @media (min-width: 992px) {
 .mainHeader header .navbarLink ul > li:hover > .dropdown-menu, .mainHeader header .navbarLink ul > li:focus > .dropdown-menu {
 display: block;
 opacity: 1;
 visibility: visible;
 z-index: 10;
 -webkit-transition: all .25s ease-out;
 transition: all .25s ease-out;
}
 .mainHeader header .navbarLink ul > li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul > li:focus > .dropdown-menu li {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
}
.mainHeader header .navbarLink ul > li.openBottom li.submenu .dropdown-toggle {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.mainHeader header .navbarLink ul > li.openBottom .subdropdown {
	top: 100% !important;
	position: relative;
}
.mainHeader header .navbarLink ul > li.openBottom .subdropdown li {
	padding-left: 20px;
}
.mainHeader header .navbarLink ul > li.openBottom .subdropdown li a {
	font-size: 13px;
	padding: 0;
}
.mainHeader header .navbarLink ul > li.openBottom .subdropdown li:hover {
	background: none;
}
.mainHeader header .navbarLink ul > li.openBottom .subdropdown li:hover a {
	color: #7A7A7A !important;
}
 @media (max-width: 1199px) {
 .mainHeader header .navbarLink ul > li {
 margin-left: 15px;
}
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink ul {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 margin: 0 auto;
}
 .mainHeader header .navbarLink ul li > .dropdown-menu {
 position: relative !important;
 -webkit-transform: none !important;
 transform: none !important;
 padding: 0px;
 margin-bottom: 15px;
}
 .mainHeader header .navbarLink ul li > .dropdown-menu li a {
 font-size: 16px;
}
 .mainHeader header .navbarLink ul li > .dropdown-menu li ul.subdropdown li a.dropdown-item {
 font-size: 13px;
}
}
.mainHeader header .navbarLink.active {
	left: 0;
}
 @media (max-width: 991px) {
 .mainHeader header .navbarLink {
 background: #fff;
 padding: 25px 10px;
 width: 100%;
 position: fixed;
 top: 0;
 left: -100%;
 height: 100vh;
 z-index: 999;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 overflow-y: scroll;
 text-align: center;
 padding-top: 35px;
}
 .mainHeader header .navbarLink .navbar-nav {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 width: 100%;
}
 .mainHeader header .navbarLink #dismiss .d-md-none {
 display: block !important;
}
}
.mainHeader header .navbarLink #dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: transparent;
	color: #3e4095;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9999;
}
.mainHeader header .navbarLink #dismiss i {
	top: 25px;
	font-size: 25px;
	position: absolute;
	right: 15px;
}
.mainHeader header .mobile_number {
	margin-left: 20px;
	position: relative;
}
.mainHeader header .mobile_number a {
	padding-left: 20px;
	color: #ED3237;
	font-size: 16px;
	font-weight: 600;
}
.mainHeader header .mobile_number a i {
	position: absolute;
	left: 0px;
	top: 3px;
}
 @media (max-width: 1199px) {
 .mainHeader header .navbarLink ul > li a {
 padding: 10px 6px 10px 6px;
}
 .mainHeader header .mobile_number {
 margin-left: 10px;
}
}
 @media (max-width: 991px) {
 .mainHeader .mobile_number {
 display: none;
}
}
.enquiry_products .modal-header {
	padding: 0px;
	border: none;
}
.enquiry_products .modal-header .close {
	position: absolute;
	top: -10px;
	right: 0px;
	background: #ED3237;
	opacity: 1;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	color: #fff;
	font-weight: 300;
	padding: 0px;
}
.enquiry_products .modal-header .close:hover {
	opacity: 1;
	color: #fff;
}
.enquiry_products .modal-body {
	padding: 40px 20px;
}
.infrastructurearea .infrastructurebox {
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 10px 0px;
	margin-bottom: 30px;
}
.infrastructurearea .infrastructurebox .infrastructuretitle {
	text-align: center;
}
.infrastructurearea .infrastructurebox .infrastructuretitle p {
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px;
}
.infrastructurearea .infrastructurebox img {
	height: 350px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}
.smallindimg {
	height: 500px;
	width: 500px;
}
.banner_home {
	position: relative;
	z-index: 1;
}
.banner_home video {
	display: block;
	max-width: 100%;
	width: 100%;
}
.banner_home p {
	position: absolute;
	bottom: 16%;
	left: 0px;
	z-index: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #fff;
	font-size: 83px;
	line-height: 124px;
	font-weight: 300;
}
.banner_home p span {
	font-weight: 500;
	font-size: 55px;
	line-height: 83px;
	display: block;
}
 @media (max-width: 767px) {
 .banner_home p {
 font-size: 50px;
 line-height: 50px;
}
 .banner_home p span {
 font-size: 40px;
 line-height: 50px;
}
}
 @media (max-width: 575px) {
 .banner_home {
 height: 80vh;
}
 .banner_home p {
 position: relative;
 padding: 10px;
 font-size: 30px;
 line-height: 30px;
 background: #cc0101;
}
 .banner_home p span {
 font-size: 20px;
 line-height: 30px;
}
}
.bannerarea p {
	color: #fff;
	font-size: 60px;
	line-height: 124px;
	font-weight: 300;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 20px;
	margin: 0;
}
.bannerarea .arrowBox {
	position: absolute;
	bottom: 20%;
	left: 0px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bannerarea .arrowBox.welcomeTxt {
	right: 0;
}
.bannerarea .arrowBox.welcomeTxt img {
	height: 160px;
	margin-bottom: 30px;
}
.bannerarea .arrowBox.welcomeTxt p {
	background: none;
	padding: 0;
}
.bannerarea .arrowBox.welcomeTxt .font40 {
	font-size: 40px;
	color: #000;
	line-height: 40px;
}
.bannerarea .arrowBox.welcomeTxt .font80 {
	font-size: 80px;
	font-weight: bold;
	color: #31349d;
	line-height: 64px;
	text-shadow: 3px 0 3px #000000;
	font-family: 'BankGothic Lt BT';
}
.bannerarea .arrowBox.welcomeTxt .font30 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 70px;
	color: #5f5f5f;
}
 @media (max-width: 1199px) {
 .bannerarea .arrowBox.welcomeTxt .font80 {
 font-size: 68px;
}
}
 @media (max-width: 991px) {
 .bannerarea .arrowBox.welcomeTxt img {
 height: 80px;
}
 .bannerarea .arrowBox.welcomeTxt .font40 {
 font-size: 30px;
 line-height: 0;
}
 .bannerarea .arrowBox.welcomeTxt .font80 {
 font-size: 40px;
}
 .bannerarea .arrowBox.welcomeTxt .font30 {
 font-size: 20px;
 line-height: 0;
}
}
 @media (max-width: 767px) {
 .bannerarea .arrowBox.welcomeTxt .font80 {
 font-size: 30px;
 line-height: 63px;
 text-shadow: none;
}
 .bannerarea .arrowBox.welcomeTxt .font30 {
 font-size: 16px;
}
}
 @media (max-width: 575px) {
 .bannerarea .arrowBox.welcomeTxt .font40 {
 font-size: 20px;
}
 .bannerarea .arrowBox.welcomeTxt .font80 {
 font-size: 25px;
}
}
 @media (max-width: 320px) {
 .bannerarea .arrowBox.welcomeTxt .font80 {
 font-size: 22px;
}
}
 @media (max-width: 575px) {
 .bannerarea .arrowBox.posrel {
 position: relative;
 bottom: inherit;
}
}
.bannerarea .banner_box .videoBlock {
	margin-top: -92px;
	height: 650px;
}
 @media (min-width: 1400px) and (max-width: 2500px) {
 .bannerarea .banner_box .videoBlock {
 margin-top: -190px;
 -o-object-fit: contain;
 object-fit: contain;
 height: 750px;
}
}
 @media (max-width: 1199px) {
 .bannerarea .banner_box .videoBlock {
 margin-top: 0px;
}
}
 @media (max-width: 991px) {
 .bannerarea .banner_box .videoBlock {
 height: 400px;
 margin-top: -25px;
 -o-object-fit: cover;
 object-fit: cover;
}
}
 @media (max-width: 767px) {
 .bannerarea .banner_box .videoBlock {
 margin-top: 0px;
 height: 350px;
}
}
 @media (max-width: 575px) {
 .bannerarea .banner_box .videoBlock {
 margin-top: 80px;
 height: 400px;
 -o-object-fit: contain;
 object-fit: contain;
}
}
.bannerarea .bannerimg img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
 @media (min-width: 1400px) and (max-width: 2500px) {
 .bannerarea .bannerimg img {
 height: 850px;
}
}
.bannerarea .bannerimg.bgnone:after {
	display: none;
}
.bannerarea .bannerimg.bgnone:after {
	display: none;
}
.bannerarea .slick-next {
	right: 15px;
}
 .bannerarea .slick-next::before {
 content: '\f105';
 font-family: FontAwesome;
 font-size: 50px;
 color: #cc0101;
}
.bannerarea .slick-prev {
	left: 15px;
	z-index: 1;
}
 .bannerarea .slick-prev::before {
 content: '\f104 ';
 font-family: FontAwesome;
 font-size: 50px;
 color: #cc0101;
}
.bannerarea .slick-dots {
	bottom: 6%;
}
.bannerarea .slick-dots li button {
	font-size: 0;
}
.bannerarea .slick-dots li {
	border: 2px solid transparent;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	margin-right: 10px;
	background: #DBDBDB;
}
.bannerarea .slick-dots {
	bottom: 20px;
}
.bannerarea .slick-dots li button:before {
	font-size: 0;
}
.bannerarea .slick-dots li.slick-active button:before {
	font-size: 0px;
	color: #DBDBDB;
	border-radius: 50%;
}
.bannerarea .slick-dots li.slick-active {
	width: 31px;
	border-radius: 20px;
	background: #fff;
}
 @media (max-width: 991px) {
 .bannerarea .bannerimg img {
 height: 400px;
 -o-object-fit: cover;
 object-fit: cover;
}
 .bannerarea p {
 font-size: 50px;
 line-height: 50px;
}
}
 @media (max-width: 767px) {
 .bannerarea .bannerimg img {
 height: 350px;
 -o-object-fit: cover;
 object-fit: cover;
}
 .bannerarea p {
 font-size: 40px;
}
}
 @media (max-width: 575px) {
 .bannerarea .slick-next:before, .bannerarea .slick-prev:before {
 display: none !important;
}
 .bannerarea p {
 font-size: 25px;
}
 .bannerarea .slick-dots {
 bottom: 10px;
}
 .bannerarea .slick-dots li.slick-active {
 background: #000;
}
 .bannerarea .arrowBox {
 margin-bottom: 50px;
}
 .bannerarea .bannerimg img {
 height: 400px;
 -o-object-fit: cover;
 object-fit: cover;
 -o-object-position: right;
 object-position: right;
}
}
.white {
	color: #fff !important;
}
.center {
	text-align: center !important;
}
.bold {
	font-weight: bold !important;
}
.mgmbtm0 {
	margin-bottom: 0 !important;
}
.margintop30 {
	margin-top: 30px !important;
}
.margintop50 {
	margin-top: 50px !important;
}
.boxShadowImage {
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16) !important;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16) !important;
}
.alignCenter {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.sectionPadding {
	padding: 100px 0px;
}
.sectionHeading {
	font-size: 60px;
	line-height: 70px;
	font-weight: 500;
	color: #292929;
	margin-bottom: 40px;
}
.subHeading {
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	color: #292929;
}
.tagLine {
	font-size: 60px;
	line-height: 70px;
	color: #292929;
	font-weight: 300;
	margin-bottom: 40px;
}
.exploreMoreBtn {
	color: #ED3237;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
	border: 1px solid #ED3237;
	padding: 12px 50px 12px 20px;
	display: inline-block;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}
 .exploreMoreBtn::after {
 content: '';
 padding-left: 0px;
 background: url(../images/arrow.svg) center center no-repeat;
 height: 100%;
 width: 25px;
 top: 0px;
 position: absolute;
 right: 15px;
}
.exploreMoreBtn:hover {
	color: #fff;
	background: #ED3237;
}
 .exploreMoreBtn:hover::after {
 background: url("../images/whitearrow.svg") center center no-repeat;
}
.exploreMoreBtntext {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	position: relative;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	border: 1px solid #fff;
	padding: 12px 50px 12px 20px;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 20px;
}
 .exploreMoreBtntext::after {
 content: '';
 padding-left: 0px;
 background: url(../images/whitearrow.svg) center center no-repeat;
 height: 100%;
 width: 25px;
 top: 1px;
 position: absolute;
 right: 15px;
}
.exploreMoreBtntext:hover {
	background: #ED3237;
	color: #fff;
}
.linkred {
	color: #ED3237;
	font-size: 18px;
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	font-weight: 500;
}
.linkred:hover {
	letter-spacing: 2px;
	color: #ED3237;
}
.linkred:focus {
	outline: none;
}
 @media (max-width: 1199px) {
 .tagLine {
 font-size: 50px;
 line-height: 60px;
 margin-bottom: 30px;
}
 .sectionHeading {
 font-size: 50px;
 line-height: 60px;
 margin-bottom: 30px;
}
}
 @media (max-width: 991px) {
 .sectionPadding {
 padding: 80px 0px;
}
 .tagLine {
 font-size: 40px;
 line-height: 50px;
}
}
 @media (max-width: 767px) {
 .sectionPadding {
 padding: 60px 0px;
}
 .tagLine {
 font-size: 30px;
 line-height: 40px;
 margin-bottom: 15px;
}
 .sectionHeading {
 font-size: 38px;
 line-height: 50px;
}
 .subHeading {
 font-size: 26px;
 line-height: 32px;
}
}
 @media (max-width: 575px) {
 .sectionPadding {
 padding: 50px 0px;
}
 .tagLine {
 font-size: 26px;
 line-height: 32px;
 margin-bottom: 15px;
}
 .sectionHeading {
 font-size: 30px;
 line-height: 40px;
}
}
.bullets {
	margin-bottom: 30px;
}
.bullets li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.bullets li:last-child {
	margin: 0;
}
 .bullets li::before {
 content: '';
 background: #ED3237;
 height: 14px;
 width: 14px;
 border: 4px solid #fff;
 position: absolute;
 left: 0;
 top: 5px;
 border-radius: 50%;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.aboutSection {
	background: url(../images/globe.png) no-repeat right top #F5F5F5;
	position: relative;
	z-index: 0;
}
 .aboutSection::after {
 content: '';
 position: absolute;
 bottom: 0px;
 left: 0px;
 height: 230px;
 width: 100%;
 background: #fff;
 z-index: -1;
}
.aboutSection .aboutContent {
	max-width: 90%;
	padding-top: 20px;
}
.aboutSection .min450 {
	min-height: 450px;
}
.aboutSection .alignCntr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aboutSection .rightimg {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 668px;
}
 @media (max-width: 1199px) {
 .aboutSection::after {
 height: 130px;
}
 .aboutSection .min450 {
 min-height: 300px;
}
 .aboutSection .rightimg {
 width: 100%;
}
}
 @media (max-width: 991px) {
 .aboutSection::after {
 height: 0px;
}
 .aboutSection .rightimg {
 position: relative;
 left: inherit;
}
 .aboutSection .min450 {
 min-height: auto;
}
}
 @media (max-width: 767px) {
 .aboutSection .aboutContent {
 padding: 0;
 width: 100%;
}
 .aboutSection .rightimg {
 display: none;
}
}
 .aboutuspage .aboutSection::after {
 content: '';
 position: absolute;
 bottom: 0px;
 left: 0px;
 height: 0px;
 width: 100%;
 background: #fff;
 z-index: -1;
}
 @media (max-width: 991px) {
 .aboutuspage .aboutSection .rightimg {
 display: none;
}
 .aboutuspage .aboutSection .aboutContent {
 max-width: 100%;
}
}
 @media (max-width: 767px) {
 .aboutuspage .margintop50 {
 margin-top: 0 !important;
}
}
.serviceSection {
	background: url(../images/services_bg.jpg) no-repeat;
	background-size: cover;
}
.serviceSection img {
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16);
}
.serviceSection .servicesDetail p:last-child {
	margin: 0;
}
.serviceSection .serviceTitle {
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}
.serviceSection .serviceTagLine {
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}
.serviceSection p {
	color: #fff;
}
 @media (max-width: 991px) {
 .serviceSection .servicesDetail {
 text-align: left;
}
 .serviceSection .servicesDetail .serviceTitle {
 text-align: center;
}
}
 @media (max-width: 767px) {
 .serviceSection .servicesDetail {
 padding: 0px 20px;
 margin-bottom: 30px;
}
}
 @media (max-width: 575px) {
 .serviceSection .serviceTagLine {
 font-size: 18px;
 line-height: 26px;
}
}
.lightGrayBg {
	background: #f5f5f5;
	padding: 50px 0px;
}
.industries .sectionHeading {
	margin: 0;
}
.industries .industriesList {
	-webkit-column-count: 2;
	column-count: 2;
	position: relative;
}
.industries .industriesList li {
	text-align: center;
	padding: 30px;
}
.industries .industriesList li img {
	height: 80px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	margin-bottom: 10px;
	background: #F58221;
	padding: 3px;
}
.industries .industriesList li span {
	display: block;
}
 .industries .industriesList::before {
 content: '';
 display: block;
 background: rgba(205, 205, 205, 0.3);
 height: 2px;
 width: 100%;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
}
 .industries .industriesList::after {
 content: '';
 display: block;
 background: rgba(205, 205, 205, 0.3);
 height: 100%;
 width: 2px;
 position: absolute;
 right: 0;
 left: 0;
 top: 0;
 margin: auto;
}
 @media (max-width: 991px) {
 .industries .sectionHeading {
 margin-bottom: 30px;
}
}
.industriesarea .industriesmenu {
	border-bottom: 4px solid #E1E1E1;
}
.industriesarea .industriesmenu ul {
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.industriesarea .industriesmenu ul li a {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #292929;
	padding: 20px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
}
 .industriesarea .industriesmenu ul li a::after {
 content: '';
 position: absolute;
 bottom: -3px;
 left: 0px;
 background: #D33439;
 height: 0px;
 width: 100%;
}
.industriesarea .industriesmenu ul li a:hover {
	color: #D33439;
}
 .industriesarea .industriesmenu ul li a:hover::after {
 height: 3px;
}
.industriesarea .industriesmenu ul li.active a {
	color: #D33439;
	font-weight: 600;
}
 .industriesarea .industriesmenu ul li.active a::after {
 height: 3px;
}
.industriesarea .industriesbody .industriesimg img {
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
	margin-bottom: 80px;
}
 @media (max-width: 991px) {
 .industriesarea .industriesmenu ul li a {
 font-size: 16px;
 padding: 15px 15px;
}
}
 @media (max-width: 767px) {
 .industriesarea .industriesmenu ul li a {
 font-size: 14px;
 padding: 15px 7px;
}
 .industriesarea .industriesbody .industriesimg img {
 margin-bottom: 40px;
}
}
 @media (max-width: 420px) {
 .industriesarea .industriesmenu ul {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
 .industriesarea .industriesmenu ul li {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
 text-align: center;
}
}
.clients .sectionHeading {
	margin: 0;
}
.clients .exploreMoreBtn {
	margin-top: 20px;
}
.clients .clientList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
 .clients .clientList::before {
 content: '';
 display: block;
 height: 2px;
 width: 100%;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
}
.clients .clientList .clientImage {
	padding: 20px 0px;
}
.clients .clientList .clientImage img {
	height: auto;
	width: auto;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	padding: 10px;
}
.clients .clientList li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	text-align: center;
	border-right: 1px solid rgba(205, 205, 205, 0.3);
}
.clients .clientList li:last-child {
	border: 0;
}
 @media (max-width: 991px) {
 .clients .sectionHeading {
 margin-bottom: 30px;
}
}
 @media (max-width: 575px) {
 .clients .clientList .clientImage {
 padding: 10px;
}
}
 @media (max-width: 767px) {
 .clients .clientList .clientImage img {
 padding: 0px;
 height: 60px;
}
}
.home_projectslider {
	background: url(../images/project_bg.jpg) top left no-repeat;
	background-size: cover;
}
.home_projectslider .projectslider .projectBox {
	margin: 10px 10px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
}
 @media (max-width: 575px) {
 .home_projectslider .projectslider .projectBox .projectName p {
 font-size: 16px;
}
}
.punchLine {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ED3237;
}
.visionmissionSection {
	background: url(../images/services_bg.jpg) no-repeat;
	background-size: cover;
}
.visionmissionSection .col-lg-4:last-child .visionmissionBox {
	margin-bottom: 0;
}
.visionmissionSection.bgnone {
	background: none !important;
}
.visionmissionSection.bgnone .visionmissionBox {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.visionmissionBox {
	background: #fff;
	border-radius: 10px 10px 50px 50px;
	max-width: 100%;
	padding-top: 20px;
	height: 100%;
}
.visionmissionBox .icon {
	position: absolute;
	top: -20px;
	right: 0;
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16);
	background: #D33439;
	border: 15px solid #fff;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.visionmissionBox .icon img {
	width: 80px;
	height: 80px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.visionmissionBox .visionmissionContent {
	padding: 17px 70px 20px 30px;
}
.visionmissionBox .visionmissionContent p {
	font-size: 16px;
	color: #292929;
}
.visionmissionBox .visionmissionContent p.title {
	font-size: 26px;
	font-weight: 700;
}
 @media (max-width: 991px) {
 .visionmissionBox {
 margin-bottom: 30px;
 height: auto;
}
}
 @media (max-width: 575px) {
 .visionmissionBox .icon {
 height: 130px;
 width: 130px;
 right: 15px;
}
 .visionmissionBox .icon img {
 width: 60px;
 height: 60px;
}
}
.clientspage .clientsbox {
	text-align: center;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
.clientspage .clientsbox img {
	height: 120px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.clientspage .col-md-3:last-child .clientsbox {
	margin-bottom: 0px;
}
.teammember .memberBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.teammember .memberBox img {
	border: 8px solid #fff;
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.16);
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}
.teammember .memberBox .memberContent {
	padding: 25px 10px;
	border: 5px solid #FFCCCC;
	border-left: 0;
}
.teammember .memberBox .memberContent p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.teammember .memberBox .memberContent span {
	font-size: 14px;
	font-style: italic;
	color: #7A7A7A;
}
 @media (max-width: 991px) {
 .teammember .memberBox {
 margin-bottom: 30px;
}
 .teammember .col-lg-6:last-child .memberBox {
 margin-bottom: 0px;
}
 .teammember .col-lg-6 .memberBox {
 margin-bottom: 30px;
}
 .teammember .col-lg-6 .memberContent {
 width: 300px;
 max-width: 100%;
}
}
 @media (max-width: 575px) {
 .teammember .memberBox {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .teammember .memberBox .memberContent {
 text-align: center;
 border: 0;
}
}
.certificateSection {
	position: relative;
	min-height: 460px;
	overflow: hidden;
}
.certificateSection .certificateSlider {
	position: absolute;
	width: 745px;
	left: 100%;
	top: 0;
}
.certificateSection .certificateSlider .slick-slide {
	margin: 10px;
	padding: 0 15px;
}
.certificateSection .certificateSlider img {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.certificateSection .certificate {
	border: 15px solid #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	margin-bottom: 30px;
}
.certificateSection .certificate img {
	margin: 0 auto;
	display: block;
}
 .certificateSection::before {
 content: '';
 display: block;
 height: 280px;
 background: #f5f5f5;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 width: 100%;
}
 @media (max-width: 991px) {
 .certificateSection .certificateSlider {
 position: relative;
 width: 100%;
 left: inherit;
 top: inherit;
}
}
 @media (max-width: 767px) {
 .certificateSection .certificateSlider .slick-slide {
 padding: 0px;
}
 .certificateSection .certificate {
 -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
}
.productPage .productSection, .servicespage .productSection {
	overflow: inherit;
}
.productPage .productBox, .servicespage .productBox {
	padding-bottom: 50px;
}
 @media (max-width: 1199px) {
 .productPage .productBox, .servicespage .productBox {
 padding-bottom: 0px;
}
}
 @media (max-width: 991px) {
 .productPage .productSection .productBox, .servicespage .productSection .productBox {
 background: none;
 text-align: center;
 margin-top: 0;
}
 .productPage .productSection .productBox::before, .servicespage .productSection .productBox::before {
 display: none;
}
 .productPage .productSection .productBox .productImage, .servicespage .productSection .productBox .productImage {
 position: relative;
 top: 10px;
}
 .productPage .productSection .productBox .productImage img, .servicespage .productSection .productBox .productImage img {
 margin: 0 auto;
 margin-bottom: 50px;
}
}
 @media (max-width: 1199px) {
 .servicespage .productSection .productBox .productImage {
 top: 15%;
}
}
 @media (max-width: 991px) {
 .servicespage .productSection .productBox .productImage img {
 width: 100%;
 margin: 0;
}
}
.productSection {
	overflow: hidden;
}
.productSection .sectionHeading {
	margin-bottom: 20px;
}
.productSection p {
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}
.productSection .productImage {
	position: absolute;
	right: 0;
	top: -30%;
}
.productSection .productImage img {
	-webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.27);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.27);
}
.productSection .productTitle {
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 30px;
}
.productSection .productContent {
	padding: 50px;
	padding-bottom: 20px;
}
.productSection .exploreMoreBtn {
	border: 0;
	color: #fff;
}
.productSection .productBox {
	background: #006600;
	position: relative;
	margin-top: 85px;
	margin-bottom: 50px;
}
 .productSection .productBox::before {
 content: '';
 display: block;
 background: #fff;
 height: 100%;
 width: 235px;
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 0;
}
.productSection .productBox .productImage {
	top: -15%;
}
.productSection .productBox .exploreMoreBtn {
	border: 1px solid #fff;
}
.productSection .productBox .productContent {
	min-height: 390px;
}
.productSection.proddetSec .productImage img {
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
}
.productSection .productSlider {
	background: #006600;
	position: relative;
	padding-bottom: 100px;
	z-index: 1;
}
 .productSection .productSlider::before {
 content: '';
 display: block;
 background: #fff;
 height: 100%;
 width: 235px;
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 0;
}
.productSection .productSlider .slick-list {
	overflow: initial;
}
.productSection .productSlider .slick-dots {
	bottom: 100px;
	right: 0px;
	width: auto;
}
.productSection .productSlider .slick-dots li button {
	font-size: 0px;
	background: red;
	width: 10px;
	border-radius: 50%;
	height: 10px;
}
 .productSection .productSlider .slick-dots li button::before {
 content: '';
 display: none;
}
.productSection .productSlider .slick-dots li.slick-active button {
	background: yellow;
}
 @media (max-width: 767px) {
 .productSection .productSlider {
 padding-bottom: 30px;
}
}
.productSection .thumbnailrow {
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.productSection .thumbnailrow p {
	padding: 10px 5px;
	color: #818181;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 18px;
	min-height: 65px;
}
.productSection .thumbnailrow .slick-slide {
	margin: 0px 10px;
}
.productSection .thumbnailrow .slick-slide img {
	height: 100%;
}
.productSection .thumbnailrow .nav_img {
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	overflow: hidden;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
}
 .productSection .thumbnailrow .nav_img::before {
 content: '';
 display: block;
 background: rgba(0, 0, 0, 0.5);
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 height: 100%;
}
.productSection .thumbnailrow .nav_img:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.productSection .thumbnailrow .slick-current.slick-active .nav_img {
	border-left: 7px solid #ED3237;
	border-top: 7px solid #ED3237;
}
 .productSection .thumbnailrow .slick-current.slick-active .nav_img::before {
 background: none;
}
 @media (max-width: 1199px) {
 .productSection .productImage {
 top: 10%;
}
}
 @media (max-width: 991px) {
 .productSection .productImage {
 position: relative;
 top: 0px;
 padding-top: 30px;
}
 .productSection .productImage img {
 margin: 0 auto;
}
 .productSection .thumbnailrow {
 margin-top: 0px;
}
 .productSection .productContent {
 background: #006600;
}
 .productSection .productSlider {
 background: none;
}
 .productSection .productSlider::before {
 display: none;
}
}
 @media (max-width: 767px) {
 .productSection .productTitle {
 font-size: 24px;
}
 .productSection .productContent {
 padding: 30px;
}
}
.prodtable {
	width: 100%;
	margin-top: 50px;
}
.prodtable tr th {
	text-align: center;
	padding: 15px;
	color: #fff;
	background: #006600;
}
.prodtable tr td {
	padding: 15px;
	text-align: center;
}
.prodtable tr td span {
	display: block;
}
 .prodtable tr:nth-child(odd) {
 background: #ebebeb;
}
.servicespage .productBox {
	position: relative;
	z-index: 1;
}
 .servicespage .productBox::before {
 display: none;
}
 .servicespage .productBox::after {
 content: '';
 display: block;
 background: #fff;
 height: 100%;
 width: 235px;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 z-index: -1;
}
.content p:last-child {
	margin-bottom: 0;
}
.serviceBox {
	padding: 40px;
	-webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
	margin: 30px;
}
.serviceBox .serviceTitle {
	color: #D33439;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
}
.serviceBox .mainLine {
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
.serviceBox p {
	margin-bottom: 35px;
}
 @media (max-width: 991px) {
 .serviceBox {
 padding: 30px;
}
}
 @media (max-width: 767px) {
 .serviceBox .serviceTitle {
 font-size: 18px;
 line-height: 22px;
}
 .serviceBox .mainLine {
 font-size: 16px;
 line-height: 20px;
 font-weight: 300;
 margin-bottom: 15px;
}
 .serviceBox p {
 margin-bottom: 15px;
}
}
.sideNavigation {
	margin: 30px 0px;
}
.sideNavigation .slick-slide {
	border: 0 !important;
	position: relative;
}
 .sideNavigation .slick-slide::before {
 content: '';
 background: rgba(212, 212, 212, 0.6);
 height: 100%;
 width: 1px;
 position: absolute;
 left: 0;
 border-radius: 10px;
}
 .sideNavigation .slick-current.slick-active::before {
 background: #ED3237;
 width: 3px;
}
.sideNavigation .slick-current.slick-active span.title {
	color: #ED3237;
	font-weight: bold;
}
.sideNavigation span.title {
	font-size: 20px;
	color: #292929;
	display: block;
	padding: 7px 20px;
	position: relative;
}
 @media (max-width: 767px) {
 .sideNavigation .slick-slide::before {
 height: 1px;
 width: 100%;
 bottom: 0;
}
 .sideNavigation .slick-current.slick-active::before {
 background: #ED3237;
 width: 100%;
 bottom: 0;
}
 .sideNavigation span.title {
 font-size: 18px;
 text-align: center;
}
}
.projectBox {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.projectBox img {
	height: 304px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	background: #fff;
}
.projectBox .projectName {
	background: #006600;
	padding: 15px 10px;
	text-align: center;
	min-height: auto;
}
.projectBox .projectName p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 5px;
}
.projectBox .projectName p span {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.projectBox .projectName span {
	color: #A8A8A8;
	display: block;
	font-size: 14px;
	font-weight: 800;
}
 @media (max-width: 991px) {
 .projectBox .projectName {
 min-height: inherit;
}
 .projectBox .projectName p {
 font-size: 18px;
 line-height: 25px;
}
 .projectBox img {
 height: 250px;
 -o-object-fit: scale-down;
 object-fit: scale-down;
}
}
.contactForm .exploreMoreBtn {
	cursor: pointer;
}
.form-group {
	margin-bottom: 20px;
}
.form-group .form-control {
	border: 0;
	-webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	height: 56px;
}
.form-group textarea {
	height: auto !important;
}
p.contactTxt {
	margin-bottom: 50px;
}
input[readonly] {
	background-color: transparent !important;
}
.uploadresume i {
	color: #707070;
	cursor: pointer;
	font-size: 20px;
}
.uploadresume .input-group-btn {
	position: absolute;
	right: 0;
	top: 10px;
}
.uploadresume label.error {
	top: 100%;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
.addressBox li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 40px;
	font-size: 20px;
	color: #292929;
}
.addressBox li a {
	font-size: 20px;
	color: #292929;
}
.addressBox li span {
	position: absolute;
	left: 0;
	top: 3px;
	height: 40px;
	width: 40px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.contactarea {
	background-color: #fff;
}
footer {
	background: #006600;
}
footer .downloadBrochure {
	margin: 0;
	margin-bottom: 15px;
	display: inline-block;
	padding: 10px 20px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	border: 1px solid #006600;
}
footer .downloadBrochure span {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 500;
}
 footer .downloadBrochure::before {
 content: '';
 position: absolute;
 width: 0px;
 height: 100%;
 left: 0;
 top: 0px;
 background: #006600;
 opacity: 0;
 z-index: 1;
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
footer .downloadBrochure:hover span {
	color: #006600;
}
 footer .downloadBrochure:hover::before {
 width: 100%;
 opacity: 1;
}
footer .sectionPadding {
	padding: 50px 0;
	text-align:left;
}
 @media (max-width: 767px) {
 footer .sectionPadding {
 padding: 10px 0px 40px 0px;
}
}
footer .footer {
	background: #006600;
	color: #fff;
}
footer .footer .whitetxt span, footer .footer .whitetxt i {
	color: #fff;
}
footer .footer .footerBlock h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}
footer .footer .footerBlock .address {
	font-size: 14px;
	width: 100%;
	color: #fff;
}
footer .footer .footerBlock .contact p {
	margin-bottom: 5px;
	font-size: 19px;
	color: #fff;
}
footer .footer .footerBlock .contact a {
	color: #fff;
}
footer .footer .footerBlock .footerLink {
	-webkit-column-count: 2;
	column-count: 2;
}
footer .footer .footerBlock .footerLink li a {
	color: #fff;
	font-size: 16px;
}
footer .footer .footerBlock .footerLink li a:hover {
	color: #ED3237;
}
footer .footer .footerBlock .footerLink li.active a {
	color: #ED3237;
}
 @media (max-width: 767px) {
 footer .footer .footerBlock .footerLink {
 -webkit-column-count: 1;
 column-count: 1;
}
}
footer .footer .footerBlock .socialLink {
	list-style: none;
}
footer .footer .footerBlock .socialLink li {
	display: inline-block;
	margin-right: 10px;
}
footer .footer .footerBlock .socialLink li a {
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	background-color: #fff;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #fff;
}
footer .footer .footerBlock .socialLink li a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
footer .footer .footerBlock .socialLink li a img {
	width: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
footer .footer .footerbtm {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer .copyright {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0px;
}
footer .footer .copyright p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #fff;
}
 @media (max-width: 767px) {
 footer .footer .copyright {
 padding: 10px 0;
}
 footer .footer .copyright p {
 font-size: 13px;
}
}
 @media (max-width: 575px) {
 footer .footer .copyright {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 padding: 5px 0;
}
}
 @media (max-width: 991px) {
 footer .footer h3 {
 margin-top: 30px;
}
}
 @media (max-width: 767px) {
 footer .footer {
 text-align: center;
}
 footer .footer .footerBlock .address {
 margin: 0 auto;
}
}
.newsarea .news_box {
	position: relative;
	-webkit-box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.14);
	width: 100%;
	display: inline-block;
	margin-bottom: 45px;
}
.newsarea .news_box .top_date {
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 50px;
	line-height: 30px;
	color: #fff;
	height: 90px;
	background: #006600;
	width: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
}
.newsarea .news_box .top_date span {
	font-size: 14px;
	font-weight: 500;
}
.newsarea .news_box .news_img img {
	width: 100%;
	height: 230px;
	-o-object-fit: cover;
	object-fit: cover;
}
.newsarea .news_box .newsDetail {
	padding: 45px 32px 40px;
	background-color: #fff;
}
.newsarea .news_box .newsDetail .title_news {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.newsarea .news_box .newsDetail p {
	font-size: 16px;
	margin-bottom: 0px;
}
 @media (max-width: 767px) {
 .newsarea .news_box .top_date {
 font-size: 45px;
 line-height: 24px;
}
 .newsarea .news_box .top_date span {
 font-size: 16px;
}
 .newsarea .news_box .news_img img {
 height: 180px;
}
 .newsarea .news_box .newsDetail {
 padding: 20px;
 min-height: 180px;
}
}
 @media (max-width: 575px) {
 .newsarea .col-6 {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
}
.newsdetailarea .exploreMoreBtn {
	margin-bottom: 25px;
}
.newsdetailarea .newsdetailBox {
	-webkit-box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.14);
}
.newsdetailarea .newsdetailBox .newsdetailopenimg {
	position: relative;
}
.newsdetailarea .newsdetailBox .newsdetailopenimg img {
	width: 100%;
	height: 440px;
	-o-object-fit: cover;
	object-fit: cover;
}
.newsdetailarea .newsdetailBox .newsdetailopenimg .date_title {
	padding: 18px 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #006600;
	margin: 0px;
	font-size: 35px;
	color: #fff;
}
.newsdetailarea .newsdetailBox .newsdetailopentext {
	padding: 50px 50px 45px;
}
.newsdetailarea .newsdetailBox .newsdetailopentext .ewsdetailtitle {
	font-size: 20px;
	min-height: auto;
	margin-bottom: 30px;
}
.newsdetailarea .newsdetailBox .newsdetailopentext p {
	font-size: 16px;
	min-height: 185px;
}
 @media (max-width: 991px) {
 .newsdetailarea .newsdetailBox .newsdetailopenimg img {
 height: 285px;
 -o-object-fit: cover;
 object-fit: cover;
}
}
 @media (max-width: 767px) {
 .newsdetailarea .newsdetailBox .newsdetailopenimg img {
 height: 230px;
}
 .newsdetailarea .newsdetailBox .newsdetailopenimg .date_title {
 padding: 10px 30px;
 font-size: 25px;
}
 .newsdetailarea .newsdetailBox .newsdetailopentext {
 padding: 50px 25px 45px;
}
}
/*# sourceMappingURL=style.css.map */

.inner_header {
	border-top: 10px solid #006600;
}
table {
	margin: 0 auto !important;
}
.footerBlock h4 {
	font-weight: bold;
}


.top_menu ul li {
	list-style: none;
	margin-left: 30px;
	padding: 0px;
	color: #252525 !important;
    font-weight: 500;
    font-size: 19px;
    font-family: "Open Sans";
	float: left;
}

