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

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

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: "Figtree", serif;
}

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: "Figtree", sans-serif;
}

#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 #000 solid;
	transition: 0.5s all;
}
#gototop:hover {
    background-color: #218ECD;
    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:3px 0;
	float: left;
	background:#1b4f8b;
}
.email {
	width: 100%;
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
}
.email a {
	color: #fff;
	text-decoration: none;
	outline:none;
	font-weight: 600;
}
@media (max-width: 480px) {
.email {
	font-size: 13px;
	line-height: 13px;
}
}
.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 7px;
	list-style: none;
	outline: none;
	float: left;
	border-right: 1px #fff solid;
	color: #fff;
}
.e-links ul li strong {
	font-weight: bold;
	color: #fff;
}
.e-links ul li a {
	color:#fff;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	padding:0;
	font-weight:600;
}
@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:10px 0;
	float: left;
	border-bottom: 1px solid lightgray;
}
.logo {
	width:100%;
	display: inline-block;
	float: left;
	outline: none;
}
@media (max-width:576px) {
	.logo {
		text-align: center
}	
}
#search-main {
	width: 100%;
	float: left;
	margin: 5px 0 1px 0;
	font-family: "Figtree", sans-serif;
	font-size: 13px;
}
#search-main ::placeholder {
  color: #aaa !important;
}
@media (max-width:990px) {
#search-main {
	display: none;
}	
}
#custom-search-input {
	padding: 0;
	border: solid 1px #bbb;
	background: #fff;
	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: 50px;
	overflow:hidden;
}
#custom-search-input input {
	border: 0;
	box-shadow: none;
	font-size:13px !important;
	color: #000;
	height:38px;
	border-radius: 15px;
}
#custom-search-input button {
	margin: 1px 1px 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #999;
	padding: 0 9px 0 0;
	outline: none;
}
#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;
	padding-left: 73px;
}
@media (max-width:1200px) {
.contact-dtails {
	width:96%;
	display: block;
	float: left;
	padding-left:0;
	margin: auto;
}	
}
@media (max-width:576px) {
	.contact-dtails {
		border-top: 1px #f1f1f1 solid;
		padding-top: 5px;
		margin-top: 5px;
	}
}
.contact-detail {
	padding:5px 5px 0 20px;
	float:left;
	width:100%;
}
.e-item {
	width:49%;
	display:inline-block;
}
.e-item i {
	width:25%;
	display:inline-block;
	float:left;
	text-align:right;
}
.e-item span {
	width:68%;
	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: bold;
	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:#009CDE;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}

.head-bot {
	width: 100%;
	display: block;
	float: left;
	background: #f6f7f8;
}

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


.popular-pro {
	width: 100%;
	display: block;
	float: left;
	background-color:#fff;
}
.popular-pro h1 {
	font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 33px;
	margin: 10px 0 0 0;
	color:#002d47;
}
.popular-pro-tabs {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	top: -55px;
}
.popular-pro-tabs h3 {
	font-size: 14px;
	height: 44px;
	padding: 0 10px;
	font-weight: bold;
	line-height: 44px;
	color: #000;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
}
.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: "Figtree", sans-serif;
}
@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;
	border: 1px lightblue solid;
	padding: 3px;
	border-radius: 15px;
	margin-top:15px;
	margin-bottom:15px;	
    
}
.popular-card img {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
}
.popular-card h2 {
	width:100%;
	display: block;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	float: left;
	margin-bottom: 15px;
	color:#024876;
	text-align:center;
}
.popular-card p {
	width:100%;
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	color: #555;
}
.popular-card p a {
	color: #0075C0;
	text-decoration: none;
	outline: none;
	display: block;
}
.why-box {
	width:100%;
	display: block;
	float: left;
	margin:0;
}
.why-box h2 {
	width:100%;
	display: block;
	float: left;
	font-family: "figtree", serif;
	font-size: 30px;
	text-align: center;
	margin: 20px 0 10px 0;
	color:#002d47;
}

.why-box h3 {
	width:100%;
	display: block;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 30px;
	text-align: center;
	margin: 0 0 10px 0;
}

