::-webkit-scrollbar {width: 10px;} /* width */
::-webkit-scrollbar-track {background: #c5c5c5;border-radius: 5px;} /* Track */
::-webkit-scrollbar-thumb {background: #EA4D2A; border-radius: 5px;} /* Handle */
::-webkit-scrollbar-thumb:hover {background: #555; } /* Handle on hover */

html{
	overflow: inherit;
}

/*
.content-wrapper{
	margin: 80px 0 0;
}
*/
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticktop {
        position: -webkit-sticky;
        position: sticky;
        top: 25%;
        z-index: 1020;
    }
}

.container {
	max-width: 1280px;
	width: calc(100% - 120px);
}


#action-text-btn-2 .normal-btn svg path, .normal-btn, .event-box, .menu-bar ul li a:before, .accreditation-block img{
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}



header {
	padding: 14px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
header.sticky {
    padding-bottom: 20px;
	box-shadow: 0px 2px 14px rgb(0 0 0 / 9%);
}
header .navbar-brand{
	max-width: 350px;
	display: block;
}
/*header .navbar-brand img{
	image-rendering: -moz-crisp-edges; 
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}*/
header .navbar-nav li{
	font-weight: 600;
	font-size: 15px;
}
header .navbar-nav li .nav-link{
	color: #fff;
}
header .navbar-nav li .nav-link:hover{
	color: #EA4D2A !important;
}

/*--- navigation style ----*/
.navbar {
	text-align: right;
	padding: 0;
	position: fixed;
    top: 0;
    background-color: #4f4f4f;
    z-index: 999;
    width: 100%;
	justify-content: space-between;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.headerup {
    transform: translateY(-100%);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.navbar-brand{padding-top: 7px; padding-bottom: 7px;}
.navbar-nav ul li { display: inline-block; padding-left: 16px; padding-right: 16px;}
.navbar-nav { margin: 0;}
.navbar-nav ul li a {
	display: block;
	text-align: center;
	color: #c0c0c0;
	padding: 0 16px;
	transition: all 0.4s ease;
	font-size: 17px;
    line-height: 1;
	font-weight: 700;
	position: relative;
}
.dark-menu .navbar-nav ul li a {
color: #454545;
}
.navbar-nav ul.nav-list li a{
	padding: 20px 0 20px;
}
.navbar-nav ul.top-nav li a{
	padding: 10px 0 10px;
	display: flex;
	align-items: center;
	text-align: left;
}
.navbar-nav ul.top-nav li a svg{width: 16px; margin-right: 7px;}
.navbar-nav ul.top-nav li a svg path{fill: #ea4d2a;}
.navbar-nav ul.nav-list li.active a{
	color: #ea4d2a;
}
.navbar-nav ul li:last-child a { padding-right: 0;}
.navbar-nav ul li a:hover {
	color: #ea4d2a; 
}
.navbar-nav .sm-icons, .mob-nav .sm-icons{
	padding-bottom: 20px;
}
.navbar-nav .sm-icons .lab, .mob-nav .sm-icons .lab{
	font-size: 20px;
	color: var(--bodytxt);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.navbar-nav ul.sm-icons li a, .mob-nav ul.sm-icons li a{padding: 0 8px;}
.navbar-nav ul.sm-icons li a:hover .lab, .mob-nav ul.sm-icons li a:hover .lab{color: #ea4d2a;}

.navbar .dropdown {position: relative;}
.navbar .headdropdown-menu {
	width: 215px;
    left: -120px;
	right: 0;
	top: auto;
	margin: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
	padding: 10px 12px;
	z-index: 99;
	position: absolute;
	display: none;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.navbar .headdropdown-menu ul li {
	width: 100%;
	transition: all 0.4s linear;
	display: block;
}
.navbar .headdropdown-menu ul li:after {display: none;}
.navbar .headdropdown-menu ul li a {
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	text-align: center;
	color: #000;
	padding: 12px 12px;
	border-bottom: 1px solid #eee !important;
}
.navbar .headdropdown-menu ul li:last-child a {border: 0 !important;}
.navbar .headdropdown-menu ul li:hover a {color: #ea4d2a;}
.mob-nav {display: none;}

.container-fluid.top-bar{display: block; width: 100%; padding: 10px 25px; border-bottom: 1px solid rgba(255,255,255,.1);}
.sm-icons li{display: inline-block;}
.sm-icons li a{padding: 0 8px;}
.sm-icons li a img{width: 16px;}
.topbar-block a {color: #fff;}
.topbar-block a img {width: 16px; margin: 0 10px 0 0;}

.nav-bottom-bar {display: flex; justify-content: space-between; width: 100%; padding: 0 30px;}
.nav-bottom-bar .navbar-nav{order: 4; display: block;}

.sticky .navbar{background-color: #4f4f4f; box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);}

.light-logo{display: block;}
.sticky .navbar .light-logo{display: block;}
.dark-logo{display: none;}
.sticky .navbar .dark-logo{display: none;}
.dark-menu .light-logo{display: none;}
.dark-menu .dark-logo{display: block;}
.sticky .navbar ul li a{color: #c0c0c0;}
.sticky .navbar ul li a:hover{color: #ea4d2a;}
/*.sticky .navbar-nav ul.nav-list li a {padding-top: 27px;}
.sticky .navbar-brand {padding-top: 12px;}*/
.menu-bar ul.top-nav li a:before {display: none; font-size: 16px;}
.menu-bar ul.top-nav {display: inline-block;     border-bottom: 1px solid #5a5a5a; max-width: 610px; width: 100%;}
.navbar-nav ul.top-nav li {
    padding-left: 12px;
    padding-right: 12px;
}
.menu-bar {
	position: relative;
	width: 100%;
	padding: 0;
}

.menu-bar ul li.active a:after, .menu-bar ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 5px solid #ea4d2a;
    z-index: -6;
}
.menu-bar ul li a:before{opacity: 0;}
.menu-bar ul li a:hover:before{opacity: 1;}
/*.menu-bar .target {
	position: absolute;
	border-bottom: 5px solid transparent;
	z-index: -1;
	transform: translateX(-40px) !important;
	top: 0 !important;
}

.menu-bar a,
.menu-bar .target {
	transition: all .35s ease-in-out;
}*/



/*new header*/

.navbar .headdropdown-menu ul li a.border-none {border-bottom: 0 !important;}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}



 /*---  home slider  ---*/
#home-slider {background-color: #e2e2e2;}

#home-slider .item {
	position: relative;
	margin: 0 auto;
	display: block;
	min-height: 600px;
	height: 100vh;
	background-color: #e2e2e2;
}



.slideimgbg {
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-1 {background-image: url('../images/home-banner/home-slide-1-skch.jpg');}
.slide-2 {background-image: url('../images/home-banner/home-slide-2-skch.jpg');}
.slide-3 {background-image: url('../images/home-banner/home-slide-3-skch.jpg');}
.slide-4 {background-image: url('../images/home-banner/home-slide-4-skch.jpg');}
.slide-5 {background-image: url('../images/home-banner/home-slide-5-skch.jpg');}
.slide-6 {background-image: url('../images/home-banner/home-slide-6-skch.jpg');}


/*.slideimgbg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}*/
#home-slider.owl-theme .owl-controls{
    margin: auto;
    position: absolute;
	text-align: center;
    left: calc(5% + 30px);
    right: auto;
	bottom: 10%;
    width: auto;
}
#home-slider.owl-theme .owl-controls .owl-page {vertical-align: middle; margin-top: 7px;}
#home-slider.owl-theme .owl-controls .owl-page span{
	height: 5px;
	width: 45px;
	background: #fff;
}
#home-slider.owl-theme .owl-controls .owl-page.active span{
	height: 5px;
	width: 45px;
	background: #ea4d2a;
}

#home-slider.owl-theme .owl-controls .owl-page:hover span{background: #454545;}
.slider-inner-container.container{height: 90%; align-items: flex-end; max-width: 90%;    position: absolute;
    z-index: 3;
    margin: auto;
    left: 0;
    right: 0;}
.slider-inner-container .row{height: 90%; align-items: flex-end; max-width: 90%;}


.slider-txt{
	position: relative;
	width: 40vw;
}

.slider-txt h2{
	font-size: 3.5vw;
    line-height: 1;
    font-weight: 700;
    color: #ea4d2a;
    margin: 0 0 20px;
    width: 100%;
    text-transform: uppercase;
}
.slider-txt p{
	font-size: 1.8vw;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
    width: 100%;
}
.fade-elements.second-image {
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
    /* z-index: 1; */
    /* opacity: 0; */
    transform: translateY(-50%);
    transition: all 300ms linear;
    width: 100%;
    /* height: 100%; */
}
.fade-elements.second-image img {
    width: 100%;
}
.actual-product {
	position: relative;
    width: 100%;
	min-height: 600px;
    height: 100vh;
	background-image: url('../images/home-banner/home-slide-1-img.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.prod-2{background-image: url('../images/home-banner/home-slide-2-img.jpg');}
.prod-3{background-image: url('../images/home-banner/home-slide-3-img.jpg');}
.prod-4{background-image: url('../images/home-banner/home-slide-4-img.jpg');}
.prod-5{background-image: url('../images/home-banner/home-slide-5-img.jpg');}
.prod-6{background-image: url('../images/home-banner/home-slide-6-img.jpg');}




#innerpg-banner{
	min-height: 350px;
	display: flex;
	align-items: flex-end;
	padding: 140px 0 50px;
}

#innerpg-banner .bg {
    background-image: url('../images/innerpage-banner-1670x400.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*opacity: 0.7;*/
}
#innerpg-banner .bg-wrap {background-color: #e2e2e2;}

#innerpg-banner.light h1 {
	font-size: 3.5vw;
    line-height: 1;
    font-weight: 700;
    color: #ea4d2a;
    margin: 0;
	text-shadow: 1px 2px 5px #000;
}
#innerpg-banner.light h3 {	
    color: #fff;
	text-shadow: 1px 2px 3px #000;
}




.gray-bg .bg-wrap{
	background: #f4f4f4;
}

.gallery-item.gallery-style-5:hover .item-img {
    opacity: 0.3;
}
 /*#gallery-half-carousel.dark .gallery-item:not(.masonry-item){
	background: #040d15; 
}*/
/*#gallery-half-carousel .bg-wrap, #recognition-panel .bg-wrap {background: #f4f4f4;}*/

h2.sectitle{
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.1;
	letter-spacing: 0;
	position: relative;
	/*letter-spacing: -1px;*/
}

.dark h2.sectitle{
	color: #EA4D2A;
}
h2.sectitle:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 2px;
    background: #ea4d2a;
    left: 0;
    bottom: -28px;
}
h2.sectitle.centertitle:after {
    right: 0;
	margin: auto;}
.normal-btn{
	background-color: #EA4D2A;
    border: 1px solid #EA4D2A;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    padding: 16px 32px;
    margin-top: 25px;
    display: inline-block;
    border-radius: 28.5px;
	letter-spacing: 0.045em;
	cursor: pointer;
}
.normal-btn:hover {
	background-color: transparent;
	color: #EA4D2A !important;
}

.secondary-btn{
	background-color: #525a62;
    border: 1px solid #525a62;
	color: #fff;
}
.secondary-btn:hover {
	background-color: transparent;
	color: #525a62 !important;
}

.hm-products.carousel-dots-center-bottom .owl-dots{
	bottom: -30px;
	width: 100%;
    text-align: center;
}
.owl-theme .owl-dot {margin: 0 3px;}
.dark .owl-dot>span{
	border-color: #746c5a;
}
.dark .owl-dot.active>span, .dark .owl-dot:hover>span{
	border-color: #EA4D2A;
}
#action-text-btn-2 .bg {
    /*background-image: url('../images/map.png');*/
    background-image: url('../images/parts-collage-white.jpg');
    background-repeat: no-repeat;
    background-position: 50% 75%;
    background-size: 100% auto;
    opacity:0.07;
}

#action-text-btn-2 .bg-wrap{
	background-color: #174169;
}
#action-text-btn-2.dark h3{
	/*color: #2c2d32;*/
	font-size: 30px;
	font-weight: 600;
}
#action-text-btn-2.dark h4{
	font-size: 22px;
	/*color: #2c2d32;*/
}
#action-text-btn-2 .normal-btn {
	display: flex;
   width: 170px;
    justify-content: space-around;
}
#action-text-btn-2 .normal-btn svg path{
	fill: #174169;
}
#action-text-btn-2 .normal-btn:hover svg path{
	fill: #EA4D2A;
}

