/*
Theme Name: tartan
*/


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
    font-family: "Poppins", sans-serif !important;
	--RedColor: #000;
	--BlueColor: #000;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #000000;
}

button {
	transition-duration: 0.3s;
}
p, li {
	color: #444444;
	font-size: 15px;
	line-height: 28px;
}

img{
	width: 100%;
}
::selection {
	background: #EEEEEE;
	color: #fff;
}

::-moz-selection {
	background: #EEEEEE;
	color: #fff;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #d8d8d8;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #eee;
}



/* popup page  */


.page-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  height: 360px;
  max-width: 450px;
  width: 80%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  position: relative;
}

.page-popup-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.page-popup-content h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.page-popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.page-btn-signup {
  background: #f03641;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.page-btn-signup:hover {
  text-decoration: none;
  color: #fff;
}

.page-btn-no {
  background: none;
  border: none;
  color: #555;
  font-size: 15px;
  cursor: pointer;
}




/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}
html {
	scroll-behavior: smooth;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
/* .slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-ms-transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
} */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
    content: '→';
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 1px solid #fff;
	outline: #fff;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    display: block;
	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: rgb(255, 255, 255);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*.container {*/
/*    max-width: 1280px !important;*/
/*}*/
.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color:#222 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background-color:#fff;
}

.navbar-fixed-top.scrolled-inner {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
}

.navbar-fixed-top.scrolled-inner .header-top:after{
	display: none;
}
.navbar-fixed-top.scrolled-inner .header-top img {
    width: 150px;
}
.navbar-fixed-top.scrolled-inner .header-top{
	display: none;
} 
.navbar-fixed-top.scrolled-inner .header-menu {
	top: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 3px 4px 0 #00000029;
	position: relative;
	height: 90px;
}
/*.navbar-fixed-top.scrolled-inner .header-menu:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: url(../tartan/assets/img/logo.png) no-repeat center;*/
/*    background-size: cover;*/
/*    top: 8px;*/
/*    left: 38px;*/
/*    width: 218px;*/
/*    height: 72px;*/
/*    object-fit: contain;*/
/*}*/
.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary{
	text-align: right;
	padding-top: 10px;
}



.navbar-fixed-top.scrolled-inner .sticky-number{
	display: block;
	background: #f03641;
}
.navbar-fixed-top.scrolled-inner .sticky-number h5{
	font-size: 15px;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
    padding-top: 3px;
}
.navbar-fixed-top.scrolled-inner .sticky-number a{
	font-size: 15px;
	color: #fff;
	text-align: right;
}
.navbar-fixed-top.scrolled-inner .sticky-number a:hover{
	color: #000000;
	text-decoration: none;
}
/* header starts */
.header-top {
    background: #fff;
    padding: 0 0 0;
    height: 185px;
    position: relative;
}
.sticky-number{
	display: none;
}
.header-top img {
    width: 182px;
    margin-right:65px;
}
.header-top:after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../tartan/assets/img/logobtm.png) no-repeat center;
    background-size: cover;
    top: 5px;
}
.heder-top-cnt{
    position: absolute;
    bottom: 20px;
    right: 200px;
    z-index: 9;
    text-align: center;
}
.heder-top-cnt h5{
    color: #fff;
    text-align: center;
}
.heder-top-cnt a{
    color: #fff;
}
.heder-top-cnt a:hover{
    text-decoration: none;
    color: #000;
}
.banner-service img{
    height: auto ;
    object-fit: cover;
	object-position:left;
}

.banner-service .slick-prev,
.banner-service .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  color: #333; 
  z-index: 1;
}
.banner-service .slick-prev {
  left: 10px; 
}

