/* CSS Document */
*{
	box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,p{
	margin:0px;
	padding: 0px;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #5f5f5f;
	line-height: 28px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.no-scroll {
	overflow: hidden;
}
a {
    color: #faa61a;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #007383;
    text-decoration: none;
}
img{
	max-width: 100%;
}
.container {
	max-width: 1250px;
	padding: 0;
}
/*toprow*/
.top-row {
	float: left;
	width: 100%;
	background-color: #faa61a;
}
.top-row .top-social {
	float: left;
	width: auto;
	padding: 8px 0;
	border-right: 1px solid #fff;
}
.top-row .top-social ul {
	list-style: none;
}
.top-row .email {
	position:relative;
	padding: 0 0 0 20px;
	float: left;
	width: auto;
	margin-left: 5px;
}
.top-row .email:before{
	position: absolute;
	content: "\f1ee";
    top: 8px;
    left: 0;
	font-family:"Material Design Icons";
	color: #ffffff;
}
.top-row .email a {
	display: inline-block;
	padding: 8px 0px;
	margin-left: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight : 400;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.top-row .email a:hover {
	color: #006470;
}
.top-row .top-social ul li {
	list-style:none;
	display: inline-block;
	margin-right: 10px;
}
.top-row .top-social ul li a {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight : 400;
	line-height: 25px;
	text-align: center;
	text-decoration: none;	
	transition: all .25s ease-in-out;
}
.top-row .top-social ul li a:hover {
	border: 1px solid #006470;
	color: #006470;
}
.top-row .top-contact {
	float: right;
	width: auto;
}
.top-row .top-contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-row .top-contact ul li {
	position: relative;
	display: inline-block;
	padding: 8px 15px 8px 20px;
}
.top-row .top-contact ul li:before {
	position: absolute;	
    font-family: "Material Design Icons";
    font-size: 15px;color: #ffffff;
	top: 8px;
    left: 0px;
}
.top-row .top-contact ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fdd38d;
	left: -10px;
	top: 0;
}
.top-row .top-contact ul li a {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
}
.top-row .top-contact ul li a:hover {
	color: #006571;
}
.top-row .top-contact ul li.phone:before {
	content: "\F3F2";
}
.top-row .top-contact ul li.whatsapp:before {
	content: "\F5A3";
}
#header {
	position: relative;
    float: left;
    width: 100%;
	padding: 30px 0px;
    transition: all 0.3s ease-in-out;
}
#header .logo {
	float: left;
	width: 250px;
}
#header .logo img {
	width: 100%;
	height: auto;
}

#header .trademark {
	float: left;
    width: 170px;
    margin: 7px 0 7px 50px;
}
#header .trademark img {
	width: 100%;
	height: auto;
}

