/*!
Theme Name: akdezigns
Theme URI: https://akdezigns.com/
Author: akdezigns.com
Author URI: https://akdezigns.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akdezigns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

akdezigns is based on akdezigns https://akdezigns.com/, (C) 2012-2020 Automattic, Inc.
Akdezigns is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links

	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.certifications{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* forms section start  */
.contact-us-1 .row .col-6{
	width: 50%;
	padding: 0px 15px !important;
}
.technical-support .row .col-2, .technical-support .row .col-5{
	padding: 0px 15px !important;
}
.contact-us-1 .row .col-6 p span input, .new-services-2 .row .col-6 p span input{
	width: 100% !important;
	border: 1px solid #ccc !important;
	padding: 12px 13px !important;
	margin-bottom: 15px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
}
.technical-support .row .col-6 p span input, .technical-support .row .col-12 p span textarea, .technical-support .row .col-12 p span input, .technical-support .row .col-6 p span select, .technical-support .col-6 .country-select.inside, .technical-support .col-5 input, .technical-support .col-2 select{
	margin-bottom: 22px !important;
}
.contact-us-1 .row .col-12{
	width: 100% !important;
	padding: 0px 15px !important;
}
.contact-us-1 .row .col-12 p span input, .contact-us-1 .row .col-6 p span select, .contact-us-1 .row .col-12 p span textarea{
	width: 100% !important;
	border: 1px solid #ccc !important;
	padding: 12px 13px !important;
	border-radius: 5px !important;
	margin-bottom: 15px ;
	font-size: 14px !important;
}
.contact-us-1 .row .col-12 p span textarea{
	height: 100px !important;
}
.contact-us-1 .contact-1-inner .col-12.submit p input[type="submit"]{
	background-color: #216BAB !important;
	color: #ffffff !important;
	padding: 15px 20px !important;
	border: 2px solid #216bab;
	transition: all ease 0.4s;
}
.contact-us-1 .contact-1-inner .col-12.submit{
	text-align: center;
}
.technical-support .contact-1-inner .col-12.submit{
	text-align: start !important;
}
.contact-us-1 .contact-1-inner .col-12.submit p input[type="submit"]:hover{
	background-color: transparent !important;
    color: #216bab !important;
    border: 2px solid #216bab;
}
/* forms section end  */

/* hamburger menu css  */

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}


.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

p{
	margin: 0;
}
:focus{
	outline: none;
	border: none;
}
.page{
	margin: 0 !important;
}


.network p.elementor-image-box-description {
	border-top: 1px solid #c5c5c56b;
}
/* menu hover effect */
.top-inner-menu a::after{		
	position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background-color: #fff !important;
    bottom: 0;
    left: 0;
    transition: 0.5s all;

}
.top-inner-menu a:hover::after {
    width: 100%;
}

.foot-inner span.elementor-icon-list-text::before{
/*     display: inline-block; */
    position: absolute;
    width: 0%;
    height: 2px;
    content: "";
    background: #fff;
    bottom: 1px;
    left: 0px;
		right: 0;
		margin: auto;
    transition: 0.5s all;
}

.foot-inner span.elementor-icon-list-text:hover::before{
	width: 100%;
}
.foot-inner li{
	width: fit-content !important; 
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px;
    width: fit-content;
    position: relative;
}

.about-inner:hover h3, .about-inner:hover p{
	color: #fff !important; 
}
.about-inner:hover img{
	filter: brightness(0) invert(1);
}

.rotate-image {
    position: absolute;
    transform: rotate(-15deg) translateY(-49%) skewY(10deg);
    right: -20%;
    top: 50%;
    width: 260px !important;
    transition: all ease 1s;
    visibility: hidden;
    opacity: 0;
}

.hover-event:hover .rotate-image {
    opacity: 1;
    visibility: visible;
    transform: rotate(-15deg) translateY(-70%) translateX(-30%) skewY(0);
    transition: all ease 0.9s;
}

.hover-event .e-con-full{
	border-bottom : 0 !important;
	   
}
.featured-right{
	 display: contents !important;
}

/*  */
/* .advertising img {
    transition: all 0.2s linear;
    max-width: 80% !important;
    padding: 10px;
} */
.advertising img {
    transition: all 0.2s linear;
    max-width: 80% !important;
    height: 129px !important;
    padding: 10px;
    width: 78%;
    object-fit: contain !important;
}
.categories-fav-icons h4 {
    height: 60px;
}
.advertising img:hover{
	  filter: grayscale(0);
	opacity: 1;
}
.bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content{
	background: #216bab;
}
.services .after-effect:after{
	content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1d1d1d;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: .05;
}
.after-effect span:hover{
	border-bottom:0.5px solid #1d1d1d !important;
}
.after-effect-2 span:hover{
	border-bottom:0.5px solid #fff !important;
}
.capping-section{
	overflow: hidden;
}
/* blog */
.blog-dots{
    position: relative;
}
.blog-dots::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 11%;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f08f74;
}
.blog-dots::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 12%;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f08f74;
}

/*  */
.turnkey_photo img{
    height: 430px !important;
    width: 100%;
    object-fit: cover;
}
.info-top{
	position:relative;
}
.info-person {
    position: absolute;
    bottom: 7%;
    left: 8%;
    width: 78%;
}
.info-person-2 .elementor-image-box-img {
    height: 55px !important;
    width: 70px !important;
    object-fit: cover;
    object-position: top;
    padding: 0 10px;
}
.info-person-2 .elementor-image-box-title{
	margin: 0px !important;
}

.network .elementor-image-box-description{
	padding-top:12px;
}
.network h3.elementor-image-box-title {
    padding-bottom: 12px;
}
/* 
.network .elementor-image-box-img a img{
	transition: all ease 0.6s;
} */

.about-inner:hover .network .elementor-image-box-img a img{
	transform: rotate(360deg);
}

.network .elementor-image-box-title{
	margin: 0;
}
.blog-post .bdp-post-title, .blog-post .bdp-post-categories{
	line-height: 0em;
	margin-bottom: 0px;
}
.event-post .bdp-post-meta{
	padding: 10px 0px;
	text-align: start;
}
.event-post .bdp-post-meta span{
	margin-left: 0px !important;
}
.event-post .bdp-post-grid-content{
	padding-bottom: 0px!important;
}
.event-post .bdp-post-title, .event-post .bdp-post-categories{
	line-height: 0.8em;
	margin-bottom: 0px;
}
.blog-post .bdp-post-title a{
	line-height:1.5 !important;
	color: #fff !important;
}
.event-post .bdp-post-title a{
	line-height: 6px !important;
	color: #000 !important;
}

.blog-post .bdp-post-categories a, .bdp-post-meta{
	color: #fff !important;
}
.event-post .bdp-post-categories a{
	color: #000 !important;
}

.blog-post .bdp-post-grid{
	padding-left: 10px !important; 
}

.event-post .bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content{
	margin: 0px 0 0 0 !important;
	padding:0 !important;
	
}

.blog-post .bdp-post-margin-content a{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
.bdp-post-title a{
	font-size:16px !important;
}
.event-post{
	font-family: "Source Sans 3";
}
.event-post .bdp-post-content{
	text-align: start;
}
.event-post .bdp-post-content a{
	padding: 0px !important;
	border: none;
	color: black;
	text-align: left;
}
.event-post .bdp-readmorebtn{
	font-size: 14px !important;
	font-weight: 400 !important;
}
.event-post .bdp-readmorebtn:hover{
	background-color: white !important;
}

    .event-post .bdp-readmorebtn{
        display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
     color: #222;
     position: relative;
}
.event-post .bdp-readmorebtn::before{
        position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: #216BAB;
    bottom: -8px;
    left: 0;
    transition: 0.5s all;
}
.event-post .bdp-readmorebtn:hover::before{
    width: 100%;
    
}

.event-post .bdp-post-margin-content a{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Source Sans 3";
}

.event-post .bdp-post-short-content{
	display: none !important;
}
.event-post .bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content{
	max-width:100% !important;
}

.blog-post .bdp-post-pagination {
	display: none;
}
.event-post .bdp-post-pagination {
	display: none;
}

.event-post .bdp-post-title{
	text-align: start;
}
.inner-industries{
	position: relative;
    -webkit-animation: slider 80s linear infinite; 
     animation: slider 40s linear infinite;
}



body #page{
	overflow: hidden;
}

.info-mail h5 a:hover{
	color: #CB6F3C !important;
	transition: all ease 0.4s;
}

.icon-box .e-con-inner {
  position: relative;
    -webkit-animation: slide-har 80s linear infinite;
   animation: slide-har 80s linear infinite;
}

@keyframes slide-har {
	0%{-webkit-transform: translateX(0%);
    /* transform: translateX(0%);
		100%{-100%};*/
}
		100%{-webkit-transform: translateX(-100%);
    /* transform: translateX(0%);
		100%{-100%};*/
}
}
	.why-hari{
		position: sticky !important;
		top: 0;
	}
	.machines img{
		position:sticky !important;
		top: 0;
	}

	 .main-portfolio :before{
        position: absolute;
        content: "";
        top: 0;
        background-color: #216BAB;
        left: 0px;
        height: 100%;
        width: 100%;
        right: 0;
        bottom: 0;
        border-radius: 25px;
        transition: all ease 0.6s;
    }
    
    .main-portfolio :hover::before{
        transform: translateY(0px);
        transition: all ease 0.6s;
        opacity: 0.8;
    }
    .main-portfolio ::before{
        transform: translateY(300px);
        opacity: 0;
    }
	.portfolio-img img{
		transform: translate(-50%, -50%) ;
	}

  .portfolio-img img {
		opacity: 0 !important;
		transition: all ease 0.6s;
		transform: translatey(300px);
	} 

.portfolio:hover .portfolio-img img {
    opacity: 1 !important;
	transition: all ease 0.6s;
	transform: translatey(0px);
}

