@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.superimageltd.co.uk/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: rgb(194,32,37);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(194,32,37);
	--wd-link-color-hover: rgb(0,0,0);
	--btn-default-bgcolor: rgb(194,32,37);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: rgb(194,32,37);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.ossp-section .ossp-info .info-box-subtitle {
	font-family: "Londrina Outline", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


html {
  scroll-behavior: smooth;
}

.main-page-wrapper {
    padding-top: 0;
}

.wd-prefooter {
	padding: 0 !important;align-content
}

.site-content {
    margin-bottom: 0px;
}


p:empty {
    display: none;
}

/*****/

.deskh {
    display: none;
}
.site-content ul {
    list-style: none;
    padding: 0;
}

.site-content li {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 26px;
    margin-bottom: 6px !important;
    background-image: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/arrow.svg);
}

.white-bg {
    color: #fff !important;
    font-size: 16px;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, transparent 50%, #fff 50%) right;
    background-size: 200% 100%;
}

.red-bg {
    color: #fff;
    font-size: 16px;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, rgb(194, 32, 37) 50%, transparent 50%) right;
    background-size: 200% 100%;
}

.white-bg:hover{
	background-position: left !important;
  color: rgb(194,32,37) !important;
}
.red-bg:hover{
    background-position: left !important;
    color: #fff !important;
}


/*email-sec*/

.email-sec h4.woodmart-title-container {
    font-size: 48px;
    font-weight: 800;
    line-height: 45px;
    padding-top: 50px;
}

.email-sec .detail {
    padding: 15px;
    padding-bottom: 40px;
}

.email-sec .detail h3 {
    padding-top: 15px !important;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 800;
    margin-top: 50px !important;
    color: #000;
}

.email-sec button.wpcf7-field-group-add {
    background-color: #c22025;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.email-sec button.wpcf7-field-group-remove {
    background-color: #c22025;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.email-sec .vc_col-sm-4.right.add-space {
    padding: 5px;
}

.email-sec .vc_col-sm-3.right.add-space {
    padding: 5px;
}

.email-sec label {
    position: absolute;
    pointer-events: none;
    font-weight: normal;
    color: #c22025;
    font-size: 15px !important;
    transition: 0.3s;
    transform: translateY(-45%) translateX(12%);
    background: white;
    padding: 0 6px;
    z-index: 9;
}

.email-sec .wpcf7-field-group > p:last-child:before {
    content: "Add More Toners";
    padding-right: 12px;
    font-size: 18px;
}

.screen-reader-response {
    display: none;
}

.email-sec .wpcf7-file {
	padding-left:15px;
}


/* .email-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #c22025;
    color: #fff;
    border-radius: 5px;
} */


/**** Header CSS ****/

.wd-logo img {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    margin-top: -45px !important;
    max-height: 127px !important;
		/*background-color: #fff;*/
}

.whb-general-header-inner .whb-column.whb-col-left.whb-visible-lg:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: -670%;
    width: 700%;
    height: 30px;
}

.whb-general-header-inner .whb-column.whb-col-left.whb-visible-lg {
    position: relative;
}

header .whb-general-header:after {
    height: calc(100% + 49px);
    top: -49px; 
}

header .whb-general-header {
    position: relative;
    z-index: 0;
}

header .woodmart-social-icons a i {
    color: #212121;
}

header span.wd-icon {
    color: #212121;
}

header .whb-top-bar .wd-search-form input.s {
    height: 33px !important;
    border-color: #fff;
    border-radius: 0px !important;
    padding: 0px 11px;
    border: none;
    border-bottom: 2px solid #fff !important;
    min-width: 172px !important;
    width: 172px !important;
}

header .whb-top-bar .wd-search-form input.s::placeholder {
	color:#fff !important;
}

header .whb-top-bar {
  background-color: #fff !important;
	border-bottom: 1px solid #f1f1f1d1;
}

.header-divider {
    padding-left: 5px;
    padding-right: 5px;
}

header .whb-top-bar .whb-column.whb-col-right {
  z-index: 5 !important;
}

header .whb-top-bar .searchform .searchsubmit:after {
  color: #fff;
  font-size: 15px !important;
  left: 65% !important;
}

header .whb-general-header ul.menu li a {
    text-transform: capitalize;
}

header .whb-top-bar .header-mail-box {
    display: flex;
    align-items: center;
}

