/*!
Theme Name: HRS Process System
Theme URI: http://underscores.me/
Author: GoToClan
Author URI: https://gotoclan.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: hrs-process-system
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.

HRS Process System is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores 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;*/
	font: normal normal bold 40px/50px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
h2{
	font: normal normal bold 32px/48px Poppins;
	letter-spacing: 0px;
	color: #000000;
}

h3{
	font: normal normal bold 20px/30px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
h4{
	font: normal normal bold 20px/30px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
h5{
	font: normal normal bold 20px/30px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
h6{
	font: normal normal bold 24px/40px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
/* 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;*/
	font: normal normal normal 17px/26px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
}

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;*/
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font: italic normal 600 32px/48px Poppins;
	letter-spacing: 0px;
	color: #000000;
}

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;
	margin: 0px !important;
}

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

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

ul {
	list-style: disc;
	margin-left: 0px;
    padding-left: 20px;
}

ol {
	list-style: decimal;
	margin-left: 0px;
    padding-left: 20px;
}

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;
}

/* 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
--------------------------------------------- */
.verticle-line{
	margin-left: 23px;
    padding-left: 23px;
    border-left: 4px solid #E5E5E5;
}
/*.main-navigation {
	display: block;
	width: 100%;
	padding: 16px 0px;
	background: #FFFFFF;
}

.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{
	display: block;
	left: auto;

	position:static;
    width:100%;
    box-shadow: none;
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style-type: "- ";
    padding-left: 0px;
}

.main-navigation ul ul li:hover > ul li:last-child {
    border-bottom: none;
	margin-bottom: 0px;
}

.main-navigation ul ul a {
	
	white-space: nowrap;
}

.main-navigation ul li:hover > 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%;
}

/* 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. */
img.custom-logo {
    max-width: 100px;
	/*max-height: 61px;*/
}
.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;
}
/**
CSS By Nishit Manjarawala
*/
/*
.menu-item a {
    font: normal normal normal 15px/21px Source Sans Pro;
    letter-spacing: 0px;
    color: #6F6F6F;
    margin-right: 24px;
}
.current-menu-item.menu-item a {
	color: #ED6906;
}
ul.sub-menu {
    display: flex;
    flex-flow: column;
	padding: 16px;
	background-color: #fff;
	margin-top: 13px;
}
ul.sub-menu li {
    border-bottom: 2px solid #D6D6D6;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
li.menu-item-has-children:after {
    content: ' \203A';
    position: absolute;
    margin-left: 46%;
    transform: rotate(90deg) translateX(-50%);
    color: #ED6906;
    font-size: 25px;
    font-weight: bold;
}
.sub-menu li.menu-item-has-children:after{
	position: absolute;
    right: 0px;
    top: 0px;
}
.menu-menu-1-container{
	display: flex;
    align-items: center;
}*/
a.cta-btn,a.cta-btn:visited {
    padding: 12px 32px;
    background: #ED6906;
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
	text-decoration-line: none;
	border: 1px solid #ed6906;
}
a.cta-btn:hover {
    background: #fff;
    color: #ED6906;
}
div#home-banner {
    background: #F2F2F2 0% 0% no-repeat padding-box;
}
.banner-text-container {
    padding: 95px 0px;
	z-index: 99;
}
#home-banner h1{
	text-align: left;
	font: normal normal bold 32px/40px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
#home-banner ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font: normal normal normal 16px/48px Source Sans Pro;
    letter-spacing: 0px;
    color: #333333;
    text-transform: capitalize;
	max-width: fit-content;
}
#home-banner ul li:not(:last-child) {
    border-bottom: 2px solid #C6C6C6;
}

div#home-crediblity {
    padding-top: 150px;
	padding-bottom: 95px;
}

.crediblity-container {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: auto;
}

.crediblity-container .crediblity-item {
    text-align: center;
    padding: 0px 25px;
}
.crediblity-container .crediblity-item:not(:last-child) {
    border-right: 2px solid #C6C6C6;
}
.crediblity-container .crediblity-item h4 {
    font: normal normal bold 40px/42px Poppins;
    letter-spacing: 0px;
    color: #4B4B4B;
}

.crediblity-container .crediblity-item p {
    font: normal normal normal 16px/23px Source Sans Pro;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 0px;
}
div#product-categories {
    padding-top: 36px;
	padding-bottom: 70px;
	background: transparent url(https://hrs.gotoclan.com/wp-content/uploads/2023/11/Subtraction-6@2x.png) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position-x: -150px
}

#product-categories h2, #application-areas h2 {
    font: normal normal bold 36px/56px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
	margin-bottom: 12px;
}

#product-categories p.description, #application-areas p.description{
    text-align: center;
    font: normal normal normal 18px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
	margin-bottom: 40px;
}
a.know-more,a.know-more:visited{
	font: normal normal bold 18px/27px Poppins;
letter-spacing: 0px;
color: #ED6906;
text-decoration-line: none;
}
a.know-more:after {
    content: ' \203A';
    transform: rotate(90deg) translateX(-50%);
	font: normal normal bold 18px/27px Poppins;
letter-spacing: 0px;
color: #ED6906;
}

.col-md-6.product-category .text-container {
    background-color: #F5F5F5;
    padding: 30px 32px;
}
.col-md-4.product-category .text-container {
    background-color: #F5F5F5;
    padding: 26px 32px;
}
.product-category h3{
	font: normal normal bold 24px/32px Poppins;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 15px;
}
.col-md-6.product-category p{
	text-align: left;
	font: normal normal normal 18px/30px Source Sans Pro;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 30px;
}
.col-md-4.product-category p{
	text-align: left;
	font: normal normal normal 18px/30px Source Sans Pro;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 30px;
}
.product-category{
	margin-bottom: 30px;
}
.application-text{
	background-color:#F4F4F4;
	padding: 45px 65px;
}
 
.application-item h3{
font: normal normal bold 40px/52px Poppins;
letter-spacing: 0px;
color: #341000;
margin-bottom: 35px;
}
.application-features{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.application-features {
    counter-reset: list-number;
    list-style: none;
	margin-left: 0;
    padding-left: 0;
	margin-bottom: 0px;
}

.application-features li::before {
    counter-increment: list-number;
    content: counter(list-number);
    background: #fff;
    padding: 0px 11px;
    margin-right: 10px;
	font: normal normal bold 24px/52px Poppins;
    color: #15151D;
	min-width: 37px;
}
.application-features li:hover::before {
	color: #FFFFFF;
	background-color: #ED6906;
}
.application-features li {
    margin-bottom: 24px;
	display: flex;
    align-items: center;
	page-break-inside: avoid;
    break-inside: avoid-column;
}

.application-features li a, .application-features li a:visited {
    font: normal normal bold 18px/30px Poppins;
    letter-spacing: 0px;
    color: #341000;
    text-decoration-line: none;
	display: inline-block;
    max-width: 80%;
	border-bottom: 1px solid #341000;
}
.application-features li:hover a{
	color: #ED6906;
}
.row.application-item {
    margin-bottom: 56px;
}
#expertise {
    margin-top: 72px;
}
#expertise h2{
	font: normal normal bold 36px/55px Poppins;
	letter-spacing: 0px;
	color: #000000;
}
#expertise p{
	font: normal normal normal 18px/30px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
}
#expertise .cta-btn {
    margin-top: 16px;
    display: inline-block;
    margin-bottom: 40px;
	display: none;
}
#expertise h3{
	font: normal normal bold 18px/27px Poppins;
	letter-spacing: 0px;
	color: #15151D;
	margin-top: 10px;
	margin-bottom: 40px;
}

div#why-choose-us {
    padding-top: 100px;
	padding-bottom: 100px;
}

#why-choose-us b {
    font: normal normal bold 20px/30px Poppins;
    letter-spacing: 0px;
    color: #4A4A4A;
}

#why-choose-us h2 {
    font: normal normal bold 36px/48px Poppins;
    letter-spacing: 0px;
    color: #000000;
    max-width: 800px;
    margin-bottom: 45px;
}

a.why-choose-cta {
    position: relative;
    margin-left: 7%;
    padding: 12px 36px;
    background: #ED6906;
    font: normal normal bold 17px/26px Poppins;
    letter-spacing: 0px;
    color: #fff;
    text-decoration-line: none;
    top: 15px;
	border:1px solid #ED6906;
}
a.why-choose-cta:hover{
	background: #FFF;
	color: #ED6906;
}

#why-choose-us p {
    margin-top: 36px;
	margin-bottom: 50px;
    font: normal normal normal 18px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}