.web-title:hover .main-portfolio::before{
	transform: translatey(0px) !important;
}



.portfolio:hover .web-title{
	background-color: #f6a440 !important;
}
.portfolio:hover .web-title h5{
	color: white !important;
}
.portfolio:hover .web-title h4{
	color: white !important;
}

.main-portfolio, .portfolio-img{
	overflow: hidden;
}
 #web:hover{
	background-color: #f6a440 !important;
}


.mail-now .elementor-icon-box-description a{
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #fff !important;
}

.bdp-post-grid-main.bdp-design-2 .bdp-post-grid-content{
	background:transparent;
	
}
.blog-post .bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content{
	box-shadow: 0px 0px 10px 5px rgb(238 238 238 / 50%);
}

.info-person {
    position: absolute !important;
    bottom: 30px;
    left: 30px;
    width: 95% !important;
}
.info-person-2 .elementor-image-box-img{
	display:flex !important;
}
.testimonials-2-content p{
	margin-top: 10px;
}
.head_form input[type="text"], input[type="email"], textarea, input[type="tel"]{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    color: #fff !important;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding-bottom: 05px!important;
    /* border-right: solid 1px oldlace; */
    /* background-size: 1px 20%, 100% 4px, 1px 20% !important; */
}
.head_form input[type="text"]::placeholder, .head_form input[type="email"]::placeholder,.head_form textarea::placeholder, input[type="tel"]::placeholder {
	color:#fff !important;
}
.footer-form input[type="email"]{
	color:black !important;
}
button.send-btn1, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    background-color: #e6e6e600;
    color: #fff;
    font-size: 22px;
    padding: 16px 0;
	cursor: pointer;
    position: relative;
}
button.send-btn1 i {
    color: #fff;
    rotate: -36deg;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s linear 0s;
}
button.send-btn1:hover i{
    rotate: 0deg;
}
button.send-btn1{
	padding-bottom:0px;
}
/* button.send-btn1::before{
    content: '';
    position: absolute;
    background: #cc6f3c;
    width: 0;
    height: 2px;
    bottom:-6px;
    left: 0;
    transition: 0.5s all;  */
}
button.send-btn1:hover::before{
    width: 100%;
}
  .sector-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:max-content;
    }

    .sector1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sector1 h4 a{
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 600;
    text-transform: uppercase;
} 
.sector1 h4 {
    margin: 0;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}
.sector1 img{
    width: 32px;
    margin-right: 30px;
}
.sector1-title{
	display: flex;
    flex-wrap: wrap;
}
.people-content .starss i, .testimonials-2-content .starss i{
	color: #cb6f3c;
}

/* .arrow-button:hover{	
	transform: rotateX(30deg);
	transition:0.5s all;
} */

.arrow-button:hover
.elementor-button-icon svg{
	transform: rotate(45deg);
	transition:0.5s all;	
}
.breadcrumb-main ul {
        display: flex;
        justify-content: start;
        align-content: start;
    }

.breadcrumb-main a {
    color: #000 !important;
    transition: all 0.3s;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.breadcrumb-main p{
	  font-size: 18px !important;
}

    .breadcrumb-main a:hover {
        color: #cb6f3c !important;
    }

/* marquee infra start*/
.infra-main {
    display: flex;
    margin-bottom: -21px;
}
.infra h4 {
    font-size: 8vw !important;
    font-weight: 800 !important;
    color: #000;
    text-transform: uppercase !important;
    line-height: 1 !important;
    margin: 0;
	display: none;
}

.infra-main:last-of-type .infra:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
}
.breadcrumbs-main marq
/* marquee infra end*/

/* about-us rotate-circle start*/
    .circle-2-inner{
        text-align: center;
    }
 .circle-2-inner h6 {
    line-height: 0px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}
.circle-2-inner span{
      font-size: 14px;
}
.circle-2-inner p{
    font-size: 14px;
    font-weight: 300;
    color: #696969;
}

    .circle-inner-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .circle-inner-txt h4 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.3;
    }

    .circle-inner-txt span {
        font-size: 30px;
    }

    .about-circle-crev {
        position: relative;
		display: none;
    }

    .about-circle-crev .circle-button {
        position: relative;
		display: none;
    }

    .circle-button {
        display: inline-block;
    }

    .about-circle-crev .rotate-circle {
        -webkit-animation-duration: 60s;
        animation-duration: 60s;
    }

    .rotate-circle {
        -webkit-animation-name: rotateCircle;
        animation-name: rotateCircle;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

.about-circle-crev .circle-button .rotate-circle svg {
    width: 135px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    background-color: white;
    border-radius: 100%
}

    .circle-button .rotate-circle svg {
        width: 210px;
        fill: #1d1d1d;
    }

    @keyframes rotateCircle {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
/* about-us rotate-circle end */
.blogs_details .bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content {
    background: #fff;
    box-shadow: 4px 7px 41px 18px rgb(0 0 0 / 5%);
    padding: 20px 20px 20px 20px;
    max-width: 85%;
    margin: -50px auto 0 auto;
    position: relative;
}
.blogs_details .bdp-post-title .elementor-kit-7 h2 {
    line-height: 0.5em !important;
}
.blogs_details .bdp-post-margin-content .bdp-post-title a,
.blogs_details .bdp-post-margin-content .bdp-post-short-content a{
	color: #000 !important;
}

.blogs_details h2.bdp-post-title{
	line-height: 0.5em !important;
}
.blogs_details .bdp-readmorebtn {
    transition: all 0.5s ease-out 0s;
    text-decoration: none !important;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    border: 2px solid #216bab;
    display: inline-block;
    background-color: #216bab;
    line-height: normal !important;
}
.blogs_details .bdp-readmorebtn:hover, .bdp-readmorebtn:focus {
    background-color: transparent;
    color: black;
}
.contact-titles p.elementor-icon-box-description a {
    color: #000 !important;
    font-size: 14px !important;
    text-transform: lowercase;
	margin-left: 5px;
}
.contact-titles h2.elementor-heading-title.elementor-size-default{
	text-transform: lowercase !important;
}
  
 .circle-2-inner{
        text-align: center;
    }
 .circle-2-inner h6 {
    line-height: 0px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}
.circle-2-inner span{
      font-size: 14px;
}
.circle-2-inner p{
    font-size: 14px;
    font-weight: 300;
    color: #696969;
}

    .circle-inner-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .circle-inner-txt h4 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.3;
    }

    .circle-inner-txt span {
        font-size: 30px;
    }

    .about-circle-crev {
        position: relative;
    }

    .about-circle-crev .circle-button {
        position: relative;
    }

    .circle-button {
        display: inline-block;
    }

    .about-circle-crev .rotate-circle {
        -webkit-animation-duration: 60s;
        animation-duration: 60s;
    }

    .rotate-circle {
        -webkit-animation-name: rotateCircle;
        animation-name: rotateCircle;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

.about-circle-crev .circle-button .rotate-circle svg {
    width: 220px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}

    .circle-button .rotate-circle svg {
        width: 210px;
        fill: #1d1d1d;
    }

    @keyframes rotateCircle {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

.breadcrumbs-path a {
    color: inherit !important;
    position: relative;
    z-index: 999 !important;
	text-decoration:none;
}
/* .single-post .container{
	width:100%;
	max-width:100%;
	padding:30px 30px;
} */
.single-post .container {
    width: 1200px;
    max-width: 100%;
    padding: 30px 0px;
    max-width: 100%;
    margin: 0 auto;
}

.blog-main {
    display: flex;
    flex-wrap: wrap;
	gap:30px;
}
.blog-main .entry-content p{
	color: #000;
	font-size: 14px !important;
	line-height: 1.7 !important;
}
.blog-main .entry-content h2,
.blog-main .entry-content h3,
.blog-main .entry-content h4 {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 26px !important;
}
/* .blog-left-part {
    width: calc(70% - 15px);
} */
.blog-left-part {
    width: 100% !important;
}
.blog-right-part {
    width: calc(30% - 15px);
}
.blog-right-part #secondary {
    background: #f8f8f8;
    padding: 10px 30px;
}
.single-post .entry-header{
	text-align: center;
}
.blog-main h2 {
    color: black;
    font-size: 22px !important;
    font-weight: 400 !important;
}
.blog-main ul{
    padding-left: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	margin:0;
}
/* .blog-main ul a{
	text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 14px;
} */
.breadcrumbs-main{
	background:#f5f5f5 !important;
	position:relative;
	display:flex;
}
.breadcrumbs-main:not(.single-product .breadcrumbs-main) {
    padding: 50px 80px !important;
}

.breadcrumbs-main .about-circle-crev .circle-button .rotate-circle svg{
	background:transparent !important;
}
.clients_sliders figure.swiper-slide-inner img {
    height: 130px;
    width: 100%;
    object-fit: contain;
}
.clients_sliders figure.swiper-slide-inner {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
	padding: 20px;
}
.elementor-invisible {
    visibility: visible !important;
}
.tableting:hover{
	background-color: #cb6f3c !important;
	transition: all 0.3s linear;
}
.tableting img {
    filter: grayscale(1);
    width: 100% !important;
    height: 76px !important;
}
.tableting:hover img{
	filter: grayscale(0);
}
.tableting:hover {
	background-color: #000000ad;
	color: #fff;
}
.cata-pick img {
    object-fit: cover;
/* 	 transition: all .2s ease; */
	transition: transform 0.6s ease-in-out;
    vertical-align: middle;
}
.categories-fav-icons:hover .cata-pick img{
	transform:scale(0.9);
	transition: transform 0.6s ease-in;
}
.about-2{
	background-color: #00000066 !important;
	background-blend-mode: multiply !important;
}
.machines_1{
	position: relative;
}
.machines_1_descr{
    position: absolute !important;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
	
  
}
.machines_1:hover .machines_1_descr {
    bottom: -15px;
}
.machines_1 .machines_1_descr {
    transition: all .6s ease 0s;
}

.main-features figure.swiper-slide-inner img{
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
}
.more_btn_2 .elementor-button-icon svg {
    width: 1em;
    height: auto;
    margin-top: 2px !important;
}
.more_btn_2 a{
	transition: all 0.3s linear;
}
.more_btn_2 a:hover{
	color: #000 !important;	
	font-weight: 500 !important;
	}

.breadcrumbs-slide-part .infra h4{
	color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
	line-height: 1.2 !important;
	font-family:system-ui !important;
	font-size:15vw !important;
	display: none;
}

.testimonials-2-content {
    text-align: center;
    padding: 55px 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;		
    background-color: #ffffff;
    margin: 0 30px 50px 0;
    position: relative;
    border-radius: 15px;
}

    .testimonials-2-photo img {
    height: 31px;
    width: fit-content;
    object-fit: cover;
		
}

    .testimonials-2-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    .testimonials-2-txt {
        margin-left: 20px;
        text-align: start;
    }
    
.testimonials-2-txt h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
    line-height: 1.5 !important;
    color: #000;
}

 .testimonials-2-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #54595f;
}
    .quotation img {
        width: 50px;
        object-fit: cover;
        filter: invert(50%) sepia(100%) saturate(359%) hue-rotate(336deg) brightness(83%) contrast(89%);
    }
    
    .quotation {
        position: absolute;
        bottom: 4%;
        right: 4%;
    }

