@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
    font-family: "Lato", sans-serif !important;
	font-size: 14px;
	font-weight:normal;
}

html {
	height: 100%;
}

body.canvas-slid,
body.canvas-sliding {
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	line-height: 1.1;
	font-family: "Open Sans", sans-serif !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333
}

h1 {
	font-size: 16px;
	padding: 5px 0;
	color: #000;
	margin: 0 0 15px 0;
	font-weight: bold;
}

h1.logo-font {
	text-transform: none;
	font-weight: 300;
	font-size: 50px
}

h5,
h6 {
	font-weight: 700
}

h2 {
	font-size: 24px;
}

h2.logo-font {
	text-transform: none
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 19px
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px
}

p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 18px;
	color:#000;
	font-family: "Lato", sans-serif !important;
}

#gototop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	outline: none;
	background-color: transparent;
	color: black;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	border: 1px #DA2F86 solid;
	transition: 0.5s all;
}
#gototop:hover {
    background-color: #DA2F86;
    color: #fff;
	transition: 0.5s all;
	border: 1px #fff solid;
}

.page-wrapper {
	background-color: #fff;
}
/*.container {
	max-width:1320px !important;
	margin: auto;
}*/

.header-top {
	width: 100%;
	display: block;
	padding:6px 0;
	float: left;
	background:#002d7f;
}
.welcome-note {
	width: 100%;
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
}
@media (max-width:990px) {
.welcome-note {
	display:none;
}
}
.e-links {
	width:100%;
	display: block;
	float: left;
	text-transform: uppercase !important;
	color:#fff;
}

.e-links ul {
	margin:0;
	padding: 0;
	float: right;
}

.e-links ul li {
	margin: 0;
	padding: 0 8px;
	list-style: none;
	outline: none;
	float: left;
	border-right: 1px #fff dotted;
	color: #fff;
}
.e-links ul li strong {
	font-weight: bold;
	color: #fff;
}
.e-links ul li a {
	color:#fff;
	float: left;
	outline: none;
	font-size: 14px;
	padding:0;
	text-transform: capitalize;
	text-decoration:none;
}
@media (max-width: 576px) {
.e-links ul li a {
	font-size: 12px;
	line-height: 12px;
	float: right;
}
}
.e-links ul li a i {
	margin-right:2px;
}
.e-links ul li:first-child {
	color: #f3be45 !important;
	font-weight:normal;
}
.e-links ul li:last-child {
	border-right: none;
	padding-right:0;
}
.e-links ul li a:hover {
	color:#fff;
	text-decoration: none;
	outline: none;
}
.head-mid {
	width: 100%;
	display: block;
	padding: 8px 0;
	float: left;
	border-bottom: 1px #ccc solid;
}
.logo {
	width:100%;
	display: inline-block;
	float: left;
	outline: none;
}
@media (max-width:576px) {
	.logo {
		text-align: center;
		border-bottom: 1px #f1f1f1 solid;
		padding-bottom: 10px;
}	
}
#search-main {
	width: 100%;
	float: left;
	margin: 12px 0 1px 0;
	font-family: "Lato", sans-serif !important;
	font-size: 13px;
}
#search-main ::placeholder {
  color: #aaa !important;
}
/*@media (max-width:990px) {
#search-main {
	display: none;
}	
}*/
#custom-search-input {
	padding: 0;
	border: none;
	background: #e9e9e9;
	box-shadow: 0 1px 0 hsla(210, 65%, 9%, 0.02) inset, 0 0 2px hsla(210, 65%, 9%, 0.1) inset, 0 1px 0 hsla(0, 0%, 100%, 0.7);
	border-radius: 5px;
	overflow: hidden;
	height: 38px;
}
#custom-search-input input {
	border: 0;
	box-shadow: none;
	font-size:13px !important;
	color: #000;
	height:38px;
	border-radius: 5px;
	background:#fff;
	width:85%;
	float:left;
	border:1px solid lightgray
}
#custom-search-input button {
	margin: 2px 0 0 6px;
	background: none;
	box-shadow: none;
	border: 0;
	color: #999;
	padding: 0 8px 0 0;
	outline: none;
	width: 10%;
	text-align: center;
	float: left;
}
#custom-search-input button:hover {
	border: 0;
	color:#764BB5;
	box-shadow: none;
	outline: none;
}
#custom-search-input .glyphicon-search {
	font-size: 13px;
}

.contact-dtails {
	width: 100%;
	display: block;
	float: left;
}
@media (max-width:1200px) {
.contact-dtails {
	width:96%;
	display: block;
	float: left;
	padding-left:0;
	margin: auto;
}	
}
@media (max-width:576px) {
	.contact-dtails {
		padding-top: 5px;
		margin-top: 5px;
	}
}
.contact-detail {
	padding:12px 15px 0 0;
	float:left;
	width:100%;
}
@media (max-width:990px) {
.contact-detail {
	padding:0;
	float:left;
	width:100%;
}	
}
.e-item {
	width:100%;
	display:inline-block;
}
.e-item i {
	width:20%;
	display:inline-block;
	float:left;
	text-align:right;
}
.e-item span {
	width:75%;
	display:inline-block;
	float:right;
	text-align:left;
	font-size:13px;
	line-height:15px;
	padding-top:1px;
}
.e-item span {
	text-decoration:none;
	outline:none;
}
.e-item span strong {
	color: #999;
	text-decoration: none;
	outline: none;
	font-weight: normal !important;
	display: block;
}
.e-item span p {
	width: 100%;
	color:#999;
	text-decoration:none;
	outline:none;
	font-weight:normal;
	margin:2px 0 0 0;
	padding: 0;
}
.e-item span p a {
	color: #126cb5;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	font-weight: bold;
}
.quick-four {
	width:100%;
	display:block;
	float:left;
	padding-left:10%;
	margin:9px 0 0 0;
}
.quick-four ul {
	margin:0;
	padding:0;
}
.quick-four ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 500;
	width: 29%;
	text-align: center;
	float: left;
	border-right: 0px #ddd dashed;
}
.quick-four ul li:last-child {
	border-right: none;
}



