/*
Template Name: eTrans eCommerce
Author: codervent
Email: codervent@gmail.com
File: app.css
*/

/* 

  - General
  - Header
  - Menu
  - Product Effect
  - Blog
  - owl carasoul
  - Responsive
  - Order Tracking
  - Page Wrapper
  - Back to Top Button
  - Breadcrumb
  - Extra CSS
  - Utilities
  - Chip
  - Invoice
  - Nav Tabs
  - Pagination
  - Background Colors
  - Authentication
  - Buttons
  - Dropdown
  - Theme Switcher
  - Responsive

*/

/* General */
@media (max-width: 575.98px) {
    .py-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .page-breadcrumb {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumb-title {
        font-size: 1.25rem;
    }

    .ms-auto {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .search-bar {
        flex: 1;
    }

    .wishlist-icon, .cart-icon {
        margin-left: 0.5rem;
    }
    
    .breadcrumb {
        font-size: 0.875rem;
    }

    .wishlist-icon, .cart-icon {
        font-size: 1.25rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .py-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .page-breadcrumb {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .breadcrumb-title {
        font-size: 1.5rem;
    }

    .ms-auto {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: auto;
    }

    .search-bar {
        width: 50%;
    }

    .wishlist-icon, .cart-icon {
        font-size: 1.5rem;
    }

    .breadcrumb {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .py-3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .page-breadcrumb {
        justify-content: flex-start;
    }

    .breadcrumb-title {
        font-size: 1.75rem;
    }

    .ms-auto {
        display: flex;
        justify-content: space-between;
        width: auto;
    }

    .search-bar {
        width: 250px;
    }

    

    .breadcrumb {
        font-size: 1.125rem;
    }
}


body {
	font-size: 14px;
	letter-spacing: .5px;
	font-family: Roboto, sans-serif;
}
input::placeholder {
	color: #fff!important;
	opacity: .3!important
}
a {
	text-decoration: none
}
.wrapper {
	width: 100%;
	position: relative
}
/* Header */

.header-wrapper .top-menu .nav-link {
	font-size: 88%;
}
.header-wrapper .top-menu .social-link .nav-link {
	font-size: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(255 255 255 / 0%);
	border: 1px solid rgb(255 255 255 / 0%);
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	margin: 0 3px;
}
.header-wrapper .top-menu .social-link .nav-link:hover {
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 15%);
}
.logo-icon {
	width: 110px
}
.top-cart-icons ul.navbar-nav .nav-item a.cart-link {
	font-size: 30px;
}
.blog-sharing a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgb(255 255 255 / 12%);
	border: 1px solid rgb(255 255 255 / 20%);
	color: #fff;
	font-size: 24px;
}
.blog-sharing a:hover {
	background-color: rgb(255 255 255 / 20%);
	color: #fff;
}
/* Menu */

.primary-menu .navbar .nav-link {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
}
.primary-menu .large-menu-title {
	text-transform: uppercase;
	font-size: 16px;
}
.primary-menu .dropdown-large-menu ul {
	padding: 0;
	margin: 0;
}
.primary-menu .navbar .dropdown-large-menu ul li {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: rgb(255 255 255 / 85%);
	padding: 7px 0 7px 0;
	list-style: none;
}
.primary-menu .navbar ul li a.dropdown-item {
	color: rgb(255 255 255 / 85%);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
body.offcanvas-active {
	overflow: hidden;
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	width: 0%;
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}
@media all and (max-width:992px) {
	.primary-menu .navbar {
		background-color: #212529;
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility .2s ease-in-out, transform .2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
	.screen-overlay.show {
		transition: opacity .5s ease, width 0s;
		opacity: 1;
		width: 100%;
		visibility: visible;
	}
}
.primary-menu .navbar .dropdown-large-menu {
	padding: 1rem;
}
@media all and (min-width: 992px) {
	.primary-menu .navbar .dropdown-large-menu {
		min-width: 630px;
	}
	.primary-menu .navbar .nav-item .dropdown-menu {
		display: none;
	}
	.primary-menu .navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	.primary-menu .navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
	.primary-menu .navbar .dropdown-menu .dropdown-toggle:after {
		border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
		border-left: .3em solid;
	}
	.primary-menu .navbar .dropdown-menu li {
		position: relative;
	}
	.primary-menu .navbar .nav-item .submenu.dropdown-menu {
		display: none;
		position: absolute;
		left: 100%;
		top: 0px;
	}
	.primary-menu .navbar .dropdown-menu>li:hover>.submenu.dropdown-menu {
		display: block;
	}
}
/* Product Effect */

.product-grid .card.product-card {
	background-color: rgb(0 0 0 / 0%);
	box-shadow: none;
	border-radius: 0%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.product-grid .product-card .product-action, .product-grid .product-card .product-compare {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.product-grid .product-card:hover .product-action, .product-card:hover .product-compare {
	visibility: visible;
	opacity: 1;
}
@media (min-width: 992px) {
	.product-grid .card.product-card {
		margin-bottom: 0;
	}
	.product-grid .card.product-card:hover {
		background-color: rgb(0 0 0 / 20%);
		-webkit-box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 12%);
		box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 12%);
	}
}
.color-indigator-item {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #e6e0e0;
	border-radius: 0%;
	cursor: pointer
}
.product-wishlist {
	width: 2.2rem;
	height: 2.2rem;
	font-size: 20px;
	background-color: rgb(255 255 255 / 15%);
	color: rgba(255, 255, 255, 0.70);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}
.product-compare, .product-catergory {
	color: rgba(255, 255, 255, 0.70)
}
.product-compare:hover, .product-wishlist:hover, .product-catergory:hover {
	color: rgba(255, 255, 255, 1)
}
.product-sharing .list-inline-item a {
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: rgb(255 255 255 / 12%);
	border: 2px solid rgb(255 255 255 / 15%);
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .2s;
}
.product-sharing .list-inline-item a:hover {
	background-color: rgb(255 255 255 / 1);
	color: rgb(0, 0, 0);
}
/* Blog */

.news-date {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 3.0rem;
	padding: .6rem .6rem;
	color: #fff;
	background: rgb(255 255 255 / 8%);
	text-align: center;
	text-transform: uppercase;
}
.date-number {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.date-month {
	display: block;
	font-size: 12px;
	line-height: 1;
	opacity: .7;
}
.tags-box .tag-link {
	padding: .3rem;
	background-color: rgb(255 255 255 / 12%);
	border: 1px solid rgb(255 255 255 / 15%);
	color: rgb(255 255 255 / 75%);
	font-size: 13px;
	margin: 4px;
	display: inline-block;
}
.tags-box .tag-link:hover {
	color: #fff;
	border: 1px solid rgb(255 255 255 / 45%);
}
.payment-icon img {
	width: auto;
	height: 38px;
	background-color: rgb(255 255 255 / 12%);
	padding: 8px;
	border-radius: 4px;
	border: 1px solid rgb(255 255 255 / 15%);
}
/* owl carasoul */

.owl-thumbs .owl-thumb-item {
	width: 80px;
	height: 80px;
	margin: 0 4px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item:focus {
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item img {
	width: 100%;
}
ul.categories-list li {
	font-size: 14px;
	margin-bottom: 8px;
}
.color-indigator {
	width: 25px;
	height: 25px;
	background-color: rgb(255 255 255 / 12%);
}
.page-link>i {
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px;
}
.btn-mobile-filter {
	width: 45px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #262323;
	background-color: #ffffff;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 55%;
	z-index: 5;
}
/* Responsive */

@media screen and (max-width: 1200px) {
	.filter-sidebar {
		width: 300px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: scroll;
		background-color: #212529;
		z-index: 5;
	}
}
/* Order Tracking */

.steps {
	display: flex;
	width: 100%;
}
.steps-light .step-item {
	color: rgba(255, 255, 255, 0.55);
}
.step-item {
	flex-basis: 0;
	flex-grow: 1;
	transition: color 0.25s ease-in-out;
	text-align: center;
	text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
	color: #2b2929;
	background-color: #ffffff;
}
.step-item:first-child .step-progress {
	border-radius: .125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
	color: #fff;
	background-color: #30384a;
}
.step-progress {
	position: relative;
	width: 100%;
	height: .25rem;
}
.step-count {
	position: absolute;
	top: -.75rem;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	margin-left: -.8125rem;
	border-radius: 50%;
	font-size: .875rem;
	line-height: 1.625rem;
}
.step-label {
	padding-top: 1.5625rem;
}
.step-label>i {
	margin-top: -.25rem;
	margin-right: .425rem;
	font-size: 1.5em;
	vertical-align: middle;
}
.steps-light .step-item.active.current {
	color: #fff;
}
/* Page Wrapper */

.page-wrapper {
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0px
}
.page-content {
	padding: 0
}
.page-footer {
	background: rgb(0 0 0 / 20%);
	position: absolute;
	left: 0px;
	right: 0;
	text-align: center;
	padding: 7px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid rgb(255 255 255 / 15%);
	z-index: 3
}
/* Back to Top Button */

.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	position: fixed;
	border-radius: 10px;
	bottom: 20px;
	right: 12px;
	background-color: rgb(255 255 255 / 25%);
	z-index: 5
}
.back-to-top:hover {
	color: #fff;
	background-color: #000;
	transition: all .5s
}
/* Breadcrumb */

.breadcrumb-title {
	font-size: 24px;
	border-right: 1.5px solid rgb(255 255 255 / 34%);
	color: #fff;
}
.page-breadcrumb .breadcrumb li.breadcrumb-item {
	font-size: 16px
}
.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #ffffff;
	font-family: LineIcons;
	content: "\ea5c"
}
/* Extra CSS */

.icon-badge {
	width: 45px;
	height: 45px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}
.widgets-icons {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	font-size: 26px;
	border-radius: 10px
}
/* Utilities */

.right-15 {
	right: 15px!important
}
.font-12 {
	font-size: 12px
}
.font-13 {
	font-size: 13px
}
.font-14 {
	font-size: 14px
}
.font-18 {
	font-size: 18px
}
.font-20 {
	font-size: 20px
}
.font-22 {
	font-size: 22px
}
.font-24 {
	font-size: 24px
}
.font-30 {
	font-size: 30px
}
.font-35 {
	font-size: 35px
}
.font-50 {
	font-size: 50px
}
.font-60 {
	font-size: 60px
}
.fw-500 {
	font-weight: 500
}
.radius-30 {
	border-radius: 30px
}
.radius-10 {
	border-radius: 10px
}
.radius-15 {
	border-radius: 15px
}
.row.row-group>div {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.row.row-group>div:last-child {
	border-right: none;
}
.cursor-pointer {
	cursor: pointer
}
/* Chip */

.chip {
	display: inline-block;
	height: 32px;
	padding: 0 12px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: rgba(0, 0, 0, .7);
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 16px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow: none
}
.chip img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 -12px;
	border-radius: 50%
}
.chip .closebtn {
	padding-left: 10px;
	font-weight: 700;
	float: right;
	font-size: 16px;
	cursor: pointer
}
.chip.chip-md {
	height: 42px;
	line-height: 42px;
	border-radius: 21px
}
.chip.chip-md img {
	height: 42px;
	width: 42px
}
/* Invoice */

#invoice {
	padding: 0
}
.invoice {
	position: relative;
	background-color: rgb(255 255 255 / 12%);
	min-height: 680px;
	padding: 15px
}
.invoice header {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.invoice .company-details {
	text-align: right
}
.invoice .company-details .name {
	margin-top: 0;
	margin-bottom: 0
}
.invoice .contacts {
	margin-bottom: 20px
}
.invoice .invoice-to {
	text-align: left
}
.invoice .invoice-to .to {
	margin-top: 0;
	margin-bottom: 0
}
.invoice .invoice-details {
	text-align: right
}
.invoice .invoice-details .invoice-id {
	margin-top: 0;
	color: #ffffff
}
.invoice main {
	padding-bottom: 50px
}
.invoice main .thanks {
	margin-top: -100px;
	font-size: 2em;
	margin-bottom: 50px
}
.invoice main .notices {
	padding-left: 6px;
	border-left: 6px solid #ffffff;
	background: rgb(255 255 255 / 15%);
	padding: 10px;
	color: #fff;
}
.invoice main .notices .notice {
	font-size: 1.2em
}
.invoice table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px
}
.invoice table td, .invoice table th {
	padding: 15px;
	background: rgb(0 0 0 / 15%);
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.invoice table th {
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px
}
.invoice table td h3 {
	margin: 0;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.2em
}
.invoice table .qty, .invoice table .total, .invoice table .unit {
	text-align: right;
	font-size: 1.2em
}
.invoice table .no {
	color: #fff;
	font-size: 1.6em;
	background: rgb(255 255 255 / 15%);
}
.invoice table .unit {
	background: rgb(255 255 255 / 15%);
}
.invoice table .total {
	background: rgb(255 255 255 / 15%);
	color: #fff
}
.invoice table tbody tr:last-child td {
	border: none
}
.invoice table tfoot td {
	background: 0 0;
	border-bottom: none;
	white-space: nowrap;
	text-align: right;
	padding: 10px 20px;
	font-size: 1.2em;
	border-top: 1px solid #aaa
}
.invoice table tfoot tr:first-child td {
	border-top: none
}
.invoice table tfoot tr:last-child td {
	color: #ffffff;
	font-size: 1.4em;
	border-top: 1px solid rgb(255 255 255 / 15%);
}
.invoice table tfoot tr td:first-child {
	border: none
}
.invoice footer {
	width: 100%;
	text-align: center;
	color: #fff;
	border-top: 1px solid rgb(255 255 255 / 15%);
	padding: 8px 0
}
@media print {
	.invoice {
		font-size: 11px!important;
		overflow: hidden!important
	}
	.invoice footer {
		position: absolute;
		bottom: 10px;
		page-break-after: always
	}
	.invoice>div:last-child {
		page-break-before: always
	}
}
.main-row {
	height: 100vh
}
.main-col {
	max-width: 500px;
	min-height: 300px
}
.todo-done {
	text-decoration: line-through
}
/* Nav Tabs */

.nav-primary.nav-tabs .nav-link.active {
	color: #0d6efd;
	border-color: #0d6efd #0d6efd #fff
}
.nav-danger.nav-tabs .nav-link.active {
	color: #f41127;
	border-color: #f41127 #f41127 #fff
}
.nav-success.nav-tabs .nav-link.active {
	color: #17a00e;
	border-color: #17a00e #17a00e #fff
}
.nav-warning.nav-tabs .nav-link.active {
	color: #ffc107;
	border-color: #ffc107 #ffc107 #fff
}
.nav-pills-danger.nav-pills .nav-link.active {
	color: #fff;
	background-color: #f41127
}
.nav-pills-success.nav-pills .nav-link.active {
	color: #fff;
	background-color: #17a00e
}
.nav-pills-warning.nav-pills .nav-link.active {
	color: #000;
	background-color: #ffc107
}
.nav-search input.form-control {
	background-color: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 45%);
	color: #fff
}
.nav-search button[type=submit] {
	background-color: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 32%);
	color: #fff
}
.nav-search input.form-control::placeholder {
	opacity: .5!important;
	color: #fff!important
}
.nav-search input.form-control::-ms-input-placeholder {
	color: #fff!important
}
/* Pagination */

.round-pagination.pagination .page-item:first-child .page-link {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px
}
.round-pagination.pagination .page-item:last-child .page-link {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}
/* Background Colors */

.bg-light-primary {
	background-color: rgb(13 110 253 / .11)!important
}
.bg-light-success {
	background-color: rgb(23 160 14 / .11)!important
}
.bg-light-danger {
	background-color: rgb(244 17 39 / .11)!important
}
.bg-light-warning {
	background-color: rgb(255 193 7 / .11)!important
}
.bg-light-info {
	background-color: rgb(13 202 240 / 18%)!important
}
.bg-light-white-2 {
	background-color: rgba(255, 255, 255, 0.70)!important
}
.bg-light-white-3 {
	background-color: rgba(255, 255, 255, 0.55)!important
}
.bg-light-white-4 {
	background-color: rgba(255, 255, 255, 0.25)!important
}
.bg-black {
	background-color: #000!important;
}
/* .bg-dark-1 {
	background-color: rgb(0 0 0 / 15%)!important;
} */
.bg-dark-2 {
	background-color: rgb(0 0 0 / 35%)!important;
}
.bg-dark-3 {
	background-color: rgb(0 0 0 / 65%)!important;
}
.bg-dark-4 {
	background-color: rgb(0 0 0 / 85%)!important;
}
.bg-gradient-cosmic {
	background: linear-gradient(to right, #8e2de2, #4a00e0)!important
}
.bg-gradient-burning {
	background: linear-gradient(to right, #ff416c, #ff4b2b)!important
}
.bg-gradient-lush {
	background: linear-gradient(to right, #56ab2f, #a8e063)!important
}
.bg-gradient-kyoto {
	background: linear-gradient(to right, #f7971e, #ffd200)!important
}
.bg-gradient-blues {
	background: linear-gradient(to right, #56ccf2, #2f80ed)!important
}
.bg-gradient-moonlit {
	background: linear-gradient(to right, #0f2027, #203a43, #2c5364)!important
}
.split-bg-primary {
	background-color: #0c62e0;
	border-color: #0c62e0
}
.split-bg-secondary {
	background-color: #515a62;
	border-color: #515a62
}
.split-bg-success {
	background-color: #128e0a;
	border-color: #128e0a
}
.split-bg-info {
	background-color: #0bb2d3;
	border-color: #0bb2d3
}
.split-bg-warning {
	background-color: #e4ad07;
	border-color: #e4ad07
}
.split-bg-danger {
	background-color: #e20e22;
	border-color: #e20e22
}
.bg-facebook {
	background-color: #3b5998!important
}
.bg-twitter {
	background-color: #55acee!important
}
.bg-google {
	background-color: #e52d27!important
}
.bg-linkedin {
	background-color: #0976b4!important
}
/* Authentication */

.section-authentication-signin {
	height: 100vh
}
.authentication-forgot {
	height: 100vh;
	padding: 0 1rem
}
.authentication-reset-password {
	height: 100vh;
	padding: 0 1rem
}
.authentication-lock-screen {
	height: 100vh;
	padding: 0 1rem
}
.error-404 {
	height: 100vh;
	padding: 0 1rem
}
.error-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.bg-login {
	background-image: url(../images/login-images/bg-login-img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.bg-forgot {
	background-image: url(../images/login-images/bg-forgot-password.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.bg-lock-screen {
	background-image: url(../images/login-images/bg-lock-screen.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.login-separater span {
	position: relative;
	top: 26px;
	margin-top: -10px;
	background: rgb(0 0 0 / 34%);
	padding: 5px;
	font-size: 12px;
	color: #ffffff;
	z-index: 1;
	border-radius: 4px;
}
/* Buttons */

.btn i {
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px
}
.btn-ecomm {
	padding: .675rem .85rem;
	font-size: 12px;
	font-weight: 500;
	border-radius: 0;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-facebook {
	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, .14), 0 3px 1px -2px rgba(59, 89, 152, .2), 0 1px 5px 0 rgba(59, 89, 152, .12);
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}
.btn-facebook:hover {
	color: #fff
}
.btn-white {
	background-color: #fff;
	border-color: #e7eaf3
}
/* Card */

.card-group {
	margin-bottom: 1.5rem
}
/* Dropdown */

.dropdown-toggle-nocaret:after {
	display: none
}
.alert-count {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	background: #282424;
}
.dropdown-large {
	position: relative
}
.dropdown-large .dropdown-menu {
	width: 340px;
	border: 0;
	padding: 0 0;
	margin: 0 0 0;
	border-radius: 0px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.header-content .top-cart-icons .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #1e1e1e;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #767676;
	border-left: 1px solid #767676
}
.topbar .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #1e1e1e;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #767676;
	border-left: 1px solid #767676
}
.dropdown-large .cart-header {
	padding: 1rem 1rem;
	border-bottom: 1px solid rgb(237 237 237 / 20%);
	background-clip: border-box;
	background: #1e1e1e;
	text-align: left;
	display: flex;
	align-items: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.dropdown-large .cart-header {
	font-size: 14px;
	color: rgb(255 255 255 / 85%);
	margin-bottom: 0;
	font-weight: 500;
}
.dropdown-large .cart-footer {
	padding: 1rem 1rem;
	color: rgb(255 255 255 / 85%);
	border-top: 1px solid rgb(255 255 255 / 15%);
	background-clip: border-box;
	background: 0 0;
	font-size: 14px;
	font-weight: 500;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.dropdown-large .user-online {
	position: relative
}
.dropdown-large .cart-product-title {
	font-size: 14px;
	margin-bottom: 8px;
	color: rgb(255 255 255);
}
.dropdown-large .cart-product-price {
	font-size: 13px;
	margin-bottom: 0;
	color: rgb(255 255 255 / 50%);
}
.dropdown-large .cart-product {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 0;
	border: 1px solid rgb(255 255 255 / 15%);
	padding: 0px;
	background-color: rgb(255 255 255 / 8%);
}
.dropdown-large .cart-product img {
	width: 100%;
}
.dropdown-large .cart-product-cancel {
	right: -7px;
	top: -5px;
	font-size: 16px;
	background-color: rgb(255 255 255 / 30%);
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.dropdown-large .cart-time {
	font-size: 12px;
	margin-bottom: 0;
	color: rgb(255 255 255 / 50%);
}
.dropdown-large .user-online:after {
	content: '';
	position: absolute;
	bottom: 1px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}
.dropdown-large .dropdown-menu .dropdown-item {
	padding: .5rem 1.3rem;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.cart-list {
	position: relative;
	height: 224px
}
.header-notifications-list {
	position: relative;
	height: 360px
}
.dropdown-large .notify {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	margin-right: 15px
}
.app-box {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 26px;
	justify-content: center;
	cursor: pointer;
	border-radius: 10px;
	color: #fff;
	background-color: rgb(255 255 255 / 15%)
}
.app-title {
	font-size: 14px
}
.user-box .dropdown-menu i {
	vertical-align: middle;
	margin-right: 10px
}
.dropdown-menu {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border: 0 solid #e9ecef;
	font-size: 14px;
	margin: 8px 0 0;
	border-radius: 0px;
}
.header-content .top-cart-icons .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.mobile-toggle-menu {
	font-size: 26px;
	color: #fff;
	cursor: pointer
}
/* Theme Switcher */

.switcher-wrapper {
	width: 280px;
	height: 100%;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 1030;
	background: #111314;
	border-left: 0 solid #d2d2d2;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	transition: all .2s ease-out
}
.switcher-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: rgb(255 255 255 / 15%);
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 40%;
	right: 100%;
	cursor: pointer
}
.switcher-wrapper.switcher-toggled {
	right: 0
}
.switcher-body {
	padding: 1.25rem
}
.switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 20px;
}
.switcher li {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 15px 15px 0px;
	border-radius: 10px;
	border: 0px solid black;
}
.bg-theme {
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	transition: background .2s;
}
#theme1 {
	background-image: url(../images/bg-themes/1.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme2 {
	background-image: url(../images/bg-themes/2.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme3 {
	background-image: url(../images/bg-themes/3.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme4 {
	background-image: url(../images/bg-themes/4.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme5 {
	background-image: url(../images/bg-themes/5.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme6 {
	background-image: url(../images/bg-themes/6.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme7 {
	background-image: linear-gradient(45deg, #0c675e, #069e90);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme8 {
	background-image: linear-gradient( 567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme9 {
	background-image: linear-gradient(45deg, #29323c, #485563);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme10 {
	background-image: linear-gradient(45deg, #795548, #945c48);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme11 {
	background-image: linear-gradient(45deg, #1565C0, #1E88E5);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme12 {
	background-image: linear-gradient(45deg, #65379b, #886aea);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme13 {
	background-image: linear-gradient(180deg, #ff5447, #f1076f);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme14 {
	background-image: linear-gradient(180deg, #08a50e, #69bb03);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme15 {
	background-image: linear-gradient(45deg, #6a11cb, #2575fc);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
body.bg-theme1 {
	background-image: url(../images/bg-themes/1.png);
}
body.bg-theme2 {
	background-image: url(../images/bg-themes/2.png);
}
body.bg-theme3 {
	background-image: url(../images/bg-themes/3.png);
}
body.bg-theme4 {
	background-image: url(../images/bg-themes/4.png);
}
body.bg-theme5 {
	background-image: url(../images/bg-themes/5.png);
}
body.bg-theme6 {
	background-image: url(../images/bg-themes/6.png);
}
body.bg-theme7 {
	background-image: linear-gradient(45deg, #0c675e, #069e90);
}
body.bg-theme8 {
	background-image: linear-gradient( 567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
}
body.bg-theme9 {
	background-image: linear-gradient(45deg, #29323c, #485563);
}
body.bg-theme10 {
	background-image: linear-gradient(45deg, #795548, #945c48);
}
body.bg-theme11 {
	background-image: linear-gradient(45deg, #1565C0, #1E88E5);
}
body.bg-theme12 {
	background-image: linear-gradient(45deg, #65379b, #886aea);
}
body.bg-theme13 {
	background-image: linear-gradient(180deg, #ff5447, #f1076f);
}
body.bg-theme14 {
	background-image: linear-gradient(180deg, #08a50e, #69bb03);
}
body.bg-theme15 {
	background-image: linear-gradient(45deg, #6a11cb, #2575fc);
}


/* Responsive */

@media screen and (max-width: 1280px) {
	/* .page-wrapper {
		 margin-top: 60px;
	} */
}
@media only screen and (max-width: 1199px) {
	.row.row-group>div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.row.row-group>div:last-child {
		border-right: none;
		border-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.top-cart-icons ul.navbar-nav .nav-item a.cart-link {
		font-size: 26px;
	}
	.page-wrapper {
		margin-left: 0
	}
	.page-footer {
		left: 0
	}
	.search-bar {
		display: none
	}
	.error-404 {
		height: auto;
		padding: 6rem 1rem
	}
}
@media screen and (max-width: 991px) {
	.section-authentication-signin {
		height: 100%;
		margin-top: 6rem;
		margin-bottom: 2rem
	}
	.authentication-reset-password {
		height: auto;
		padding: 2rem 1rem
	}
	.authentication-lock-screen {
		height: auto;
		padding: 2rem 1rem
	}
}
/* Contra Creative Agency Business HTML-5 Template */

@media only screen and (max-width: 1400px){

	.journel-two .journel-block_one{
		width:25%;
	}


}

@media only screen and (max-width: 1321px){

	.main-header .main-menu .navigation > li > a{
		font-size: 13px;
	} 
	
	.journel-detail_image{
		padding-right:0px;
	}

}

@media only screen and (max-width: 1240px){

	.banner-one_text-two{
		font-size:20px;
		line-height:30px;
		padding-right:50px;
	}
	
	.banner-one_text{
		font-size:20px;
		line-height:30px;
		padding-right:50px;
	}
	
	.journel-one .journel-block_one {
		width: 25%;
	}
	
	.counter-block_one-inner{
		padding:30px 30px;
	}
	
	.stats-one_contact-inner{
		padding:22px 15px;
	}
	
	.stats-one_contact-content .text{
		font-size:18px;
	}
	
	.counter-block_one-counter{
		font-size:60px;
	}
	
}

@media only screen and (max-width: 1140px){
	
	h1 {
		line-height: 120px;
		font-size: 80px;
	}
	
	.journel-one .journel-block_one {
		width: 33.333%;
	}
	
	.stats-one_contact-content .text {
		font-size: 16px;
	}
	
	.journel-two .journel-block_one{
		width:33.333%;
	}

}
	
@media only screen and (max-width: 1023px){
	
	.main-header .main-box .logo-box {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0px;
		text-align:left;
	}
	
	.main-header .outer-box{
		position: static;
		display:block;
	}

	.main-header{
		position:fixed; 
	
	}

	.main-header img
	{
		margin-left: 10px;
		max-width: 30%;
	}
	
	.main-header .mobile-nav-toggler{
		display:block;
		margin-left: 20px;
	}
	
	.main-header .sticky-header .mobile-nav-toggler{
		display:block;
	}
	
	.main-header .nav-outer,
	.main-header .sticky-header .main-menu{
		display:none;
	}
	
	.main-header #navbarSupportedContent{
		display:block;
	}
	
	.main-header .mCSB_inside > .mCSB_container{
		margin-right:0px;
	}

	.main-header .outer-box{
		margin-left: 0px;
	}
	
	.main-header .main-menu{
		display: none;
	}

}

@media only screen and (max-width: 991px){

	.banner-one{
		padding-top:100px;
	}
	
	h3 {
		line-height: 36px;
		font-size: 20px;
	}
	
	.service-block_one-inner {
		padding: 20px 30px;
	}
	
	.journel-one .journel-block_one {
		width: 50%;
	}
	
	.awards-block_one-title{
		font-size:26px;
	}
	
	.main-footer h2{
		font-size:40px;
		line-height:50px;
	}

	.page-title{
		font-size:45px;
		padding-top: 16px;
    	padding-bottom: 13px;
	}
	
	.team-block_one-image{
		position:relative;
		right:0px;
		margin-top:20px;
	}
	
	.team-block_one-inner{
		padding-bottom:0px;
		text-align:center;
		padding-left:0px;
	}
	
	.team-block_one-socials{
		margin-top:30px;
	}
	
	.team-block_one-inner::before{
		top:0px;
	}
	
	.journel-two .journel-block_one{
		width:50%;
	}
	
	.single-work .column:nth-child(2),
	.journel-detail .column:nth-child(2){
		order:1;
	}
	
	.single-work .column:nth-child(1),
	.journel-detail .column:nth-child(1){
		order:2;
	}
	
	.single-work,
	.journel-detail{
		padding-top:100px;
	}
	.stats-one b
	{
		font-size: 15px;
	}
	.stats-one span
	{
		font-size: 12px;
		font-weight: 900;
	}


}
@media only screen and (max-width: 1321px)
{
	.main-header .main-menu .navigation > li{
		position:relative;
		margin-right:25px;
		padding-left:5px;
		display:inline-block;
		transition:all 500ms ease;
		-moz-transition:all 500ms ease;
		-webkit-transition:all 500ms ease;
		-ms-transition:all 500ms ease;
		-o-transition:all 500ms ease;
	}
}

@media only screen and (max-width: 820px){

	.banner-one .down-box{
		display:none;
	}
	
}


@media only screen and (max-width: 767px){
	
	.main-header .sticky-header .outer-box{
		display:block;
		right: 0px;
		left: auto;
		top:0px;
	}

	.main-header .main-menu{
		width:100%;
		display:none;
	}
	
	.main-header .main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-header .main-menu .navigation > li > ul:before{
		display:none !important;	
	}
	
	.main-header .main-box .logo-box{
		float:none;
		text-align:center;
		padding-bottom:0px;
	}

	.main-header .header-lower .outer-box{
		position:relative;
		z-index:12;
		display:block;
	}
	
	.main-header .main-menu .navbar-header .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: none;
		border: 1px solid #ffffff;
	}
	
	.main-header .main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}
	
	.main-header .nav-outer .mobile-nav-toggler{
		display: block;
	}
	
	.main-header #navbarSupportedContent{
		display:block;
	}
	
	.main-header .mCSB_inside > .mCSB_container{
		margin-right:0px;
	}
	
	h1 {
		line-height: 80px;
		font-size: 80px;
	}
	
	.banner-one_text{
		padding-right:0px;
		margin-bottom:30px;
	}
	
	.counter-block_one-counter {
		font-size: 40px;
	}
	
	.stats-one_contact-inner {
		padding: 10px 10px;
	}
	
	.stats-one_contact-content{
		padding:20px 20px;
	}
	
	.awards-block_one-arrow,
	.stats-one_contact-icon{
		display:none;
	}
	
	.footer-bottom{
		padding:15px 0px;
	}
	
	.go-top_top,
	.footer_copyright{
		font-size:16px;
	}
	
	.page-title_heading{
		font-size:40px;
		line-height:80px;
	}
	
	.team-one .title-box h2{
		font-size:26px;
		line-height:36px;
	}
	
	.stats-one.style-two{
		padding-top:60px;
	}
	
	.journel-detail_title{
		font-size:40px;
		line-height:50px;
	}
	
	.journel-detail p{
		font-size:16px;
		line-height:26px;
	}
	
}

@media only screen and (max-width: 599px){

	.banner-one_text-two,
	.banner-one_text{
		padding-right: 0px;
	}

	.banner-one_text-two br,
	.banner-one_text br{
		display:none;
	}
	
	.journel-one .journel-block_one {
		width: 100%;
	}
	
	.stats-one .stats-one_contact-column,
	.stats-one .counter-block_one{
		width:100%;
	}
	
	.counter-block_one-inner{
		border-right:0px;
	}
	
	.awards-block_one-content{
		font-size: 25px;
		padding:0px 0px;
	}
	
	.awards-block_one-number{
		position:relative;
		margin-bottom:20px;
	}
	
	.go-top_top{
		margin-top:15px;
	}
	
	.journel-two .journel-block_one{
		width:100%;
	}
	
	.contact-one_heading{
		font-size:30px;
		line-height:40px;
	}
	
	

}

@media only screen and (max-width: 479px) {
	
	h1 {
		line-height: 40px;
		font-size: 40px;
	}
	
	.single-work_title,
	h2 {
		line-height: 38px;
		font-size: 28px;
	}
	
	.service-block_one-heading a br{
		display:none;
	}
	
	.gallery-block_one-content {
		padding: 15px 15px;
	}
	
	.service-block_one-inner {
		padding: 20px 20px;
	}
	
	.single-work_list li span,
	.single-work p,
	.banner-one_text-two,
	.banner-one_text {
		font-size: 16px;
		line-height: 26px;
	}
	
	.testimonial-block_one-content {
		padding: 15px 15px;
	}
	
	.contact-one_heading{
		font-size:20px;
		line-height:30px;
	}
	
	.counter-block_one-text{
		font-size:16px;
	}
	
	.main-footer h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.page-title_heading {
		font-size: 30px;
		line-height: 60px;
		margin-top: 25px;
	}
	
	.team-one .title-box h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.journel-detail_title{
		font-size:24px;
		line-height:34px;
	}
	
	.contact-one_list li{
		font-size:18px;
		line-height:28px;
	}

}

@media (max-width: 767px) {
    .single-work .column.col-lg-6:nth-child(3) {
        margin-left: 0;
    }
    input[type="number"], select {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*
=================================
Gallery Block only for fdm
=================================
*/
@media only screen and (max-width: 1167px)
{
	.gallery-block_two-heading{
		font-size: 20px;
	}
}
@media only screen and (max-width: 990px)
{
	.gallery-block_two-heading{
		font-size: 25px;
	}
}


/*
==================================================
	Industries that use 3d print tech for medical and healthcare industry
==================================================
*/

@media only screen and (max-width: 1265px)
{
	.testimonial-block_two-name{
		font-size: 18px;
	}
}


/*
===============================================
		Img responsive
===============================================
*/

/* Adjustments for medium screens */
@media only screen and (max-width: 991px) {
    .single-work {
        padding: 40px 20px; /* Reduced padding for medium screens */
    }

    .single-work_image img {
        width: 100%; /* Ensure image takes full width */
    }
}

/* Adjustments for small screens */
@media only screen and (max-width: 479px) {
    .single-work {
        padding: 30px 15px; /* Further reduced padding for small screens */
    }

    .single-work_image img {
        width: 100%; /* Ensure image takes full width */
    }
}



/*
=====================================================
		Awards ONE (INDEX FAQ)
=====================================================
*/

@media only screen and  (max-width: 768px) 
{
	.awards-block_one
	{
		font-size: 15px;

	}
	.awards-block_one-title
	{
		font-size: 15px;
	}
}


/*
=====================================================
=====================================================
*/

/* Responsive adjustments */
@media only screen and (max-width: 991px) {
    .counter-block_one-inner {
        padding: 20px 30px; /* Adjusted padding for medium screens */
        font-size: 60px; /* Adjusted font size */
    }

    .stats-one_contact-content {
        padding: 15px 20px 15px 60px; /* Adjusted padding for medium screens */
    }
}

@media only screen and (max-width: 767px) {
    .counter-block_one-inner {
        padding: 15px 20px; /* Adjusted padding for small screens */
        font-size: 50px; /* Adjusted font size */
    }

    .stats-one_contact-column {
        width: 100%; /* Ensure columns stack vertically */
        float: none; /* Clear float */
    }

    .stats-one_contact-content {
        padding: 10px 15px 10px 50px; /* Adjusted padding for small screens */
    }

    .stats-one_contact-icon {
        left: 20px; /* Adjusted position for small screens */
        top: 30px; /* Adjusted position for small screens */
    }

    .stats-one_contact-content h3 {
        font-size: 24px; /* Adjusted font size */
    }

    .stats-one_contact-content .text {
        font-size: 16px; /* Adjusted font size */
    }
}

@media only screen and (max-width: 479px) {
    .counter-block_one-inner {
        padding: 10px 15px; /* Adjusted padding for extra small screens */
        font-size: 40px; /* Adjusted font size */
    }

    .stats-one_contact-content {
        padding: 8px 10px 8px 40px; /* Adjusted padding for extra small screens */
    }

    .stats-one_contact-icon {
        left: 15px; /* Adjusted position for extra small screens */
        top: 25px; /* Adjusted position for extra small screens */
    }

    .stats-one_contact-content h3 {
        font-size: 20px; /* Adjusted font size */
    }

    .stats-one_contact-content .text {
        font-size: 14px; /* Adjusted font size */
    }
}


/* 
=======================================
		Table Responsive
=======================================
 */

 @media (max-width: 768px) {
    table {
        font-size: 14px; /* Reduce font size */
    }

    th, td {
        padding: 8px; /* Adjust padding */
    }

    th, td:nth-child(1) {
        text-align: left; /* Left-align the first column */
    }

    th:nth-child(2),
    th:nth-child(3),
    td:nth-child(2),
    td:nth-child(3) {
        text-align: center; /* Center-align other columns */
    }
}

/* Additional adjustments for very small screens */
@media (max-width: 480px) {
    table {
        font-size: 12px; /* Further reduce font size for small screens */
    }

    th, td {
        padding: 6px; /* Minimize padding */
    }
}


/* Default Modal Styles */
.modal-dialog {
    max-width: 500px; /* Default max-width */
    margin: 1.75rem auto;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 800px; /* Wider max-width for large screens */
    }
}

/* Extra Large Devices, Large Screens */
@media only screen and (min-width: 1200px) {
    .modal-dialog {
        max-width: 1000px; /* Even wider max-width for extra-large screens */
    }
}


/* Blog Responsive */

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .blog-card {
        padding: 30px 20px;
    }

    .blog-card_title {
        font-size: 28px;
    }

    .blog-card p {
        font-size: 14px;
    }

    .blog-card_list li {
        font-size: 18px;
    }

    .blog-card_list li span {
        font-size: 16px;
    }
}



.py-3
{
	margin-top:80px;
}