.mainNav{
	float: right;
	width: auto;
	padding: 20px 0 0 0;	
}
.mainNav ul.menu{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainNav ul.menu li {
	position: relative;
    display: inline-block;
    width: auto;
    margin: 0 30px;
}
.mainNav ul.menu li:last-child {
	margin-right: 0px;
}
.mainNav ul.menu li a {
	position: relative;
	display: inline-block;
	padding-bottom: 15px; 
	font-size: 16px;
	color: #282828;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration:none;
	transition: all .25s ease-in-out;
}
.mainNav ul.menu li a:after {
	position: absolute;
    top: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 60%;
    height: 3px;
    background: #faa61a;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.mainNav ul.menu li.menu-item-has-children a::after {
    right: 15px;
}
.mainNav ul.menu >  li > a:hover,
.mainNav ul.menu > li:hover > a,
.mainNav ul.menu > li:hover > a::after,
.mainNav ul.menu >  li > a:hover::after,
.mainNav ul.menu >  li.current-menu-ancestor a,
.mainNav ul.menu >  li.current-menu-ancestor a::after,
.mainNav ul.menu >  li.current-menu-item > a,
.mainNav ul.menu >  li.current-menu-item > a::after {
	color: #faa61a;
	outline: none;
	opacity: 1;	 
}
.mainNav ul.menu li.menu-item-has-children a {
	position: relative;
	padding-right: 25px;
}
.mainNav ul.menu li.menu-item-has-children > a:before {
	content: "\F140";
    font-family: "Material Design Icons";
    position: absolute;
    font-size: 20px;
    top: 30%;
    right: 0px;
    transform: translateY(-50%);
}
.mainNav ul li a svg {
	display: none;
}
.mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background-color: #007383;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0px;
}
.mainNav ul.menu li ul.sub-menu li a {
	display: block;
	padding: 10px 12px;
	border-bottom: none;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
}
.mainNav ul.menu li ul.sub-menu li > a:after {
	display: none;
}
.mainNav ul.menu li ul.sub-menu li a:hover,
.mainNav ul.menu li ul.sub-menu li:hover > a,
.mainNav ul.menu li ul.sub-menu li.current-menu-item > a {
	background-color: #faa61a;
	color: #ffffff;
	text-decoration: none;
}
.mainNav ul.menu li ul.sub-menu li.menu-item-has-children a {
	padding-right: 26px;
}
.mainNav ul.menu li ul.sub-menu li.menu-item-has-children > a:before {
	content: "\F142";
    right: 10px;
	top: 50%;
}
.mainNav ul.menu > li > ul > li > ul.sub-menu {
	top: 0;
	left: -100%;
	display: none;
}
.mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.mainNav ul.menu > li > ul > li> ul.sub-menu > li > ul.sub-menu {
	top: 0;
	left: -100%;
	display: none;
}
.mainNav ul.menu > li > ul > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
	display: block;
}
/*.mainNav ul.menu > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a:before {
	display: none;
}*/


#slider {
	position: relative;
	float:left;
	width: 100%;
}
#slider .container {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#slider .caption {
	position:absolute;
	width: 45%;
	top: 50%;
    transform: translateY(-50%);
}

#slider .item img {
	height: 550px;
    object-position: center;
    object-fit: cover;
}

#slider .caption.new {
	width: 42%;
	background-color: rgba(45, 45, 45, 0.7);
    padding: 13px 13px;
	left: 200px;
	overflow: hidden;
}
#slider .caption.new h1 {
	margin: 0px 0 20px 0;
    font-size: 37px;
	line-height: 57px;
}
#slider .caption.new .btn:hover {
	border: 1px solid #faa61a;
    background-color: #faa61a;
}


#slider .container .right-img {    
	float: right;
	width: auto;
	padding-top: 120px;
	padding-right: 40px;
}
#slider .container .right-img img {
	max-width: 100%;
	height: auto;
}
#slider .caption p {
	position: relative;
	padding: 0px 0px 10px 10px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
#slider .caption p:before{
	position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #faa61a;
    top: 7px;
    left: 0;
}
#slider .caption h1 {
	margin: 0 0 30px 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	line-height: 60px;	
}
#slider .caption .btn {
	display: inline-block;
	padding: 11px 44px;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
    text-transform: uppercase;
	border-radius: 0;
}
#slider .caption .btn:hover {
	border: 1px solid #006571;
	background-color: #006571;
	color: #ffffff;
}
#slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
}
#slider .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: #ffffff;
}
#slider .owl-theme .owl-dots .owl-dot.active span, 
#slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa200;
}
#slider .owl-carousel .owl-item {
    overflow: hidden;
}
#slider > [id*="rev_slider_2_1_forcefullwidth"] rs-slide p.rs-layer  {
	position: relative;
	padding-left: 10px;
}
#slider > [id*="rev_slider_2_1_forcefullwidth"] rs-slide p.rs-layer::before {
	position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #faa61a;
    top: 7px;
    left: 0;
}

