/*Font collection*/
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
/*Global Setting*/
 
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #fff;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #212121;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
ul, li, a {
	margin: 0;
	padding: 0
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}
.title {
	margin-bottom: 30px;
	text-align: center;
}
.title p {
	font-size: 15px;
	margin-top: 5px;
	color: #666
}
.title h2 {
	font-weight: 600;
	line-height: 25px;
	font-size: 30px;
}
.title h3 {
	font-weight: 500;
	line-height: 35px;
	font-size: 25px;
	text-align: left
}
.title span.underline {
	text-align: center;
	width: 57px;
	height: 10px
}
.sm-title {
	margin-bottom: 35px;
}
.sm-title p {
	margin: 0;
}
.title-white h2 {
	color: #fff
}
.title-white p {
	color: rgba(255,255,255,0.7)
}
.title .separator {
	position: relative;
	height: 15px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 14px;
}
.title .separator:before {
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	width: 20px;
	height: 1px;
	background-color: #E05501
}
.title .separator:after {
	position: absolute;
	content: '';
	right: 0;
	top: 6px;
	width: 20px;
	height: 1px;
	background-color: #E05501
}
.title .separator .dott {
	position: relative;
	width: 6px;
	height: 6px;
	top: -9px;
	border-radius: 50%;
	display: inline-block;
	background-color: #E05501
}
.title-white .separator:before, .title-white .separator:after, .title-white .separator .dott {
	background-color: #fff
}
.bg-grey {
	background: #eee;
}
.btn {
	animation-delay: 2s;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 14px 34px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-sm {
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
}
.btn-1 {
	background: #DC3545;
	color: #fff;
}
.btn-1:hover {
	background: #ED2033;
	color: #fff;
}
.btn-2 {
	background: #03A3F1;
	color: #fff;
}
.btn-2:hover {
	background: #0397DE;
	color: #fff;
}
.btn-3 {
	background: #515151;
	color: #fff;
}
.btn-3:hover {
	background: #313131;
	color: #fff;
}
.btn-4 {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}
.btn-4:hover {
	background: #F9F9F9;
	color: #111;
	border: 1px solid #B0B0B0;
}
.bg-grey {
	background: #F5F5F5;
}
.section {
	padding: 50px 0;
}
.sm-section {
	padding: 50px 0;
}
.form-control {
	border: 1px solid #E5E5E5;
	height: 48px;
	color: #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	width: 100%;
}
select:focus {
	outline: 0;
	border-color: #00A4A3;
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 15px) 1.4em, calc(100% - 20px) 1.4em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.form-control:focus {
	outline: 0;
	border-color: #CCD1D7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=file], input[type=search], input[type=date], input[type=datetime-local], input[type=month], input[type=time], select, textarea, option {
	border: 1px solid #ddd;
	padding: .375rem .75rem;
	height: 47px;
	color: #000 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	font-size: 16px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=file]:focus, input[type=search]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, select:focus, textarea:focus, option:focus, button:focus, input[type=submit]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.required {
	color: #ec215b;
}
input[type="submit"] {
	border: 0;
	padding: 14px 26px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-align: center;
	background: #00A4A3;
	color: #fff;
}
input[type="submit"]:hover {
 background: #;
}
.textarea {
	min-height: 120px;
}
.header-holder {
}
.logo-holder {
	margin: 25px 0;
}
.logo-holder img {
	width: 250px;
}
.topheader {
	background: #0435D3;
}
.topheader p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 5px 0;
	margin: 0
}
.topheader p a {
	color: #fff;
}
p.mob-topphone {
	display: none
}
.topheader p i {
	color: #fdf48e;
}
.top-bar-info {
	padding: 5px 0
}
.top-bar-info ul {
	text-align: left;
}
.top-bar-info ul li {
	display: inline-block;
	padding: 0 7px 0 4px;
	border-right: 1px solid #ccc;
	line-height: 10px;
	font-size: 12px;
}
.top-bar-info ul li:last-child {
	border-right: 0;
}
.top-bar-info ul li a {
	color: #fff;
}
.top-bar-info ul li i {
	color: #EC7E1F;
	padding-right: 1px;
}
.social-link ul {
	text-align: right;
	padding: 4px 0
}
.social-link ul li {
	display: inline-block;
	padding-right: 1px;
}
.social-link ul li a {
	border: 1px solid #12408E;
	padding: 7px 6px;
	border-radius: 100%;
	background: rgba(255,255,255,0.1);
	width: 25px;
	height: 25px;
	display: inline-flex;
	text-align: center;
}
.social-link ul li a:hover {
	border: 1px solid #154EAA;
	background: rgba(252,246,82,0.2)
}
.social-link ul li a i:hover {
	color: #fff
}
.social-link ul li a i {
	color: #fdf48e;
	font-size: 11px;
}
.social-link ul li:last-child a i {
	font-size: 10px;
}
.header-search {
	margin-top: 30px;
}
.header-search button {
	border: 0;
	background: none;
	position: relative;
	float: right;
	z-index: 999;
	width: 20px;
	left: -10px;
	top: -36px;
}
.header-search button i {
	color: #777
}
.header-search input {
	border-radius: 5px;
}
 .header-search input::-webkit-input-placeholder {
 color: #999;
 font-weight:300;
 font-size:13px;;
}
 .header-search input:-ms-input-placeholder {
 color: #999;
 font-weight:300;
 font-size:13px;
}
 .header-search input::placeholder {
 color: #999;
 font-weight:300;
 font-size:13px;
}
.header-contact {
	padding-top: 26px;
}
.header-contact ul li {
	list-style: none;
	text-align: left;
	font-weight: 500;
	line-height: 26px;
}
.header-contact ul li span {
	padding-left: 28px;
	color: #777;
	font-weight: 300;
	font-size: 14px;
}
.header-contact ul li a {
	font-size: 15px;
	color: #111;
}
.header-contact ul li i {
	color: #000080;
	position: absolute;
	left: 15px;
	font-size: 22px;
	margin-top: 4px;
}
.header-action {
	margin-top: 30px;
	text-align: right
}
.header-action ul li {
	margin: 0 3px;
}
.header-action ul li:first-child i {
	font-size: 15px;
}
.header-action ul li:last-child i {
	font-size: 18px;
}
.header-action .header-action .header-items .header-item a i {
	font-size: 22px;
}
.header-action .header-items .header-item {
	display: inline-block;
}
.header-action .header-items .header-item a {
	position: relative;
	display: block;
	border: 1px solid rgba(5,65,228,0.2);
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	color: #004097;
}
.header-action .header-items .header-item a sub {
	position: absolute;
	bottom: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #0808cb;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	color: #ffffff;
	font-size: 9px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.header-action .header-items .header-item a:hover {
	background: #000080;
	color: #fdf48e;
}
/*Top Category*/
.banner-block {
	margin-top: 20px;
}
.category-block {
	margin-top: 15px;
}
.category-block img {
	border: 1px solid #ccc
}
.category-block img:hover {
	opacity: 0.9
}
.category-block .col-lg-4, .category-block .col-lg-3 {
	padding-left: 10px;
	padding-right: 10px;
}
feature-item {
	border: 1px solid #eee
}
/*Product Item*/

.product-cart, .product-cart .product-thumb {
	position: relative;
	background: #fff
}
.product-cart {
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #eee;
	transition: all .3s ease 0s
}
.product-cart:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.02)
}
.product-cart .product-thumb a {
	display: block
}
.product-cart .product-thumb img {
	width: 100%;
	height: auto
}
.product-cart .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-cart:hover .pic-1 {
	opacity: 0
}
.product-cart .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}
.product-cart:hover .pic-2 {
	opacity: 1
}
.product-cart .p-action-list {
	width: 180px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 92%;
	transform: translateY(-50%);
	transition: all .3s ease 0s
}
.product-cart .p-action-list li {
	display: inline-block;
	opacity: 0;
	transition: all .7s
}
.product-cart .p-action-list li:nth-child(1) {
	transition-delay: .15s
}
.product-cart .p-action-list li:nth-child(2) {
	transition-delay: .3s
}
.product-cart .p-action-list li:nth-child(3) {
	transition-delay: .45s
}
.product-cart .p-action-list li:nth-child(2) i {
	font-size: 16px;
}
.product-cart:hover .p-action-list li {
	opacity: 1
}
.product-cart .p-action-list li a {
	color: #fdf48e;
	background: #333;
	font-size: 11px;
	line-height: 29px;
	width: 30px;
	height: 27px;
	border-radius: 2px;
	margin: 0 2px;
	display: block;
	transition: all .3s ease 0s;
}
.product-cart .p-action-list li a:hover {
	color: #fff;
	background: #010152
}
.product-cart .p-action-list li a:after, .product-cart .p-action-list li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}
.product-cart .p-action-list li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}
.product-cart .p-action-list li a:hover:after, .product-cart .p-action-list li a:hover:before {
	opacity: 1
}
.product-cart .product-discount-label, .product-cart .product-new-label {
	color: #fff;
	background-color: #16a085;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 36px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
	transition: all .3s
}
.product-cart .product-discount-label {
	left: auto;
	right: 10px;
	background-color: #d7292a
}
.product-cart:hover .product-new-label {
	opacity: 0
}
.product-cart .product-content {
	padding: 15px;
	background: #f4f4f4;
	/*min-height: 200px;*/
}
.product-group-block .product-cart .product-content {
	min-height: 100%;
}
.product-cart .product-content ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	padding: 0 2px;
}
.product-cart .product-content ul li a {
	color: #555
}
.product-cart .product-content ul li a:hover {
	color: #000
}
.product-cart .title {
	font-size: 17px;
	font-weight: 400;
	;
	margin: 0 0 7px;
	transition: all .3s ease 0s
}
.product-cart .title a {
	color: #000;
	font-weight: 600
}
.product-cart .title a:hover {
	color: #222
}
.product-cart .price {
	color: #000080;
	font-size: 17px;
	font-weight: 600;
	margin: 0 2px 10px 0;
	display: block
}
.product-cart .price span {
	color: #909090;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}
.product-cart .add-to-cart {
	border: 1px solid #e5e5e5;
	display: inline-block;
	padding: 5px 20px 2px 20px;
	color: #444;
	font-weight: 400;
	font-size: 12px;
	border-radius: 4px;
	transition: all .3s;
	background: #fff;
}
.product-cart:hover .add-to-cart {
	border: 1px solid transparent;
	background: #000080;
	color: #fdf48e
}
.product-cart .add-to-cart:hover {
	background-color: #000055;
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.product-content ul {
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 17px;
}
.newaarrival-product .product-discount-label {
	background: #26A800
}
.product-showcase .product-cart {
	margin: 15px 0
}
process-status {
	margin-top: 25px;
}
.process-status img:hover {
	opacity: 0.9
}
.top-mob-block {
	display: none
}
.top-mob-block .product-cart {
	margin: 0
}
.top-mob-block h4 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
	background: #00007d;
	color: #fff;
	padding: 13px;
	font-size: 21px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.top-mob-block .col-12 {
	margin: 20px 0
}
.top-mob-block .owl-theme .owl-controls {
	text-align: left;
	top: 40%;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.top-mob-block .owl-theme .owl-controls i {
	color: #fff;
	padding: 8px 7px;
	margin-right: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #00007b;
}
.top-mob-block .owl-theme .owl-controls i:hover {
	background: #0000AA
}
.top-mob-block .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: relative;
	text-align: left;
	left: -2px;
}
.top-mob-block .owl-theme .owl-controls .owl-buttons .owl-next {
	position: relative;
	float: right;
	right: -5px;
}
/*Service*/


.service-info {
	text-align: center;
	background: #021f89 url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.service-info:before {
	background: #021f89;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.90;
	position: absolute;
	right: 0;
	top: 0;
}
.service-info .container {
	z-index: 9 !important;
	position: relative;
}
.service-info h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 24px;
}
.service-info h4 a {
	color: #fff;
}
.service-info h4 span {
	display: block;
	color: #fffd73;
	font-size: 13px;
	font-weight: 400
}
.service-item {
	margin: 20px 0;
	text-align: center;
}
.service-info .col-lg-4 {
	border: 1px dashed rgba(255,255,255,0.3);
}
.service-info .col-lg-4:nth-child(1n) {
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.service-info .col-lg-4:nth-child(3n) {
	border-right: 0;
}
.service-info .col-lg-4:nth-child(4n) {
	border-bottom: 0;
}
.service-info .col-lg-4:nth-child(5n) {
	border-bottom: 0;
}
.service-info .col-lg-4:nth-child(6n) {
	border-bottom: 0;
}
.service-item p {
	margin-top: 7px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255,255,255,1);
}
.service-item .service-icon {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #f7f308;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	margin: 0 auto 30px auto;
	background: #f7f308
}
.service-item .service-icon i {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 27px;
	color: #000;
	line-height: 50px;
	text-align: center;
}
.service-item:hover .service-icon {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	border-color: #1A7FFC;
	background: #1A7FFC
}
.service-item:hover .service-icon i {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	color: #fff
}
.service-content .btn {
	margin: 0;
	display: none
}
/*Client*/



.client {
	background: #f2f2ff;
	border-top: 1px solid #e8e8fb;
	padding: 80px 0;
	text-align: center
}
.client .col-md-2 {
	padding: 10px;
}
.item-block img {
	width: 200px;
	border: 1px solid #e8e8fb;
	height: auto !important
}
.item-block img:hover {
	opacity: 0.8
}
.clientslide .owl-theme .owl-controls {
	margin-top: 20px;
}
.clientslide .owl-theme .owl-controls .owl-buttons div i {
	line-height: 30px;
	background: #fff;
	border: 1px solid #DDEAF0;
	font-size: 26px;
	height: 35px;
	width: 40px;
	border-radius: 0
}
.clientslide .owl-theme .owl-controls .owl-buttons div i:hover {
	opacity: 0.9
}
.client .owl-theme .owl-controls {
	text-align: center
}
/*Footer*/



footer {
	background: #012e70 url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
footer:before {
	background: #000060;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.88;
	position: absolute;
	right: 0;
	top: 0;
}
footer .container {
	z-index: 9 !important;
	position: relative;
}
.news-letter ul {
	padding: 37px 0;
	text-align: left;
}
.news-letter ul li {
	padding: 0 20px;
	list-style: none;
	display: inline-block;
}
.news-letter h3 {
	text-align: left;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.news-letter form {
	display: block;
}
.news-letter .input-group {
	margin-top: 5px;
}
.news-letter .form-control {
	padding-left: 20px;
	border: 1px solid #ececec;
	border-right: 0;
	height: 45px;
	font-size: 15px;
	letter-spacing: 0.2px;
	outline: none;
	font-weight: 300;
	border-radius: 3px;
}
.news-letter .btn {
	padding: 14px 24px;
	margin: 5px 0 0 0;
	height: 45px;
	font-size: 14px;
	border: 1px solid #ffc825;
	background: #ffc825;
	color: #000;
	box-shadow: none !important;
	border-left: 0;
	width: 100%;
	display: block
}
.news-letter .btn:hover {
	background: #F7BB0C;
}
.top-footer {
	padding: 40px 0;
}
.footer-widget {
	padding: 20px 0;
}
.footer-widget h4 {
	color: #fff;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 21px;
}
.footer-widget ul li {
	list-style: none;
	color: #fff;
}
.footer-social-link {
	margin-bottom: 35px;
}
.footer-social-link ul li {
	padding-right: 5px;
	display: inline-block;
}
.footer-social-link ul li a {
	width: 42px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	color: #fdf9cf;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #12408E;
	background: rgba(255,255,255,0.1);
}
.footer-social-link ul li a:hover {
	background: rgba(255,255,255,0.2);
}
.associated-link ul {
	margin-top: -5px;
}
.associated-link li {
	display: inline-block;
	background: #fff;
	padding: 10px;
	margin: 5px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.associated-link li:hover {
	opacity: 0.9;
}
.contact-widget ul li span.c-icon {
	margin: 5px 10px 0 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	background: rgba(255,255,255,0.2);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fdf9cf
}
.contact-widget ul li {
	display: flex;
	line-height: 23px;
	padding-bottom: 20px;
}
.contact-widget ul li:last-child {
	padding-bottom: 0;
}
.contact-widget ul li span {
	font-weight: 400;
}
.contact-widget ul li a {
	color: inherit;
}
.contact-widget ul li a:hover {
	color: #eee;
}
.contact-widget ul li strong {
	display: block;
	font-weight: 300;
	font-size: 14px;
	font-weight: 300;
}
.footer-link ul {
	padding-left: 5px;
}
.footer-link ul li {
	padding: 3px 0
}
.footer-link ul li a {
	color: #fff;
	font-size: 95%;
}
.footer-link ul li a:hover {
	color: #ddd;
}
.footer-link ul li a:before {
	content: '- ';
	padding-right: 3px;
}
.payment {
	padding-top: 20px;
}
.payment ul li {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding-right: 15px;
}
.payment p {
	color: #fff;
	padding: 15px 30px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.payment img {
	height: auto
}
.bottom-footer {
	background: #000000;
}
.bottom-footer p {
	color: #fff;
	font-size: 15px;
	padding: 15px 0;
}
.bottom-footer p a {
	color: #fdf48e;
}
.bottom-footer .copyright {
	text-align: left
}
.bottom-footer p a:hover {
	color: #F1E666;
}
.bottom-footer p.designby {
	text-align: right
}
.facebook-widget {
	margin-top: 5px;
}
.minishoppingblock .shopping-cart {
	margin: 20px 0;
	background: #fff;
	width: 320px;
	position: absolute;
	border-radius: 3px;
	padding: 20px;
	right: 113px;
	top: 100px;
	z-index: 99999;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
}
.minishoppingblock .shopping-cart .shopping-cart-header {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
	padding-top: 15px;
}
.minishoppingblock .main-color-text {
	font-weight: 600;
	color: #cb3901
}
.minishoppingblock .badge {
	font-size: 13px;
font-weight:600  padding: 0;
	text-transform: uppercase
}
.minishoppingblock .shopping-cart .shopping-cart-header .shopping-cart-total {
	float: right;
}
.minishoppingblock .shopping-cart .shopping-cart-header .viewbasket a {
	color: inherit;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600
}
.minishoppingblock .shopping-cart .shopping-cart-header .viewbasket a:hover {
	color: #000
}
.minishoppingblock .shopping-cart .shopping-cart-items {
	padding-top: 0px;
}
.minishoppingblock .shopping-cart .shopping-cart-items li {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0
}
.minishoppingblock .shopping-cart .shopping-cart-items .item-name {
	display: block;
	padding-top: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #000
}
.minishoppingblock .shopping-cart .shopping-cart-items .item-price {
	color: #cb3901;
	margin-right: 8px;
	font-weight: 500;
}
.minishoppingblock .shopping-cart .shopping-cart-items .item-quantity {
	color: #696969;
	font-size: 14px;
	font-weight: 400;
}
minishoppingblock img {
	border: 1px solid #ccc;
}
.minishoppingblock .btn {
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
	font-size: 15px;
	display: block;
	width: 100%;
}
.minishoppingblock .subtotalamt {
	text-transform: uppercase;
	font-size: 14px;
}
.minishoppingblock .btn i {
	margin-right: 3px;
	font-size: 17px;
}
.minishoppingblock ul li {
	list-style: none
}
.minishoppingblock .remove-product-cart {
	padding: 0;
	position: absolute;
	top: -9px;
	right: 2px;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 19px;
	font-size: 13px;
	background-color: #fff;
	color: #222529;
	border-radius: 50%;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.4);
	z-index: 3;
}
/*Inner page*/

.page-title {
	background: rgba(0, 0, 0, 0) url("../images/background.jpg") repeat scroll 0 0;
	padding: 50px 0 40px 0;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-title:before {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.75;
}
.page-title .container {
	position: relative;
}
.page-title h2 {
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 35px;
}
.page-smtitle h2 {
	color: #fff;
	line-height: 25px;
	text-transform: none;
	font-weight: 600;
	font-size: 25px;
}
.page-title .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	z-index: 5;
	padding: 15px 0 0 0;
	display: inline-flex;
}
.page-title .breadcrumb > li {
	float: left;
	margin: 0 0 5px;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}
.page-title .breadcrumb > li + li:before {
	color: rgba(255,255,255,0.7);
	content: "/";
	float: left;
	font-size: 15px;
	margin: 0 6px;
}
.page-title .breadcrumb > li i {
	margin-right: 1px;
	font-size: 13px;
}
.page-title .breadcrumb li a {
	color: rgba(255,255,255,0.7);
}
.page-title .breadcrumb li a:hover {
	color: rgba(255,255,255,1);
}
.sm-page-title .breadcrumb > li + li:before {
	content: '';
	padding-right: 20px;
}
.breadcrumb-holder .breadcrumb {
	background: none;
	border: 0;
	margin-bottom: 0
}
.breadcrumb-holder .breadcrumb li i {
	font-size: 16px;
}
.breadcrumb-holder .breadcrumb li a {
	color: #333
}
.breadcrumb-holder .breadcrumb > li + li:before {
	color: #000;
	content: "/";
	float: left;
	font-size: 14px;
	margin: 0 12px;
}
.breadcrumb-holder .breadcrumb > li i {
	margin-right: 1px;
	font-size: 13px;
}
.breadcrumb-holder .breadcrumb li a {
	color: #000
}
.breadcrumb-holder .breadcrumb li a:hover {
	color: #333
}
.product-details {
	padding-top: 30px;
}
.product-sidebar {
	margin-top: 15px;
}
.product-sidebar h4 {
	font-size: 17px;
	font-weight: 400;
	padding: 11px 15px;
	background: #0662d0;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.sidebar-cat {
	background: #f5f5f5;
}
.sidebar-cat ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	border: 1px solid #ccc;
}
.sidebar-cat ul li {
	border-bottom: 1px dotted #ccc;
}
.sidebar-cat ul li:last-child {
	border-bottom: 0
}
.sidebar-cat ul li {
	display: block;
	background: #f5f5f5;
	padding: 10px 15px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.sidebar-cat ul li a {
	color: #000;
}
.sidebar-cat ul li a span {
	font-size: 13px;
	color: #666;
	font-weight: 300
}
sidebar-cat ul li a:hover {
	background: #f8f8f8;
	color: #515151;
}
.sidebar-cat ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 3px;
	float: right;
	margin-top: 5px;
}
.sidebar-cat ul ul {
	background: #f5f5f5;
	border: 0;
}
.sidebar-cat ul li ul li {
	background: #e7e7e7;
	border-left: 1px solid transparent;
	padding: 10px 10px;
}
.sidebar-cat ul li ul li ul {
	padding-top: 0;
	margin-top: 10px;
}
.sidebar-cat ul li ul li ul li {
	background: #f9f9f9;
	border-left: 1px solid transparent;
	padding: 10px 10px;
}
.sidebar-cat ul li ul li:hover {
	background: #eee;
	border-left: 1px solid #3498db;
}
.sidebar-cat ul li ul li ul li:hover {
	background: #f9f9f9;
	border-left: 1px solid #3498db;
}
.filterbyprice {
	margin-top: 30px;
}
.filter-price {
	background: #f5f5f5;
	padding: 25px 15px 15px;
	border: 1px solid #ddd;
	border-top: 0
}
.price-field input[type=range] {
	position: absolute;
}
.price-field input[type=range] {
	width: 220px;
	height: 2px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	-webkit-appearance: none;
}
 .price-field input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
}
.price-field input[type=range]:active, .price-field input[type=range]:focus {
	outline: 0;
}
 .price-field input[type=range]::-ms-track {
 width: 188px;
 height: 2px;
 border: 0;
 outline: 0;
 box-sizing: border-box;
 border-radius: 5px;
 pointer-events: none;
 background: transparent;
 border-color: transparent;
 color: transparent;
 border-radius: 5px;
}
 .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
    position: relative;
 -webkit-appearance: none;
 margin: 0;
 border: 0;
 outline: 0;
 border-radius: 50%;
 height: 10px;
 width: 10px;
 margin-top: -4px;
 background-color: #0662d0;
 cursor: pointer;
 cursor: pointer;
 pointer-events: all;
 z-index: 100;
}
 .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
 appearance: none;
 margin: 0;
 border: 0;
 outline: 0;
 border-radius: 50%;
 height: 10px;
 width: 10px;
 margin-top: -5px;
 background-color: #0662d0;
 cursor: pointer;
 cursor: pointer;
 pointer-events: all;
 z-index: 100;
}
 .price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
 appearance: none;
 margin: 0;
 border: 0;
 outline: 0;
 border-radius: 50%;
 height: 10px;
 width: 10px;
 margin-top: -5px;
 background-color: #0662d0;
 cursor: pointer;
 cursor: pointer;
 pointer-events: all;
 z-index: 100;
}
 .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
 height: 1.5px;
 cursor: pointer;
 background: #000;
 border-radius: 5px;
}
 .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
 height: 2px;
 cursor: pointer;
 background: #000;
 border-radius: 5px;
}
 .price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
 height: 2px;
 cursor: pointer;
 background: #000;
 border-radius: 5px;
}
.price-wrap {
	display: flex;
	justify-content: center;
	color: #111;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 15px;
}
.price-title {
	margin-right: 5px;
}
.price-wrap_line {
	margin: 0 10px;
}
.price-wrap #one, .price-wrap #two {
	width: 40px;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	background: 0;
	border: 0;
	outline: 0;
	color: #00163D;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
}
.price-wrap label {
	text-align: right;
}
 .price-field input[type=range]:hover::-webkit-slider-thumb {
 box-shadow: 0 0 0 0.5px #000;
 transition-duration: 0.3s;
}
 .price-field input[type=range]:active::-webkit-slider-thumb {
 box-shadow: 0 0 0 0.5px #000;
 transition-duration: 0.3s;
}
.filterbyprice .btn {
	padding: 7px 16px 5px 16px;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 15px;
	margin-top: 10px;
}
.sidebarfeaturep {
	margin-top: 25px;
}
.sidebarfeaturep .owl-theme .owl-controls {
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.sidebarfeaturep .owl-theme .owl-controls i {
	color: #fff;
	padding: 8px 7px;
	margin-right: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #00007b;
}
.sidebarfeaturep .owl-theme .owl-controls i:hover {
	background: #0000AA
}
.sidebarfeaturep .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: relative;
	text-align: left;
	left: 0px;
}
.sidebarfeaturep .owl-theme .owl-controls .owl-buttons .owl-next {
	position: relative;
	right: 0px;
}
.product-d-info ul {
	margin: 0 0 10px 20px;
}
.product-d-info ul li {
	list-style: square
}
.product-d-info h4 {
	font-weight: 500
}
.product-d-info ul.pricendiscount {
	margin: 20px 0 15px 0;
}
.product-d-info ul.pricendiscount li {
	list-style: none;
	display: inline;
	margin-top: -5px;
}
.product-d-info ul.pricendiscount li.price {
	font-weight: 600;
	color: #00185A;
	font-size: 25px;
	letter-spacing: -0.5px;
}
.product-d-info ul.pricendiscount li.price del {
	color: #000;
	font-weight: 400;
	padding-right: 7px;
	font-size: 15px;
}
.product-d-info ul.pricendiscount li.offer {
	float: right
}
.product-d-info ul.pricendiscount li.offer span {
	color: #fff;
	padding: 4px 14px;
	font-size: 13px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.product-d-info ul.pricendiscount li.offer span.discount {
	background: #d7292a;
}
.product-d-info ul.pricendiscount li.offer span.new {
	background: #03A406;
}
.product-d-info ul.productstockinfo {
	padding: 0;
	margin: 0 0 20px 0
}
.product-d-info ul.productstockinfo li {
	list-style: none;
	color: #555;
	font-size: 14px;
}
.product-d-info ul.productstockinfo li strong {
	color: #000;
	font-weight: 600
}
.product-price-table {
	margin-top: 25px;
}
.product-price-table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	font-weight: 400
}
.product-price-table tr.ptableselect {
	background: #0360B5
}
.product-price-table tr.ptableselect td {
	color: #fff
}
.product-price-table thead tr {
	background: #fff
}
.product-price-table {
	background: #f9f9f9;
	margin-bottom: 30px;
}
.product-d-info p {
	text-align: left
}
.productquantity {
	margin-top: 27px;
}
.productquantity .qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	padding: 0 2px;
	min-width: 55px;
	text-align: center;
	border: 1px solid #ccc;
	height: 36px;
	line-height: 34px;
}
.productquantity .qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 23px;
}
.productquantity .qty .minus, .productquantity .qty .plus {
	background: #f4f4f4;
	color: #000;
	border: 1px solid #ccc;
	height: 36px;
	line-height: 34px;
	width: 30px;
	text-align: center;
}
.productquantity .qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 38px;
	background-clip: padding-box;
}
.productquantity .minus:hover, .productquantity .plus:hover {
	background-color: #f2f2f2 !important;
}
.productquantity span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.productquantity input {
	border: 0;
	width: 2%;
}
.productquantity nput::-webkit-outer-spin-button, .productquantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.productquantity input:disabled {
	background-color: white;
}
.productcolor label {
	color: #000;
	font-weight: 500;
	margin-bottom: 1px;
}
.product-d-cart {
	margin-top: 5px;
}
.product-d-cart .btn i {
	font-size: 16px;
	padding-right: 5px;
}
.additionainfo .esp-tabs-list {
	border-bottom: 1px solid #ccc
}
.additionainfo .resp-tabs-container {
	padding: 5px 0 0 0;
	background: #fff;
	clear: left;
	border: 0;
	border-top-color: rgb(238, 238, 238);
	border-top-style: solid;
	border-top-width: 0px;
}
.additionainfo .resp-tabs-list {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.additionainfo .resp-tabs-list li {
	padding-left: 0;
	margin-right: 15px;
}
.additionainfo {
	margin-bottom: 30px;
}
.additionainfo .resp-tabs-list li, .additionainfo ul.resp-tabs-list {
	text-align: left
}
.additionainfo .resp-tabs-list li {
	font-size: 18px;
	font-weight: 500;
	color: #777;
}
.additionainfo .resp-tab-active {
	color: #000 !important
}
.prodesc p {
	text-align: left
}
.prodesc h1, .prodesc h2, .prodesc h3, .prodesc h4, .prodesc h5, .prodesc h6 {
	font-weight: 500;
	margin-bottom: 5px;
}
.prodesc ul li, .prodesc ol li {
	padding: 1px 0
}
.prodesc table tr td {
	color: #000
}
.prodesc table tr:nth-child(even) {
	background: #eee
}
.prodesc table tr td:first-child {
	width: 200px;
	font-weight: 500
}
.relatedslide .product-cart {
	margin: 0 5px;
}
.relatedproduct {
	border-top: 1px solid #eee
}
.relatedproduct .owl-theme .owl-controls {
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.relatedproduct .owl-theme .owl-controls i {
	color: #fff;
	padding: 8px 7px;
	margin-right: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #00007b;
}
.relatedproduct .owl-theme .owl-controls i:hover {
	background: #0000AA
}
.relatedproduct .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: relative;
	text-align: left;
	left: 0px;
}
.relatedproduct .owl-theme .owl-controls .owl-buttons .owl-next {
	position: relative;
	right: 0px;
}
.relatedproduct .title h3 {
	margin-bottom: 15px;
	font-size: 25px;
}
.relatedproduct .product-cart .product-content {
	background: #dde1e5
}
.logindetails .title h3 {
	font-weight: 600
}
.logindetails form {
	margin-top: 30px;
}
.logindetails label {
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}
.logindetails label.remember {
	font-weight: 300
}
.logindetails .btn {
	margin-top: 0px;
	width: 100%;
	font-weight: 500;
	font-size: 17px;
}
.regintro {
	padding-left: 50px;
}
.regintro .form-group {
	margin-bottom: 0;
	font-weight: 400
}
.forgetpass {
	float: right;
	color: #000;
	font-weight: 500
}
.registerform {
	margin-left: 60px;
}
.registerform p {
	text-align: left
}
.registerform p a {
	color: #000;
	font-weight: 400
}
.cart-summary thead th {
	padding: 10px 10px;
	background: #f9f9f9;
	text-align: center
}
/*.cart-summary .cart-thumb{ width:100px;}
.cart-summary .cart-description{ width:250px;}
.cart-summary .cart-price{ width:100px;}
.cart-summary .cartqty{ width:80px;}
.cart-summary .carttotal{width:90px; }
.cart-summary .cartaction{width:90px; }*/
.cart-summary img {
	width: 70px
}
.cart-summary .cartqty input {
	width: 100px;
	border: 1px solid #999;
	height: 40px;
	color: #000
}
.cart-summary a {
	font-weight: 400;
	color: #000
}
.cart-summary .cartaction i {
	color: #FF0004
}
.cart-summary tr td {
	vertical-align: middle;
	font-weight: 400;
	color: #000;
	text-align: center
}
.cart-summary tfoot tr td {
	text-align: left
}
.cart-summary tr td.cart-description {
	text-align: left
}
.cart-navigation {
	text-align: right
}
.cart-summary tfoot tr th {
	text-align: left;
	vertical-align: middle
}
#ui-datepicker-div, .ui-corner-all {
	z-index: 9999 !important
}
.ordersummary h5 {
	font-weight: 500;
	font-size: 15px;
}
.ordersummary table tr td:last-child {
	width: 110px;
}
.ordersummary tr td p.shipping-method {
	text-align: left;
	color: #666;
	font-size: 13px;
	padding-top: 5px;
}
.ordersummary tr td, .ordersummary tr th {
	vertical-align: middle
}
.billing-details .btn {
	width: 250px;
}
.billing-details label {
	font-size: 14px;
}
.logindetails label span {
	color: #FF0004
}
.checkout-payment-option {
	margin-top: 35px;
}
.checkout-payment-option .form-group {
	margin-top: 10px;
}
.checkout-payment-option label {
	margin: 0;
	display: block;
	font-weight: 400;
	font-size: 14px;
}
.checkout-payment-option p {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	color: #777
}
.checkout-action .btn {
	width: 100%
}
.content-details {
	text-align: left
}
.content-details h1, .content-details h2, .content-details h3, .content-details h4, .content-details h5, .content-details h6 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 500
}
.content-details ul, .content-details ol {
	padding: 0 15px;
}
.content-details img {
	margin-bottom: 20px;
}
.content-details .feature-thumb {
	float: right;
}
.contact-details h4 {
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 25px;
}
.contact-details .map {
	margin-top: 30px;
}
.contact-form .form .col-12 {
	margin-top: 15px;
}
.contact-form .form .col-12 label {
	font-weight: 400;
}
.contact-form .form .btn {
	margin-top: 0px;
}
.contact-details .contact-widget .c-icon i {
	color: #000
}
.contact-details .contact-widget {
	margin-top: 50px;
}
.contact-details .contact-widget ul li a {
	color: #000;
}
.recent-update-img {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	height: 270px;
}
.recent-update-img img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.recent-update-img img:hover {
	position: relative;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}
