/*-----Fonts------*/	
   
@font-face {
	font-family: myParagraph;
	src: url("../fonts/CerebriSans-Regular.ttf");
}
@font-face {
	font-family: myHeading;
	src: url("../fonts/CerebriSans-SemiBold.ttf");
}
@font-face {
	font-family: 'HelveticaNeueLTStd-UltLt';
	src: url('../fonts/HelveticaNeueLTStd-UltLt.eot');
	src: url('../fonts/HelveticaNeueLTStd-UltLt.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-UltLt.svg#HelveticaNeueLTStd-UltLt') format('svg'), url('../fonts/HelveticaNeueLTStd-UltLt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-UltLt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-UltLt.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
/* Scroll Color */
::-webkit-scrollbar {
 width: 10px;
 height: 60px;
}
::-webkit-scrollbar-track-piece {
 background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb:vertical {
 height: 200px;
 background-color: #ed1b24;
 border-radius: 20px;
}
/* Scroll Color */
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
} 
html, body {
	height: 100%;
	font-family: myParagraph;/*overflow-x:auto;*/
	
}
@-moz-document url-prefix() { /* Firefox Hack :( */
 html, body {
 overflow-x:-moz-hidden-unscrollable;
}
}
.no_scroll {
    overflow-x: hidden;
}

a, a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family: myHeading;
	font-weight: 900;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
}
p {
	font-size: 17px;
	line-height: 1.7;
}
.hr-inner {
	border: 1px solid #ed1b24;
	position: absolute;
	width: 32%;
	margin-left: -16%;
	left: 50%;
}
.hr-inner-style {
	position: absolute;
	background: #fff;
	border: 1px solid #ed1b24;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-top: -5px;
}
.nopadd {
	padding: 0;
}
.nopadd-left {
	padding-left: 0 !important;
}
.nopadd-right {
	padding-right: 0;
}
.navbar-inverse {
	padding: .8em 0;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	border: none;/*    border-top:3px solid #EE423A;*/
}
.navbar-inverse .navbar-nav > li > a {
	color: #282828;
	font-size: 16px;
	font-weight: 600;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #ed1b24;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #ed1b24;
}
.navbar-brand {
	padding: 0 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #EE423A;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
	background: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #EE423A;
	background: transparent;
}
.navbar-toggle .icon-bar {
	height: 4px;
}
.navbar-brand > img {
	display: block;
	width: 180px;
	position: relative;
	top: 10px;
}
.btn-enqiury {
	background: #ed1b24;
	border: 2px solid #ed1b24;
	color: #fff;
	border-radius: 0;
	padding: 12px 20px;
	margin-top: 1em;
	transition: all .3s linear;
}
.btn-enqiury:hover {
	background: transparent;
	color: #ed1b24;
}
.nav>li>a {
	padding: 10px;
}
.banner img {
	width:100%;
}
.banner h1 {
	display:none;
}

/*Director Section*/

.director-block {
	padding: 6em 0;
}
.img-director {
	border: 6px solid #EAEAEA;
}
.red-box {
	background: #ed1b24;
	color: #fff;
	padding: 3em 4em;
	position: absolute;
	left: -100px;
	top: 70px;
}
.red-box h1 {
	margin-top: 0;
}
.red-box_inner {
	overflow: auto;
	height: 250px;
}
/*Director Section*/



.board-block {
	padding: 6em 0;
}
.board-block .container-fluid {
	margin: 4em 0;
}
.img-board {
	width: 100%;
}
.gary-box {
	background: #f0f0f0;
	color: #000;
	padding: 3em 4em;
	height: 424px;
}
.gary-box h1 {
	margin-top: 0;
}
.gary-box img, .red-box img {
	border: 2px solid transparent;
	border-radius: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.gary-box img:hover, .red-box img:hover {
	border: 2px solid #fff;
}
.img-exihibition {
	width: 100%;
	position: absolute;
	right: -44px;
	z-index: 999;
	top: 60px;
}
.exihibition_imag {
	overflow: hidden;
}
.exihibition_imag:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.exihibiton-box {
	background: #f0f0f0;
	color: #000;
	padding: 6em 6em;
	height: 500px;
}
.exihibiton-box h4 {
	line-height: 1.6;
	margin: 1em 0;
}
/*Client Section*/

.client-block {
	padding: 0 0 6em 0;
}
.client-block img {
	margin: 1.4em 0;
}
.client-block img:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
/*Client Section*/

.news-block {
	background: #000;
	padding: 1em 0;
	border-bottom: 1px solid #fff;
}
.news-block h2 {
    color: #ed1b24;
    margin: 1.1em 0;
}
.news-block p {
	margin: 0;
}
.news-p {
	padding: 2em;
	background: #fff;
	border-radius: 8px;
}
.news-p h4 {
    font-size: 23px;
    margin: 0 30px 18px 0;
    float: left;
    /*max-width: 130px;*/
}
.news-p li {
    display: inline-block;
    list-style: none;
    font-size: 17px;
	margin:0 15px 7px 0;
}
.news-p li img {
    margin: -5px 0 0 0;
}
.news-p a {
    font-size: 15px;
	color:#ed1b24;
	display:inline-block;
}
.news-p a:hover {
	color:#000;
}
.news-textbox {
	border-radius: 0;
	height: 46px;
	width: 90%;
}
.btn-news {
	padding: .8em 3em;
	width: 90%;
	font-size: 16px;
	background: #ed1b24;
	border-radius: 0;
	transition: all .3s linear;
}
.btn-news:hover {
	background: #464646;
	color: #fff;
}
/*White Block*/

/*Brouchure Block*/

.broucher {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	padding: 1em;
	margin: 1em 0;
	position: relative;
}
.broucher:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.broucher img, .pdf_icon img {
	width: 100%;
}
.broucher h5 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.pdf_icon {
	position: absolute;
	bottom: 40px;
	right: 10px;
	z-index: 1;
	opacity: 0;
}
.broucher:hover:after, .broucher:hover .pdf_icon {
	opacity: 1;
}
/*Brouchure Block*/

/*Success Block*/

.success-block {
	padding: 4em 0;
	background: #F6F6F6;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
.panel-body {
	font-size: 16px;
}
/*Success Block*/

.btn-login {
	background: #ed1b24;
	padding: 8px 40px;
	color: #fff;
	margin: 1em 0;
}
.userbox {
	background: #ddd;
	padding: 2em;
}
.userbox p {
	margin-bottom: 4px;
}
.userbox a {
	color: #333;
	font-size: 14px;
}
.userbox a i {
	color: #ed1b24;
}
.userbox input {
	border: 1px solid #999;
}
/*Associate Block*/

.associate-block {
	border: 1px solid #ddd;
	margin: 2em 0;
	background: #FBE1E2;
}
.associate-block a {
	background: #ed1b24;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
}
.associate-padd {
	padding: 4em 0;
}
.associate-block ul {
	padding: 0 0 0 20px;
}
.associate-block li {
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 7px;
}
.p-marg {
	margin-bottom: 1.6em;
}
.paddbox {
	padding: 2em 0;
}
.paddbox2 {
	padding: 0 0 2em 0;
}
/*Associate Block*/

.pink-area h4 {
	background: #F1ECE8;
	padding: 1em;
}
.pink-area ul li {
	line-height: 2.2;
	font-size: 17px;
	list-style: none;
}
.account-area .form-group {
	margin-bottom: 1em;
}
.btn-shop {
	background: #ed1b24;
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #ed1b24;
}
.btn-shop:hover {
	background: #fff;
	color: #ed1b24;
}
/*Chemical Block*/

.chemical-block {
	padding: 4em 0;
}
.chemical-block .userbox {
	display: inline-block;
	width: 100%;
}
.chemical-block h1 {
	margin-top: 0;
}
.chemicalbox {
	background: #f0f0f0;
	padding: 4em 0;
	margin: 4em 0;
}
.chemical_text {
	display: grid;
}
.chemicalbox h3 {
	margin: 1em 0;
}
.chemicalbox ul {
	margin: 0;
	padding: 0;
}
.chemicalbox ul li {
	list-style: none;
	font-size: 17px;
	line-height: 2;
}
/*Chemical Block*/

/*Projects Block*/

.flex-parent {
	display: flex;
	flex-wrap: nowrap;
	margin: 2em 0;
}
.flex-child {
	width: 100%;
	margin: 1em;
}
.core-parent {
	display: flex;
	flex-wrap: nowrap;
}
.core-child {
	width: 100%;
	overflow: hidden;
}
.core-child img {
	width: 100%;
}
.core-child:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.redmarg {
	margin-top: 5em;
}
.redicon-box {
	border: 1px solid #D1D1D1;
	padding: 1em;
	margin: 1em 0;
}
.redicon-box img {
	margin-bottom: 1em;
}
.redicon-box p {
	margin: 0;
	line-height: 1.1;
	text-align: center;
}
/*Projects Block*/

/*Contact Block*/

.contact-block {
	padding: 4em 0;
}
.contactbox {
	padding: 2em 0;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.contactbox h3 {
	margin-top: 0;
}
.media.second .media-body p {
    line-height: 1.1;
}

/*Contact Block*/



.grayarea-block {
	padding: 4em 0;
	background: #F6F6F6;
}
.drkgry-bg {
	background: #ececec;
}
.nav-tabs {
	background: #E3E3E3;
}
.nav-tabs > li > a {
	font-size: 18px;
	color: #000;
	padding: 1em;
	font-weight: bold;
}
.tab-content > .tab-pane {
	padding: 1em;
	border: 1px solid #ddd;
}
/*Gallery Block*/

.galleryimg img {
	margin: 1em 0;
}
.gallery-block {
	padding: 4em 0 0;
}
.gallery-block.last {
	padding-bottom: 4em;
}
.gallery-block h2, .gallery-block h3 {
	margin: 0 0 10px;
}
.gallery-block h4 {
	margin-bottom: 2em;
	color: #A2A2A2;
}
/*Gallery Block*/

/*Facilities Block*/

.pinkbox {
	background: #FDEDEE;
	padding: 2em;
	margin: 1em 0;
	border: 1px solid #FDEDEE;
	transition: all .3s linear;
}
.pinkbox:hover {
	background: #fff;
	border: 1px solid #ddd;
}
.pinkbox:hover h1 {
	color: #FDEDEE;
}
.pinkbox h1 {
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 30px;
	transition: all .3s linear;
}
.pinkbox h3 {
	margin-top: 0;
}
.pinkbox p {
	font-size: 14px;
}
/*Facilities Block*/

.redcircle {
	background: #ed1b24;
	padding: 2em 0;
	border-radius: 50%;
	margin-top: 1em;
	height: 110px;
	width: 110px;
}
/*Testimonial Block*/

.test-box {
	background: #F3F3F3;
	padding: 2em;
}
.media:first-child {
	margin-top: 1em
}
.media {
	margin: 1em 0;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.media, .media-body {
	background: #f3f3f3;
}
.media-body {
	padding-left: 1em;
}
.mediabox {
	padding-top: 1.6em;
}
.mediabox p {
	padding-right: 15px;
}
/*Testimonial Block*/

/*Video Block*/

.video-block {
	padding: 0 0 4em 0;
}
.video-block iframe {
	margin: 1em 0;
}
/*Video Block*/

.leftred {
	background: #ed1b24;
	padding: 1em;
	border-radius: 50%;
}
.adressarea {
	padding: 0 2em;
}
.adressarea a {
	color: #333;
}
.adressarea a:hover {
	color: #ed1b24;
}
.careerform .inputbx {
	border: 1px solid #999;
	border-radius: 0;
	height: 40px;
	margin-bottom: 2em;
}
/*Subfooter*/

.subfooter-block {
	background: #000;
	color: #fff;
	padding: 4em 0;
}
.subfooter-block h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.4em;
}
.subfooter-block a {
	color: #fff;
}
.subfooter-block a:hover {
	color: #ed1b24;
}
.subfooter-box ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
}
.subfooter-box li {
	list-style: none;
	margin: 0 0 15px;
}
.subfooter-box li a {
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
}
.subfooter-box li a:hover, .subfooter-box li.active a {
	color: #ed1b24;
}
.subf-fa-ml {
	margin-right: 10px;
}
.socialmedia a {
	margin-right: 1em;
	font-size: 20px;
}
/*Subfooter*/





/*footer*/

.footer {
	border-top: 1px solid #fff;
	padding: 0;
	background: #000;
}
footer div {
	padding: 1em 0 1.4em 0;
	color: #fff;
}
footer div p {
	margin: 0;
}
footer div a {
	color: #ed1b24;
}
footer div a:hover {
	color: #333;
}
/*footer*/





/*Popupmodal*/

.mobilefooter {
	display: none;
}
.mobilenumber {
	display: none;
}
.enquireNowScroll {
	position: fixed;
	color: #fff !important;
	top: 50%;
	right: -3.4%;
	transform: translateY(-50%);
	transform: rotateZ(-90deg);
	border: none;
	outline: none;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 8px 20px;
	z-index: 1000;
	cursor: pointer;
	background: #ed1b24;
	border-radius: 0;
}
.enquireNowScroll:hover {
	background: #000;
}
.modal-content {
	border-radius: 0;
}
.modal-content h4 {
	font-size: 24px;
}
.close {
	font-size: 36px;
}
.fade-scale {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.fade-scale.in {
	opacity: 1;
	transform: scale(1);
}
/*Popupmodal*/
/*Whatsapp*/
.whatsapp {
	position: fixed;
	right: 2%;
	bottom: 4%;
	z-index: 1;
}
.whatsapp img {
	width: 38px;
}
/*Whatsapp*/

/*============================= HOME PAGE =============================*/
/*.banner_home {
	background: url(../img/home-banner-video.jpg) no-repeat center center;
	height: 100vh;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	margin-top: 5em;
}*/
#myVideo {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner-section {
	position: relative;
	padding: 70px 0 0;
}
.banner_home {
	position: relative;
	height: 91vh;
}
.banner_home:before {
	content: "";
	position: absolute;
	top: 0;
	height: 91vh;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.banner_home .caption {
	position: absolute;
	bottom: 90px;
	/*transform:translate(0, -50%);*/
	text-align: center;
	width: 100%;
}
.slick-slide .banner_home .caption img {
	display: inline-block;
	width:auto;
}
.slick-slide .banner_home img {
    display: block;
	width:100%;
}
.banner_home .caption h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.banner_home .caption a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.video_slide .slick01.slick-dotted.slick-slider {
	margin-bottom: -5px;
}
.video_slide .slick01 .slick-dots {
	bottom: 25px;
}
.introduce {
	background: #ececec;
	padding: 80px 0 90px;
	text-align: center;
}
.introduce_inner h2 {
	font-family: myParagraph;
	font-weight: 400;
	margin: 0 0 5px;
}
.introduce_inner span {
	font-size: 18px;
	color: #000;
	margin: 0 0 15px;
	display: inline-block;
}
.introduce_inner p {
	font-size: 20px;
	text-align: justify;
	color: #000;
}
.introduce_inner a {
	color: #ed1c24;
	font-weight: 600;
}
.products {
	background: #ed1c24;
	padding: 60px 0 80px;
}
.heading h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'myParagraph';
	margin: 0 0 50px;
}
.industries .heading h1 {
	color: #333;
}
.product_box_img img {
	width: 100%;
}
.product_box_name h4 {
	margin: 0;
}
.product_box_name a {
	color: #fff;
}
.product_box_name {
	background: transparent;
	padding: 15px 0px;
}
.product_box {
	margin: 0 0 20px;
	overflow: hidden;
}
.product_box:hover .product_box_img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.product_box:hover .product_box_name {
	background: #000;
	padding-left: 20px;
}
.product_box:hover .product_box_name a {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 44px 0 0;
	color: #fff;
}
.industries {
	background: #dbdbdb;
	padding: 60px 0 80px;
}
.industry .industry_inner:nth-child(2n) {
	margin-top: 70px;
}
.benefit .industry_inner:nth-child(2n) {
	margin-top: 30px;
}
.industry_box {
	position: relative;
	margin: 15px 15px;
	border: 2px solid #000;
	text-align: center;
	overflow: hidden;
}
.industry_box:hover {
	border-radius: 100%;
	border: 2px solid #ed1c24;
}
.industry_box:hover .industry_img img {
	border-radius: 100%;
	border: 2px solid #ed1c24;
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.industry_img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.industry_name {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	transform: translate(0, -50%);
}
.industry_box:hover .industry_name {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	padding: 8px 10px;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(0, 0);
}
.industry_name h4 {
	color: #fff;
	font-family: 'myParagraph';
	font-weight: 300;
	margin: 0;
}
.industry_name a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}
.industry_slide .slick-dots li button {
	background: #ed1c24;
	border-radius: 100%;
}
.industry_slide .slick-dots li.slick-active button {
	background: #8b0f14;
}
.industry_inner .redicon-box {
	border: 1px solid #bbb;
}
.industry_inner .redicon-box.draw a {
	color: #333;
}
.worked {
	padding: 60px 0 80px;
}
.worked h1 {
	color: #000;
}
.work_img img {
	border: 1px solid #ccc;
	padding: 30px 0;
	margin: 0 0 15px;
	width: 100%;
}
.work_img {
	margin: 0 10px;
}
#slick2 .slick-slide:nth-child(2n) {
	margin-top: 80px;
}
#slick2 .slick-dots li button {
	height: 8px;
	width: 8px;
	padding: 0;
}
.worked .slick-slider .slick-dots {
	bottom: -50px;
}
.worked .slick-slider .slick-dots li button {
	background: #000;
	border-radius: 100%;
}
.worked .slick-slider .slick-dots li.slick-active button {
	background: #ea1e23;
}
.testimonial {
	padding: 120px 0 90px;
	background-image: url(../img/testimonial_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.testimonial_slider {
	display: inline-block;
	width: 100%;
}
.testimonial_slider .testimonial_item {
	color: #fff;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.testimonial_slider .testimonial_item p {
	line-height: 1.5;
	font-size: 19px;
}
.testimonial_slider .testimonial_item span {
	font-size: 16px;
	margin: 30px 0 60px;
	display: inline-block;
}
.testimonial_slider .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	transform: rotate(90deg) translateX(-50%);
	-webkit-transform: rotate(90deg) translateX(-50%);
	right: 0;
}
.testimonial_slider .owl-theme .owl-dots .owl-dot span {
	background: #5a1b1f;
}
.testimonial_slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ed1c24;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 0;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 0;
	top: auto;
	bottom: 0px;
	margin-top: 0;
	margin-right: 0;
}
#quote-carousel .carousel-indicators li {
	width: 130px;
	height: 130px;
	cursor: pointer;
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 1;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 128px;
	height: 128px;
	opacity: 1;
	transition: all .2s;
}
.carousel-indicators .active {
	background-image: url(../img/testimonial_img_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	background-color: transparent;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.carousel-inner {
	color: #fff;
}
.carousel-inner p {
	font-size: 19px;
	line-height: 1.5;
}
blockquote small {
	color: #fff;
	margin: 40px 0 40px;
	font-size: 17px;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
	display: none;
}
.testimonial_slider .carousel-dots {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}
.testimonial_slider .carousel-dots li::marker {
 color: #5a1b1f;
 font-size: 29px;
 line-height: 0;
}
.testimonial_slider .carousel-dots li.active::marker {
 color: #ed1c24;
}
.carousel-indicators {
	left: 0;
	width: 100%;
	margin-left: 0;
}
.product-box .slide .carousel-indicators {
	bottom: -60px;
}
.product-box .slide .carousel-indicators li {
	background-color: #000;
}
.product-box .slide .carousel-indicators li.active {
	background-color: #ed1b24;
}
.blog {
	padding: 60px 0 80px;
}
.blog h1 {
	color: #000;
}
.blog_inner {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	border-top: 1px solid #000;
	margin: -5px 0 0;
}
.blog_inner:hover {
	background: #ed1c24;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
.blog_inner .blog_img {
	overflow: hidden;
}
.blog_inner:hover .blog_img img {
	/*transform: scale(1.1);
	-webkit-transform: scale(1.1);*/
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.blog_inner:hover .blog_text_inner h2, .blog_inner:hover .blog_text_inner {
	color: #fff;
}
.blog_inner:hover .blog_arrow img {
	opacity: 0;
}
.blog_inner:hover .blog_arrow a {
	background-image: url(../img/arrow_wht.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.blog_inner:last-child {
	border-bottom: 1px solid #000;
}
.blog_text_inner h2 {
	font-family: 'HelveticaNeueLTStd-UltLt';
	font-size: 33px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px;
}
.blog_text_inner p {
	font-size: 15px;
}
.blog_text, .blog_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
.exihibition {
	background: #ed1c24;
	padding: 60px 0 80px;
}
/*.exhibition_cont {
	max-width: 540px;
}*/
.exhibition_cont h2 {
	color: #fff;
	margin: 5px 0 20px;
	font-weight: 400;
	font-family: 'myParagraph';
}
.exhibition_cont p {
	color: #fff;
	line-height: 1.4;
}
.exhibition_add {
	color: #fff;
	font-size: 19px;
	border: 1px solid #fff;
	padding: 25px 20px;
	display: inline-block;
	margin: 20px 0 0;
	width:90%;
}
.exhibition_add a {
	color: #fff;
}	
.exhibition_img img {
	width: 100%;
}
.draw {
	overflow: hidden;
	position: relative;
}
.draw::before, .draw::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	border: 4px solid transparent;
	width: 0;
	height: 0;
	z-index: -1;
}
.draw:hover::before {
	top: 0;
	left: 0;
	border-top-color: #fff;
	border-right-color: #fff;
	animation: border 2s infinite;
}
.redicon-box.draw:hover::before {
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
}
.chemicalbox_imag.draw:hover::before, .gallery_inner.draw:hover::before {
	border-top-color: #333;
	border-right-color: #333;
}
.exihibiton-box.draw:hover::before {
	border-top-color: #ccc;
	border-right-color: #ccc;
}
.img-box.draw:hover::before {
	border-top-color: #b1b1b1;
	border-right-color: #b1b1b1;
}
.draw::after {
	bottom: 0;
	right: 0;
	animation: border 2s 1s infinite, borderColor 2s 1s infinite;
}
.exihibiton-box.draw a {
    font-size: 19px;
}
 @keyframes border {
 0% {
 width: 0;
 height: 0;
}
 25% {
 width: 100%;
 height: 0;
}
 50% {
 width: 100%;
 height: 100%;
}
 100% {
 width: 100%;
 height: 100%;
}
}
@keyframes borderColor {
 0% {
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 51% {
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 100% {
 border-bottom-color: transparent;
 border-left-color: transparent;
}
}
.projects {
	margin: 60px 0 80px;
}
.projects_inner {
	background-image: url(../img/turnkey_banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 70px 0;
}
.projects_inner.heading h1 {
	margin: 0 0 15px;
}
.projects_inner p {
	color: #fff;
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.5;
}
.projects_inner .btn_inform {
	background: #fe0000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin: 40px 0 0;
	font-size: 17px;
}
.projects_inner .btn_inform:hover {
	background: #000;
}
.projects_inner .btn_inform img {
	margin: -5px 0 0 20px;
}
.gallery_inner img {
	width: 100%;
	padding: 10px;
	margin: 0;
}
.slick-dots li button {
	background: #000;
	border-radius: 100%;
	height: 8px;
	width: 8px;
}
.slick-dots li.slick-active button {
	background: #ec1118;
}
.slick02 .slick-dots li.slick-active button {
	background: #fff;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
/*============================= PRODUCT PAGE CSS STARTS =============================*/
.product_blender_bg {
	background: url(../img/product_blender_banner.jpg) no-repeat center center;
	height: 60vh;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	margin-top: 5em;
}
.product_head .chemical-block {
	padding: 4em 15px;
	display: inline-block;
	width: 100%;
}
.chemical-block_inner {
	text-align: center;
	margin: 0 0 30px;
}
.blender_description {
	background: #eee;
	padding: 4em 0;
}
.blender_imag img {
	width: 100%;
}
.blender_text h3 {
	font-size: 21px;
	margin: 0 0 15px;
}
.blender_text li {
	list-style: none;
	font-size: 15px;
	color: #505050;
	background-image: url(../img/check_red.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding: 0px 0 0 30px;
	line-height: 1.2;
	margin: 0 0 15px;
}
.pneumatic_text h3 {
	margin: 0 0 15px;
}
.pneumatic_machine {
	position: relative;
	margin: 40px 0 0;
}
.pneumatic_machine:after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: -40px;
	right: -40px;
	border: 10px solid #ed1b24;
	z-index: -1;
}
.mixing_machine {
	padding: 50px 0 0;
}
.mixer_shaft {
	padding: 0 0 4em;
	display: inline-block;
	width: 100%;
	margin-top: 70px;
}
.mix_shaft {
	border: 2px solid #ccc;
	padding: 20px 15px;
	border-radius: 4px;
	background-color: #f9f9f9;
}
.applicant_text {
	display: inline-block;
	width: 100%;
	padding: 0 0 4em;
}
.applicant_text h3 {
	text-decoration: underline;
}
.applicant_text ul, .content {
	padding-left: 15px;
	margin: 15px 0 40px 0;
}
.applicant_text li {
	list-style: none;
	background-image: url(../img/check_red.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding: 0px 0 0 30px;
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 15px;
}
.mrgT50 {
	margin-top: 50px;
}
#product .heading {
	color: #ef1c23;
	margin-bottom: 50px;
}
#product .product-box {
	width: 100%;
box-shadow: 0 .1rem 1rem rgba(0,0,0,.15) !important;
	padding: 20px;
	margin: 0 0 50px;
	background-color: #fff;
}
#product .product-box .img-box {
	border: 1px solid #b1b1b1;
	width: 370px;
	height: 370px;
	text-align: center;
	display: inline-block;
}
#product .product-box .product-content {
	display: inline-block;
	width: 57%;
	position: absolute;
	background: #fff;
	margin: 78px 0 0 -50px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#product .product-box .product-content p {
	line-height: 1.3;
}
#product .product-box .product-content .btn-enqiury {
	padding: 4px 12px;
	border-radius: 5px;
	margin: 0;
}
#product .nav-tabs {
	background: none;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 0px;
}
#product .nav-tabs > li {
	float: none;
	width: max-content;
	display: inline-block;
	width: 25%;
	margin: 0 10px 15px;
}
#product .nav-tabs > li a {
	border: none;
	color: #000;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
}
#product .nav-tabs > li {
	width: 30%;
	margin: 0 5px 15px;
}
#product .nav-tabs.second li a {
	text-transform: capitalize;
}
#product .nav-tabs > li.active a, #product .nav-tabs > li a:hover {
	background: #ed1b24;
	color: #fff;
}
#product .tab-content {
	margin-bottom: 20px;
}
#product .tab-content > .tab-pane {
	border: 0;
}
#product .tab-content p {
	margin-bottom: 20px;
}
#product .tab-content ul {
	padding-left: 30px;
}
#product .tab-content ul li {
	padding-bottom: 10px;
	font-size: 17px;
}
.shodi {
	display: none;
}
.hidden-menu {
	margin: 0 0 30px;
	padding: 40px;
	background-color: #fff;
}
.prod_tabs .tab-content .tab-pane p, .prod_tabs .tab-content .tab-pane li {
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 5px;
}
.hidden-menu ul {
	padding: 0 0 0 30px;
}
.hidden-menu p, .hidden-menu li, #product .tab-content td {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px;
}
#product .multi_tabs .nav-tabs > li {
	width: 15%;
	margin: 0 3px;
}
#product .multi_tabs .nav-tabs > li a {
	padding: 16px 8px;
}
#product .tab-content .table-bordered>tbody>tr>td {
	border: 1px solid #ccc;
}
.chemical-block h2 {
	text-transform: uppercase;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

}
@media (max-width: 1199px) {
#product .product-box .product-content {
	width: 45%;
}
.banner_home, .banner_home::before {
	height: 83vh;
}
	
}
 @media (max-width: 1024px) {
.nav > li > a {
	padding: 14px 11px;
}
.navbar-brand > img {
	top: 10px;
}
}
 @media (max-width: 991px) {
.nav > li > a {
	padding: 14px 8px;
}
.exhibition_img {
	text-align: center;
}
.exhibition_cont, .exhibition_cont h2 {
	max-width: 100%;
	text-align: center;
}
.exhibition_cont h2 {
	margin: 30px 0 0;
}
.exhibition_cont p {
	font-size: 16px;
}
.subfooter-box {
	margin: 0 0 40px;
}
.broucher h5 {
	font-size: 13px;
}
.redcircle img {
	width: 50%;
}
.blender_imag {
	text-align: center;
	margin: 0 0 40px;
}
#product .nav-tabs > li a {
	font-size: 14px;
}
.banner_home_text h2 {
	font-size: 32px;
}
.banner_home, .banner_home::before {
	height: 100%;
}
.industry .industry_inner:nth-child(2n) {
    margin-top: 0;
}
.flex-child {
    margin: 3px;
}
.redicon-box {
    padding: 0.6em;
}

}
 @media (max-width: 768px) {
.redcircle {
	height: 150px;
	width: 150px;
}
.core-parent {
	display: flex;
	flex-wrap: wrap;
}
.core-child {
	width: 50%;
}
.flex-parent {
	flex-wrap: wrap;
	margin: 1em 0;
}
.flex-child {
	width: 50%;
	margin: 0;
}
.redicon-box {
	padding: 10px;
	height: 180px;
}
.redicon-box p {
	font-size: 14px;
}
.redmarg {
	margin-top: 0;
}
.mediabox {
	padding: 2em;
}
.banner h1 {
	line-height: 1.4;
	font-size: 30px;
}
.img-exihibition,.img-exihibitionnew {
	position: initial !important;
    margin-bottom: 10px;
}
.exihibiton-box {
	padding: 2em;
	height: auto;
}
.gary-box {
	height: auto;
}
.red-box {
	background: #ed1b24;
	color: #fff;
	padding: 2em;
	position: initial;
}
.footer {
	padding: 1em 0 4em 0;
}
.footer a {
	margin: 0 6px;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	overflow: hidden;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.navbar-nav {
	float: none !important;
	margin: 7.5px -15px;
}
.navbar-nav > li {
	float: none;
}
.whatsapp {
	right: 3%;
	bottom: 19%;
}
.enquireNowScroll {
	display: none !important;
}
.navbar-toggle {
	background-color: #EE423A;
}
.navbar-inverse .navbar-nav > li > a {
	color: #282828;
}
.navbar-collapse {
	margin-top: 14px;
	background: #fff;
}
.mobilenumber, .mobilefooter {
	display: block;
	font-size: 16px;
	background: #ed1b24;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	position: fixed;
	padding: 12px 0;
	text-align: center;
	z-index: 999;
}
.mobilefooter {
	width: 50%;
}
.mobilenumber {
	right: 0;
	padding: 0 !important;
	width: 49.4%;
}
.mobilenumber a {
	padding: 12px 0;
	color: #fff;
	display: block;
}
.navbar-brand {
	padding: 0 20px;
}
.footer-logo {
	margin: 1em 0;
}
.nav-justified > li {
	float: left;
}
.nav-justified > li > a {
	font-size: 12px;
	padding: 10px 6px;
}
.banner_home .caption h2 {
	font-size: 37px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #EE423A;
}
}
 @media (max-width: 767px) {
.work_img {
	text-align: center;
}
.work_img img {
	width: 100%;
}
.worked .first, .worked .second, .worked .third {
	margin: 0;
}
.testimonial_slider .testimonial_item p {
	font-size: 16px;
	padding: 0 15px;
}
.blog_img {
	text-align: center;
}
.blog_text, .blog_arrow {
	min-height: auto;
	text-align: center;
}
.blog_text_inner h2 {
	margin: 20px 0 5px;
}
#quote-carousel .carousel-indicators li {
	width: 90px;
	height: 90px;
}
#quote-carousel .carousel-indicators .active {
	width: 90px;
	height: 90px;
}
.introduce, .industries, .worked, .testimonial, .blog, .exihibition {
	padding: 40px 0;
}
.products {
	padding: 40px 0 0;
}
.projects {
	margin: 40px 0;
}
.broucher h5 {
	font-size: 15px;
}
.subfooter-box {
	display: inline-block;
	width: 100%;
}
.responsive_width {
	width: 100%;
}
.panel-title {
	font-size: 14px !important;
}
.director-block {
	padding: 2em 0;
}
.media-body {
	display: contents;
}
.mediabox {
	padding: 1em;
	display: inline-block;
}
.board-block {
	padding: 2em 0;
}
.exihibiton-box {
	padding: 1em;
}
.redcircle_cont {
	margin: 0 0 40px;
}
.media-left {
	float: left;
}
.media-body h3 {
	padding: 0;
	margin: 0 0 5px;
}
.media-body p {
	padding: 0 0 0 70px;
}
#product .tab-content ul {
	padding-left: 0;
}
.banner_home .caption {
    position: absolute;
    bottom: 50px;
}
.industry .industry_inner:nth-child(2n) {
    margin-top: 0;
}
#product .product-box .img-box {
    width: 310px;
}	
	
}

