@media screen and (min-width: 992px) {
#slider-section .main-slider .swiper-slide {
	min-height: 510px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: grid;
	align-items: center;
}
.mb-10 {
	margin-bottom: 6rem;
}
.me-10 {
	margin-right: 5rem;
}
.ms-10 {
	margin-left: 5rem;
}

}
@media screen and (max-width: 1400px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 100%;
	padding: 0 1rem;
}
.header-bottom > .container {
	grid-template-columns: 150px auto 148px;
	column-gap: 1rem;
}
.phone {
	font-size: .9rem;
}
#main-menu ul > li > a {
	padding: 1rem .5rem;
	font-size: 0.9rem;
}
}
@media screen and (max-width: 1200px) {
#slider-section .main-slider .swiper-slide {
    padding: 5rem 0;
    min-height: auto;
}
.header-bottom > .container {
	grid-template-columns: 150px auto 148px;
	column-gap: .8rem;
}
}
@media screen and (max-width: 1024px) {
.header-bottom {
	position: relative;
}
.header-bottom > .container {
	grid-template-columns: 150px auto;
}
.hc-nav-trigger {
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.phone {
	font-size: .9rem;
}
.sticky-header > .container .logo {
	width: 180px;
	padding: 1rem 0;
}
.header-bottom {
	padding: 0;
}

}








/* a.py-2.px-4.mb-3.sm-btn.text-white.border-white.service.button {
    background: white;
} */
@media screen and (max-width: 991px) {
.text-white.responsive-text {
	/* color: #111 !important; */
	text-align: center;
}
.service-section {
	background: linear-gradient(to right, #C72125 100%, #F7F7F7 100%);
}
.sm-btn.service {
	/* border-color: #111 !important; */
	color: #111 !important;
	background: white !important;
}
.sm-btn.service:hover {
	background-color: #111 !important;
	color: #fff !important;
}

img.image {
    height: 123px !important;
	width: 130px !important;
}
img.profile-image {
    height: 205px;
    width: auto;
}
.page-cover {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: none;
	background-color: #000;
}
.main-content {
	margin: 1rem 0;
	position: relative;
	padding-top: 2.5rem;
}
.sidebar-toggler {
	font-size: 2rem;
	position: absolute;
	top: -4px;
	left: 1.5rem;
	display: flex;
	line-height: 1;
	color: #fec931;
}
.sidebar-close {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 2rem;
	display: flex;
	line-height: 1;
	color: #fec931;
}
.main-content .sidebar {
	position: fixed;
	left: -400px;
	top: 0;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	max-width: 300px;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	padding-top: 3rem;
	transition: all .5s ease-in;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	overflow-y: scroll;
	scrollbar-width: none;
	height: 100vh;
}
.main-content .sidebar.show {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.widget {
	margin-bottom: 1rem;
	border-radius: 5px;
}
.contact-content {
	padding: 40px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 2rem;
}
.details-content {
	padding: 1rem 0;
}
.details-title {
	font-size: 2rem;
	line-height: 2.3rem;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
.header-bottom > .container {
	padding-top: 0;
	padding-bottom: 0;
}
.header-top {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.header-top .right-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-top .right-menu .phone {
	justify-content: flex-start;
	width: auto;
	margin-bottom: 0 !important;
	font-size: .9rem;
	font-weight: 600;
}
.container, .container-md, .container-sm {
	max-width: 100%;
}
.sticky-header > .container .logo {
	width: 200px;
	padding: .3rem 0;
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	background-color: #0a1f33;
	height: 3px;
}
.header-bottom {
	padding: 0;
}
.hc-nav-trigger span::before {
	top: -9px;
}
.hc-nav-trigger span::after {
	bottom: -9px;
}
.section-title {
	font-size: 2rem;
	line-height: 1.3;
}
.thm-btn-wrapp {
	text-align: center;
	margin-bottom: 2rem;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 2rem;
}
.swiper-slide h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.swiper-slide h3 {
	font-size: 1rem;
}
.slider-btn {
	padding: .5rem 1.2rem;
	font-size: .9rem;
}
.item-wrapper b:nth-child(1) {
	width: 120px;
}
.item-wrapper b:nth-child(3) {
	height: 120px;
}
.item-wrapper b:nth-child(2) {
	height: 120px;
}
.item-wrapper b:nth-child(4) {
	width: 120px;
}
.item-wrapper {
	padding: 2rem;
}
#slider-section .main-slider .swiper-slide {
    min-height: auto;
    padding: 3rem 0;
}
.experience__img {
	position: relative;
	max-width: 400px;
	margin: 0 auto 7.5rem;
}
.section-title {
	text-align: center;
	margin-bottom: 1.5rem;
}
.section-title::after {
	width: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.about-section .inner-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.thm-btn {
	padding: 10px 30px;
	font-size: .9rem;
}
.service-section {
	padding: 2rem 0;
}
#product-section {
	padding: 3rem 0;
}
.footer-logo img {
	width: 150px;
}
.footer-widget p {
	font-size: 14px;
	line-height: 1.5;
}
.footer-widget.contact-widget p {
	line-height: 24px;
	margin-bottom: .4rem;
}
.footer-widget .single-post-widget .post-title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}
.footer-widget ul li a {
	font-size: 14px;
	line-height: 25px;
}
.footer-widget .single-post-widget .date {
	font-size: 12px;
}
.footer-copyright p {
	font-size: .8rem;
}
.footer-dev p {
	font-size: .8rem;
}
.main-content .single-product {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	margin-bottom: 1.5rem;
	width: 203px;
	padding:  8px 8px 9px 8px;
	text-transform: uppercase;
}
p.title{
	text-align: center;
	margin-right: 38px;
}

.main-content .single-product .product-content .product-title {
	font-size: 1.2rem;
	line-height: 1.3rem;
	max-height: calc(2 * 1.3rem);
}
.main-content .single-product .product-content .product-exerp {
	font-size: 0.85rem;
	margin-bottom: 0.2rem;
}
.main-content .single-product .product-thumb .date {
	font-size: .8rem;
	padding: .5rem .8rem;
	bottom: -1rem;
}
.contact-address .icon {
	height: 50px;
	width: 50px;
}
.contact-address .address .title {
	font-size: 1.2rem;
}
.contact-address .address p {
	font-size: .8rem;
}
.footer-logo {
	margin-bottom: 1rem;
}




}

@media screen and (max-width: 767px) {
.experience__overlay:nth-child(1) {
	width: 200px;
	margin-top: 1.5rem;
	margin-left: 0;
}
.experience__img {
	margin: 0 auto 2.5rem;
}
.experience__overlay:nth-child(2) {
	width: 100px;
	top: 40px;
	left: 150px;
}
.dual-devide {
	grid-template-columns: 40% auto;
}
.title-wrapper .section-title {	
	padding-bottom: .7rem;
}
.sticky-header > .container .logo {
	width: 180px;
	padding: .3rem 0;
}
.hc-nav-trigger span {
	width: 26px;
}
.header-top .right-menu .phone {
	font-size: .8rem;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,9px));
}
.swiper-slide h2 {
	font-size: 1.5rem;
	margin-bottom: .7rem;
}
.swiper-slide h3 {
	font-size: .8rem;
	margin-bottom: .7rem;
}
.slider-btn {
	padding: .3rem .8rem;
	font-size: .8rem;
}
.section-title {
	font-size: 1.5rem;
}
#product-section {
	padding: 30px 0;
}
.experience__img {
	position: relative;
	max-width: 50%;
}
.about-content p {
	font-size: 1rem;
}
.thm-btn {
	padding: 8px 20px;
	font-size: .8rem;
}
.experience__img {
	width: 100%;
}
.service-section {
	padding: 30px 0;
}
.subtitle {
	font-size: 1rem;
	margin-bottom: .2rem;
}
.service-content p {
	font-size: .8rem;
}
.single-service-one p {
	font-size: .8rem;
}
.hvr-bounce-to-bottom > .details {
	font-size: .8rem;
}
.flaticon-arrow-pointing-to-right {
	font-size: .6rem;
}
.client-section {
	padding: 30px 0 50px;
}
.client-outer .client-img {
	max-width: 80px;
}
.footer-dev p {
	text-align: center;
}
.feedback {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.wgt-list-item-description {
	font-size: .8rem;
}
.rating i {
	font-size: .9rem;
}
.wgt-list-item-title {
	font-size: .9rem;
}
.wgt-list-item-subtitle {
	font-size: .8rem;
}
.footer-widget .single-post-widget .post-title {
	font-size: 12px;
}
.footer-widget .single-post-widget .date {
	font-size: 10px;
}
.product-bottom .title {
	font-size: 1rem;
}
.right-menu ul li a::after {
	height: 15px;
}
.service-section .service-content .btn-box {
	margin-top: 1rem;
}
.contact-address .icon {
	height: 40px;
	width: 40px;
}
.contact-address .address .title {
	font-size: 1rem;
}
.contact-address .icon img {
	height: 20px;
	width: 20px;
}
.contact-address {
	padding: 20px;
	margin-top: 1rem;
	margin-bottom: .5rem;
}
.details-title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: .5rem;
	padding-bottom: .4rem;
}
.details-content .item-content .entry-title {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.details-content .item-content p {
	font-size: 0.9rem;
}
.product-feature li {
	font-size: .9rem;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 1.5rem;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.phone span {
	font-size: 1rem;
}
.single-service-one h3 {
	font-size: 1.1rem;
	max-height: calc(2 * 1.5rem);
	line-height: 1.5rem;
}
}
@media screen and (max-width: 575px) {
.service-item {
	flex: 0 0 48%;
}
.service-item .inner .service-content .service-content-title h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
}
.service-item .inner .service-content .service-content-desc {
	font-size: 13px;
}
.service-item .inner .serial {
	height: 30px;
	width: 30px;
	font-size: 12px;
}
.review-carousel .single-item blockquote p {
	padding: 0 30px;
	font-size: .9rem;
}
.review-carousel .single-item blockquote::before {
	font-size: 1.5rem;
}
.review-carousel .single-item blockquote::after {
	font-size: 1.5rem;
}
.footer-widget .rounded-circle {
	width: 50px;
}
.lead {
	font-size: 1rem !important;
}
.hero-section p span.highlighted-word {
	font-size: 1.5rem;
	padding-bottom: .6rem;
	display: inline-block;
}
.hero-section {
	padding: 1.3rem 0;
}
.hero-section p {
	font-size: 1.1rem;
}
.slider-btn {
	padding: .3rem .8rem;
	font-size: .7rem;
}
.right-menu ul li a::after {
	display: none;
}
.dual-devide {
	grid-template-columns: auto;
}
.contact-item .address {
	text-align: center;
}
.contact-item ul.social {
	justify-content: center;
	margin-bottom: 1.5rem;
}
.title-desc {
	text-align: center;
}
.contact-item .address .title {
	justify-content: center;
	font-size: 1rem;
}
.contact-item .address .title i {
	font-size: 1rem;
}
.contact-item .address p {
	font-size: .9rem;
}
.title-desc {
	font-size: .9rem;
}
.contact-item .address .title {
	justify-content: center;
}
.btn-box {
	text-align: center;
}
.details-content .item-content p {
	text-align: center;
	line-height: 1.5;
}
.details-content .item-content p + p {
	margin-top: .5rem;
}
.product-feature li {
	justify-content: center;
}
.header-top .right-menu .phone {
    font-size: .7rem;
}
.right-menu ul li a {
	font-size: .9rem;
}
.footer-widget .title h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: .3rem;
}
.header-top {
	padding-top: .3rem;
	padding-bottom: .3rem;
}
#slider-section .main-slider .swiper-slide {
	min-height: auto;
	padding: .5rem 0;
}
.experience__img {
	display: none;
}
.about-content p {
	font-size: .9rem;
}
.thm-btn-wrapp {
	text-align: center;
	margin-bottom: 1rem;
}
.subtitle {
	font-size: 0.9rem;
	text-align: center;
}
.details-title {
	font-size: 1.3rem;
	text-align: center;
}
.details-title::after {
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
}
.service-section .service-content .btn-box {
	margin-top: 1rem;
	justify-content: center;
}
.about-section .inner-wrapper {
	padding-top: 15px;
}
.service-section {
	padding: 1.5rem 0;
}
.service-section .single-service-one i {
	font-size: 2.5rem;
}
.section-subtitle {
	font-size: .9rem;
}
#product-section {
	padding: 2rem 0 1rem;
}
#product-section .product-item {
	margin-bottom: 1.5rem;
}
.feedback {
	font-size: 1rem;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}