.recent-update-content {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px;
}
.recent-update-content .btn {
	text-transform: none;
	padding: 8px 20px;
	letter-spacing: 0;
	font-size: 15px;
}
.recent-update-date {
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 13px;
}
.recent-update-date .date {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.recent-update-date .month {
	font-size: 12px;
	color: #000;
	margin-top: 4px;
}
.recent-update-date .year {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-top: 5px;
}
.recent-update-block {
	margin: 20px 0;
	text-align: left
}
.recent-update-block h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.recent-update-block h3 a {
	color: #2C3038;
	font-weight: bold
}
.recent-update-block h3 a:hover {
	color: #000
}
.recent-update-block p {
	margin-bottom: 5px;
}
.recent-update-block .btn {
	margin-top: 15px;
}
/*Scroll Top Section*/


.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 9999;
	background: #f7b808;
	border: 1px solid #DDA405;
	color: #000;
	padding: 7px;
	font-size: 27px;
}
.return-to-top:hover {
	opacity: 0.9
}
/* MENU-LEFT
-------------------------- */
/* layout */
#left ul.nav {
	margin-bottom: 2px;
	font-size: 12px; /* to change font-size, please change instead .lbl */
}
#left ul.nav ul, #left ul.nav ul li {
	list-style: none!important;
	list-style-type: none!important;
	margin-top: 1px;
	margin-bottom: 1px;
}
#left ul.nav ul {
	padding-left: 0;
	width: auto;
}
#left ul.nav ul.children {
	padding-left: 12px;
	width: auto;
}
#left ul.nav ul.children li {
	margin-left: 0px;
}
#left ul.nav li a:hover {
	text-decoration: none;
}
#left ul.nav li a:hover .lbl {
	color: #999!important;
}
#left ul.nav li.current>a .lbl {
	background-color: #999;
	color: #fff!important;
}
#left ul.nav li.parent a {
	padding: 0px;
	color: #ccc;
}
#left ul.nav>li.parent>a {
	border: solid 1px #999;
	text-transform: uppercase;
}
#left ul.nav li.parent a:hover {
	background-color: #fff;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