@media (max-width: 575px) {
.banner_home .caption {
    bottom: 34px;
}	
.slick-slide .banner_home .caption img {
	width:30%;
}	
.banner_home .caption h2 {
	font-size:17px;
}
.banner_home .caption a {
    font-size: 15px;
}
.industry .col-xs-6 {
    width: 100%;
}
#product .product-box .img-box {
    width: 100%;
}
#product .product-box .img-box .carousel-inner > .item > img {
    margin: 0 auto !important;
}
#product .product-box .product-content {
    width: 100%;
	position:relative;
	margin:20px 0 0 0;
}


}


.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
 @media (max-width: 630px) {
#product .nav-tabs > li {
	width: 30%;
	margin: 0 6px;
}
}
@media (max-width: 590px) {
.facility-block .media-left {
	float: left;
	width: 100%;
}
.facility-block .media-object {
	width: 100%;
}
.facility-block .mediabox {
	padding: 2em 1em 1em;
}
.facility-block .media-body p {
	padding: 0;
}
}
 @media (max-width: 575px) {
h1, .banner4 h1 {
	font-size: 23px;
}
h2 {
	font-size: 21px;
}
.introduce_inner p, p {
	font-size: 15px;
}
.projects_inner p {
	padding: 0 15px;
}
#slick2 .slick-slide:nth-child(2n) {
	margin-top: 0;
}
.gary-box {
	padding: 1em 1em 2em;
}
.gary-box h4, .exihibiton-box h4 {
	font-size: 15px;
}
.banner h1 {
	font-size: 22px;
}
.gallery-block h3 {
	font-size: 17px;
}
.contactbox h3 {
	margin-top: 0;
	font-size: 21px;
}
.adressarea {
	padding: 0;
}
.blender_imag img {
	width: 100%;
}
#product .nav-tabs > li {
	width: 100%;
	margin: 0 10px 10px;
}
.banner_home_text h2 {
	font-size: 25px;
}
}
@media (max-width: 480px) {
.exhibition_img img {
	width: 100%;
}
}
@media (max-width: 479px) {
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
	width: 100%;
	color: #fff;
	transition: all 0.3s;
}
#sidebar.active {
	margin-left: -250px;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #ed1b24;
}
#sidebar ul.components {
	padding: 20px 0;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
	text-transform: uppercase;
	color: #000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#sidebar ul li ul li {
	text-align: right;
}
#sidebar ul li ul li a {
	text-transform: capitalize;
	text-align: right;
	color: #000;
	padding: 4px 10px;
	display: inline-block;
}
#sidebar ul li a:hover, #sidebar ul li a:focus {
	color: #fff;
	background: #ed1b24;
	padding-left: 20px;
}
#sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
	color: #fff;
	background: #ed1b24;
	padding-left: 20px;
}
#sidebar ul li a[data-toggle="collapse"] {
	position: relative;
}
#sidebar ul li a[aria-expanded="false"]::before, #sidebar ul li a[aria-expanded="true"]::before {
	content: '\e259';
	display: block;
	position: absolute;
	right: 20px;
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
}
#sidebar ul li a[aria-expanded="true"]::before {
	content: '\e260';
}
#products_video .gallery_inner img {
	padding: 0;
}
#product_vido {
	width: 100%;
	display: inline-block;
}
/*:root {
 --primary-color: #000;
 --secondery-color: #8a8a8a;
 --shadow-color: #9d9fb3;
 --veryf-color: #ed1b24;
}*/	
.form__container {
	margin-top: 4rem;
	background-color: #000;
	border-radius: 2rem;
	padding: 1rem
}
.title__container {
	width: 100%;
	height: 4.5rem;
	padding: 0.6rem 1.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #42434e
}
.title__container h1 {
	letter-spacing: 2px;
	color: white;
	margin-bottom: 0.4rem;
	font-size: 30px;
}
.title__container p {
	color: #9d9fb3;
	font-size: 0.75rem
}
.body__container {
	display: flex
}
.left__container {
	width: 35%;
	display: flex;
	justify-content: center;
	border-right: 1px solid #42434e;
	padding: 1.25rem 0;
	margin-right: 2rem;
	padding-right: 1.8rem
}
.side__titles {
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.title__name {
	padding: 0.6rem 0.1rem;
	margin-bottom: 0.25rem
}
.title__name h3 {
	margin-bottom: 0.20rem;
	margin-top: 25px;
	text-align: right;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: normal;
}
.title__name p {
	text-align: right;
	color: #9d9fb3;
}
.progress__bar__container {
	padding-top: 2.6rem
}
.progress__bar__container ul .active {
	background-color: #ed1b24;
}
.progress__bar__container ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	background: #9d9fb3;
	padding: 0.5rem 0.6rem;
	margin-bottom: 2.8rem;
	border-radius: 50%;
	font-size: 22px;
	color: #ffffff;
	margin-left: 2rem;
	position:relative;
	z-index:11;
}
.progress__bar__container ul li::before {
	content: '';
	width: 1px;
	height: 11vh;
	position: absolute;
	background-color: #9d9fb3;
}
.progress__bar__container ul .active::before {
	content: '';
	width: 1px;
	height: 11vh;
	position: absolute;
	background-color: #8a8a8a;
}
.right__container {
	width: 65%;
	display: flex;
	padding: 1.5rem 1.5rem
}
.right__container fieldset {
	border: none;
	width: 100%;
}
.sub__title__container {
	padding: 1rem 0 1.2rem 0;
	border-bottom: 1px solid #42434e
}
.sub__title__container h2 {
	text-transform: capitalize;
	color: #ffffff;
	margin: 0.4rem 0;
	font-size: 25px;
	font-weight: normal;
}
.sub__title__container h2 span {
	font-size: 16px;
	display: block;
	color: #ccc;
}
.sub__title__container p {
	color: #9d9fb3;
}
.active__form {
	display: none
}
.input__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem
}
.input__container ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.input__container ul li .checkbox label {
	margin-right: 15px;
}
.group1 label {
	width: 88px;
}
.group1 input {
	width: 72%;
}
.input__container label {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0.4rem;
	display: inline-block;
}
.input__container hr {
	border: 1px solid #42434e;
}
.input__container input[type=text], .input__container textarea {
	padding: 0.5rem;
	font-size: 1.4rem;
	background: none;
	border: 1px solid #8a8a8a;
	margin-bottom: 1.2rem;
	outline: none;
	color: #ffffff;
	display: inline-block;
}
.nxt__btn {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 0;
	font-size: 18px;
	font-weight: bold;
	border-radius: 2rem;
	background: #8a8a8a;
	color: #ffffff
}
.nxt__btn:hover {
	transform: scale(1.03);
	background: #1cd68c;
	cursor: pointer
}
.buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0
}
.prev__btn {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer
}
.selection {
	display: flex;
	align-items: center;
	border: 1px solid #9d9fb3;
	padding: 0.5rem 0.5rem;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	width: 100%
}
.selection:hover {
	border: 1px solid #8a8a8a;
	background-color: #000;
	cursor: pointer
}
.imoji {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.4rem;
	margin: 0 0.2rem;
	margin-right: 0.4rem;
	font-size: 2rem;
	font-weight: 900;
	color: yellow;
	border-radius: 50%;
	background: #9d9fb3;
}
.descriptionTitle h3 {
	color: #ffffff;
	margin-bottom: 4px
}
.descriptionTitle p {
	font-size: 0.75rem;
	color: #9d9fb3;
}
.slider {
	display: flex;
	align-items: center;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.75rem;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	position: relative;
	margin-top: 3rem
}
.slider:hover {
	opacity: 1
}
 .slider::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 background: #8a8a8a;
 cursor: pointer;
 position: relative
}
 .slider::-webkit-range-thumb {
 width: 50px;
 height: 50px;
 background: #8a8a8a;
 cursor: pointer;
 position: relative
}
.output__value {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 2em;
	padding: 0.8rem 0.8rem;
	position: absolute;
	background-color: #8a8a8a;
}
.output__value::after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background-color: black;
	transform: rotate(45deg);
	position: absolute;
	margin-top: 40px;
	background-color: #8a8a8a;
}
 @media only screen and (max-width: 600px) {
/*body {
	background-color: #8a8a8a;
}*/
.form__container {
	margin: 0;
}
.body__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0
}
.right__container {
	width: 100%;
	margin: 0;
	padding:0;
}
.group1 input {
    width: 100%;
}
.title__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.5rem
}
.left__container {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	border: none
}
.buttons {
	justify-content: space-between
}
.descriptionTitle h3 {
	font-size: 1rem
}
.descriptionTitle p {
	font-size: 0.6rem
}
.side__titles {
	display: none;
	flex-direction: row;
	justify-content: space-evenly
}
.title__name h3 {
	font-size: 0.75rem
}
.title__name p {
	font-size: 12px;
}
.progress__bar__container {
	margin-bottom: 0
}
.progress__bar__container ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 0 2rem
}
.progress__bar__container ul::before {
	height: 5vh
}
.progress__bar__container ul li {
	margin: 10px;
	padding: 10px
}
.progress__bar__container ul li::before {
	transform: rotate(90deg)
}
.progress__bar__container ul li::before {
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color: #9d9fb3;
    transform: rotate(90deg);
}


}