#middle{
	float: left;
	width:100%;
}
#aboutSec {
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}
#aboutSec:before {
	position: absolute;
    content: '';
    width: 27%;
    height: 85%;
    background-color: #004e58;
    right: 0;
    top: 60px;
}
#aboutSec .about-cont {
	float: left;
	width: 100%;
}
#aboutSec .about-cont h3 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px 0px 0px 15px;
	font-size: 18px;
	color: #faa61a;
	font-weight: 600;
	line-height: 28px;
}
#aboutSec .about-cont h3:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #faa61a;
    top: 3px;
    left: 0;
}
#aboutSec .about-cont h2 {
	margin: 0 0 30px 0;
	font-size: 30px;
	color: #006571;
	font-weight: 600;
	line-height: 40px;
}
#aboutSec .about-cont p {
	margin: 0 0 40px 0;
	font-size: 18px;
	color: #5f5f5f;
	font-weight: 400;
	line-height: 28px;
}
#aboutSec .about-cont .read-more {
	display: inline-block;
	padding: 11px 25px;
	background-color: #faa61a;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
	transition: all 0.3s ease-in-out;
}
#aboutSec .about-cont .read-more:hover {
	background-color: #006571;
}
#aboutSec .about-img {
	float: left;
	width: 100%;
	text-align: right;
}
#aboutSec .about-img img {
	width: 80%;
	height: auto;	
}
#product-sec {
	padding-top: 80px;
	padding-bottom: 80px;
}
#product-sec h3 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	color: #faa61a;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}
#product-sec h3:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 13px;
	background-color: #faa61a;
	top: 7px;
	left: 0;
}
#product-sec h2 {
	margin: 0 0 15px 0;
	font-size: 40px;
	color: #006571;
	font-weight: 600;
	line-height: 48px;
}
#product-sec .product-slider {
	float: left;
    width: 100%;
    padding-top: 50px;
}
#product-sec .product-slider .owl-carousel .owl-stage-outer {
    padding-top: 20px;padding-bottom: 50px;
}
#product-sec .product-slider .product-listing .item .image {
	display: inline-block;
	height: 278px;
	margin-bottom: 30px;
	overflow: hidden;