.banner-service .slick-next {
  right: 58px; 
}
.banner-service .slick-prev:before, .banner-service .slick-next:before{
	/* background: #ffffff8f; */
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-radius: 30px;
	width: 60px;
}
.banner-service .slick-prev:hover, 
.banner-service .slick-next:hover {
  color: #000; 
}
.banner-item{
	position: relative;
}
.banner-item .banner-caption{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	width: 90%;
	border-radius: 30px;
	background:#0000001f;
}
.banner-caption h2{
	color: #fff;
	text-transform: uppercase;
	font-family: 'SF Pro Display', sans-serif !important;
    font-weight: 600;
	letter-spacing: 1px;
	font-size: 30px; 
	padding: 15px 0 0;
	margin-bottom: 0;  
	text-shadow:0 0 4px #000;
                                      
}
.banner-caption h6 p{
	color: #fff;
		text-shadow:0 0 4px #000;

}
.home-banner-wrap {
	position: relative;
}
.header-menu {
    position: absolute;
    top: 195px;
    z-index: 9;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(1px);
    padding: 15px;
    border: 1px solid #ffffff2f;
    border-radius: 20px;
    width: 96%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: #ffffffd4;
}
.banner-serv-cat img {
    height: 22vh;
    object-fit: cover;
    margin-bottom: 0px;
    border-radius: 15px;
}
.banner-cats{
	padding: 40px;
	background:#fff !important;
	animation: myanimation 12s infinite;

}
@keyframes myanimation {
	0% {background-color: #78B5B5;}
	50%{background-color:#b3cfac;}
	100%{background-color:#C7C17A;}
}
.banner-serv-cat{
	position: relative;
	overflow:hidden;
	border-radius: 15px;
}
.banner-serv-cat .banner-serv-cat-caption{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 1;
	background:#0000009e;
}
.banner-serv-cat .banner-serv-cat-caption h5 {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    padding: 7px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.banner-serv-cat .overlay {
	width: 100%;
	height: 22vh;
	background-color: rgb(0 0 0 / 10%);
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	border-radius: 15px;
}

.scroll-down{
   display: flex;
	align-items: center;
	justify-content: space-around;
}
.mouse {
    width: 32px;
    height: 52px;
    border: 3px solid #ffffff;
    border-radius: 60px;
    position: relative;
    bottom: 54px;
    box-shadow: 0 0 3px #000;
	&::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

.mega-sub-menu{
    width:325px !important;
}

/* -------------------------------------------------------- */
.deliv-ban {
    /*margin-top: 80px;*/
    /*background: url(../tartan/assets/img/delv1.png) no-repeat top;*/
    /*background-size: cover;*/
    /*height: 250px;*/
    /*text-align: center;*/
    /*margin-bottom: 50px;*/
}
.deliv-ban img{
    height:auto;
    object-fit:cover;
    margin-top:0px;
}

.deliv-ban a:hover{
	text-decoration: none;
}
/* ------------------------------- */
.home-pro-cat{
	padding-top: 50px;
	padding-bottom: 70px;
}
.pro-cat-container{
	box-shadow: 17px 20px 20px 20px #54515124;
	border-radius: 15px;
	padding: 40px;
	width: 80%;
	margin: auto;
}
.pro-cat-item img{
	height: 330px;
	object-fit: cover;
	border-radius: 15px;
	background: #fff;
}
.pro-cat-item {
	position: relative;
	border-radius: 15px;
}
.pro-cat-item h5{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	z-index: 10;
	font-family: 'SF Pro Display', sans-serif !important;
}
.pro-cat-item .overlay {
	width: 100%;
	height: 330px;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 48%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index:9;
	border-radius: 15px;
}
.pro-cat-item:hover{
	transform: translatey(-80px);
	transition: 1s ease;
	box-shadow:14px 20px 18px 0px #54515175;

}
.pro-cat-item:hover a{
	text-decoration: none;
}

/* ------------------------------------------------- */

.home-service{
	padding-top: 70px;
	padding-bottom: 50px;
}
.home-service h2{
	color: #F03641;
	font-weight: 600;
	padding-bottom: 50px;
	text-align: center;
}
.serv-container{
	width:80%;
	margin: auto;
	display: block;
}
.service-items{
	border-radius: 15px;
	padding: 15px;
	background: #EEEEEE;
	height: 350px;
}
.service-items img{
	height: 280px;
	object-fit: cover;
	border-radius: 15px;
}
.serv-points {
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    margin: auto;
    text-align: justify;
    width: 82%;
    opacity: 0;
}
.service-scroll .col-lg-4{
	margin-bottom: 20px;
	height: 400px;
}
.service-items h5 {
    color: #F03641;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}
.service-items:hover img{
	height: 160px;
	transition: 1s ease;
}
.service-items:hover h5{
	transition: 1s ease;
	text-align: left;
	font-size: 15px;
	padding-bottom: 15px;
}
.service-items:hover .serv-points{
	transition: .7s ease-in;
	text-align: justify;
	opacity: 1;
}
.service-items:hover{
	height: 400px;
	transition: .7s ease;
}
.serv-points a {
    background: #f03641;
    border-radius: 15px;
    padding: 10px 15px;
    color: #fff;
}
.serv-points a:hover{
	text-decoration:none;
	color: #000;
}
.product-service{
	padding-top: 30px;
}
.product-service-item img{
	height: auto;
	object-fit: cover;
	object-position:left;
	border-radius: 15px;
	position: relative;
}
.pro-serv-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 15px;
	overflow: hidden;
}
.pro-serv-img .overlay {
	width: 100%;
	height: 100%;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 48%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index:9;
	border-radius: 15px;
}
.pro-serv-caption{
	position: absolute;
	bottom: 82px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	z-index: 10;

}
.pro-serv-caption h5{
	color: #fff;
	text-transform: uppercase;
}
.prod-cat-link{
	margin: auto;
	text-align: center;
	background: #F03641;
	padding: 10px 15px;
	border-radius: 15px;
	width: 70%;
	margin-top: 32px;
	opacity: 0;
	transform: translateY(20px); 
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.prod-cat-link a{
	color: #fff;
}
.prod-cat-link a:hover{
	text-decoration: none;
	color: #000;
}
.product-service-item:hover .prod-cat-link{
	opacity: 1;
	transform: translateY(0);
}

/* --------------------------------------------- */

.featured-products{
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F03641;
	margin-top: 70px;
}
.featured-products h2{
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
}
.product-items{
	background: #EEEEEE;
	border-radius: 15px;
	padding: 15px;
	min-height: 310px;
}
.product-items img{
	height: auto;
	object-fit: cover;
	border-radius: 15px;
}
.product-items h5{
	font-size: 15px;
	text-align: center;
	color: #161616;
	padding-top: 15px;
}
.featured-products:hover a{
	text-decoration: none;
}
.product-items:hover h5{
	color: #F03641;
}

/* ----------------------------------------------- */

.clients{
	padding-top: 70px;
	padding-bottom: 70px;
}
.clnts-container{
	background: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
}
.client-items img{
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.client-items{
	margin-bottom: 10px;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
}
.client-section .slick-slide {
    margin: 0 10px;
}

.client-section .slick-list {
    margin-left: -10px; 
    margin-right: -10px;
}
.clients h2{
	color: #f03641;
	text-align: center;
	font-weight: 600;
}
.clients p{
	text-align: center;
	padding-bottom: 25px;
}

/* ----------------------------------------------- */

.footer-top{
	padding-top: 40px;
	padding-bottom: 70px;
}
.footer-top h2{
	color: #F03641;
	font-weight: 600;
	font-size: 28px;
}
.footer-top p{
	font-weight: 400;
	font-size: 18px;
}
.footer-top-form{
	background: #EEEEEE;
	padding: 25px;
	border-radius: 15px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select{
	background: #fff;
	border-radius: 15px;
	padding: 10px;
	margin: 8px auto;
	width: 100%;
	height: 50px;
	border:1px solid #fff;
	color:#00000099;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder{
	font-size: 15px;
}
.wpcf7-form-control-wrap textarea{
	background: #fff;
	border-radius: 15px;
	padding: 10px;
	margin:  8px auto;
	width: 100%;
	height: 200px;
	border:1px solid #fff;
}
.footer-top-form h5 {
    color: #f03641;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    padding: 10px;
}
.footer-top-form .submit-training-link input {
    background: #f03641;
    color: #fff;
    width: 37%;
    line-height: 20px;
    font-size: 17px;
    margin: 10px auto;
    display: block;
}
.footer-top-form .submit-btn input {
    background: #f03641;
    color: #fff;
    width: fit-content;
    line-height: 20px;
    font-size: 17px;
    margin: 10px auto;
    display: block;
}
.footer-top-form .wpcf7-spinner{
	display: none;
}
.footer-top-map{
	height: 100%;
}
.footer-top-map iframe{
	border-radius: 15px;
}

/* ---------------------------------------------------------- */

.footer-top-logo img{
	width: 255px;
	object-fit: cover;
}
.footer-top-logo{
	position: relative;
	height: 155px;
	margin-top: 30px;
}
.footer-top-logo:after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 250px;
    content: '';
    background: url('../tartan/assets/img/bnrbtm.png') no-repeat center;
    background-size: cover;
}
.footer-top-number{
	position: absolute;
    bottom: 18px;
    right: 14%;
    z-index: 1;
    text-align: center;
}
.footer-details{
	background: #f03641;
	padding-top: 40px;
}
.footer-top-number h5{
	color: #fff;
	text-transform: uppercase;
}
.footer-top-number a {
	color: #fff;
}
.footer-top-number a:hover {
	color: #000;
	text-decoration: none;
}
.footer-copy{
	background: #F03641;
	text-align: center;
	padding-top: 35px;
}
.footer p, .footer a{
	color: #fff;
	font-weight: 400;
}
.footer a:hover{
	color: #000;
	text-decoration: none;
}
.footer ul li{
	list-style: none;
}
.footer ul{
	padding-left: 0;
}
.footer h4{
	color: #fff;
	padding-bottom: 10px;
	font-size: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.get span {
    padding: 10px;
    background: #fff;
    color: #f03641;
    border-radius: 25px;
	text-transform: uppercase;
}
.get{
	position: relative;
}
.get i{
	position: absolute;
	top: -10px;
	padding: 5px;
}
.social-icons{
	margin-top: 35px;
}
.social-icons i{
	font-size: 25px;
	padding: 5px;
}

/* -------------------------------------------------------- */

button.back-to-top{
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	  height: 0px;
	width: 0px;
	overflow: hidden;
	  border-radius: 50px;
	  -webkit-border-radius: 50px;
	  -moz-border-radius: 50px;
	color: transparent;
	  clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	right: 50px;
	  bottom: 75px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  button.back-to-top::before,
  button.back-to-top::after {
	content: "";
	  display: block;
	  vertical-align: middle;
	  border-bottom: solid 10px #EA5D5F;
	  border-left: solid 10px transparent;
	  line-height: 0;
	  border-right: solid 10px transparent;
	  height: 0;
	  margin: 18px auto 0;
	  width: 0;
	border-radius:20px;
	visibility: hidden;
  }
  button.back-to-top.show::after,
  button.back-to-top.show::before{
	visibility: visible;
  }
  button.back-to-top::after {
	border-bottom-color:#fff;
		position: relative;
	top:-24px;
  }
  button.back-to-top.show {
	display: block;
	background: #fff;
	color: #00ab6c;
	font-size: 25px;
	right: 25px;
	  bottom: 50px;
	height: 50px;
	width: 50px;
	visibility: visible;
	  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  }
  button.back-to-top.show:active {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  }

.credit-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}
.credit-popup-content {
    background: #fff;
    padding: 30px;
    max-width: 450px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}
.credit-popup-close {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #dc3545;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}





/* ----------------------------------------------------------------------------- */

.innerpage-header{
	height: 280px;
	position: relative;
}
.innerpage-header img{
	height: 280px;
	object-fit: cover;
}
.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    text-align: left;
}
#breadcrumbs span a{
	color: #F03641;
}
#breadcrumbs span a:hover{
	text-decoration: none;
}
.inner-wrapper{
	padding-top: 70px;
	padding-bottom: 70px;
}
/* -------------------------------------------- */

/* order page */

.order-inner a{
	color: #F03641;
	font-style: italic;
}
.order-inner a:hover{
	text-decoration: none;
	color: #d1d2d4;
}
.order-inner img{
	height: 300px;
	object-fit: contain;
}

/* -------------------------------------- */

/* industrial equipment page start */
.industrial-equipment{
	margin-top:100px;
	margin-bottom: 40px;
	text-align:center;
}
  .products {
	padding: 20px;
	padding-top: 20px;
	text-align: center;
  }
  .products .col-12{
      margin-bottom:20px;
  }
  .products .product {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: left;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding: 20px;
  }
  
  .products .product img {
	position: relative;
	top: -5px;
	margin: auto;
	transition: all 0.2s ease;
	width: 100%;
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
	clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
	height: 300px;
    object-fit: cover;
    width: 100%;
	margin-bottom: 15px;
  }
  .products .product img:hover {
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }
  .button-group {
    display: flex;
    width: fit-content;
    margin: auto;
}
.custom-btn {
    margin: 0 15px;
    padding: 5px 30px;
    border: none;
    background: #f03641;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: fit-content;
}
.custom-btn:hover{
    text-decoration:none;
    color:#fff;
}
  .products .product h1 {
	line-height: 20px;
	font-size: 20px;
	margin-top: 15px;
	text-align: center;
	height:50px;
  }
  .price {
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .industrial-equipment .row{
    justify-content: space-evenly;
  }
  .price h6 {
	font-size: 1.1em;
	font-weight: 600;
	color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  
  /* List styling inside price section */
  .price ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }
  
  .price ul li {
	font-size: 1em;
	color: #555;
	padding: 8px 0;
	border-bottom: 1px solid #e0e0e0;
  }
  
  .price ul li:last-child {
	border-bottom: none;
  }

  
  @-webkit-keyframes Gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
  @-moz-keyframes Gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
  @keyframes Gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  .heading-clean h3 {
	font-size: 2em;
	color: #333;
	margin-bottom: 10px;
	margin-top:40px;
  }
  
  .heading-clean p {
	color: #666;
	font-size: 1.1em;
	line-height: 1.6;
  }
  
  .clean-list ul {
	list-style-type: disc;
	padding-left: 20px;
  }
  
  .clean-list li {
	color: #444;
	font-size: 1.05em;
	margin-bottom: 8px;
  }
  .clean-img img{
	width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .custom-form {
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
  }
  
  .custom-form .form-group label {
	font-weight: bold;
  }
  
  .custom-form .form-control {
	border: 1px solid #ccc;
	border-radius: 4px;
  }
  
  .custom-form .form-check-label {
	margin-left: 5px;
  }
  
  .custom-form button[type="submit"] {
	background-color: #d9534f;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  
  .custom-form button[type="submit"]:hover {
	background-color: #c9302c;
  }
.cont-us{
	margin-top: 100px;
	margin-bottom: 100px;
}  

/* industrial equipment page ends */

.equipment-repair-img img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 9px 0 #0000007d;
}
.equipment-repair-inner h4{
	font-weight: 600;
	font-size: 25px;
}
.equipment-repair-inner .para1{
	text-align: center;
}
.equipment-repair-inner .para2 p{
	text-align: justify;
}
.equipment-repair-inner .para3{
	padding-top: 40px;
}
.sec-img img{
	height: 220px;
	object-fit: contain;
}
.equipment-repair-inner li{
	list-style: none;
	list-style-image: url(../tartan/assets/img/arw.png);
}
/*.serv-reqt-frm input {*/
/*    width: 100%;*/
/*    border: 1px solid #ebebeb;*/
/*    border-radius: 10px;*/
/*    padding: 5px 10px;*/
/*    margin: 10px 0;*/
/*}*/
.serv-reqt-frm .wpcf7-checkbox input{
	width:auto !important;
}
/*.serv-reqt-frm textarea {*/
/*    width: 100%;*/
/*    border: 1px solid #ebebeb;*/
/*    border-radius: 10px;*/
/*    padding: 5px 10px;*/
/*    margin: 10px 0;*/
/*	height: 90px;*/
/*}*/
.serv-reqt-frm input[type=checkbox], .serv-reqt-frm input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 12px;
    margin: 0;
}
.serv-reqt-frm  {
	    background: #EEEEEE;
    padding: 25px !important;
    border-radius: 15px;
}
.submit-training-link input {
    background: #f03641;
    color: #fff;
    width: 40%;
    margin: 20px auto 0;
    display: block;
}
.serv-req-contact{
	padding-top:50px;
}
.para4{
	padding-top:20px;
}
.para5{
	padding-top:20px;
}
.serv-map iframe{
	border-radius: 15px;
}
/* ------------------------ */
.replacement-part-img img{
	height:320px;
	object-fit: contain;
}
.replacement-part-img{
	position: relative;
}
.replacement-part-img:before{
	content: '';
	background: url(../tartan/assets/img/rect.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 70px;
    bottom: -25px;
    width: 120px;
    height: 120px;
    z-index: -1;
	animation: topBottomMovement 8s ease-in-out infinite;
}
.replacement-part-img:after{
	content: '';
	background: url(../tartan/assets/img/rect.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 70px;
    top: -25px;
    width: 120px;
    height: 120px;
    z-index: -1;
	animation: topBottomMovement2 8s ease-in-out infinite;
}

@keyframes topBottomMovement {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px); 
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes topBottomMovement2 {
    0% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(0px); 
    }
    100% {
        transform: translateY(20px);
    }
}
/* ----------------------------------------------------- */

.warranty-brand-img  {
	margin: 10px;
    border-radius: 15px;
    padding: 15px;
	box-shadow: 0 0 4px 0 #0000001e;
}
.warranty-brand-img img {
	width: 100%;
    height: 100px;
    object-fit: contain;
}
.authorized-warranty-inner .col-lg-2{
	padding-left: 5px;
	padding-right: 5px;
}
.warranty-para{
	text-align: center;
	padding-bottom: 30px;
}

/* ------------------------------------------- */

.about-inner-img img{
	height: 100%;
	object-fit: cover;
}

/* --------------------------------------- */

.advantage-box{
    color: var(--color);
    background: #f03641;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	height: 100%;
}
.advantage-box:before,
.advantage-box .advantage-img:before,
.advantage-box .advantage-img:after{
    content: "";
    position: absolute;
    top: 50%;
}
.advantage-box:before{
    background: #fff;
    width: calc( 100% - 15px);
    height: calc(100% - 15px);
    box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    z-index: -1;
}
.advantage-box .advantage-img{
    color: #fff;
    background: #F03641;
    font-size: 40px;
    text-align: center;
    line-height: 140px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: -40px auto 20px;
}
.advantage-box .advantage-img i{ line-height:inherit; }
.advantage-box .advantage-img:before,
.advantage-box .advantage-img:after{
    background:#F03641;
    width: 10px;
    height: 100px;
    border-radius: 0 3px 3px 0;
    transform: translateY(-50%);
    left: 7px;
}
.advantage-box .advantage-img:after{
    border-radius: 3px 0 0 3px;
    left: auto;
    right: 7px;
}
.advantage-box .title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px;
}
.tartan-adv-inner .col-lg-6{
	margin-bottom: 20px;
}
.advantage-box .description p{
	padding: 10px 30px;
	text-align: center;
}
.advantage-img img {
    filter: invert(1);
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 27px;
}

/* ----------------------------------------------- */

.affiliations-img {
    box-shadow: 0 0 7px 0 #00000033;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
}
.affiliations-img img{
	height: 115px;
	object-fit: contain;
}
.affiliations-inner h3{
	text-align: center;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.affiliations-inner .col-lg-3{
	margin-bottom: 20px;
}
/* ---------------------------------------------- */

.supplier-link {
    box-shadow: 0 0 7px 0 #00000033;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
}
.supplier-link img{
	height: 110px;
	object-fit: contain;
}
.supplier-inner p{
	text-align: center;
	padding-bottom: 20px;
}
.supplier-link:hover{
	box-shadow: 0 0 7px 0 #fe26336b;
}

/* ------------------------------------------------------- */

.training-inner img {
    height: 380px;
    object-fit: cover;
    box-shadow: -10px 10px 0 3px #f03641;
    width: 80%;
    margin: auto;
    display: block;
}
.training-head h3{
	border-left: 5px solid #f03641;
	padding-left: 10px;
}
.training-points{
	padding-top:20px
}
.training-inner li{
	list-style: none;
	list-style-image: url(../tartan/assets/img/arw.png);
}
.training-link {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 15px 8px 20px;
    border-radius: 5px;
    border: 1px solid #f03641;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    height: 60px;
    display: flex;
    align-items: center;
}
.training-link a{
	color: #111111;
	font-size: 16px;
}
.training-link a:hover{
	color:#fff;
	text-decoration: none;
}
.training-link:hover,
.training-link:focus{ 
    color:#fff; 
    transition-delay: 0.1s;
        background: #f03641;
}
.training-link:before{
    content: "";
    background: #f03641;
    width: 3%;
    height: 100%;
    transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
}
.training-link:hover:before{ animation: animate 0.6s forwards; }
@keyframes animate{
    10% {
        width: 0;
        transform: rotateZ(-45deg) translateX(-100%) translateY(-50%);
    }
    20% {
        width: 0;
        transform: rotateZ(0) translateX(-100%) translateY(85%);
    }
    60% {
        width: 100%;
        transform: rotateZ(0) translateX(0%) translateY(85%);
    }
    100% {
        width: 100%;
        transform: rotateZ(0) translateX(0%) translateY(0%);
    }
}
.training-links .col-lg-6{
	margin-bottom:15px;
}

/* ------------------------------------------------------------------- */

.contact-page{
	background: #EEEEEE;
	padding: 75px 100px;
}
.contact-form-pge{
	background: #fff;
	padding: 30px!important;
	box-shadow: 0 0 5px 0 #0000002c;
	border-radius: 5px;
}
.contact-form-pge h4{
	padding: 10px 0;
}
.contact-form-pge input, 
.contact-form-pge select {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 0 10px 0px #6464641c;
    border: 1px solid #e7e7e7;
}
.contact-form-pge textarea{
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	height: 130px;
	border: none;
    box-shadow: 0 0 10px 0px #6464641c;
    border: 1px solid #e7e7e7;
}
.cnt-det-box {
    display: flex;
    background: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 9px 0 #00000024;
	align-items: center;
	height: 100%;
}
.cnt-icon {
    background: #f03641;
    padding:10px;
    color: #fff;
    margin-right: 30px;
}
.cnt-icon i{
	font-size: 28px;
}
.contact-info .col-lg-12{
	margin-bottom: 10px;
}
.cnt-det-box a{
	color: #000;
}
.cnt-det-box a:hover{
	color: #f03641;
	text-decoration: none;
}
.cntct-bottom{
	padding: 75px;
}
.cntct-bottom h4{
	text-align: center;
	padding-bottom: 10px;
}
.cntct-bottom p{
	text-align: center;
	width: 60%;
	margin: auto;
	display: block;
	padding-bottom: 30px !important;
}
.cntct-map iframe{
	margin: auto;
	display: block;
}
/* -------------------------------------- */

.pro-solution-link img {
    width: 50px;
    height: 50px;
    filter: invert(1);
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: inset 0px 0 8px 1px #000000;
}
.pro-solution-link {
    color: #fff;
    text-decoration: none;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.2s;
    transform: scale(1); 
    display: inline-block; 
    margin-bottom: 10px; 
    box-sizing: border-box;
	width:100%;
	text-align: center;
}
.pro-solution-link:hover a{
	text-decoration: none;
}
.solutions-points .col-lg-3{
	margin-bottom: 15px;
}

.pro-solution-link span {
    position: relative;
    z-index: 0;
    color: #fff;
	text-align: center;
	font-size: 20px;
}

.pro-solution-link .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #F03641;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
}

.pro-solution-link .liquid::after,
.pro-solution-link .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

.pro-solution-link .liquid::after {
    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    box-shadow: 0 0 10px 5px #fc5964, inset 0 0 5px #fc5964;
    animation: animate 15s linear infinite;
    opacity: 0.8;
}

.pro-solution-link .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
        inset 0 0 5px rgba(26, 26, 26, 0.5);
    background: rgba(26, 26, 26, 0.5);

    animation: animate 15s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
.pro-solution-link:hover .liquid {
    top: -120px;
}

.pro-solution-link:hover {
    box-shadow: 0 0 5px #F03641, inset 0 0 5px #F03641;
    /* transition-delay: 0.1s; */

}

/*----------------------------------------------------------------*/

.cred-contact{
    padding-bottom:45px;
}
.cred-contact a {
    color:#000;
}
.cred-contact a:hover {
    color:#f03641;
    text-decoration:none;
}
.cred-contact a i{
    padding-right:15px;
}
.crdap-top{
	text-align: center;
	padding-bottom: 20px;
}
.credit-applications{
    padding-top:60px;
    padding-bottom:60px;
}

.credit-application-form{
    background: #EEEEEE;
    padding: 25px !important;
    border-radius: 15px;
	margin-bottom:40px;
}
.credit-application-form h4{
	padding:15px 0;
	text-align: center;
}
.submit-btn input {
    width: fit-content;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0px #6464641c;
    border: 1px solid #e7e7e7;
    height: 50px;
    background: #f03641;
    color: #fff;
    margin: auto;
    display: block;
}
.check{
    display:flex;
    align-items:center;
}
.check label{
    margin-bottom:0px;
}
.check .wpcf7-checkbox{
    display:flex !important;
}
.check .wpcf7-list-item{
    display:flex;
    align-items:center;
}
.check input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 20px;
    width: 25px;
}
.check .wpcf7-list-item-label{
    padding-left:10px;
}
/*-----------------------------------*/
.prvt-label {
    background: #eee;
    padding: 15px;
    text-align: center;
    border-radius: 28px;
    box-shadow: inset 0px 0px 10px 0 #00000052;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.sds-inner .col-lg-3{
    margin-bottom:20px;
}
.prvt-label a{
    color:#252525;
}
.prvt-label:hover{
    background: #dd323c;
    box-shadow: inset 0px 0px 4px 2px #ffffff91;
}
.prvt-label:hover a{
    color:#fff;
    text-decoration:none;
}
.sds-inner h3{
    text-align:center;
    padding-bottom:30px;
}
.sds-head{
    padding-bottom:20px;
}


#mega-menu-item-1299 a,
#mega-menu-item-1289 a,
#mega-menu-item-1288 a,
#mega-menu-item-1391 a{
    background:#f03641 !important;
    color:#fff !important;
    margin-left:10px !important;
}
/*-------------------career page-------------------------*/
.career-main-img{
    position:relative;
    height:100%;
}
.career-inner {
    padding-top:0 !important;
}
.career-main-img img {
    height: 100%;
    object-fit: cover;
}
.career-main-detail {
    padding: 30px;
    height: 100%;
    background: #d1d2d445;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.career-benefits{
   padding-top:60px;
   padding-bottom:60px;
}
.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    z-index: 99999;
    display: none; /* Initially hidden */
    overflow-y: auto;
    max-height: 80vh; /* Prevent overflow */
}

.popup-content.hidden {
    display: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none; /* Initially hidden */
}

.popup-overlay.active {
    display: block;
}

.popup-content:not(.hidden) {
    display: block;
}

.popup-inner {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.additional-row {
    margin-top: 30px;
    text-align: center;
}
.main-career-frm label, .popup-content label{
    margin-bottom:0;
}
.main-career-frm input, .popup-content input{
        background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin: 8px auto;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
}
.main-career-frm, .popup-content{
    background: #EEEEEE;
    padding: 25px;
    border-radius: 15px;
}
.main-career-frm .submit-btn input, .popup-content .submit-btn input{
    width: fit-content;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0px #6464641c;
    border: 1px solid #e7e7e7;
    height: 50px;
    background: #f03641;
    color: #fff;
    margin: auto;
    display: block;
}
.main-career-frm .submit-btn, .popup-content .submit-btn{
    height:40px;
}
.main-career-frm h5, .submit-btn h5 {
    color: #f03641;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
}
.wpcf7-spinner{
    displsy:none;
}
.career-item {
    border: 1px solid #0000002b;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 3px 0 #0000005c;
    height:100%;
}
.career-iteam-head{
     border-bottom: 1px solid #0000004f;
     height:90px;
}
.career-iteam-head h4{
    font-size:18px;
    color:#f03641;
    font-weight:700;
}
.career-item p{
    padding-top:20px;
    padding-bottom:15px;
}
.career-btns button{
   border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0px #6464641c;
    border: 1px solid #e7e7e7;
    height: 50px;
    background: #f03641;
    color: #fff;
    margin: auto;
    display: block;
    width:100%;
}
.career-btns{
    display:flex;
}
.career-openings{
    padding-top:30px;
    padding-bottom:30px;
}
.career-openings h2 {
    text-align: center;
    font-weight: 600;
    padding-bottom:40px;
}



.logo-img{
    display:none;
}






@media only screen and (max-width:767px){
    .page-popup-content h2{
        font-size:16px;
    }

    .education-head h4{
            font-size: 18px !important;
    }
    .client-items img{
        height:35px;
    }
    .edu-box{
        margin-bottom:20px;
    }
    .edu-box h4{
        font-size:20px;
    }
    .course-wrapper h4 {
    font-size: 30px;
    padding-bottom: 17px;
}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}

.header-top:after{
    display:none;
}
.navbar-fixed-top.scrolled-inner .header-menu {
    top: -110px;
    background: none !important;
    width: 100%;
    box-shadow: none;
}
.header-top{
    height:130px;
}
.wpcf7-form input, .wpcf7-form textarea{
    margin:5px 0 !important;
}
.form-container h2 {
    margin-bottom: 0px !important;
    font-size: 16px !important;
}
.navbar-fixed-top.scrolled-inner .header-top{
	display: block;
	height:115px;
} 
.logo-img{
    display:block;
}
    .header-menu {
    top: 30px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    left: unset;
    text-align: right;
    margin: 0;
    background: transparent;
    border:none !important;
}
.heder-top-cnt {
    bottom: 8px;
    right: 30px;
}
.heder-top-cnt h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.heder-top-cnt a {
    font-size: 14px;
}
.navbar-fixed-top.scrolled-inner .sticky-number, .navbar-fixed-top.scrolled-inner .sticky-number h5{
    text-align:center !important;
    
}
.banner-item .banner-caption{
    bottom:0px;
}

.banner-caption h2{
    font-size:15px;
}
.banner-cats .col-6{
    margin-bottom:20px;
}
.banner-caption h6{
    width:75%;
    margin:auto;
}
.banner-service .slick-prev {
    left: 4px;
}
.banner-service .slick-next {
    right: 30px;
}
.banner-service .slick-prev:before, .banner-service .slick-next:before{
    width:30px;
}
.banner-caption h6 p {
    color: #fff;
    text-shadow: 0 0 4px #000;
    line-height: 18px;
    font-size: 12px;
    font-weight: 300;
}
.pro-cat-container{
    width:100%;
}
.pro-cat-item{
    margin-bottom:20px;
}
.deliv-ban h3 {
    font-size: 38px;
    padding-left: 15px;
}
.deliv-ban h4 {
    font-size: 22px;
    padding-left: 15px;
}
.footer-top{
    text-align:center;
}
.footer-top .col-12{
    margin-bottom:20px;
}
.footer-top-number {
    bottom: 1px;
    right: 15px;
}
.footer-top-number h5{
    font-size:15px;
    margin-bottom:0;
}
.footer-top-number a{
    font-size:14px;
}
.social-icons{
    margin-bottom:30px;
}
.innerpage-header{
    height:145px;
}
.innerpage-header img{
    height:145px;
}
.inner-heading h2{
    font-size:18px;
}
.contact-page {
    padding: 75px 15px !important;
}
.contact-info{
    padding-left:0 !important;
    padding-right:0 !important;
}
.contact-form-pge{
    margin-bottom:20px;
}
.cnt-det-box{
    display:block;
    padding:15px !important;
}
.cnt-icon {
    background: no-repeat;
    padding: 0;
    color: #fff;
    margin-right: 0;
    margin-bottom: 10px;
}
.cnt-icon i {
    font-size: 28px;
    color: #f03641;
}
.cntct-bottom p{
    width:100%;
}
.equipment-repair-inner h4 {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    padding-top: 20px;
}
.equipment-repair-inner .para3 {
    padding-top: 0;
}
.equipment-repair-inner h4{
    padding-bottom:20px;
}
.serv-req-contact {
    padding-top: 0;
}
.replacement-part-img:before{
    left:10px;
}
.replacement-part-img:after{
    right:10px;
}
.sds-head{
    text-align:center;
}
.product-sol-item{
    text-align:center;
}
.training-link{
    height:100%;
}
.training-inner img {
    height: 255px;
}
.training-links h3{
    margin-top:30px;
}
#mega-menu-item-1299 a {
    background: #ffffff !important;
    color: #f03641 !important;
    margin-left: 0 !important;
}
.deliv-ban {
    height: auto;
    width: 100%;
}
.career-openings .col-12{
    margin-bottom:15px;
}
 .popup-content label{
    margin-bottom:0;
}
.popup-content input{
        background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin: 8px auto;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
}
 .popup-content{
    background: #EEEEEE;
    padding: 25px;
    border-radius: 15px;
}
 .popup-content .submit-btn input{
    width: fit-content;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0px #6464641c;
    border: 1px solid #e7e7e7;
    height: 50px;
    background: #f03641;
    color: #fff;
    margin: auto;
    display: block;
}
 .popup-content .submit-btn{
    height:40px;
}
    .header-top img {
        width: 170px;
        margin-right: 65px;
    }
    .heder-top-cnt{
        display:none;
    }
    .banner-service img{
        height:auto;
    }
}



@media only screen and (min-width:768px) and (max-width:1200px){
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
    .header-menu {
    top: 0;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    left: unset;
    text-align: right;
    margin: 0;
    background: transparent;
}
.logo-img{
    display:block;
}
.header-top:after{
    display:none;
}
.header-top img {
    width: 150px;
    margin-right: 65px;
}
.header-top{
    height:auto;
}

.heder-top-cnt {
    bottom: 8px;
    right: 30px;
}
.heder-top-cnt h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.heder-top-cnt a {
    font-size: 14px;
}
.career-main-img img {
    height: 100%;
    object-fit: cover;
}
.career-openings .col-lg-4{
    margin-bottom:20px;
}
.navbar-fixed-top.scrolled-inner .sticky-number, .navbar-fixed-top.scrolled-inner .sticky-number h5{
    text-align:center !important;
    
}
.banner-item .banner-caption{
    bottom:40px;
}

.pro-cat-container{
    width:100%;
}
.pro-cat-item{
    margin-bottom:20px;
}
.deliv-ban h3 {
    font-size: 38px;
    padding-left: 15px;
}
.deliv-ban h4 {
    font-size: 22px;
    padding-left: 15px;
}
.footer-top{
    text-align:center;
}
.footer-top .col-12{
    margin-bottom:20px;
}
.footer-top-number {
    bottom: 1px;
    right: 15px;
}
.footer-top-number h5{
    font-size:15px;
    margin-bottom:0;
}
.footer-top-number a{
    font-size:14px;
}
.social-icons{
    margin-bottom:30px;
}
.innerpage-header{
    height:145px;
}
.innerpage-header img{
    height:145px;
}
.inner-heading h2{
    font-size:18px;
}
.contact-page {
    padding: 75px 15px !important;
}
.contact-info{
    padding-left:0 !important;
    padding-right:0 !important;
}
.contact-form-pge{
    margin-bottom:20px;
}
.cnt-det-box{
    display:block;
    padding:15px !important;
}
.cnt-icon {
    background: no-repeat;
    padding: 0;
    color: #fff;
    margin-right: 0;
    margin-bottom: 10px;
}
.cnt-icon i {
    font-size: 28px;
    color: #f03641;
}
.cntct-bottom p{
    width:100%;
}
.equipment-repair-inner h4 {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    padding-top: 20px;
}
.equipment-repair-inner .para3 {
    padding-top: 0;
}
.equipment-repair-inner h4{
    padding-bottom:20px;
}
.serv-req-contact {
    padding-top: 0;
}
.replacement-part-img:before{
    left:122px;
}
.replacement-part-img:after{
    right:122px;
}
.sds-head{
    text-align:center;
}
.product-sol-item{
    text-align:center;
}
.industrial-equipment{
    margin-bottom:30px;
}
.training-link{
    height:100%;
}
.training-inner img {
    height: 255px;
}
.training-links h3{
    margin-top:30px;
}
#mega-menu-item-1299 a {
    background: #ffffff !important;
    color: #f03641 !important;
    margin-left: 0 !important;
}
.edu-box {
    margin-bottom: 20px;
}
	
.banner-serv-cat {
    margin-bottom: 10px;
}
	
.home-banner-wrap .col-lg-2{
	padding:10px !important;
}

}
.mega-sub-menu{
	z-index:99 !important;
}

/*market segment item starts*/

.market_segment_item img {
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 8px 0 #00000080;
}
.market_segment_item img:hover{
  box-shadow: 0 0 0 4px #e1333d;

}
.market_segment_item h4 {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 92%;
    left: 0;
    right: 0;
    background: #000000b8;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    margin: auto;
    border-radius: 0 0 15px 15px;
}
.market-segment-detail img {
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 #000000a6;
}
.market_segment_item img:hover{
    
}
 /*janitorial*/
 
.janitorial-equipment-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.janitorial-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:20px;
}
.janitorial-item {
    position: relative;
    box-shadow: 0 0 11px 0 #929292;
    border-radius: 20px;
    margin-bottom: 25px;
    overflow:hidden;
}
.janitorial-item h4 {
    background: #000000b8;
    position: absolute;
    width: 100%;
    bottom: -10px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 18px;
}
.janitorial-item img:hover{
    transform:scale(1.1);
    transition:1s ease;
}
.janitorial-item:hover h4{
    background:#ffffffd6;
    color:#f03641;
}
.product-detail img {
    height: 400px;
    object-fit: contain;
    box-shadow: 0 0 12px 0 #00000024;
}

#scroll-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #f03641;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 56%);
    transition: background 0.3s, transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0); /* Fix for iOS Safari */
    will-change: transform;
}