#left ul.nav li.parent ul li a {
	color: #222;
	border: none;
	display: block;
	padding-left: 5px;
}
#left ul.nav li.parent ul li a:hover {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#left ul.nav li .sign {
	display: inline-block;
	width: 14px;
	padding: 5px 8px;
	background-color: transparent;
	color: #fff;
}
#left ul.nav li.parent>a>.sign {
	margin-left: 0px;
	background-color: #999;
}
/* label */
#left ul.nav li .lbl {
	padding: 5px 12px;
	display: inline-block;
}
#left ul.nav li.current>a>.lbl {
	color: #fff;
}
#left ul.nav li a .lbl {
	font-size: 12px;
}
#left ul.nav>li.item-1.parent>a {
	border: solid 1px #ff6307;
}
#left ul.nav>li.item-1.parent>a>.sign, #left ul.nav>li.item-1 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #ff6307;
}
#left ul.nav>li.item-1 .lbl {
	color: #ff6307;
}
#left ul.nav>li.item-1 li.current>a .lbl {
	background-color: #ff6307;
	color: #fff!important;
}
#left ul.nav>li.item-8.parent>a {
	border: solid 1px #51c3eb;
}
#left ul.nav>li.item-8.parent>a>.sign, #left ul.nav>li.item-8 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #51c3eb;
}
#left ul.nav>li.item-8 .lbl {
	color: #51c3eb;
}
#left ul.nav>li.item-8 li.current>a .lbl {
	background-color: #51c3eb;
	color: #fff!important;
}
#left ul.nav>li.item-15.parent>a {
	border: solid 1px #94cf00;
}
#left ul.nav>li.item-15.parent>a>.sign, #left ul.nav>li.item-15 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #94cf00;
}
#left ul.nav>li.item-15 .lbl {
	color: #94cf00;
}
#left ul.nav>li.item-15 li.current>a .lbl {
	background-color: #94cf00;
	color: #fff!important;
}
#left ul.nav>li.item-22.parent>a {
	border: solid 1px #ef409c;
}
#left ul.nav>li.item-22.parent>a>.sign, #left ul.nav>li.item-22 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #ef409c;
}
#left ul.nav>li.item-22 .lbl {
	color: #ef409c;
}
#left ul.nav>li.item-22 li.current>a .lbl {
	background-color: #ef409c;
	color: #fff!important;
}