.why-choose-list .counter {
    min-width: 70px !important;
    display: inline-block;
    background: #CECECE;
    text-align: center;
    font: normal normal bold 48px/93px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 30px;
}

.why-choose-list .why-choose-text{
    font: normal normal bold 24px/32px Poppins;
    letter-spacing: 0px;
    color: #000000;
	display: flex;
    align-items: center;
}

.why-choose-list {
    display: flex;
    margin-bottom: 40px;
}
#about-us{
	padding-top: 115px;
	padding-bottom: 115px;
	background-color: #F4F4F4;
}

#about-us b {
    font: normal normal bold 20px/30px Poppins;
    letter-spacing: 0px;
    color: #727272;
    margin-bottom: 6px;
}

#about-us h2 {
    text-align: left;
    font: normal normal bold 36px/48px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 16px;
}

#about-us h3 {
    text-align: left;
    font: normal normal bold 24px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 36px;
}

#about-us blockquote {
    text-align: left;
    font: italic normal normal 36px/48px Source Sans Pro;
    letter-spacing: 0px;
}

.row.innovation-crediblity {
    padding-top: 40px;
	margin-bottom: 78px;
}
.innovation-crediblity h4{
	text-align: center;
	font: normal normal bold 28px/42px Poppins;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 10px;
	height: 47px;
}
.innovation-crediblity p{
	text-align: center;
	font: normal normal normal 16px/23px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
}
.innovation-crediblity .svg-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

#about-us .about-text{
	text-align: left;
	font: normal normal normal 18px/30px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
}

div#testimonials {
    background: #F4F4F4;
    padding: 115px 0px;
}

#testimonials b {
    font: normal normal bold 20px/30px Poppins;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 8px;
}

#testimonials h2 {
    font: normal normal bold 40px/50px Poppins;
    letter-spacing: 0px;
    color: #000000;
    max-width: 470px;
    margin-bottom: 36px;
}

.testimonials-slide {
    background: #fff;
    padding: 30px 25px;
}
#testimonials-slider .slick-slide {
	margin: 0 15px;
}

.testimonials-slide p {
    font: normal normal normal 16px/23px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 22px;
}

.author-name {
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #8D8D8D;
    margin-bottom: 4px;
}

.author-designation {
    font: italic normal normal 15px/21px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.testimonials-text-title {
    display: flex;
    justify-content: space-between;
}

.testimonial-arrow-wrapper {
    display: flex;
    align-items: center;
}
span.testimonial-counter {
    margin: 0px 35px;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
#testimonials-prev,#testimonials-next {
    cursor: pointer;
}

div#home-blog-list,div#home-media-list {
    padding: 128px 0px;
}

#home-blog-list h2,#home-media-list h2 {
    font: normal normal bold 36px/52px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 34px;
}

#home-blog-list h3,#home-media-list h3 {
    margin: 24px 0px;
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
#home-media-list h3{
	margin-bottom: 8px;
}

#home-blog-list .author-meta {
    display: none;
}

p.media-excerpt {
    text-align: left;
    font: normal normal normal 18px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
#home-blog-list .author-meta img {
    border-radius: 50%;
    margin-right: 8px;
}

#home-blog-list .author-name {
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}

#home-blog-list .post-date {
    font: normal normal normal 15px/21px Source Sans Pro;
    letter-spacing: 0px;
    color: #707070;
}
#home-media-list .post-date{
	text-align: left;
font: normal normal normal 16px/23px Source Sans Pro;
letter-spacing: 0px;
color: #505050;
}
#home-blog-list a.know-more,#home-media-list a.know-more{
    /*margin-top: 30px;*/
    display: inline-block;
}
#home-media-list a.know-more {
    margin-top: 10px;
}
footer {
    background: #F2F2F2;
    padding-top: 77px;
}
.footer-identity-wrapper {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-heading{
	font: normal normal bold 18px/27px Poppins;
	letter-spacing: 0px;
	color: #000000;
	border-bottom: 8px solid #DBDADA;
    padding-bottom: 17px;
	margin-bottom: 0px;
}
.footer-col {
    padding-bottom: 45px;
}
.footer-col p{
	font: normal normal normal 18px/30px Source Sans Pro;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 0;
    padding-top: 17px;
}
.footer-col p b{
	font: normal normal bold 18px/30px Source Sans Pro;
	letter-spacing: 0px;
	color: #333333;
}

ul.ul-col-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.ul-col-2{
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.footer-menu-content {
    margin-bottom: 0;
    padding-top: 17px;
}
.footer-menu-content 
 a {
    font: normal normal normal 16px/24px Source Sans Pro;
    letter-spacing: 0px;
    color: #333333;
    text-decoration-line: none;
}
.footer-menu-content 
 a:hover {color: #ED6906;}
/*
.footer-menu-content a:before {
    content: "-";
}*/

.footer-menu-content li{
	margin-bottom: 5px;
}
hr.footer-hr {
    border: 4px solid #DBDADA;
    margin-bottom: 0px;
}
p.copyright-text,p.copyright-text-design-by {
    text-align: center;
    padding-top: 32px;
    margin-bottom: 0px;
    font: normal normal normal 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
p.copyright-text-design-by{
	padding-top: 12px;
	margin-bottom: 45px;
}
button.menu-toggle {
    font: normal normal bold 16px/14px Montserrat;
    letter-spacing: 0px;
    color: #ED6906;
    text-shadow: inset 0px 3px 6px #00000029;
    background: none;
    border: none;
}
header#masthead {
    z-index: 9999;
    position: fixed;
    width: 100%;
	box-shadow: 0px 6px 6px #00000014;
}
div#home-banner{
	padding-top: 100px;
}
div#banner-slider-mask {
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 75%;
}
.banner-text-container {
	padding-top: 129px;
}
div#banner-image-slider{
	max-width: 500px;
	max-height: 500px;
}
.banner-image-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
}
.banner-image-holder img{
	width: 100%;
}

.banner-image-holder ul.slick-dots {
	display: flex;
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
	margin-top: 16px;
	justify-content: center;
	margin-top:-200px;
	padding-left:200px;
}

.banner-image-holder .slick-dots li button {
	display: block;
	padding: 0;
	border: none;
	background-color: #F4F4F4;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: .5;
	margin: 0 5px;
}

.banner-image-holder .slick-dots li.slick-active button {
	background-color: #ED6906;
	border: 1px solid #F4F4F4;
}
.banner-image-holder .slick-slide{
	margin-right: -200px;
	margin-top: -250px;

}

/*
Product Industry Listing
*/
.product-industry-listing h1 {
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
	margin-top: 20px;
}

.product-industry-listing  p {
    text-align: center;
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.tab-navigation ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;

	overflow-y: scroll;
    max-width: 100%;
    flex-flow: row;
    white-space: nowrap;

	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	border-bottom: 1px solid #DBDADA;
}
.tab-navigation ul::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.tab-navigation ul a,.tab-navigation ul a:visited {
    padding: 0px 16px;
    font: normal normal normal 15px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-decoration-line: none;
}
.tab-navigation ul li.active a,.tab-navigation ul li.active a:visited {
	font: normal normal 600 18px/38px Poppins;
	letter-spacing: 0px;
	color: #ED6906;
}
/*.tab-navigation li {
    border-bottom: 1px solid #DBDADA;
}*/
.tab-navigation li.active {
    border-bottom: 5px solid #ED6906;
}
.product-industry-item img {
    width: 100%;
	max-width: 100%;
    max-height: 193px;
    overflow: hidden;
    margin-bottom: 14px;
}
.product-industry-item h2 {
    text-align: left;
    font: normal normal 600 18px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 40px;
}
a.no-link-style {
    text-decoration: none;
}
/*About us*/
.goto-breadcumbs {
    background: #e5e5e5;
    margin-top: -23px;
}

.goto-breadcumbs .container {
    padding: 51px 0px;
	background-size: 600px;
    background-repeat: no-repeat;
    background-position: right;
}

.goto-breadcumbs b {
    text-align: left;
    font: normal normal bold 24px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}

.goto-breadcumbs h1 {
    text-align: left;
    font: normal normal bold 90px/60px Poppins;
    letter-spacing: 0px;
    color: #ED6906;
    /* margin-top: 15px; */
    text-align: left;
    margin: 0px;
}
.goto-breadcumbs.product-listing h1 {
    font: normal normal bold 40px/26px Raleway;
}