.four-icon {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 3px;
}
.quick-four ul li a {
	color: #333;
	text-decoration: none;
	outline: none;
}
@media (max-width:990px) {
	.quick-four ul li a {
		font-size: 12px !important;
		letter-spacing: 0.5px;
}
}
.head-bot {
	width: 100%;
	display: block;
	float: left;
	background: #fff;
	
}

.slider {
	width:100%;
	float:left;
	margin-bottom: 25px;
}



.news-update {
	width: 100%;
	display: block;
	float: left;
	background: #ddd;
	padding: 5px 0;
	font-size: 12px;
	letter-spacing: 1px;
	height: 40px;
	line-height: 30px;
	color: #666;
}
.menu-cat {
	width:100%;
	display: block;
	float: left;
	margin: 30px 0 ;
}
.left-nav {
	width: 100%;
	display: block;
	float: left;
	border: 1px #ccc solid;
	box-shadow: 3px 6px 6px rgba(0,0,0,.0752);
	padding-bottom: 10px;
}
.left-nav h1 {
	width: 100%;
	display: block;
	float: left;
	background: #f1f1f1;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 20px;
	font-family: "Lato", sans-serif !important;
	margin: 0 0 10px 0;
}



.leftmenu-tabs {
	float: left;
	width: 100%;
	display: block;
	padding: 0;
	background: #fff;
}