.testimonials-2-head .slick-dots li button:before{
    content: '';
    padding: 0px !important;
    background-color: #d1d1d1;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    margin: 0 2px !important;
    transition: all 0.3s ease-in-out;
}
.testimonials-2-head .slick-dots li.slick-active button::before {
    background: #cb6f3c !important;
}

.testimonials-2-content{
    opacity: 0.5;
}

.testimonials-2-content.slick-slide.slick-center{
    opacity: 1;
    transition: .4s ease all;
    transform: scale(1.1);
}
.tabs-main table tbody tr td{
	border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.tabs-main table{
	border-collapse: collapse;
}
@media(max-width: 1200px){
	.woocommerce-page > .container{
		 padding: 30px 80px !important;
	}
	
	.single-product > .container{
		 padding: 0px 80px ;
	}
	.overview-left .container{
		padding: 0px 0px !important;
	}
}
@media(min-width: 1025px){
	.search-no-results .container{
		padding: 50px 80px !important;
	}
	.features-list .subgroup-container:nth-child(odd) .col-6 .features-list-image{
		padding-right: 20px;
	}
	.features-list .subgroup-container:nth-child(even) .col-6 .features-list-image{
		padding-left: 20px
	}
	.features-list .subgroup-container:nth-child(even) .col-6, .features-list .subgroup-container:nth-child(odd) .col-6{
		padding: 0px !important;
	}
	.gallery-main{
		padding: 0px 20px;
	}
	.slider-main .slick-next{
		right: 5% !important;
	}
	.slider-main .slick-prev{
		left: 5% !important;
	}
}
@media(max-width: 1024px){
	.search-no-results .container{
		padding: 20px 50px !important;
	}
	 .header-main .header-menu{
		display: flex;
    	flex-direction: row-reverse;
    	justify-content: end;
		 align-items: center;
	}
	#ekit-megamenu-harikrushna_menus{
		background-color: #ffffff !important;
		z-index: 999 !important;
	}
	.slider-main .slick-next{
		right: 5% !important;
	}
	.slider-main .slick-prev{
		left: 5% !important;
	}
	.single-product .container{
		padding: 20px 50px !important
	}
	.subgroup-container{
		padding: 20px 0px !important;
	}
	.gallery-main{
		padding: 0px 0px 20px 0px !important;
	}
	.features-list .subgroup-container:nth-child(odd) .col-6 .features-list-image{
		padding-right: 20px;
	}
	.features-list .subgroup-container:nth-child(even) .col-6 .features-list-image{
		padding-left: 20px
	}
	.features-list .subgroup-container:nth-child(even) .col-6, .features-list .subgroup-container:nth-child(odd) .col-6{
		padding: 0px !important;
	}
}
@media(min-width:576px) and (max-width: 767px){
	.service_parts_extra{
		margin-bottom: 30px !important;
	}
	
}

@media (max-width: 991px){
/* 	.slider-main .slick-next{
		right: 5% !important;
	}
	.slider-main .slick-prev{
		left: 5% !important;
	} */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47% !important;
}
	
/* 	.subgroup-container .col-6:nth-child(2){
	padding-left: 20px !important;
 } */
	.our-vision .elementor-widget-container:before{
		left: -90px !important;
    	top: 74px !important;
		width: 40% !important;
	}
	.tearms{
		width: 50% !important;
	}
	.copyright{
		width: 50% !important;
	}
	.main-copy .elementor-element{
		flex-direction: row !important;
	}
	.testimonials-2-bottom{
		flex-wrap: wrap;
	}
	.quotation img{
		width: 30px !important;
	}
	.menu-btn .elementskit-menu-close{
		padding: 12px 10px !important;
	}
}

	.tearms {
    	display: ruby !important;
	}
.menu-btn .elementskit-menu-close{
	border: 0px !important;
}
@media only screen and (max-width: 575px){
	.technical-support .row .col-2, .technical-support .row .col-5, .technical-support .row .col-6.country{
		width: 100% !important;
	}
/* 	.woocommerce-page .container {
    padding: 20px 20px !important;
} */
	.breadcrumbs-main{
		padding: 0 !important;
	}
/* 	.single-product .container {
    padding: 0 20px !important;
} */
}
@media only screen and (max-width: 767px){
	.no-results .page-content{
		margin: 0px 0px !important;
	}
	.search-no-results .container{
		padding: 20px !important;
	}
	.no-results h1.page-title{
		text-align: center !important;
	}
	 .no-results h1.page-title{
	line-height: 1 !important;
	font-size: 40px !important;
 }
	.entry-content, .entry-summary{
		margin:  0px !important;
	}
	.sliders-content p{
		font-size: 12px !important;
	}
	.slider-main .sliders-content{
		padding: 10px !important;
	}
	.slider-main .sliders-content h3{
		font-size: 16px !important;
	}
	.slider-main .sliders-content{
		top: 50% !important;
	}
/* 	.slider-main .slick-prev, .slider-main .slick-next{
		top: 50% !important;
	} */
	.features-list .subgroup-container:nth-child(even) .col-6, .features-list .subgroup-container:nth-child(odd) .col-6{
		padding: 0px 0px !important;
 }
	.features-list .subgroup-container{
		padding: 20px 0px !important;
	}
	.gallery-main .col-12{
	padding: 0px 5px !important;
 }
 .features-list-title, .features-list-title h3{
	text-align: center !important;
 }
 .subgroup-container .feature-list-btn{
	display: flex;
    justify-content: center;
 }
	.gallery-main{
		padding: 0px 0px 20px 0px !important;
	}
	.our-vision .elementor-widget-container:before{
		display: none !important;
	}
	.tabs-main{
		padding: 0px 0px !important;
	}
	.overview-main .overview-left .container{
		padding: 0px 0px !important;
	}
	.main-slider-part img{
		height:200px !important;
	}
	.blogs_details .bdp-post-grid-main .bdp-medium-4{
		width: 100% ;
	}
	.tearms{
		width: 100% !important;
		text-align: center !important;
	}
	.copyright{
		width: 100% !important;
		text-align: center !important;
	}
	.main-copy .elementor-element{
		flex-direction: column !important;
	}
    .testimonials-2-content{
    opacity: 1;
}
	.single-product .container {
    padding: 0 20px !important;
}
	.machine-layout .col-8 {
    display: flex !important;
}
	.machine-layout .machine-layout-left {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
	.overview-main .col-6, .career-form .col-6 {
    width: 100%;
    padding: 5px 0 !important;
}
	.single-product h3 {
    margin: 0 !important;
}
.overview-main .overview-right  {
    padding: 0 !important;
}
	.overview-main .overview-left {
    padding-right: 22px !important;
}
	.overview-main, .features-main {
    padding: 20px 0px !important;
}
			.wp-video {
    width: 100% !important;
}
			.bdp-post-title a {
    font-size: 16px !important;
}
	.bdp-post-grid-main{
    display: flex;
    flex-wrap: wrap;
}
	.about-circle-crev{
		display: none;
	}
	.breadcrumbs-slide-part .infra h4{
		font-size: 10vw !important;
	}
	.infra-main {
    margin-bottom: 0px;
}
	.breadcrumbs-main{
			padding: 20px;
		}
	.woocommerce-page h1.entry-title {
    font-size: 35px !important;
}
	.slider-main .sliders-content { 
		left: 130px !important;
	}
	
	.overview-main .container .col-6 {        
        justify-content: center !important;
    }
	.tab-full-width ul {      
    overflow-x: scroll;
}
	.slider-main .slick-next {
    right: 5% !important; 
	top: 50% !important;
	z-index:1 !important;
}
	.slider-main .slick-prev {
    left: 5% !important;   
	z-index:1 !important;
		top: 50% !important;
}
	.overview-main .overview-left {
    padding-right: 0 !important;
}
	
	.side-sticky-2{
		display: none !important;
	}
	
	.read-more{
		right: 0px !important;	
	}

}	
		

}
	@media only screen and (max-width: 425px){
		.features-main {
    padding: 30px 0px;
}
		
		
		.single-product .container {
    padding: 0 30px !important;
}
		.col-6, .career-form .col-6 {
    width: 100% !important;
    padding: 0px 10px;
}
	.machine-layout .col-8, .machine-layout .col-4 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
		.overview-main .overview-left {
    padding-right: 0 !important;
}
		.overview-main .overview-left p{ 
    text-align: center;
}
	.single-product h3 {
    text-align: center;
    margin-bottom: 7px !important;
}
.features-main .features-left {
    border-bottom: 1px solid #e8e8e8 !important;
    border-right: 0px solid #e8e8e8 !important;
}
		.features-main .features-right {
    padding: 15px 0 15px 0 !important;
}
		.features-main .features-left {
    padding: 0px 0px 15px 0px !important;
}
		.wp-video {
    width: 100% !important;
}
	.blogs_details .bdp-post-grid-main .bdp-medium-4 {
    width: 100%;
}
		.blogs_details .bdp-readmorebtn {
    padding: 4px 25px;
    font-size: 14px;
}
		.breadcrumbs-slide-part .infra h4{
			margin-top: 35px !important;
		}
		.woocommerce-page .woocommerce ul.products[class*=columns-] li.product,
        .woocommerce-page ul.products[class*=columns-] li.product {
    	 width: 100% !important;
}
		.woocommerce-page h1.entry-title {
    font-size: 24px !important;
}
		
		 .main-slider-part .slider-main .sliders.slick-slide.slick-current.slick-active .sliders-content {       
        left: 11% !important;
        top: 48% !important;
    }
	
	    .slider-main .slick-prev {
        left: 5% !important;
        top: 50% !important;       
    }
	.slider-main .slick-next {
        right: 6% !important;
        top: 46% !important;       
    }
	.single-product h3 {    
    text-align: center !important;
}
	.single-product p:not(.single-product footer p), .features-left li, .single-product .overview-left {    
    text-align: center !important;
}	


		.feature-list-btn {
    display: flex;
    justify-content: center;
}				
}
		