footer.dark .bg-wrap {background: #4f4f4f;} /*#e3e8eb*/

footer li a, footer p{
	font-size: 17px;
}
footer li a{
	font-weight: 700;
}
footer.dark h3, footer.light h3{
	font-size: 26px;
    font-weight: 600;
	color: #EA4D2A;
}
.contact-icon-list li a:hover{color: #EA4D2A !important;}
.disclaimer-block{
	padding: 30px 0 0;
}
.copyright-txt p{
	font-size: 13px;
	line-height: 1.25;
}


.gallery-item.gallery-style-5 .item-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    color: #959595;
   /* background: #414141;*/
    background: #0d273f;
}
#gallery-half-carousel.light .gallery-item:not(.masonry-item){
	background-color: #ea4d2a;
}
#gallery-half-carousel.light svg.svg-default{
	fill: #fff;
}



.addcol {
	padding: 22px 0 20px;
	border-bottom: 1px solid #d1d1d1;
}
.addcol h4 {
	
	font-size: 22px;
		color: #EA4D2A;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 10px;
}
.addcol p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
}
.addcol p br:nth-child(2) {
    display: none;
}
.addcol p a {
	color:#000;
	transition: all 0.4s linear;
}
.addcol p a:hover {
	color: #EA4D2A !important;
}
.addcol:first-child { padding-top: 0;}
.addcol:last-child { border-bottom: 0;}