-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);}
#product-sec .product-slider .product-listing .item img {
	width: 100%;
	transition: all .25s ease-out;
}
#product-sec .product-slider .product-listing .item .image:hover img {
	transform: scale(1.15);
}
#product-sec .product-slider .product-listing .item h4 {
	position: relative;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 15px;
	font-size: 24px;
	color: #282828;
	font-weight: 600;
}
#product-sec .product-slider .product-listing .item h4:before {
	position: absolute;
    content: '';
    width: 1px;
    height: 21px;
    background-color: #faa61a;
    top: 5px;
    left: 0;
}
#product-sec .product-slider .product-listing.owl-theme .owl-nav {
	top: auto;
	bottom: 0;
}
#product-sec .product-slider .product-listing.owl-theme .owl-nav button.owl-prev {
	width: 45px;
    height: 45px;
    border-radius: 0;
    background-image: url(../images/product-owl-prev.png);
    background-repeat: no-repeat;
    left: 46%;
}
#product-sec .product-slider .product-listing.owl-theme .owl-nav button.owl-next {
	width: 45px;
	height: 45px;
	border-radius: 0;
	background-image:url(../images/product-owl-next.png);
	right: 46%;
}
/*mobile dots css*/
#product-sec .product-slider .product-listing.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #282828;
}
#product-sec .product-slider .product-listing.owl-theme .owl-dots .owl-dot.active span, 
#product-sec .product-slider .product-listing.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa200;
}
#ourValues{
	position: relative;	
  	height: 100%; 
  	background-position: center; 
 	background-repeat: no-repeat;
  	background-size: cover;
	padding-top: 50px;
	padding-bottom: 95px;
	z-index: 1;
}
#ourValues h2 {
	margin: 0;
	font-size: 40px;	
	color:#282828;
	font-weight: 600;
	line-height: 45px;
	text-align:center;
}
#ourValues .content {
	padding-top: 45px;
}
#ourValues .content .box {
	float: left;
	width: 100%;
	padding: 60px 73px;	
	background-color: #ffffff;
	border: 1px solid #faa61a;
	text-align: center;
}
#ourValues .content .box .icon {
	margin: 0 0 25px 0; 
}
#ourValues .content .box h4 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #006571;
	font-weight: 600;
	line-height: 32px;
}
#ourValues .content .box p {
	min-height: 84px;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
}
#countries {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
#countries h1 {
	margin: 0 0 30px 0;
	font-size: 35px;	
	color: #ffffff;
	font-weight: 400;
	line-height: 45px;
	text-align:center;
}
#countries ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
#countries ul li {
	position: relative;
    display: inline-block;
	padding: 0px 20px 0 15px;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
}
#countries ul li:first-child:before{
	display: none;
}
#countries ul li:last-child {
	margin-right: 0px;
}
#countries ul li a {	
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	text-decoration: none;
}
#countries ul li:before{
	position: absolute;
	content: '\f12f';
	font-family:"Material Design Icons";
	font-size: 10px;
	color: #faa61a;
	top: 0;
	left: 0px;
}
#certificates{
	padding-top: 60px;
	padding-bottom: 60px;
}
#certificates h2 {
	margin: 0 0 0 0;
	font-size: 40px;
	color: #006571;
	font-weight: 600;
	line-height: 54px;
	text-transform: uppercase;
	text-align:center;
}
#certificates .listing {
	padding-top: 55px;
	padding-bottom: 55px;
}
#certificates .listing .item {
    text-align: center;
}
#footer {
	position: relative;
	float:left;
	width: 100%;
	background-color: #004e58;
	z-index: 1;
}
#footer:after {
	position: absolute;
	content: '';
	width: 158px;
	height: 100%;
	background-color: #faa61a;
	border-bottom-left-radius: 150px;
	top: 0;
	right: 0;
	z-index: 0;
}
#footer .footerSection {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;	
	text-align: center;
}
.footerSection .ftr_logo {
	display: inline-block;
	padding-bottom: 35px;
}
.footerSection .ftr_menu {
	display: inline-block;
}
.footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerSection .ftr_menu ul li {
	display: inline-block;
	padding: 0 30px;
}
.footerSection .ftr_menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.footerSection .ftr_menu ul li a:hover {
	color: #faa61a;
}
#footer .footerContact {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3); 
}
.footerContact .contact-info {
	display: inline-block;
}
.footerContact .contact-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerContact .contact-info ul li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
.footerContact .contact-info ul li:before {
	position: absolute;
	content: '';
	font-family: 'Material Design Icons';
	font-size: 15px;
	color: #ffffff;
	left: 0;
	top: 0;
}
.footerContact .contact-info ul li.address:before {
	content: '\F34E';
}
.footerContact .contact-info ul li.call:before {
	content: '\F3F2';
}
.footerContact .contact-info ul li.whatsapp:before {
	content:'\F5A3';
}
.footerContact .contact-info ul li.email:before {
	content:'\F1EE';
}
.footerContact .contact-info ul li a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footerContact .contact-info ul li a:hover {
	color: #faa61a;
}
#footer .footerBottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 55px;
	text-align: center;
}
.footerBottom .copy_right {
	display: inline-block;
	padding-bottom: 15px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 18px;
}
.footerBottom .ftr_social {
	display: inline-block;
}
.footerBottom .ftr_social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerBottom .ftr_social ul li {
	display: inline-block;
	padding: 0 8px 0 0; 
}
.footerBottom .ftr_social ul li:last-child {
	padding: 0;
}
.footerBottom .ftr_social ul li a {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 19px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease-in-out !important;
}
.footerBottom .ftr_social ul li a:hover {
	border: 1px solid #faa61a;
	color: #faa61a;
}


/* contact form 7 */

.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 0; box-sizing: border-box; }
body span.wpcf7-not-valid-tip { position: absolute; top: 5px; right: 4px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }

/*----------------- Inner Pages -----------------*/

.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; box-shadow: 20px 20px 0 #faa61a; }
.alignright	{ position: relative; float: right;	max-width: 100%; height: auto; margin: 0 0 20px 20px; box-shadow: 20px 20px 0 #faa61a;
}
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; }

