
.lg--btn2 {
	padding:16px 40px
}
.md--btn2 {
	padding:14px 40px
}
@media(max-width:767px) {
	.md--btn2 {
	padding:5px 15px
}
}.btn-green {
	color:#fff;
	height:45px;
	padding:0 20px;
	line-height:44px;
	border-radius:5px;
	border:1px solid transparent;
	font-size:18px;
	font-family:manrope,sans-serif;
	background:#264653;
	-webkit-transition:ease .6s;
	transition:ease .6s;
	-webkit-transition:.3s ease;
	transition:.3s ease
}
.btn-green:hover {
	background:#fff;
	color:#264653;
	border:1px solid #264653
}
.small-primary-capsule {
	background-color:#f96822;
	border-radius:20px;
	color:#fff;
	font-weight:600;
	font-size:14px;
	font-family:manrope,sans-serif;
	padding:4px 18px
}
.lg--btn {
	padding:15px 35px;
	border-radius:5px;
	display:inline-block
}
.md--btn {
	padding:6px 24px;
	font-weight:600
}
.primary--btn {
	background-color:#011E37;
	border:1px solid #011E37;
	color:#fff;
	-webkit-box-shadow:inset 0 0 0 0 #fff;
	box-shadow:inset 0 0 0 0 #fff;
	-webkit-transition:.2s ease;
	transition:.2s ease
}
.primary--btn:hover {
	-webkit-box-shadow:inset 150px 0 0 0 #fff;
	box-shadow:inset 150px 0 0 0 #fff;
	background:#fff;
	border:1px solid #011E37;
	color:#011E37
}
.white-btn-primary {
	background-color:#fff;
	border:1px solid transparent;
	color:#00152b;
	-webkit-box-shadow:inset 0 0 0 0 #011E37;
	box-shadow:inset 0 0 0 0 #011E37;
	-webkit-transition:.2s ease;
	transition:.2s ease
}
.white-btn-primary:hover {
	-webkit-box-shadow:inset 150px 0 0 0 #f96822;
	box-shadow:inset 150px 0 0 0 #f96822;
	background:#f96822;
	border:1px solid #f96822;
	color:#fff
}
.white-btn-title-color {
	background-color:#fff;
	border:1px solid #00152b;
	color:#00152b;
	-webkit-box-shadow:inset 0 0 0 0 #00152b;
	box-shadow:inset 0 0 0 0 #00152b;
	-webkit-transition:.2s ease;
	transition:.2s ease;
	padding:1px 12px;
	line-height:28px;
	font-family:manrope,sans-serif
}
.white-btn-title-color:hover {
	-webkit-box-shadow:inset 150px 0 0 0 #00152b;
	box-shadow:inset 150px 0 0 0 #00152b;
	background:#00152b;
	border:1px solid #00152b;
	color:#fff
}
.white-btn {
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	-webkit-box-shadow:inset 0 0 0 0 #f96822;
	box-shadow:inset 0 0 0 0 #f96822;
	-webkit-transition:.2s ease;
	transition:.2s ease;
	padding:0 12px;
	line-height:18px;
	font-family:manrope,sans-serif
}
.white-btn:hover {
	-webkit-box-shadow:inset 150px 0 0 0 #f96822;
	box-shadow:inset 150px 0 0 0 #f96822;
	background:#f96822;
	border:1px solid #f96822;
	color:#fff
}
.primary--btn2 {
	background-color:#fff;
	color:#f96822;
	border:1px solid #f96822;
	-webkit-box-shadow:inset 0 0 0 0 #f96822;
	box-shadow:inset 0 0 0 0 #f96822
}
.primary--btn2:hover {
	-webkit-box-shadow:inset 0 0 0 400px #f96822;
	box-shadow:inset 0 0 0 400px #f96822
}
.btn-titlecolor {
	background-color:#00152b;
	border:1px solid #00152b;
	padding:5px 15px;
	color:#fff;
	-webkit-box-shadow:inset 0 0 0 0 #fff;
	box-shadow:inset 0 0 0 0 #fff;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	font-size:14px;
	font-weight:600;
	font-family:manrope,sans-serif
}
.btn-titlecolor:hover {
	-webkit-box-shadow:inset 0 0 400px 0 #fff;
	box-shadow:inset 0 0 400px 0 #fff;
	color:#00152b
}
.eg-badge {
	border-radius:30px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	font-family:manrope,sans-serif
}
.red--badge {
	background:#ff5b5b;
	color:#fff;
	padding:4px 9px
}
.black--badge {
	background:#111;
	color:#fff;
	padding:4px 9px
}
.sea--badge {
	background:#00896f;
	color:#fff;
	padding:4px 9px
}
.table-wrapper {
	width:100%;
	overflow-x:auto;
	margin-bottom:32px
}
.eg-table {
	width:100%;
	border-collapse:collapse;
	overflow:hidden
}
.eg-table thead {
	background:#fff
}
.eg-table thead tr {
	border-width:2px
}
.eg-table thead tr th {
	font-size:1rem;
	font-weight:600;
	color:#00152b;
	opacity:1;
	padding:15px;
	vertical-align:top;
	text-align:center;
	border-width:1px
}
@media(max-width:767px) {
	.eg-table thead tr th {
	display:none
}
}.eg-table tbody tr td {
	font-weight:400;
	color:#848484;
	text-align:center;
	border-width:1px;
	vertical-align:middle;
	padding:15px
}
@media(max-width:767px) {
	.eg-table tbody tr td {
	display:block;
	width:100%;
	text-align:right;
	padding-left:50%;
	position:relative
}
}@media(max-width:767px) {
	.eg-table tbody tr {
	display:block;
	width:100%;
	margin-bottom:20px
}
}@media(max-width:767px) {
	.eg-table tbody {
	display:block;
	width:100%
}
}@media(max-width:767px) {
	.eg-table {
	display:block;
	width:100%
}
}@media(max-width:767px) {
	.eg-table td:before {
	content:attr(data-label);
	position:absolute;
	left:0;
	width:50%;
	text-align:left;
	padding-left:15px;
	font-weight:600;
	color:#00152b
}
}

.prod-card {
	padding:30px;
	border-radius:5px;
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.15);
	box-shadow:4px 8px 30px rgba(141,141,141,.15)
}
.eg-card {
	padding:30px;
	border-radius:5px;
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.15);
	box-shadow:4px 8px 30px rgba(141,141,141,.15)
}

.select-primary1 {
	background:#264653;
	color:#fff;
	font-weight:600;
	font-size:16;
	border-radius:2px;
	height:32px;
	line-height:30px;
	padding:3px 10px
}
.select-white {
	color:#264653;
	background:#fff;
	font-weight:600;
	font-size:16;
	border-radius:2px;
	height:30px;
	line-height:30px;
	padding:3px 10px;
	border:1px solid #adadad
}
option {
	font-size:14px
}
.pagination li {
	margin:0 5px!important;
	padding:0 5px
}
.pagination .page-link {
	padding:5px 13px;
	color:#f96822;
	font-weight:700;
	font-size:1rem;
	background-color:#fff;
	border-radius:3px;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	border:1px solid #eee
}
.pagination .page-link:hover {
	background-color:#f96822;
	border:1px solid #f96822;
	color:#fff
}
.pagination .page-link.active {
	background-color:#f96822;
	border:1px solid #f96822;
	color:#fff
}

@-webkit-keyframes blur {
	0% {
	-webkit-transform:scale(.1);
	transform:scale(.1);
	opacity:1
}
50% {
	-webkit-transform:scale(.5);
	transform:scale(.5);
	opacity:1
}
100% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:.5
}
}@keyframes blur {
	0% {
	-webkit-transform:scale(.1);
	transform:scale(.1);
	opacity:1
}
50% {
	-webkit-transform:scale(.5);
	transform:scale(.5);
	opacity:1
}
100% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:.5
}
}@-webkit-keyframes blurr {
	0% {
	-webkit-transform:scale(.1);
	transform:scale(.1);
	opacity:.5
}
50% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	opacity:1
}
100% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:.5
}
}@keyframes blurr {
	0% {
	-webkit-transform:scale(.1);
	transform:scale(.1);
	opacity:.5
}
50% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	opacity:1
}
100% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:.5
}
}







.nav-pills .nav-link {
	color:#848484;
	background-color:#fff;
	padding:19px 15px;
	font-size:20px;
	font-weight:800;
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.1);
	box-shadow:4px 8px 30px rgba(141,141,141,.1);
	max-width:270px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