.why-box p {
	width:100%;
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	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;
	background: #f6f7f8;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
}
.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:10px;
	overflow: hidden;
}
.paper-card img {
	width: 96%;
	display: block;
	float: left;
	margin-bottom: 5px;
	height:150px;
}
.paper-card h2 {
	width:100%;
	display: block;
	font-family: "figtree", serif;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
}
.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: "figtree", 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;
	color:#002d47;
}

.onestop-shop h3 {
	width:100%;
	display: block;
	float: left;
	font-family: "Marcellus", serif;
	font-size:28px;
	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: 14px;
	float: left;
	font-family: "Figtree", sans-serif;
	margin: 10px 0;
	text-transform: uppercase;
}
.shopby-cat {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.shopby-cat h2 {
	width: 100%;
	display: block;
	float: left;
	font-family: "Figtree", sans-serif;
	font-size: 28px;
	margin: 0 0 20px 0;
	color:#002d47;
}
.cat-card {
	width: 100%;
	display: block;
	float: left;
	padding: 4px 4px;
	text-align: center;
	margin-bottom: 15px;
	border: 1px #999 dashed;
	border-radius: 5px;
}
/*.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-family: "Figtree", sans-serif;
    font-size: 17px;
    font-style: normal;
	width: 100%;
	display: block;
	color: #04335e;
	margin-bottom:7px;
}

.cat-card h2 a {
	color: #000 !important;
	text-decoration: none;
	outline: none;
}
.cat-card img {
	border-radius: 10px;
	margin-bottom: 15px;
}
.customer-supp {
	width:100%;
	display: block;
	float: left;
	padding: 40px 0 5px 0;
}
.customer-supp h3 {
	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;
	color: #002d47;
}
.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: "Figtree", sans-serif;
}
.form-title strong {
    color: #000;
}
.yellow-btn {
	margin: 2px 0 20px 0;
	background-color:#024876;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 12px;
	outline: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	height:45px;
	line-height: 45px;
	padding: 0 35px;
	transition: 0.5s all;
}
.yyellow-btn:hover {
	transition: 0.5s all;
	border: 1px #ccc solid;
	outline: none;
	color: #000;
}

.white-field {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	font-weight: 400;
	color: #002D47 !important; 
	background-color:#FFF;
	background-clip: padding-box;
	border:1px solid #4F9BCD !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-clip: padding-box;
	border:1px solid #4F9BCD !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;
	padding: 25px 0 20px 0;
}
.faq h3 {
	width: 100%;
	font-size: 24px;
	float: left;
	display: block;
	font-family: "Figtree", sans-serif !important;
	color:#002d47;
	margin-bottom: 15px;
}
.accordian-main {
	width:100%;
	display: block;
	float: left;
	margin:5px 0 20px 0 ;
}
.accord-heading {
	font-family: "Marcellus", serif !important;
	font-size: 18px !important;
	color: #000 !important;
}

.testimonials {
	width:100%;
	display: block;
	float: left;
	margin:0 0 5px 0;
}
.testimonials h4 {
	width: 100%;
	font-size: 29px;
	float: left;
	display: block;
	font-family: "Figtree", sans-serif !important;
	color: #002d47;
	margin:20px 0 0px 0;
	text-align: center;
}
.reviews-area {
	width:100%;
	display:block;
	float:left;
	margin:15px 0 0 0;
}
.reviews {
	width:100%;
	display: block;
	float:left;
	margin:0;
	text-align: center;
	padding:40px 20px 0 20px;
	border-radius: 15px;
}
.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: 17px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #002d47;
	font-family: "Figtree", sans-serif !important;
}
.client-review p {
	display: block;
	float: left;
	font-size: 15px;
	color: #333;
	width: 100%;
}
.footer {
	width:100%;
	display: block;
	float: left;
}
.subsription {
	width: 100%;
	display: block;
	float: left;
	border-top: 2px #0E4874 solid;
	padding: 25px 0 17px 0;
}
.subsription p {
	font-size: 16px;
	line-height: 20px;
	border-left: 1px #000 solid;
	padding-left: 5px;
}
.ft-logo {
	width:100%;
	display: block;
	float: left;
}
.footer-bot {
	width: 100%;
	display: block;
	float: left;
	padding: 60px 0;
	background: #002d7d;
}
.ft-col {
	width:100%;
	display:block;
	float:left;
	margin:0;
}
.ft-col h2 {
	width:100%;
	display:block;
	float:left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	padding: 10px 0 7px 0;
	position: relative;
	font-family: "Figtree", sans-serif !important;
	letter-spacing: 1px;
}

.ft-col h3 {
	width:100%;
	display:block;
	float:left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	padding: 10px 0 7px 0;
	position: relative;
	font-family: "Figtree", sans-serif !important;
	letter-spacing: 1px;
}

.ft-col h2::before {
	content: "";
	position: absolute;
	height:1px !important;
	width: 40px;
	top: auto;
	bottom: -1px;
	background:#fff;
	left: 0;
}

.ft-col h3::before {
	content: "";
	position: absolute;
	height:1px !important;
	width: 40px;
	top: auto;
	bottom: -1px;
	background:#fff;
	left: 0;
}

.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;
	padding:5px 0;
	font-size: 15px;
}
.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;
}



.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 {
	text-align:left;
	width:100%;
	color: #FFF;
	font-size: 15px;
}
.contact-info ul li p a {
	color:#fff;
	text-decoration:none;
	outline:none;
	list-style: none;
}
.socials-links {
	width:100%;
	display: block;
	float: left;
	margin: 40px 0 0 0;
}


.newsletter {
	display:block;
	width: 100%;
	float: left;
}
.newsletter h5 {
	display:block;
	width: 100%;
	float: left;
	font-family: "Marcellus", serif !important;
	font-size: 24px;
	margin-bottom: 15px !important;
}
.news-field {
	width:70%;
	display: inline-block;
	float: left;
}
.news-field ::placeholder {
	color: #aaa !important;
}
.subscription-field {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	color: #295A77;
	margin-bottom:10px;
	background-color:transparent !important;
	background-clip: padding-box;
	border:1px solid #000 !important;
	border-radius:5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.subscribe {
	width:28%;
	display: inline-block;
	float: right;
}


.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: #1b4f8b;
	padding: 10px 0;
}
.copyrights p {
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
}
.copyrights p i {
	margin-right: 10px;
}

.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: 10px 0;
	border-bottom: 1px #666 dashed;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
	color:#024876;
}
.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 !important;
   margin: 1px 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;
}	
}
.mega-menu ul li a {
	color: #222 !important;
	list-style: none;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px #eee solid;
	padding: 5px 0;
	display: block;
	line-height: 15px !important;
	margin: 5px 0;
	font-weight: bold;
}
.mega-menu ul li a:hover {
	color: #000 !important;
}

.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: 14px;
	border-bottom: 1px #ddd solid;
	padding: 5px 0;
	display: block;
	line-height: 15px !important;
	margin: 0;
	font-weight:600;
}
.mega-data ul li a:hover {
	color: #074bb5 !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: 5px 0 0 0;
	font-size: 13px;
}
.breadcrumbs a {
	font-size: 13px;
	text-decoration: none;
}
.pro-intro {
	width: 100%;
	display: block;
	float: left;
	background-color:#fff;
}

.cat-intro {
	width: 100%;
	display: block;
	float: left;
	background-color:#fff;
}

.pro-intro h1 {
	width: 100%;
	display: block;
	float: left;
	font-family: "Figtree", serif;
	font-size: 34px;
	margin:0 0 10px 0;
	color: #002D47;
}

.cat-intro h1 {
	width: 100%;
	display: block;
	float: left;
	font-family: "Figtree", serif;
	font-size: 34px;
	margin:0 0 10px 0;
	color: #002D47;
}

.pro-intro img {
	display: block;
	float: left;
}

.cat-intro img {
	display: block;
	float: left;
}
.quote-form {
	width: 100%;
	display: block;
	float: left;
	border-radius: 15px;
	padding:4px;
	background-color:#f6f7f8
	
}
.quote-form h2 {
	width: 100%;
	font-size: 24px;
	float: left;
	display: block;
	font-family: "figtree", serif !important;
	color: #002D47;
	margin-bottom: 30px;
}
.quote-form ::option {
	background-color: transparent !important;
}
.pro-variety {
	width:100%;
	display: block;
	float: left;
	margin: 30px 0 0 0;
	
}
.cat-variety {
	width:100%;
	display: block;
	float: left;
	margin: 30px 0 0 0;
	background-color:#f6f7f8;
	
}
.pro-variety h2 {
	font-family: "figtree", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin-top:10px;
	color:#002D47;
}

.cat-variety h2 {
	font-family: "figtree", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin-top:10px;
	color:#002D47;
}

.pro-variety h3 {
	font-family: "figtree", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 5px 0 10px 0;
	float: left;
}

.cat-variety h3 {
	font-family: "figtree", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 5px 0 10px 0;
	float: left;
}

.pro-introduction {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0 0 0;
}
.intro-text {
	width: 100%;	
	border-radius: 20px;
	float: left;
	padding:10px 15px;
	text-align:justify;	
}


.detail-images {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 5px;	
	border-radius: 15px;
	height: 558px;
	background-color:#fafdff;
}
.n-blue {
	color: #295A77;
}
.cream-color {
	background: #FAF5ED !important;
}
.light-blue-color {
	background: #E9F6FF!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: 20px 0 0 0;
	float: left;
}
.about-pro h3 {
	margin-bottom: 25px;
}
.about-pro h6 {
	color:#002D47;
	font-size: 16px;	
	margin: 15px 0 5px 0;
	font-family: "Figtree", sans-serif;
}
.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: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-family: "Figtree", sans-serif;
}
.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: 3px 0px 0px 3px;
	margin: 0 0 3px 0;
}
.artwork i {
	width: 20%;
	height: 54px;
	display: inline-block;
	float: left;
}
.artwork:hover {
	cursor: pointer;
}

.detail-specs {
	width:100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.content-pad {
	padding: 30px 20px 20px 30px;
}

.map-location {
	width:100%;
	display: block;
	float: left;
	margin: 30px 0 0 0;
}
.capabilities {
	width:100%;
	display: block;
	float: left;
	text-align: center;
}
.why-us {
	width: 100%;
	display: block;
	float: left;
	border: 1px #0075C0 solid;
	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;
}

.text-scroll {
  width: 100%;
  display: block;
  height: 400px;
  overflow-y: scroll;
  background-color: #fff;
  margin-top:50px;
  margin-bottom:50px;
  
}

.quote-color {
  color: #f3be45 !important;
  font-weight:600;
  font-size:13px;  
}

.faqfont {
	font-family: "Figtree", sans-serif;
	font-size: 16px; 
	font-weight:bold;	
	color:#024876;
}
.about-boxprinting {
	width:99%;
	display: block;
	float: left;
	padding: 75px 0 75px 0;
	height: 400px;
	overflow-y: scroll;
	background-color:#f6f7f8;
}

.categoryfont {
	font-family: "Figtree", sans-serif;
	font-size: 15px; 
	font-weight:normal;		
}

.category-pagetext {
	width:99%;
	display: block;
	float: left;
	padding: 15px 15px 15px 15px;
	height: 500px;
	overflow-y: scroll;	
}

.product-pagetext {
	width:99%;
	display: block;
	float: left;
	padding: 15px 15px 15px 15px;
	height: 500px;
	overflow-y: scroll;	
	background-color:#fff;
}

.product-text {
	font-family: "Figtree", sans-serif;
	font-size: 15px; 
	font-weight:normal;	
	text-align:justify;
	margin-bottom:10px;
}

.product-text h1 {
  width: 100%;
  display: block;
  float: left;
  font-family: "Figtree", serif;
  font-size: 34px;
  color: #002D47;
}

.blue-table {
    border-right: 0px solid #999;
    border-top: 0px solid #999;
	width:100%;
}

.blue-table td {
   font-family: "Figtree", serif;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
    border-left: 0px solid #999;
    border-bottom: 1px solid #999;
    margin: 0px;
    line-height: 35px;
	background-color:#fff;
}

.trback {
	background-color:#fff;
}

.ptxt {
	font-family: "Figtree", serif;
	font-size: 12px;
	line-height: 1.46666667;
}

.ptxtbold {
	font-family: "Figtree", serif;
	font-size: 13px;
	font-weight:600;
	line-height: 1.46666667;
	width:150px;
}


.popular-cardCAT {
	width: 100%;
	display: block;
	float: left;
	border: 1px lightblue solid;
	padding: 3px;
	border-radius: 15px;
	margin-top:15px;
	margin-bottom:15px;	
	height: 330px;
    
}
.popular-cardCAT img {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
}
.popular-cardCAT h2 {
	width:100%;
	display: block;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	float: left;
	margin-bottom: 15px;
	color:#024876;
	text-align:center;
}
.popular-cardCAT p {
	width:100%;
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	color: #555;
}
.popular-cardCAT p a {
	color: #0075C0;
	text-decoration: none;
	outline: none;
	display: block;
}



.popular-cardP {
	width: 100%;
	display: block;
	float: left;
	border: 1px lightblue solid;
	padding: 3px;
	border-radius: 15px;
	margin-top:15px;
	margin-bottom:15px;	
	height: 325px;
    
}
.popular-cardP img {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
}
.popular-cardP h2 {
	width:100%;
	display: block;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	float: left;
	margin-bottom: 15px;
	color:#024876;
	text-align:center;
}
.popular-cardP p {
	width:100%;
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	color: #555;
}
.popular-cardP p a {
	color: #0075C0;
	text-decoration: none;
	outline: none;
	display: block;
}

.menu-bold{
  font-weight: bold;
  margin: 10px 0;
  border-bottom: 0px #666 dashed;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  color: #024876;
}

.homebluetext {
	font-size: 24px;
	line-height:27px;
	color:#0061BC;
	font-family: "Figtree", sans-serif !important;
	font-weight:normal;	
	text-align:justify;	
}



.tabtext {
  font-size: 14px;
  height: 44px;
  padding: 0 10px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
}

.homeproduct {
  width: 100%;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  float: left;
  margin-bottom: 10px;
  color: #024876;
  text-align: center;
  font-weight:500;
}

.whycard {
  width: 100%;
  display: block;
  font-family: "Marcellus", serif;
  font-size: 22px;
  float: left;
  margin: 15px 0;
}

 
.cath3 {
	font-family: "figtree", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 5px 0 10px 0;
	float: left;
}

.onestoph2 
{
  width: 100%;
  display: block;
  font-size: 14px;
  float: left;
  font-family: "Figtree", sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
}

.optionstabh6 {
  font-size: 18px;
  font-family: "figtree", serif;
  line-height: 12px;
  padding: 5px 0 0 0;
}

.catvarietyh2 {
  font-family: "figtree", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-top: 10px;
  color: #002D47;
}


.papercardh2 {
	width:100%;
	display: block;
	font-family: "figtree", serif;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
}


.quoteformh2 {
	width: 100%;
	font-size: 2rem;
	float: left;
	display: block;
	font-family: "figtree", serif !important;
	color: #002D47;
	margin-bottom: 5px;
}


.shopbycath2 {
  width: 100%;
  display: block;
  float: left;
  font-family: "Figtree", sans-serif;
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #002d47;
}

.catcardh2 {
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-style: normal;
  width: 100%;
  display: block;
  color: #04335e;
  margin-bottom: 7px;  
}


.testimonialsh4 {
  width: 100%;
  font-size: 25px;
  float: left;
  display: block;
  font-family: "Figtree", sans-serif !important;
  color: #002d47;
  text-align: center;
}


.ftcolh3 {
  width: 100%;
  display: block;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;  
  position: relative;
  font-family: "Figtree", sans-serif !important;
  letter-spacing: 1px;
}



.quoteformh4 {
	width: 100%;
	font-size: 20px;
	float: left;
	display: block;
	font-family: "figtree", serif !important;
	color: #fff;
	background-color:#7a7b7b;
}

.aboutproh6 {
  color: #002D47;
  font-size: 16px;
  margin: 15px 0 5px 0;
  font-family: "Figtree", sans-serif;
}


.uploadfileh5 
{
  background-image: linear-gradient(to right, #F90E8F, #006EAD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-family: "Figtree", sans-serif;
}

.provarietyh2 {
  font-family: "figtree", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-top: 10px;
  color: #002D47;
}

.provarietyh3 {
    font-family: "figtree", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;        
	text-align:center;
}

.uploadfileh5 
{
  background-image: linear-gradient(to right, #F90E8F, #006EAD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-family: "Figtree", sans-serif;
}






.product-detail {
  width: 100%;
  display: block;
  float: left;
  font-size:14px;
  background-color: #fafdff;
}
.product-detail h1 {
  font-size: 35px;
  color: #333;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px #c6d7e6 solid;
  padding-bottom: 2px;
  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: #2f8305;
  font-size: 17px;
  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;
} 

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

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