#innerBanner {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
#innerBanner img {
    display: block;
    width: 100%;
}
#innerBanner .container {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#innerBanner .caption {
	position: absolute;
    width: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#innerBanner .caption h1 {
	margin: 0 0 10px 0;
	font-size: 35px;
	color: #0e6e7c;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
#innerBanner .caption .breadcrumbs {
	font-size: 16px;
	color: #0e6e7c;
	font-weight: 400;
	line-height: normal;
}
#innerBanner .caption .breadcrumbs a {
    color: #0e6e7c;
    text-decoration: none;
}
#innerBanner .caption .breadcrumbs a:hover {
    color: #faa61a;
    text-decoration: none;
}
#innerSection {
	padding-top: 80px;
	padding-bottom: 80px;
}
#innerSection h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #006571;
	font-weight: 600;
	line-height: 40px;
}
#innerSection h5 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 15px;
	font-size: 18px;
	color: #faa61a;
	font-weight: 600;
	line-height: 28px;
}
#innerSection h5:before {
	position: absolute;
    content: '';
    width: 1px;
    height: 46%;
    background-color: #faa61a;
    left: 0;
    top: 7px;
}
#innerSection p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;
}
#innerSection ul {
	display: inline-block;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
#innerSection ul li {
	position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
#innerSection ul li:last-child {
	padding: 0px 0px 30px 30px;
}
#innerSection ul li:before {
	position: absolute;
    display: block;
    content: '\f133';
    font-family: "Material Design Icons";
	font-size: 18px;
    color: #f69a00;
	top: 0px;
    left: 0px;
}
#innerSection ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item;
}
#innerSection ol li {
	position: relative;
	counter-increment: item;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
#innerSection ol li:last-child {
	padding: 0px 0px 30px 30px;
}
#innerSection ol li:before {
	position: absolute;
    display: block;
    content: counter(item);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f69a00;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    left: 0px;
    top: 4px;
    text-align: center;
}

/*----------------- About Page -----------------*/
#aboutSection {
	padding-top: 80px;
	padding-bottom: 80px;
}
#aboutSection .about-cont {
	float: left;
	width: 100%;
}
#aboutSection .about-cont h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #006571;
    font-weight: 600;
    line-height: 40px;
}
#aboutSection .about-cont p	{
	margin: 0 0 20px 0;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;
}
#aboutSection .about-image {
	float: left;
	width: 100%;
}

#aboutSection .about-cont ul {
	display: inline-block;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
#aboutSection .about-cont ul li {
	position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
#aboutSection .about-cont ul li:last-child {
	padding: 0px 0px 30px 30px;
}
#aboutSection .about-cont ul li:before {
	position: absolute;
    display: block;
    content: '\f133';
    font-family: "Material Design Icons";
	font-size: 18px;
    color: #007383;
	top: 0px;
    left: 0px;
}
#aboutSection .about-cont ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item;
}
#aboutSection .about-cont ol li {
	position: relative;
	counter-increment: item;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
#aboutSection .about-cont ol li:last-child {
	padding: 0px 0px 30px 30px;
}
#aboutSection .about-cont ol li:before {
	position: absolute;
    display: block;
    content: counter(item);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f69a00;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    left: 0px;
    top: 4px;
    text-align: center;
}

/*----------------- products Page -----------------*/