#scroll-toggle:hover {
    background-color: #fff;
    color:#f03641;
}

.popup-form {
    width: 73%;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: auto;
}
.popup-form h2{
    text-align:center;
    padding:12px 0;
}

/* Floating Button */
/* Button Styling */
#form-toggle {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 60px !important;
    height: 60px !important;
    border: none;
    background-color: #f03641;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
    transition: background 0.3s;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0); /* Fix rendering issues on iOS */
    will-change: transform;
}

.circle-btn {
    position: fixed;
    bottom: 135px;
    right: 275px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f44336;
    color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
	transition: 0.3s ease-out;
	
}

.circle-btn:hover{
	background-color:#fff !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	border:2px solid #f44336;
}

.circle-btn i {
  font-size: 20px;
}

.circle-btn:hover i {
	color:#f44336 !important;
}


#form-toggle:hover {
    background-color: #fff;
    color: #f03641;
}

#popup-toggle{
    bottom:150px !important;
}
/* Form Container */

.book-appoint-btn {
	background: #F03641;
    color: #fff;
    border-radius: 10px;
    padding: 6px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 92%;
    margin: auto;
    text-align: center;
    font-size: 13px;
	border:none;
}


.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
#close-form {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

#close-form:hover {
    color: red;
}

/* Form Heading */
.form-container h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 19px;
    color: #333;
}