.cats {
	width:100%;
	display: block;
	float: left;
}
.cats ul {
	margin: 0;
	padding: 0;
}
.cats ul li {
	width: 25%;
	display: block;
	float: left;
	border-right: 1px #999 dashed;
	border-bottom: 1px #999 dashed;
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
.cats ul li:nth-child(4) {
	border-right: none;
}
.cats ul li:nth-child(8) {
	border-right: none;
}
.cats ul li:nth-child(9) {
	border-bottom: none;
}
.cats ul li:nth-child(10) {
	border-bottom: none;
}
.cats ul li:nth-child(11) {
	border-bottom: none;
}
.cats ul li:nth-child(9) {
	border-bottom: none;
}
.cats ul li:last-child {
	border-right: none;
	border-bottom: none;
}
.cats ul li span {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}
.cats ul li p {
	text-align: center;
	margin: 5px 0 25px 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 13px;
	letter-spacing: 0.5px;
}

@media (max-width:999px) {
.cats ul li {
	width: 50%;
}
.cats ul li:nth-child(2) {
	border-right: none;
}
.cats ul li:nth-child(6) {
	border-right: none;
}
.cats ul li:nth-child(8) {
	border-right: none;
}
.cats ul li:nth-child(9) {
	border-bottom: 1px #999 dashed;
	border-right:  1px #999 dashed;
}
.cats ul li:nth-child(10) {
	border-bottom: 1px #999 dashed;
	border-right:  none;
}
}


.why-print24by7 {
	width:100%;
	display: block;
	float: left;
	margin: 2px 0 20px 0;
}
.why {
	width:100%;
	display: block;
	border-top: 1px #999 dashed;
	border-bottom: 1px #999 dashed;
	float: left;
}
.why ul {
	margin: 0;
	padding: 0;
}
.why ul li {
	margin: 0;
	padding: 25px 20px 10px 20px;
	width: 33.33%;
	list-style: none;
	outline: none;
	border-right: 1px #ccc dashed;
	float: left;
}
.why ul li:last-child {
	border-right:none;	
}
.why ul li h3 {
	width: 100%;
	display: inline-block;
	float: left;
	font-size: 18px;
	color: #222;
	margin: 0 0 3px 0;
	font-weight: bold;
	letter-spacing: -0.3px;
}
.why ul li p {
	color: #444;
}
@media (max-width:480px) {
.why ul li {
	width: 100%;
	border-right: none;
	border-bottom: 1px #ccc dashed;
}
.why ul li:last-child {
	border-bottom: none;
}
}

@media (min-width: 481px) and (max-width: 768px) {
.why ul li {
	width: 50%;
	border-right: none;
	border-bottom: 1px #ccc dashed;
}	
}



.popular-pro {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}


.heading {
    width: 100%;
    display: block;
    float: left;
    background: linear-gradient(to bottom, transparent 45%, #aaa 53%, transparent 35%);
    margin: 1px 0;
}
.heading h2 {
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
	float: left;
	font-size: 26px;
	margin: 0 0 0 30px;
	letter-spacing: -1px;
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	color: #000;
}
.heading h3 {
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
	float: left;
	font-size: 24px;
	margin: 0 0 0 30px;
	letter-spacing: -1px;
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	color: #000;
}










.popular-pro-tabs {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	margin: 5px 0 0 0;
}
.popular-pro-tabs h3 {
    font-size: 18px;
    height: 34px;
    padding: 0 10px;
    font-weight: bold;
    line-height: 34px;
    color: #444;
    text-transform: capitalize;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 0.3px;
}
.popular-pro-tabs h4 {
	font-size: 14px;
	height: 44px;
	padding: 0 20px;
	line-height:44px;
	font-weight: bold;
	background:#0D6EFD;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: "Lato", sans-serif !important;
}
@media (max-width:990px) {
.popular-pro-tabs {
	position: relative;
	top:0;
}
.popular-pro-tabs h3 {
	font-size: 10px;
	height: 20px;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
}
.popular-pro-tabs h4 {
	font-size: 10px;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	font-weight: bold;
	background:#0D6EFD;
	color: #fff;
	text-transform: uppercase;
}
}


.cards {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}
.popular-card {
	width: 100%;
	display: block;
	float: left;
	padding: 5px 5px;
	border-radius: 15px;
	margin-bottom: 5px;
	background: #fff;
}
.popular-card img {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color:lightgray;
}
.popular-card h3 {
	width:100%;
	display: block;
	font-family: "Lato", sans-serif !important;
	font-size: 22px;
	float: left;
	margin-bottom: 10px;
	color: #000;
}
.popular-card p {
	width:100%;
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 15px;
	color: #555;
}
.popular-card p a {
	color: #126CB5;
	text-decoration: none;
	outline: none;
	display: block;
}
.popular-card p a:hover {
	color: #DC2E87 !important;
}
.new-pro {
	width:100%;
	display: block;
	float: left;
	margin: 5px 0 30px 0;
}


.pro-card {
	width: 100%;
	display: block;
	float: left;
	padding: 15px 15px 10px 15px;
	border-radius: 15px;
	margin-top: 30px;
	background: #fff;
	border: 1px #ccc dashed;
}
.pro-card:hover {
	cursor: pointer;
	border: 1px #ddd solid;
}

.pro-card img {
	/*width: 100%; */
	display: block;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color:#eeeeee;
}
.pro-card h3 {
	width:100%;
	display: block;
	font-family: "Lato", sans-serif !important;
	font-size: 17px;
	float: left;
	text-align: center;
	color: #333;
}
.pro-card p {
	width:100%;
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 15px;
	color: #555;
}
.pro-card p a {
	color: #126CB5;
	text-decoration: none;
	outline: none;
	display: block;
}
.promotional-banner {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 30px !important;
}
.enviro-friendly {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.enviro-friendly p {
	width: 100%;
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0 30px 0;
}

.adv-print24 {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
}
.advantage {
	width:100%;
	display: block;
	float: left;
	padding: 35px 25px 10px 25px;
	margin-bottom: 30px;
	background: #EFF8FF;
	border: 1px #EFF8FF solid;
	border-radius: 20px;
	min-height: 200px;
}
.white-adv {
	background: #fff;
	border: 1px #ccc solid;
}
.free-sample {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}


.browse-bycat {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 30px;
	clear: both;
}

.testimonials {
	width:100%;
	display: block;
	float: left;
	margin:0 0 5px 0;
}
.reviews-area {
	width:100%;
	display:block;
	float:left;
	margin:15px 0 0 0;
}
.reviews {
	width: 96%;
	display: block;
	float: left;
	margin: 0 2%;
	padding: 40px 20px 0 20px;
	border-radius: 15px;
	border: 1px #ccc solid;
	overflow: visible;
}
.reviews a {
	color: #1A95D5;
	display: inline-block;
	font-weight: normal;
	margin-left: 15px;
	font-size: 12px;
}
.reviews a:hover {
	text-decoration: underline;
}
.greenstar {
	color: #36B37E;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.client-review {
	width:100%;
	display: block;
	float:left;
	margin: 15px 0;
}
.client-review title {
	width: 100%;
	display: block;
	float: left;
	font-size: 16px;
	margin:0 0 5px 0;
	font-weight: bold;
	color: #000;
}
.client-review p {
	display: block;
	float: left;
	font-size: 15px;
	color: #353434;
	width: 100%;
}
.what-included {
	width:100%;
	display: flex;
	float: left;
	margin-bottom: 20px;
}

.incl-package {
	width:100% !important;
	display: block;
	background: #F6F8FE;
	border-radius: 15px;
	padding:35px 50px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}
.package-img {
	display: block;
	text-align: center;
	width: 100% !important;
	float: left;
	margin-bottom: 15px;
}
.incl-package h5 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 10px 0 20px 0;
	letter-spacing: -0.5px;
	float: left;	
}
.incl-package a {
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	text-decoration: none;
}

.pro-cat {
	width: 100%;
	display: block;
	float: left;
	padding: 15px 15px 10px 15px;
	border-radius: 15px;
	margin-top: 30px;
	background: #fff;
	border: 1px #ccc dashed;
}

.pro-cat img {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
}
.pro-cat h3 {
	width:100%;
	display: block;
	font-family: "Lato", sans-serif !important;
	font-size: 20px;
	float: left;
	color: #000;
}
.pro-cat ul {
	margin: 0;
	padding: 0 15px;
}
.pro-cat ul li {
	margin: 0;
	list-style:disc;
	font-size: 14px;
	color: #555;
}
.skyblue-btn {
	width: 100%;
	margin: 15px 0;
	background-color: #31A8FF;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 5px;
	outline: none;
	font-size: 16px;
	height:34px;
	float: left;
	transition: 0.5s all;
	box-shadow: 0 2px 5px #ccc;
}
.skyblue-btn:hover {
	transition: 0.5s all;
	box-shadow: 0 2px 5px #999;
	background: #DC2E87;
	outline: none;
	color: #fff;
}
.dedicated-shop {
	width:100%;
	display: block;
	float: left;
}
.online-shop {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0 20px 0 !important;
}
.online-shop ul {
	margin: 0;
	padding: 0;
}
.online-shop ul li {
	width: 16%;
	display: inline-block;
	float: left;
	margin: 0 2%;
	padding: 0;
	list-style: none;
	outline: none;
	text-align: center;
}
.online-shop ul li img {
	margin-bottom: 15px;
}
.online-shop ul li h6 {
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: normal;
}

@media (max-width:767px) {
.online-shop ul li {
	width: 42%;
	margin: 0 4%;
}	
}

@media (min-width: 768px) and (max-width: 990px) {
.online-shop ul li {
	width: 28.33%;
	margin: 0 2.5%;
}	
}





.skyblue-1 {
	margin: 0;
	background-color: #31A8FF;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 5px;
	outline: none;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	height: 44px;
	transition: 0.5s all;
	padding: 0 25px;
	box-shadow: 0 2px 5px #999;
}
.skyblue-1:hover {
	transition: 0.5s all;
	box-shadow: 0 2px 5px #999;
	background: #DC2E87 ;
	outline: none;
	color: #fff;
}






























.why-box {
	width:100%;
	display: block;
	float: left;
	margin:0;
}
.why-box p {
	width:100%;
	display: block;
	float: left;
	font-size: 18px;
	margin: 0 0 30px 0;
	line-height: 22px;
}
.why-card {
	width: 100%;
	display: block;
	float: left;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.why-card h2 {
	width:100%;
	display: block;
	font-family: "Marcellus", serif;
	font-size: 22px;
	float: left;
	margin: 15px 0;
}
.why-card p {
	width:100%;
	display: block;
	font-size: 15px;
	line-height: 19px;
	float: left;
	margin-bottom: 15px;
	color: #555;
}

.paper-options {
	width:100%;
	display: block;
	float: left !important;
	background: #E6E8E3;
	padding: 60px 0 40px 0;
	margin-bottom: 40px;
	clear: both;
}
.options-tab {
	width:100%;
	display: block;
	float: left;
}
.options-tab h6 {
	font-size: 18px;
	font-family: "Marcellus", serif;
	line-height: 12px;
	padding: 5px 0 0 0;
}
.paper-card {
	width: 100%;
	display: block;
	float: left;
	border-radius: 15px;
	margin-top:30px;
	overflow: hidden;
}
.paper-card img {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.paper-card h2 {
	width:100%;
	display: block;
	font-family: "Marcellus", serif;
	font-size: 22px;
	float: left;
	margin-bottom: 15px;
}
.paper-card p {
	width:100%;
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 15px;
	color: #555;
}
.paper-card p a {
	color: #0075C0;
	text-decoration: none;
	outline: none;
	display: block;
}
.content-main {
	width:100%;
	display: block;
	float: left;
	border-top: 1px #333 solid;
	padding-top: 20px ;
}


.options-tab h6 {
	font-size: 18px;
	font-family: "Marcellus", serif;
	line-height: 12px;
	padding: 5px 0 0 0;
}


@media (max-width:990px) {
.options-tab h6 {
	font-size: 16px;
	font-family: "Marcellus", serif;
	line-height: 12px;
	padding: 5px 0 0 0;
}
}
.onestop-shop {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.onestop-shop h2 {
	width:100%;
	display: block;
	float: left;
	font-family: "Marcellus", serif;
	font-size:34px;
	text-align: center;
	margin: 0 0 30px 0;
}

.onestop-card {
	width: 100%;
	display: block;
	float: left;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.onestop-card h2 {
	width:100%;
	display: block;
	font-size: 15px;
	float: left;
	font-family: "Lato", sans-serif !important;
	margin: 15px 0;
	text-transform: uppercase;
}
.orderby-style {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.cat-card {
	width: 100%;
	display: block;
	float: left;
	padding: 20px 15px;
	text-align: center;
	margin-bottom: 30px;
	border: 1px #999 dashed;
	border-radius: 15px;
	height: 200px;
}
/*.cat-card img {
	transition: opacity 0.35s, transform 0.35s;
}
.cat-card img:hover {
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
   transition:1s ease;
   opacity: 0.9;
}*/
.cat-card h2 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 0;
	color: #555;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 16px;
}
.cat-card h2 a {
	text-decoration: none !important;
	outline: none !important;
}
.cat-card img {
	margin-bottom: 15px;
}
.customer-supp {
	width:100%;
	display: block;
	float: left;
	background: #E9FAF9;
	padding: 60px 0 20px 0;
}
.customer-supp h2 {
	width: 100%;
	display: block;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 34px;
	margin: 0 0 30px 0;
}
.support-card {
	width: 100%;
	display: block;
	float: left;
	padding: 15px;
	margin-bottom: 30px;
}
.support-card h3 {
	width:100%;
	display: block;
	font-family: "Marcellus", serif !important;
	font-size: 22px;
	float: left;
	margin: 15px 0;
}
.support-card p {
	width:100%;
	display: block;
	font-size: 15px;
	line-height: 19px;
	float: left;
	margin-bottom: 15px;
	color: #555;
}

.quick-supp {
	width:100%;
	display: block;
	float: left;
	background: #E3D9D2;
	padding: 60px 0;
}
.quick-form {
	width: 100%;
	display: block;
	float: left;
	/*background-image: linear-gradient(#E9F7FF, #fff);*/
	border-radius: 15px;
	padding: 50px 50px 40px 50px;
	background: #fff;
}
.quick-form h2 {
	width: 100%;
	font-size: 24px;
	float: left;
	text-align: center;
	display: block;
	font-family: "Marcellus", serif !important;
	color: #002D47;
	margin-bottom: 15px;
}
.form-container {
    width: 100%;
	display: block;
	float: left;
}
.form-title {
    text-align: center;
    margin-bottom: 25px;
	font-family: "Lato", sans-serif !important;
}
.form-title strong {
    color: #000;
}


.white-field {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #002D47 !important; 
	background-color:transparent !important;
	background-clip: padding-box;
	border:1px solid #0587B9 !important;
	border-radius:5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.white-field:focus {
    color: #000;
    background-color:transparent;
    border-color: #aaa;
    outline: none;
	box-shadow: none !important;
}
.text-area {
	display: block;
	width: 100%;
	height: 100px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom:0;
	background-color:transparent !important;
	background-clip: padding-box;
	border:1px solid #0587B9 !important;
	border-radius:5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.text-area:focus {
    color: #000;
    background-color:transparent;
    border-color: #aaa;
    outline: none;
	box-shadow: none !important;
}

.faq {
	width: 100%;
	display: block;
	float: left !important;
	margin: 5px 0 0 0;
	clear: both;
	font-size:15px;
}
.accordian-main {
	width:100%;
	display: block;
	float: left;
	margin:5px 0 20px 0 ;
}
.accord-heading {
    font-family: "Lato", sans-serif !important;
	font-size: 18px !important;
	color: #000 !important;
}


.footer {
	width:100%;
	display: block;
	float: left;
}
.ft-logo {
	width:100%;
	display: block;
	float: left;
}
.footer-top {
	width:100%;
	display: block;
	float: left;
	background: #32373a;
	padding: 4px 0;
	margin-bottom:1px;
}
.footer-bot {
	width: 100%;
	display: block;
	float: left;
	padding: 15px 0 0 0;
	background: #002d7f;
}
.ft-col {
	width:100%;
	display:block;
	float:left;
	margin:0;
}
.ft-col h2 {
	width:100%;
	display:block;
	float:left;
	color: #fff;
	font-weight:normal;
	font-size: 20px;
	margin: 0 0 12px 0;
	padding: 10px 0 7px 0;
	font-family: "Lato", sans-serif !important;
	position: relative;
}
.ft-col ul {
	width:100%;
	display:block;
	float:left;
	margin:5px 0 10px 0;
	padding-left:0;
}
.ft-col ul li {
	width:100%;
	display:block;
	float:left;
	margin:0;
	list-style:none !important;
	outline:none;
	padding-left:0;
}

.ft-col ul li a {
	width:100%;
	display:block;
	float:left;
	margin:0;
	list-style:none;
	outline:none;
	text-decoration:none;
	color:#fff !important;
	padding:5px 0;
	font-size: 14px;
	
}
.ft-col ul li a::before {
	display:inline-block;
/*	content:"";*/
	margin-right:10px;
	background:#fff;
	width:3px;
	height:3px;
	margin-bottom:3px;
	border-radius:100px;
}
.ft-col ul li a:hover {
	color:#fff;
	text-decoration:none;
	outline:none;
	padding-left:3px;
	transition: 0.4s all;
}
.news-field {
	width:100%;
	display: block;
	float: left;
}
.news-field ::placeholder {
	color: #aaa !important;
}
.subscription-field {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	margin: 10px 0;
	font-weight: 400;
	color: #fff !important;
	background-color:transparent !important;
	background-clip: padding-box;
	border:1px solid #fff !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.subscribe {
	display: block;
	float: left; 
}
.newsletter-field {
	width: 100%;
	display: block;
	float: left;
	border: 1px #fff solid;
}
.white-btn {
	margin: 0;
	background-color: #fff;
	color: #000;
	border: 1px #fff solid;
	border-radius: 5px;
	outline: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	transition: 0.5s all;
	padding: 0 25px;
	margin-bottom:3px;
}





.contact-info {
	width:100%;
	display:block;
	float:left;
	margin: 10px 0 0 0;
}
.contact-info ul {
	margin:0;
	padding:0;
}
.contact-info ul li {
	margin:0;
	padding:0;
	color:#fff;
	float:left;
	width:100%;
	list-style: none;
}
.contact-info ul li i {
	margin-right: 15px;
}
.contact-info ul li p a {
	color:#fff;
	text-decoration:none;
	outline:none;
	list-style: none;
}
.socials-links {
	width: 100%;
	display: block;
	float: right;
	margin: 12px 0;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
.contact-info p {
	text-align:left;
	width:100%;
	color: #FFF;
	font-size: 13px;
	margin: 0;
}



.blue-btn {
	margin:0;
	background-color:#1772A7;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 5px;
	outline: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	height:50px;
	line-height: 50px;
	width: 100%;
	transition: 0.5s all;
}
.blue-btn:hover {
	transition: 0.5s all;
	border: 1px #ccc solid;
	outline: none;
	color: #fff;
}
.copyrights {
	width: 100%;
	display: block;
	float: left;
	background: #f6f6f6;
	padding: 10px 0;
	
}
.copyrights p {
    color: #282828;
    margin: 5px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
.copyrights p i {
	margin-right: 10px;
}
.blue-quote {
	border-radius: 50px;
	padding: 13px 19px !important;
	font-size: 14px !important;
	border:1px solid #126CB5 !important;
}
.mega-menu {
	width:100%;
	display: block;
	float: left;
	overflow: visible !important;
	
}
/* Mega menu container */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding:0;
}

@media (min-width: 992px) {
  .dropdown-menu.mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
  }

  .dropdown:hover .mega-menu {
	display: flex;
  }
}
.mega-menu h6 {
	font-weight: bold;
	margin: 15px 0;
	border-bottom: 1px #666 dashed;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-family: "Lato", sans-serif !important;
	font-size: 14px;
}
.mega-menu img {
	margin:0;
	float: left;
}
.mega-menu i {
	margin:0;
	float: left;
}
.mega-menu {
	margin: 0;
	padding: 0;
}
.mega-menu ul {
	margin: 0;
	padding: 0;
}
.mega-menu ul li {
	padding: 0 20px !important;
	margin: 2px 0 !important;
	float: left;
	display: block;
}
@media (max-width: 992px) {
.mega-menu ul li {
	padding: 0 !important;
	margin: 2px 0 !important;
	float: left;
	display: block;
}	
}
/*
.mega-menu ul li:last-child {
	float: right !important;
	position: absolute;
	right: 0;
}
.mega-menu ul li:last-child i {
	font-size: 22px;
	line-height: 13px;
}
@media (max-width: 992px) {
.mega-menu ul li:last-child {
	float:left !important;
	position: relative !important;
	right: none;
}	
}*/
@media (min-width: 992px) {
.mega-menu ul li {
	padding: 0 !important;
	margin: 0 1px !important;
	float: left;
	display: block;
}	
}


.mega-menu ul li a {
	color: #126CB5 !important;
	list-style: none;
	outline: none;
	text-decoration: none;
	font-size: 15.5px;
	border-bottom: 1px #fff solid;
	padding: 10px 0;
	display: block;
	line-height: 13px !important;
	margin: 0px;
	text-transform: capitalize;
	font-family: "Lato", sans-serif !important;
	font-weight: bold;
	letter-spacing: 0.2px;
	transition: 0.5s all;
}
@media (max-width: 992px) {
.mega-menu ul li a {
	list-style: none;
	outline: none;
	text-decoration: none;
	border-bottom: 1px #ccc dashed;
	padding: 7px 0 14px 0;
	display: block;
	margin: 0;
	text-transform: capitalize;
	font-family: "Lato", sans-serif !important;
}	
}
.mega-menu ul li a:hover {
	color: #002D47 !important;
	transition: 0.5s all;
}

.mega-data {
	margin: 0;
	padding: 0;
}
.mega-data ul {
	margin: 0;
	padding: 0;
}
.mega-data ul li {
   padding: 0 !important;
   margin: 1px 0 !important;
   float: left;
	display: block;
}
.mega-data ul li:last-child {
	position: relative !important;
}
.mega-data ul li a {
	color: #222 !important;
	list-style: none;
	outline: none;
	text-decoration: none;
	font-size: 13px;
	border-bottom: 1px #ddd solid;
	padding: 5px 0;
	display: block;
	line-height: 15px !important;
	margin: 0;
	font-weight: normal;
}
.mega-data ul li a:hover {
	color: #000 !important;
}

.mega-cat {
	width:100%;
	display: block;
	float: left;
}
.mega-cat li {
	width:100%;
	display: block;
	list-style: none;
	outline: none;
	border: 1px #fff solid;
}
.mega-cat li:hover {
	background: #eee;
	cursor: pointer;
	border: 1px #eee solid;
	
}
.mega-cat li img { 
	width: 15%;
	float: left;
	display: inline-block;
	margin: 0;

}
.mega-cat p { 
	width: 83%;
	float: right;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin: 10px 0 0 0;
}
.mega-cat p strong {
	width: 100%;
	display: block;
}
.ml-0 {
	margin-right: 5px !important;
	float: left;
}
.breadcrumbs {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	font-size: 13px;
	background: #fafdff;
	padding: 15px 0 0 0;
	line-height: 5px;
	position: relative;
}
.breadcrumbs a {
	font-size: 13px;
	text-decoration: none;
}
.pro-intro {
	width: 100%;
	display: block;
	float: left;
	background: #fff;
	padding: 2px 0 0 0;
	margin-bottom: 2px;
}
.pro-intro h1 {
	width: 100%;
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
	font-size: 28px;
	margin: 0px 0;
	letter-spacing: -1px;
	color: #000;
}
.pro-intro p {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	margin: 0 0 15px 0;
}


.pro-intro p a {
	margin-top: 10px;
	text-decoration: none;
	outline: none;
}
.pro-intro p a i {
	margin-left: 10px;
}
.cat-image {
	width:100%;
	display: block;
	float: left;
	text-align: center;
}

.quote-form {
	width: 100%;
	display: block;
	float: left;
	background-color: transparent;
	border: 0px #0587B9 dashed;
	border-radius: 15px;
	padding: 0px;
	margin:0 0 15px 0;
}
.quote-form h2 {
	width: 100%;
	font-size: 24px;
	float: left;
	display: block;
	color: #212529;
	margin-bottom: 30px;
}
.quote-form span {
	text-align: right !important;
	font-weight: bold;
	float: right;
	color: #295A77;
	letter-spacing: 0.5px;
}
.quote-form span strong {
	color: #D9222A;
}
.quote-form p {
	font-size: 13px;
	color: #111;
}
.quote-form h4 {
	width: 100%;
	font-size: 24px;
	float: left;
	display: block;
	color: #ccc;
	margin-bottom: 30px;
}
.quote-form ::option {
	background-color: transparent !important;
}

.pro-introduction {
	width: 100%;
	display: block;
	float: left;
	margin: 0px 0 0 0;
	font-size:14px;
	background-color:#fff;
}
.intro-text {
	width: 100%;
	background: #fff;
	border-radius: 15px;
	float: left;
	padding:5px;
}
.intro-text ul {
	margin: 0 0 0 30px ;
	padding: 0;
}
.intro-text ul li {
	margin: 0 0 0 30px ;
	padding: 0;
	list-style:url("../images/check.png");
}


.detail-images {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
	border: 1px #0587B9 dashed;
	border-radius: 15px;
	background: #fff;
	height: auto;
}
@media (min-width: 992px) {
.detail-images {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
	border: 0px #0587B9 dashed;
	border-radius: 15px;
	background: #eeeeee;
	height: 538px;
}	
}
.n-blue {
	color: #295A77;
}
.cream-color {
	background: #FAF5ED !important;
}
.light-blue-color {
	background: #F6F8FE !important;
}
.lightpink-color {
	background: #FFF5F8 !important;
}
.white-color {
	background: #fff !important;
}

.share-pro {
	width: 84px;
	height: 40px;
	background: #fff;
	color: #295A77;
	position: absolute;
	margin: -60px;
	right: 450px;
	line-height: 40px;
	text-align: center;
	border: 1px #E9F7FF solid;
	border-radius: 10px;
	font-size: 12px;
}	
.share-pro i {
	margin-right: 3px;
}
.share-pro:hover {
	cursor: pointer;
}
@media (max-width: 992px) {
.share-pro {
	right: 100px;
}
}
.about-pro {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	float: left;
}
.about-pro h3 {
	margin-bottom: 25px;
}
.about-pro h6 {
	color:#002D47;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0 0;
	font-family: "Lato", sans-serif !important;
}
.about-pro p {
	margin: 0;
	font-size: 13px;
	color: #002D47 !important;
}
.upload-art {
	width: 100%;
	display: block;
	float: left;
}
.upload-art h5 {
	background-image: linear-gradient(to right, #F90E8F, #006EAD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-family: "Lato", sans-serif !important;
}
.upload-art p {
	margin: 0;
	font-size: 13px;
	color: #002D47;
}
.artwork {
	border-radius: 15px;
	border: 1px #4F9BCD solid;
	width: 100%;
	display: block;
	float: left;
	padding: 22px 10px 17px 10px;
	margin: 0 0 5px 0;
}
.artwork i {
	width: 20%;
	height: 54px;
	display: inline-block;
	float: left;
}
.artwork:hover {
	cursor: pointer;
}

.detail-specs {
	width: 100%;
	display: block;
	float: left !important;
	margin-bottom: 30px;
	margin: 15px 0 30px 0;
	clear: both;
}
.content-pad {
	padding: 30px 20px 20px 30px;
}

.map-location {
	width:100%;
	display: block;
	float: left;
	margin: 30px 0;
}
.capabilities {
	width:100%;
	display: block;
	float: left;
	text-align: center;
}
.why-us {
	width: 100%;
	display: block;
	float: left;
	border: 1px #0075C0 dashed;
	border-radius: 10px;
	padding:13px 10px;
	margin-bottom: 25px;
}
.why-us p {
	color: #002D47;
	line-height: 16px;
	margin:5px 0 0 0;
}

.services-offer {
	width: 100%;
	display: block;
	float: left;
	background-image: linear-gradient(#E9F7FF, #fff) !important;
	border: 1px #91B6CF solid;
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 30px;
}
.services-img {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.services-offer p {
	color: #295A77;
	width: 100%;
}
.services-offer h4 {
	float: left;
	width: 100%;
	display: block;
}
.grey-bot {
	border-bottom: 7px #666666 solid;
}
.pink-bot {
	border-bottom: 7px #EE2EBE solid;
}
.blue-bot {
	border-bottom: 7px #009CDE solid;
}
.purple-bot {
	border-bottom: 7px #7D54F9 solid;
}
.golden-bot {
	border-bottom: 7px #EE9F2D solid;
}
.green-bot {
	border-bottom: 7px #008000 solid;
}



.megamenuh6 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  border-bottom:2px solid #fff;
}


.popularcardh3 {
  width: 100%;
  display: block;
  font-family: "Lato", sans-serif !important;
  font-size: 21px;
  float: center;
  margin-bottom: 5px;
  color: #404040;
  font-weight:bold;
}

.whyullih3 {
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #222;
  margin: 0 0 3px 0;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.procardh3 {
  width: 100%;
  display: block;
  font-family: "Lato", sans-serif !important;
  font-size: 17px;
  float: left;
  text-align: center;
  color: #333;
  font-weight:bold;
}

.headingh3 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
  float: left;
  font-size: 24px;
  margin: 0 0 0 30px;
  letter-spacing: -1px;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  color: #4a4a4a;
}

.leftnavh1 {
  width: 100%;
  display: block;
  float: left;
  background: #d3d3d3;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  padding: 7px 35px;
  font-family: "Lato", sans-serif !important;
  margin: 0 0 10px 0;
}

.ftcolh2 {
  width: 100%;
  display: block;
  float: left;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  font-family: "Lato", sans-serif !important;
  position: relative;
}




.product-detail {
  width: 100%;
  display: block;
  float: left;
  font-size:14px;
  background-color: #fafdff;
}
.product-detail h1 {
  font-size: 33px;
  color: #333;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px #c6d7e6 solid;
  padding-bottom: 3px;
  margin-top:-10px;
}
.product-detail p {
  font-size: 14px;  
  padding-bottom: 7px;
  line-height: 20px;
  margin-top: 0px !important;
  float: left;
  margin-bottom: 0;
}
.stars-review {
  font-size: 14px;
  color: #000;
  border-top: 1px #c6d7e6 solid;
  border-bottom: 1px #c6d7e6 solid;
  padding: 5px 0;
  line-height: 20px;
  margin-top: 0px !important;
  float: left;
  width: 100%;
  display: block;
}
.stars-review i {
  color: #ff8c17;
}
.product-detail h2 {
  font-size: 14px;
  color: #4a4848;  
  font-weight: bold;
  margin: 1px 0;
  float: left;
  width: 100%;
  display: block;
  background-color: #f4f8fb;
  height: 35px;
  padding: 7px;
}
.product-detail h2 i {
  color: #000;
}
.form-n-features {
  width: 100%;
  display: block;
  float: left;
}
.form-print24 {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 15px 0;
}
.product-detail h3 {
  color: #218ecd;
  background-color: #fff;
  text-transform: uppercase;
  outline: none;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px #dfdfdf solid;
  border-top: 1px #dfdfdf solid;
  margin: -1px 0 0 0;
  width: 100%;
  display: block;
}
.product-detail .form-control {
  font-size: 13px;
}


.quotestrip {
  width: 100%;
  display: block;
  float: left;
  background: #fafdff;
  color: #2f6c05;
  font-size: 16px;
  text-align: center;
  padding: 3px 3px;
  margin: 0;
  border-radius: 3px;
  font-weight:bold;
}




.btn-primary {
  color: #fff;
  background-color: #218ecd;
  border-color: #218ecd;
  width: 100%;
  text-transform: uppercase;
  transition: 0.4s all;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s 
  
}
  

	.preview {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
@media screen and (max-width: 996px) {
.preview {
  margin-bottom: 20px; 
} 
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px; }
.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
	border: 1px #ddd solid;
}
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block; }
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0; }
.preview-thumbnail.nav-tabs li a:hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.preview-thumbnail.nav-tabs li:last-of-type {
 	margin-right: 0; }
	
 .featuresh2 { 
 	font-size: 22px;
    font-weight: bold;    
 }
  
   
 
.form-field {
	width:100%;
	display: block;
	float: left;
	border:1px #a1abb0 solid;
	margin:15px 0 0 0;
}
.form-field CAP {
	color:#3d3e3d;
	font-weight: bold;	
	font-size: 15px;
	background: #fafdff;
	display: inline-block;
	padding: 0 4px;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: -9px 0 0 5px;
}
.form-field span {
	width: 100%;
	display: block;
	float: left;
	padding: 0 5px 3px 5px;
	text-align: center;
}
.field-style {
	width:100%;
	display: block;
	float: left;
	border:1px #fff solid;
	outline: none;
	height:27px;
	background-color:#fafdff;
}
.textarea-style {
	width:100%;
	display: block;
	float: left;
	border:1px #fff solid;
	outline: none;
	background-color:#fafdff;
}
.normal-button {
	padding:7px 25px;
	font-size: 16px;	
	font-weight: bold;
	background:#43A438;
	color: #fff;
	border-radius: 100px;
}
.normal-button:hover {
	background:#1674BC;
}
.options-style {
	width:100%;
	display: block;
	float: left;
	background: none;
	border: none;
	margin:2px 0 3px 0;
} 
  

.ftpromos {
	width:100%;
	display:flex;
	float:left;	
	border-radius:3px;
	padding:30px 0 10px 0 !important;
	text-align:center;
}

.ft-promos {
	width:100%;
	display:flex;
	float:left;
	background:url(../images/pattern-normal2.jpg);
	border-radius:3px;
	padding:30px 0 15px 0 !important;
	text-align:center;

}
.ft-promos h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center !important;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	border-top: 1px #000 solid;
	letter-spacing: 1px;
	text-transform: uppercase;
}

 .ptxt {
   font-family: "Lato", sans-serif !important;
    font-size: 15px;    
	text-align:justify;
    line-height: 1.46666667;
 }
 
 .quote-color {
	color:#bcf2b8 !important;
	font-weight:bold;
}
 

.about-print24 {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0;   	
}

.about-print24 h1 {
    font-size: 24px; 
	font-weight:bold;   
}

.pro-cardC {
  width: 100%;
  display: block;
  float: left;
  padding: 1px 1px 1px 1px;
  border-radius: 6px;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

 .clsdesc {     
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f4f8fb #f4f8fb;   
  height:62px;
 }

.circle-text {
  height: 100px;
  width: 100px;           
  border: 1px solid blue; 
  border-radius: 10%;    
}

.productDesc {     
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f4f8fb #f4f8fb;   
  height:400px;
 }

.navbackground {
	 background-color:#002d7f !important;
}