#innerSection .products-listing {
	float: left;
	width: 100%;
}
#innerSection .products-listing .sidebar {
	position: sticky;
    top: 20px;
    background: #FFFFFF;
    padding: 20px 15px;
    border-radius: 0;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
}
#innerSection .products-listing .sidebar h2 {
    font-size: 23px;
    line-height: 28px;
}
#innerSection .products-listing .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#innerSection .products-listing .sidebar ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 15px 25px;
    font-size: 18px;
	line-height: 26px;
	cursor: pointer;
}
#innerSection .products-listing .sidebar ul li:last-child {
	padding: 0 0 0px 25px;
}
#innerSection .products-listing .sidebar ul li:before {
    position: absolute;
    content: '\F142';
    font-family: 'Material Design Icons';
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    left: 0px;
    top: 0;
}
#innerSection .products-listing .sidebar ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
#innerSection .products-listing .sidebar ul li a:hover,
#innerSection .products-listing .sidebar ul li.current_cat_item > a {
	color: #faa61a;
}
#innerSection .products-listing .sidebar ul li ul.sub-cat {
	padding: 10px 0 0 10px;
	margin: 0;
	list-style: none;
	display: block;
}
#innerSection .products-listing .sidebar ul li.open:before {
	/*transform: rotate(90deg);*/
}
#innerSection .products-listing .sidebar ul li.open ul.sub-cat {
	display: block;
}
#innerSection .products-listing .sidebar ul li ul.sub-cat li {
	display: inline-block;
	width: 100%;
	padding: 0 0 15px 0;	
}
#innerSection .products-listing .sidebar ul li ul.sub-cat li:last-child {
	padding: 0 0 0 0;
}
#innerSection .products-listing .sidebar ul li ul.sub-cat li a {
	font-size: 16px;
}
#innerSection .products-listing .sidebar ul li ul.sub-cat li a:hover,
#innerSection .products-listing .sidebar ul li ul.sub-cat li.current_page_item a {
	color: #faa61a;
}
#innerSection .products-listing .sidebar ul li ul.sub-cat li:before {
	display: none;
}
#innerSection .products-listing .item {
    display: block;
	text-decoration: none;
	margin-bottom: 30px;
}
#innerSection .products-listing .item  h4 {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0px 15px 0px 15px;
	font-size: 22px;
	color: #282828;
	font-weight: 600;
}
#innerSection .products-listing .item h4 > a {
	text-decoration: none;
	color: #282828;
}
#innerSection .products-listing .item h4:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background-color: #faa61a;
    top: 4px;
    left: 0;
}
#innerSection .products-listing .item .image {
	height: 290px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	overflow: hidden;
}
#innerSection .products-listing .item .image img :hover {
	width: 100%;
	min-height: 290px;
	transition: all .25s ease-out;
}
#innerSection .products-listing .item .image:hover img {
	transform: scale(1.15);
}
#innerSection .products-listing .item .image img {
	width: 100%;
	height: auto;
	transition: all .25s ease-out;
}
#innerSection .products-listing .item .item-cont {
	position: relative;
}
#innerSection .products-listing .item .item-cont h4 {
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 0 0 0 0;
	padding: 0px 15px 0px 15px;
	font-size: 22px;
	color: #282828;
	font-weight: 600;
}
#innerSection .products-listing .item .item-cont h4 > a {
	text-decoration: none;
	color: #282828;
}
#innerSection .products-listing .item .item-cont h4:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background-color: #faa61a;
    top: 4px;
    left: 0;
}
#innerSection .products-listing .item .item-cont .brochure-btn {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	padding: 5px 0;
	background-color: #faa61a;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: 0;
	line-height: normal;
}
#innerSection .products-listing .item .item-cont .brochure-btn .brochure-box {
    position: absolute;
    opacity: 0;
    width: auto;
    padding: 5px 8px;
    top: -33px;
    font-size: 12px;
    right: -42px;
    z-index: 1;
    background-color: rgba(0 101 113 / 80%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
#innerSection .products-listing .item .item-cont .brochure-btn:hover .brochure-box {
	opacity: 1;
}

/*----------------- products-detail Page -----------------*/

#innerSection .products-detail .item {
    display: block;
	text-decoration: none;
	margin-bottom: 30px;
}
#innerSection .products-detail .item .image {		
	margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	height: 290px;
	overflow: hidden;
}
#innerSection .products-detail .item .image img {
	width: 100%;
	height: auto;
	transition: all .25s ease-out;
}
#innerSection .products-detail .item .image:hover img {
	transform: scale(1.15);
}
#innerSection .products-detail .item h4 {
	position: relative;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 15px;
    font-size: 22px;
    color: #282828;
    font-weight: 600;
}
#innerSection .products-detail .item h4:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background-color: #faa61a;
    top: 4px;
    left: 0;
}