/* Form Inputs */
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    height: 45px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 5px 0px #6464641c;
}

.wpcf7-form input[type="submit"] {
    background: #f03641;
    color: white;
    border: none;
    cursor: pointer;
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background: #d92e36;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* Hide hovercnt initially */
.hovercnt {
    position: fixed;
    bottom: 70px;
    right: 90px;
    background: #fff;
    color:#000 ;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 17px;
    white-space: nowrap;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    display: none;
    z-index:9;
    height:88px;
    transition: opacity 0.3s ease-in-out;
}

/* Show hovercnt when hovering over form-toggle */
#form-toggle:hover + .hovercnt {
    display: block;
}
#popup-form {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Background overlay */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


/* Tooltip */

}
.ui-timepicker-container {
    top: 440px !important;
    position: fixed !important;
    z-index: 999 !important;
}


 @media print {
        @page {
            size: A4; /* Sets the page size to A4 */
            margin: 20mm; /* Adjusts margins */
        }

        body * {
            visibility: hidden; /* Hides all content */
        }

        .rent-section, .rent-section * {
            visibility: visible; /* Shows only the print section */
        }

        .rent-section {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }
    }
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 12px;
    border: none;
    box-shadow: none !important;
}



/*contact popup*/

.Click-here {
  position: fixed;
    bottom: 150px;
    right: 20px;
    width: 60px !important;
    height: 60px !important;
    border: none;
    background-color: #f03641;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
    transition: background 0.3s;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0); /* Fix rendering issues on iOS */
    will-change: transform;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-color:#fff;
  color:#f03641;
  
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
    z-index: 999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}