.nav-pills .nav-link.navtab-btn-style2 {
	padding:13px 12px;
	max-width:270px;
	width:100%;
	font-size:18px;
	font-weight:700;
	color:#848484;
	font-family:manrope,sans-serif
}
.nav-pills .nav-link.navtab-btn-style2 i {
	margin-right:6px;
	font-size:18px
}
.nav-pills .nav-link.navtab-btn-style2.active {
	padding:13px 12px;
	font-size:20px;
	font-weight:700
}
.nav-pills .nav-link:hover {
	background-color:#011E37;
	color:#fff
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color:#fff;
	border:none;
	background-color:#011E37;
	padding:19px 15px;
	font-size:20px;
	font-weight:800
}
.nav-link:focus{
	outline:0;
}
.prod-details-content {
	padding-left:15px
}
.price-title {
	font-weight:800;
	color:#011E37;
	font-size:25px;
	font-family:manrope,sans-serif;
	padding-bottom:20px
}
.prod-quantity a.eg-btn.md--btn.primary--btn {
	margin-left:20px
}
.prod-info li {
	font-size:1rem;
	font-weight:400;
	color:#adadad;
	margin-bottom:5px;
	font-family:work sans,sans-serif
}
.prod-info li span {
	font-weight:400;
	margin-right:10px;
	color:#848484
}
.prod-info li:last-child {
	margin-bottom:0
}
.small-img-area .small-img {
	width:100px;
	height:100px;
	border-radius:5px;
	border:1px solid #eee;
	margin-bottom:1rem
}
.small-img-area .small-img img {
	width:100%;
	height:100%
}
.main-img-area {
	width:100%;
	max-width:440px;
	border-radius:5px;
	border:1px solid #eee;
	max-height:460px;
	height:100%;
	margin-left:30px
}
@media(max-width:767px) {
	.main-img-area {
	margin-left:0
}
}.main-img-area img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.description {
	padding:30px;
	border-radius:5px
}
.comment-box {
	border:1px solid #eee;
	border-radius:5px;
	padding:30px
}
.comment-box .author-img {
	width:50px;
	height:50px;
	margin-right:25px
}
@media(max-width:576px) {
	.comment-box .author-img {
	margin-right:15px
}
}.comment-box .author-img img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:50%
}
.comment-box h5 {
	font-size:20px;
	font-weight:700;
	color:#00152b;
	margin-bottom:6px
}
@media(max-width:576px) {
	.comment-box h5 {
	font-size:16px
}
}.comment-box .commnt-date {
	font-size:20px;
	font-weight:500;
	color:#848484
}
@media(max-width:576px) {
	.comment-box .commnt-date {
	font-size:14px
}
}.comment-box .commnt-reply {
	font-size:12px;
	font-weight:800;
	color:#00152b;
	-webkit-transition:.3s;
	transition:.3s
}
.comment-box .commnt-reply:hover {
	color:#011E37
}
.comment-box .footer-icon-list i {
	background-color:#fff;
	border-radius:50%;
	padding:5px;
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.1);
	box-shadow:4px 8px 30px rgba(141,141,141,.1);
	font-size:16px;
	margin-right:10px;
	-webkit-transition:.3s ease;
	transition:.3s ease
}
.comment-box .footer-icon-list i:hover {
	background:#011E37;
	color:#fff
}
.comment-box2 {
	border:none;
	border-bottom:1px solid #eee
}
.form-header h5 {
	font-size:25px;
	font-weight:700;
	color:#00152b;
	margin-bottom:15px
}
.form-header span {
	color:#848484;
	font-size:16px;
	font-weight:400
}
.comment-form-area input,.comment-form-area textarea {
	border:none;
	padding:15px 20px;
	border:1px solid #eee;
	border-radius:5px
}
.comment-form-area input::-webkit-input-placeholder,.comment-form-area textarea::-webkit-input-placeholder {
	color:#848484;
	font-size:13px;
	font-weight:400
}
.comment-form-area input:-ms-input-placeholder,.comment-form-area textarea:-ms-input-placeholder {
	color:#848484;
	font-size:13px;
	font-weight:400
}
.comment-form-area input::-ms-input-placeholder,.comment-form-area textarea::-ms-input-placeholder {
	color:#848484;
	font-size:13px;
	font-weight:400
}
.comment-form-area input::placeholder,.comment-form-area textarea::placeholder {
	color:#848484;
	font-size:13px;
	font-weight:400
}
.comment-form-area label {
	font-weight:500;
	font-size:1rem;
	margin-bottom:15px
}
.comment-rate-area {
	padding-top:5px;
	padding-bottom:35px;
	margin-bottom:35px
}
.comment-rate-area p {
	font-size:14px;
	font-weight:400
}
.comment-rate-area .rate {
	float:left;
	height:46px;
	padding-right:10px;
	margin-bottom:10px
}
.comment-rate-area .rate:not(:checked)>input {
	position:absolute;
	top:-9999px
}
.comment-rate-area .rate:not(:checked)>label {
	float:right;
	width:1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:30px;
	color:#ccc
}
.comment-rate-area .rate:not(:checked)>label:before {
	content:'★ '
}
.comment-rate-area .rate>input:checked~label {
	color:#ffa800
}
.comment-rate-area .rate:not(:checked)>label:hover,.comment-rate-area .rate:not(:checked)>label:hover~label {
	color:#ffa800
}
.comment-rate-area .rate>input:checked+label:hover,.comment-rate-area .rate>input:checked+label:hover~label,.comment-rate-area .rate>input:checked~label:hover,.comment-rate-area .rate>input:checked~label:hover~label,.comment-rate-area .rate>label:hover~input:checked~label {
	color:#ffa800
}
.prod-item2 {
	position:relative
}
.prod-item2 .prod-image {
	width:160px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px
}
.prod-item2 .prod-image img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.prod-item2 .prod-content {
	text-align:center
}
.prod-item2 .prod-content .prod-title {
	font-size:1rem;
	font-weight:600;
	color:#00152b;
	font-family:manrope,sans-serif
}
.prod-item2 .prod-content .prod-price {
	font-size:20px;
	font-weight:800;
	color:#00152b;
	padding-top:15px;
	padding-bottom:20px
}
.prod-item2 .prod-content .prod-price span {
	font-size:14px;
	font-weight:800;
	color:#adadad;
	margin-right:5px
}
.prod-item2 .cart-icon-list {
	position:absolute;
	top:20px;
	right:20px;
	opacity:0;
	-webkit-transition:.3s ease;
	transition:.3s ease
}
.prod-item2 .cart-icon-list i {
	width:34px;
	height:34px;
	background:#00896f;
	border:1px solid #00896f;
	color:#fff;
	line-height:34px;
	text-align:center;
	border-radius:50%;
	font-size:16px;
	-webkit-transition:.2s ease;
	transition:.2s ease
}
.prod-item2 .cart-icon-list i:hover {
	background:#fff;
	color:#00896f;
	border:1px solid #00896f
}
.prod-item2:hover .cart-icon-list {
	opacity:1
}
.prod-item2 .badge-area {
	position:absolute;
	top:20px;
	left:20px
}
.pricing-range-buttom {
	margin-top:24px;
	padding-bottom:30px
}
.pricing-range-buttom .pricing-value {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.pricing-range-buttom .pricing-value input {
	margin:0;
	padding:0;
	border:none;
	float:right;
	max-width:80px;
	height:auto;
	font-weight:500;
	font-size:14px;
	color:#00152b
}
.pricing-range-buttom .pricing-value span {
	font-weight:500;
	font-size:16px;
	color:#00152b;
	margin-right:5px
}
.pricing-range-buttom button {
	font-weight:500;
	font-size:14px;
	color:#fff;
	background:#264653;
	border-radius:100px;
	border:none;
	outline:none;
	padding:6px 20px
}
.price-range-slider {
	width:100%;
	float:left;
	margin:0 10px 20px
}
.price-range-slider .range-value {
	margin:0
}
.price-range-slider .range-value input {
	width:100%;
	background:0 0;
	color:#264653;
	font-size:16px;
	font-weight:initial;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	margin:20px 0
}
.price-range-slider .range-bar {
	border:none;
	background:#264653;
	height:3px;
	width:100%
}
.price-range-slider .range-bar .ui-slider-range {
	background:#264653
}
.price-range-slider .range-bar .ui-slider-handle {
	border:none;
	border-radius:25px;
	background:#fff;
	border:2px solid #264653;
	height:17px;
	width:17px;
	top:-.52em;
	cursor:pointer
}
.price-range-slider .range-bar .ui-slider-handle+span {
	background:#264653
}
.blog-style-1 {
	-webkit-transition:.4s ease;
	transition:.4s ease
}
.blog-style-1 img {
	width:100%;
	height:auto;
	border-radius:5px
}
.blog-style-1 .blog-content {
	padding:30px 20px
}
.blog-style-1 .blog-title {
	font-size:20px;
	font-weight:700;
	color:#00152b;
	line-height:1.5;
	font-family:manrope,sans-serif;
	-webkit-transition:.4s ease;
	transition:.4s ease
}
.blog-style-1 .blog-title:hover {
	color:#264653
}
.blog-style-1 .blog-date span {
	font-size:14;
	font-weight:500;
	color:#848484;
	font-family:work sans,sans-serif;
	position:relative;
	margin-right:8px;
	padding-right:8px
}
.blog-style-1 .blog-date span:first-child::after {
	content:'';
	position:absolute;
	top:7px;
	right:0;
	width:1px;
	height:9px;
	background-color:#848484
}
.blog-style-1 .blog-btn a {
	font-size:14px;
	font-weight:500;
	font-family:work sans,sans-serif;
	color:#00152b;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	border-bottom:1px solid #00152b
}
.blog-style-1 .blog-btn a:hover {
	color:#00896f;
	border-bottom:1px solid #00896f
}
.blog-style-2 {
	width:100%;
	padding:15px;
	border-radius:5px;
	border:1px solid #eee;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	flex-wrap:wrap;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row
}
@media(max-width:991px) {
	.blog-style-2 .blog-img {
	margin-bottom:30px
}
.blog-style-2 .blog-img img {
	width:100%
}
}.blog-style-2 .blog-content h6 {
	font-size:1rem;
	font-weight:700;
	color:#00152b;
	font-family:manrope,sans-serif;
	line-height:1.5;
	margin-bottom:10px
}
.blog-style-2 .blog-content p {
	font-size:16px;
	font-weight:400;
	color:#848484;
	font-family:work sans,sans-serif;
	margin-bottom:17px
}
.blog-style-2 .blog-footer {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row
}
.blog-style-2 .blog-footer .blog-author {
	font-size:1rem;
	font-weight:700;
	color:#848484;
	position:relative;
	padding-left:32px;
	font-family:manrope,sans-serif
}
/* .blog-style-2 .blog-footer .blog-author::before {
	content:'\f007';
	font-family:line awesome free;
	font-weight:700;
	position:absolute;
	top:-7px;
	left:0;
	font-size:25px;
	color:#00152b
} */
.blog-style-2 .blog-footer .blog-date {
	font-size:1rem;
	font-weight:400;
	color:#848484;
	font-family:manrope,sans-serif;
	font-family:manrope,sans-serif
}
.blog-style-2:hover {
	border:1px solid #fff;
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.15);
	box-shadow:4px 8px 30px rgba(141,141,141,.15)
}
.title-dash {
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	color:#00152b;
	border-bottom:2px solid #eee;
	padding-bottom:10px;
	position:relative;
	margin-bottom:30px!important;
	font-family:manrope,sans-serif
}
.title-dash::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-2px;
	height:2px;
	border-bottom:2px dashed #f96822;
	width:100px;
	display:inline-block
}
.blog-style-3:hover .blog-content {
	background-color:#00152b
}
.blog-style-3:hover .blog-content h5 {
	margin-bottom:9px;
	color:#fff
}
.blog-style-3:hover .blog-content p {
	margin-bottom:15px;
	color:#fff
}
.blog-style-3:hover .blog-content .time {
	font-size:12px;
	font-weight:600;
	color:#fff
}
.blog-style-3:hover .blog-content .time i {
	margin-right:5px;
	font-size:13px;
	color:#fff
}
.blog-style-3:hover .blog-content .blog-stand-btn {
	background-color:#fff;
	color:#00152b
}
.blog-style-3 .blog-img img {
	width:100%;
	max-height:400px;
	-o-object-fit:cover;
	object-fit:cover;
	background-size:contain
}
.blog-style-3 .blog-content {
	-webkit-transition:.3s ease;
	transition:.3s ease;
	padding:25px;
	background-color:#fafafa
}
.blog-style-3 .blog-content h5 {
	margin-bottom:9px
}
.blog-style-3 .blog-content p {
	margin-bottom:15px
}
.blog-style-3 .blog-content .time {
	font-size:12px;
	font-weight:600;
	color:#00152b;
	font-family:manrope,sans-serif
}
.blog-style-3 .blog-content .time i {
	margin-right:5px;
	font-size:13px
}
.blog-style-3 .blog-content .blog-stand-btn {
	background-color:#00152b;
	color:#fff;
	padding:6px 16px;
	font-size:14px;
	font-weight:600;
	font-family:manrope,sans-serif;
	line-height:1.2
}
.catgeory-list li {
	display:block
}
.catgeory-list a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	padding-left:28px;
	-webkit-transition:.4s ease;
	transition:.4s ease
}
/* .catgeory-list a::before {
	content:'\f061';
	font-family:line awesome free;
	font-weight:600;
	position:absolute;
	top:1px;
	left:0
} */
.catgeory-list a:hover {
	color:#f96822
}
.title-14 {
	color:#00152b;
	font-size:14px;
	font-weight:600;
	font-family:manrope,sans-serif;
	line-height:1.6
}
.latest-post .single-post {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row
}
.latest-post .single-post .post-img {
	width:75px
}
.latest-post .single-post .post-img img {
	width:100%;
	height:80px;
	-o-object-fit:cover;
	object-fit:cover
}
.latest-post .single-post .post-content {
	width:calc(100% - 75px);
	padding-left:20px
}
.latest-post .post-date {
	font-size:14px;
	font-weight:400;
	color:#848484;
	font-family:work sans,sans-serif
}
.widget2 {
	margin-bottom:53px
}
.follower-list li {
	display:block
}
.follower-list a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	-webkit-transition:.4s ease;
	transition:.4s ease
}
.follower-list a:hover {
	color:#f96822
}
.follower-list a i {
	margin-right:12px
}
.archive-list li {
	display:block;
	margin-bottom:15px
}
.archive-list a {
	-webkit-transition:.4s ease;
	transition:.4s ease
}
.archive-list a:hover {
	color:#00152b
}
.title-28 {
	font-size:28px;
	font-family:manrope,sans-serif;
	font-weight:800;
	color:#00152b;
	line-height:1.6
}
.title-20 {
	font-size:20px;
	font-weight:500;
	font-family:manrope,sans-serif;
	line-height:1.6;
	color:#505050
}
.title-25 {
	font-size:25px;
	font-weight:800;
	font-family:manrope,sans-serif;
	line-height:1.6;
	color:#00152b
}
.blog-details-section .blog-img img {
	width:100%
}
.blog-details-section .details-content {
	padding-top:30px;
	padding-bottom:16px
}
.blog-details-section .details-content .details-header {
	padding-bottom:25px
}
.blog-details-section .details-content .details-header .time,.blog-details-section .details-content .details-header .catgry {
	font-size:12px;
	font-weight:600;
	color:#848484
}
.blog-details-section .details-content .details-header .time i,.blog-details-section .details-content .details-header .catgry i {
	font-size:14px;
	color:#00152b;
	margin-right:5px
}
.blog-details-section .quote-area {
	background-color:#f5f5f5;
	padding:30px 35px;
	text-align:center
}
.blog-details-section .quote-area p {
	font-size:1rem;
	font-weight:500;
	color:#848484;
	font-family:manrope,sans-serif;
	line-height:30px
}
.blog-details-section .quote-author {
	font-size:20px;
	font-weight:700;
	font-family:manrope,sans-serif;
	color:#00152b;
	position:relative
}
.blog-details-section .quote-author .quoteicon {
	position:absolute;
	top:-10px;
	right:100px
}
@media(max-width:767px) {
	.blog-details-section .quote-author .quoteicon {
	right:10px
}
}.blog-details-section .video-popup {
	position:relative;
	background-image:url(../images/blog/video-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:250px
}
.blog-details-section .play-icon {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.blog-details-section .play-icon i {
	position:absolute;
	top:50%;
	left:50%;
	background:#fff;
	font-size:14px;
	color:#ff5b5b;
	height:37px;
	width:37px;
	line-height:39px;
	border-radius:50%;
	text-align:center;
	margin:auto;
	z-index:1;
	position:relative;
	z-index:999
}
@keyframes blur {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	opacity:0
}
}.post-share-area h5 {
	font-size:20px;
	font-weight:600;
	color:#00152b;
	margin-right:8px
}
.post-share-area .post-social i {
	font-size:14px;
	height:24px;
	width:24px;
	line-height:24px;
	color:#00152b;
	border-radius:50%;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	text-align:center;
	margin-right:10px;
	margin-bottom:8px
}
.post-share-area .post-social i:hover {
	background:#f96822;
	color:#fff;
	text-align:center
}
.post-nav-area {
	margin-bottom:7px
}
@media(max-width:576px) {
	.post-nav-area {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
}.post-nav-area a {
	font-size:16px;
	font-weight:600;
	color:#848484
}
.comment-reply li .comment-box2 {
	border:none;
	margin-bottom:0
}
.contact-form-area p {
	font-size:1rem;
	color:#848484;
	font-weight:400;
	font-family:work sans,sans-serif;
	margin-bottom:24px
}
.contact-form-area .contact-btn {
	padding:15px 30px;
	border-radius:5px
}
.branch-info-item .branch-info-header {
	background:#f96822;
	border-radius:5px;
	padding:26px 20px;
	color:#fff;
	width:230px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto
}
@media(max-width:767px) {
	.branch-info-item .branch-info-header {
	padding:15px 25px
}
}.branch-info-item .branch-info-header h4 {
	font-weight:700;
	font-family:manrope,sans-serif;
	font-size:22px;
	line-height:1.7
}
.branch-info-item .branch-info-header::after {
	content:'';
	position:absolute;
	bottom:-4px;
	height:8px;
	width:8px;
	background:#f96822;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.branch-info-item .branch-info-body {
	margin-top:-30px;
	padding:55px 30px 25px;
	border-radius:5px
}
.branch-info-item .branch-info-body li {
	margin-bottom:8px;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	cursor:pointer
}
.branch-info-item .branch-info-body li:last-child {
	margin-bottom:0
}
.branch-info-item .branch-info-body li:hover {
	color:#f96822
}
:root {
	--c-primary-one:#00152B;
	--c-secondary-one:#f9681f;
	--c-tertiary-one:#858585;
	--praimary-heading-one:'Manrope',sans-serif;
	--praimary-heading-two:'Quicksand',sans-serif;
	--f-secondary:'Work Sans',sans-serif;
	--f-tertiary:'Nunito',sans-serif;
	--f-quaternary:'Jost',sans-serif;
	--f-quinary:'Comfortaa',sans-serif;
	--shadow-one:4px 8px 30px rgba(141,141,141,0.1)
}
body {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:var(--praimary-heading-one);
	overflow-x:hidden
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased
}
::-webkit-input-placeholder {
	font-size:13px;
	font-weight:400;
	color:#adadad;
	font-family:work sans,sans-serif
}
:-ms-input-placeholder {
	font-size:13px;
	font-weight:400;
	color:#adadad;
	font-family:work sans,sans-serif
}
::-ms-input-placeholder {
	font-size:13px;
	font-weight:400;
	color:#adadad;
	font-family:work sans,sans-serif
}
::placeholder {
	font-size:13px;
	font-weight:400;
	color:#adadad;
	font-family:work sans,sans-serif
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	margin-top:-7px
}
p {
	margin:0;
	font-family:var(--f-secondary);
	font-size:16px
}
ol,ul {
	padding:0;
	margin:0;
	list-style:none
}
.ml-345 {
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(100% - 345px);
	flex:0 0 calc(100% - 345px);
	max-width:calc(100% - 345px);
	margin-left:auto
}
.fix {
	overflow:hidden
}
.ml-130 {
	margin-left:120px
}
@media(max-width:991px) {
	.ml-130 {
	margin-left:0
}
}.pl-30 {
	padding-left:30px
}
@media(max-width:991px) {
	.pl-30 {
	padding-left:10px
}
}.pr-30 {
	padding-right:30px
}
@media(max-width:991px) {
	.pr-30 {
	padding-right:10px
}
}.pt-200 {
	padding-top:200px
}
@media(max-width:1399px) {
	.pt-200 {
	padding-top:160px
}
}@media(max-width:767px) {
	.pt-200 {
	padding-top:100px
}
}@media(max-width:1199px) {
	.pt-200 {
	padding-top:150px
}
}.pb-200 {
	padding-bottom:200px
}
@media(max-width:1399px) {
	.pb-200 {
	padding-bottom:160px
}
}@media(max-width:1199px) {
	.pb-200 {
	padding-bottom:150px
}
}@media(max-width:767px) {
	.pb-200 {
	padding-bottom:100px
}
}.pt-190 {
	padding-top:185px
}
.pb-190 {
	padding-bottom:185px
}
.pt-165 {
	padding-top:165px
}
@media(max-width:991px) {
	.pt-165 {
	padding-top:120px
}
}.pb-165 {
	padding-bottom:165px
}
@media(max-width:991px) {
	.pb-165 {
	padding-bottom:120px
}
}.pb-160 {
	padding-bottom:162px
}
@media(max-width:1399px) {
	.pb-160 {
	padding-bottom:100px
}
}.pt-100 {
	padding-top:100px
}
@media(max-width:767px) {
	.pt-100 {
	padding-top:80px
}
}.pb-100 {
	padding-bottom:100px
}
@media(max-width:767px) {
	.pb-100 {
	padding-bottom:80px
}
}.pt-110 {
	padding-top:110px
}
.pb-110 {
	padding-bottom:110px
}
.pt-100 {
	padding-top:100px
}
.pb-100 {
	padding-bottom:100px
}
.pt-80 {
	padding-top:80px
}
.pb-80 {
	padding-bottom:80px
}
.pt-70 {
	padding-top:70px
}
.pb-70 {
	padding-bottom:70px
}
.pt-76 {
	padding-top:76px
}
.pb-76 {
	padding-bottom:76px
}
.pt-50 {
	padding-top:56px
}
.mt-50 {
	margin-top:56px
}
.mt-110 {
	margin-top:110px
}
.mt-100 {
	margin-top:100px
}
.mb-100 {
	margin-bottom:100px
}
.mb-76 {
	margin-bottom:76px
}
.mb-60 {
	margin-bottom:60px
}
.mb-50 {
	margin-bottom:50px
}
.mb-43 {
	margin-bottom:43px
}
.mb-35 {
	margin-bottom:35px
}
.mb-25 {
	margin-bottom:25px
}
.mb-24 {
	margin-bottom:24px
}
.mb-20 {
	margin-bottom:20px
}
.mb-8 {
	margin-bottom:7px
}
.mb-15 {
	margin-bottom:15px
}
.mb-18 {
	margin-bottom:18px
}
.mb-30 {
	margin-bottom:30px
}
.mb-40 {
	margin-bottom:40px
}
.both-side-padding {
	padding:0 30px
}
ins,a {
	color:unset;
	text-decoration:none
}
ins:focus,a:focus {
	outline:0 solid
}
ins:hover,a:hover {
	text-decoration:none;
	color:unset
}
img {
	max-width:100%;
	height:auto
}
.bg-light-blue {
	background:#4285f4
}
.bg-facebook {
	background:#4267b2
}
input,select {
	display:block;
	width:100%;
	border:none;
	border:1px solid #eee;
	border-radius:5px
}
input:focus {
	outline:none!important
}
label {
	font-size:14px;
	font-weight:500;
	color:#505050;
	margin-bottom:10px;
	font-family:manrope,sans-serif
}
input[type=submit]:focus {
	outline:none
}
textarea {
	padding:8px 10px;
	background:#fff;
	border-radius:5px;
	display:block;
	width:100%;
	border:1px solid #eee;
	-webkit-transition:all .4s ease;
	transition:all .4s ease
}
.nice-select {
	width:100%;
	height:50px;
	float:none;
	line-height:50px
}
.nice-select .list {
	width:100%
}
.para,.catgeory-list a,.follower-list a,.archive-list a,.branch-info-item .branch-info-body li,.billing-card .card-list li {
	font-size:1rem;
	font-weight:400;
	font-family:work sans,sans-serif;
	color:#848484;
	line-height:1.7
}
.para-2 {
	font-size:15px;
	font-weight:400;
	color:#848484;
	line-height:30px
}
.eg-title1 {
	font-size:30px;
	font-weight:700;
	color:#00152b;
	font-family:manrope,sans-serif
}
.eg-title3 {
	color:#00152b;
	font-size:20px;
	font-weight:800;
	font-family:manrope,sans-serif;
	line-height:1.5
}
.title-30 {
	font-size:30px;
	font-weight:700;
	font-family:manrope,sans-serif;
	color:#00152b
}
.border--bottom1 {
	border-bottom:1px solid #eee
}
.border--bottom2 {
	border-bottom:2px solid #eee
}
.box--shadow {
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.1);
	box-shadow:4px 8px 30px rgba(141,141,141,.1)
}
.eg-title2 {
	position:relative;
	border-bottom:2px solid #eee;
	padding-bottom:8px
}
.eg-title2::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-2px;
	height:2px;
	background-color:#f96822;
	width:199px;
	display:inline-block
}
.section-title2 {
	margin-bottom:60px
}
.section-title2 h2 {
	font-size:35px;
	font-weight:700;
	font-family:manrope,sans-serif;
	color:#00152b;
	margin-bottom:10px
}
.section-title2 p {
	font-size:1rem;
	font-weight:400;
	color:#848484
}
.section-title3 {
	margin-bottom:55px
}
.section-title3 h2 {
	font-size:35px;
	font-weight:700;
	color:#00152b;
	font-family:manrope,sans-serif
}
.section-title3 .all-blog-btn {
	font-size:16px;
	font-weight:700;
	font-family:manrope,sans-serif;
	border-bottom:2px solid #00896f;
	position:relative;
	padding-right:18px
}
/* .section-title3 .all-blog-btn:after {
	content:'\f105';
	font-family:line awesome free;
	font-weight:700;
	position:absolute;
	right:0;
	top:2px
} */
.section-title4 {
	text-align:center;
	margin-bottom:46px;
	margin-top:-6px
}
.section-title4 p {
	font-size:1rem;
	font-weight:400;
	color:#848484;
	font-family:work sans,sans-serif;
	margin-bottom:14px
}
.section-title4 h2 {
	font-size:30px;
	font-weight:800;
	font-family:manrope,sans-serif;
	color:#00152b;
	margin-bottom:10px;
	line-height:50px;
	margin-top:-7px
}
.section-title5 {
	text-align:center;
	margin-bottom:17px
}
.section-title5 p.style-1 {
	font-size:1rem;
	font-weight:600;
	color:#00152b;
	font-family:manrope,sans-serif;
	margin-bottom:15px
}
.section-title5 h2 {
	font-size:30px;
	font-weight:800;
	font-family:manrope,sans-serif;
	color:#00152b;
	margin-bottom:10px;
	line-height:50px
}
.bg--sea-green {
	background:#00896f!important
}
.bg--sea-green:hover {
	background-color:#fff!important
}
.body--bg {
	background-color:#f2f2f2
}
.section-head-style-one {
	text-align:center;
	padding-bottom:33px
}
.section-head-style-one h2 {
	font-weight:700;
	font-size:30px;
	color:#00152b;
	font-family:var(--praimary-heading-one)
}
.section-head-style-one p {
	font-size:16px;
	color:#848484;
	font-family:var(--f-secondary);
	padding-top:13px
}
.category-box-alpha {
	text-align:center;
	min-height:155px;
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:2px;
	padding-top:30px;
	padding-bottom:24px;
	margin-top:24px;
	-webkit-transition:.5s ease;
	transition:.5s ease
}
.category-box-alpha:hover {
	border:1px solid #848484
}
.category-box-alpha .category-icon {
	min-height:60px;
	margin-bottom:20px
}
.category-box-alpha .category-icon img {
	max-width:60px;
	margin-left:auto;
	margin-right:auto
}
.category-box-alpha .category-title {
	font-weight:600;
	font-size:20px;
	color:#00152b;
	font-family:var(--praimary-heading-one)
}
.category-box-alpha .category-title a {
	color:inherit;
	text-decoration:none
}
.category-box-alpha:hover {
	background:#f96822;
	border:1px solid #f96822
}
.category-box-alpha:hover .category-icon svg path {
	fill:#fff
}
.category-box-alpha:hover .category-title {
	color:#fff
}
.category-box-beta:hover {
	background-color:#00896f!important;
	border:1px solid #00896f
}
.category-style-one .slick-slider {
	margin:0 -10px
}
.category-style-one .slick-slide {
	padding:0 10px;
	text-align:center;
	margin-right:10px;
	margin-left:10px
}
.category-style-one .slick-arrow {
	position:absolute;
	top:50%;
	left:-30px;
	color:#f96822;
	border:1px solid #f96822;
	border-radius:50%;
	height:30px;
	width:30px;
	line-height:29px;
	text-align:center;
	cursor:pointer;
	z-index:9;
	-webkit-transition:.3s ease;
	transition:.3s ease
}
.category-style-one .slick-arrow:hover {
	color:#fff;
	background:#f96822;
	border:1px solid #f96822
}
.category-style-one .slick-arrow.next {
	right:-30px;
	left:auto
}
.slick-dots {
	position:absolute;
	bottom:-42px;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center
}
.slick-dots li button {
	font-size:0;
	line-height:0;
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	padding:5px;
	cursor:pointer;
	border:0;
	outline:none;
	background:#505050;
	bottom:10px;
	-webkit-transition:.3s;
	transition:.3s
}
.slick-dots li button:hover {
	background:#f96822
}
.category-style2 .slick-slider {
	margin:0 -10px;
	margin-top:-20px
}
.category-style2 .slick-slide {
	padding:0 10px;
	text-align:center;
	margin-right:10px;
	margin-left:10px
}
.category-style2 .slick-arrow {
	opacity:0;
	visibility:hidden
}
.product-area {
	overflow-x:hidden
}
.product-area .gradien-bg1 {
	width:100%;
	max-width:400px;
	height:100%;
	max-height:400px;
	position:absolute;
	top:-20px;
	right:-80px;
	background:radial-gradient(50% 50% at 50% 50%,#FFE3E3 0%,rgba(255,255,255,0) 100%);
	z-index:-1
}
.product-area .gradien-bg2 {
	width:100%;
	max-width:500px;
	height:100%;
	max-height:500px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:-10%;
	background:radial-gradient(50% 50% at 50% 50%,#FFE3E3 0%,rgba(255,255,255,0) 100%);
	z-index:-1
}
.product-area .gradien-bg3 {
	width:100%;
	max-width:400px;
	height:100%;
	max-height:400px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:-100px;
	background:radial-gradient(50% 50% at 50% 50%,#FFE3E3 0%,rgba(255,255,255,0) 100%);
	z-index:-1
}
.product-area .slick-slider {
	margin:0 -15px;
	padding-bottom:-17px
}
.product-area .slick-slide {
	padding:5px;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:17px
}
.product-area .slick-arrow {
	position:absolute;
	top:-57px;
	left:23px;
	color:#f96822;
	border:1px solid #f96822;
	border-radius:50%;
	height:30px;
	width:30px;
	line-height:29px;
	text-align:center;
	cursor:pointer;
	z-index:9;
	-webkit-transition:.3s ease;
	transition:.3s ease
}
.product-area .slick-arrow:hover {
	color:#fff;
	background:#f96822;
	border:1px solid #f96822
}
.product-area .slick-arrow.next {
	left:83px
}
.highlighted-blog-style {
	background:#00152b;
	margin-top:24px
}
.highlighted-blog-style .blog-thumb img {
	width:100%
}
.highlighted-blog-style .blog-body {
	color:#fff;
	padding:20px 25px 25px;
	border-radius:0 5px 0 0
}
.highlighted-blog-style .blog-body .blog-title {
	font-weight:800;
	font-size:20px;
	color:inherit
}
.highlighted-blog-style .blog-body .blog-title a {
	color:inherit
}
.highlighted-blog-style .blog-body p {
	font-size:16px;
	line-height:30px;
	color:#fff;
	font-family:var(--f-secondary);
	padding-top:12px
}
.highlighted-blog-style .blog-body .blog-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-top:15px
}
.highlighted-blog-style .blog-body .blog-bottom .blog-btn {
	margin-right:15px
}
.highlighted-blog-style .blog-body .blog-bottom .blog-btn a {
	background:#fff;
	border-radius:100px;
	font-weight:600;
	font-size:14px;
	text-transform:capitalize;
	color:#00152b;
	display:inline-block;
	padding:7px 22px
}
.highlighted-blog-style .blog-body .blog-bottom .blog-date a {
	font-weight:600;
	font-size:12px;
	color:#efefef
}
.blog-card-alpha {
	margin-top:24px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#fff;
	-webkit-box-shadow:4px 8px 30px rgba(141,141,141,.1);
	box-shadow:4px 8px 30px rgba(141,141,141,.1);
	border-radius:0;
	padding:15px 20px
}
.blog-card-alpha .blog-body .blog-title {
	font-weight:700;
	font-size:16px;
	line-height:30px;
	color:#00152b
}
.blog-card-alpha .blog-body .blog-title a {
	color:inherit
}
.blog-card-alpha .blog-body p {
	font-size:16px;
	line-height:30px;
	color:#848484;
	padding-top:5px
}
.blog-card-alpha .blog-body .blog-bottom {
	padding-top:10px
}
.blog-card-alpha .blog-body .blog-bottom .blog-writer {
	font-weight:700;
	font-size:16px;
	color:#848484
}
.blog-card-alpha .blog-body .blog-bottom .blog-writer i {
	color:#00152b;
	font-size:16px;
	margin-right:10px
}
.blog-card-alpha .blog-body .blog-bottom .blog-date {
	font-weight:400;
	font-size:13px;
	color:#848484
}
.banner-style-alpha {
	min-height:265px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative
}
.banner-style-alpha.style-three {
	background:url(../images/banner/banner-g1.png) no-repeat center;
	background-size:cover;
	width:100%
}
.banner-style-alpha.style-three::before {
	-webkit-clip-path:polygon(0 0,74% 0,48% 100%,0 100%);
	clip-path:polygon(0 0,74% 0,48% 100%,0 100%);
	-webkit-transition:-webkit-clip-path .4s;
	transition:-webkit-clip-path .4s;
	transition:clip-path .4s;
	transition:clip-path .4s,-webkit-clip-path .4s
}
.banner-style-alpha.style-three:hover:before {
	-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
}
.banner-style-alpha.style-one {
	background:url(../images/banner/banner-g3.png) no-repeat center;
	background-size:cover;
	width:100%
}
.banner-style-alpha.style-one::before {
	-webkit-clip-path:polygon(52% 0,100% 0,100% 100%,26% 100%);
	clip-path:polygon(52% 0,100% 0,100% 100%,26% 100%);
	-webkit-transition:-webkit-clip-path .4s;
	transition:-webkit-clip-path .4s;
	transition:clip-path .4s;
	transition:clip-path .4s,-webkit-clip-path .4s
}
.banner-style-alpha.style-one:hover:before {
	-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
}
.banner-style-alpha.style-two {
	background:url(../images/banner/banner-g2.png) no-repeat center;
	background-size:cover;
	width:100%
}
.banner-style-alpha::before {
	position:absolute;
	content:"";
	inset:0;
	background:rgba(0,21,43,.7)
}
.banner-style-alpha .banner-content {
	padding:20px 30px;
	position:relative
}
.banner-style-alpha .banner-content h6 {
	font-weight:600;
	font-size:14px;
	color:#fff;
	margin-bottom:10px
}
.banner-style-alpha .banner-content h3 {
	font-weight:700;
	font-size:28px;
	color:#fff;
	padding-top:5px;
	padding-bottom:12px
}
.banner-style-alpha .banner-content p {
	color:#fff;
	font-size:14px;
	width:240px
}
.banner-style-alpha .banner-content .banner-btn {
	padding-top:20px
}
.banner-style-alpha .banner-content .banner-btn a {
	font-weight:600;
	font-size:12px;
	color:#fff;
	border:1.5px solid #fff;
	border-radius:100px;
	padding:5px 14px;
	display:inline-block
}
.topbar {
	background:#00896f;
	padding:8px
}
.topbar p {
	color:#fff;
	margin-bottom:0;
	font-weight:700;
	font-family:manrope,sans-serif;
	font-size:14px
}
.search-section {
	padding-top:50px
}
.search-section .search-wrap {
	position:relative;
	height:70px;
	border-radius:50px;
	min-width:300px
}
.search-section .search-wrap input {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border-radius:50px;
	padding:0 30px;
	padding-right:100px;
	border:none
}
@media(max-width:767px) {
	.search-section .search-wrap input {
	padding:0 20px;
	padding-right:115px
}
}.search-section .search-wrap .searchbutton {
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:20px
}
@media(max-width:767px) {
	.search-section .search-wrap .searchbutton {
	font-size:1rem
}
}@media(max-width:767px) {
	.search-section .search-wrap {
	height:50px
}
}.featur-item {
	padding:30px 5px;
	border:1px solid #f5f5f5;
	max-width:170px;
	text-align:center;
	-webkit-transition:.4s ease;
	transition:.4s ease;
	border-radius:2px
}
.featur-item .feature-icon {
	margin-bottom:24px
}
.featur-item .feature-icon img {
	margin:auto
}
.featur-item .featur-title {
	font-size:20px;
	font-weight:600;
	color:#00152b;
	font-family:manrope,sans-serif
}
.featur-item:hover {
	background:#00896f;
	border-radius:2px
}
.featur-item:hover .featur-title {
	color:#fff
}
.offer-single {
	overflow:hidden;
	position:relative
}
.offer-single img {
	width:100%;
	height:240px;
	-o-object-fit:cover;
	object-fit:cover
}
.offer-single:hover .offer-shape-text {
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
.offer-shape-text {
	-webkit-transition:.4s ease;
	transition:.4s ease;
	position:absolute;
	top:0;
	left:0;
	width:275px;
	min-height:175px;
	background-color:rgba(255,255,255,.7);
	border-radius:0 0 180px 180px;
	padding:40px 25px;
	z-index:1;
	text-align:center
}
.offer-shape-text h5 {
	font-weight:800;
	font-size:18px;
	color:#00152b;
	font-family:manrope,sans-serif;
	line-height:1.5;
	margin-bottom:10px
}
.offer-shape-text .offer-btn {
	background-color:transparent;
	color:#00896f;
	border:1px solid #00896f;
	font-size:12px;
	font-weight:700;
	padding:5px 12px;
	-webkit-box-shadow:inset 0 0 0 0 #00896f;
	box-shadow:inset 0 0 0 0 #00896f;
	-webkit-transition:.4s ease;
	transition:.4s ease
}
.offer-shape-text .offer-btn:hover {
	-webkit-box-shadow:inset 400px 0 0 0 #00896f;
	box-shadow:inset 400px 0 0 0 #00896f;
	color:#fff
}
.offer-single:hover .offer-shape2 {
	width:100%;
	height:100%;
	padding:65px 60px
}
.offer-shape2 {
	-webkit-transition:.4s ease;
	transition:.4s ease;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:rgba(0,0,0,.7);
	padding:45px 30px;
	width:90%;
	height:90%
}
.offer-shape2 span {
	color:#fff;
	font-size:12px;
	font-weight:600;
	font-family:work sans,sans-serif
}
.offer-shape2 h5 {
	font-size:20px;
	font-weight:700;
	color:#fff;
	line-height:1.5;
	padding-top:8px;
	margin-bottom:20px
}
.offer-shape2 .offer-btn2 {
	font-size:12px;
	background:#00896f;
	border:1px solid #00896f;
	color:#fff;
	padding:5px 12px;
	-webkit-box-shadow:inset 0 0 0 0 #fff;
	box-shadow:inset 0 0 0 0 #fff;
	-webkit-transition:.4s ease;
	transition:.4s ease
}
.offer-shape2 .offer-btn2:hover {
	-webkit-box-shadow:inset 400px 0 0 0 #fff;
	box-shadow:inset 400px 0 0 0 #fff;
	color:#00896f;
	border:1px solid #00896f
}
.weekly-offer-section {
	position:relative;
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,20,41,0.85)),to(rgba(0,20,41,0.85))),url("../images/banner/main-offerbg.jpg");
	background-image:linear-gradient(rgba(0,20,41,0.85),rgba(0,20,41,0.85)),url("../images/banner/main-offerbg.jpg");
	background-size:cover;
	background-repeat:no-repeat
}
.weekly-offer-section .left-offer-img {
	position:absolute;
	left:0;
	bottom:0
}
.weekly-offer-section .left-offer-img img {
	width:350px;
	height:350px
}
@media(min-width:1200px) and (max-width:1399px) {
	.weekly-offer-section .left-offer-img img {
	width:280px;
	height:280px
}
}@media(max-width:1199px) {
	.weekly-offer-section .left-offer-img img {
	width:200px;
	height:200px
}
}@media(max-width:991px) {
	.weekly-offer-section .left-offer-img img {
	display:none;
	visibility:hidden
}
}.weekly-offer-section .right-offer-img {
	position:absolute;
	right:0;
	top:0
}
.weekly-offer-section .right-offer-img img {
	width:350px;
	height:350px
}
@media(min-width:1200px) and (max-width:1399px) {
	.weekly-offer-section .right-offer-img img {
	width:260px;
	height:260px
}
}@media(max-width:1199px) {
	.weekly-offer-section .right-offer-img img {
	width:200px;
	height:200px
}
}@media(max-width:991px) {
	.weekly-offer-section .right-offer-img img {
	display:none;
	visibility:hidden
}
}.weekly-offer-section .weekly-offer-content h1 {
	font-size:55px;
	font-weight:800;
	color:#fff;
	font-family:manrope,sans-serif;
	line-height:1.3;
	margin-bottom:40px
}
@media(max-width:991px) {
	.weekly-offer-section .weekly-offer-content h1 {
	font-size:40px
}
}.weekly-offer-section .weekly-offer-content .white-btn {
	background:#fff;
	padding:15px 45px;
	font-size:1rem;
	font-weight:700;
	color:#00152b;
	font-family:manrope,sans-serif;
	-webkit-transition:.3s ease-in;
	transition:.3s ease-in;
	border:1px solid #fff;
	-webkit-box-shadow:inset 0 0 0 0 #00896f;
	box-shadow:inset 0 0 0 0 #00896f;
	overflow:hidden
}
.weekly-offer-section .weekly-offer-content .white-btn:hover {
	-webkit-box-shadow:inset 400px 0 0 0 #00896f;
	box-shadow:inset 400px 0 0 0 #00896f;
	border:1px solid #00896f;
	color:#fff
}
.coupon-area .coupon-title {
	font-weight:700;
	font-size:20px;
	color:#00152b;
	margin-bottom:25px
}
.coupon-area .coupon-input {
	position:relative
}
.coupon-area .coupon-input input {
	height:46px;
	margin-bottom:0;
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	padding:8px 15px;
	display:block;
	width:100%
}
.coupon-area button {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	background:#f96822;
	font-weight:500;
	font-size:16px;
	color:#fff;
	outline:none;
	border:none;
	padding:0 28px;
	border-radius:0 5px 5px 0;
	-webkit-box-shadow:inset 0 0 0 0 #fff;
	box-shadow:inset 0 0 0 0 #fff;
	-webkit-transition:.2s ease;
	transition:.2s ease
}
.coupon-area button:hover {
	-webkit-box-shadow:inset 150px 0 0 0 #fff;
	box-shadow:inset 150px 0 0 0 #fff;
	background:#fff;
	border:1px solid #f96822;
	color:#f96822
}
.cart-btn-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	padding-top:22px
}
.cart-btn-group .proceed-btn {
	padding:12px 35px
}
.cart-btn-group .shopping-btn {
	font-size:16px;
	padding:12px 35px;
	font-weight:500;
	font-family:manrope,sans-serif;
	color:#f96822;
	-webkit-transition:.4s ease;
	transition:.4s ease;
	position:relative
}
/* .cart-btn-group .shopping-btn::after {
	content:'\f061';
	font-family:line awesome free;
	font-weight:800;
	position:absolute;
	top:11px;
	right:5px;
	font-size:20px;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	opacity:0;
	-webkit-transition:.4s ease;
	transition:.4s ease
} */
.cart-btn-group .shopping-btn:hover::after {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
.form-wrap {
	border-radius:5px;
	padding:40px
}
@media(max-width:767px) {
	.form-wrap {
	padding:20px
}
}.form-wrap.form-wrap2 {
	padding:unset
}
.form-wrap .form-inner {
	margin-bottom:25px
}
.form-wrap input,.form-wrap select {
	height:50px;
	padding:0 20px;
	line-height:50px;
	width:100%;
	-webkit-transition:.3s ease;
	transition:.3s ease
}
.form-wrap input:focus,.form-wrap select:focus {
	border:1px solid #f96822
}
.form-wrap select {
	font-size:12px;
	color:#848484
}
.form-wrap textarea {
	padding:20px
}
.total-cost-summary {
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	padding:40px;
	margin-top:30px
}
.total-cost-summary ul li.subtotal {
	font-weight:500;
	font-size:16px;
	color:var(--color-primary);
	margin-bottom:22px
}
.total-cost-summary ul li span {
	font-weight:500;
	font-size:16px;
	color:#101010
}
.added-product-summary {
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	padding:30px
}
@media(max-width:767px) {
	.added-product-summary {
	padding:20px 15px
}
}.added-product-summary .checkout-title {
	font-weight:700;
	margin-bottom:20px
}
.added-product-summary .single-product {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:25px;
	position:relative
}
.added-product-summary .single-product .product-img {
	width:90px;
	height:100px;
	padding-right:35px
}
@media(max-width:767px) {
	.added-product-summary .single-product .product-img {
	padding-right:15px
}
}.added-product-summary .single-product .product-img img {
	-o-object-fit:cover;
	object-fit:cover;
	width:100%;
	height:100%
}
.added-product-summary .single-product .product-title {
	font-size:1rem;
	font-weight:400;
	color:#848484;
	font-family:manrope,sans-serif;
	margin-bottom:1rem
}
.added-product-summary strong {
	font-size:14px;
	font-weight:700;
	font-family:manrope,sans-serif;
	color:#848484!important
}
.added-product-summary .delete-btn {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:10px
}
.added-product-summary .delete-btn i {
	padding:5px;
	background:#fff;
	-webkit-box-shadow:0 0 12px rgba(0,0,0,.1);
	box-shadow:0 0 12px rgba(0,0,0,.1);
	color:#848484;
	border-radius:50%;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	cursor:pointer
}
.added-product-summary .delete-btn i:hover {
	background:#f96822;
	color:#fff
}
@media(max-width:576px) {
	.added-product-summary .delete-btn {
	right:0
}
}.total-cost-summary {
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	padding:40px;
	margin-top:30px
}
.total-cost-summary ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	font-weight:400;
	font-size:16px;
	font-family:work sans,sans-serif;
	color:#848484;
	margin-bottom:10px
}
.total-cost-summary ul li span {
	font-weight:700;
	font-size:16px;
	color:#00152b
}
.total-cost-summary ul li.subtotal {
	color:#00152b;
	font-weight:700;
	font-family:manrope,sans-serif
}
.summery-card {
	border-radius:5px;
	border:1px solid #eee;
	background-color:#fff
}
.cost-summery {
	padding:23px 30px
}
.cost-summery-table {
	margin-bottom:0
}
.cost-summery-table tr th {
	border:none;
	font-size:1rem;
	font-weight:700;
	color:#00152b;
	font-family:manrope,sans-serif;
	padding:0;
	padding-bottom:10px
}
.cost-summery-table tr th:last-child {
	text-align:right
}
.cost-summery-table tr td {
	border:none;
	font-size:14px;
	padding-bottom:0;
	font-weight:400;
	color:#848484;
	font-family:work sans,sans-serif;
	padding-left:0
}
.cost-summery-table tr td:last-child {
	font-size:1rem;
	color:#00152b;
	font-weight:500;
	text-align:right
}
.cost-summery-table tr td.tax {
	font-size:1rem;
	color:#00152b;
	font-weight:500
}
.total-cost {
	padding:18px 30px
}
.total-cost thead th {
	padding-bottom:0
}
.payment-methods {
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	padding:30px;
	margin-top:30px
}
.payment-methods .payment-check {
	margin-bottom:32px
}
.payment-methods .payment-check label {
	font-weight:600;
	font-size:16px;
	color:#00152b;
	display:inline-block;
	margin-bottom:0
}
.payment-methods .form-check {
	display:block;
	min-height:1.5rem;
	padding-left:1.5em;
	margin-bottom:15px
}
.payment-methods .form-check-input {
	width:10px;
	height:10px;
	margin-top:.25em;
	vertical-align:top;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:1px solid rgba(0,0,0,.25);
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	color-adjust:exact
}
.payment-methods .form-check-input[type=radio] {
	border-radius:50%
}
.payment-methods .form-check-input {
	float:left;
	margin-left:-1.5em;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-top:8px
}
.payment-methods .form-check-input:checked {
	background:#848484;
	border-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
	margin-top:8px
}
.payment-methods .paypal label {
	padding-left:10px;
	padding-right:20px
}
.payment-methods .paypal img {
	padding-right:30px;
	width:108px;
	height:21px
}
.payment-methods .paypal a {
	color:#f96822;
	font-weight:400;
	font-size:1rem;
	border-bottom:1px solid #f96822
}
.payment-form-bottom {
	padding-top:10px
}
.payment-form-bottom input[type=checkbox] {
	height:10px;
	width:10px;
	margin-right:10px;
	margin-left:2px;
	margin-top:4px
}
.payment-form-bottom input[type=checkbox]:checked {
	background:#848484;
	border-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none
}
.payment-form-bottom a {
	color:#f96822;
	font-weight:400;
	font-size:13px
}
.payment-form-bottom label {
	line-height:1.3
}
.place-order-btn button {
	padding:13px 70px;
	font-size:1rem;
	font-weight:700;
	font-family:manrope,sans-serif
}
.login-section {
	}.login-section .container-checkbox {
	display:block;
	position:relative;
	padding-left:35px;
	margin-bottom:12px;
	cursor:pointer;
	font-size:16px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.login-section .container-checkbox input {
	position:absolute;
	opacity:0;
	cursor:pointer
}
.login-section .container-checkbox .checkmark {
	position:absolute;
	top:6px;
	left:0;
	height:12px;
	width:12px;
	background-color:#333
}
.login-section .container-checkbox:hover input~.checkmark {
	background-color:#333
}
.login-section .container-checkbox input:checked~.checkmark {
	background-color:#011E37
}
.login-section .container-checkbox .checkmark:after {
	content:"";
	position:absolute;
	display:none;
	left:4px;
	top:1px;
	width:4px;
	height:8px;
	border:solid #fff;
	border-width:0 1px 1px 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.login-section .container-checkbox input:checked~.checkmark:after {
	display:block
}
.login-btn {
	border-radius:5px;
	padding:12px 20px;
	display:block;
	text-align:center
}
.form-choice-area {
	border-radius:5px;
	border:1px solid #eee;
	padding:20px;
	text-align:center;
	margin-top:14px
}
.form-choice-area p {
	font-size:1rem;
	font-weight:600;
	color:#505050;
	font-family:work sans,sans-serif;
	margin-bottom:16px
}
.form-choice-area .social-btn {
	padding:9px 32px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	word-wrap:break-word
}
.form-choice-area .social-btn:hover {
	background:#222
}
.form-choice-area .social-btn i {
	font-size:14px;
	margin-right:4px;
	margin-top:4px
}

.nav-pills .nav-link {
	width:unset
}
.nav-pills .nav-link.md-nav-btn {
	padding:15px 70px;
	font-weight:600!important
}
.forget-password {
	font-size:16px;
	font-weight:400;
	color:#00152b;
	font-family:manrope,sans-serif;
	position:relative
}
.forget-password::before {
	/* content:"";
	position:absolute;
	bottom:16px;
	left:0;
	width:100%;
	background:#00152b;
	height:1px */
}
.dashboard-area {
	padding:50px 40px;
	border-radius:5px;
	text-align:center
}
@media(max-width:767px) {
	.dashboard-area {
	padding:30px 10px
}
}.dashboard-area .counter-item {
	border:1px solid #eee;
	padding:36px 5px
}
.dashboard-area .counter-item .odometer {
	font-size:45px;
	font-weight:700;
	font-family:manrope,sans-serif;
	color:#848484
}
.dashboard-area .counter-item h5 {
	font-family:work sans,sans-serif;
	font-size:20px;
	color:#505050;
	font-weight:600;
	padding-top:7px
}
.dashboard-title {
	font-size:20px;
	font-weight:800;
	color:#00152b;
	font-family:manrope,sans-serif;
	margin-bottom:40px
}
.profile-title {
	font-size:20px;
	font-weight:600;
	color:#00152b;
	font-family:manrope,sans-serif;
	margin-bottom:25px
}
.profile-area {
	padding:50px 40px;
	border-radius:5px
}
@media(max-width:767px) {
	.profile-area {
	padding:30px 10px
}
}.profile-img {
	width:100px;
	height:100px;
	position:relative
}
.profile-img img {
	width:100%;
	height:100%;
	border-radius:50%
}
.profile-img .img-upload-icon {
	position:absolute;
	right:-3px;
	bottom:4px;
	cursor:pointer
}
.profile-img .img-upload-icon i {
	color:#fff;
	background-color:#f96822;
	height:34px;
	width:34px;
	line-height:34px;
	font-size:16px;
	text-align:center;
	border-radius:50%
}
.profile-btn-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.profile-btn-group .profile-btn {
	padding:8px 36px
}
@media(max-width:576px) {
	.profile-btn-group .profile-btn {
	padding:4px 10px
}
}.submit-btn {
	padding:13px 28px
}
.order-table-area {
	padding:50px 40px;
	border-radius:5px
}
@media(max-width:767px) {
	.order-table-area {
	padding:30px 10px
}
}.order-table-area .eg-table thead tr {
	border-width:0
}
.order-table-area .order-table tr td {
	padding:20px 15px
}
.billing-card .card-title {
	font-weight:600;
	font-size:20px;
	font-family:manrope,sans-serif;
	color:#00152b;
	margin-bottom:16px
}
.billing-card .card-list li {
	margin-bottom:5px
}
.billing-card .card-list li span {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	min-width:100px;
	margin-right:10px
}
.billing-card .edit-icon i {
	width:32px;
	height:32px;
	background:#f96822;
	border-radius:0 5px 0 5px;
	display:inline-block;
	color:#fff;
	text-align:center;
	line-height:32px;
	cursor:pointer;
	font-size:16px
}
.left-widget h5 {
	font-size:20px;
	font-weight:600;
	font-family:manrope,sans-serif;
	color:#00152b;
	margin-bottom:13px
}
.left-widget h4 {
	font-size:25px;
	font-weight:600;
	font-family:manrope,sans-serif;
	color:#00152b;
	margin-bottom:10px
}
.contact-widget {
	padding:20px
}
.contact-left p {
	margin-bottom:20px
}
.contact-left input {
	padding:13px 20px;
	margin-bottom:35px
}
.contact-left textarea {
	padding:20px;
	margin-bottom:40px
}
.contact-left .conact-left-btn {
	padding:13px 50px
}
.error-content {
	margin-top:-7px
}
.error-content h1 {
	font-size:50px;
	font-weight:800;
	font-family:manrope,sans-serif;
	color:#00152b;
	text-transform:capitalize;
	margin-bottom:16px
}
.error-content p {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-7px
}
.error-image {
	max-width:550px;
	width:100%;
	-webkit-animation:bounceImg 2.5s linear infinite;
	animation:bounceImg 2.5s linear infinite
}
@-webkit-keyframes bounceImg {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
25% {
	-webkit-transform:rotate(3deg);
	transform:rotate(3deg)
}
50% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
50% {
	-webkit-transform:rotate(-3deg);
	transform:rotate(-3deg)
}
100% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
}@keyframes bounceImg {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
25% {
	-webkit-transform:rotate(3deg);
	transform:rotate(3deg)
}
50% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
50% {
	-webkit-transform:rotate(-3deg);
	transform:rotate(-3deg)
}
100% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
}.error-btn {
	padding:13px 35px;
	margin-top:50px
}
.error-btn img {
	margin-top:-5px;
	margin-right:3px
}
.login-box {
    margin-top: 20vh;
  	text-align:center;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px #1d2030;
    box-shadow: 0px 3px 6px #1d2030;
}

.log_sub {
    width: 100%;
    padding: 10px 0;
}

.eyes i {
    position: absolute;
    top: 17px;
    right: 22px;
}

.login-logo {
    width: 100%;
    max-width:300px;
    margin-bottom: 40px;
}
.form-wrap input, .form-wrap select{
	    border: 1px solid #dedede;
}