footer .bg {
    background-image: url(../images/map.png);
	background-size: 700px;
    /*background-color: #f4f5f6;*/
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
}
.formblock{
	padding: 90px 150px 90px 150px;
	background: #f4f4f4;
}
.form-container {
	
	margin: 0 auto;
}
.form-group {
	padding-bottom: 15px;
}
.form-group input, .form-group textarea {
	border: 0;
	border: 1px solid #d1d1d1;
	width: 100%;
	padding: 12px 10px;
	font-size: 16px;
		line-height: 1;
	color: #464646;
	font-weight: 400;
	background: transparent;
	border-radius: 6px;
		
}
.form-group select {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    font-size: 16px;
	line-height: 18px;
    padding: 12px 35px 12px 10px;
    width: 100%;
    color: #464646;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.svg) 95% 20px no-repeat;
	background-size: 14px;
}
.form-group input::placeholder, .form-group textarea::placeholder, .form-group select::placeholder {
	color: #464646;
}
.uploadedfile-name {
    font-size: 16px;
	line-height: 1.35;
    padding: 5px 0 1px 10px;
    color: #adaaaa;
}
.frmgroup-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.frmgroup-row .form-group {
	width: 48%;
}
.form-group textarea {
	resize: vertical;
	height: 140px;
	vertical-align: top;
}
.file-upload-note {
	font-size: 16px;
	line-height: 1;
	color: #464646;
	font-weight: 400;
	background: transparent;
	/*border-radius: 6px;
	margin: 0;
	border: 1px solid #d1d1d1;
	width: 100%;
	padding: 12px 10px 8px;*/
	margin-top: 8px;
}
.upload-group {position: relative;}
/*input#enqfileupload{visibility: hidden; width: 0; height: 0; padding: 0; position: absolute;}*/
.form-btn {
	background-color: var(--red);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 20px;
	border: 1px solid var(--red);
	text-transform: uppercase;
	margin: 30px auto 0;
    display: block;
    width: 195px;
}
.error:last-child, .error:nth-child(2) {
    color: #f00;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    margin-top: 4px;
    padding: 6px 5px;
}
.success-msg {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    background-color:#EA4D2A;
    padding: 70px 50px;
    color: #fff;
}