.goto-breadcumbs p {
    margin-bottom: 0px;
    font: normal normal normal 18px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.about-after-bread-cumb {
    padding-top: 37px;
}
.about-after-bread-cumb span.small-hr {
    display: inline-block;
    width: 33%;
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
}

.about-after-bread-cumb h2 {
    font: normal normal bold 32px/48px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    opacity: 1;
}

.about-after-bread-cumb p {
    text-align: left;
    font: normal normal normal 16px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
	margin-bottom: 14px;
}
.about-after-bread-cumb blockquote {
    font: italic normal normal 28px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: capitalize;
    text-align: left;
    margin: 0px;
    margin-bottom: 24px;
}
.about-crediblity {
    margin-top: 67px;
}
/*.about-crediblity .col-md-4.crediblity-item {
    padding: unset;
}*/

.about-crediblity .col-md-4.crediblity-item hr {
    width: 90%;
    margin: auto 0;
    margin-bottom: 47px;
    display: inline-block;
    border-bottom: 1px solid;
    border-top: none;
}
.about-crediblity .col-md-4.crediblity-item:not(:last-child) {
    padding-right: 20px;
}

.about-crediblity .col-md-4.crediblity-item:not(:last-child) {
    padding-right: 20px;
}

.about-crediblity .col-md-4.crediblity-item p.crediblity-small_title {
    margin-top: 24px;
    text-align: left;
    text-align: left;
    font: normal normal normal 20px/26px Poppins;
    letter-spacing: 0px;
    color: #000000;
	margin-bottom: 8px;
}

.about-crediblity .col-md-4.crediblity-item h3 {
    text-align: left;
    font: normal normal 600 28px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about-crediblity .col-md-4.crediblity-item p.crediblity-text {
    text-align: left;
    font: normal normal normal 17px/29px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
	margin-bottom: 0px;
}
.about-after-mission {
    padding-top: 38px;
}

.about-after-mission p {
    font: normal normal normal 17px/29px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.certifications{
	padding-bottom: 120px;
}
.certifications h2{
	text-align: center;
    font: normal normal bold 24px/34px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: uppercase;
	margin-bottom: 48px;
}

.certifications h3 {
    text-align: left;
    font: normal normal bold 24px/34px Poppins;
    letter-spacing: 0px;
    color: #15151D;
	margin-top: 16px;
}
.certifications .slick-initialized .slick-slide{
	margin-right: 30px;
}
.certifications .image-holder {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    height: 370px;
    display: flex;
    align-items: center;
    max-height: 370px;
    overflow: hidden;
}

.certifications .image-holder img {
    width: 100%;
}
.address-list-box {
    padding: 90px 0px;
    background: #f4f4f4b3;
}

.address-list-first-row h2 {
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #15151D;
	margin-top: 17px;
}


.address-list-first-row p {
    text-align: left;
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}

.address-list-first-row span.small-hr {
    border-bottom: 1px solid #707070;
    display: inline-block;
    width: 33%;
}

.address-list h5 {
    text-align: left;
    font: normal normal normal 20px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}

.address-list h6.footer-heading {
    font: normal normal 600 28px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: uppercase;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.address-list p {
    text-align: left;
    font: normal normal normal 16px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.address-list .footer-menu-content{
	padding-top: 0px;
}
.address-list hr {
    border: 1px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 30px 0px;
}
/*Contact Us*/
span.svg-wrapper {
    display: inline-block;
}

span.address-details-text {
    display: inline-block;
    margin-left: 10px;
	text-align: left;
	font: normal normal normal 18px/26px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
}

.address-item-contact-us {
    display: flex;
}

.page-template-contact-us h1 {
    text-align: left;
    font: normal normal bold 42px/63px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 8px;
}

.page-template-contact-us p {
    text-align: left;
    font: normal normal normal 18px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 24px;
}

.page-template-contact-us h2 {
    text-align: left;
    font: normal normal bold 20px/30px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 12px;
}

.page-template-contact-us h3 {
    text-align: left;
    font: normal normal 600 20px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: uppercase;
    border-top: 6px solid #E3E3E3;
    padding-top: 16px;
}

.contact-us-form-container {
    margin-top: 21px;
    background: #F4F4F4;
    padding: 24px 12px;
	margin-bottom: 40px;
}
h2.gform_title {
    text-align: center;
    font: normal normal bold 24px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 26px;
}
p.gform_required_legend {
    display: none;
}
label.gfield_label.gform-field-label {
    text-align: left;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #172030;
    margin-left: 10px;
	margin-bottom: 5px;
}

.ginput_container.ginput_container_text input, 
.ginput_container.ginput_container_text input:active, 
.ginput_container.ginput_container_text input:focus,

.ginput_container.ginput_container_email input, 
.ginput_container.ginput_container_email input:active, 
.ginput_container.ginput_container_email input:focus,

.ginput_container.ginput_container_textarea textarea, 
.ginput_container.ginput_container_textarea textarea:active, 
.ginput_container.ginput_container_textarea textarea:focus,

.ginput_container.ginput_container_select select, 
.ginput_container.ginput_container_select select:active, 
.ginput_container.ginput_container_select select:focus
{
    border: none;
    outline: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.gform_footer.top_label {
    display: flex;
    justify-content: center;
}

.gform_footer.top_label input[type="submit"] {
    background: #ED6906 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 0;
    padding: 12px 32px;
    text-align: center;
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
/*Product single*/
.product-banner h1 {
    text-align: left;
    font: normal normal bold 42px/60px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 12px;
}

.product-banner p {
    text-align: left;
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 24px;
}

.product-banner .product-crediblity-holder {
    display: flex;
    margin-bottom: 40px;
}

.product-banner a.cta-btn {
    display: inline-block;
}

.product-banner h4 {
    text-align: left;
    font: normal normal bold 32px/48px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 2px;
}

.product-banner h5 {
    text-align: left;
    font: normal normal bold 15px/21px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.product-banner .product-crediblity-item:not(:first-child) {
    margin-left: 30px;
}
.product-banner-img {
    margin-top: 24px;
    padding-left: 25px;
}

.banner-img-list img {
    width: 68px;
    margin: 6px;
	cursor: pointer;
}

.banner-img-list {
    padding-left: 25px;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.product-banner  a.secondary-cta-btn,.product-banner a.secondary-cta-btn:visited {
    text-align: center;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
    margin-left: 28px;
}
span.download-svg-holder {
    width: 24px;
    height: 24px;
    border: 1px solid #ED6906;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.information-about-product h2{
    padding-bottom: 32px;
    text-align: center;
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: uppercase;
}

.information-about-product p {
    text-align: left;
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}

.information-about-product {
    padding: 82px 0px;
}
.information-tabs {
    padding: 100px 0px;
    background: #F4F4F4;
}
.information-tabs.even {
	background: #FFF;
	
}
.information-tabs table{
	background: #FFF;
	border: 1px solid #E3E3E3;
	
}
.information-tabs .table-1{
	width: 100%;
    overflow-x: auto;
}
.information-tabs.even table{
	background: #F4F4F4;
}
.information-tabs td{
	padding: 5px 10px;
}
.information-tabs table tr:nth-child(even) {
	background-color: #F4F4F4;
  }
.information-tabs.even table tr:nth-child(even) {
	background-color: #ffffff;
  }
  .information-tabs table tr:nth-child(1) {
    border-bottom: 3px solid #E3E3E3;
}
.information-tabs h2 {
    text-align: center;
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 6px solid #E3E3E3;
}

.information-tabs-menu {
    background: #E2E2E2;
    padding: 42px 34px;
    margin-left: 0;
	display: flex;
    flex-direction: column;
}

.information-tabs-menu .nav-link {
    text-align: left;
    font: normal normal normal 20px/40px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding: 0px;
    padding-bottom: 13px;
    /*margin-bottom: 13px;
    border-bottom: 1px solid #F4F4F4;*/
}

.information-tabs-menu .nav-link.active {
    background: none;
    text-align: left;
    font: normal normal 600 20px/38px Poppins;
    letter-spacing: 0px;
    color: #ED6906;
}
.information-tabs-menu li.nav-item button.active h3{
	color:#ED6906;
}
.information-tabs-menu li.nav-item:not(:last-child){
    margin-bottom: 13px;
    border-bottom: 1px solid #F4F4F4;
}
.information-tabs .tab-content ul{
	font: normal normal normal 18px/26px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
}
.information-tabs .tab-content ul li{
	margin-bottom: 10px;
}
.product-services-container {
    padding: 100px 0px;
}
.product-services-container  span.orange-half-border {
    display: inline-block;
    width: 50%;
    border-bottom: 3px solid #ED6807;
}
.product-services-container h2 {
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #15151D;
}
.product-services-container p{
	margin-bottom: 58px;
    padding-top: 24px;
}
.product-service-item .small-service-text {
    border-top: 6px solid #E3E3E3;
    padding-top: 18px;
    text-align: left;
    font: normal normal normal 20px/26px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.product-service-item h3{
	font: normal normal 600 28px/38px Poppins;
	letter-spacing: 0px;
	color: #15151D;
}
.product-service-item p{
	margin-bottom: 0px;
}
.product-faqs{
	padding-bottom: 100px;
}

.product-testimonials {
    padding-bottom: 100px;
}
.product-testimonials h2{
	font: normal normal bold 42px/52px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-align: center;
	margin-bottom: 12px;
}
.product-testimonials h3 {
    font: normal normal 600 24px/36px Source Sans Pro;
    letter-spacing: 0px;
    color: #15151D;
    text-align: center;
	margin-bottom: 40px;
}
.product-testimonials-text {
    font: normal normal normal 14px/22px Poppins;
    letter-spacing: 0.01px;
    color: #707070;
	display: flex;
    padding: 24px;
	padding-bottom: 10px;
}

.testimonials-user-meta-div img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
	margin-right: 12px;
}
.product-testimonials .slick-initialized .slick-slide {
	display: block;
	margin: 0px 10px;
}

.product-testimonials .slick-slide.slick-current.slick-active.slick-center {
    background: #582500;
}
.product-testimonials .slick-slide.slick-current.slick-active.slick-center .product-testimonials-text{
	letter-spacing: 0.01px;
    color: #FFFFFF;
}
.testimonials-user-meta-div {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 24px;
	padding-bottom: 24px;
}
span.testimonial-quote:before {
    content: '\201c';
    letter-spacing: 0px;
    display: flex;
    margin-top: -15px;
	font: normal normal bold 48px/58px Montserrat;
    letter-spacing: 0px;
    color: #D0DEFF;
}
.product-testimonials .slick-slide.slick-current.slick-active.slick-center span.testimonial-quote:before {
	color: #FFFFFF;
}
.testimonials-user-name {
    font: normal normal bold 16px/19px Bell MT;
    letter-spacing: 0px;
    color: #000000;
}
.testimonials-user-role{
	font: italic normal normal 12px/30px Poppins;
	letter-spacing: 0.02px;
	color: #707070;
}
.product-testimonials .slick-slide.slick-current.slick-active.slick-center .testimonials-user-name {
font: normal normal bold 16px/25px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
.product-testimonials .slick-slide.slick-current.slick-active.slick-center .testimonials-user-role{
	font: italic normal normal 12px/30px Source Sans Pro;
	letter-spacing: 0.02px;
	color: #FFFFFF;
}

.product-testimonials ul.slick-dots {
	display: flex;
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
	margin-top: 16px;
	justify-content: center;
}

.product-testimonials .slick-dots li button {
	display: block;
	padding: 0;
	border: none;
	background-color: #d3d3d3;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	opacity: .5;
	margin: 0 5px;
}

.product-testimonials .slick-dots li.slick-active button {
	background-color: #ED6906;
}
.product-testimonials .slider-controls {
    display: flex;
    justify-content: center;
	margin-top: 38px;
}

.nm-arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
  }
  
  .nm-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
  
  .nm-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
  }
  
  .nm-up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
  }
  
  .nm-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }

.product-testimonials button.slide-m-next,
.product-testimonials button.slide-m-prev {
    background: #ED6906;
    border: none;
    padding: 0px;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0px 20px;
}

.product-testimonials button.slide-m-next .nm-arrow,
.product-testimonials button.slide-m-prev .nm-arrow{
	border: solid white;
    border-width: 0 2px 2px 0;
}

.industry-single  span.orange-half-border {
    display: inline-block;
    width: 33%;
    border-bottom: 3px solid #ED6807;
	margin-top: 0px;
    margin-bottom: 10px;
}
nav.rank-math-breadcrumb span, nav.rank-math-breadcrumb a, nav.rank-math-breadcrumb a:visited {
    text-align: left;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #6F6F6F;
    text-decoration-line: none;
}
nav.rank-math-breadcrumb p {
    margin-bottom: 18px;
}
.industry-single h1 {
    font: normal normal bold 32px/48px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-transform: capitalize;
}
.industry-single p{
	text-align: left;
font: normal normal normal 16px/25px Source Sans Pro;
letter-spacing: 0px;
color: #000000;
}
.industry-banner {
    margin-top: 46px;
    margin-bottom: 30px;
}
.industry-single  h2 {
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 15px;
}
.industry-single h3 {
    text-align: left;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
	margin-top: 30px;
	padding: 0px;
}
ul.pointers-ul-col-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
ul.pointers-ul-col-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
ul.pointers-ul-col-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
ul.pointers-ul-col-4,
ul.pointers-ul-col-3,
ul.pointers-ul-col-2,
ul.pointers-ul-col-1,
.industry-single ul{
	font: normal normal normal 18px/28px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
	list-style: none;
	padding-left: 0px;
	/*list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iMCAwIDIwIDIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPg0KICA8cGF0aCBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zIDEwYTcgNyAwIDExMTQgMCA3IDcgMCAwMS0xNCAwem03LTlhOSA5IDAgMTAwIDE4IDkgOSAwIDAwMC0xOHptLTMgOWEzIDMgMCAxMTYgMCAzIDMgMCAwMS02IDB6bTMtNWE1IDUgMCAxMDAgMTAgNSA1IDAgMDAwLTEweiIvPg0KPC9zdmc+);
	*/
}
p.industry-caption {
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 30px;
}
.industry-single li,.after-casestudy-banner-image li{
    /*margin-top: 24px;*/
    margin-bottom: 15px;
	display: flex;
	break-inside: avoid;
}
.industry-single li:before,.after-casestudy-banner-image li:before {
    content: "";
    width: 40px;
	min-width: 40px;
    background-image: url(https://hrs.gotoclan.com/wp-content/uploads/2023/11/favicon.png);
    background-repeat: no-repeat;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    background-position-x: left;
    background-position-y: top;
}
ul.pointers-ul-col-3 li:before{width: 30px;min-width: 30px;}
ul.pointers-ul-col-2 li:before,ul.pointers-ul-col-1 li:before{width: 20px;min-width: 20px;}
.extra-text-container h2{
	margin-top: 0px;
	margin-bottom: 24px;
}
.industry-single div#home-blog-list{
	padding: 70px 0px;
}

.case-studies-archive-text {
    padding-top: 40px;
    padding-bottom: 22px;
}

.case-studies-archive-text h2 {
    text-align: left;
    font: normal normal bold 32px/48px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.case-studies-archive-text p {
    text-align: left;
    font: normal normal normal 18px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}
.case-studies-item h3 {
    text-align: left;
    font: normal normal normal 24px/35px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
	margin-bottom: 6px;
	margin-top: 23px;
}
.case-studies-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
	margin-bottom: 12px;
}
.case-studies-item a.read-more-link {
    text-align: left;
    font: normal normal bold 16px/16px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-decoration-line: none;
	display: inline-block;
}
span.readmore-border {
    display: inline-block;
    width: 75%;
    border-top: 3px solid #ED6906;
}
.case-studies-item-wrapper .case-studies-item {
    margin-bottom: 40px;
}

.goto-pagination .navigation ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.goto-pagination .navigation ul li a {
    display: inline-block;
    padding: 0px 12px;
    border: 1px solid #707070;
    border-radius: 8px;
    text-decoration-line: none;
    text-align: left;
    font: normal normal 600 16px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin: 4px;
}
.goto-pagination .navigation ul li.active a {
	background: #ED6906;
	font: normal normal 600 16px/38px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: 1px solid #ED6906;
}
.casestudy-banner-image {
    
    height: 450px;
    margin-top: -25px;
	background-size: cover;
}
.casestudy-banner-image nav.rank-math-breadcrumb {
    padding-top: 20px;
    
}
.casestudy-banner-image nav.rank-math-breadcrumb span, 
.casestudy-banner-image nav.rank-math-breadcrumb a, 
.casestudy-banner-image nav.rank-math-breadcrumb a:visited {
	font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.after-casestudy-banner-image {
    margin-top: -250px;
}

.after-casestudy-banner-image .container {
    background: #fff;
    padding-top: 40px;
	border-radius: 8px;
}

.after-casestudy-banner-image p.small-text-before-heading {
    text-align: center;
    font: italic normal normal 16px/26px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 14px;
}
.after-casestudy-banner-image  h1 {
    text-align: center;
    font: normal normal bold 28px/42px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
span.small-border-after-banner {
    display: block;
    width: 70px;
    border-top: 3px solid #ED6807;
    margin: auto;
    margin-top: 16px;
}
.after-casestudy-banner-image .challanges-solutions,.after-casestudy-banner-image .mission_vision-item{
	padding: 0px 30px;
    margin-top: 32px;
}

.after-casestudy-banner-image h2 {
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.after-casestudy-banner-image p {
    text-align: left;
    font: normal normal normal 18px/29px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.after-casestudy-banner-image .result h2 {
    margin-top: 70px;
    margin-bottom: 16px;
}
.row.mission_vision-item {
    margin-bottom: 100px;
}

.row.mission_vision-item p {
    margin-bottom: 0px;
}
.case-studies-home-blog{
	padding: 100px 0px !important;
}
.case-studies-home-blog .container {
    padding: 0px 32px;
}

.author-header-text {
    margin-top: 80px;
}

.author-header-text h2 {
    text-align: center;
    font: normal normal 600 32px/52px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.author-header-text p {
    text-align: center;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #666666;
	margin-bottom: 52px;
}

.author-list-meta {
    background: #000;
    margin-top: -40px;
    width: 90%;
    padding: 30px 32px;
    position: relative;
    border-right: 8px solid #ED6906;
}

.author-list-meta h3 {
    text-align: left;
    font: normal normal bold 24px/29px Bell MT;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.author-list-meta p {
    text-align: left;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #E4E4E4;
    margin-bottom: 0px;
}

.author-item {
    margin-bottom: 80px;
}

.author-banner img {
    width: 470px;
    height: 470px;
    overflow: hidden;
    border-radius: 50%;
}

.author-banner h1 {
    text-align: left;
    font: normal normal bold 32px/37px Raleway;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 16px;
}

.author-banner p.designation {
    text-align: left;
    font: normal normal medium 20px/47px Poppins;
    letter-spacing: 0px;
    color: #6F6F6F;
    margin-bottom: 0px;
}

.author-banner p.designation-text {
    text-align: left;
    font: normal normal 600 32px/47px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 28px;
}
.col-md-6.author-banner-text-6 {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.row.author-banner {
    padding-bottom: 112px;
}
.about-author {
    background: #E6E6E6;
    padding: 100px 0px;
}
.about-author h2 {
    text-align: center;
    font: normal normal bold 32px/48px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.about-author p.first-p {
	text-align: center;
	margin-bottom: 96px;
}
.about-author p {
    
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}

.about-author img{
    width: 100%;
}

.about-author h3 {
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.blog-listing-page-wrapper h2 {
    text-align: left;
    font: normal normal bold 24px/34px Raleway;
    letter-spacing: 0px;
    color: #15151D;
    margin-top: 40px;
    margin-bottom: 32px;
}
a.category-all-link, a.category-all-link:visited {
    font: normal normal 600 16px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    text-decoration-line: none;
    padding: 0px 18px;
    border: 1px solid #707070;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}
a.category-all-link.active, a.category-all-link.active:visited {
    font: normal normal 600 16px/38px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #EA6804;
    border: 1px solid #EA6804;
}
.blog-listing-page-item h3 {
    text-align: left;
    font: normal normal bold 20px/27px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2lh;
    margin-top: 14px;
    margin-bottom: 10px;
	overflow: hidden;
}
.blog-listing-page-item p {
    text-align: left;
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 3lh;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 16px;
}
.blog-listing-page-item p.author {
    border-top: 6px solid #ED6906;
    padding-top: 16px;
    margin-bottom: 10px;
	text-align: left;
font: normal normal normal 18px/28px Source Sans Pro;
letter-spacing: 0px;
color: #000000;
min-height: 1lh;
display: none;
}
.blog-listing-page-item p.date {
    margin-top: 0px;
    text-align: left;
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 1lh;
}
.blog-listing-page-item img {
    max-height: 200px;
}
.col-md-4.blog-listing-page-item {
    margin-bottom: 50px;
}
.subscribe-section {
    background: #FFF7EF;
    padding: 48px 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
	margin: 80px 0px;
}

.subscribe-section h2 {
    text-align: center;
    font: normal normal bold 20px/27px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-top: 0px;
    margin-bottom: 8px;
}

.subscribe-section p {
    text-align: center;
    font: normal normal normal 17px/24px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    max-width: 370px;
    margin-bottom: 27px;
}
.subscribe-section form {
    display: flex;
    align-items: center;
}

.subscribe-section input#input_3_1 {height: 48px;}

.subscribe-section .gform-body.gform_body {
    margin-right: 16px;
    width: 470px;
}

.subscribe-section .gform_wrapper.gravity-theme .gform_footer {
    margin: 0px;
    padding: 0px;
}

.subscribe-section input#gform_submit_button_3 {
    margin-bottom: 0px;
    border: none;
    background: #ED6906;
    text-align: center;
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 12px 32px;
}

.author-meta-boxes {
    display: flex;
    margin-bottom: 10px;
	margin-top: 10px;
}

.author-meta-boxes img {
    border-radius: 50%;
    margin-right: 12px;
}

.author-right-right p {
    margin-bottom: 6px;
    text-align: left;
    font: normal normal normal 15px/26px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

blockquote p {
    margin-bottom: 6px;
}
.post-single-content {
    padding-top: 25px;
}
.ez-toc-title-container {
    display: none;
}

ul.ez-toc-list {
    margin-left: 0px;
    padding-left: 0px;
    padding-left: 20px;
    list-style: circle;
}

ul.ez-toc-list ul {
    margin-left: 0px;
    padding-left: 0px;
}
.accordion-item{
	margin-bottom: 16px;
}
.accordion-button,.accordion-button:not(.collapsed){
	background: #ED6906;
    border: 1px solid #00000000;
    border-radius: 4px;
    font: normal normal bold 24px/29px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
	border-bottom: none;
}
a.ez-toc-link,ul.blog-sidebar-category a {
    font: normal normal normal 18px/36px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-decoration-line: none;

}
ul.blog-sidebar-category {
    font: normal normal normal 18px/36px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-decoration-line: none;
    margin-left: 0px;
    list-style: circle;
}
.hrs-blog-super-section {
    background: #FFF7EF;
    padding: 48px 0px;
    
}
.hrs-blog-super-section .inner{
	display: flex;
    flex-flow: column;
    align-items: center;
	max-width: 570px;
    margin: auto;
}
.hrs-blog-super-section h3 {
    text-align: center;
    font: normal normal bold 20px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 8px;
}

.hrs-blog-super-section p {
    text-align: center;
    font: normal normal normal 15px/26px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 32px;
}

.hrs-blog-super-section a.cta-btn {
    display: inline-block;
}

.hrs-blog-super-section {
    margin-bottom: 48px;
    margin-top: 48px;
}
.page-template-gallery h1 {
    text-align: left;
    font: normal normal 600 40px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 12px;
}

.page-template-gallery p {
    text-align: left;
    font: normal normal normal 15px/26px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 34px;
}

.page-template-gallery h3 {
    text-align: left;
    font: normal normal bold 24px/34px Poppins;
    letter-spacing: 0px;
    color: #15151D;
	margin-top: 16px;
	margin-bottom: 0px;
}

.page-template-gallery .gallary-page-item {
    margin-bottom: 48px;
}
.gallary-page-wrapper.page-certifications .gallary-page-item-img {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    height: 370px;
    display: flex;
    align-items: center;
    max-height: 370px;
    overflow: hidden;
}
.products-listing-heading h2 {
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin: 32px 0px;
}
.products-listing-heading h2 {
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin: 32px 0px;
}

.products-listing-heading p {
    text-align: left;
    font: normal normal normal 18px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.products-listing-heading p strong{
text-align: left;
font: normal normal bold 18px/26px Source Sans Pro;
letter-spacing: 0px;
color: #000000;
}

.application-features li span.nm-arrow.nm-right {
    border-width: 0 1px 1px 0;
    margin-left: 3px;
    border-color: #ED6906;
}
.after-casestudy-banner-image .career-position li:before {
    width: 0px;
}

.page-career-single p.small-text-before-heading {
    border: 1px solid #ED6906;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 24px;
    font: normal normal 600 16px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 12px;
}

.page-career-single h1 {
    text-align: left;
    font: normal normal 600 32px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
}

.page-career-single hr {
    background: #707070;
    height: 1px;
}

.page-career-single .container,.post-type-archive-career.archive-listing .container {
    padding: 45px 42px;
}
.page-career-single  ul.career-position.pointers-ul-col-2 {
    padding-left: 0px;
}

.page-career-single  ul.career-position li {
    text-align: left;
    font: normal normal normal 22px/24px Poppins;
    letter-spacing: 0px;
    color: #15151D;
}

.page-career-single  ul.career-position li  strong {
    font: normal normal bold 22px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
}
.page-career-single  h2 {
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 24px;
}
.page-career-single ul.pointers-ul-col-4 {
    padding-left: 0px;
}

.page-template-page-faqs h1 {
    text-align: left;
    font: normal normal 600 32px/38px Poppins;
    letter-spacing: 0px;
    color: #15151D;
}

.page-template-page-faqs p {
    font: normal normal normal 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 24px;
}

.page-template-page-faqs hr {
    background-color: #707070;
    height: 1px;
    margin: 0px;
    margin-bottom: 24px;
}
.page-template-page-faqs .information-tabs {
    background: #fff;
    padding: 0px;
}
.page-template-page-faqs .information-tabs  h4 {
    font: normal normal 400 18px/24px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 6px;
}

.post-type-archive-career h1 {
    text-align: left;
    font: normal normal bold 42px/60px Poppins;
    letter-spacing: 0px;
    color: #15151D;
    margin-bottom: 20px;
}

.post-type-archive-career p {
    text-align: left;
    font: normal normal normal 18px/26px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
}
.post-type-archive-career h2 {
    text-align: left;
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.post-type-archive-career .career-item.row {
    border-top: 1px solid #707070;
    padding: 24px 0px;
	margin-top: 10px;
}
 a.view-apply, a.view-apply:visited {
    font: normal normal bold 24px/38px Poppins;
    letter-spacing: 0px;
    color: #ED6906;
    text-decoration-line: none;
}

#mnmwp-main-menu > ul > li,
#mnmwp-main-menu > ul > li.current-menu-item {
    background: #f8f9fa !important;
}
#mnmwp-main-menu ul li > a {
	font: normal normal normal 15px/19px Source Sans Pro;
    letter-spacing: 0px;
    color: #6F6F6F !important;
	text-transform: none;
	padding: 10px;
}
#mnmwp-main-menu ul li > a:hover {
	color: #ED6906 !important;
}
#mnmwp-main-menu ul li.has-sub > a:after, #mnmwp-main-menu ul li.has-sub > a:before {
    background: #ED6906 !important;
}
#mnmwp-main-menu ul ul li a {
    background: #f8f9fa !important;
	color: #6F6F6F !important;
	width: 250px;
	padding: 7px 15px;
	font: normal normal normal 15px/19px Source Sans Pro;
}
.is_mobile #mnmwp-main-menu {
	margin-top: -50px;
}
.logo-holder{
	z-index: 9;
}
#mnmwp-main-menu > ul > li.has-sub > ul.sub-menu > li a:after,
#mnmwp-main-menu > ul > li.has-sub > ul.sub-menu > li a:before{
	right: 5px;
}
#mnmwp-main-menu li:hover > ul > li{
	height: auto;
}
.is_mobile #mnmwp-main-menu ul li:hover > a{
	background: #fff !important;
}
.is_mobile #mnmwp-main-menu #mnm-menu-button .btn.menu-btn span, .is_mobile #mnmwp-main-menu ul li .mnm-submenu-button:before, .is_mobile #mnmwp-main-menu ul li .mnm-submenu-button:after {
    background: #f16700 !important;
}

.information-tabs .tab-content ul {
    list-style: none;
    padding-left: 0px;
}

.information-tabs .tab-content ul li:before {
    content: "";
    width: 40px;
	min-width: 40px;
    background-image: url(https://hrs.gotoclan.com/wp-content/uploads/2023/11/favicon.png);
    background-repeat: no-repeat;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    background-position-x: left;
    background-position-y: top;
}

.information-tabs .tab-content ul li {
    display: flex;
}
.modal-backdrop{
	z-index: 9999;
}
.modal{
	z-index: 99999;
}
.modal-content{background: #F4F4F4;}
.application-img img{
	height: 100%;
}

.product-faqs hr{
	border-bottom: 6px solid #E3E3E3;
}
.product-faqs h3{
	font: normal normal 400 18px/24px Poppins !important;
letter-spacing: 0px;
color: #15151D;
}
.rfq-container input,.rfq-container select{
	border: 1px solid #cccccc !important;
}
.rfq-container .gform_wrapper.gravity-theme .gfield_label{
	font-size: 14px;
    font-weight: unset; 
    margin-bottom: 0px;
}
.rfq-container .gform_wrapper.gravity-theme .gfield{
	margin-bottom:5px;
}

.rfq-container ul.wp-block-navigation__container.wp-block-navigation {
    background: #E2E2E2;
    padding: 42px 34px;
}

.rfq-container li.wp-block-navigation-item.wp-block-navigation-link {
    width: 100%;
}

.rfq-container li.wp-block-navigation-item.wp-block-navigation-link  a.wp-block-navigation-item__content {
    font: normal normal bold 17px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.rfq-container li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link  a.wp-block-navigation-item__content {
    font: normal normal bold 17px/30px Poppins;
    letter-spacing: 0px;
    color: #ED6906;
}
/*Desktop*/
@media screen and (min-width: 992px) {
	.mobile-only{
		display: none !important;	
	}
	.application-img {
		padding: 0px;
	}
	.row.inovation-row {
		border-bottom: 8px solid #E3E3E3;
	}

	body:not(.page-template-home-page) main#primary {
		padding-top: 100px;
	}
	.row.mission_vision-item:nth-of-type(even) {
		flex-flow: row-reverse;
	}
	.header_btn_holder{opacity: 0;}
}
/*Mobile*/
@media screen and (max-width: 991px) {
	h1 {
		font: normal normal bold 24px/35px Poppins;
	}
	
	.author-meta-boxes {
		margin-bottom: 12px;
	}
	
	blockquote p {
		font: italic normal 600 22px/33px Poppins;
	}
	
	h2 {
		font: normal normal bold 24px/35px Poppins;
	}
	
	h3 ,h4 ,h5 ,h6{
		font: normal normal bold 16px/25px Poppins;
	}
	.desktop-only{
		display: none !important;	
	}
	#site-navigation .cta-btn{
		/*display: none;*/
		margin-top: 24px;
	    text-align: center;
	}
	img.custom-logo{
		max-width: 100px;
	}

	.crediblity-container{
		display: block;
	}
	.crediblity-container .slick-list {
		padding-left: 0px!important; 
	}
	.crediblity-container .crediblity-item {
		border-right: 2px solid #C6C6C6;
	}

	.crediblity-container ul.slick-dots {
		display: flex;
		margin-left: 0;
		list-style: none;
		padding-left: 0px;
		margin-top: 16px;
		justify-content: center;
	}

	.crediblity-container .slick-dots li button {
		display: block;
		padding: 0;
		border: none;
		background-color: #d3d3d3;
		text-indent: -9999px;
		width: 8px;
		height: 8px;
		border-radius: 50px;
		opacity: .5;
		margin: 0 5px;
	}

	.crediblity-container .slick-dots li.slick-active button {
		background-color: #000000;
	}
	
	div#home-crediblity {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	div#product-categories{
		padding-bottom: 48px;
	}
	#application-areas h2{
		text-align: left;
	}
	#application-areas p.description {
		text-align: left;
		margin-bottom: 16px;
	}

	.application-features {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.application-text{
		padding: 10px;
	}
	.application-features li {
		margin-bottom: 14px;
	}
	.row.application-item {
		margin-bottom: 40px;
	}
	.row.application-item.even {
		flex-direction: column-reverse;
	}
	#expertise {
		margin-top: 8px;
	}
	#expertise h3{
		margin-bottom: 24px;
	}
	#expertise .cta-btn{display: none;}
	div#why-choose-us {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	img.why-choose-mobile{
		width: 100%;
	}
	.mobile-hanging {
		padding-left: 50px;
		
	}
	.try-to-hang {
		margin-top: -80px;
		background: #fff;
		padding: 15px;
	}
	#why-choose-us b{
		text-align: left;
		font: normal normal 600 15px/26px Source Sans Pro;
		letter-spacing: 0px;
		color: #000000;
	}
	#why-choose-us h2{
		text-align: left;
font: normal normal bold 20px/30px Poppins;
letter-spacing: 0px;
color: #000000;
margin-bottom: 20px;
	}
	.why-choose-list .counter{
		margin-right: 10px;
	}
	#about-us {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	#about-us h2{
		text-align: left;
		font: normal normal bold 42px/52px Poppins;
		letter-spacing: 0px;
		color: #15151D;
	}
	#about-us h3{
		text-align: left;
		font: normal normal bold 20px/30px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		padding-bottom:0px;
	}
	.row.innovation-crediblity{
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom:0px;
	}
	.innovation-crediblity h4{
		text-align: left;
		font: normal normal bold 32px/38px Poppins;
		letter-spacing: 0px;
		color: #15151D;
	}
	.innovation-crediblity p{
		text-align: left;
		text-align: left;
		font: normal normal 600 15px/23px Poppins;
		letter-spacing: 0px;
		color: #797979;
	}
	#about-us blockquote{
		text-align: left;
		font: normal normal 600 20px/30px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin: 0px;
		margin-bottom: 16px;
	}
	#about-us .about-text{
		margin-top: 14px;
	}
	div#home-blog-list, div#home-media-list {
		padding: 48px 0px;
	}
	
	#home-media-list .slick-initialized .slick-slide,#home-blog-list .slick-initialized .slick-slide {
		display: block;
		margin: 0px 15px;
	}

	#media-left-arrow,#media-right-arrow,#blog-left-arrow,#blog-right-arrow {
		background: #F17D3C;
		display: inline-block;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#media-left-arrow,#blog-left-arrow{
		margin-right: 38px;
	}
	#media-left-arrow svg,#blog-left-arrow svg{
		transform: rotate(180deg);
	}
	.media-arrows.mobile-only,.blog-arrows.mobile-only {
		display: flex;
		justify-content: center;
		margin-top: 32px;
	}
	div#testimonials{
		padding: 32px 0px;
	}
	#testimonials b{
		font: normal normal 600 20px/26px Source Sans Pro;
	}
	#testimonials h2{
		font: normal normal bold 32px/48px Poppins;
	}
	.testimonials-slide{
		padding: 24px;
	}
	.testimonial-arrow-wrapper {
		justify-content: center;
		margin-top: 48px;
	}
	footer{
		padding-top: 37px;
	}
	.footer-identity-wrapper svg{
		display: none;
	}
	ul.ul-col-3,ul.ul-col-2 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.primary-menuholder{
		display: none !important;
	}
	nav#site-navigation.toggled .primary-menuholder{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		background: #FFFFFF;
		height: 100vh;
		z-index: 999;
		display: block !important;
		padding-bottom: 100px;
		overflow-y: scroll;
		border: 2px solid #00000046;
	    border-left: 51px solid #00000046;
		padding: 34px 16px;
	}
	.menu-hamburg-holder {
		justify-content: right;
	}
	.mobile-only.mobile-menu-header {
		display: flex;
		justify-content: space-between;
		margin-bottom: 35px;
		align-items: center;
	}
	
	.close-mobile-header-menu {
		border-radius: 50%;
		border: 1px solid #000 !important;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000 !important;
		padding: 0px;
	}

	.menu-item a{
		font: normal normal normal 16px/22px Source Sans Pro;
		letter-spacing: 0px;
		color: #000000;
	}
	.current-menu-item.menu-item a{
	font: normal normal normal 18px/25px Source Sans Pro;
	}
	.main-navigation li {
		margin-bottom: 7px;
	}
	li.menu-item-has-children:after{
		position: absolute;
    right: 0px;
	top: 0;
	}
	.sub-menu li.menu-item-has-children:after{
		margin-top:0px;
	}
	.footer-menu-content {
		display: none;
	}
	.footer-links.show .footer-menu-content {
		display: block;
	}
	.footer-links .footer-heading:after {
		content: "+";
		right: 15px;
		position: absolute;
		padding: 0px;
		font-size: 30px;
		color: #333333;
	}
	.footer-links.show .footer-heading:after {
		content: "-";
	}
	.footer-heading{
		border-bottom: 4px solid #DBDADA;
		font: normal normal 600 16px/25px Poppins;
		letter-spacing: 0px;
		color: #333333;
	}
	.footer-col {
		padding-bottom: 10px;
	}
	hr.footer-hr{
		display: none;
	}

	.social-links {
		justify-content: center;
		display: flex;
	}
	.banner-text-container{
		padding-top: 230px;
    padding-left: 15px;
    padding-right: 15px;
	}
	.banner-image-holder .slick-slide{
		margin-top: 15px;
		margin-left: -35px;
		margin-right: 0px;
	}
	.banner-image-holder{
		width: 100%;
	}
	.banner-image-holder ul.slick-dots{
		z-index: 999;
		position: absolute;
		margin: 0 auto;
		margin-top: -75px;
		left: 0;
		right: 0;
		padding-left: 0px;
	}
	.header_btn_holder.is-visible {
		position: fixed;
		bottom: 0;
		width: 100vw;
		padding: 15px;
		background: #fff 0 0 no-repeat padding-box;
		box-shadow: 0 -6px 20px #bfbfbf;
		left: 0;
	}
	
	.header_btn_holder.is-visible .cta-btn {
		display: block;
		text-align: center;
	}

	.page-template-home-page p.copyright-text-design-by{
		margin-bottom: 120px;
	}

	body:not(.page-template-home-page) main#primary {
		padding-top: 100px;
	}

	.product-industry-item h2{
		font: normal normal 600 16px/22px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-bottom: 16px;
	}
	/*about us*/
	.goto-breadcumbs .container {
		padding-top: 30px;
		padding-bottom: 30px;
		background-position-y: -123px;
		background-position-x: 150px;
		background-size: 398px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.goto-breadcumbs h1 {
		font: normal normal bold 70px/50px Poppins;
	}
	.goto-breadcumbs.product-listing h1 {
		font: normal normal bold 24px/32px Poppins;
		max-width: 200px;
	}
	.about-crediblity {
		margin-top: 24px;
		border-top: 1px solid #707070;
		padding-top: 0px;
	}
	.about-crediblity .crediblity-item{
		border-right: none;
	}
	.about-crediblity .col-md-4.crediblity-item hr {
		display:none;
	}
	.about-crediblity .col-md-4.crediblity-item img{
		margin-top: 48px;
	}
	.certifications h3{
		text-align: center;
		margin-bottom: 30px;
	}
	.gform_footer.top_label input[type="submit"] {
		width: 100%;
	}
	.product-banner-img{
		padding-left: 0px;
	}
	.banner-img-list{
		padding-left: 0px;
		justify-content: left;
		margin-top: 12px;
	}
	.product-banner h1 {
		text-align: left;
		font: normal normal bold 30px/45px Poppins;
		letter-spacing: 0px;
		color: #000000;
	}

	.product-banner a.cta-btn {
		display: block;
		text-align: center;
	}

	.product-banner a.secondary-cta-btn, .product-banner a.secondary-cta-btn:visited {
		display: block;
		text-align: center;
		margin-top: 16px;
	}
	.information-about-product {
		padding: 24px 0px;
	}
	.information-about-product h2{
		text-align: left !important;
		font: normal normal bold 20px/38px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		padding-bottom: 14px;
	}
	.information-tabs{
		padding: 48px 0px;
	}
	.information-tabs-menu {
		display: flex;
		flex-flow: row;
		width: 100%;
		overflow: scroll;
		padding: 10px 16px;

	}

	.information-tabs-menu li.nav-item:not(:last-child) {
		border-bottom: none;
		margin: 0px;
		border-right: 1px solid #fff;
	}
	.information-tabs-menu .nav-link{
		padding: 0px;
	}
	.information-tabs-menu li.nav-item h3{
		margin-bottom: 0px;
		font: normal normal 600 16px/38px Poppins;
		white-space: nowrap;
	}
	.information-tabs-menu li.nav-item{
		padding: 0px 10px;
	}
	.product-services-container{
		padding: 48px 0px;
	}
	.product-services-container p:not(:first-child){
		padding-bottom: 24px;
	}
	.product-testimonials {
		padding-bottom: 48px;
	}

	ul.pointers-ul-col-4,
	ul.pointers-ul-col-3,
	ul.pointers-ul-col-2{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.case-studies-item-wrapper .case-studies-item {
		margin-bottom: 24px;
	}
	.casestudy-banner-image{
		height: 180px;
		margin-top: -18px;
	}
	.after-casestudy-banner-image {
		margin-top: -50px;
		padding: 16px;
	}
	.after-casestudy-banner-image .container{
		padding-top: 12px;
    border-radius: 0px;
	}
	.after-casestudy-banner-image .challanges-solutions, .after-casestudy-banner-image .mission_vision-item {
		padding: 0px;
	}
	.after-casestudy-banner-image .result h2 {
		margin-top: 48px;
	}
	.casestudy-single ul.pointers-ul-col-3{
		padding-left: 0px;
		margin-bottom: 0px;
	}
	.after-casestudy-banner-image .mission_vision-item{
		margin-top: 0px;
	}
	.row.mission_vision-item {
		margin-bottom: 0px;
	}
	.row.mission_vision-item:not(:last-child) {
		margin-bottom: 24px;
	}
	
	.row.mission_vision-item h2 {
		margin-bottom: 16px;
	}
	
	.row.mission_vision-item img {
		margin-bottom: 8px;
	}
	.after-casestudy-banner-image .challanges-solutions h2{
		margin-top: 0px;
	}
	.case-studies-home-blog{
		padding: 48px 0px!important;
	}
	.author-header-text{
		margin-top: 24px;
	}
	.author-header-text p{
		margin-bottom: 20px;
	}
	.author-item {
		margin-bottom: 24px;
	}
	.author-list-meta{
		padding: 5px 12px;
	}
	.author-list-meta h3{
		font: normal normal medium 15px/23px Poppins;
		margin-bottom: 0px;
	}
	.author-list-meta p{
		font: normal normal normal 14px/20px Source Sans Pro;
	}
	.row.author-banner{
		display: flex;
   		flex-flow: column-reverse;
		   padding-bottom:48px;
	}
	.author-banner img {
		width: 228px;
		height: 228px;
	}
	.row.author-banner .col-md-5{
		display: flex;
    justify-content: center;
	margin-bottom: 24px;
	}
	.author-banner h1 {
		font: normal normal bold 20px/30px Poppins;
		margin-bottom: 12px;
	}
	.author-banner h1 {
		font: normal normal bold 20px/30px Poppins;
		margin-bottom: 12px;
	}
	
	.author-banner p.designation {
		font: normal normal normal 16px/30px Poppins;
	}
	
	.author-banner p.designation-text {
		font: normal normal 600 20px/30px Poppins;
		margin-bottom: 12px;
	}
	.about-author{
		padding: 24px 0px;
	}
	.about-author p.first-p{
		margin-bottom: 24px;
		text-align: left;
    font: normal normal normal 16px/24px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
	}
	.about-author h2{
		font: normal normal bold 22px/33px Poppins;
	}
	.about-author h3{
		font: normal normal bold 18px/27px Poppins;
letter-spacing: 0px;
color: #000000;
margin-bottom: 12px;
	}
	.about-author img{margin-bottom: 16px;}
	.blog-listing-page-wrapper h2 {
		margin-top: 24px;
		margin-bottom: 10px;
		text-align: left;
		font: normal normal bold 24px/35px Poppins;
		letter-spacing: 0px;
		color: #000000;
	}
	.blog-listing-page-item h3 {
		font: normal normal bold 18px/27px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-bottom: 12px;
		min-height: unset;
	}
	.col-md-4.blog-listing-page-item {
		margin-bottom: 28px;
	}
	.subscriber-form {
		width: 100%;
		padding: 16px;
		padding-bottom: 0px;
	}
	.subscribe-section {
		margin: 48px 0px;
		padding: 24px 0px;
	}
	.subscribe-section form{
		flex-flow: column;
	}
	.subscribe-section h2{
		text-align: center;
		font: normal normal bold 18px/27px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-top: 0;
	}
	.subscribe-section .gform-body.gform_body {
		margin-right: 0px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;

	}
	.subscribe-section .gform_wrapper.gravity-theme .gform_footer{
		width: 100%;
	}
	.subscribe-section input#gform_submit_button_3{
		width: 100%;
	}
	.subscribe-section p{
		margin-bottom: 0px;
	}
	.post-single-content {
		padding-top: 10px;
	}
	.hrs-blog-super-section {
		margin-bottom: 24px;
		margin-top: 24px;
		padding: 24px 15px;
	}
	.hrs-blog-super-section a.cta-btn {
		width: 100%;
		text-align: center;
	}

	.page-template-gallery h1 {
		text-align: left;
		font: normal normal 600 22px/30px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-bottom: 7px;
	}
	
	.page-template-gallery p {
		text-align: left;
		font: normal normal normal 15px/24px Source Sans Pro;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 24px;
	}
	
	.page-template-gallery h3 {
		font: normal normal bold 18px/34px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		text-align: center;
		margin-top: 12px;
		margin-bottom: 0px;
	}
	
	.page-template-gallery .gallary-page-item {
		margin-bottom: 32px;
	}

	p.media-excerpt {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		font: normal normal normal 18px/23px Source Sans Pro;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 6px;
		margin-top: 8px;
	}
	.products-listing-heading h2 {
		font: normal normal bold 18px/27px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin: 16px 0px;
	}
	.case-studies-item h3{
		margin-top: 10px;
	}

	.menu-menu-1-container{
		display: block;
		width: 100%;
	}
	/*.main-navigation ul ul{*/
	/*	.main-navigation ul ul li.focus > ul{
		box-shadow:none;
		position: static;
		float: unset;
	}*/
	.main-navigation ul a{
		white-space: unset;
	}
	/*.main-navigation ul li > ul	,.main-navigation ul li:hover > ul{
		display: none;
	}*/
	/*.main-navigation ul li:hover > ul{*/
		/*
		.main-navigation ul li.focus > ul{
		position: static;
		box-shadow: none;
		padding-left: 0px;
		width: 100%;
		display: block;
	}*/
	
	/*.menu-item-has-children ul.sub-menu,.page_item_has_children ul.sub-menu{
		display: none;
	}
	.menu-item-has-children.focus ul.sub-menu,.page_item_has_children.focus ul.sub-menu{
		display: block;
		position: static;
		padding-left: 0px;
	}*/
	.main-navigation li:hover > ul{
		display: block;
		left: auto;

		position:static;
		width:100%;
		box-shadow: none;
		list-style: none;
		padding-top: 0px;
		padding-bottom: 0px;
		list-style-type: "- ";
		padding-left: 0px;
	}
	.page-career-single p.small-text-before-heading {
		padding: 10px 19px;
		font: normal normal 600 14px/29px Poppins;
		color: #15151D;
		margin-bottom: 10px;
	}
	
	.page-career-single .container,.post-type-archive-career.archive-listing .container {
		padding: 16px 10px;
	}
	
	.page-career-single h1 {
		font: normal normal 600 22px/38px Poppins;
		letter-spacing: 0px;
		color: #15151D;
	}
	.page-career-single ul.career-position li {
		display: flex;
		flex-flow: column;
		font: normal normal 600 16px/24px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-bottom: 14px;
	}
	.page-career-single ul li {
		margin-bottom: 14px;
	}
	
	.page-career-single ul.career-position li strong {
		text-align: left;
		font: normal normal normal 16px/26px Source Sans Pro;
		letter-spacing: 0px;
		color: #000000;
	}

	.page-career-single ul.career-position {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}

	.page-career-single h2 {
		font: normal normal bold 24px/24px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-bottom: 16px;
	}
	.industry-single h3{
		margin-top: 20px;
	}

	.post-type-archive-career h1 {
		font: normal normal 600 24px/38px Poppins;
		letter-spacing: 0px;
		color: #15151D;
		margin-bottom: 8px;
	}
	
	.post-type-archive-career p {
		font: normal normal normal 15px/21px Source Sans Pro;
		letter-spacing: 0px;
		color: #000000;
	}
	
	.post-type-archive-career h2 {
		font: normal normal 600 18px/26px Poppins;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 8px;
	}
	
	a.view-apply, a.view-apply:visited {
		font: normal normal 600 16px/26px Poppins;
		letter-spacing: 0px;
		color: #ED6906;
	}
	
	.post-type-archive-career .career-item.row {
		padding: 14px 0px;
	}
	.information-tabs .tab-content ul li:before{
		width: 30px;
		margin-top: 8px;
	}
	ul.pointers-ul-col-1 li:before,
	ul.pointers-ul-col-2 li:before,
	ul.pointers-ul-col-3 li:before,
	ul.pointers-ul-col-4 li:before{
		width: 30px;
		min-width: 30px;
	}

	.page-template-contact-us h1{
		font: normal normal bold 24px/35px Poppins;
		letter-spacing: 0px;
		color: #15151D;
	}

	.rfq-container ul.wp-block-navigation__container.wp-block-navigation{
		overflow: scroll;
		display: block;
		width: 100%;
		white-space: nowrap;
		padding: 20px 20px;
	}
	.rfq-container li.wp-block-navigation-item.wp-block-navigation-link {
		width: unset; 
		display: inline-block;
		margin-right: 15px;
	}
}

@media screen and (max-width: 400px) {
	.goto-breadcumbs .container{
		background-position-x: 120px;
	}
}
p.copyright-text{
	display: none;
}
/*
Header style
*/