/* Insights from */
    .blogs-head-1 .blogs-main{
        width: 33.33%;
        margin-left: 20px;
		position: relative;
    }

	.blogs-head-1 .blog-gap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
	}
	

 .blog-photo img {
    width: 100% !important;
}

.blogs-main .date a{
    color: #222;
    font-size: 11px;
}
.blog-txt h5 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #000;
    margin: 9px 0;
}

.blog-txt i {
    rotate: -45deg;
    opacity: .7;
    margin-left: 7px;
    z-index: 99;
    transition: all 0.3s linear;
}
.blog-txt:hover i{
     rotate: 0deg;
     opacity: 1;
}
    .blog-txt a{
        display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
     color: #222;
     position: relative;
}
.blog-txt a::before{
        position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: #216BAB;
    bottom: -3px;
    left: 0;
    transition: 0.5s all;
}
.blog-txt a:hover::before{
    width: 100%;
    
}

.blogs-main .date {
    margin-top: 0px;
   visibility: hidden;
}
.people-head-new .people-content-new img {
    width: 100% !important;
}
.people-head-new .review-txt-new h3{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 20px 0;
}
.slider-bottom-new .slick-dots li, .swiper-pagination-bullet {
    display: inline-block !important;
    width: 60px !important;
    height: 4px !important;
    margin: 0 5px !important;
    background: rgb(65 65 65 / 50%) !important;
    padding: 0 !important;
    cursor: pointer !important;
	border-radius:0px !important;
}
.slider-product-finder .slick-dots li {
    display: inline-block;
    width: 60px;
    height: 4px;
    margin: 0 5px;
    background: rgba(204, 204, 204, 0.5);
    padding: 0;
    cursor: pointer;
}
.slider-product-finder .slick-dots li.slick-active, .slider-bottom-new .slick-dots li.slick-active, .swiper-pagination-bullet-active{
    background-color: #216bab !important;
}
.slider-product-finder .slick-dots button{
    display: none;
}
.slider-bottom-new .slick-dots button{
    display: none;
}
    .slider-main {
        overflow: hidden !important;
    }   
    .sliders-content-btn a {
        background-color: #216bab;
        color: #fff;
        border: 2px solid #216bab;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 400;
        transition: all 0.5s;
		text-transform: capitalize;
    }
     .sliders-content-btn a:hover, .grouping-content-btn a:hover{       
		  background-color: transparent !important;
         color: #216bab;
         border: 2px solid #216bab;
     }

    .slider-main .slick-slide video {
        display: block;
        width: 100%;
        height: 73vh;
        object-fit: cover;
		object-position:bottom;
    }

    .slider-main .slick-next {
        right: 1%;
        top: 50%;
        z-index: 999;
    }

    .slider-main .slick-prev {
        left: 1%;
        top: 50%;
        z-index: 999;
    }

    .sliders {
        position: relative;
    }

    .slider-main .sliders-content {
    position: absolute;
    left: 80px;
    bottom: 0;
    max-width: 550px;
    background: rgba(255, 255, 255, 1);
    padding: 30px 37px;
    z-index: 1;
    opacity: 0;
    transition: none 0s ease 0s;
    transition: all 4s;
    visibility: inherit;
    top: 50%;
    transform: translateY(-50%);
		height: max-content;
		width: 1200px !important;
		margin: 0 auto !important;
/* 		display: none; */
}
.slider-main  .slider-home{
	display: none;
}
/* .slider-main .sliders-content{
	width: 1200px !important;
	margin: 0 auto !important;
} */
    .slider-main .sliders.slick-slide.slick-current.slick-active .sliders-content {
        opacity: .9;
    }

   .sliders-content h3 {
    color: #000;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1.7 !important;
    letter-spacing: 1px;
    margin-top: 0px;
}

    .sliders-content p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .studio-inner.slick-slide {
        margin: 0 20px;
    }

    .studio-inner.slick-slide:first-child,
    .studio-inner.slick-slide:last-child {
        margin: 0;
    }

    .slider-main .slick-dots {
        position: absolute;
        left: 0;
        z-index: 99 !important;
        bottom: 1%;
    }

    .slider-main .slick-dots li {
        display: inline-block;
        width: 50px;
        height: 4px;
        margin: 0 5px;
        background: #fff;
        padding: 0;
        cursor: pointer;
    }

    .slider-main .slick-dots li.slick-active {
        background-color: #216bab;
    }

    .slider-main .slick-dots button {
        display: none;
    }
    .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.sliders-content-btn{
	display: flex;
}
.breadcrumbs-slide-part {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    z-index: 0;
}
.categories-fav-icons .elementor-icon svg {
    transition: all 0.7s;
}
.categories-fav-icons:hover .elementor-icon
{
    rotate: 44deg !important;
	background-color: #cb6f3c !important;
}
.tags-links a, .cat-links a, .bdp-post-categories a {
    pointer-events: none;
}
.teams_owners .elementor-widget-heading .elementor-heading-title>a:focus, 
.teams_owners .elementor-widget-image-box .elementor-image-box-title>a:focus {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    outline:none !important;
}

.bdp-post-content .bdp-post-short-content {
	font-size: 14px !important;
}
        .achieve-head .achieve-main {
        width: 33.33%;
        margin-left: 20px;
    }
   .achieve-photo img {
    height: 250px !important;
    width: 88%;
    object-fit: contain;
}
    .achieve-txt {
        text-align: center;
    }
.achieve-txt h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #000;
    margin: 9px 0;
}
    .achieve-txt p {
        font-size: 14px;
        margin: 10px 0;
        font-weight: 400;
    }
    
    .achieve-main{
        position: relative;
    }
    .achieve-head .slick-next {
    position: absolute !important;
    top: 38%;
    right: -3%;
    z-index: 999;
}

    .achieve-head .slick-prev {
    position: absolute !important;
    top: 38%;
    left: -3%;
    z-index: 999;
}
    
.achieve-head .slick-next:before, .achieve-head .slick-prev:before {
    font-family: 'FontAwesome';
    border: 1px solid #22222230;
    border-radius: 50%;
    padding: 13px 1px;
}

    .achieve-head .slick-prev::before {
        content: "\f104";
        color: #222;
        font-size: 15px;
    }

    .achieve-head .slick-next::before {
        content: "\f054";
        color: #222;
        font-size: 15px;
    }

.packaging-products figure.swiper-slide-inner {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
    padding: 20px;
    height: 220px;
    width: 100%;
}
.packaging-products figure.swiper-slide-inner img {
    height: 130px;
    width: 100%;
    object-fit: contain;
}
.turnkey-child {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
}

.turnkey-child .turnkey-left,
.turnkey-child .turnkey-right {
    width: 50%;
    text-align: justify;
}

.turnkey-child .turnkey-right img {
    width: 100%;
}

.turnkey-left .turnkey-words h3 {
    font-size: 28px !important;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
	margin-bottom: 18px;
}

.turnkey-left .turnkey-words p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.turnkey-top-main .slick-prev {
    position: absolute !important;
    top: 50%;
    left: -4%;
    z-index: 999;
}

.turnkey-top-main .slick-next {
    position: absolute !important;
    right: -2%;
    top: 50%;
    z-index: 999;
}

.turnkey-top-main .slick-next:before,
.turnkey-top-main .slick-prev:before {
    font-family: 'FontAwesome';
    border: 1px solid #22222230;
    border-radius: 50%;
    padding: 15px;
}

.turnkey-top-main .slick-prev::before {
    content: "\f060";
    color: #216bab;
    font-size: 15px;
}

.turnkey-top-main .slick-next::before {
    content: "\f061";
    color: #216bab;
    font-size: 15px;
}

.industries-head .industries-1-inner {
    margin-right: 15px;
    position: relative;
}
.industries-1-pic{
    position: relative; 
}
   