.checkboxrow label {
	margin-bottom: 0;
	display: grid;
	align-items: center;
	width: 100%;
	grid-template-columns: 50px calc(100% - 55px);
}
span.checklabel {
    width: calc(100% - 30px);
}
.checkboxrow input {
	width: 56px;
	height: 56px;
	border: 1px solid #C4C4C4;
	margin-left: 15px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0px;
}

.checkbox{
	/*display: block;
    margin-bottom: 12px;*/
    position: relative;
    cursor: pointer;
    font-size: 16px;
	line-height: 1.4;
    color: #464646;
	font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input{
	 position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
	transition: all 400ms linear;
}
.checkmark {
    position: relative;
    top: 0;
    right: auto;
    left: 0px;
    height: 36px;
    width: 36px;
	border-radius: 6px;
    background-color: #eee;
	transition: all 200ms linear;
    border: 1px solid #C4C4C4;
}
.checkbox:hover input ~ .checkmark {
    background-color: #e5e5e5;
}
.checkbox input:checked ~ .checkmark {
    background-color: #4f4f4f;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark:after {
   left: 13px;
    top: 7px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#hm-about-sec{
	min-height: 550px;
    display: grid;
    align-items: center;
    height: 33vw;
	padding: 100px 0;
}
.excavator-img{
	border: 20px solid #fff;
}


/*#about-profile-panel p{
	font-size: 18px;
}*/

.about-icon-block img{
	width: 70px;
	height: auto;
	margin: 0 auto 40px;
}
.about-icon-block h5{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ea4d2a;
}
.about-icon-block p, #hm-about-sec p{
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 10px;
}
.iso-block{
	max-width: 800px;
    display: grid;
    grid-template-columns: 199px auto;
    grid-column-gap: 40px;
   margin: 50px auto 0;
    align-items: center;
	border-top: 1px solid #ddd;
	padding-top: 50px;
}
.iso-logo img{max-width: 165px;}
.iso-desc {
    text-align: left;
    border-left: 1px solid #ddd;
    padding: 0 0 0 35px;
}
#recognition-panel .bg-wrap{
	top: 66%;
    overflow: hidden;
}
#recognition-panel .bg-wrap .bg{
	top: -108%;
    background: radial-gradient(#ebebeb 0%, transparent 53%);
}
.award-wrapper {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px 30px;
}