.wpcf7-spinner{
    display:none;
}


.ui-timepicker-standard {
    z-index: 999999999 !important;
}


@media only screen and (min-width: 300px) and (max-width: 560px){
	/* 	header start */
	.navbar-fixed-top.scrolled-inner .sticky-number a {
		font-size: 14px;
		color: #fff;
		text-align: right;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number h5 {
		font-size: 14px;
		color: #fff;
		text-align: left;
		margin-bottom: 0;
		padding-top: 3px;
	}
	.navbar-fixed-top.scrolled-inner .header-top {
		display: block;
		height: 120px;
	}
	.navbar-fixed-top.scrolled-inner .header-top img {
		width: 130px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		display: block;
		top: 50% !important;
		margin-top: 0px;
	}
	.header-top {
		height: 120px;
	}
	.header-top img {
		width: 120px;
		margin-right: 65px;
		margin-top: 10px;
		
	}
	.Click-here {
		width: 50px !important;
		height: 50px !important;
	}
	#form-toggle {
		width: 50px !important;
		height: 50px !important;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number {
		display: block;
		background: #f03641;
		padding: 10px 0;
	}
	/* footer start */
	.footer h4 {
		font-size: 20px;
		padding-bottom: 0px;
	}
	.footer-copy {
		padding-top: 20px;
	}
	.footer p, .footer a {
		color: #fff;
		font-weight: 400;
		padding-bottom: 10px;
	}
	/* 	breadcrumb start */
	
	.inner-heading h2 {
		font-size: 18px;
	}
	.inner-heading span{
		font-size: 14px;
	}
	.banner-cats{
	    padding:40px 25px;
	}
	/* 	home-page */
	
	.banner-serv-cat .banner-serv-cat-caption h5 {
		font-size: 142x;
	}
	.product-items {
		background: #EEEEEE;
		border-radius: 15px;
		padding: 15px;
		height: 100%;
	}
	.prod-cat-link {
		margin: auto;
		text-align: center;
		background: #F03641;
		padding: 10px 15px;
		border-radius: 15px;
		width: 70%;
		margin-top: 20px;
		margin-bottom: 10px;
		opacity: 0;
		transform: translateY(20px);
		transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}
	.featured-products h2 {
		text-align: center;
		font-size: 24px;
		color: #fff;
		padding-bottom: 20px;
	}
	.featured-products {
		padding-top: 50px;
		padding-bottom: 50px;
		background: #F03641;
		margin-top: 50px;
	}
	/* 	inner credit */
	.terms{
		padding-top: 20px;
	}
	p, li {
		color: #444444;
		font-size: 14px;
		line-height: 28px;
	}
	/* market management */
	.market_segment_item img {
		height: 250px !important;
	}
	/*rental-rate start */
	.clean-img img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	[data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }
	.products {
		padding: 0;
		padding-top: 20px !important;
		text-align: center;
	}
	.products .product img {
		height: 350px;
	}
	.clean-img img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
    /* inner career */
	.main-career-frm{
		margin: 10px;
	}
	.wpcf7-form input[type="submit"] {
		background: #f03641;
		color: white;
		border: none;
		cursor: pointer;
		padding: 12px;
		font-size: 16px;
		border-radius: 5px;
		margin: 10px 0 !important;
		transition: background 0.3s;
	}
}
@media only screen and (min-width: 440px) and (max-width: 500px){
	.replacement-part-img:before {
		left: 50px !important;
	}
	.replacement-part-img:after {
		right: 50px !important;
	}
}
@media only screen and (min-width: 500px) and (max-width: 560px){
	.replacement-part-img:before {
		left: 80px !important;
	}
	.replacement-part-img:after {
		right: 80px !important;
	}
}
@media only screen and (min-width: 561px) and (max-width:767px ){
	/* footer star */
	.footer-top-logo:after {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 150px;
		content: '';
		background: url('../tartan/assets/img/bnrbtm.png') no-repeat center;
		background-size: cover;
	}
	/* 	home page */
	.prod-cat-link {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.pro-serv-img .overlay {
		height: 350px;
	}
	.pro-serv-caption h5 {
		color: #fff;
		padding-bottom: 20px;
		text-transform: uppercase;
	}
	/* inner replacement-part */
	.replacement-part-img:before {
		left: 100px !important;
	}
	.replacement-part-img:after {
		right: 100px !important;
	}
	.footer-top-number h5 {
    color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.footer p, .footer a {
    color: #fff;
		font-size: 14px;
		font-weight: 400;
	}
}

@media only screen and (min-width: 768px) and (max-width:993px ){
/* navbar start */
.navbar-fixed-top.scrolled-inner .header-menu {
    top: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 3px 4px 0 #00000029;
    position: relative;
    height: 115px;
}
.navbar-fixed-top.scrolled-inner .header-menu:after {
    position: absolute;
    content: '';
    background: url(../tartan/assets/img/logo.png) no-repeat center;
    background-size: cover;
    top: 14px;
    left: 38px;
    width: 130px;
    height: 85px;
    object-fit: contain;
}
/* repacement start */
.replacement-part-img:before {
    left: 180px;
}
.replacement-part-img:after {
    right: 180px;
}
}
@media only screen and (min-width: 993px) and (max-width:1200px ){
/* navbar start */
.navbar-fixed-top.scrolled-inner .header-menu {
    top: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 3px 4px 0 #00000029;
    position: relative;
    height: 150px;
}
.navbar-fixed-top.scrolled-inner .header-menu:after {
    position: absolute;
    content: '';
    background: url(../tartan/assets/img/logo.png) no-repeat center;
    background-size: cover;
    top: 20px;
    left: 38px;
    width: 150px;
    height: 100px;
    object-fit: contain;
}
/* inner product */
.pro-solution-link {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.2s;
    transform: scale(1);
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100px; /* Ensures consistent height */
    text-align: center;
}
/* inner contact us */
.contact-page {
    min-height: 100vh; /* Ensure full page height */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.contact-page .row {
    width: 100%;
    display: flex;
    align-items: center; /* Aligns both columns vertically */
    justify-content: center;
}

.contact-page .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1350px ){
/* header start */
.header-menu {
    position: absolute;
    top: 185px;
    z-index: 9;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(1px);
    padding: 20px;
    border: 1px solid #ffffff2f;
    border-radius: 0px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: #ffffffd4;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 34px;
    padding: 0px 2px 0px 2px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #000000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    margin: 0 2px !important;
}
#mega-menu-wrap-primary #mega-menu-primary{
    text-align:left;
}
.header-top:after {
    position: absolute;
    bottom: 0px;
    width: 110%;
    height: 100%;
    content: '';
    background: url(../tartan/assets/img/logobtm.png) no-repeat center;
    background-size: cover;
    top: 5px;
}
/* inner contact us */
.contact-page {
    min-height: 100vh; /* Ensure full page height */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.contact-page .row {
    width: 100%;
    display: flex;
    align-items: center; /* Aligns both columns vertically */
    justify-content: center;
}

.contact-page .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 14px;
		left: 38px;
		width: 130px;
		height: 85px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 210px;
		position: relative;
	}
	.header-menu {
		position: absolute;
		top: 220px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 130px;
	}
	.innerpage-header {
		height: 250px;
		position: relative;
	}
	.innerpage-header img {
		height: 250px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 14px;
		left: 38px;
		width: 130px;
		height: 85px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 250px;
		position: relative;
	}
	.header-menu {
		position: absolute;
		top: 260px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 130px;
	}
}
@media only screen and (min-width: 2000px) and (max-width: 2300px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 14px;
		left: 38px;
		width: 130px;
		height: 85px;
		object-fit: contain;
	}
.header-top {
    background: #fff;
    padding: 0 0 0;
    height: 280px;
    position: relative;
}
.header-menu {
    position: absolute;
    top: 300px;
    z-index: 9;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(1px);
    padding: 15px;
    border: 1px solid #ffffff2f;
    border-radius: 20px;
    width: 90%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: #ffffffd4;
}
.navbar-fixed-top.scrolled-inner .header-menu {
    top: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 3px 4px 0 #00000029;
    position: relative;
    height: 130px;
}
}
@media only screen and (min-width: 2301px) and (max-width: 2650px) {
.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 20px;
		left: 40px;
		width: 160px;
		height: 100px;
		object-fit: contain;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 50px;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 330px;
		position: relative;
	}
	.header-menu {
		position: absolute;
		top: 340px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 190px;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 20px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 34px;
		height: 34px;
		padding: 0px 6px 0px 6px;
		vertical-align: baseline;
		width: auto;
		display: block;
		color: #000000;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 3px 3px 3px 3px;
		font-family: inherit;
		font-size: 20px;
		font-weight: 500;
		outline: none;
	}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
			display: block;
			background: #f03641;
			color: #fff;
			font-family: inherit;
			font-size: 18px;
			font-weight: normal;
			padding: 0px 10px 0px 10px;
			line-height: 35px;
			text-decoration: none;
			text-transform: none;
			vertical-align: baseline;
		}
	.clean-img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 2651px) and (max-width:2950px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 20px;
		left: 40px;
		width: 190px;
		height: 130px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 360px;
		position: relative;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 50px;
	}
	.header-menu {
		position: absolute;
		top: 370px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 190px;
	}
	.heder-top-cnt {
		position: absolute;
		bottom: 18px;
		right: 280px;
		z-index: 9;
		text-align: center;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 34px;
		height: 34px;
		padding: 0px 6px 0px 6px;
		vertical-align: baseline;
		width: auto;
		display: block;
		color: #000000;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 3px 3px 3px 3px;
		font-family: inherit;
		font-size: 22px;
		font-weight: 500;
		outline: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		display: block;
		background: #f03641;
		color: #fff;
		font-family: inherit;
		font-size: 18px;
		font-weight: normal;
		padding: 0px 10px 0px 10px;
		line-height: 35px;
		text-decoration: none;
		text-transform: none;
		vertical-align: baseline;
	}
	.clean-img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 2951px) and (max-width: 3250px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 20px;
		left: 40px;
		width: 190px;
		height: 130px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 400px;
		position: relative;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 50px;
	}
	.header-menu {
		position: absolute;
		top: 420px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 200px;
	}
	.heder-top-cnt {
		position: absolute;
		bottom: 18px;
		right: 280px;
		z-index: 9;
		text-align: center;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px !important;
	}
	.header-menu .container {
		max-width: 2000px !important;
	}
	.heder-top-cnt h5 {
		color: #fff;
		text-align: center;
		font-size: 30px;
	}
	.heder-top-cnt a {
		color: #fff;
		font-size: 26px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 34px;
		height: 34px;
		padding: 0px 6px 0px 6px;
		vertical-align: baseline;
		width: auto;
		display: block;
		color: #000000;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 3px 3px 3px 3px;
		font-family: inherit;
		font-size: 26px;
		font-weight: 500;
		outline: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		display: block;
		background: #f03641;
		color: #fff;
		font-family: inherit;
		font-size: 20px;
		font-weight: normal;
		padding: 0px 10px 0px 10px;
		line-height: 35px;
		text-decoration: none;
		text-transform: none;
		vertical-align: baseline;
	}
	.clean-img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 3250px) and (max-width: 3600px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 20px;
		left: 40px;
		width: 190px;
		height: 130px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 440px;
		position: relative;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 50px;
	}
	.header-menu {
		position: absolute;
		top: 460px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 200px;
	}
	.heder-top-cnt {
		position: absolute;
		bottom: 18px;
		right: 280px;
		z-index: 9;
		text-align: center;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px !important;
	}
	.header-menu .container {
		max-width: 2000px !important;
	}
	.heder-top-cnt h5 {
		color: #fff;
		text-align: center;
		font-size: 30px;
	}
	.heder-top-cnt a {
		color: #fff;
		font-size: 26px;
	}
	.inner-heading h2 {
		font-size: 36px;
	}
	.inner-heading h6 {
		font-size: 28px;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number a {
		font-size: 20px;
		color: #fff;
		text-align: right;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number h5 {
		font-size: 20px;
		color: #fff;
		text-align: left;
		margin-bottom: 0;
		padding-top: 3px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 34px;
		height: 34px;
		padding: 0px 6px 0px 6px;
		vertical-align: baseline;
		width: auto;
		display: block;
		color: #000000;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 3px 3px 3px 3px;
		font-family: inherit;
		font-size: 26px;
		font-weight: 500;
		outline: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		display: block;
		background: #f03641;
		color: #fff;
		font-family: inherit;
		font-size: 20px;
		font-weight: normal;
		padding: 0px 10px 0px 10px;
		line-height: 35px;
		text-decoration: none;
		text-transform: none;
		vertical-align: baseline;
	}
	.clean-img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 3601px) and (max-width: 3800px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 20px;
		left: 40px;
		width: 190px;
		height: 130px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 470px;
		position: relative;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 50px;
	}
	.header-menu {
		position: absolute;
		top: 490px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 20px 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 200px;
	}
	.heder-top-cnt {
		position: absolute;
		bottom: 18px;
		right: 280px;
		z-index: 9;
		text-align: center;
	}
	.innerpage-header {
		height: 320px;
		position: relative;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px !important;
	}
	.header-menu .container {
		max-width: 2500px !important;
	}
	.heder-top-cnt h5 {
		color: #fff;
		text-align: center;
		font-size: 30px;
	}
	.heder-top-cnt a {
		color: #fff;
		font-size: 26px;
	}
	.inner-heading h2 {
		font-size: 36px;
	}
	.inner-heading h6 {
		font-size: 28px;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number a {
		font-size: 20px;
		color: #fff;
		text-align: right;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number h5 {
		font-size: 20px;
		color: #fff;
		text-align: left;
		margin-bottom: 0;
		padding-top: 3px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 34px;
		height: 34px;
		padding: 0px 6px 0px 6px;
		vertical-align: baseline;
		width: auto;
		display: block;
		color: #000000;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 3px 3px 3px 3px;
		font-family: inherit;
		font-size: 32px;
		font-weight: 500;
		outline: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		display: block;
		background: #f03641;
		color: #fff;
		font-family: inherit;
		font-size: 20px;
		font-weight: normal;
		padding: 0px 10px 0px 10px;
		line-height: 35px;
		text-decoration: none;
		text-transform: none;
		vertical-align: baseline;
	}
	.clean-img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 3801px) and (max-width: 4050px) {
	.navbar-fixed-top.scrolled-inner .header-menu::after {
		position: absolute;
		content: '';
		background: url(../tartan/assets/img/logo.png) no-repeat center;
		background-size: cover;
		top: 20px;
		left: 40px;
		width: 210px;
		height: 150px;
		object-fit: contain;
	}
	.header-top {
		background: #fff;
		padding: 0 0 0;
		height: 510px;
		position: relative;
	}
	.navbar-fixed-top.scrolled-inner #mega-menu-wrap-primary #mega-menu-primary {
		text-align: right;
		padding-top: 50px;
	}
	.header-menu {
		position: absolute;
		top: 530px;
		z-index: 9;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(1px);
		padding: 20px 15px;
		border: 1px solid #ffffff2f;
		border-radius: 20px;
		width: 90%;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		background: #ffffffd4;
	}
	.navbar-fixed-top.scrolled-inner .header-menu {
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		box-shadow: 1px 3px 4px 0 #00000029;
		position: relative;
		height: 220px;
	}
	.heder-top-cnt {
		position: absolute;
		bottom: 18px;
		right: 280px;
		z-index: 9;
		text-align: center;
	}
	.innerpage-header {
		height: 320px;
		position: relative;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px !important;
	}
	.header-menu .container {
		max-width: 2500px !important;
	}
	.heder-top-cnt h5 {
		color: #fff;
		text-align: center;
		font-size: 30px;
	}
	.heder-top-cnt a {
		color: #fff;
		font-size: 26px;
	}
	.inner-heading h2 {
		font-size: 36px;
	}
	.inner-heading h6 {
		font-size: 28px;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number a {
		font-size: 20px;
		color: #fff;
		text-align: right;
	}
	.navbar-fixed-top.scrolled-inner .sticky-number h5 {
		font-size: 20px;
		color: #fff;
		text-align: left;
		margin-bottom: 0;
		padding-top: 3px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 34px;
		height: 34px;
		padding: 0px 6px 0px 6px;
		vertical-align: baseline;
		width: auto;
		display: block;
		color: #000000;
		text-transform: none;
		text-decoration: none;
		text-align: left;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 3px 3px 3px 3px;
		font-family: inherit;
		font-size: 32px;
		font-weight: 500;
		outline: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		display: block;
		background: #f03641;
		color: #fff;
		font-family: inherit;
		font-size: 20px;
		font-weight: normal;
		padding: 0px 10px 0px 10px;
		line-height: 35px;
		text-decoration: none;
		text-transform: none;
		vertical-align: baseline;
	}
	.clean-img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}

/*dishwash*/

 
.dishwash-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.dishbox img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:20px;
}
.dishbox {
    position: relative;
    box-shadow: 0 0 11px 0 #929292;
    border-radius: 20px;
    margin-bottom: 25px;
    overflow:hidden;
}
.dishbox h4 {
    background: #000000b8;
    position: absolute;
    width: 100%;
    bottom: -10px;
    border-radius: 0 0 20px 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 18px;
}
.dishbox img:hover{
    transform:scale(1.1);
    transition:1s ease;
}
.dishbox:hover h4{
    background:#ffffffd6;
    color:#f03641;
}

#wpcf7-f1039-o1{
    padding-bottom:20px;
}
.terms a{
    color:#f03641 ;
}
.terms a:hover{
  text-decoration :none;
}