header .whb-top-bar .header-mail-box .box-icon-wrapper {
    margin-right: 4px;
}

header .whb-top-bar .header-mail-box a {
    color: #000000;
}

header .whb-top-bar .header-mail-box svg path {
    fill: #212121;
}

header .whb-general-header .header-phone-box .info-box-icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
}

header .whb-general-header .header-phone-box .info-svg-wrapper.info-icon {
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;header .whb-top-bar .header-mail-box a {
    color: #4d4290;
}
}

header .whb-general-header .header-phone-box .info-box-title {
  font-size: 20px !important;
  margin-bottom: 0px !important;
}

header .whb-general-header .header-phone-box .box-icon-wrapper {
  margin-right: 14px;
  margin-top: 3px;
}

header .whb-general-header .header-quote-box p {
  color: #fff;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 21px;
}

header .whb-general-header .header-quote-box:hover p {
	color:#000 !important;
	transition:0.3s;
}

header .whb-general-header .header-quote-box p strong {
  font-size: 22px;
  font-weight: 900;
}

header .whb-general-header .header-quote-box {
  background-color: #212121;
  padding: 11px 11px 9px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  border-radius: 2px 2px 10px 10px;
}

header .whb-general-header .header-quote-box:hover {
  background-color: #ffffff;
	transition:0.3s;
}

header .woodmart-social-icons a i {
    color: #212121;
}

header .whb-general-header .woodmart-shopping-cart span.woodmart-cart-icon:before {
    color: #fff;
    font-size: 25px;
}

header .whb-general-header .woodmart-shopping-cart span.woodmart-cart-number {
    background-color: #000 !important;
}

header .whb-general-header .whb-divider-element:before {
    border-color: rgb(255 255 255);
}

header .whb-general-header .sub-menu-dropdown li a:hover span {
    color: #000;
}

header .whb-top-bar .wd-search-form input.s {
    height: 33px !important;
    border-color: #fff;
    border-radius: 0px !important;
    padding: 0px 11px;
    border: none;
    border-bottom: 2px solid #fff !important;
    min-width: 172px !important;
    width: 172px !important;
}

@-webkit-keyframes quick-alo-circle-img-anim {
0% {
  -webkit-transform: rotate(0) scale(1) skew(1deg)
}
	
10% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
	
20% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
	
30% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
	
40% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
	
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg)
}
	
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg)
}
}




/*footer*/
.footer-section h1, 
.footer-section h2, 
.footer-section h3, 
.footer-section h4, 
.footer-section h5,
.footer-section p,
.footer-section a{
    color: #fff !important;
}

.footer-section .footer-btn {
    align-items: center;
    border: 0 !important;
    background-color: #c22025 !important;
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 18px;
    height: 60px;
    line-height: 24px;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: 0.5s ease;
    margin-top: -20px;
    text-transform: capitalize;
}

.footer-section .footer-btn:after {
    background-color: #f65f6342;
    border-radius: 50px;
    content: "";
    display: block;
    height: 60px;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.footer-section .footer-btn:hover {
    background-color: #ffffff !important;
    color: #c22025 !important;
}

.footer-section .footer-btn:hover:after {
    transform: translate(0, 0);
    left: 0;
    top: 0;
    height: 55px;
}



section#footer-section {
    background: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/PRINTER-CARTRIDGES.webp) no-repeat;
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #000000de;
    background-blend-mode: multiply;
    z-index: 0;
    background-position: right;
}

.footer-section .footer-one .info-box-subtitle {
    color: #ffffff;
    font-size: 22px;
}

.footer-section .footer-one h2 {
    font-size: 40px;
    margin-top: 0 !important;
    color: #fff;
}


.footer-section .footer-one,
.footer-section .footer-two {
    border-bottom: 1px solid #e5f3ff38;
}


.footer-section .footer-two {
    padding-top: 40px;
		padding-bottom: 20px;
}

.footer-section .footer-two .footer-heading {
    margin-bottom: 20px;
}

.footer-section .footer-two p {
    font-size: 16px;
}

.footer-section .footer-two li {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-section .footer-two li {
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 16px;
    margin-bottom: 10px !important;
    background-image: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/errow.svg);
}

.footer-section .footer-two .touch-info h4 {
    font-size: 20px;
    font-weight: 100 !important;
}

.footer-section .footer-two .touch-info .info-box-inner {
    margin-top: 0;
}