.award-box {
    padding: 10px 4px;
    /*background: linear-gradient(357deg, #ea4d2a, #0d273f);*/
    
}
.award-box img{
	max-width: 88px;
	image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.accreditation-block{
	text-align: center;
	border-left: 1px dashed #d0d0d0;
}
.accreditation-block:first-child{border: 0;}
.accreditation-block h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.accreditation-block h4 {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
	color: #ea4d2a;
}
.accreditation-block img {
    max-width: 220px;
	filter: grayscale(1);
	image-rendering: -moz-crisp-edges; 
image-rendering:   -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
.accreditation-block:hover > img {
    
	filter: grayscale(0);
}



.hm-event-wrapper{
	display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    text-align: center;
}
.event-wrapper{
	display: flex;
	flex-wrap: wrap;
    grid-column-gap: 20px;
    text-align: center;
	justify-content: center;
}
.event-box{
	 border-radius: 10px;
    border: solid 1px #ddd;
    padding: 25px 25px 35px;
}
.event-box:hover{
	border-color: transparent;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.event-box img {
    max-width: 210px;
}
.event-info {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

#formerevents .event-info {padding-top: 15px;}
.event-info h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 13px;
}
.event-info p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #79848f;
}
.event-wrapper .event-box{width: calc(33% - 20px); margin-top: 20px;}

.hm-event-btn-mobile {display: none;}

#products-intro p{
	font-size: 30px;
    line-height: 1.3;
}
#products-intro p.prod-cat{
	font-weight: 600;
    color: #e74c2a;
}
.product-wrapper {
    margin: 50px 0 0;
}

.product-block h3 {
	font-size: 30px;
    font-weight: 500;
}
.product-block {
    width: 100%;
	max-width: 400px;    
    padding: 15px 10px 15px 10px;
    text-align: left;
    margin: 0 10px ;
	border-bottom: 1px dashed #c5c5c5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: auto;
}
.product-block:last-child{
	border: 0;
}
.product-circle-link {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
	display: inline-block;
}
.product-block .product-circle-link:first-child {
	transform: rotate(180deg);
}

.product-circle-link:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: #000;
  /*  background: -webkit-linear-gradient(357deg, #ea4d2a, #0d273f);*/
    background: #EA4D2A;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    transition: all 800ms ease;
    z-index: 1;
}
.product-circle-wrap {
    background: #EA4D2A;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    position: relative;
    z-index: 4;
}
.product-circle-wrap:hover{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.product-circle-link:hover:before{
	-webkit-transform: scale(1.9);
	-moz-transform: scale(1.9);
	-o-transform: scale(1.9);
	-ms-transform: scale(1.9);
	transform: scale(1.9);
	opacity: 0;
}
.prod-part-sect-heading h3{
	    font-weight: 600;
    line-height: 1.1;    
    font-size: 26px;
    letter-spacing: -0.1px;
}

.prod-part-nm-wrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 8px;
}
.prod-part-name {
    font-size: 15px;
    background: #f4f4f4;
    padding: 10px 14px;
}

