.logo {
	max-width: 200px;
}

.banner img {
	max-width: 100%;
}

.banner {
	max-width: 100% !important;
	padding: 0px !important;
	margin-top: 92px;
}

.head-sec {
	margin: inherit !important;
}
div#popup h5 {
    margin-bottom: 20px;
    text-align: center;
}
div#popup input {
    margin-bottom: 15px;
}
.menu-call-btn {
	background: #bd2830;
	border: 2px solid #e87b40;
	color: #fff;
	padding: 5px 20px 8px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

.menu-call-btn:hover {
	background: #fff;
	color: #e87b40;
}

.form-sec {
	position: absolute;
	top: calc(20% + 0px);
	right: 5%;
	background: #bd2830;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}
.form-sec h5{color:#fff;}
.form-group {
	margin-bottom: 15px;
}

.sub-btn {
	background: #ad8b12;
	padding: 5px 50px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
}

.sub-btn:hover {
	background: #e87b40;
	color: #fff;
}

.heading-text {
	margin-bottom: 20px;
	    text-align: center;
}
.heading-text span {
    color: #bd2830;
}

.card {
	text-align: center;
	padding: 10px 0px;
	border: 0px !important;
	background: transparent !important;
}

.greenbg {
	padding: 30px !important;
    background: #e9ffd5;
    border-left: 5px solid #81c244;
}

.orangebg {
	background: #ffeee5;
    padding: 30px !important;
    border-left: 5px solid #e87b40;
}

.stats {
	/* background:#e87b40; */
	border-radius: 0px 0px 100px 100px;
}

.card .h2 {
	font-size: 16px;
	/* color:#fff; */
}

.mute-text {
	font-size: 14px;
	/* color:#fff; */
}

.section-style {
	margin: 50px 0px !important;
}

.section-style h2 {
	color: #000;
	font-size: 24px;
}

.rounded-circle {
	border-radius: 50% !important;
	background-color: #81c244;
	padding: 10px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: white;
	margin: 0 auto;
	margin-bottom: 10px;
}

.card {
	border-bottom: 2px solid #81c244 !important;
	box-shadow: 0px 15px 12px #ebebeb;
	--bs-card-border-radius: 0px 0px 10px 10px !important;
}

.amenities {
	padding: 60px 0 60px;
	background: #e8e8e8;
}

.abt-head span {
    color: #E02B20;
        font-size: 32px;
}

.am-head {
    text-align: center;
    font-size: 24px;
    color:#fff;
}

.amenities-icon {
	text-align: center;
}

.amenities-icon img {
	width: 60px;
}

.amenities-icon p {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
}

.amenities-cont1 {
	background: #2c2c2b;
	color: #fff;
	text-align: center;
	    padding: 20px;
}

.amenities-cont2 {
    background: #be2830;
    text-align: center;
    color: #fff;
        padding: 20px;
}

.amenities-cont3 {
    background: #c6c6c6;
    text-align: center;
    color: #000;
        padding: 20px;
}

.odd .icon-col:nth-child(even) {
	background: #242424;
}

.odd .icon-col:nth-child(odd) {
	background: #363636;
}

.even .icon-col:nth-child(even) {
	background: #363636;
}

.even .icon-col:nth-child(odd) {
	background: #242424;
}

.odd .icon-col:nth-child(even):hover {
	background: #000;
}

.odd .icon-col:nth-child(odd):hover {
	background: #000;
}

.even .icon-col:nth-child(even):hover {
	background: #000;
}

.even .icon-col:nth-child(odd):hover {
	background: #000;
}

.location h2 {
	color: #e87b40;
}

.location ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.location ul li {
	list-style: none;
	line-height: 2;
}

.features-box li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	color: #81c244;
	font-size: 14px;
	margin-right: 10px;
}

.cta {
	background: #e8e8e8;
	padding: 10px 0px;
}

.cta h3 {
	margin-bottom: 0px;
}

.cta h3 {
	margin-bottom: 0px;
	line-height: inherit;
	font-weight: 500;
	    color: #000;
}

.cta-btn {
	width: 300px !important;
	border: none;
	margin: 0 auto;
	padding: 10px;
	background: #81c244;
	font-weight: bold;
	animation: bganim 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
	border: 1px solid #6c6c6c;
	text-transform: uppercase;
	box-shadow: 3px 4px 0px #000;
}

@keyframes bganim {
	from {
		background-color: #e8e8e8;
	}

	to {
		background-color: #be2830;
	}
}

.thankyou{display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
        background: url(img/bg-machine.jpg);
        background-repeat:no-repeat;
        background-size:cover;
}
.thankyou h2{text-align:center;}

.thankyou-head{
	position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
	
}
.sticky-cta {
	background: #81c244;
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: none;
	text-align: center;
}

.sticky-enq {
	background: #be2830;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

.sticky-enq a,
.sticky-enq a:hover {
	color: #fff;
	text-decoration: none;
}

.sticky-call a,
.sticky-call a:hover {
	color: #000;
	text-decoration: none;
}

.sticky-call {
	background: #000;
	padding: 10px;
	font-weight: bold;
}
.mb-cl-btn{
    display:none;
}
@media (max-width: 767px) {
    .btn-floating.phone{display:none;}
    header{padding:0!important;}
    button.navbar-toggler {
        display: none;
    }
    .mb-cl-btn{
        display: flex!important;
        width: 100%;
        justify-content: end;
        margin-top: -50px;
    }
    .mb-cl-btn a {
        background: #ec2028;
        display: inline-block;
        position: relative;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        border-radius: 50px;
    }
    .mb-cl-btn img {
        top: -2px;
        position: relative;
    }
    .navbar-brand img {
        max-width: 60%;
    }
    .d-md-flex {
        display: none;
    }
    .box {
        width:80%!important;
    }
    header .container {
        padding: 0 5px;
    }
    .popup-content {
        max-width: 90% !important;
        padding: 20px 15px;
    }
    .popup-overlay {
      z-index: 9999; /* changed from 999 */
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding-block: 25px;
    }
    footer#contact {
        padding-bottom: 60px!important;
    }
	.logo {
    max-width: 150px;
	}
	.menu-call-btn {
    padding: 2px 10px 2px;
    margin-top: -7px;
	}
	.section-style {
    margin: 30px 0px !important;
	}
	.amenities {
    padding: 30px 0 30px;
	}
	.form-sec {
		position: relative;
		top: auto;
		right: 0;
		left: 0;
		max-width: 80% !important;
		margin: 20px auto !important;
	}

	.amenities-cont {
		margin-bottom: 20px;
	}

	.cta {
		display:none;
		
	}

	.cta h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sticky-cta {
		display: block;
	}
	.odd .icon-col:first-child, .odd .icon-col:last-child {
	background: #242424;
	}
	.even .icon-col:first-child, .even .icon-col:last-child {
		background: #242424;
	}
	.odd .icon-col:nth-child(2), .odd .icon-col:nth-child(3) {
	background: #363636;
	}
	.even .icon-col:nth-child(2), .even .icon-col:nth-child(3) {
	background: #363636;
	}
	.location{padding-bottom:40px;}
}


.about-bg {
    background: #eaeaea;
    padding: 70px 0 70px 0;
}
.features-bg {
    background-image: url(img/bg-machine.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px 0;
}
.features-cont {
    font-size: 16px;
    font-weight: 600;
}
.features-box {
    font-size: 16px;
    font-weight: 600;
}
.features-box li {
    list-style: none;
}
.features-box {
    border: 2px solid #bd2830;
    padding: 20px;
}

.foot-bg {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #212121!important;
}

.footer-heading-text {
    color: #fff;
    font-size: 22px;
    border-bottom: 2px solid #bd2830;
    padding-bottom: 10px;
}

.foot-cont {
    color: #fff;
}

.foot-cont a {
    color: #fff;
    text-decoration: none;
}

.foot-strip {
    background: #bd2830;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.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;
}


.test-bg {
    background: #bd2830;
    color: #fff;
    padding: 20px;
}

.test-bg1 {
    background: #fff;
    padding: 20px;
}

.testi-bg {
    background: #e8e8e8;
    padding: 60px 0 60px 0;
}

.shrink-how {
    background: url(img/shrink-how.jpg);
    padding: 60px 0 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.shrink-cont {
    background: #e8e8e8;
    padding: 30px !important;
}

.shrink-how-head {
    font-size: 26px;
}

.shrink-how-head span {
    color: #bd2830;
}

.abt-sec {
    margin: auto !important;a,
}

.abt-pad {
    background: url(img/bg-machine.jpg);
    padding: 70px 0 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

header nav li a.nav-link{font-weight: 600;font-size: 18px;color: #000000;}
header{
    padding:0px 30px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 4px #0003;
    background:#fff;
}
.sticky-cta{position: fixed;bottom: 0px;gap:3px;justify-content: space-around;width: 100%;background: #fff;z-index: 9999;}
.sticky-cta a{width: 100%;text-align: center;color: #FFFFFF;font-size: 18px;padding: 6px 12px;}


h2.gal-head {
    text-align: center;
    font-size: 28px;
}

.am-head1 {
    text-align: center;
    font-size: 24px;
    
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

.owl-carousel .item{
  margin: 3px;
}
.owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .item {
    margin: 3px;
}

.owl-carousel{
    margin-bottom:15px;
}

.s-btn {
    padding: 5px 20px;
    background: #bd2830;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: all .5s;
}

.types-shrink {
    padding: 60px 0px;
        background: #2c2c2b;
}
.types-shrink-bg {
    background-image: url(img/pf-shrink.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
       
}
.types-shrink-bg h3 {
    color: #fff;
}
.types-shrink-bg p {
    color: #fff;
}
.types-shrink-clr {
    background-color: #00000096;
    padding: 30px 30px;
}
.types-box {
    text-align: center;
    background: #ebe9e9;
    border: 1px solid;
   
}

.types-box h5 {
   padding:10px 0;
   
}


.types-head {
        color: transparent;
        text-align: center;
        animation: effect 2s linear infinite;
}

@keyframes effect {
        0% {
           background: linear-gradient( #fff, #fff);
            -webkit-background-clip: text;
        }
 
        100% {
            background: linear-gradient( #bd2830, #bd2830);
            -webkit-background-clip: text;
        }
    }
@media only screen and (max-width: 600px) {
    .mob-hide{
        display:none;}
    }