.myradiogroup input[type="radio"] {
    opacity: 0;
}

.myradiogroup input[type="radio"] + label {
    color: #292321;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.myradiogroup input[type="radio"] + label span {
    display:inline-block;
    width:45px;
    height:45px;
    margin:-1px 6px -4px -7px;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.myradiogroupinput[type="radio"] + label span {
     background-color:#292321;
}

.myradiogroup input[type="radio"]:checked + label span{
     background-color:#CC3300;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.SeaBlue span{
    background-color:#006994!important;
}
.myradiogroup input[type="radio"]:checked + label.SeaBlue span{
     background-color:#006994!important;
     border: 5px solid #15a7e2;
}

.TileRed span{
    background-color:#c76b4a!important;
}
.myradiogroup input[type="radio"]:checked + label.TileRed span{
     background-color:#c76b4a!important;
     border: 5px solid #bb4920;
}

.LightGrey span{
    /*background-image: url(../images/icons/1.jpg);*/
    background-position: center center;
    background-size: cover;
    
}


.myradiogroup input[type="radio"]:checked + label.LightGrey span{
     background-color:#d3d3d3!important;
     border: 5px solid #9a8e8e;
}


.LightGrey::after{
    content: "\a";
    white-space: pre;
}.cname::before{
    content: "\a";
    white-space: pre;    
    }.mycolor{
        float: left;
        text-align: center;
            padding-left: 15px;
        padding-right: 20px;
    }
.cnamefirst::after{
    content: "\a";
    white-space: pre;       
}
.bm-10{
	margin-bottom: 10px;
}