#cboxLoadedContent .request-content {
	float: left;
	width: 100%;
	height: calc(100vh - 200px);
	padding: 20px !important;
	overflow: auto;
}
#cboxLoadedContent .request-content h5 {
	position: relative;
    margin: 0 0 10px 0;
    padding: 0px 0px 0px 15px;
    font-size: 18px;
    color: #faa61a;
    font-weight: 600;
    line-height: 28px;
}
#cboxLoadedContent .request-content h5:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 46%;
    background-color: #faa61a;
    left: 0;
    top: 7px;
}
#cboxLoadedContent .request-content h4 {
	margin: 0 0 20px 0;
    font-size: 35px;
    color: #006571;
    font-weight: 600;
    line-height: 40px;
}
#cboxLoadedContent .request-content .form-group {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
#cboxLoadedContent .request-content .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    margin-bottom: 0px;
    outline: 0;
    border: 1px solid #c9c9c9;
    background-color: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: normal;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#cboxLoadedContent .request-content .form-group .form-control::placeholder {
 	color: #5f5f5f;
}
#cboxLoadedContent .request-content .form-group textarea.form-control {	
	resize: none;
	height: auto;	
}
#cboxLoadedContent .request-content .form-group .submit_btn {
	display: inline-block;
    width: auto;
    padding: 15px 45px;
    border: 0px solid #faa61a;
    background-color: #faa61a;
    border-radius: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
#cboxLoadedContent .request-content .form-group .submit_btn:hover {
	background-color: #006571;
}
#cboxLoadedContent #ThankYou {
	float: left;
	width: 100%;
	text-align: center;
}
#cboxLoadedContent #ThankYou h4 {
	margin: 0 0 20px 0;
    font-size: 35px;
    color: #006571;
    font-weight: 600;
    line-height: 40px;
}
#cboxLoadedContent #ThankYou p {
	margin: 0 0 20px 0;
    font-size: 20px;
    color: #282828;
    font-weight: 500;
    line-height: 30px;
}
.single-product #innerSection {
	padding-bottom: 50px;
}
.product-detail {
	float: left;
	width: 100%;
}
.product-detail .image {
	float: left;
	width: 100%;
}
.product-detail .image img {
	max-width: 100%;
	height: auto;
}
.product-detail .right-content {
	float: left;
	width: 100%;
} 
.product-detail .right-content ul {
	display: inline-block;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-detail .right-content ul li {
	position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
.product-detail .right-content ul li:last-child {
	padding: 0px 0px 30px 30px;
}
.product-detail .right-content ul li:before {
	position: absolute;
    display: block;
    content: '\f133';
    font-family: "Material Design Icons";
	font-size: 18px;
    color: #f69a00;
	top: 0px;
    left: 0px;
}
.product-detail .right-content ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item;
}
.product-detail .right-content ol li {
	position: relative;
	counter-increment: item;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
.product-detail .right-content ol li:last-child {
	padding: 0px 0px 30px 30px;
}
.product-detail .right-content ol li:before {
	position: absolute;
    display: block;
    content: counter(item);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f69a00;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    left: 0px;
    top: 4px;
    text-align: center;
}
.product-detail .right-content table {
	margin-bottom: 30px;
}
.product-detail .right-content table tr:nth-child(odd) {
	background-color: #007384;
	color: #ffffff;
}
.product-detail .right-content table tr td {
	border: 1px solid #009db5;
}
.product-detail .right-content .request-btn {
	display: inline-block;
    padding: 10px 15px;
    background-color: #faa61a;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.product-detail .right-content .request-btn:hover {
	background-color: #006571;
}
.product-description {
	float: left;
	width: 100%;
}
.product-description h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #006571;
	font-weight: 600;
	line-height: 40px;
}
.product-description h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #006571;
	font-weight: 600;
	line-height: 35px;
}
.product-description h4 {
	margin: 0 0 20px 0;
	font-size: 28px;
	color: #006571;
	font-weight: 600;
	line-height: 38px;
}
.product-description h5 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #006571;
	font-weight: 600;
	line-height: 35px;
}
.product-description h6 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #006571;
	font-weight: 600;
	line-height: 28px;
}
.product-description p {
	margin: 0 0 20px 0;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;
}
.product-description ul {
	display: inline-block;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-description ul li {
	position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
.product-description ul li:last-child {
	padding: 0px 0px 30px 30px;
}
.product-description ul li:before {
	position: absolute;
    display: block;
    content: '\f133';
    font-family: "Material Design Icons";
	font-size: 18px;
    color: #f69a00;
	top: 0px;
    left: 0px;
}
.product-description ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item;
}
.product-description ol li {
	position: relative;
	counter-increment: item;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    line-height: 28px;   
}
.product-description ol li:last-child {
	padding: 0px 0px 30px 30px;
}
.product-description ol li:before {
	position: absolute;
    display: block;
    content: counter(item);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f69a00;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    left: 0px;
    top: 4px;
    text-align: center;
}
.product-description table {
	margin-bottom: 30px;
}
.product-description table tr:nth-child(odd) {
	background-color: #007384;
	color: #ffffff;
}
.product-description table tr td {
	border: 1px solid #009db5;
}

#ourProducts {
	position: relative;
	display: inline-block;
    padding-bottom: 50px;	
}
#ourProducts h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #006571;
    font-weight: 600;
    line-height: 40px;
}
#ourProducts .products-listing {
	float: left;
	width: 100%;
}
#ourProducts .products-listing .item {
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none;
}
#ourProducts .products-listing .item .image {
	margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	height: 290px;
	overflow: hidden;
}
#ourProducts .products-listing .item .image img {
	width: 100%;
	height: auto;
	transition: all .25s ease-out;
}
#ourProducts .products-listing .item .image:hover img {
	transform: scale(1.15);
}
#ourProducts .products-listing .item h4 {
	position: relative;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 15px;
    font-size: 22px;
    color: #282828;
    font-weight: 600;
}
#ourProducts .products-listing .item h4:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background-color: #faa61a;
    top: 4px;
    left: 0;
}