.footer-section .footer-two .social-f span.wd-icon {
    font-size: 16px !important;
}

.footer-three p {
    font-size: 16px;
}

.footer-three {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

.footer-three br {
    display: none;
}

.footer-one svg path {
    fill: #fff;
}


/* .get-in-touch .wd-info-box {
    --ib-icon-sp: 0px;
} */




.copyrights-wrapper.copyrights-two-columns {
    display: none;
}






/*All products*/


.all-products .all-products {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 35px;
    background: linear-gradient(to left, #f0f0f000 50%, #000000 50%) right;
    background-size: 200% 100%;
    transition: 0.5s;
    border: 2px solid #000;
    border-radius: 3px;
    color: #000000;
	  margin-bottom: 30px;
}

.all-products .all-products:hover {
    background-position: left;
	    color: #ffffff;
}


.all-products {
    background-color: #f9f9f9;
    padding-top: 40px;
	  padding-bottom: 50px;
}

.all-products .vc_column-inner {
    padding-top: 0 !important;
}

.all-products .wd-info-box{
    transition:0.6s !important;
}

.all-products .wd-info-box:hover{
    transform: scale3d(1.07, 1.07, 1.07) !important;
    cursor:pointer;
}

.section-two h2 {
    text-transform: uppercase;
}

.section-two .big-text p {
    font-size:18px;
}

.machine-box table {
    margin-bottom: 10px;
    min-height: 108px;
}

.all-products table td {
    border: 0;
    padding: 3px 0;
    color: #757575;
    font-size: 15px;
}

.all-products table td:first-child {
    text-transform: uppercase;
    width: 50% !important;
}

.all-products table td:last-child {
    width: 50% !important;
    text-align: right;
}

.all-products table td {
    border: 0;
    padding: 3px 0;
    color: #454545;
    font-size: 15px;
    font-weight: 600;
}

.all-products .info-box-title {
    font-size: 21px;
    text-transform: capitalize;
}

.all-products .box-icon-align-top .box-icon-wrapper {
    padding: 35px 15px 25px;
    text-align:center;
}

.all-products .two-btns a {
    line-height: 17px;
}

.all-products .two-btns button {
    padding: 0;
    min-height: auto;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease;
    background-color: transparent !IMPORTANT;
}


.all-products .machine-box {
    background-color: #fff;
    border-radius: 5px !important;
    border: 2px solid #ebe9e9;
		margin-bottom: 0;
}

.all-products .machine-box img {
    border-radius: 4px;
}

.all-products .machine-box .info-box-content {
    padding: 0px 25px 25px;
	position:initial !important;
}

.all-products .machine-box u {
    color: #c22025;
    text-decoration: auto;
}

.all-products .inn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 25px;
    background-size: 205% 105% !important;
    transition: 0.5s;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-flex;
}

.all-products .first-half button {
    color:#fff;
}

.all-products .second-half button {
    color:#2e5498;
}

.all-products .second-half:hover button {
    color: #000000;
}

.all-products .first-half.inn {
    background: linear-gradient(to left, #c22025 50%, #f0f0f000 50%) right;
    border: 2px solid #c22025;
}

.all-products .first-half.inn:hover button, .first-half.out button {
    color: #c22025;
}

.all-products .first-half.inn:hover,
.all-products .first-half.out {
    background-position: left;
}

.all-products .second-half.inn {
    background: linear-gradient(to left, #f0f0f0 50%, #f0f0f000 50%) right;
    background-position: left;
    position: absolute;
    right: 25px;
    border: 2px solid #2f5498;
    color: #2F5491;
}

.all-products .second-half.inn:hover {
    background-position: right;
    border-color: #f0f0f0;
}

.all-products .second-half button:before {
    content: "";
    background: url(https://hitech-machinery.com/wp-content/uploads/2023/12/download.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    width: 30px;
    height: 20px;
    transition:0.2s
}

.all-products .second-half:hover button:before {
    background: url(https://hitech-machinery.com/wp-content/uploads/2023/12/download-hover.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

.all-products .black-btn {
    background: linear-gradient(to left, #000000 50%, #ffffff 50%) right;
    border: 2px solid #000000;
    background-size: 210% 110%;
    transition:0.5s;
}

.all-products .black-btn:hover {
    background-position:left;
    color:black;
}

.all-products .big-per table td:first-child {
    width: 60% !important;
}



/**** Blog ****/

.blog-section {
    padding-top: 50px;
    padding-bottom: 40px;
}

.blog-section .post-title {
		font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
}

.blog-section .post-title a:hover {
    color: #c22025;
}

.blog-section .entry-content {
    text-align: left;
}

.blog-section .article-body-container .post-title,
.blog-section .article-body-container p {
    text-align: left !important;
}

.blog-section .article-body-container {
    padding: 22px 25px 25px !important;
}

.blog-section a.btn-read-more.more-link {
    font-size: 0px !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 92px -12px;
    padding-right: 60px;
    margin-bottom: 0px !important;
    background-image: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/right-arrow-blog-red.svg);
    transition: 0.3s;
}

.blog-section a.btn-read-more.more-link:before {
    content: "Read More";
    color: #2d2e32;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 0.3s;
    text-transform: capitalize;
}

.blog-section article:hover a.btn-read-more.more-link:before {
    color: #c22025;
}

.blog-section .owl-dots .owl-dot span {
    width: 65px;
    border-radius: 4px !important;
    height: 4px !important;
    border: 0px !important;
    border-color: #3E3E3E;
    background-color: #a1a4a8;
}

.blog-section .owl-dots .owl-dot.active span {
    background-color: #0061ce !important;
}

.blog-section .post-img-wrapp a:after {
    background-color: transparent !important;
}

.blog-section .post-date {
    padding: 4px 13px 4px !important;
		display: none !important;
}

.blog-section span.post-date-day {
    font-size: 28px !important;
    font-weight: 600;
    font-family: OldStandard;
}

.blog-section span.post-date-month {
    font-size: 14px !important;
    font-weight: 700;
}

.blog-section .blog-design-masonry {
    margin-bottom: 20px !important;
}

.blog-section .hovered-social-icons,
.blog-section .read-more-section a:hover:after,
.blog-section .post-image-mask {
    display:none;
}

.blog-section .owl-dots .owl-dot {
    margin-top: 0px !important;
}

.blog-section .test-sec-side h2.woodmart-title-container {
    color: black !important;
    font-size: 25px !important;
}

.blog-section .test-sec-side .title-wrapper {
    padding: 0 !important;
}

.blog-section .test-sec-side .wd-nav-pagin-wrap {
    margin-top: 15px;
}


@media only screen and (max-width: 767px){
#blog-section {
    padding-top: 28px;
    padding-bottom: 14px;
}
}

.blog-section h2.woodmart-title-container {
    font-size: 50px;
    font-weight: 600;
}

.blog-section .title-after_title {
    font-size: 18px;
}



.blog-section .owl-dots .owl-dot.active span {
    background-color: #d4a964 !important;
}

.blog-section .owl-dots .owl-dot {
    margin-top: 0px !important;
}

.blog-section .owl-dots .owl-dot span {
    width: 65px;
    border-radius: 4px !important;
    height: 4px !important;
    border: 0px !important;
    border-color: #3E3E3E;
    background-color: #a1a4a8;
}

.meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: none;
}

.post-single-page ul.entry-meta-list {
    display: none;
}

.post-date.wd-post-date.wd-style-with-bg {
    display: none;
}

.post-single-page li {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 26px;
    margin-bottom: 6px !important;
    background-image: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/arrow.svg);
}

.post-single-page ul {
    list-style: none;
    padding: 0;
}

.comments-area .comment-respond {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-container .testimonial-row .title-wrapper {
    padding: 0 !important;
}

.sidebar-container .testimonial-row h2.woodmart-title-container {
    font-size: 20px !important;
    line-height: 25px !important;
    color: black !important;
}

.sidebar-container h5.widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 15px;
}

.sidebar-container .testimonial-content {
    font-size: 16px;
}

.sidebar-container .testimonial-content footer {
    font-size: 15px !important;
}


/*faq*/

.service-sec-five {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-sec-five .vc_toggle {
    margin-bottom: 10px !important;
    position: relative;
    background-color: #c22025f0;
    padding: 12px 32px !important;
    border-radius: 2px;
}

.service-sec-five .vc_toggle_active.vc_toggle:after {
    content: '';
    background-image: url(https://hitech-machinery.com/wp-content/uploads/2024/01/Up.svg) !important;
    width: 16px;
    height: 16px;
    top: 18px;
    right: 30px;
    position: absolute;
    background-size: 16px;
    transition: 0.3s ease-out;
}

.service-sec-five .vc_toggle:after {
    content: '';
    background-image: url(https://hitech-machinery.com/wp-content/uploads/2024/01/Down.svg) !important;
    width: 16px;
    height: 16px;
    top: 18px;
    right: 30px;
    position: absolute;
    background-size: 16px;
    transition: 0.3s;
}

.service-sec-five .vc_toggle_icon{
	display: none !important;
}

.service-sec-five .vc_toggle_content,
.service-sec-five .vc_toggle_title {
    padding-left: 0 !important;
}

.service-sec-five .vc_toggle_content {
    margin: 18px 0 0 0 !important;
}

.service-sec-five .vc_toggle_content p {
    margin-bottom: 15px;
}

.service-sec-five i.vc_toggle_icon {
    left: auto !important;
    right: 0 !important;
}

.service-sec-five .vc_toggle_title h4 {
    font-weight: 100;
    color: #ffffff;
}

.service-sec-five .vc_toggle_content {
    color: #ffffff;
}

.service-sec-five .title-after_title {
    font-size: 18px;
}

.service-sec-five h2.woodmart-title-container {
    font-weight: 600;
}


/**** Testimonial ****/

.test-sec {
    background-image: linear-gradient(135deg, rgb(242 119 84 / 70%) 0%, rgb(194 32 37) 100%);
}

#testimonials-row {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/testimonial-bg.png) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 55% !important;
}


.site-content #testimonials-row .title-wrapper {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
}

#testimonials-row .title-wrapper strong {
    line-height: 26px;
    font-size: 18px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    display: block;
}

#testimonials-row .testimonial-inner {
    display: grid !important;
    padding: 0 10px;
}

#testimonials-row .testimonial-content footer>span {
    display: block;
    font-size: 14px;
}

#testimonials-row .testimonial-avatar {
    order: 2;
    margin-bottom: 0 !important;
    margin-top: -97px;
    text-align: left;
    margin-left: 40px;
}

