/*
Theme Name: Kamal Printers House
Theme URI: https://kphworld.com
Author: the kphworld team
Author URI: https://kphworld.com
Description: Mutipurpoose Responsive Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kphworld
*/
html {
	min-height: 100%;
}
body {
	color: #47474c;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;	
}
ul {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #f55b14;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0f6086;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.left {
	padding-left: 0;
}
.right {
	padding-right: 0;
}
.half {
	padding-left:7.5px;
	padding-right:7.5px;
}
.button {
	background-color: #f55b14;
	border: 1px solid #f55b14;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	vertical-align: middle;
}
.button:hover, .button:focus {
	background-color: #0f6086;
	border: 1px solid #0f6086;
	color: #fff;
}
.btn {
	border-radius: 3px;
	font-size: 14px;
	padding: 8px 15px;
}
.btn-group-lg > .btn, .btn-lg {
	border-radius: 3px;
	font-size: 17px;
	padding: 10px 20px;
}
.btn-group-sm > .btn, .btn-sm {
	border-radius: 3px;
	font-size: 14px;
	padding: 4px 8px;
}
.btn-radius {
	border-radius: 30px;
	padding: 10px 25px;
}
.btn-white {	
	background-color: #fff;
	border-color: #fff;
	color: #0f6086;
}
.btn-white:hover, .btn-white:focus {
	background-color: #0f6086;
	border-color: #0f6086;
	color: #fff;
}
.btn-outline-white {	
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #f55b14;
}
.btn-primary {
	background-color: #f55b14;
	border-color: #f55b14;
	color: #fff;
}
.btn-primary:hover,  .btn-primary:focus {
	background-color: #0f6086;
	border-color: #0f6086;
	color: #fff;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #f55b14;
	color: #f55b14;
}
.btn-outline-primary:hover, 
.btn-outline-primary:focus {
	background-color: #0f6086;
	border-color: #0f6086;
	color: #fff;
}
.btn-secondary {
	background-color: #0f6086;
	border-color: #0f6086;
	color: #fff;
}
.btn-secondary:hover, 
.btn-secondary:focus {
	background-color: #f55b14;
	border-color: #f55b14;
	color: #fff;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #0f6086;
	color: #0f6086;
}
.btn-outline-secondary:hover, 
.btn-outline-secondary:focus {
	color: #fff;
	background-color: #f55b14;
	border-color: #f55b14;
}
.btn i {
	margin-left: 7px;
}
img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img {
	height: auto;
	max-width: 100%;
}
.alignleft, img.alignleft {	
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {	
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 12px;
}
.wp-caption-text {
	text-align: center;
	margin: 5px 0;
}
.table, table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th, 
table > tbody > tr > td, 
table > tbody > tr > th, 
table > tfoot > tr > td, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > thead > tr > th {
	border: 1px solid #e0e0e0;
	padding: 7px;
	vertical-align: middle;
}
table thead tr, 
table thead tr:nth-child(2n+1) {
 	background-color: #f0f0f0;
}
table tr {
	background-color: #fbfbfb;
}
table tr:nth-child(2n+1) {
 	background-color: #fdfdfd;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
	display: none;
}
.dropdown-menu li {
	display: block;
}
button.close {
	background-color: #f55b14;
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	border-radius: 100%;
	top: -7px;
	position: absolute;
	right: -7px;
	padding: 0;
	z-index: 1;
}
.row-eq-height > [class*="col"] {
	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
}
.row-eq-height > [class*="col"] > * {
 	width: 100%;
 	max-width: 100%;
}
/*=========================================================================
						Header css
==========================================================================*/
.header {
	position: relative;
}
.header-top {
	background-color: #0f6086;
	position: relative;
}
.header-top-left::before {
	content: "";
	background-color: #fff;
	top: 10px;
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
}
.header-top-left::after {
	content: "";
	background-color: #fff;
	top: 10px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-top-right::before {
	content: "";
	background-color: #fff;
	top: 20px;
	position: absolute;
	left: -22px;
	transform: rotate(45deg);
	border: 22px solid #fff;
}
.header-top-left > ul, 
.header-top-right > ul {
	display: inline-block;
}
.header-top-left > ul > li, 
.header-top-right > ul > li {
	display: inline-block;
}
.header-top-left > ul > li > a, 
.header-top-right > ul > li > a {
	color: #fff;
	padding: 10px 10px;
	display: block;
}
/*.header-top-right > ul > li:last-child > a {
	padding-right: 0;
}*/
.header-top-left > ul > li > i, 
.header-top-right > ul > li > i {
	color: #fff;
}
.header-top-right {
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-contact-info {
	display: inline-block;
	margin-left: 15px;
}
.header-contact-info .fa {
	margin-right:5px;
}
.header-contact-info li:hover .fa {
	-webkit-animation: zoomIn 0.8s;
	animation: zoomIn 0.8s;
}
.header-contact-info li a {
	padding: 10px 10px;
	display: block;
}
.header-social-icon {
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
}
.header-social-icon li {
	display:inline-block;
}
.header-social-icon li a {
	padding: 10px 10px;
	display: block;
	font-size: 14px;
	text-align: center; 	
	-webkit-transition: .4s;
	transition: .4s;
}
.header-social-icon li:last-child a {
	border-width: 0 1px 0 1px;
	padding: 10px;
}
.header-social-icon a:hover {
	color: #f55b14;
}
.header-top-right > ul > li > a.online-quote {
	background-color: #f55b14;
}
.header-logo {
	position: relative;
	padding: 0;
}
.site-title {
	margin: 15px 0;
	font-size: 28px;
	padding: 10px 0;
}
.site-title a {
	color: #222;
	font-family: 'Rockwell', sans-serif;
}
.header-logo .logo-link {
	display: block;
	padding: 10px 0;
	position: relative;
	top: -15px;
}
.header-sticky.sticked .header-logo .logo-link {	
	top: 0;
}
.header-outer {
	background-color: #fff;
	display: table;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
	position: relative;
}
.logged-in.admin-bar .header-sticky.sticked, 
.logged-in.admin-bar .header-fixed, 
.logged-in.admin-bar .header-transparent.transparency {
	top: 32px;
}
.header.sticky {
	padding-bottom: 80px;
}
.header-sticky {
	background-color: #fff;
	position:absolute;
}
.header-sticky.sticked {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 100;
}
.header.fixed {
	padding-top: 80px;
}
.header-fixed {
	background-color: #fff;
	display: table;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100
}
.header-fixed.fix {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header-transparent {
	background-color: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 0;
	z-index: 100;
}
.header-transparent.transparency {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 999;
}
.header-menu {
	position: relative;
	text-align: right;
}
.nav-menu {
	display: inline-block;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li {
	position: relative;
	overflow: hidden;
}
.navbar-nav > li > a {
	border-bottom: 2px solid transparent;
	color: #47474c;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 5px;
	padding: 29px 10px;
	text-transform: capitalize;
}
.navbar-nav > li.menu-item-has-children > a::after {
 	content: "\f107";
 	display: inline-block;
 	font-family: "Font Awesome 5 Free";
 	font-weight: 600;
 	margin-left: 5px;
 	font-size: 12px;
 	vertical-align: middle;
}
.navbar-nav .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 13px;
	left: 0;
	margin: 0;
	min-width: 200px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9999;
}
.navbar-nav li:hover > .sub-menu {
	-moz-animation: fadeInUp 0.3s ease-in;
	-webkit-animation: fadeInUp 0.3s ease-in;
	animation: fadeInUp 0.3s ease-in;
	opacity: 1;
	visibility: visible;
}
.navbar-nav li .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.navbar-nav li .sub-menu a {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 0 0 1px;
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.navbar-nav li > a:hover, 
.navbar-nav li.current-menu-item > a, 
.navbar-nav li.current_page_item > a, 
.navbar-nav li:hover > a, 
.navbar-nav li.current_page_ancestor > a, 
.navbar-nav li.current-page-parent > a {
	border-color: #f55b14;
	color: #f55b14;
}
.navbar-nav li > a:hover::before, 
.navbar-nav li.current-menu-item > a::before, 
.navbar-nav li.current_page_item > a::before, 
.navbar-nav li:hover > a::before, 
.navbar-nav li.current_page_ancestor > a::before, 
.navbar-nav li.current-page-parent > a::before {
	background-color: #f55b14;
	content: "";
	margin: 0 auto;
	height: 10px;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;	
	width: 10px;
	text-align: center;	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-nav .sub-menu a:hover {
	background-color: #f55b14;
	color: #fff;
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
 -webkit-transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
}
.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
/*====================================================================
						Common Css
=====================================================================*/
.section {
	margin-bottom:50px;
}
.section-header {
	margin: 0px 0 40px;
	position: relative;
}
.section-title {
	position: relative;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 30px;
}
.section-title::after {
 	content: "";
 	border-bottom: 2px solid #0f6086;
 	display: block;
 	width: 60px;
 	margin: 10px 0 0;
}
.text-center .section-title::after { 	
 	margin-left: auto;
	margin-right: auto;
}
.section-subtitle {
	color: #676767;
	font-size: 18px;
	position: relative;
	margin-bottom: 0;
}
.color-white {
	color:#fff;
}
.section-header.color-white p {
	color: #f0f0f0;
}
.color-white .section-title::before {
 	border-color: #fff;
}
.color-white .section-title {
	color: #fff;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
.slick-prev, .slick-next {
	/* background-color: #f55b14; */
	/* border-radius: 100%; */
	/* color: #fff; */
	cursor: pointer;
	display: block;
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 50%;
	z-index: 99;
	/* text-align: center; */
	/* width: 35px; */
	/* height: 35px; */
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li.slick-active button {
	background-color: #0f6086;
}
.slick-dots li button {
	background-color: #0f6086;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	padding: 0;
	position: relative;
	width: 10px;
}
/*====================================================================
						Homepage Css
=====================================================================*/
.slider-section {
	background: #212121;
	overflow: hidden;
	position: relative;
}
.about-section {
	background-color: #f0fafb;
	margin: 0;
	position: relative;
	padding: 50px 0;
}
.about-content-block {
	position: relative;	
}
.about-content + .about-content {
	padding-top: 40px;
}
.about-content h5 {
	color: #8a8a8a;
	text-transform: uppercase;
	font-size: 14px;
}
.about-content h2 {
	color: #0f6086;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.about-content h2::after {
	content: "";
	border-bottom: 1px solid #e0e0e0;
	display: block;
	width: 80px;
	margin: 10px 0 30px;
}
.about-content p {
	color: #717171;
	margin-bottom: 20px;
	line-height: 24px;
}
.about-img-block {	
	position: relative;
}
.about-img {
	background-color: transparent;
	position: relative;
	max-width: 350px;
}
.about-img::before {
	content: "";
	border: 1px solid #e0e0e0;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	position: absolute;
}
.about-img img {
	position: relative;
}
.about-experience {
	background-image: url('assets/images/about-experience-shadow.png');
	background-repeat: no-repeat;
	background-size: cover;	
	bottom: 0;
	left: 0;	
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;	
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;	
}
.about-experience strong {
	background-color: #fff;
	color: #8d806c;
	font-size: 60px;
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	padding: 12px 0;
	margin-right: 25px;
	min-width: 110px;
}
/*=================== Home product category Css =================*/
.product-category-section {
	background-image: url(assets/images/category-bg-img.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 20px;
	position: relative;
	margin: 0;
}
.product-category-section::before {
	content: "";
	background-color: #0f6086;
	top: 0;
	left: 0;	
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.85;
}
/* .product-category-section .row {
	margin: 0 -30px;
} */
.product-category-item {
	margin-bottom: 30px;
	/* padding: 0 30px; */
	display: flex;
}
/* .product-category-item:hover {
	background-color: #f55b14;
} */
.product-category-wrap {
	background-color: #fff;
	border-radius: 7px;
	position: relative;
	padding: 15px;
	width: 100%;
	text-align: center;
}
/* .product-category-item:nth-child(1) .product-category-wrap, 
.product-category-item:nth-child(2) .product-category-wrap, 
.product-category-item:nth-child(3) .product-category-wrap {
	border-bottom: 1px solid rgba(255,255,255,0.40);	
} 
.product-category-item:nth-child(2) .product-category-wrap:before, 
.product-category-item:nth-child(5) .product-category-wrap:before {
	content: '';
	border-left: 1px solid rgba(255,255,255,0.40);
	position: absolute;
	left: -30px;
	bottom: 30px;
	top: 0px;	
}
.product-category-item:nth-child(3) .product-category-wrap:before, 
.product-category-item:nth-child(6) .product-category-wrap:before {
	content: '';
	border-left: 1px solid rgba(255,255,255,0.40);
	position: absolute;
	left: -30px;
	bottom: 30px;
	top: 0px;	
} */
.product-category-icon {
	min-height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-category-icon img {
	max-height: 150px;
	margin-bottom: 15px;
	/* filter: brightness(0) invert(1); */
}
.product-category-title {
	/* min-height: 60px; */
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.product-category-title a {
	color: #47474c;
}
.product-category-content p {
	color: #47474c;
	font-size: 15px;
	margin-bottom: 15px;
}
.product-category-link {
	opacity: 1;
	color: #f55b14;
	margin-bottom: 0;
	display: block;
}
.product-category-item:hover .product-category-link {
	opacity: 1;
}
.product-category-item:hover .product-category-wrap {
	border-color: transparent;
}
/*=================== Home product section Css =================*/
.product-section {
	background-color: #f9f9f9;
	padding: 50px 0;
	margin: 0;
}
.product-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;	
	position: relative;	
}
.product-wrap {
	background-color: transparent;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	width: 100%;
}
.column-3 .product-image {
	min-height: 348px;
}
.product-image {
	background-color: #fff;
	margin: 0 auto 0;
	/* max-width: 250px; */
	min-height: 250px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.product-image a {
	display: block;
	overflow: hidden;
}
.product-image > a > img {
	margin: 0 auto;
	max-height: 328px;
	width: auto;
}
.product-summery {
	padding: 0 15px;
	text-align: center;
}
.product-title {
	margin: 0 0 15px;
}
.product-title a {
	color: #47474c;
}
.product-carousel .product-wrap {
	border: none;
	margin: 0;
}
.product-carousel .product-summery {
	padding: 10px 10px 0;	
}
.product-carousel .slick-prev, .product-carousel .slick-next{
	top: 40%;
}
.product-carousel .product-image {	
	min-height: 248px;	
}
.product-carousel .product-image > a > img {	
	max-height: 228px;	
}
/*=================== Home Page Block Icon Css =================*/
.list-blocks-section {
	position: relative;
	padding: 50px 0 20px;
}
.list-blocks {
	position:relative;
}
.list-blocks-item {
	margin-bottom:30px;
}
.list-blocks-wrap {
	text-align: center;
}
.list-block-icon {
	max-width: 140px;
	margin: 0 auto 15px;
	font-size: 24px;
}
.list-block-title {
	margin: 0 auto 10px;
	color: #0f6086;
	font-weight: 600;
}
.list-blocks-desc {
	margin: 0 0 10px;
}
/*===================== Home Page Blog Css =======================*/
.blog-section {
	padding: 50px 0;
	background-color: #efefef;
}
.blog-wrap {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.blog-img {
	position: relative;
	margin-bottom: 15px;
}
.blog-img img {
	width: 100%;
}
.blog-summery {
	padding: 0 15px 15px;
	overflow: hidden;
}
.blog-meta {
	color: #484338;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}
.blog-timestamp {
	padding: 0 10px;
}
.blog-meta a {
	color: #484338;
}
.blog-meta .fa,  .blog-meta .fas {
	margin-right: 3px;
	color: #212121;
}
.blog-title {
	margin-bottom: 10px;
}
.blog-title a {
	color: #141414;
}
.blog-content {
	margin-bottom: 20px;
}
.blog-content > p {
	color: #676767;
	line-height: 24px;
	text-align: justify;
}
/*================== Homepage Testimonial Css =====================*/
.testimonial-section {
	position: relative;
}
.testimonial-item {
	position: relative;
	text-align: center;
}
.testimonial-wrap {
	max-width: 960px;
	margin: 0 auto;
}
.testimonial-content p {
	font-style: italic;
}
.testimonial-item h4 {
	display: inline-block;
}
.testimonial-meta {
	font-weight: 500;
	display: inline-block;
	color: #998675;
}
.testimonial-meta::before {
 	content: "|";
 	display: inline-block;
 	margin: 0 10px;
}
.testimonial-img {
	height: 80px;
	margin: 25px auto;
	width: 80px;
	border-radius: 5px;
}
.testimonial-img img {
	border-radius: 5px;
}
/*====================== Homepage Client Css =========================*/
.client-img {
	text-align: center;
}
.client-img img {
	margin: 0 auto;
}
/*====================================================================
						Footer Css
=======================================================================*/
.footer-section {
	overflow-x: hidden;
}
.home .footer-section {
	background-color: #f9f9f9;
}
.footer {
	background-color: #272727;
	position: relative;
	margin-top: 10px;
}
.footer::before {
	content: "";
	background-color: #f55b14;
	position: absolute;
	top: 0;
	left: -15%;
	width: 50%;
	height: 100%;
	transform: skew(-20deg);
	z-index: 1;
}
.footer-top {
	padding: 40px 0 0;
	position: relative;
	z-index: 1;
}
.footer-top::before {
	content: "";	
	background-color: #f55b14;
	position: absolute;
	width: 25%;
	top: -10px;
	height: 11px;
	transform: skew(25deg);
	left: -2%;
}
.footer-top::after {
	content: "";	
	background-color: #272727;
	position: absolute;
	width: 25%;
	top: -10px;
	height: 11px;
	transform: skew(-25deg);
	right: -2%;
}
.footer-widget-outer {
	padding: 0;
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
}
.footer a:hover, .footer a:focus {
	color: #f55b14;
	outline: medium none;
	text-decoration: none;
}
.footer-widget-title {
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
}
.footer-widget-title::after {
	content: "";
	border-bottom: 2px solid #f55b14;
	width: 50px;
	display: block;
	margin: 15px 0 0;
}
.footer-1 .footer-widget-title::after {
	border-color: #fff;
}
.footer-column {
	margin-bottom: 25px;
}
.footer-column li {
	display: block;
	position: relative;
}
.footer-column li a {
	display: block;
	line-height: 24px;
	padding: 3px 0;
}
.menu-quick-links-container ul li {
	width: 49%;
	display: inline-block;
}
.footer-site-title {
	color: #fff;
	font-size: 20px;
}
.footer-contact > p {
	position: relative;
}
.footer-contact .fa, 
.footer-contact .far, 
.footer-contact .fas {
	display: table-cell;
	padding-right: 15px;
}
.footer-contact span {
	display: table-cell;
}
.footer-social-icon {
	margin: 15px 0;
	text-align:right;
}
.footer-social-icon > ul {
	display: inline-block;
}
.footer-social-icon li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.footer-social-icon li a {
	color: #fff;
	display: block;
	font-size:18px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
	width: 30px;
}
.footer-social-icon li.facebook a:hover {
	color: #0f6086;
}
.footer-social-icon li.facebook a:hover {
	color: #3b5998;
}
.footer-social-icon li.twitter a:hover {
	color: #00bdec;
}
.footer-social-icon li.gplus a:hover {
	color: #d34836;
}
.footer-social-icon li.youtube a:hover {
	color: #c4302b;
}
.footer-social-icon li.instagram a:hover {
	color: #8a3ab9;
}
.footer-social-icon li.lindkedin a:hover {
	color: #0e76a8;
}
.footer-social-icon li.pinterest a:hover {
	color: #c92228;
}
.footer-social-icon li.tumblr a:hover {
	color: #34526f;
}
.footer-social-icon li.flickr a:hover {
	color: #0063dc;
}
.footer-social-icon li.tripadvisor a:hover {
	color: #00af87;
}
.footer-bottom {
	background-color: #000;
	position: relative;
}
.footer-bottom-outer {
	position: relative;
	z-index: 1;
	margin-left: 25%;
}
.copyright p {
	margin: 18px 0;
}
.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	z-index: 10;
}
.scroll-top a {
	background-color: #3498db;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px;
	text-align: center;
	width: 30px;
}
.whatsapp-call {
	bottom: 10px;
	left: 10px;
	position: fixed;
	z-index: 99;
}
.whatsapp-call a {	
	background-color: #53ec67;
	border-radius: 7px;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 35px;
	width: 35px;	
	text-align: center;	
}
.loader {
	background-color: rgba(255, 255, 255, 1);	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('assets/images/loader.svg');
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;		
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}
.loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
.grecaptcha-badge {
	box-shadow: none !important;
}
.grecaptcha-logo {
	display: none;
}
/*====================================================================
						Default Css
=====================================================================*/
.page-banner-section {
	position: relative;
}
.page-banner {
	background-color: transparent;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px 0 0 0;
	position: relative;
}
.page-banner-wrap {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.page-banner-image {
	background-attachment: scroll;
	background-image: url('assets/images/page-banner.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner-image::before {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.page-banner-image .page-banner-wrap {
	color: #fff;
	padding: 12% 0%;
}
.page-banner-image .page-banner-title {
	color: #fff;
	margin: 0;
	float: left;
	font-size: 24px;
}
.page-banner-image .breadcrumbs {
	margin: 5px 0;
	float: right;
	font-size: 14px;
	line-height: 20px;
}
.trail-browse {
	display: none;
}
.breadcrumb-item {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb-item a {
	color: #808080;
}
.breadcrumb-item + .breadcrumb-item::before {
 	content: "/";
 	font-size: 14px;
 	line-height: 14px;
 	opacity: 0.8;
 	padding-right: 7px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb-item:hover a {
	color: #ccc;
}
.page-banner-image .breadcrumb-item {
	color: #ccc;
}
.page-banner-image .breadcrumb-item + .breadcrumb-item::before, 
.page-banner-image .breadcrumb-item a {
 	color: #fff;
}
.body-transparent .page-banner-section {
	padding-top: 81px;
}
.site-content {
	background-color: #fff;
}
.content-wrapper {
	padding: 30px 0;
}
.content-area {
	min-height: 300px;
}
.page-title {
	position: relative;
	text-transform: capitalize;
	color: #0f6086;
	margin-bottom: 40px;
}
.page-title::after {
 	content: "";
 	border-bottom: 2px solid #b7b7b7;
 	display: block;
 	width: 65px;
 	margin: 10px 0;
}
.text-center .page-title::after {
 	margin: 10px auto;
}
.content-section {
	background-color: #fff;
	display: table;
	width: 100%;
}
.page-content ul, .page-content ol {
	margin-bottom: 15px;
	padding-left: 15px;
}
.page-content ul li {
	margin-bottom: 5px;
	position: relative;
}
.page-content b, .page-content strong {
	color: #f55b14;
}
.page-section-title {
	color: #0f6086;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.page-section-title::before {
 	content: '';
 	background-color: #f55b14;
 	bottom: -1px;
 	height: 2px;
 	left: 0px;
 	position: absolute;
 	width: 45px;
}
.subpage-item.with-thumb .subpage-wrap {
	border: 3px solid #f2f3f8;
	padding: 10px;
	margin-bottom: 30px;
}
.subpage-item.with-thumb .subpage-title {
	margin: 0;
	padding: 10px;
	background-color: #f55b14;
	text-align: center;
}
.subpage-item.with-thumb .subpage-title a {
	color:#fff;
}
.subpage-item.with-thumb .more-link {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	display: none;
}
.subpage-item.without-thumb .subpage-wrap {
	border-bottom: 2px solid #f2f3f8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ms-container {
	width: 100% !important;
}
.masonry-wrapper {
	margin: 0 -15px;
}
.ms-item {
	padding: 15px;
}
/*====================================================================
						Post Page Css
=====================================================================*/
.post-wrap {
	background-color: #f0f0f0;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.post-thumb {
	position: relative;
}
.post-thumb img {
	border: none;
	padding:0;
}
.post-summery {
	position: relative;
	padding: 25px 50px 25px 15px;
	overflow: hidden;
}
.post-title {
	color: #0f6086;
	font-style: italic;
	margin-bottom: 15px;
	font-weight: 600;
}
.post-subtitle {
	color: #0f6086;
	display: inline-block;
	font-size: 14px;
	margin: 0;
}
.post-content {
	color: #555;
	text-align: justify;
}
.post-content > p {
	font-style: italic;
}
.post-content ul, .post-content ol {
	font-style: italic;
	padding-left: 15px;
}
a.more-link {
	color: #0f6086;
	font-style: italic;
}
.pagination {
	display: block;
	margin: 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
}
.pagination li {
	display: inline-block;
}
.pagination li span.current {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
}
.pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
}
/*====================================================================
						Taxonomy Page Css
=====================================================================*/
.taxonomy-description {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #fff;
	color: #555;
	line-height: 28px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}
.taxonomy-description::after {
 	border-bottom: 1px solid #eeeeee;
 	content: "";
 	display: block;
	height: 10px;
}
/*====================================================================
						Sidebar Css
=====================================================================*/
.widget {
	background-color: #f9f9f9;
	margin-bottom: 25px;
	overflow: hidden;
}
.widget:last-cild {
 	margin-bottom: 0;
}
.widget .search-form {
	padding: 10px;
}
.widget-title {
	border-bottom: 2px solid #f55b14;
	font-size: 16px;
	margin: 0;
	padding: 12px 10px;
	position: relative;
}
.widget-title a {
	color: #47474c;
}
.widget ul {
	list-style: outside none none;
	padding: 0 10px;
}
.widget ul li {
	border-bottom: 1px dashed #d0d0d0;
	padding: 10px 0 10px 20px;
	position: relative;
}
.widget ul li::before {
 	content: "";
 	background-color: #000;
 	position: absolute;
 	width: 5px;
 	height: 5px;
 	left: 2px;
 	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget ul li a {
	color: #555;
	display: block;
	font-weight: 500;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a:hover, 
.widget ul > li.current-menu-item > a, 
.widget ul > li.current-page-ancestor > a {
	color: #f55b14;
}
.widget .sub-menu {
	padding:0 15px;
}
.cpw-posts {
	padding-top: 10px;
}
.cpw-post-wrap {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 0 0 10px;
}
.cpw-posts article:last-child .cpw-post-wrap {
	border-bottom: none;
}
.cpw-posts > div:last-child .cpw-post-wrap {
	border-bottom: none;
	margin-bottom: 10px;
	padding: 0 10px;
}
.cpw-post-image {
	display: table-cell;
	max-width: 80px;
	min-width: 80px;
	padding-right: 10px;
}
.cpw-post-summary {
	display: table-cell;
	vertical-align: middle;
}
.cpw-post-title {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.cpw-post-title a {
	color: #0f6086;
}
.cpw-post-title .post-title {
	font-size: 16px;
}
.cpw-post-summary p {
	font-size: 12px;
	margin-bottom: 0;
}
/*====================================================================
						Single Blog Post Css
=====================================================================*/
.single-blog-wrap {
	position: relative;
}
.single-blog-img {
	margin-bottom: 25px;
}
.single-blog-title {
	margin-bottom:15px;
}
.single-blog-meta {
	color: #5e5e5e;
	font-size: 14px;
	margin-bottom: 10px;
}
.single-blog-meta a {
	color: #5e5e5e;
}
.single-blog-meta .fa, .single-blog-meta .fas {
	margin-right: 3px;
	color: #0f6086;
}
.single-blog-content {
	margin-bottom: 20px;
}
.single-blog-content > ul,  .single-blog-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
.comments-area {
	margin-bottom: 20px;
}
.comment-section textarea, 
.comment-section input[type="text"], 
.comment-section input[type="email"], 
.comment-section input[type="tel"], 
.comment-section input[type="url"] {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.comment-section textarea {
	height: 120px;
}
.comment-section .submit {
	background-color: #0f6086;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	text-align: center;
	text-transform: uppercase;
}
.addtoany_shortcode .a2a_svg.a2a_s__default {
	display: none;
}
.addtoany_shortcode .a2a_label {
	display: none;
}
.addtoany_shortcode .addtoany_list a::before {
 	background-color: #777;
	border-radius: 50%;
 	color: #fff;
 	display: block;
 	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	font-size: 14px;
 	height: 30px;
 	margin: 0;
 	padding: 8px 0;
 	text-align: center;
 	width: 30px;
}
.addtoany_list a {
	border: 0 none;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	line-height: 15px;
	margin: 0;
	padding: 0 4px;
	text-decoration: none;
	vertical-align: middle;
}
.addtoany_shortcode a.a2a_button_facebook::before {
 	content: "\f39e";
 	background-color: #4c78bf;
}
.addtoany_shortcode a.a2a_button_google_plus::before {
 	content: "\f0d5";
 	background-color: #dc4e41;
}
.addtoany_shortcode a.a2a_button_twitter::before {
 	content: "\f099";
 	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_pinterest::before {
 	content: "\f0d2";
}
.addtoany_shortcode .addtoany_list a:hover::before {
 	background-color: #000;
}
.post-share-icon {
	border-top: 1px dashed #e0e0e0;
	display: table;
	padding: 7px 0 10px;
	width: 100%;
}
.share-title {
	display: table-cell;
	vertical-align: middle;
}
.share-icon {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
/*====================================================================
						Related Post Css
=====================================================================*/
.related-posts {
	margin-top: 25px;
}
.related-title {
	border-bottom: 2px solid #0f6086;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.related-post-wrap {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 25px;
	overflow: hidden;
	padding: 7px;
	position: relative;
}
.related-post-content {
	background-color: #f55b14;
	bottom: 7px;
	left: 2.5%;
	position: absolute;
	right: 2.5%;
	width: 95%;
}
.related-post-title {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.related-post-title a {
	color:#fff;
}
/*====================================================================
						Single Post Css
=====================================================================*/
.single-post-wrap {
	position: relative;
}
.single-post-img {
	margin-bottom: 25px;
}
.single-post-title {
	margin-bottom:15px;
}
.single-post-content {
	margin-bottom: 20px;
}
.single-post-content > ul, 
.single-post-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
/*====================================================================
						Error And Search Page Css
=====================================================================*/
.error-404.not-found {
	padding: 20px 0 30px;
	text-align: center;
}
.search-field.form-control {
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
	max-width: 360px;
	vertical-align: top;
}
.search-found {
	padding: 20px 0 30px;
}
.search-results .content-section {
	margin-top: 0;
}
/*====================================================================
						Contact Page Css
=====================================================================*/
.contact-page-map {
	padding: 5px 5px 0;
	border: 1px solid #e0e0e0;
}
.contact-info-section {
	margin: 0 auto 25px;
}
.contact-form-title, .contact-info-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}
.contact-form-title::after, .contact-info-title::after {
	content: "";
	border-bottom: 2px solid #f55b14;
	display: block;
	width: 50px;
	margin: 10px 0;
}
.contact-info {
	margin: 0 0 50px;
}
.contact-info > ul {
	display: table;
	width: 100%;
}
.contact-info li {
	display: block;
	width: 100%;
}
.contact-info li + li {
	margin-top: 25px;
}
.contact-wrap {
	position: relative;
	display: table;
	/*border: 1px solid #f5f5f5;*/
	width: 100%;
}
.contact-icon {
	display: table-cell;
	width: 50px;
	text-align: center;
	vertical-align: top;
}
.contact-icon i {
	background-color: transparent;
	border: 1px solid #e0e0e0;
	border-right: 3px solid #0f6086;
	color: #0f6086;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.contact-text {
	position: relative;
	display: table-cell;
	padding: 0 15px;
}
.contact-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin: 0px 0px 5px;
}
.contact-text p {
	margin: 0;
}
.contact-page-content {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.form-group {
	position: relative;
}
.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #646563;
}
.input-group i {
	position: absolute;
	font-size: 14px;
	top: 13px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #8b8b8b;
	width: 35px;
	height: 16px;
}
.input-group .form-control {
	padding-left: 45px;
}
.input-group .info, .form-group .info {
	color: #17A398;
	font-size: 12px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
select, textarea, .form-control {
	border-color: #e0e0e0;
	border-radius: 0;
	border-right-width: 3px;
	box-shadow: none;
	color: #676767;
	font-size: 14px;
	height: 50px;
	padding: 8px 15px;	
	width: 100%;
}
textarea,  textarea.form-control {
	height: auto;
	max-height: 70px;
}
.captcha-group {
	position: relative;
	overflow: hidden;
}
.captcha-group label {
	display: block;
}
.captcha-group .form-control {
	width: 135px;
	float: left;
}
.captcha-group img {
	height: 40px;
	width: 55px;
	float: left;
}
.form-submit {
	min-width: 100px;
	margin: 0 auto;
}
.form-control::-webkit-input-placeholder {
 	color: #969696;
 	opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 	color: #969696;
 	opacity:1;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
 	color: #969696;
 	opacity:1;
}
.form-control:-ms-input-placeholder {
 	color: #969696;
 	opacity:1;
}
.form-control:focus::-webkit-input-placeholder {
 	color:transparent;
}
.form-control:focus:-moz-placeholder {
 	color:transparent;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
 	color:transparent;
} /* FF 19+ */
.form-control:focus:-ms-input-placeholder {
 	color:transparent;
} /* IE 10+ */

/*====================================================================
						Product Page Css
=====================================================================*/
.single-product-video-image {
	margin-bottom: 30px;
}
.single-product-image {
	border: 2px solid #0f6086;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 360px;
}
.single-product-image img {	
	width: auto;
	max-height: 350px;
}
.single-product-image img.image-perview {
	max-width: inherit;
}
.single-product-video {
	background-color: #dddddd;
	border: 2px solid #0f6086;	
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.single-product-video iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.single-product-title {
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px dashed #0f6086;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}
.single-product-title::after {
	content: "";
	border-bottom: 3px solid #f55b14;
	display: block;
	width: 55px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.single-product-content {
	margin-bottom: 25px;
	line-height: 22px;
}
.single-product-content ul, 
.single-product-content ol {
	padding-left: 15px;
}
.single-product-content ul li, 
.single-product-content ol li{
	margin: 7px 0;
}
/*====================================================================
						About Page Css
=====================================================================*/
.page-about-us .page-content ul, .page-about-us .page-content ol {
	background-color: #dde2e2;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px 20px;
	margin-top: 20px;	
}
.page-about-us .page-content ul li {
	display: inline-block;
	margin: 10px 0;
	width: 49%;
	padding: 0 20px;
	vertical-align: top;
}
.page-about-us .page-content ul li::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 0;
}
/*====================================================================
						Client Page Css
=====================================================================*/
.page-clientele .page-content ul, .page-clientele .page-content ol {
	margin: 15px 0;
	padding: 15px 0;
	background-color: #f0fafb;
	border-radius: 3px;
}
.page-clientele .page-content ul li {
	margin: 7px 0;
	position: relative;
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding: 0 15px;
}
/*====================================================================
						Help &amp; Tips Page Css
=====================================================================*/
.help-item + .help-item {
	margin-top: 25px;
}
.help-title {
	border: 1px solid #EDEDED;
	padding: 15px 65px 15px 20px;
	cursor: pointer;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
}
.help-title::after {
	background-color: #0f6086;
	color: #fff;
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 0;
	width: 49px;
	height: 100%;
	top: 0;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.help-title.collapsed::after {
	content: "\f067";
}
.help-body {
	border-color: #ededed;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 15px 15px 5px;
	overflow: hidden;
}
.help-body p strong {
	color: #f55b14;
}
.help-body ul {
	padding-left: 15px;
}
.help-body ul li{
	margin: 7px 0;
}
/*====================================================================
						Feedback Page Css
=====================================================================*/
.page-feedback .content-wrapper {
	background-color: #0f6086;
	padding: 20px 0;
	margin: 30px 45px;
	position: relative;
	overflow: hidden;
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}
.page-feedback .content-wrapper::before {
	background-color: #f55b14;
	content: "";
	position: absolute;
	width: 60%;
	top: 0;
	right: -17%;
	height: 100%;
	-webkit-transform: skew(-25deg);
	transform: skew(-25deg);
}
.page-feedback .page-title {
	color: #fff;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
.page-feedback .content-section {
	background-color: transparent;
	padding: 0 60px;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
.page-feedback .form-control {
	background-color: transparent;
	color: #fff;
}
.page-feedback .form-control::-webkit-input-placeholder {
 	color: #ededed; 	
}
.page-feedback .form-control:-moz-placeholder {
 	color: #ededed; 	
}
.page-feedback .form-control::-moz-placeholder {
 	color: #ededed; 	
}
.page-feedback .form-control:-ms-input-placeholder {
 	color: #ededed; 	
}
/*====================================================================
						get-online-quote Page Css
=====================================================================*/
.page-get-online-quote .content-wrapper {
	padding: 20px 75px;
	border: 2px solid #0f6086;
	margin: 30px 55px;
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}
.page-get-online-quote .page-title {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
.page-get-online-quote .content-section {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
/*====================================================================
						Product Page Css
=====================================================================*/
.product-cat-item {
	margin-bottom: 30px;
	display: flex;
}
.product-cat-wrap {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	width: 100%;
}
.product-cat-image {
	padding: 10px;
	text-align: center;
	height: 240px;
	display: flex;
	align-items: center;
}
.product-cat-image img {
	margin: 0 auto;
	max-height: 220px;
}
.product-cat-summery{
	padding: 0 15px;
}
.product-cat-title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #47474c;
}