html {
	overflow: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #434242;
}
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, li, span {
	word-wrap: break-word;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	display: block!important
}
img, .img-fluid {
	max-width: 100%;
	height: auto;
}
.p0 {
	padding: 0 !important;
}
.m0 {
	margin: 0 !important;
}
.pb-0{
	padding-bottom:0 !important;
}
textarea {
	resize: none;
}
::selection {
	background: #fff;
	color: #434242;
	text-shadow: none
}
::-moz-selection {
 background: #fff;
 color: #434242;
 text-shadow: none
}
::-webkit-selection {
 background: #fff;
 color: #434242;
 text-shadow: none
}
::-webkit-input-placeholder { /* Edge */
  color: rgba(32,42,48,0.5);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(32,42,48,0.5);
}
::placeholder {
  color: rgba(32,42,48,0.5);
}
.footer-widget.contact-widget ::-webkit-input-placeholder{
	color: rgba(32,42,48,0.5) !important;
}
.footer-widget.contact-widget :-ms-input-placeholder{
	color: rgba(32,42,48,0.5) !important;
}
.footer-widget.contact-widget ::placeholder{
	color: rgba(32,42,48,0.5) !important;
}
:active, :focus {
	outline: 0!important;
	text-decoration: none;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin: 0;
}
.white {
	color: #fff;
}
.orange {
	color: #0b7f6a;
}
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.thm-btn {
	background: #fed501;
	border-radius: 30px;
	display: inline-block;
	color: #262F36;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;
}
.thm-btn:hover, .thm-btn.inverse {
	background-color: #fff;
	border-color: #262F36;
	color: #262F36;
}
.thm-btn.inverse:hover {
	background: #262F36;
	border-color: #262F36;
	color: #fff;
}
.sec-padding {
	padding: 3rem 0;
}
.sec-padding-2{
	padding: 6rem 0;
}
.sec-padding-3{
	padding: 0 0 6rem;
}
.sec-padding-4{
	padding: 0 0 3rem;
}
.sec-title {
	margin-bottom: 3rem;
}
.sec-padding-5{
	padding: 6rem 0 3rem;
}
.sec-padding-6{
	padding: 3rem 0 0rem;
}
.sec-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title p {
	font-size: 16px;
	line-height:28px;
	color: #202A30;
	margin: 0;
	margin-bottom: 20px;
}
.sec-title span.decor {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec-title span.inner {
	width: 36px;
	height: 36px;
	background: url("../images/tire.png") center center no-repeat;	
	display: block;
	margin: auto;
}
.sec-title span.decor:before, .sec-title span.decor:after {
	content: '';
	position: absolute;
	top: 20px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}
.sec-title span.decor:before {
	left: 40px;
}
.sec-title span.decor:after {
	right: 40px;
}
.sec-title.text-left span.decor {
	margin-left: 50px;
}
.sec-title.style-two span.decor {
	border-color: #0b7f6a;
}
.sec-title.style-two span.decor:after {
	right: -94px;
}
.sec-title.style-two span.decor:before, .sec-title.style-two span.decor:after {
	background: #DCDCDC;
}
.sec-title.colored span.decor {
	border-color: #0b7f6a;
}
.top-bar{
	background: #0b7f6a;
}
.top-bar .left-text h2 {
	font-size: 13px;
	color: #fff;
	margin: 0;
	line-height: 48px;
}
.top-bar .left-text h2 span {
	color: #fed501;
}
.social-icons ul, .social-icons ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.social-icons ul li:first-child a {
	border-left: 1px solid #fff;
}
.social-icons ul li a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	border-right: 1px solid #fff;
	line-height: 48px;
	text-align: center;
	padding: 0 16px;
	margin-left: -5px;
	transition: all .3s ease;
}
.social-icons ul li a:hover {
	color: #fed501;	
}
.header {
	padding: 1rem 0;
}
.single-header-info {
	float: left;
	padding-left: 35px;
	margin-top:2rem;
}
.single-header-info .icon-box, .single-header-info .content {
	display: table-cell;
	vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
	width: 60px;
	height: 60px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin-right: 15px;
}
.single-header-info .icon-box .inner-box i:before {
	font-size: 30px;
	color: #0b7f6a;
}
.single-header-info .content h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #2B2B2B;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin: 0;
	margin-bottom: 5px;
}
.single-header-info .content p {
	font-size: 13px;
	margin: 0;
	color: #B6B6B6;
}
.single-header-info .content p b a {
	font-size: 18px;
	color: #2B2B2B;
	font-weight: 500;
}
.single-header-info .content a:hover {
	color: #434242;
}
.single-header-info .thm-btn {
	margin: 7px 0;
}
.mainmenu-area {
	background: #434242;
	border-bottom: 4px solid #0b7f6a;
}
.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.navigation .nav-footer {
	display: none;
}
.navigation .nav-header > ul {
	padding: 0;
	margin: 0;
}
.navigation .nav-header > ul > li {
	display: inline-block;
	position: relative;
}
.navigation .nav-header > ul > li:first-child > a {
	padding-left: 0;
}
.navigation .nav-header > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 20px;
	transition: all .3s ease;
}
.navigation .nav-header > ul > li:hover > a {
	color: #fed501;
}
.navigation .nav-header > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navigation .nav-header > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
	transition: all .5s ease;
}
.navigation .nav-header > ul > li > ul > li {
	display: block;
	position: relative;
}
.navigation .nav-header > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation .nav-header > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}
.navigation .nav-header > ul > li.active > a {
	color: #fed501;
}
.navigation .nav-header > ul > li > ul > li:hover > a, .navigation .nav-header > ul > li.active > ul > li.active > a {
	background: #0b7f6a;
	color: #fff;
	border-color: 0;
}
.navigation .nav-header > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navigation .nav-header > ul > li > ul > li > ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background: #fff;
	box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
	transition: all .5s ease;
}
.navigation .nav-header > ul > li > ul > li > ul > li {
	display: block;
	position: relative;
}
.navigation .nav-header > ul > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation .nav-header > ul > li > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}
.navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
	background: #0b7f6a;
	color: #fff;
	border-color: 0;
}
.rev_slider_wrapper h2{
	display:none;
}
.rev_slider_wrapper .thm-banner-h1 {
	font-size: 55px;
	font-weight: 300;
	color: #202A30;
	font-family: 'Raleway';
	text-transform: uppercase;
}
.rev_slider_wrapper .thm-banner-h3 {
	font-size: 30px;
	font-weight: 400;
	color: #FFF;
	font-family: 'Raleway';
	text-transform: capitalize;
}
.rev_slider_wrapper .thm-banner-p.whitegr-bg {
	font-size: 18px;
	font-weight: 400;
	background: #fff;
	color: #262F36;
	font-family: 'Poppins';
	line-height: 27px;
	padding: 5px 10px;
}
.rev_slider_wrapper .thm-banner-h1.heavy {
	font-weight: 900;
}
.rev_slider_wrapper .thm-btn {
	transition: all .3s ease !important;
}
.rev_slider_wrapper .thm-banner-h1.red-bg {
	background: #0b7f6a;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}
.rev_slider_wrapper .thm-banner-h1.dgray-bg {
	background: #262F36;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}
.white-bg{
	background: #fff;
}
.gray-bg{
	background: #fafafa;
}
.footer {
	background: #434242;
}
.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget .contact {
	margin-top: 21px;
}
.footer-widget .contact li {
	font-size: 13px;
	color: #fff;
	margin-bottom: 18px;
	font-weight:300;
}
.footer-widget .contact li a{
	color: #fff;
}
.footer-widget .contact li a:hover{
	color: #fed501;
}
.footer-widget .contact li i, .footer-widget .contact li span {
	display: table-cell;
	vertical-align: top;
}
.footer-widget .contact li span {
	text-align: justify;
    line-height: 2rem;
}
.footer-widget .contact li i {
	font-size: 16px;
	color: #fff;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.footer-widget.about-widget img {
	margin-bottom: 27px;
}
.footer-widget.about-widget p {
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	margin: 0;
	text-align:justify;
}
.footer-widget .social {
	margin-top: 30px;
}
.footer-widget .social li {
	display: inline-block;
}
.footer-widget .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.footer-widget .social li a:hover {
	background: #fed501;
	border-color: #fed501;
}
.footer-widget h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}
.footer-widget.contact-widget input, .footer-widget.contact-widget textarea {
	width: 100%;
	height: 50px;
	background: #fff;
	color: #202A30;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0 20px;
}
.mb10{
	margin-bottom: 10px;
}
.footer-widget.contact-widget .form-error{
	font-size:13px;
	color:#fed501 !important;
	margin:0;
}
.footer-widget.contact-widget textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.footer-widget.contact-widget button {
	width: 100%;
	height: 50px;
	background: #0b7f6a;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 50px;
	font-weight: bold;
	transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
	background: #fed501;
	color: #262F36;
}
.footer-bottom {
	background: #0b7f6a;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 22px 0;
}
.footer-bottom h2 {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.footer-bottom a {
	color: #fed501;
}
.footer-bottom a:hover{
	color: #fff;
}
.scrollToTop {
  background: rgba(0, 0, 0, 0.3);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.full-sec .sec-title, .full-sec2 .sec-title {
	margin: 0;
	margin-bottom: 30px;
}
.full-sec .full-image {
	max-width: none;
	margin-right: -15px;
}
.full-sec .full-image2 {
	max-width: none;
	margin-left: -15px;
}
.full-sec .full-image2 {
	max-width: none;
	margin-left: -15px;
}
.full-sec h3, .full-sec2 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 2.2rem;
	text-transform: capitalize;
	color: #0b7f6a;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
}
.full-sec p, .full-sec ul li, .full-sec2 p, .full-sec2 ul li, .full-sec3 p {
	color: #434242;
	line-height: 26px;
	text-align: justify;
}
ul.psizes{
	list-style:none;
	margin:0;
	padding:0;
}
ul.psizes li{
	text-align:center;
	margin-right:2rem;
}
ul.psizes li:last-child{
	margin-right:0rem !important;
}
ul.psizes li img{
	margin-bottom:1rem;
}
.full-sec .full-sec-content, .full-sec .full-sec-content2 {
	padding-top: 4rem;
	padding-left: 4rem;
}
.full-sec2 .full-sec-content {
	padding: 4rem 0rem;
}
.full-sec .thm-btn {
	padding: 7px 21px;
	font-size: 12px;
	border-color: #D3D3D3;
	color: #202A30;
	background-color: transparent;
}
.wsep{
	border-top: 1px solid #fff;
}
.gsep{
	border-top: 1px solid #e9e9e9;
}
.full-sec .thm-btn:hover {
	background: #0b7f6a;
	border-color: #0b7f6a;
	color: #fff;	
}
.inner-header {
	padding: 7rem 0rem;
	position: relative;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.inner-header:before {
	content: '';
	background: url('../images/gridtile.png');
	background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.inner-header .sec-title {
	position: relative;
	margin-bottom: 0;
	z-index:5;
}
.inner-header .sec-title span.decor:before, .inner-header .sec-title span.decor:after {
	background: #fff;
}
.inner-header .sec-title h2 {
	color: #fff;
	font-size: 40px;
	line-height: 58px;
	margin: 0;
}
.breadcumb {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.breadcumb li {
	display: inline-block;
}
.breadcumb li a, .breadcumb li i, .breadcumb li span {
	display: block;
	font-size: 15px;
	color: #fff;
}
.breadcumb li a {
	color: #fed501;
}
.breadcumb li span {
	color: #fff;
}

.contact-content h2 {
	color: #202A30;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	margin-bottom: 35px;	
}
.contact-content .contact-form textarea, .contact-content .contact-form input {
	width: 100%;
	height: 60px;
	border: 1px solid #e3e3e3;
	outline: none;
	padding-left: 20px;
	line-height: 58px;
}
.form-error{
	font-size:13px;
	color:#ff0000 !important;
	margin:0;
}
.mb20{
	margin-bottom: 20px;
}
.contact-content .contact-form textarea {
	height: 300px;
}
.contact-content .contact-form button {
	padding:0px 20px;
	height: 45px;
	background: #434242;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	outline: none;
	color: #fff;
}
.contact-content .contact-info {
	padding: 0;
}
.contact-content .contact-info li {
	list-style: none;
	margin-bottom: 23px;
}
.contact-content .contact-info li .icon-box, .contact-content .contact-info li .content-box {
	display: table-cell;
	vertical-align: top;
}
.contact-content .contact-info li .icon-box .inner {
	width: 50px;
	height: 50px;
	background: #0b7f6a;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	margin-right: 25px;
}
.contact-content .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #202A30;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-content .contact-info li .content-box p, .contact-content .contact-info li .content-box a {
	color: #202A30;
	line-height: 26px;
}
.contact-content .contact-info li .content-box a:hover{
	color:#0b7f6a;
}
.page-navigation {
	padding: 0px;
}
.page-navigation li {
	display: inline-block;
	list-style: none;
}
.page-navigation li a, .page-navigation li span {
	border: 1px solid #A4A4A4;
	color: #A4A4A4;
	font-size: 16px;
	padding: 10px 20px;
	transition: all .3s ease;
	margin-right: 5px;
}
.page-navigation li a:hover, .page-navigation li span {
	background: #0b7f6a;
	border-color: #0b7f6a;
	color: #fff;
}
.single-product{
	cursor: pointer;
}
.single-product .content-box {
	margin-top: 27px;
}
.single-product .img-box {
	position: relative;
	display: inline-block;
}
.single-product .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(254,213,1, .75);
	transform: scale(0);
	transition: all .5s ease;
}
.single-product:hover .img-box .overlay {
	transform: scale(1);
}
.single-product .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-product .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-product .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-product .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-product .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #434242;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-product .img-box .overlay .box .content ul li a:hover {
	background: #434242;
	border-color: #fff;
	color: #fff;
}
.single-product .content-box .content h3 {
	font-size: 20px;
	color: #202A30;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}
.single-product .content-box .content:hover h3{
	color:#0b7f6a;
}

.single-application{
	cursor: pointer;
	margin-bottom:30px;
}
.single-application .img-box {
	position: relative;
	display: inline-block;
}
.single-application .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(0,0,0,0.35);
	transform: scale(1);
	transition: all .5s ease;
}
.single-application .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-application .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-application .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-application .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-application .img-box .overlay .box .content ul li a {
	display: inline-block;
}
.single-application .img-box .overlay .box .content ul li a h3{
	color: #fff;
	line-height: 27px;
	font-size: 18px;
}
.single-application .img-box .overlay:hover .box .content {
	background: rgba(67,66,66,0.35);
	color: #fff;
}
.applications-home h3, .applications-home ul.apps li i{
	color:#0b7f6a;
}
.applications-home ul.apps{
	padding:0;
	margin:0;
	list-style:none;
}
.applications-home ul.apps li{
	padding:0.5rem 0rem;
	line-height: 27px;
}
.applications-home ul.apps li i{
	margin-right:1rem;
}