#testimonials-row .testimonial-content footer {
    margin-top: 30px;
    text-align: left;
    margin-left: 90px;
    font-size: 21px;
}

#testimonials-row .testimonial-content {
    background-color: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-content footer>span:before {
    display: none;
}

#testimonials-row .testimonial-content:before {
    content: '';
    background: url(https://www.superimageltd.co.uk/wp-content/uploads/2024/04/quotes-2.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    background-size: cover;
}

#testimonials-row .testimonial-rating {
    margin-bottom: 15px !important;
}

#testimonials-row .star-rating {
    letter-spacing: 10px !important;
    color: #c22025 !important;
}

.testimonial-avatar img {
    min-width: 80px;
    margin-left: -15px;
}


/*partners*/




.partners h2.woodmart-title-container {
    font-size: 50px;
}

.partners {
    padding-top: 35px;
    padding-bottom: 40px;
}

.partners .wd-gallery-item.wd-col:last-child {
    border: none;
}

.partners .wd-gallery-item.wd-col {
    border-right: 1px solid #e2e2e2;
    padding: 20px 30px 20px 0;
}

.partners h2.woodmart-title-container {
    font-weight: 600;
}

.partners .title-after_title {
    font-size: 18px;
}




/*faq*/

.wd-accordion.wd-style-default:before{
    display:none !important;
}