.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-padding_lft {
	padding-left: 0;
}
.no-padding_rght {
	padding-right: 0;
}
.form-group.grp01 {
	float: left;
	width: 28%;
	margin-right: 10px;
}
.form-control:focus {
	outline: 0;
	box-shadow: none;
}
.cstm_tbl {
	border: 1px solid #fff;
}
.cstm_tbl thead th, .cstm_tbl tbody th, .cstm_tbl tbody td {
	color: #fff;
	border-right: 1px solid #fff;
}
.cstm_tbl tbody td input {
	margin: 0;
	padding: 0;
	border: none;
}
.cstm_tbl thead th:first-child {
	width: 80px;
}
.table.cstm_tbl > thead > tr > th {
	border-bottom: none;
}
.cstm_tbl td input[type="text"] {
	border: none;
}
.cstm_form_grp .form-group {
	float: left;
	width: 9%;
	margin-right: 10px;
}
.cstm_form_grp .form-group:nth-child(1) {
	width: 140px;
}
.cstm_form_grp .form-group:nth-child(4), .cstm_form_grp .form-group:nth-child(5) {
	width: 190px;
}
.cstm_form_grp .form-group:last-child {
	margin-right: 0;
}
.cstm_form_grp .form-group input {
	border: none;
	border-bottom: 1px solid #8a8a8a;
	border-radius: 0;
}
.marketing_associate .right__container {
	width: 100%;
}
.marketing_associate .nxt__btn {
	width: 13%;
}