.error-404{
    padding-top:70px;
    padding-bottom:70px;
}
.error-404 img{
    width:100%;
    height:525px;
    object-fit:contain;
}



/*education starts*/

.education-head h4 {
    text-align: center;
    color: #f03641;
    font-weight: 600;
    width: 80%;
    margin: auto;
    font-size: 28px;
    padding-bottom:30px;
}
.edu-box {
    padding: 25px;
    border: 1px solid #0000001f;
    border-radius: 20px;
    background: #eee;
    box-shadow: -6px 9px 13px #cfcfcf38;
}
.edu-box h4{
    text-align:center;
    font-weight:600;
}
.second-para {
    background: #f03641;
    padding: 60px;
    text-align: center;
}
.second-para h4{
    color:#fff;
    font-weight:600;
    font-size:28px;
}
.second-para p{
    color:#FFF;
}
.course-wrapper{
    padding-top:60px;
    padding-bottom:60px;
}
.coursebox {
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #00000021;
    height: 100%;
    background:#eee;
}
.coursebox img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    display: block;
    padding-bottom: 20px;
}
.course-wrapper h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding-bottom:30px;
}
.course-wrapper .col-lg-4{
    margin-bottom:25px;
}
/*education ends*/


@media only screen and (min-width:1550px){

.banner-serv-cat .overlay{
    height:20vh;
}
.banner-serv-cat img{
     height:20vh;
}
}

@media only screen and (min-width:2000px) {
    .banner-caption h2{
        font-size:60px;
        padding-bottom:15px;
    }
    .banner-caption h6 p {
    font-size: 27px;
}
}