.faq .left {
    border-right: 2px solid;
    padding-left: 15px !important;
    border-bottom: 0 !important;
    border-image: linear-gradient(to top, #f1f1f147, #c0c0c0, #f1f1f147) 1 100%;
}

.wd-accordion-item {
    border-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 17px !important;
}

.wd-accordion-title {
    margin-bottom: 10px !important;
    position: relative;
    background-color: #c22025f0;
    padding: 12px 32px !important;
    border-radius: 2px;
}

.wd-accordion-title.wd-active {
    margin-bottom: 0 !important;
}

.wd-accordion-content.wd-active {
    border: 1px solid #c73437a1;
    margin-bottom: 10px;
}

.wd-accordion-title-text span {
    color: #fff;
}

.wd-accordion-content {
    padding: 15px 30px;
}

.wd-accordion-opener {
    color: #fff !important;
}


/****/

.f-logo img {
    width: 90%;
    margin-bottom: 20px;
}


.footer-social a.wd-social-icon {
    padding-right: 15px !important;
}@media (min-width: 1025px) {
	header .whb-general-header:after {
    position: absolute;
    content: "";
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 27%;
    height: calc(100% + 46px);
    right: 0;
    background-color: #c22025;
    top: -46px;
    z-index: -1;
}

@media (min-width: 1020px) {
header .whb-general-header:after {
    width: 22%;
}
}

@media (min-width: 1288px) {
header .whb-general-header:after {
    width: 22%;
}
}

@media (min-width: 1420px) {
header .whb-general-header:after {
    width: 25%;
}
}

@media (min-width: 1600px) {
header .whb-general-header:after {
    width: 28%;
}
}


@media (min-width: 1825px) {
header .whb-general-header:after {
    width: 32%;
}
}

.wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 300px !important;
}

.wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}