.industries-1-txt h4 {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff;
    position: absolute;
    bottom: -6%;
    left: 8%;
}
.industries-1-pic::after {
    content: "";
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073 !important;
}
.industries-head .slick-prev {
    position: absolute !important;
    top: 50%;
    left: -3%;
    z-index: 999;
}

    .industries-head .slick-next {
    position: absolute !important;
    right: -2%;
    top: 50%;
    z-index: 999;
}

    .industries-head .slick-next:before, .industries-head .slick-prev:before {
    font-family: 'FontAwesome';
}

   .industries-head .slick-prev::before {
    content: "\f104";
    color: #000;
    font-size: 28px;
}

    .industries-head .slick-next::before {
    content: "\f105";
    color: #000;
    font-size: 28px;
}
.news-emails input[type="email"] {
    background: #fff;
    padding: 10px 10px 10px 15px !important;
    border-radius: 30px;
    border: 1px solid #216bab;
    padding-left: 13px;
    position: relative;
    line-height: 1;
}
.wpcf7-response-output{
	display:none;
}
.footer-email-part .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    display: flex;
}
.news-emails button {
    position: absolute;
    top: 2px;
    right: 4px;
    background: #216bab;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 9px !important;
}
.news-emails img{
	filter: invert(1) !important;
}
.single-product .product-gallery img{
	width:100px;
}
.single-product .container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.main-slider-part img {
	height:400px;
	width:100%;
	object-fit:cover;
	object-position:center;
	opacity:0.7;
}
.main-slider-part .slider-main .sliders.slick-slide.slick-current.slick-active .sliders-content{
	transition: none;
}
.main-slider-part .slick-slide{
	background-color: #000;
}
.main-slider-part .sliders-content h3, .main-slider-part .sliders-content p{
	margin-bottom: 10px;
}
.main-slider-part .slider-main .slick-prev, .main-slider-part .slider-main .slick-next  {
    filter: invert(1);
}

.row{
	display:flex;
	flex-wrap:wrap;
}
.pb-50{
	padding-bottom:50px;
}
.pt-50{
	padding-top:50px;
}
.turnkey-part .eael-advance-tabs{
	display:flex !important;
	flex-direction: column-reverse !important;
}
.turnkey-part .eael-tab-title{
	text-align: left !important;
	border-top: 2px solid !important;
	padding-top: 5px !important;
}
.turnkey-part .eael-tab-top-icon li{
	display: flex !important;
	justify-content: start !important;
}
.turnkey-part .tab-para{
	padding-top: 10px !important;
}
.turnkey-part .turnkey-btn a {
    padding: 10px 20px !important;
    border: 2px solid #216BAB !important;
    color: #ffffff !important;
    background-color: #216BAB !important;
    display: inline-block !important;
    transition: all ease 0.6s;
    margin-top: 20px !important;
}
.turnkey-part .turnkey-btn a:hover {
    background-color: white !important;
    color: #216BAB !important;
}

.dave-logo img{
	width: auto !important;
    display: flex !important;
    height: 25px !important;
    align-items: start !important;
}
.mail-now .elementor-icon-box-content .elementor-icon-box-description{
	line-height: 1.2 !important;
}

/* Product page Css start here  */
.overview-main .container .col-6{
	padding:0;
}
.overview-main .overview-left{
	padding-right: 50px;
}
.single-product .row{
    align-items: start;
}
.overview-main .overview-right{
	padding: 10px;
}
.single-product h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000000;
    line-height: 1.3 !important;
    margin: 0 0 20px 0;
	position:relative;
	width: fit-content;
	text-align:initial;
}
.text-center{
	text-align: center;
}
.text-white{
	color:#fff !important;
}
.single-product p:not(.single-product footer p), .features-left li, .single-product .overview-left{
	font-weight: 400;
	line-height: 1.7em;
	color: #000000;
/* 	padding-top: 10px; */
	text-align:justify;
}
.main-slider-part .sliders-content h3:before{
	background: #ffffff;
}
.subgroup-container{	
	width: 100%;
	padding: 50px 0px;
}
.fs-small {
    font-size: 12px !important;
    text-align: left;
}
.features-main .features-left{
	padding: 0px 30px 0px 0px;
}
.features-main .features-right, .machine-output-image{
	padding: 0px 30px 0px 30px;
}
.machine-output-image img{
	    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: left;
    margin-top: 20px;
}

.features-main .features-left{
	border-right: 1px solid #e8e8e8;
}
.features-main{
	padding: 50px 0px;
	background-color: #f5f5f5;
}
.features-left .feature-btn, .feature-list-btn a {
    font-family: "Source Sans 3", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    margin: 0 0 0 15px;
    cursor: pointer;
    text-decoration: none;
 
}
.machine-layout input , .machine-layout textarea, .machine-layout select {
	    background-color: #fff;
}
.machine-layout{
	padding: 50px 0px;
    background-color: #f5f5f5;
    margin-top: 50px;
}
.pl-0{
	padding-left:0px !important;
}
.feature-list-btn a {
	   margin-top: 10px !important;
    margin: 0;
}
.features-left .feature-btn i, .feature-list-btn i{
	margin-left: 10px !important;
	background-color: #216bab;
	padding: 5px;
	color: #ffffff;
	border-radius: 15px;
	font-size: 13px;
}
.features-left ul{
	padding: 0px 5px 0px 20px !important;
    margin: 0 0 1.5em 0.5em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical; 
/* 	padding: 0px 5px 0px 10px !important;
	margin: 0 0 1.5em 0.5em !important; */
}
.gallery-item img{
	width: 100% !important;
}

.gallery-main .gallery-item{
	margin: 0px 15px !important;
}
.product-gallery .slick-prev{
	position: absolute;
	left: 1.5%;
	z-index: 9;
/* 	color: #FFFFFF; */
    background: #cccccc;
    border: 0px solid #FFFFFF;
	padding: 13px;
    border-radius: 25px;
}
.product-gallery .slick-next{
	position: absolute;
	right: 1.5%;
	z-index: 9;
/* 	color: #FFFFFF; */
    background: #cccccc;
    border: 0px solid #FFFFFF;
	padding: 13px;
    border-radius: 25px;
}
.product-gallery .slick-prev:before, .product-gallery .slick-next:before{
	filter: invert(1);
}
.product-gallery .slick-prev:before{
	margin-left: -17px !important;
}
.product-gallery .slick-next:before{
	margin-left: -17px !important;
}
.product-gallery button{
	display: flex;
    align-items: center;
}
.product-gallery button{
	background-color: #cccccc !important;
}
.product-gallery button:hover{
	background-color: #cccccc !important;
}
.review-txt-new h3{
	text-align: center;
}
/* Product Page Css end here  */
.info-mail h4{
	text-transform: lowercase !important;
}
.turnkey-words .tab-para{
	display: none !important;
}
.cata-pick .elementor-widget-container{
	overflow: hidden !important;
}
.contact-us h2{
	line-height: 1.1 !important;
}
.title-line h2{
	font-size: 32px !important;
}
.title-line h2:before, .single-product h3:before, .title-line h4:before, .title-line h5:before, h3.title-line:before, .woocommerce-page h1.entry-title:before{
    position: absolute;
    width: 0%;
    height: 2px;
    content: "";
    background: #216bab;
    bottom: 1px;
    left: 0px;
		right: 0;
		margin: auto;
    transition: 0.5s all;
}

.title-line h5:hover::before, .title-line h4:hover::before, .title-line h2:hover::before, .single-product h3:hover::before, h3.title-line:hover::before, .woocommerce-page h1.entry-title:hover::before{
	width: 100%;
}
.turnkey-part .turnkey-words h3, h3.title-line{
	display: inline-block;
		position: relative;
}

.turnkey-part .turnkey-words h3::before{
	position: absolute;
    width: 0%;
    height: 2px;
    content: "";
    background: #216bab;
    bottom: 1px;
    left: 0px;
		right: 0;
		margin: auto;
    transition: 0.5s all;
}
.turnkey-words h3:hover::before{
	width: 100%;
}
.overflow-scroll p{
	height: 20vh;
	overflow-y: scroll;
}

.counter-img img{
	filter:invert(1);
}
.foot-head-titles a{
	width: fit-content !important;
}
.foot-head-titles a::before {
    position: absolute;
    width: 0%;
    height: 2px;
    content: "";
    background: #fff;
    bottom: 16px;
    left: 0px;
    right: 0;
    margin: auto;
    transition: 0.5s all;
}
.foot-head-titles a:hover::before {
    width: 100%;
}
.footer-part-main .elementor-social-icon:not(.footer-part-main .elementor-social-icon:hover){
	background:#fff;
}
.footer-part-main .elementor-social-icon svg:not(.footer-part-main .elementor-social-icon:hover svg) {
    fill: #cb6f3c;
}
.technical-data-documents .h6,.technical-data-documents h6 {
    border-bottom: 2px solid rgba(0,0,0,.15);
    margin-bottom: 32px
}

.technical-data-documents .h6 span,.technical-data-documents h6 span {
    border-bottom: 2px solid #005eb8;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 32px;
    padding-bottom: 0px;
    text-transform: uppercase
}

.technical-data-documents .technical-data-documents__content {
    margin-top: 64px
}
.technical-data-documents .technical-data-documents__details ul {
    background: #005eb8;
    border-radius: 16px;
    padding: 15px 0;
	list-style: none;
	margin:0;
}
.technical-data-documents .technical-data-documents__details a {
    display: flex;
    color: #fff;
    cursor: pointer;
    padding: 10px 32px 0;
}
.technical-data-documents .technical-data-documents__details ul .h5,.technical-data-documents .technical-data-documents__details ul h5 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding-left: 32px;
    padding-top: 10px;
    text-transform: uppercase
}
.technical-data-documents .technical-data-documents__content.technical-data-documents--without-img {
    margin-top: 30px
}