.prod-part-row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
    margin-bottom: 70px;
	
	/*display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;*/
    margin-right: auto;
    margin-left: auto;
	max-width: 100%;
}

.prod-sec-head, .prod-names{
	position: relative;
    z-index: 1;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.prod-sec-head{
	/*-ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;*/
	margin-bottom: 25px;
}
.prod-names{
	-ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 440px;
}

.prod-part-row:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.seclink {
    margin: -70px 0 70px;
}

.main-prodrow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-prodcol {
    
}
.main-prodcol.products-name-list {max-width: 370px; width: 100%;}
.products-swing-img, .products-travel-img {padding-top: 180px;  width: calc(50% - 210px);}
.products-swing-img {padding-right: 30px;}
.products-travel-img { padding-left: 30px;}
 

#travel-aco .prod-part-row {margin-left: 52%;}
#swing-aco .prod-part-row {margin-right: 52%;}

.allpg-link {display: block !important;}
.abtpg-link {display: none !important;}
#aboutus .abtpg-link {display: block !important;}
#aboutus .allpg-link {display: none  !important;}



.subproducts-section ul li a{text-decoration: none;  background-color: transparent;}

.subproducts-section .nav-tabs{
	border-bottom: 0;
    position: relative;
    margin: 0 auto 70px;
	display:none;
}
.subproducts-section .nav-tabs .nav-link{
	width: 100%;
	height: 60px;
	/*border-bottom: 1px solid rgb(255 255 255 / 26%);*/
	padding: 8px 20px;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	border-radius: 0;	
	align-items: center;
	justify-content: center;	
    background: #f3f3f3;
    border: 1px dashed #adadad;
}
.subproducts-section .card-header{
	border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 26%);
}
.subproducts-section .card-header h5{
	/*width: 225px;*/
	/*height: 65px;*/
	/*border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 26%);*/
	/*padding: 10px 20px;*/
	font-size: 24px;
	/*display: flex;*/
	border-radius: 0;	
	align-items: center;
	/*margin: 0 20px;*/
}
.subproducts-section .card-header h5 a{
	/*padding: 10px 0;*/
	    display: flex;
	align-items: center;
	font-size: 20px;
	height: 65px;
}
.subproducts-section .nav-tabs .nav-link span, .subproducts-section .card-header h5 a span {
    padding: 0 10px;
    font-size: 45px;
    margin-right: 20px;
}
.subproducts-section .nav-tabs .nav-link.active, .subproducts-section .card-header h5 a[aria-expanded="true"] {color: #fff !important; background-color: #ea4d2a; border: 1px solid #ea4d2a !important;}


.subproducts-section .card  {background: transparent; border: 0;}
.subproducts-section .card .card-body {padding: 0 20px;}

.subproducts-section .card-header h5 a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 20px;
	border-bottom: 0px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eee;
    border-left: 8px solid transparent;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.subproducts-section .card-header h5 a[aria-expanded="true"]:after{
	border-top: 0px solid transparent;
    border-bottom: 8px solid #102c33;
}

.subproducts-section .nav-tabs .nav-item {
    margin-bottom: 0;
    width: calc(50% - 6px);
}

.subproducts-section #swing-aco::before, .subproducts-section #travel-aco::before {
	display: block;
	content: " ";
	margin-top: -285px;
	height: 285px;
	visibility: hidden;
	pointer-events: none;
}