/**** Featured Project ****/
  
  .featured-projects-section {
    padding-bottom: 20px;
    padding-top: 60px !important;
}
}

@media (max-width: 576px) {
	.wd-nav-pagin li {
    padding-left: 0;
    background-image: none;
}

.wd-nav-pagin-item span {
    padding: 5px;
    margin-top: 20px;
}

/**** FAQ ****/

.faq .left {
    padding-left: 0 !important;
}

.faq {
    padding-bottom: 15px !important;
}

.faq h2.woodmart-title-container {
    padding-top: 30px;
    line-height: 40px !important;
}


/**** Get in Touch ****/


.contact-row .left {
    padding-left: 0 !important;
}

#contact-section {
    padding-bottom: 0px !important;
}

.contact-row .left>.vc_column-inner>.wpb_wrapper {
    padding: 20px;
}

.contact-row .left .title-wrapper, .contact-row .left .wpb_text_column {
    margin-bottom: 0px;
    padding: 15px 0 0px;
}

.contact-row .right .title-wrapper {
    margin-bottom: 15px;
    padding-top: 0px;
}

.contact-row .right input.wpcf7-submit {
	width: 100% !important;
	margin-bottom: -30px;
}


/**** Home ****/


.featured-projects-section {
    padding-bottom: 20px;
    padding-top: 0px !important;
}

.featured-projects-section .wd-button-wrapper {
    text-align: center;
    padding-top: 0px;
}

.featured-projects-section .mansab {
    padding: 0 !important;
}

#featured-projects-section .liner-continer {
    margin-left: 30px;
	margin-bottom: 0px !important;
}

.featured-projects-section .title-wrapper {
    margin-bottom: 10px;
}

.image-col {
    padding-top: 30px;
}

.featured-projects-section .mansab figure:before {
    top: 15px;
    left: 0px;
}

.featured-projects-section .mansab figure:after {
    right: -29px;
    bottom: -14px;
}

.featured-projects-section .woodmart-title-container {
    padding-top: 30px;
}

.offer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.abams-faculty .wd-info-box .info-box-content {
	padding: 0px 20px;
}

.abams-faculty .wd-info-box,
.abams-faculty .title-wrapper {
    margin-bottom: 15px;
}

.abams-faculty .title-after_title {
    font-size: 16px;
}

.abams-faculty .wd-carousel-container {
    margin-bottom: 15px;
}

.abams-faculty {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

.whyus {
    background: #f5f5f5 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.count .woodmart-counter {
    margin-bottom: 15px;
}

div#count {
    padding-bottom: 0px;
}

.all-products {
    padding-top: 30px !important;
    padding-bottom: 12px;
}

.all-products .vc_row.vc_column-gap-10>.vc_column_container {
    padding: 0;
    margin-bottom: 15px;
}

.all-products .box-icon-align-top .box-icon-wrapper {
    padding: 0px;
}

.all-products .title-wrapper {
    margin-bottom: 15px;
}

.all-products .title-after_title {
    font-size: 16px;
}

.box-icon-align-top .box-icon-wrapper {
    margin-bottom: -15px;
}

.all-products .machine-box .info-box-content {
    padding: 0px 25px 0px;
}

.service-sec-five {
    padding-top: 10px;
    padding-bottom: 0px;
}

#blog-section {
    padding-top: 30px;
    padding-bottom: 0px;
}

.offer-section .offer-info.two {
    background: #c22025;
    font-weight: 500;
}