.technical-data-documents .technical-data-documents__content p {
    color: #61687a;
    font-weight: 400
}
.technical-data-documents .technical-data-documents__details a i {
    font-size: 20px;
    height: 20px;
    margin-top: 4px;
    width: 20px;
}
.technical-data-documents .technical-data-documents__details a p {
    font-weight: 600;
    margin: 0 0 0 10px;
}
.technical-data-documents .technical-data-documents__details a p span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}
.col-8{
	width:60%;
	padding-left: 15px;
    padding-right: 15px;
}
.col-4{
	width:40%;
	padding-left: 15px;
    padding-right: 15px;
}
.pt-50{
	padding-top:50px;
}
.text-start{
	text-align:left;
}
.breadcrumbs-main nav.woocommerce-breadcrumb{
    font-size: 16px !important;
    color: #767676;
	 padding: 14px 0 !important;
	margin: 0 !important;
	
}
.features-left .remove-limit {
    -webkit-line-clamp: inherit !important;
    line-clamp: inherit !important;
	overflow: inherit !important;
}
.pb-50 {
    padding-bottom: 50px;
}
.menu-btn #menu-harikrushna_menus li a i{
	border: 0px !important;
}
/* .menu-btn .elementskit-menu-hamburger, .menu-btn .elementskit-menu-close{
	border-radius: 50% !important;
	background-color: #216BAB;
} */

.col-12{
	width: 100%;
	padding: 0px 15px;
}

.col-3{
	width: 25%;
	padding: 0px 15px;
}
.col-9{
	width: 75%;
	padding: 0px 15px;
}
.features-list-description p{
	text-align: justify;
}
.row{
	align-items: center;
}
.contact-form .col-12.text-center p{
	text-align: center;
}
.contact-us-1 .contact-1-inner .col-6 .country-select.inside{
		margin-bottom: 15px !important;
	}

.contact-form .wpcf7-acceptance label{
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.technical-support .wpcf7-acceptance label{
	margin-bottom: 22px;
	display: flex;
/*     align-items: center; */
    gap: 10px;
    justify-content: flex-start;
	margin-top: 22px !important;
}
.contact-form .wpcf7-acceptance input, .technical-support .wpcf7-acceptance input{
	max-width: 16px !important;
    margin-bottom: 0 !important;
}
.technical-support .row .col-6 p span input, .technical-support .row .col-12 p span textarea, .technical-support .row .col-12 p span input, .technical-support .row .col-6 p span select, .technical-support .col-6 .country-select.inside, .technical-support .col-5 input, .technical-support .col-2 select{
	border-left: none !important;
    border-right: none !important;
    border-top: none !important;
	border-color: #216bab !important;
	border-radius: 0px !important;
	color: #000000 !important;
}
.contact-form .wpcf7-acceptance span, .technical-support .wpcf7-acceptance span, .new-services-2-inner .wpcf7-acceptance span{
    line-height: 1;
    color: #fff;
    margin: 0;
    width: 100%;
}
.technical-support .wpcf7-acceptance span{
	color: #000000 !important;
}
.contact-form .wpcf7-acceptance span a, .new-services-2-inner .wpcf7-acceptance span a{
	color: #fff;
    text-decoration: underline;
}
.technical-support .wpcf7-acceptance span a{
	color: #216bab !important;
	text-decoration: underline;
}
.gallery-item{
	overflow: hidden;
}
.single-product .product-gallery img{
	 transition: 1s all ease-in-out;
}
 
.plyr__video-wrapper, .plyr--video{
	background: #fff !important;
	border-radius:20px;
}
.via-mail a{
	text-transform: lowercase !important;
	color: #216BAB !important;
}
.technical-support .col-2{
	width: 20% !important;
}
.technical-support .col-2 select{
	padding: 13px 13px !important;
}
.technical-support .col-5 input{
	width: 100%;
	padding: 12px 13px !important;
}
.technical-support .col-5{
	width: 40% !important;
}
.grouping-head .grouping-1 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
    border-radius: 15px;
    padding: 30px;
    text-align: center !important;
    margin: 10px;
    justify-content: space-between;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
}
.grouping-head p{
	margin-bottom:15px;
	height: 75px;
}    
.grouping-1 .group-logo img {
   width: fit-content;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}
.grouping-1 .group-logo img.big{
	padding:0px !important;
}
.group-inner-photo img {
    width: fit-content;
    height: 180px !important;
    object-fit: cover;
}
.grouping-1 .group-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .grouping-content-btn a {
    background-color: #216bab;
    color: #fff;
    padding: 12px 16px;
    border: 2px solid #216bab;
    transition: all 0.5s;
}
  .group-logo h5 {
    font-size: 18px !important;
    color: #000;
    font-weight: 500 !important;
    margin: 15px 0;
}

.group-inner-photo {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
}
.header-main .menu-bt .elementskit-submenu-panel > li > a {
	font-weight: 500 !important;
}

/* form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
} */
.marquee-scroll {
    margin: 0 !important;
	color:#fff;
	font-size:20px !important;
	font-weight:400 !important;
}
.page-nav-main-fix.experience-sticky{
  border-bottom:1px solid #e1e1e1;
}
.overview-left {
  position: relative;
  overflow: hidden;
  white-space: initial;
}

.read-more {
  display: none;
  position: absolute;
  bottom: 0;
 	right: 45px;
	background-color: #fff;
	padding: 0px 0px;
}
.overview-left.expanded {
-webkit-line-clamp: unset;
}
/* 
.overview-left.expanded  .read-more {
	display:none !important
} */

.plyr{
	min-width:550px;
}
.mb-30{
	margin-bottom:30px;
}
.main-tab-view ul, .single-product ul:not(.slick-dots), .single-product ol {
    margin: 0;
    color: #000;
    font-size: 16px;
    padding: 10px 0 10px 25px;
    text-align: justify;
    hyphens: auto;
    line-height: 1.7em;
    font-weight: 400;
}
.single-product h3 + h3 {
    margin: 30px 0 0 0;
}
.main-tab-view ul li {
   margin:10px 0;
}
.tab-full-width{ 
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: .3s ease-in-out .05s;
	border-bottom: solid 1px #d3d3d3;
    margin-bottom: 20px;
}
.tab-full-width ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 10px 15px 20px 15px;
	list-style-type: none;
}
.tab-full-width ul li {
    margin: 0 15px;
}
.tab-full-width ul li a {
    font-weight: 500;
    color: #000;
    line-height: 16px;
    padding: 10px;
    transition: color .2s ease-in-out;
    white-space: nowrap;
    background: none;
    border: 0;
    font-size: 16px;
	text-decoration:none;
}
.features-list-title h3 {
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 10px;
}
.features-list-image img{
	border-radius: 10px;
}
.feature-list-btn a {
    font-size: 14px;
    text-transform: capitalize;
    background-color: #216bab;
    border-radius: 0;
    padding: 10px 18px;
    width: fit-content;
    color: #fff;
    transition: all 0.5s;
    border: 2px solid #216bab;
}

.feature-list-btn{
	margin-top:20px !important;
}
.contact-us-1 .contact-phone .wpcf7-tel::placeholder{
	color:#797979  !important;
}
.contact-form .row .col-6 p span input, .contact-form .row .col-12 p span textarea, .contact-form .row .col-6 p span select, .contact-form .row .col-12 p span input, .new-services-2 .row .col-6 p span input, .new-services-2 .row .col-6 p span textarea {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px !important;
    border-color: rgb(255 255 255 / 40%) !important;
	background:transparent !important;
	padding: 12px 10px !important;
}
.main-center-image img{
	width:100%;
}
.contact-form .row .col-12 p span textarea {
    height: 50px !important;
}
.dialog-lightbox-widget{
	display:none !important;
}
.mfp-figure .mfp-close{
	font-size: 30px;
}
.contact-form .country-select .selected-flag .arrow{
	border-top: 4px solid #fff;
}
.contact-form .wpcf7-select, .new-services-2-inner .wpcf7-select{
	color:#fff !important;
}
.contact-form .wpcf7-select option, .new-services-2-inner .wpcf7-select option{
	background:#fff;
	color:#000 !important;
}
.counter-machine .elementor-counter .elementor-counter-title{
	line-height: 1 !important;
}
.image-gallery .elementor-swiper-button-prev{
	position: absolute !important;
	left: -5% !important;
	padding: 10px;
  border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.3);
}
.image-gallery .elementor-swiper-button-next{
	position: absolute !important;
	right: -5% !important;
	padding: 10px;
  border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.3);
}
.image-gallery img{
	max-width: 100%;
  max-height: 100%;
  width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: top;
}

.image-gallery figure:hover .swiper-slide-image{
	transform: scale(1.1) !important;
}
.image-gallery .swiper-slide-inner{
	overflow: hidden;
}
.pdf-btn .download{
	transition: all ease 0.6s;
}
 .download a span{
	transition: all ease 0.3s;
}
.pdf-btn:hover .pdf-img {
	transform: scale(1.1) !important;
}
.pdf-img, .swiper-slide-image{
	transition: all ease 1s;
}
.pdf-btn:hover .download{
	background-color: #216bab;
	border-radius: 5px;
}
.pdf-btn:hover .download a span{
	color: #fff !important;
}
.foot-inner ul li a{
	position: relative;
}
.swiper-slide .swiper-slide-inner figcaption{
	text-transform: capitalize !important;
	font-size: 13px;
}
.events .bdp-post-grid-main a{
	color:inherit;
	line-height: 1.4 !important;
}
.head_form textarea {
    height: 125px;
}
.events .bdp-post-title{
	line-height: 0.3 !important;
}
.events .bdp-post-categories{
	margin-bottom:0px;
}
.events .bdp-readmorebtn,.contact-us-1 .contact-1-inner .col-12.submit p input[type="submit"] {
    background: #216bab !important;
    border: none;
    color: #fff !important;
    border: 2px solid #216bab;
	transition: all 0.3s linear;
	font-size: 14px;
   font-family: 'Montserrat' !important;
}
.events .bdp-readmorebtn:hover ,.contact-us-1 .contact-1-inner .col-12.submit p input[type="submit"]:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.site-main article .entry-footer a, .nav-links a{
	color: black !important
}
.entry-footer{
	display: flex;
  flex-direction: column;
}