/*-------- contact page -----------*/
.contact-form {
	float: left;
	width: 100%;
	padding: 0 0;
}
.contact-form h3 {
	margin: 0 0 20px 0;
    font-size: 40px;
    color: #1c587c;
    line-height: 45px;
    text-transform: uppercase;
}
.contact-form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.contact-form .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    margin-bottom: 0px;
    outline: 0;
    border: 1px solid #c9c9c9;
    background-color: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: normal;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form .form-group .form-control::placeholder {
	color: #5f5f5f;
}
.contact-form .form-group textarea.form-control {
	height: auto;
    resize: none;
}
.contact-form .form-group .submit_btn {
	display: inline-block;
	width: auto;
    padding: 15px 45px;	
	border: 0px solid #faa61a;
    background-color: #faa61a;
    border-radius: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
	letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.contact-form .form-group .submit_btn:hover {
	background-color: #006571;
}
.contact-detail {
	float: left;
	width: 100%;
}
.contact-detail .detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 15px 30px;    
    font-size: 18px;
    color: #282828;
    line-height: 28px;
    font-weight: 400;
}
.contact-detail .detail:before {
	position: absolute;    
    content: '';
    font-family: Material Design Icons;
    font-size: 18px;
    color: #006571;
	left: 0;
	top: 0;
}
.contact-detail .address:before {   
    content: '\F34E';    
}
.contact-detail .phone:before {    
    content: '\F3F2';
}
.contact-detail .email:before {    
    content: '\F1EE';
}
.contact-detail a {
    color: #282828;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contact-detail a:hover {
	color: #faa61a;
}
#innerSection .mapSec {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
#innerSection .mapSec iframe {
	width: 100%;
	height: 400px;
}