.offer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.offer-section .offer-info {
    cursor: pointer;
    padding: 30px 20px;
    text-align: center;
}

.offer-section .wpb_column.vc_column_container.vc_col-sm-4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.call-to-action .wd-info-box .info-box-title {
    font-size: 30px !important;
}

.call-to-action .info-box-inner p {
    font-size: 30px;
}

#call-to-action {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 120px !important;
}

.wd-accordion-item {
    padding: 0 !important;
}

.wd-accordion {
    margin-bottom: 0px;
}

.partners {
    padding-top: 30px;
    padding-bottom: 12px;
}

.wd-logo img {
    margin-top: 5px !important;
}

.partners .wd-gallery-item.wd-col {
    padding: 20px 30px 20px 30px;
}

.partners .title-wrapper {
    margin-bottom: 15px;
}

.footer-section .footer-btn {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 16px;
}

.count .woodmart-counter .counter-value {
    font-size: 40px !important;
}
  
.count .woodmart-counter .counter-label {
    font-size: 16px;
}
  
.heading-front-text .liner-continer,
.heading-bg-text .woodmart-title-container {
	margin-left: 0px;
}

.whyus {
    background: #f5f5f5 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.all-products h4.woodmart-title-container {
    font-size: 30px;
}

.partners h2.woodmart-title-container {
    font-size: 30px;
}
  
.partners h4.woodmart-title-container {
    font-size: 30px;
}

.partners .title-after_title {
    font-size: 16px;
}

.all-products .machine-box img {
    padding: 15px 75px 0px 75px;
}
  
.all-products .machine-box img {
    padding: 15px 75px 0px 75px;
}

#call-to-action .element.style {
    padding-right: 15px;
}

.partners .wd-gallery-item.wd-col {
	border: 1px solid #e2e2e2;
}

.blog-section h2.woodmart-title-container {
    font-size: 30px;
    font-weight: 600;
}

.blog-section .title-wrapper {
    margin-bottom: 15px;
}

.blog-section .title-after_title {
    font-size: 16px;
}

.blog-section .blog-design-masonry {
    margin-bottom: 0 !important;
}

.blog-section .wd-carousel-container {
    margin-bottom: 15px;
}

.service-sec-five .vc_toggle {
    padding: 12px 14px !important;
}

.service-sec-five .title-after_title {
    font-size: 16px;
}

#testimonials-row {
	padding-top: 30px;
	padding-bottom: 30px !important;
}

.site-content #testimonials-row .title-wrapper {
    padding-bottom: 0 !important;
}

#testimonials-row .title-wrapper strong {
    font-size: 16px;
}

.partners .wd-gallery-item.wd-col:last-child {
    border: 1px solid #e2e2e2;
}

.white-bg {
    padding: 10px 25px;
}

.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
    display: none;
}

.intro,
.links,
.course-sec,
.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
    display: none;
}

.faq_title_heading {
    margin-bottom: 15px !important;
    text-align: center;
    font-size: 30px;
}

.faq_empty_space {
    height: 0px;
}

.faq_title_heading h2.woodmart-title-container {
    font-size: 30px !important;
}


/******/


.site-logo .wd-logo img {
  margin-top: 5px !important;
}

.footer-section .footer-btn {
  height: 50px;
  margin-bottom: 15px;
}

.text-right {
  --text-align: center;
}

.footer-section .footer-one h2 {
  font-size: 26px;
	text-align: center;
}

.footer-section .footer-one b {
    font-size: 22px !important;
}

.footer-section .footer-one .info-box-subtitle {
  font-size: 16px;
	text-align: center;
}

.footer-section .footer-two {
  padding-top: 20px;
}

.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
  display: none;
}

.intro,
.links,
.course-sec,
.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
  display: none;
}

.get-in-touch .title-wrapper .title {
  font-size: 26px;
}


/*form*/


.detail {
     padding-bottom: 30px !important;
     padding-left: 0 !important;
     padding-right: 0 !important;
}

.detail br {
    display: none;
}

.email-sec .wpcf7-file {
    padding-left: 0px;
}

.email-sec .vc_col-sm-3.right.add-space,
.email-sec .vc_col-sm-4.right.add-space{
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

section#footer-section {
	position: relative;
}

.footer-section .footer-btn:after {
  height: 50px;
  left: -4px;
  top: -1px;
}

.footer-section .footer-one {
    padding-bottom: 12px;
}

}