.item-wrapper b:nth-child(1) {
	height: 2px;
}
.item-wrapper b:nth-child(2) {
	width: 2px;
}
.item-wrapper b:nth-child(3) {
	width: 2px;
}
.item-wrapper b:nth-child(4) {
	height: 2px;
}
.swiper-slide h2 {
	font-size: 1.2rem;
}
.item-wrapper {
	padding: 1rem;
}
.widget {
	margin-bottom: 1rem;
}
.widget .widget-title {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 8px 12px;
}
.sidebar .widget > ul.category li {
	padding: 8px 12px;
}
.sidebar .widget > ul.category li span {
	top: 8px;
	right: 8px;
	font-size: 9px;
}
.widget .search-form input[type="text"] {
	padding: .5rem .5rem;
	font-size: .8rem;
}
.widget::after {
	height: 42px;
	border-left: 42px solid #FEC931;
	border-bottom: 42px solid transparent;
	width: 42px;
}
.sidebar .widget > ul.category li a {
	font-size: .85rem;
}
.sidebar .widget > ul.category li .item {
	font-size: .70rem;
}
.breadcrumbs {
	padding: 1rem .5rem;
}
.breadcrumbs .breadcrumb.darklinks li {
	font-size: .8rem;
}
.breadcrumbs {
	padding: 1rem .5rem;
}
.main-content .single-product .product-content .product-title {
	font-size: 1rem;
}
.main-content .single-product .product-content .product-exerp {
	font-size: 0.75rem;
}
.main-content .single-product .product-content .details {
	font-size: .8rem;
}
.contact-content {
	padding: 30px;
	margin-top: 1rem;
	margin-bottom: 0;
}
.details-content .product-thumb {
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 1rem;
}
.title-wrapper .title-desc {
	font-size: .7rem;
}
.contact-form span.text-input input {
	padding: 10px 10px 11px;
	font-size: 12px;
}