/* .entry-header h1{
	font-size: 30px;
	text-align: center;
	padding: 20px 0px;
	color: #000;
} */
.entry-meta{
	display: none;
}
.blogs_details .bdp-post-categories a{
	color: #000000;
	font-size: 10px !important;
}
/* .blog-right-part{
	position:relative;
} */
.widget ul li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
	text-decoration: none;
	position:relative;
	width: fit-content;
}
.widget ul li a::after {
    position: absolute;
    width: 0%;
    height: 2px;
    content: "";
    background: #216bab;
    bottom: 0px;
    left: 0px;
    margin: auto;
    transition: 0.5s all;
}
.widget ul li a:hover::after{
	width: 100%;
}

.widget span.post-date {
    font-size: 13px;
    margin-top: 2px;
}

.blog-right-part .widget li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.column-shape .elementor-widget-container img{
	-webkit-mask-image: url("https://www.akdezigns.com/demo/harikrushna/wp-content/uploads/2024/04/columns-shape-aboutus.svg");
	-webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.our-vision .elementor-widget-container:before{
	position: absolute;
	content: "";
	height: 10px;
	width: 37%;
	background-color: #216BAB;
	transform: rotate(90deg);
  left: -118px;
  top: 102px;
}
.our-accordian .elementor-accordion-item{
	border: 0px!important;
}
.our-accordian .elementor-tab-title{
	border-bottom: 1px solid black !important;
}

.breadcrumbs-slide-part{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
	z-index:0;
}

.dart-cookie p a{
	color: #216BAB !important;
}
.top_home_banner{
	display: none !important;
}
.datasheet i{
	font-size: 20px;
	margin-right: 15px;
	color: #fff;
}
.pdf-btn .e-con-inner{
	margin: 0 !important
}
.datasheet{
	transition: all ease 0.6s;
}
.datasheet:hover{
	background-color: #CB6F3C;
}
.fa-chevron-right:before, .fa-angle-right:before, .slick-next:before {
    content: url(https://www.akdezigns.com/demo/harikrushna/wp-content/uploads/2024/04/chevron_right.svg) !important;
	filter: invert(33%) sepia(54%) saturate(1104%) hue-rotate(174deg) brightness(94%) contrast(89%);
}
.fa-chevron-left:before, .fa-angle-left:before, .slick-prev:before {
    content: url(https://www.akdezigns.com/demo/harikrushna/wp-content/uploads/2024/04/chevron_right.svg) !important;
	filter: invert(33%) sepia(54%) saturate(1104%) hue-rotate(174deg) brightness(94%) contrast(89%);
}
.slick-prev, .fa-angle-left {
    transform: rotate(180deg) !important;
}
.eael-advance-tabs .eael-tabs-nav>ul li.active:after{
	display:none !important;
}
.send-btn1 img {
    filter: invert(1);
    width: 20px;
    position: absolute;
    left: auto;
}
.send-btn1{
padding-bottom: 15px;
}
.machines_1 img {
    height: 400px;
    object-fit: cover;
}
.ekit-template-content-header:not(.logged-in .ekit-template-content-header ){
	position: sticky;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.header-main.active .header-btn {
    transform: translateY(0);
    transition: transform 0.8s ease, top 0.8s ease !important;
		width:auto;
}
.header-main .header-btn {
    transform: translateY(-5vw);
    transition: transform 0.8s ease, top 0.8s ease !important;
	width:0;
	display:inline-block;
}

.header-main.active , .header-main{
	transition: 1s all ease-in;
}
.header-main.active .elementskit-menu-container{
	height: 40px;
}
.career-form .col-12{
	width: 100% !important;
}
.career-form .col-12 input{
/* 	color: #fff !important; */
    width: 100%;
    height: auto;
    font-size: 18px;
    
}
 .col-6, .career-form .col-6{
	width:50%;
	padding: 0px 10px;
}
.career-form .col-12{
	padding: 0px 10px;
}
.career-form input{
	padding: 10px 10px !important;
}
.career-form input[type="text"]{
    width: 100%;
    height: auto;
    font-size: 18px;
}
.career-form select{
    width: 100%;
    height: auto;
		padding: 10px 10px !important;
	font-size: 14px !important;
	border-radius: 5px !important;
}
.career-form .col-6 input, .career-form .col-12 input, .career-form textarea{
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	font-size: 14px !important;
}
.career-form textarea{
	height: 100px;
}
.career-form input[type="submit"] {
    border: 2px solid #216bab;
    background-color: #216BAB;
    color: #fff;
    font-size: 16px;
		position: relative;
		padding: 15px 20px !important;
	transition: all ease 0.6s;
	font-family: "Source Sans 3", 		Sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}
.career-form input[type="submit"]:hover{
	background-color: transparent;
	color: #216BAB;
}
.career-form .row p{
		width: 100%;
    text-align: center;
	padding-top: 15px;
}
body{
	overflow-x:hidden;
}
.events .bdp-post-grid-main {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.career-list ul{
	margin:0;
	padding:0 0 0 25px;
}
.career-list ul li{
	margin-bottom:15px;
}
:focus{
	outline:none !important;
}
.contact-us-1 .row .col-12 p span textarea{
	display:block;
}

.contact-us-1 .row .col-6 p span input.wpcf7-countrytext{
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-bottom: 0 !important;
}
.overview-right .wp-video-shortcode{
	width:100%;
}
.overview-main .overview-right{
	overflow:hidden;
}
.machine-layout-left {
    display: none;
}
@media screen and (max-width: 575px){
	.slider-main .sliders-content {
    position: absolute;
    left: 21px !important;
    bottom: 0;
    max-width: 280px;
	  padding:20px;	  
  }
	.col-6, .career-form .col-6 {
    width: 100% !important;
}
	
	.blog-txt h5 {
		height: auto;
		font-size: 14px !important;
	}
	.slider-main .slick-slide video{
		height: 60vh;
	}
	.elementor-8443 .elementor-element.elementor-element-4407b6f .elementor-button{
		display:none!important;
	}	
	.cata-pick img{
		height:auto!important;
	}
	.turnkey-child .turnkey-left, .turnkey-child .turnkey-right {
    width: 100%;
    text-align: justify;	
	}
	.turnkey-child {   
    align-items: center;
    gap: 30px;  
    display: inline-flex;
    flex-direction: column;}	
.turnkey-part .turnkey-words h3,.turnkey-part .turnkey-words p {   
    text-align: center;
		padding:0px 10px;
	}	
.turnkey-words{
	text-align: center;
	flex-direction: column !important;
}

.main-slider-part .slider-main .sliders.slick-slide.slick-current.slick-active .sliders-content {
    opacity: 1 !important;
    padding: 0;
    transition: none; 
    text-align: center;
    position: absolute;
    left: 5%;
    top: 78%;
}

.slider-main .slick-prev {
    left: 6%;
    top: 81%;
    z-index: 999;
}
.slider-main .slick-next {
    right: 9%;
    top: 78%;
    z-index: 999;
}
.breadcrumbs-main nav.woocommerce-breadcrumb{
		text-align:center;
	}
.features-main .features-right { 
    text-align: center;
}
.main-slider-part .sliders-content p {   
    padding: 0px 8px;
	}
.turnkey-part .turnkey-words h3 {
    text-align: center;
	  line-height: 1.1;
	}
}

.features-list-description p{
	font-size:16px !important;
}
.col-4 {
    width: 33.33%;
    padding: 0px 15px;
}
.col-9 {
    width: 66.66%;
    padding: 0px 15px;
}
.our-service img{
	margin-bottom: 24px !important;
}
.our-service .elementor-image-box-content h3{
	margin: 0px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

.our-services .brand-machine{
		border-radius: 1rem;
    box-shadow: 0 0 3rem rgba(1, 23, 78, .1) !important;
	transition: all ease 0.3s !important;
}
.brand-title{
		font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
	border-radius: 1rem !important;
	background-color: #216BAB;
	transition: all ease 0.3s;
}
.brand-machine:hover .brand-title{
	background-color: #ffffff !important;
}
.brand-title h2{
	transition: all ease 0.3s;
	font-weight: 700 !important;
}
.brand-machine:hover .brand-title h2{
	color: #216BAB !important;
}
.brand-machine:hover{
	background-color: #216BAB !important;
}
.brand-machine:hover img{
	filter: brightness(0) invert(1) !important;
}

.international h3{
	margin: 0px !important;
}

.overview-left strong {
	font-weight: normal;
}
.overview-left a  {
	color:#4169e1
}
.overview-left h3 + h3, .overview-left h3 + p + h3, .overview-left h3 + p + ul + h3, .overview-left h3 + strong + ul + h3, .overview-left h3 + p + span + ul + h3, .overview-left h3 + soan + span + h3, .overview-left h3 + ul + h3 , .overview-left h3 + span + h3, .overview-left h3 + span + span  + h3  {
	margin:30px  0 0 0
}
.capping-section {
	z-index:9;
	overflow:inherit
}
.youtube-video iframe {
	width:100%
}
.yt-video-part .plyr {
    min-width: 100% !important;
}
.turnkey-words {
	    display: flex;
    flex-wrap: wrap;
}

 h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .button, 
.category-top h2.woocommerce-loop-category__title{
	transition: all .25s ease-in-out 0s !important;	 	
}
.category-top h2.woocommerce-loop-category__title {
    text-align: center !important;
    font-size: 14px !important;
}
.category-top .woocommerce-loop-category__title mark{
display: none !important;
}

.woocommerce-page ul.products li.product:hover h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product:hover a.button.product_type_simple,
.category-top ul.products li.product:hover h2.woocommerce-loop-category__title,
.category-top ul.products li.product:hover h2.woocommerce-loop-product__title,
.category-top ul.products li.product:hover a.button.product_type_simple{
	transform: translateY(-20px) !important;
}

.woocommerce-page > .container {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}		
.woocommerce-page h1.entry-title, .no-results h1.page-title {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 0.7;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: #000;
    padding: 20px 0;
}

.features-list .subgroup-container:nth-child(even), .subgroup-2:nth-child(even) {
    background-color: #f5f5f5 !important;
}
.side-sticky-zone {
    position: fixed !important;    
    z-index: 99999;
    bottom: 50%;
    width: 74px;
    padding: 20px 0;
    right: -0%;
    display: flex;
    flex-direction: column;
    transform: translate(0, 50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.side-sticky-zone a {
    color: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    background: #216bab;
    width: max-content;
    height: 71px;
    display: flex;
    align-items: center;
    transform: translate(10px,0px);
    transition: transform .4s ease 0s;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 4px 0px;
}

.side-sticky-zone img {
    width: 35px;
    object-fit: cover;
    margin-right: 20px;
    filter: invert(1);
}
.side-sticky-zone a:hover{
	 transform: translate(-106px,0px)
}


aside#secondary {
    display: none;
}
.features-list .subgroup-container:nth-child(even) .col-6, .features-list .subgroup-container:nth-child(odd) .col-6{
	padding:0px 20px ;
}
.side-sticky-2{
	position: relative;
}

.side-sticky-zone::after {
    content: '';
    position: absolute;
    top: 24px;
    right: -10px;
    background: #216bab;
    height: 89%;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

.life-at-hmpl-main{
	position:relative;
}
.footer-part-main .elementor-social-icon-instagram:hover{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.main-tab-view {
	position:relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.main-tab-view .read-more {
	right:0;
	display:block
}
.main-tab-view.expanded {
	-webkit-line-clamp: unset;
}
.tab-full-width ul li a.active {
    color: #ffffff;
	background-color: #216bab;
}
.counter .elementor-counter-title{
	text-align: center !important;
}
.slick-active .digital-log-inner-home {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.digital-log-inner-home {
    overflow: hidden;
}
.digital-logsbg-home {
    line-height: 0;
}
.slick-active .digital-logs-icon-home {
    bottom: 67px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.digital-logs-icon-home, .digital-logs-icon-home.digital-logs-icon-service-home {
    left: 0%;
    padding-top: 75px;
    position: absolute;
    text-align: center;
    bottom: -12px;
    width: 100%;
    z-index: 1;
}
.slick-active .digital-logs-title-home {
    top: 0;
    padding-top: 20px;
    transform: translate(0%, -50%);
}
.digital-logs-title-home {
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 0;
    max-width: 330px;
    height: 0;
    backface-visibility: hidden;
    color: #fff;
    display: inline-block;
    letter-spacing: normal;
    visibility: visible;
    text-align: left;
    width: 100%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-weight: 500;
}
.slick-center .digital-info-home {
    opacity: 1;
    visibility: visible;
}
.centerslickproduct .slick-slide {
    margin: 10px;
}
.digital-info-home {
    opacity: 0;
    line-height: 24px;
    font-size: 16px;
    max-width: 337px;
    padding-top: 16px;
    height: 0;
    backface-visibility: hidden;
    color: #fff;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    width: 100%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.read-more a {
    color: #216bab;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    text-decoration: none;
    padding-top: 0;
}
.digital-logs-item-home {
    position: relative;
    margin: 0 50px;
}
.digital-logsbg-home::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    background: #00000061 !important;
}
.digital-logsbg-home img{
	border-radius: 15px !important;
}
.centerslickproduct .slick-prev {
    position: absolute;
    left: 32%;
    top: 50%;
    z-index: 99999;
}
.centerslickproduct .slick-next {
    position: absolute;
    right: 32%;
    top: 50%;
    z-index: 99999;
}
.digital-logs-icon-text-home {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0%;
    backface-visibility: hidden;
    text-align: left;
    padding-left: 26px;
}

#digital-presence-cloud-home .slick-dots {
    max-width: 1375px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -187px;
}
#digital-presence-cloud-home .slick-dots li.slick-active {
    opacity: 1;
}
#digital-presence-cloud-home .slick-dots li {
    width: 13%;
    margin: 0;
}
#digital-presence-cloud-home .slick-dots li.slick-active button {
    opacity: 1;
}
#digital-presence-cloud-home .slick-dots li.slick-active button:before {
    background-color: #216bab;
    opacity: 1;
}
#digital-presence-cloud-home .slick-dots li:nth-child(1) button:after {
    content: "Honesty";
}
#digital-presence-cloud-home .slick-dots li:nth-child(2) button:after {
    content: "Teamwork";
}
#digital-presence-cloud-home .slick-dots li:nth-child(3) button:after {
    content: "Task-based Performance";
}
#digital-presence-cloud-home .slick-dots li:nth-child(4) button:after {
    content: "Growth";
}
#digital-presence-cloud-home .slick-dots li:nth-child(5) button:after {
    content: "Adaptation";
}
#digital-presence-cloud-home .slick-dots li:nth-child(6) button:after {
    content: "Think Out Side the Box";
}
#digital-presence-cloud-home .slick-dots li:nth-child(7) button:after {
    content: "Problem Solving";
}
#digital-presence-cloud-home .slick-slider .slick-track{
	padding: 30px 0px;
}
.centerslickproduct .slick-slide.slick-center .digital-info-home{
	display: block !important;
}
.centerslickproduct .slick-slide .digital-info-home{
	display: none !important;
}