table.product-table {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.product-table thead {
	position: sticky;
	top: 93px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.product-table td {
	border: 1px solid #dedede;
	padding: 6px 15px;
}
.product-table th {
	border: 1px solid #dedede;
	padding: 10px 15px;
	background-color: #f3f3f3;
}
.product-table tr {
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
.product-table tr:nth-child(even){background-color: #f3f3f3;}
.product-table tr:hover {background-color: #dedede; color: red;}

.qr-code-block img{max-width: 115px;}

#store-intro .border-right{
	border-right: 1px dashed #d0d0d0;
}
#store-intro h3{
	font-size: 28px;
}
#store-intro h2{
	font-size: 32px;
}
.store-panel {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    border-collapse: collapse;
	padding-top: 50px;
}
.store-box {
    border-right: 1px dashed #d0d0d0;
    border-bottom: 1px dashed #d0d0d0;
    padding: 50px 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	    position: relative;
    z-index: 1;
    background: #fff;
}
.store-box:hover{
	border-color: #fff;
	box-shadow: 0px 0px 20px -1px #ddd;
	transform: scale(1.02) perspective(0px);
    z-index: 3;
}

.store-box:nth-child(3n + 3){border-right: 0;}
.store-box:nth-child(7), .store-box:nth-child(8), .store-box:nth-child(9){border-bottom: 0;}


.store-box h6 {
    font-size: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-box h6 span {
    max-width: 50px;
    display: inline-block;
    margin-left: 20px;
}
a.online-store-link {
    padding: 9px 30px;
    font-size: 18px;
    margin: 0;
    display: inline-block;
    background: #ea4d2a;
    color: #fff;
    max-width: 175px;
    width: 100%;
	border-radius: 30px;
	position: relative;
	transition: all 300ms ease;
}
.store-arrow{
	position: absolute;
	left: auto;
    top: 8px;
    right: 80px;
    width: 14px;
	opacity: 0;
	transition: all 300ms ease;
}
a.online-store-link:hover {
	color: #fff !important;
    padding: 9px 30px 9px 0;
}
a.online-store-link:hover .store-arrow{
	opacity: 1;
	right: 30px;
    width: 20px;
}

.container-full {
    width: calc(100% - 30px);
}
.full-row {margin-left: 0 !important;}

/*------------------------------------------------------------------------
		#custom-footer-text-social  css starts here
------------------------------------------------------------------------*/

#custom-footer-text-social .container-fluid{max-width: 1368px!important; padding: 0 30px;}
#custom-footer-text-social .row {margin-right: -15px; margin-left: -15px;}
#custom-footer-text-social div[class*='col-'] {padding-left: 15px; padding-right: 15px;}
#custom-footer-text-social .padding-list li {padding: 6px 0;}
#custom-footer-text-social .svg-box, #custom-footer-text-social img{width: 1.5rem;height: 1.5rem;}
#custom-footer-text-social ul .svg-box, #custom-footer-text-social ul li img {width: 2rem;height: 2rem; margin-right: 20px;}
#custom-footer-text-social .social-media-list .svg-box, #custom-footer-text-social ul.social-media-list li img{margin-right: 0;}
#custom-footer-text-social svg[class*="svg-"] path{fill: #fff;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
#custom-footer-text-social.light svg[class*="svg-"] path{fill: #ea4d2a;}
#custom-footer-text-social svg[class*="svg-"] path{fill: rgba(255,255,255,0.5); display: block;}
#custom-footer-text-social .flex{display: flex; flex-wrap: wrap;}
#custom-footer-text-social a:not(.btn):hover{text-decoration: none;}
#custom-footer-text-social .hover-fill-white a:hover svg[class*="svg-"] path{fill:#fff;}
#custom-footer-text-social.light .hover-fill-white a:hover svg[class*="svg-"] path{fill:#444;}
#custom-footer-text-social ul.hover-line li a{position: relative;}
#custom-footer-text-social ul.hover-line li a:after {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	top: calc(100% + 4px);
	height: 1px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .25s ease-in;
	transition: -webkit-transform .25s ease-in;
	transition: transform .25s ease-in;
	transition: transform .25s ease-in, -webkit-transform .25s ease-in;
	background-color: #ea4d2a;
}
#custom-footer-text-social ul.hover-line li a:hover:after{-webkit-transform: scaleX(1); -moz-transform: scaleX(1); -o-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center;}

footer {padding: 75px 0 30px;}
.footer-address p br:last-child{display: none;}

.registerd-logo {
    max-width: 35%;
    margin-top: 0;
    border-radius: 6px;
    overflow: hidden;
}
#custom-footer-text-social .registerd-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sticky-wtsapp a{
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    width: 60px;
}
.sticky-wtsapp a img {
	width: 100%;
	height: 100%;
}


/*------------------------------------------------------------------------
		#custom-benefits-iconbg-anim  css ends here
------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
		projects custom tabs  css starts here
------------------------------------------------------------------------*/
.subproducts-section .nav-tabs{display: flex; justify-content: space-between;}    
.subproducts-section .card {border: none;}
.subproducts-section .card .card-header {display:none;}  
.subproducts-section .card .collapse{display:block;}


/*------------------------------------------------------------------------
		projects custom tabs css ends here
------------------------------------------------------------------------*/

.add-map iframe {
    border: 2px solid #ededed;
}
.add-map {
    padding-right: 50px;
    height: 100%;
}