.product_bx {
    margin: 0 0 40px;
}
.product_bx_img img {
    width: 100%;
}
.product_bx_cont {
    padding: 30px 25px;
    margin: 0;
    border: 1px solid #ccc;
	border-top:none;
    background: #ddd;
    border-top: none;
}
.product_bx_cont h3 {
    font-size: 21px;
    color: #ed1b24;
	text-align: center;
    margin: 0 0 20px;
}
.product_bx_cont li {
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.product_bx_cont li a {
    font-size: 17px;
    color: #444;
    line-height: 35px;
    display: block;
    position: relative;
    font-weight: 300;
}
.product_bx_cont li a:after {
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.product_bx_cont li a:hover {
	color:#ed1b24;
}
.product_bx_cont li ul {
    padding-left: 20px;
}

@media (max-width: 1199px) {
.form-group.grp01 {
    width: 27.6%;
}
.input__container label {
	font-size:13px;
}
.cstm_form_grp .form-group:nth-child(1) {
    width: 100px;
}
.cstm_form_grp .form-group {
    width: 11%;
}
.cstm_form_grp .form-group:nth-child(4), .cstm_form_grp .form-group:nth-child(5) {
    width: 145px;
}
.input__container .no-padding {
    padding-left: 15px;
}

}

@media (max-width: 991px) {
.cstm_form_grp .form-group:nth-child(1) {
    width: 210px;
}
.cstm_form_grp .form-group {
    width: 20%;
}
.cstm_form_grp .form-group:nth-child(4), .cstm_form_grp .form-group:nth-child(5) {
    width: 195px;
}

}


@media (max-width: 767px) {
.title__container h1 {
    font-size: 23px;
}
.sub__title__container h2 {
    font-size: 19px;
}	

}

@media (max-width: 575px) {
.title__container h1 {
    font-size: 19px;
	text-align:center;
}

}

@media (max-width: 429px) {
.cstm_form_grp .form-group:nth-child(1) {
    width: 143px;
}	
.cstm_form_grp .form-group:nth-child(4), .cstm_form_grp .form-group:nth-child(5) {
    width: 278px;
}

}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.img-exihibitionnew {
    width: 300px;
    position: absolute;
    right: 60px;
    z-index: 999;
    top: 90px;
    margin-left: auto;
    margin-right: auto;
}