.contact-form .cookies {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	display: flex;
	column-gap: .3rem;
	align-items: flex-start;
}
#cookies-consent {
	margin-top: .15rem;
}
.contact-form .submit {
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}
.footer-copyright p {
	text-align: center;
}
.footer-widget {
	text-align: center;
	margin-bottom: 1rem;
	overflow: hidden;
}
ul.footer-menu {
	justify-content: center;
}
.footer-widget.contact-widget p {
	justify-content: left;
    margin-left: 62px;
}
.footer-widget.contact-widget p i {
	margin-bottom: .3rem;
}
.footer-widget ul.social {
	justify-content: center;
	column-gap: .5rem;
}
.responsive > * {
	padding-left: .5rem;
	padding-right: .5rem;
}
.hc-nav-trigger span::before {
	top: -8px;
}
.hc-nav-trigger span::after {
	bottom: -8px;
}
ul.social li a {
	width: 22px;
	height: 22px;
	font-size: 1rem;
}
.left-area ul.social {
	column-gap: .5rem;
}
.sidebar-toggler {
	font-size: 1.5rem;
	top: 0;
}
.main-content {
	margin: .7rem 0;
	padding-top: 2rem;
}
.sidebar-close {
	right: 6px;
	top: 5px;
	font-size: 1.3rem;
}
.main-content .sidebar {
	padding-top: 2rem;
}
.hvr-bounce-to-bottom .bottom-content {
	padding: 1rem .75rem;
}
.single-service-one h3 {
	font-size: 1rem;
}
a.details {
	font-size: .85rem;
}


}

@media screen and (max-width: 400px) {
.responsive > * {
	padding-left: .5rem;
	padding-right: .5rem;
	width: 100%;
}
.service-item {
	flex: 0 0 100%;
}
.service-item {
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}
.service-section .item-container {
	padding: 0;
}
.service-item:nth-child(2n) .inner .serial {
	top: 10px;
}
.service-item:nth-child(2n + 1) .inner .serial {
	top: 10px;
}
.single-product.post.responsive {
	width: 100%;
}
p.button{
	margin-left: 28px;
}
.single-product.carowsol.post{
	margin-left:-13px !important;
}
.single-product.carowsol.post {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	margin-bottom: 1.5rem;
	width: 348px;
	padding:  8px 8px 9px 8px;
	text-transform: uppercase;
}
}