#digital-presence-cloud-home .slick-dots li button:after {
    position: absolute;
    top: -70px;
    left: 13px;
    height: 20px;
    /* content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢'; */
    content: '';
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #216bab !important;
    margin-left: -68px;
    width: 116px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
#digital-presence-cloud-home  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
#digital-presence-cloud-home  .slick-dots li button {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
}
#digital-presence-cloud-home .slick-dots li button:hover:before {
    background: #1d8bed !important;
    border-radius: 20px;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 1;
}
#digital-presence-cloud-home .slick-dots li.slick-active button:after {
    color: #1d8bed;
}

#digital-presence-cloud-home .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: 'â€¢';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #BDC9D4;
    border-radius: 100%;
}
#digital-presence-cloud-home ul.slick-dots:after {
    height: 1px;
    width: 100%;
    background: #dcdcdc;
    left: 0;
    max-width: 78%;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    top: 18px;
    z-index: 1;
}
.woocommerce-page ul.products li, .page-template-product-finder .products .product, .category-top .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px !important;
    border-radius: 15px;
    display: flex;
/*     flex-wrap: wrap; */
	flex-direction: column !important;
	text-align: center;
    justify-content: space-between;
    align-items: center;
}
.category-top .products h2.woocommerce-loop-product__title {
    text-align: center !important;
    color: #000;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 2em;
    background: #216bab;
    color: #fff;
    font-size: 16px;
    padding: 10px 18px;
    font-weight: 500;
    transition: all 0.5s;
    border: 2px solid #216bab;
}

.woocommerce ul.products li.product .button:hover, .feature-list-btn a:hover {
background-color: transparent !important;
color: #216bab;
}

.woocommerce-page ul.products li.product img, .page-template-product-finder .products img, .category-top ul.products li.product img, .page-template-product-finder .products img{
transition: all .25s ease-in-out 0s;
    object-fit: contain;
}
.woocommerce-page ul.products li.product:hover img, .page-template-product-finder .products .product:hover img, .category-top ul.products li.product:hover img, .page-template-product-finder .products .product:hover img{
transform: scale(0.8);
}
.woocommerce ul.products li.product .star-rating, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{
display: none !important;
}

.tab-4.main-tab-view td {
    font-size: 14px;
}
.search-no-results .container {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.no-results .page-content{
	text-align: center !important;
}
.no-results .page-content input[type="search"] {
    background: transparent !important;
    padding: 12px 10px !important;
    border: 2px solid #0000001a;
    width: 45%;
    margin-top: 20px;
}
/* .page-content form{
		display: flex;
		flex-wrap: wrap !important;
	} */
.page-content form .search-submit{
	background-color: #216bab;
    padding: 15px 20px;
	margin-left: 10px;
}
.event-fix-part-head{
	position: relative;
}
.event-fix-part {
    position: sticky;
    top: 56px;
    height: max-content;
}

.new-services-2-inner .col-12 select {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-color: rgb(255 255 255 / 40%) !important;
    background: transparent !important;
    padding: 15px 0px !important;
    margin: 15px 0px;
}
.new-event-2 .slick-prev {
    position: absolute !important;
    right: 10px !important;
    left: auto !important;
    top: -38px;
}

.new-event-2 .slick-next {
    position: absolute !important;
    left: 93% !important;
    top: -22px !important;
}
.new-event-2 button.slick-prev{
    background:  url('https://www.akdezigns.com/demo/harikrushna/wp-content/uploads/2024/03/left-arrow.svg') center center no-repeat !important;	
    transition: all 0.5s ease-out 0s;
    background-size: 20px 20px !important;
    outline: none !important;
	border:1px solid #216bab !important;
}
.new-event-2 button.slick-next {
    background:  url('https://www.akdezigns.com/demo/harikrushna/wp-content/uploads/2024/03/left-arrow.svg') center center no-repeat !important;	
    transition: all 0.5s ease-out 0s;
    background-size: 20px 20px !important;
    outline: none !important;
	border:1px solid #216bab !important;
}
.new-event-2 button.slick-next:focus{
	background-color: transparent !important;
}
.digital-logs-item-home:hover .digital-logsbg-home::after{
	opacity: 0;
	transition:1s all ease-in-out;
}
.digital-logs-item-home .digital-logsbg-home::after{
	transition:1s all ease-in-out;
}
