/*!
Theme Name: IntegsCloud
Theme URI: http://underscores.me/
Author: PugMarker Solutions Pvt Ltd.
Author URI: https://pugmarker.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or laterm
License URI: LICENSE
Text Domain: integscloud
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.

IntegsCloud 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%;
    scroll-behavior: smooth;
}

/* 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: normal normal bold 32px/48px Poppins;
    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;
    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;
    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: transparent;
    font: normal normal normal 17px/27px Source Sans Pro;
}

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

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

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

/* 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>li {
    position: relative;
    border-left: 3px solid transparent;
}

.main-navigation ul ul>li:hover,
.main-navigation ul ul>li.current_page_item,
.main-navigation ul ul>li.current-menu-item {
    border-color: red;
}

.main-navigation ul ul>li:last-child {
    /*border-bottom-left-radius: 5px;*/
    margin-bottom: 10px;
}

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

.main-navigation ul ul a {
    line-height: 40px;

}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    display: block;
    background: #1938cc;
    border-radius: 0 0 10px 10px;
}

.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: 768px) {

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

.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;
    width: 1px;
    word-wrap: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    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;
}

.pm-fluid-container {
    padding: 0 60px;
    max-width: 1400px;
}

.font-2 {
    font-family: Poppins;
    line-height: 1.5;
}

h1 {
    font: normal normal 600 34px/50px Poppins;
    letter-spacing: 0px;
    text-transform: capitalize;
}

h2 {
    font: normal normal bold 30px/38px Poppins;
    letter-spacing: 0px;
    color: #000;
    text-transform: capitalize;
}

h3 {
    font: normal normal bold 22px/33px Poppins;
    letter-spacing: 0px;
    color: #1C1B29;
}

h4 {
    font: normal normal 500 18px/25px Poppins;
    letter-spacing: 0px;
    color: #1C1B29;
    text-transform: capitalize;
}

h5 {
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #1C1B29;
}

h6 {
    font: normal normal bold 18px/24px Poppins;
    letter-spacing: 0px;
    text-transform: capitalize;
}

p {
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #00141A;
}

/* Navbar
--------------------------------------------- */

header#masthead {
    transition: all .7s ease;
    width: 100%;
    background: transparent;
    top: 0px;
    position: fixed;
    z-index: 999;
}

.page-template-Home-Animated header#masthead {
    position: fixed;
}

header#masthead {
    top: var(--wp-admin--admin-bar--height);
}

a.custom-logo-link {
    position: relative;
    background: #fff;
    padding: 10px 15px 10px 26px;
    border-radius: 0 0 10px 10px;
    /*clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);*/
}

.page-template-Home-Animated a.custom-logo-link::after {
    position: absolute;
    content: '';
    top: 0px;
    height: 100%;
    width: 30%;
    background: #ffffff;
    border: 2px solid #ffffff;
    z-index: -1;
    left: 90%;
    border-bottom-right-radius: 10px;
    border-left: none;
    transform: skew(150deg);
    transform-origin: top left;
}


.main-navigation {
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-navigation ul {
    justify-content: end;
}

.main-navigation ul#primary-menu {
    position: relative;
}

.main-navigation ul#primary-menu:before {
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    background: #1147CC;
    height: 4px;
    top: 15px;
    left: 20px;
    border-radius: 4px;
}

.main-navigation li {
    font: normal normal normal 16px/68px Source Sans Pro;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 20px;
    transition: all .7s ease;
}

/*.main-navigation li.current-menu-item.current_page_item a{*/
/*    color: #E3010B;*/
/*}*/
.main-navigation a {
    color: #fff;
}

/* .main-navigation li.menu-item-has-children>a::after {
    content: '▼';
    color: #E3010A;
    font-size: 10px;
    display: inline-block;
    margin-left: 7px;
} */

.main-navigation li.menu-item-has-children>a::after {
    content: '\2039';
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-left: 7px;
    position: absolute;
    top: 30%;
    left: 35%;
    transform: rotate(270deg);
}

#masthead.active .main-navigation li.menu-item-has-children>a::after {
    color: #1938CC;
}

/*.main-navigation li.current-menu-parent::before,*/
/*.main-navigation li.current-menu-item::before {*/
/*    content: '';*/
/*    width: 56px;*/
/*    height: 19px;*/
/*    background: #E3010A;*/
/*    position: absolute;*/
/*    border-radius: 1px;*/
/*    right: 0px;*/
/*    top: 0px;*/
/*    border-radius: 0px 0px 12px 12px;*/
/*    left: calc(50% - 30px);*/
/*}*/

/*.main-navigation li.current-menu-parent::after,*/
/*.main-navigation li.current-menu-item::after {*/
/*    content: '';*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    background: #E3010A;*/
/*    position: absolute;*/
/*    border-radius: 1px;*/
/*    left: 50%;*/
/*    bottom: 5px;*/
/*    border-radius: 36px;*/
/*    transform: translateX(-50%);*/
/*}*/

.main-navigation li.current-menu-parent::before,
.main-navigation li.current-menu-item::before {
    content: '';
    background: #FC2727;
    height: 4px;
    width: calc(100% - 40px);
    border-radius: 4px;
    top: 15px;
    position: absolute;

}

.main-navigation ul ul li.current-menu-item::before {
    top: 5px;
    display: none;
}

header#masthead:not(.active) g#Icon_feather-search path {
    stroke: #fff;
}

header#masthead.active g#Icon_feather-search path {
    stroke: #1938CC;
}

.pm-btn-search {
    background: transparent;
    border: 0;
    outline: 0;
}

.pm-nav-search {
    flex: 1 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pm-searchbar {
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease;
    right: 0;
    top: 0;
    opacity: 0;

}

.pm-nav-search.open .pm-searchbar {
    width: 100%;
    opacity: 1;
    display: flex;
    padding-left: 50px;
}

.pm-nav-search.open .main-navigation {
    opacity: 0;
}

.pm-searchbar .search-form {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: calc(100% - 60px);
}

.pm-searchbar .search-form label {
    margin: 15px 0 0;
    width: calc(100% - 50px);
}

.pm-searchbar .search-form .search-field {
    height: 40px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 4px solid #233955;
    border-radius: 0;
}

#masthead.active .pm-searchbar .search-form .search-field {
    color: #333;
}

.pm-searchbar input.search-field::-webkit-input-placeholder,
.pm-searchbar input.search-field::placeholder {
    color: #fff;
}

#masthead.active .pm-searchbar input.search-field::-webkit-input-placeholder,
#masthead.active .pm-searchbar input.search-field::placeholder {
    color: #333;
}

.pm-searchbar .search-submit {
    height: 48px;
    width: 48px;
    padding: 0;
    background-color: #E3010A;
    border-radius: 50%;
    border: 0;
    background-image: url(assets/img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.pm-searchbar .search-close {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background-color: #233955;
    font-size: 30px;
    padding: 0;
}

.admin-bar #masthead.active {
    top: var(--wp-admin--admin-bar--height);
}

#masthead.active {
    position: fixed;
    top: 0;
    width: 100vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    z-index: 999;
    border-radius: 0px 0px 22px 22px;
}

/* header#masthead:not(.active) .custom-logo-link img {
    filter: brightness(0) invert(1);
} */

#masthead.active .main-navigation ul li:hover>ul,
#masthead.active .main-navigation ul li.focus>ul {
    background: #fff;
}

#masthead.active .main-navigation a {
    color: #1938CC;
}

#masthead:not(.active) .main-navigation .header-contact {
    display: unset;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: all .5s ease;
}

#masthead.active .main-navigation .header-contact {
    display: unset;
    margin-left: 1rem;
    margin-top: 0;
    color: #fff;
    transition: all .5s ease;
}

.nav-close,
.pm-menu-btn {
    display: none;
}


/* Home
--------------------------------------------- */
.home-banner {
    width: 100%;
    /* min-height: 600px; */
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #F2F8FA;
    position: relative;
}

.home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/banner-bg-Topcircle.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.home-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(assets/img/banner-bg-bottomcircle.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.home-banner .home-banner-main {
    position: relative;
    z-index: 2;
}

.banner-cta {
    position: relative;
    z-index: 1;
}

.home-banner h1 {
    color: #000;
    margin: 28px auto 34px;
    text-align: center;
    width: 95%;
}

.home-banner h1 span {
    color: #35B4DA;
    font-weight: bold;
}

.home-banner-box {
    position: relative;
    width: 80%;
    margin: auto;
}

.home-banner-box-item h3 {
    font: normal normal bold 28px/42px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.home-banner-box-item p {
    font: normal normal 600 22px/33px Poppins;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 0;
}

.home-banner-box-item p span {
    color: #35B4DA;
    font-weight: bold;
}

.cust-slider-controls .home-banner-box-slider-controls.slider-controls {
    display: block;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0;
}

.integs-btn,
.integs-btn:visited,
.integs-btn:active {
    font: normal normal 600 16px/68px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 15px 50px;
    text-align: center;
    margin-top: 10px;
    background: transparent linear-gradient(101deg, #E3010B 0%, #960005 100%);
    box-shadow: 0px 6px 12px #e3010b38;
    border-radius: 34px;
}

.integs-btn:hover {
    background: #960005;
    color: #FFFFFF;
    text-decoration: none;
}

.read-moreBtn {
    font: normal normal 600 16px/68px Poppins;
    letter-spacing: 0px;
    color: #E3010B;
    text-transform: uppercase;
    border-bottom: 3px solid #E3010A;
    text-align: center;
    margin-top: auto;
}

.read-moreBtn:hover,
.read-moreBtn:visited {
    text-decoration: none;
    color: #E3010A;
}

.home-banner-main .celigo {
    margin: 0 24px 24px 0;
}

.desktop-oracle_netsuite svg {
    min-width: 230px;
}

/* Home Solutions Logos
--------------------------------------------- */
.homeSolutions {
    width: 100%;
    padding: 100px 0 100px;
    background: #F2F8FA;
    position: relative;
    margin-top: -80px;
}

svg.circle-bg {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
}

/* .homeSolutions:before{
    content: "";
    top: -36%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/Circle-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
} */

.solutions-logos-main {
    background: linear-gradient(180deg, #E1F1F5 50%, #F2F8FA 100%);
    padding: 5px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
}

.solutions-logos {
    background: #F2F8FA;
    border-radius: 15px;
    /* border: 5px solid #E1F1F5; */
    padding: 32px 18px;
    /* border-bottom: 0; */
    position: relative;
    z-index: 2;
}

.solutions-logos img {
    max-width: 200px;
    height: 90px;
    object-fit: contain;
}

.homeSolutions h2 {
    padding-bottom: 20px;
}

/* Home Services We Provide
--------------------------------------------- */
.services {
    width: 100%;
    padding: 100px 0 0;
    background-color: #F2F8FA;
    text-align: center;
}

.service-sect-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 42px;
}

.service-item {
    height: calc(100% - 1rem);
}

.service-item h4 {
    width: 90%;
    margin: 26px auto 0;
}

.services h2 {
    padding-bottom: 18px;
}

.service-item p {
    /* min-height: 80px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-line {
    position: relative;
}

.title-line:before {
    content: "";
    position: absolute;
    min-width: 70px;
    height: 5px;
    left: 50%;
    top: -10px;
    background: linear-gradient(85deg, #34B2D9, #007FA6);
    margin: auto;
    transform: translateX(-50%);
    border-radius: 50px;
}

/* Home Why Choose Us
--------------------------------------------- */
.why-Choose {
    width: 100%;
    text-align: center;
    background-color: #F2F8FA;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 150px;
}

.why-Choose h2 {
    margin-bottom: 18px;
}

.why-Choose h3 {
    padding: 40px 0 18px 0;
    color: #35B4DA;
    width: 50%;
    margin: auto;
}

.why-Choose p {
    max-width: 74%;
    margin: auto;
    padding-bottom: 30px;
}

.why-Choose-image {
    width: 100%;
}

/* Home Scattered Data
--------------------------------------------- */
.scattered-data {
    width: 100%;
    padding: 100px 0;
}

.scattered-data-content .title-line:before {
    left: 0%;
    transform: translateX(0%);
}


.knowMoreBtn,
.knowMoreBtn:visited,
.knowMoreBtn:active {
    color: #960005;
    background: transparent;
    border: 3px solid #E3010B;
}

.knowMoreBtn:hover {
    border: 3px solid #960005;
    color: #960005;
    background: transparent;
}

/* Home Oracle Netsuite 
--------------------------------------------- */
.oracle-netsuite {
    width: 100%;
    padding: 60px 0 0;
    position: relative;
    overflow-x: clip;
    display: none;
}

svg.oracle-bg {
    position: absolute;
    left: -10px;
    top: 0;
}

.oracle-netsuite-content .title-line:before {
    left: 0%;
    transform: translateX(0%);
}

.oracle-netsuite-item h4 {
    text-align: center;
}

.oracle-netsuite-item {
    width: 100%;
    height: 100%;
    text-align: center;
}

/* Home ABOUT
--------------------------------------------- */
.home-about {
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.home-about:before {
    content: "";
    top: -40px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #dff1f6 0%, #E1F1F5 100%);
    clip-path: ellipse(150% 50% at 50% 50%);
    z-index: 1;
}

.home-about:after {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/About-bg.svg);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-about-sect {
    position: relative;
    z-index: 2;
}

.home-about h2 {
    margin-bottom: 18px;
}

.home-about-content p {
    margin-bottom: 0;
    text-align: left;
}

.your-business {
    padding-top: 100px;
    margin: auto;
}

.your-business h2 {
    width: 60%;
    margin: 0 auto 12px;
    /* font: normal normal bold 42px/56px Poppins;
    letter-spacing: 0px; */
    color: #000;
    text-align: center;
}

.your-business p {
    width: 40%;
    color: #7C8A8E;
    margin: auto;
    font: normal normal 600 18px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #7C8A8E;
    margin-bottom: 34px;
    text-align: center;
}

.your-business-form {
    position: relative;
    z-index: 3;
}

.your-business-form .gform_page_footer {
    text-align: center;
}

.your-business-form .gform_page_fields .gfield_radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.your-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100%;
    font: normal normal bold 26px/39px Poppins;
    letter-spacing: 0px;
    color: #EDFDFD;
    text-align: left;
    padding: 0 20px;
    margin-left: 10px;
}

.your-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label span {
    font: normal normal normal 16px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #00141A;
    display: block;
    text-align: left;
}

.your-business-form .gform_page_footer.top_label span.stepCountHolder {
    font: normal normal bold 28px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #2A505D;
    display: inline-block;
    margin-bottom: 50px;
}

.your-business-form .gform_wrapper.gravity-theme input[type='radio']:after {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: -3px;
    left: -15px;
    position: relative;
    background-color: #C8EEFA;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #7C8A8E;
}

.your-business-form .gform_wrapper.gravity-theme input[type='radio']:checked:after {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border-radius: 50%;
    top: -3px;
    left: -15px;
    position: relative;
    background-color: #35b4da;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #35b4da;
    box-shadow: inset 0 0 0 2px #e1f1f5;
}

.your-business-form .gform_wrapper.gravity-theme .gfield-choice-input:checked+label {
    color: #35B4DA;
}

.your-business-form .gform_wrapper.gravity-theme input[type='checkbox']:after {
    width: 35px;
    height: 35px;
    top: -10px;
    left: -20px;
    position: relative;
    background-color: #e0f1f5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #7C8A8E;
    border-radius: 8px;
}

.your-business-form .gform_wrapper.gravity-theme input[type='checkbox']:checked:after {
    width: 35px;
    height: 35px;
    top: -10px;
    left: -20px;
    position: relative;
    background-color: #35b4da;
    content: '\2713';
    display: inline-block;
    visibility: visible;
    border-radius: 8px;
    font-size: 20px;
    padding-left: 8px;
    color: #fff;
    border-color: #35b4da;
}

.your-business-form .gform_wrapper.gravity-theme .gfield input,
.your-business-form .gform_wrapper.gravity-theme .gfield select,
.your-business-form .gform_wrapper.gravity-theme .gfield textarea {
    max-width: 100%;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    margin: 10px;
    display: inline-block;
    border-radius: 8px;
}

.your-business-form .gf_progressbar_wrapper {
    display: none;
}

.your-business-form .gform_page_fields .gfield_radio .gchoice {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.your-business-form input[type="button"],
.your-business-form input[type="submit"] {
    font: normal normal 600 16px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 15px 50px;
    text-align: center;
    margin-top: 10px;
    background: transparent linear-gradient(101deg, #E3010B 0%, #960005 100%);
    box-shadow: 0px 6px 12px #e3010b38;
    border-radius: 34px;
    margin: 30px;
    min-width: 200px;
    height: 55px;
}

.your-business-form .gform_wrapper.gravity-theme .gform_previous_button.button {
    color: #960005;
    background: transparent;
    /*border: 3px solid #E3010B;*/
}

.your-business-form .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.your-business-form .gfield_checkbox .gchoice {
    flex: 0 0 50%;
}

.your-business-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    margin-bottom: 32px;
}

.your-business-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input+label {
    font: normal normal 500 18px/27px Poppins;
    letter-spacing: 0px;
    color: #2A505D;
}

.your-business-form #gform_page_4_4 {
    width: 80%;
    margin: auto;
}

.your-business-form #gform_page_4_4 .gfield.gfield--width-half.field_sublabel_below {
    text-align: left;
}

.your-business-form #gform_page_4_4 .gfield_label {
    padding: 0 10px;
    margin-left: 18px;
}

.your-business-form #gform_page_4_4 .gfield input,
#gform_page_4_4 .gfield select {
    border: 3px solid #7C8A8E;
    padding: 13px;
}

.your-business-form .gform_page_footer.top_label {
    position: relative;
}

.your-business-form .gform_ajax_spinner {
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
}

.your-business-form .mandatory-text {
    width: 100%;
    margin: 0 18px;
    color: red;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #E3010B;
}

@media screen and (min-width: 768px) {
    .your-business-form #gform_page_4_1 span.stepCountHolder {
        display: inline-flex;
        justify-content: center;
        margin: 0 0 40px 200px;
    }

    .your-business-form .gform_ajax_spinner {
        display: block;
        margin: auto;
    }
}

/* Home Our Clients
--------------------------------------------- */
.home-our-clients {
    width: 100%;
    padding: 100px 0 0;
    background: linear-gradient(0deg, #1B99BF 0%, #E1F1F5 100%);
    position: relative;
    clip-path: ellipse(200% 100% at 50% 100%);
    margin-top: -80px;
}

.home-our-clients:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-image: url(assets/img/Testinomial-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
}

.home-our-clients:after {
    content: "";
    top: -45px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    border-radius: 50% 50% 0% 0%/100% 100% 0 0;
    background-color: #ddeff4;
    z-index: -1;
    display: none;
}

.home-our-clients h2 {
    font: normal normal bold 42px/56px Poppins;
    letter-spacing: 0px;
    /*color: #2A505D;*/
    /*width: 70%;*/
}

.our-clients-hover-image img {
    display: none;
}

.our-clients .slick-slide.show .our-clients-hover-image img {
    display: block;
}

.slick-slide.show .our-clients-image img:hover {
    display: none;
}


.cust-slider-controls .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -5px;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slider-controls .slick-dots {
    bottom: 0;
}

.cust-slider-controls .slick-next,
.cust-slider-controls .slick-prev {
    color: red;
    top: unset;
    bottom: 5px;
    z-index: 99;
}

.cust-slider-controls .slick-next {
    right: 15px;
    transform: rotate(270deg);

}

.cust-slider-controls .slick-prev {
    left: 15px;
    transform: rotate(90deg);
}

.cust-slider-controls .slick-prev::before,
.cust-slider-controls .slick-prev::after,
.cust-slider-controls .slick-next::before,
.cust-slider-controls .slick-next::after {
    /* position: absolute; */
    display: block;
    content: "";
    /* border: .7rem solid transparent; */
}

.cust-slider-controls .slick-prev::before,
.cust-slider-controls .slick-next::before {
    top: 2px;
    border-top-color: #E3010A;
}

.cust-slider-controls .slick-prev::after,
.cust-slider-controls .slick-next::after {
    top: -3px;
    border-top-color: #f2f8fa;
}

.cust-slider-controls .slick-dots li {
    margin: 0 0px;
    list-style-type: none;
}

.cust-slider-controls .slick-dots button {
    border: none;
    text-indent: -9999px;
}


.cust-slider-controls .slick-dots li button {
    width: 30px;
    height: 10px;
    background: #1a82a8;
    border-radius: 0;
    outline: none;
    transition: 0.3s ease;
    margin: 0;
    border-radius: 50px;
}

.cust-slider-controls .slick-dots li.slick-active {
    width: 30px;
}

.cust-slider-controls .slick-dots li.slick-active button {
    background: #34B2D9;
    width: 30px;
    height: 10px;
    opacity: 1;
    border-radius: 0;
}

.cust-slider-controls {
    text-align: center;
    margin: 30px 0;
}

.cust-slider-controls .slick-dots {
    margin: 0;
}

.cust-slider-controls .slider-controls {
    display: inline-block;
    position: relative;
    padding: 0 70px;
}

.cust-slider-controls .slick-arrow {
    position: absolute;
    left: 0;
    padding: 0;
    height: 20px;
    width: 20px;
    color: #E3010A;
    background: transparent;
    border: 0;
    outline: none;
}

/* .slick-next:before, .slick-prev:before{
	color: #E3010A;
} */
.cust-slider-controls .slick-arrow i {
    font-size: 30px;
    font-weight: bold;
}

.cust-slider-controls .slick-arrow.slick-next {
    left: auto;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #E3010B;
    border-top: 4px solid #E3010B;
}

.cust-slider-controls .slick-arrow.slick-prev {
    left: 0px;
    top: 0;
    right: auto;
    transform: rotate(45deg);
    border-bottom: 4px solid #E3010B;
    border-left: 4px solid #E3010B;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
}

.testimonials .cust-slider-controls .slick-dots li:last-child button,
.our-clients .cust-slider-controls .slick-dots li:last-child button {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.testimonials .cust-slider-controls .slick-dots li:first-child button,
.our-clients .cust-slider-controls .slick-dots li:first-child button {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.testimonials .cust-slider-controls .slick-dots li button,
.our-clients .cust-slider-controls .slick-dots li button {
    border-radius: 0;
}

.testimonials {
    position: relative;
    height: 100%;
}

.testimonials-slider {
    position: relative;
    height: calc(100% - 90px);
}

.testimonials-slider .slick-list {
    height: calc(100% + 100px);
}

/* .testimonials-slider:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    background: transparent linear-gradient(90deg, #B1E0EE 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
} */
/* .testimonials-slider:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #B1E0EE 100%);
    z-index: 1;
} */

.testimonials h2 {
    padding: 30px 0;
}

.testimonials-main {
    background-color: #fff;
    box-shadow: 3px 8px 12px #00000026;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px;
    min-height: 320px;
    position: relative;
}

.testimonials-main:after {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid white;
    /*content: "";*/
    position: absolute;
    bottom: -40px;
    right: 0;
}

/* .testimonials-item img {
    margin-top: -80px;
} */

/* .testinomials-slider-controls .slick-prev::after, .testinomials-slider-controls .slick-next::after{
    border-top-color: #9bd2e2;
} */

/*.testimonials-slider {*/
/*    margin-right: 0;*/
/*    margin-left: 0;*/
/*}*/

/*.testimonials-slider .col-md-4 {*/
/*    flex: auto;*/
/*    height: auto;*/
/*}*/

/*.testimonials-slider .slick-track {*/
/*    display: flex;*/
/*}*/

/*.testimonials-main {*/
/*    height: calc(100% - 60px);*/
/*}*/



/* Home Hassle-Free Integration
--------------------------------------------- */
.hassle-free {
    width: 100%;
    padding: 60px 0;
}

.hassle-free-content .title-line:before {
    left: 0%;
    transform: translateX(0%);
}

.hassle-free .cust-slider-controls .slick-prev::after,
.hassle-free .cust-slider-controls .slick-next::after {
    border-top-color: #fff;
}

/* Home case studies
--------------------------------------------- */
.case-studies {
    width: 100%;
    /* padding: 60px 0 0; */
    position: relative;
}

.case-studies h1{
    margin-top: 0;
}

section.case-studies:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    min-height: 55%;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    z-index: -1;
}

.case-studies h2 {
    padding-bottom: 30px;
}

.case-studies-main {
    margin-left: 20px;
    background: #F7F7FC;
    box-shadow: 0px 5px 22px #00000029;
    border-radius: 8px;
    position: relative;
    margin: 20px 0 0 20px;
}

.case-studies-main img {
    margin: -20px 0 0 -20px;
}

.case-studies-item {
    padding: 20px 20px 0;
}

.case-studiesBtn {
    display: flex;
    justify-content: end;
}

.case-studiesBtn .read-moreBtn {
    border-bottom: 0;
}

.case-studiesBtn svg {
    background: #E3010A;
    border-radius: 42px 0px 8px 0px;
    padding: 10px;
    padding: 10px;
    min-width: 50px;
    min-height: 50px;
}

.case-studies-main h2 {
    padding-bottom: 0;
}

/* Home blog
--------------------------------------------- */
.blog-list {
    margin-left: 20px;
    background: #F7F7FC;
    box-shadow: 0px 5px 22px #00000029;
    border-radius: 8px;
    position: relative;
    margin: 20px 0 0 20px;
    padding: 20px;
}

.blog-image {
    margin: -40px 0 0 -20px;
}

.blog-title a {
    color: #1C1B29;
}

.blog-info a {
    border-bottom: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0 -20px -20px 0;
}

.blog-info a svg {
    background: #E3010A;
    border-radius: 42px 0px 8px 0px;
    padding: 10px;
    padding: 10px;
    min-width: 50px;
    min-height: 50px;
}

/* Home Get  In Touch
--------------------------------------------- */
.get-in-touch-sect {
    width: 100%;
    padding: 60px 0;
}

.get-in-touch h3 {
    color: #2A505D;
    width: 60%;
    margin: 0 auto 16px;
}

.get-in-touch {
    background: #E4F3F7;
    padding: 24px 60px;
    background: transparent linear-gradient(270deg, #F2F8FA00 0%, #F2F8FA 50%, #F2F8FA00 100%);
    text-align: center;
    margin: 100px 0;
}


/* FOOTER	
--------------------------------------------- */
.site-footer {
    padding: 60px 0 0;
    position: relative;
    background: transparent linear-gradient(0deg, #1B99BF 0%, #75c1d8 100%);
    background: transparent linear-gradient(72deg, #294EB1 0%, #1C2385 100%);
    /*border-top: 1px solid #E1F1F5;*/
}

.address svg {
    width: 100px;
}

.contact-details h6,
.footer-links h6 {
    color: #2A505D;
    margin-bottom: 22px;
}

.contact-details a {
    font: normal normal normal 15px/20px Source Sans Pro;
    letter-spacing: 0px;
    text-decoration: none;
    color: #F0F0F0;
}

.contact-details a:hover {
    color: #F0F0F0;
}

.footer-social a {
    margin-right: 25px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer ul li {
    font: normal normal normal 15px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #F0F0F0;
    padding-bottom: 10px;
}

.site-footer ul li a {
    color: #F0F0F0;
}

.site-info {
    background: #247994;
    background: linear-gradient(to right, transparent 6%, #fff 50%, transparent 90%);
    padding: 1px 0 0 0;
}

.site-info p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    background: transparent linear-gradient(160deg, #294EB1 0%, #1C2385 100%);
    padding: 15px;
}

.top-icon {
    position: absolute;
    top: -50px;
    right: 50px;
    z-index: 99;
}

.contact-details h6,
.footer-links h6 {
    color: #FFFFFF;
}

.contact-details a,
.site-footer ul li,
.site-info p {
    color: #F2F8FA;
}

.footer-desktop-logo img {
    margin-right: 16px;
}

.page-template-home .site-footer {
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .pm-fluid-container {
        padding: 0 15px;
    }

    .testinomials-slider-controls .slick-arrow.slick-prev {
        left: 0px;
        top: unset;

    }

    .testinomials-slider-controls .slick-arrow.slick-next {
        right: 0px;
        top: unset;
    }

    .testinomials-slider-controls.slider-controls {
        position: relative;
    }

    .home-our-clients h2 {
        width: 100%;
    }
}


@media screen and (max-width: 992px) {
    h1 {
        font: normal normal 600 26px/38px Poppins;
    }

    h2 {
        font: normal normal bold 20px/28px Poppins;
    }

    h3 {
        font: normal normal bold 18px/30px Poppins;
    }

    h4 {
        font: normal normal 500 16px/22px Poppins;
        color: #484848;
    }

    .site-branding {
        min-width: 100px;
        max-width: 160px;
        align-self: flex-start;
    }

    /* Home
	--------------------------------------------- */
    .home-banner-box {
        justify-content: space-between;
    }

    .home-banner-box-item {
        margin-right: 20px;
    }

    .home-banner-box-item h3 {
        font: normal normal bold 24px/35px Poppins;
    }

    .home-banner-box-item p {
        font: normal normal 600 16px/23px Source Sans Pro;
    }

    .home-banner-main {
        margin-left: 0px;
    }

    .banner-cta {
        margin: 20px 0 0;
    }

    #masthead:not(.active) .main-navigation .header-contact {
        display: none;
    }

    #masthead.active .main-navigation .header-contact {
        display: block;
        position: fixed;
        bottom: 10px;
        background: #E3010A;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
    }

    /*.main-navigation li {*/
    /*    padding: 15px 15px;*/
    /*}*/

    .site-footer {
        padding: 100px 0 0;
    }

    .home-about {
        padding: 60px 0 120px;
    }

    .your-business {
        padding-top: 60px;
    }

    .your-business h2 {
        min-width: 85%;
        margin-bottom: 22px;
    }

    .your-business p {
        width: 80%;
    }

    .home-about:after {
        display: none;
    }

    .your-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label span {
        padding: 0;
    }

    .your-business-form .gform_wrapper.gravity-theme input[type='radio']:after,
    .your-business-form .gform_wrapper.gravity-theme input[type='radio']:checked:after {
        left: -4px;
    }

    .services {
        padding: 30px 0 0;
    }

    .services h2 {
        padding: 20px 0;
    }

    .why-Choose {
        padding: 60px 0 140px;
    }

    .why-Choose svg {
        width: 100%;
    }

    .home-our-clients {
        margin-top: -70px;
        padding: 100px 0 0px;
    }

    .homeSolutions {
        padding: 100px 0 60px;
    }

    .home-our-clients:before {
        top: -10px;
    }

    .homeSolutions svg.circle-bg {
        top: -26%;
    }

    .get-in-touch {
        padding: 22px;
        margin: 40px 0 65px;
    }

}

@media screen and (max-width: 767px) {

    .integs-btn {
        font: normal normal 600 16px/68px Poppins;
        width: calc(100% - 150px);
    }

    .main-navigation li {
        padding: 5px 30px;
        color: #000000;
    }

    .main-navigation ul ul li {
        padding: 10px 30px;
        line-height: 40px;
    }

    .pm-menu-btn {
        line-height: 0px;
        padding: 5px;
        width: 40px;
        border: 0;
        background-color: transparent;
        border-radius: 5px;
        outline: none !important;
        display: block;
        text-align: center;
        height: 40px;
        color: #fff;
    }

    .active .pm-menu-btn {
        color: #ff2727;
    }

    .pm-menu-btn span {
        display: inline-block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        margin: 4px 0;
    }

    .active .pm-menu-btn span {
        background-color: #E3010A;
    }

    #masthead {
        padding: 0 0 10px 0;
    }

    .admin-bar .pm-nav.toggled {
        top: var(--wp-admin--admin-bar--height);
    }

    .pm-nav.toggled {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        height: 100vh;
        z-index: 999;
        display: block;
        padding-bottom: 100px;
        overflow-y: scroll;
    }

    .pm-nav.toggled .nav-close {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px 0;
        align-items: center;
    }

    .pm-nav.toggled ul#primary-menu {
        display: block;
    }

    p.menu_name {
        font: normal normal bold 22px/68px Poppins;
        letter-spacing: 2.2px;
        color: #1C228B;
        text-transform: uppercase;
        margin: 0;
    }

    .menu-close {
        width: 40px;
        border-radius: 50%;
        border: 0;
        outline: 0;
        background-color: #fff;
        font-size: 42px;
        padding: 0;
        height: 40px;
        color: #FF2727;
    }

    .main-navigation a,
    #masthead.active .main-navigation a {
        text-align: left;
        font: normal normal normal 18px/34px Source Sans Pro;
        letter-spacing: 0px;
        color: #000000;
        display: inline-block;
        background: #fff;
        padding-right: 5px;
    }

    .pm-nav.toggled .pm-btn-search,
    .pm-nav.toggled .pm-menu-btn {
        display: none;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        background: #fff;
    }

    .main-navigation ul#primary-menu:before {
        width: 4px;
        height: calc(100% - 30px);
    }

    .main-navigation li.current-menu-parent::before,
    .main-navigation li.current-menu-item::before {

        width: 4px;
        height: 100%;
        height: 60px;
        left: 20px;
    }

    .main-navigation li.menu-item-has-children>a::after {
        color: #1938CC;
        top: 30px;
    }

    .pm-searchbar .search-form label {
        margin: 15px 0 0;
    }

    .pm-searchbar .search-form .search-field {
        color: #333;
    }

    .pm-searchbar input.search-field::-webkit-input-placeholder,
    .pm-searchbar input.search-field::placeholder {
        color: #333;
    }

    .pm-nav-search.open .pm-searchbar {
        padding-left: 15px;
    }

    .pm-nav-search.open {
        width: 100vw;
        position: absolute;
        background: #fff;
        left: 0;
        padding: 10px 15px;
    }

    .pm-searchbar .search-close {
        top: 10px;
        right: 5px;
    }

    /**/
    .home-banner {
        background-color: #F2F8FA;
        margin-top: -70px;
        background-repeat: no-repeat;
        padding-top: 80px;
        min-height: 540px;
        background-size: 100vw 100%;
    }

    .home-banner-box {
        padding-bottom: 20px;
        width: 100%;
        margin: auto;
    }

    .home-banner h1 {
        width: 80%;
    }

    .home-banner-main svg.celigo {
        display: block;
        margin: auto;
    }

    .home-banner:after,
    .home-banner:before {
        display: none;
    }

    .desktop-oracle_netsuite {
        display: none;
    }

    .desktop-celigo {
        display: none;
    }

    .mobile-oracle_netsuite svg {
        max-width: 325px;
    }

    .title-line:before {
        left: 0;
        transform: none;
    }


    .why-Choose {
        text-align: center;
    }

    .why-Choose p {
        max-width: 100%;
        font: normal normal normal 15px/20px Source Sans Pro;
        color: #3D4C50;
    }

    .why-Choose h3 {
        text-align: center;
        padding: 32px 0 20px;
        width: 100%;
    }

    .why-Choose .integs-btn {
        display: inline;
        margin: 0 auto;
        line-height: 30px;
    }

    .why-Choose-image-mobile img {
        display: block;
        margin: auto;
    }

    .why-Choose-item {
        display: flex;
        margin-bottom: 1rem;
        column-gap: 1rem;
    }

    .why-Choose-item-others {
        text-align: center;
        font: normal normal 600 16px/25px Poppins;
        letter-spacing: 0px;
        color: #504F5C;
        flex: 1 1 50%;
    }

    .why-Choose-item-ours {
        text-align: center;
        font: normal normal 600 16px/25px Poppins;
        letter-spacing: 0px;
        color: #007FA6;
        flex: 1 1 50%;
    }

    .scattered-data {
        padding: 60px 0;
    }

    .scattered-data-img {
        margin-bottom: 2rem;
    }

    .scattered-data-content .integs-btn {
        display: block;
        margin: 0 auto;
    }

    .home-about:before {
        clip-path: ellipse(250% 50% at 50% 50%);
    }

    .home-about-img {
        margin-bottom: 30px;
    }

    .home-about-item {
        background: #F2F8FA;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 12px;
        width: 140px;
        margin-bottom: 18px;
    }

    .home-about-item img {
        margin: auto;
    }

    .home-about-content {
        text-align: center;
    }

    .home-about-content .integs-btn {
        display: block;
        margin: 0 auto;
    }

    svg.circle-bg {
        display: none;
    }

    .your-business {
        padding-top: 60px;
    }

    .your-business-form .gform_page_fields .gfield_radio .gchoice {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .your-business-form .gform_page_footer.top_label {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .your-business-form .gform_page_footer.top_label span.stepCountHolder {
        display: block;
        position: absolute;
        top: -15px;
        left: 45%;
    }

    .your-business h2 {
        font: normal normal bold 20px/28px Poppins;
    }

    .your-business p {
        font: normal normal 600 16px/24px Source Sans Pro;
        min-width: 85%;
        text-align: center;
    }

    .your-business-form .gform_page_fields .gfield_radio {
        flex-direction: column;
    }

    .your-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
        font: normal normal bold 18px/27px Poppins;
    }

    .your-business-form input[type="button"],
    input[type="submit"] {
        min-width: auto;
        margin: 40px 15px;
        min-width: 160px;
        padding: 7px 25px
    }

    .your-business-form input#gform_next_button_4_1 {
        min-width: 200px;
    }

    .your-business-form .gfield_checkbox .gchoice {
        flex: 0 0 100%;
        display: flex;
    }

    .your-business-form .gform_wrapper.gravity-theme input[type='checkbox']:after {
        left: -4px;
    }

    .your-business-form .gform_wrapper.gravity-theme input[type='checkbox']:checked:after {
        left: -4px;
    }

    .your-business-form .gform_ajax_spinner {
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .your-business-form #gform_page_4_4 {
        width: 100%;
    }

    .your-business-form #gform_page_4_4 .gfield input,
    #gform_page_4_4 .gfield select {
        margin: 0;
    }

    .your-business-form {
        position: relative;
    }

    .homeSolutions {
        padding: 100px 0 0;
    }

    .homeSolutions h2 {
        text-align: center;
    }

    .solutions-logos-main {
        margin-bottom: 34px;
    }

    .solutions-logos p {
        font: normal normal normal 15px/20px Source Sans Pro;
        letter-spacing: 0px;
        color: #3D4C50;
    }

    .services {
        padding: 0;
    }

    .service-sect-items {
        flex-wrap: wrap;
    }

    .service-item {
        flex: 0 0 50%;
        margin-bottom: 22px
    }

    .service-item .service-item-image {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 12px #00000029;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        margin: auto 20px;
        padding: 17px;
        width: 120px;
        margin: auto;
    }

    .service-item h4 {
        margin: 12px auto 0px;
        width: 75%;
    }

    .homeSolutions:before {
        display: none;
    }

    .home-our-clients {
        padding: 60px 0 0;
        clip-path: ellipse(330% 100% at 50% 100%);
        margin-top: -50px;
    }

    .home-our-clients h2 {
        font: normal normal bold 24px/35px Poppins;
        width: 80%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .home-our-clients .title-line:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .home-our-clients:before {
        display: none;
    }

    .testimonials-slider:after,
    .testimonials-slider:before {
        display: none;
    }

    .testimonials-main:after {
        bottom: -20px;
    }

    .cust-slider-controls .slick-dots {
        max-width: 50vw;
    }

    .hassle-free .integs-btn {
        display: block;
        margin: 0 auto;
    }

    .get-in-touch h3 {
        width: 100%;
    }


    .get-in-touch h2 {
        text-align: center;
    }

    .get-in-touch .integs-btn {
        margin: 20px auto 0;
    }

    .site-footer {
        /* border-radius: 50px 0px 0 0; */
        padding: 60px 0 0;
    }

    .site-footer::after {
        width: calc(100vw - 50px);
        height: 20px;
        top: -19px;
    }

    .contact-details svg {
        max-width: 25px;
    }

    .top-icon {
        top: -40px;
        right: 0px;
    }

    .site-footer svg.celigo {
        margin-top: 20px;
    }

    .footer-social {
        text-align: center;
    }

    /* .footer-social .d-flex {
        justify-content: space-evenly;
    } */

    .footer-social svg {
        max-width: unset;
        height: 70px;
        width: 35px;
    }

    .footer-menu-content {
        display: none;
    }

    .footer-links .title {
        font: normal normal bold 18px/24px Poppins;
        position: relative;
        /* padding: 20px 0 10px; */
        /* border-top: 2px solid #3797B5; */
        cursor: pointer;
    }

    .footer-links .title::after {
        content: "+";
        font-size: 40px;
        line-height: 1;
        position: absolute;
        right: 5px;
        top: 0px;
        font-weight: 400;
        color: #E3010B;
    }

    .footer-links.open .title::after {
        content: "-";
        font-size: 40px;
    }

    .footer-mobile-logo {
        margin-top: 20px;
    }

    .site-footer {
        background: transparent linear-gradient(32deg, #294EB1 0%, #1C2385 100%);
        border: 0;
        padding-top: 32px;
    }

    .footer-logo-mobile {
        display: flex;
        justify-content: center;
    }

    .contact-details h6 {
        margin-bottom: 27px;
    }

    .site-info {
        background: linear-gradient(to right, transparent 3%, #fff 50%, transparent 95%);
    }

    .footer-social svg {
        width: 25px;
    }

    .footer-mobile-logo {
        margin-bottom: 24px;
    }

    .top-icon svg {
        width: 94px;
        height: 94px;
    }
}

/* home page ends */


/* home page option1 start */
.home-option1-banner {
    background-color: #fff;
}

.home-option1-banner:before {
    background-image: url(assets/img/half-circle.svg);
}

.home-option1-banner:after {
    background-image: url(assets/img/banner-home-option1-bg-bottomcircle.svg);
}

.home-option1-about:before {
    background: linear-gradient(180deg, #E1F1F5, #839FA7, #2A505D);
}

.home-option1-about:after {
    background: #2A505D;
    display: none;
}

.home-option1-about .home-about-sect:before {
    display: none;
}

.home-option1-about .read-moreBtn {
    border-color: #960005;
}

.home-option1-about h2 {
    color: #fff;
}

.home-option1-about .home-about-content p {
    color: #fff;
}

.home-option1-about .your-business p {
    color: #fff;
}

.home-option1-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #fff;
}

.home-option1-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label span {
    color: #fff;
}

.home-option1-solution {
    background: #fff;
}

.home-option1-about .home-option1-business-form input[type="button"],
.home-option1-business-form input[type="submit"] {
    background: #FFEDEE 0% 0% no-repeat padding-box;
    border: 3px solid #E3010B;
    border-radius: 34px;
    color: #E3010B;
    box-shadow: none;
}

.home-option1-business-form .gform_wrapper.gravity-theme input[type='radio']:checked:after {
    background-color: #E3010B;
    border: 2px solid #EBEBEB;
}

.home-option1-business-form .gform_wrapper.gravity-theme .gfield-choice-input:checked+label {
    color: #E3010B;
}

.home-option1-business-form .gform_wrapper.gravity-theme input[type='radio']:after {
    background-color: #FFEDEE;
    border: 2px solid #EBEBEB;
}

.home-option1-business-form .gfield_label {
    color: #fff;
}

.home-option1-about .your-business-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input+label {
    color: #fff;
}

.home-option1-about .your-business-form .gfield input,
.home-option1-about .your-business-form .gfield select,
.home-option1-about .your-business-form .gfield input::placeholder,
.home-option1-about .your-business-form .gfield select::placeholder {
    border-color: #fff;
    color: #fff;
}

.home-option1-about .your-business-form .gform_wrapper.gravity-theme input[type='checkbox']:after {
    background-color: #ffedee;
}

.home-option1-about .your-business-form .gform_wrapper.gravity-theme input[type='checkbox']:checked:after {
    border-color: #E3010B;
    background-color: #E3010B;
}

.home-option1-services {
    background: #fff;
}

.home-option1-why-Choose {
    background: #fff;
}

.home-option1-testinomial {
    background: linear-gradient(180deg, #E1F1F5, #839FA7);
}

.home-option1-testinomial .cust-slider-controls .slick-arrow.slick-prev,
.home-option1-testinomial .cust-slider-controls .slick-arrow.slick-next {
    background: #FFEDEE;
    transform: unset;
    border: unset;
}

.home-option1-testinomial .cust-slider-controls .slick-arrow {
    height: 24px;
    width: 24px
}

.home-option1-testinomial .cust-slider-controls .slick-prev::before {
    transform: rotate(45deg);
    border-bottom: 4px solid #E3010B;
    border-left: 4px solid #E3010B;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    width: 60%;
    height: 60%;
    margin-left: 8px;
}

.home-option1-testinomial .cust-slider-controls .slick-next::after {
    transform: rotate(45deg);
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #E3010B;
    border-top: 4px solid #E3010B;
    width: 60%;
    height: 60%;
    margin-right: 8px;
}

.home-option1-testinomial .testimonials-slider:before {
    background: transparent linear-gradient(90deg, #b3c9cf 0%, #FFFFFF00 100%) 0% 0% no-repeat
}

.home-option1-testinomial .testimonials-slider:after {
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #a5bdc3 100%);
}

.home-option1-testinomial:before {
    display: none;
}

.page-template-home-option1 .site-footer {
    background: linear-gradient(180deg, #839FA7, #2A505D);
}

.page-template-home-option1 .site-info {
    background: #2a4f5d;
}

.page-template-home-option1 .site-footer .contact-details h6,
.page-template-home-option1 .site-footer .footer-links h6 {
    color: #ffedee;
}

.home-option1-cta .integs-btn,
.home-option1-cta .integs-btn:visited,
.home-option1-cta .integs-btn:active {
    box-shadow: none;
}

.home-option1-knowMoreBtn {
    box-shadow: none;
}

.home-option1-solution svg.circle-bg {
    top: -24%;
}

@media screen and (max-width: 767px) {
    .home-option1-business-form .gform_page_footer.top_label span.stepCountHolder {
        color: #fff;
    }

    .home-option2-services {
        padding: 60px 0;
    }
}

/* home page option1 ends */





/* home page option2 start */
.home-option2-banner {
    background-image: linear-gradient(180deg, #00141a, #0a1e24);
}

.home-option2-banner:before {
    background-image: url(assets/img/home-option2-banner-bg-Topcircle.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.home-option2-banner:after {
    background-image: url(assets/img/home-option2-banner-bg-bottomcircle.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.home-option2-banner .home-banner-main {
    position: relative;
    z-index: 2;
}

.home-option2-cta .integs-btn,
.home-option2-cta .integs-btn:visited,
.home-option2-cta .integs-btn:active {
    background: transparent linear-gradient(105deg, #35B4DA 0%, #1F657B 100%) 0% 0% no-repeat padding-box;
    box-shadow: none;
    border-radius: 15px;
}

.home-option2-banner h1,
.home-option2-banner .home-banner-box-item p {
    color: #fff;
}


.home-option2-about:before {
    background: #06303c;
    top: -40px;
    height: 100%;
}

.home-option2-about h2,
.home-option2-about .home-about-content p {
    color: #fff;
}

.home-option2-about .read-moreBtn {
    color: #35B4DA;
    border-bottom: 3px solid #35B4DA;
}

.home-option2-your-business p {
    color: #fff;
}

.home-option2-about .home-option2-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label span {
    color: #fff;
}

.home-option2-about .your-business-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input+label {
    color: #fff;
}

.home-option2-business-form .gfield_label {
    color: #fff;
}

.home-option2-about .home-option2-your-business .home-option2-business-form input[type="button"],
.home-option2-about .home-option2-your-business input[type="submit"] {
    background: transparent linear-gradient(105deg, #35B4DA 0%, #1F657B 100%);
    border: 0;
    box-shadow: none;
    border-radius: 15px;
}

.home-option2-business-form .gform_wrapper.gravity-theme .gform_previous_button.button {
    color: #35B4DA;
    background: transparent;
    border: 3px solid #35B4DA;
}

.home-option2-about .your-business-form .gfield input,
.home-option2-about .your-business-form .gfield select,
.home-option2-about .your-business-form .gfield input::placeholder,
.home-option2-about .your-business-form .gfield select::placeholder {
    border-color: #fff;
    color: #fff;
}

.home-option2-homeSolutions {
    background: #071b21;
}

.home-option2-homeSolutions h2 {
    color: #fff;
}

.home-option2-homeSolutions .solutions-logos-main {
    background: transparent linear-gradient(180deg, #35B4DA 0%, #061A20 5%);
    padding: 5px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.home-option2-homeSolutions .solutions-logos-main .right-arrow {
    display: flex;
    justify-content: end;
    color: #35B4DA;
    opacity: 0;
}

.home-option2-homeSolutions .solutions-logos {
    background: #061A20;
    box-shadow: none;
    border: 0px;
    padding: 1rem;
}

.home-option2-homeSolutions .solutions-logos:hover {
    background: #103540;
}

.home-option2-homeSolutions .solutions-logos-main:hover {
    background: transparent linear-gradient(180deg, #35B4DA 0%, #2A505D 100%);
}

.home-option2-homeSolutions .solutions-logos-main:hover .right-arrow {
    opacity: 1;
}

.home-option2-homeSolutions .solutions-logos p {
    color: #fff;
}


.home-option2-services {
    background: #06303c;
    padding: 100px 0 60px;
}

.home-option2-services h2,
.home-option2-services .service-item h4 {
    color: #fff;
}

.home-option2-services .service-item-image img {
    background-color: #fff;
}

.home-option2-services .service-item-image svg path {
    fill: #fff;
}

.home-option2-knowMoreBtn {
    color: #fff;
    border-color: #fff;
    border-radius: 15px;
}

.home-option2-knowMoreBtn:hover {
    color: #fff;
    border-color: #fff;
}

.home-option2-why-Choose {
    background-color: #071b21;
    padding-top: 60px;
}

.home-option2-why-Choose h2,
.home-option2-why-Choose p {
    color: #fff;
}

.home-option2-our-clients {
    background: #06303c;
    margin-top: -60px;
}

.home-option2-our-clients:after {
    background: #06303c;
    display: none;
}

.home-option2-our-clients:before {
    top: 0px;
}

.home-option2-our-clients h2 {
    color: #fff;
}

.home-option2-our-clients .testimonials-slider:before {
    background: transparent linear-gradient(90deg, #06303c 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.home-option2-our-clients .testimonials-slider:after {
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #06303c 100%);
}

.page-template-home-option2 .site-footer {
    background: #071b21;
}

.page-template-home-option2 .site-info {
    background: #06303c;
}

.page-template-home-option2 .contact-details h6,
.page-template-home-option2 .footer-links h6 {
    color: #fff;
}


@media screen and (max-width: 767px) {
    .home-option2-why-Choose p {
        color: #fff;
    }

    .home-option2-business-form .gform_page_footer.top_label span.stepCountHolder {
        color: #fff;
    }
}

/* home page option2 ends */

.header-sect {
    background-color: #2D22D2;
    background-image: url(assets/img/page-sect-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-bottom: 60px;
    margin-top: -50px;
    padding: 100px 0 30px;
}

.header-sect h1 {
    font: normal normal bold 32px/36px Poppins;
    margin-bottom: 5px;
}

.pm-breadcrumb {
    margin: 25px 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: .875em;
    text-transform: capitalize;
    font: normal normal normal 16px/30px Source Sans Pro;
    z-index: 2;
    position: relative;
}

.pm-breadcrumb li.active {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.pm-breadcrumb li a {
    color: #777;
    color: #2e2ed4;
    position: relative;
}

.pm-breadcrumb li a:after {
    display: inline-block;
    content: "";
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
    bottom: 0;
    margin: 0 10px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #0005;
}

.page-tagline {
    font: normal normal 600 18px/36px Source Sans Pro;
    color: #1938CC;
    background: #4ED1FF 0% 0% no-repeat padding-box;
    margin: 0;
    display: inline-block;
    padding: 0 4px;
}

section#blog {
    padding-bottom: 40px;
}

.archive-blog {
    background: #F7F7FC 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 22px #00000029;
    border-radius: 0 8px 8px 8px;
    margin: 20px 0 20px 20px;
}

.blog-sect {
    padding: 20px 20px 0;
}

.archive-blog .read_more {
    display: flex;
    justify-content: end;
    align-items: center;
    border-bottom: 0;
    color: #E3010A;
    line-height: 1;
}

.archive-blog .category a {
    color: #151D41;
}

.short-desc {
    padding-top: 10px;
}

.archive-blog img {
    margin: -20px 0 0 -20px;
}

.archive-blog .title a {
    color: #1C1B29;
}

.archive-blog a svg {
    background: #E3010A;
    border-radius: 42px 0px 8px 0px;
    padding: 10px;
    padding: 10px;
    min-width: 50px;
    min-height: 50px;
}

.categories-main {
    background: #f7f7fc;
    box-shadow: 5px 0px 10px #00000017;
    padding: 20px 15px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
}

.categories li a {
    font: normal normal 600 16px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #333333;
    text-transform: capitalize;
    position: relative;
}

.categories li::marker {
    color: #CDD4E3;
    font-size: 20px;
}

.categories ul {
    margin: 0 0 0 1rem;
    padding: 0;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.single_blog .entry-meta,
.single_blog footer.entry-footer {
    display: none;
}

.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers.current {
    color: #fff;
    background: #E3010A;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    /*padding: 3px;*/
    text-align: center;
}

.pagination .page-numbers {
    color: #000;
    height: 24px;
    width: 24px;
    margin-right: 24px;
    display: inline-block;
    text-align: center;
    font: normal normal normal 16px/30px Source Sans Pro;

}

.pagination .next,
.pagination .prev {
    display: block;
    height: 14px;
    width: 14px;
    text-indent: -9999999%;
    position: relative;
}

.pagination .next::before,
.pagination .prev::before {
    content: "";
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    position: absolute;
}

.pagination .prev::before {
    transform: rotate(135deg);
}

.blog-date {
    color: #6b6b6b;
    margin-top: 25px;
    padding: 0 20px;
}

.blog-date svg {
    vertical-align: middle;
    margin-right: 8px;
}

.blog-date svg .a {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-date span {
    margin-right: 20px;
    display: inline-block;
    align-items: center;
    display: inline-flex;
}

.blog-date span a {
    color: #6b6b6b;
}

.blog-date span a:hover {
    color: #000;
    text-decoration: none;
}

/* single Blog start */

.single-blog-sidebar {
    position: sticky;
    top: 5%;
}

.singleBlog-form-content {
    background: #f7f7fc;
    box-shadow: 5px 0px 10px #00000017;
    padding: 20px 15px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
}

@media screen and (max-width: 767px){
    .single-blog-sidebar{
        position: relative;
        top: 0 !important;
    }

    .singleBlog-form-content{
        margin: 0;
        padding: 0;
    }

    .stickymobile_btn_holde.active {
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        padding: 16px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px -6px 20px #bfbfbf;
        display: block;
        z-index: 999;
    }

    .pm-btn-new.pm-singleBlog-btn{
        background-image: none;
        height: 48px;
        display: flex;
        align-items: center;
        width: fit-content;
        margin: auto;
        padding: 0.7em 4.6em 0.7em 2em;
    }

    .pm-btn-new.pm-singleBlog-btn:before,
    .pm-btn-new.pm-singleBlog-btn:after{
        width: 55%;
    }

    body.single .site-footer{
        padding-bottom: 80px;
    }
}


/* 404 Page
--------------------------------------------- */
section.error-404.not-found {
    padding: 30px 0;
}

section.error-404.not-found h1.page-title {
    text-align: left;
    font: normal normal bold 32px/47px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.error-404 .page-content p {
    font: normal normal normal 16px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #151D41;
}

.error-404 .error-form {
    margin: 20px 60px;
    box-shadow: 0 3px 10px #4e4c4c29;
    border-radius: 10px;
    padding: 30px 35px;
}

.error-404 form.search-form {
    font: normal normal normal 16px/30px Source Sans Pro;
    letter-spacing: 0px;
    color: #151D41;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.error-404 form.search-form label {
    width: 100%;
    height: 40px;
    font: normal normal normal 16px/30px Source Sans Pro;
}

.error-404 form.search-form input.search-field {
    width: 100%;
    padding: 8px;
}

.error-404 input.search-submit {
    background: #F92524;
    /*font: normal normal normal 18px/25px Source Sans Pro;*/
    border: 0;
    color: #fff;
    height: auto;
    /*padding-bottom: 10px;*/
}

@media (max-width: 767px) {
    section.error-404.not-found h1.page-title {
        font: normal normal bold 26px/32px Poppins;
    }

    .error-404 .page-content p,
    .error-404 form.search-form,
    .error-404 form.search-form label,
    .error-404 input.search-submit {
        font: normal normal normal 14px/21px Source Sans Pro;
    }

    .error-404 form.search-form {
        flex-wrap: wrap;
    }

    .error-404 input.search-submit {
        margin: 20px auto;
    }

    .error-404 .error-form {
        margin: 30px 0;
        padding: 20px;
    }

}

/*Contact*/

#conact_us {
    padding-bottom: 40px;
}

.get_touch .contact-details a,
.get_touch .contact-details h6 {
    color: #333;
}

.pm-form .gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
    margin: 0;
    padding: 16px 0 0;
}

.pm-form .gform_wrapper.gravity-theme .gform_footer input {
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #E3010A;
    border-radius: 8px;
    padding: 8px 30px;
    text-align: center;
    border: 0;
    margin: 20px 20px 20px 0;
    height: auto;
}

/*About*/
.about-industries {
    padding: 40px 0 30px;
}

.about-industries .about-industries-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-industries .about-industries-content ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.about-industries .about-industries-content ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #35b4da;
    position: absolute;
    border-radius: 4px;
    top: 9px;
    left: 0;
}

.sec-our-team {
    padding: 20px 0 50px;
}

.our-team-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}

.our-team-item .oti-img {
    flex: 0 0 40%;
    max-width: 40%;
}

.our-team-item .oti-detail {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 20px;
}

.our-team-item .oti-detail h4 {
    font-size: 28px;
}

.our-team-item .oti-detail .oti-role {
    font-size: 18px;
    /*color: #777;*/
    margin-bottom: 15px;
}

.our-team-item .oti-detail .oti-text {
    font-size: 18px;
}

.pm-team-group img {
    width: 100%;
    max-height: 570px;
    object-fit: cover;
    object-position: top;
}

.about-ser-item {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 14px 0;
    box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 10px #00000026;
    height: calc(100% - 30px);
    padding: 20px;
}

.about-ser-item p {
    margin-bottom: 0;
}

.home-our-clients.about-clients {
    background: #fff;
    padding: 25px 0 30px;
}

@media screen and (max-width: 767px) {
    .about-industries .about-industries-content ul li {
        flex: 0 0 100%;
        max-width: 90%;
    }

    .our-team-item .oti-detail h4 {
        font-size: 24px;
    }

    .our-team-item .oti-detail .oti-role {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .our-team-item .oti-detail .oti-text {
        font-size: 16px;
    }
}

/*Career*/

.page-template-page-career #primary {
    padding-bottom: 40px;
}

.career-content {
    margin-top: 15px;
}

.career-content ol,
.career-content ul {
    padding-left: 20px;
    margin: 0;
}

.career-content>ol>li,
.career-content>ul>li {
    margin-bottom: 8px;
}

.career-form {
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 20px #00000026;
    padding: 0 20px 10px;
}

.career-form .gform_wrapper h2.gform_title {
    padding-top: 20px;
}

.career-accordian {
    margin-top: 30px;
}

.career-accordian .card {
    border: 0;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
}

.career-accordian .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.career-accordian .card-link {
    font-weight: 400;
    font-size: 20px;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    outline: 0;
    padding: 15px 30px 15px 15px;
    position: relative;
}

.career-accordian .card-link::after {
    content: "-";
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 11px;
    line-height: 1;
    color: #333;
}

.career-accordian .card-link.collapsed::after {
    content: "+";
}

.career-accordian .card-body {
    padding: 0 15px 20px;
}

.career-accordian .card-body ol,
.career-accordian .card-body ul {
    margin: 0 0 15px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .career-accordian .card-link {
        font-size: 18px;
    }
}


/*service single*/
body.single-post header.entry-header h1.entry-title{
    display: none;
}

.service-single-banner {
    padding: 125px 0 40px;
    background-position: top center;
    background-repeat: no-repeat;
}

.service-single-banner-content h1 {
    color: #FFFFFF;
    margin-bottom: 28px;
}

.service-single-banner-box {
    padding-bottom: 30px;
}

.service-single-banner-box-item {
    margin: 0 40px 20px 0;
}

.service-single-banner-box-item h3 {
    font: normal normal bold 28px/42px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.service-single-banner-box-item p {
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.service-single-banner-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 8px 12px #0C5A7240;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 30px 25px;
}

.service-single-banner-form h2 {
    font: normal normal bold 22px/41px Poppins;
    letter-spacing: 0px;
    color: #1C1B29;
    text-transform: capitalize;
}

.service-single-banner-form .title-line:before {
    left: 0%;
    transform: translateX(0%);
}

.service-single-features {
    padding: 50px 0 30px;
}

.service_repeated-odd {
    background: #F0F0F0;
}

.service-single-feature {
    text-align: center;
    height: calc(100% - 1rem);
}

.service-single-feature h3 {
    font: normal normal bold 18px/31px Poppins;
    color: #1C1B29;
}

.service-single-feature p {
    margin: 0;
}

.service-single-feature img {
    width: 100px;
}

.service-single-good-for {
    /*background-image: url(assets/img/service-single-good-for.svg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 50px;
    padding: 0 50px 60px;
}

.service-single-good-for-row {
    display: flex;
    flex-wrap: wrap;
}

.service-single-good-for-item {
    max-width: 50%;
    margin: 20px 0;
    padding: 0 35px;
    position: relative;
}

.service-single-good-for-item svg {
    width: 25px;
    position: absolute;
    left: 0;
    top: 5px;
}

.service-single-why-choose {
    padding: 60px 0;
    position: relative;
}

.service-single-why-choose::before,
.service-single-why-choose::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: 0;
    background-image: url(assets/img/service-single-why-choose.svg);
    background-repeat: no-repeat;
    width: 205px;
    height: 423px;
    z-index: -1;
}

.service-single-why-choose::after {
    right: 0;
    top: 50px;
    left: unset;
    transform: rotate(180deg);
}

.service-single-why-choose-row {
    display: flex;
    margin-top: 2rem;
}

.service-single-why-choose-item {
    padding: 0 50px;
}

.service-single-why-choose-item.bb {
    border-right: solid #C1DDE6;
}


.service-single-why-choose-item p {
    font: normal normal 600 18px/24px Source Sans Pro;
    color: #504F5C;
    margin: 2rem 0;
}

.service-single-numbers {
    margin-top: 50px;
}

.service-single-numbers-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 8px 12px #0C5A7240;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 25px;
    margin: 1rem;
    text-align: center;
}

.service-single-numbers-item h3 {
    font: normal normal bold 32px/41px Poppins;
    color: #34B2D9;
}

.service-single-numbers-item p {
    font: normal normal bold 18px/25px Poppins;
    color: #504F5C;
    text-transform: capitalize;
    margin: 0;
}

.service-single-testimonials {
    background: #F0F0F0;
    padding: 60px 0 5px;
}

.service-single-bonus-features {
    padding: 50px 0 0;
}

.service-single-bonus-feature {
    padding: 50px 0;
}

.service-single-bonus-feature .title-line:before {
    left: 0%;
    transform: translateX(0%);
}

.service-single-other-services {
    padding: 50px 0;
}

.service-single-other-service-item {
    margin: 20px 0;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
}

.service-single-other-service-item img {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .service-single-banner {
        padding-top: 100px;
    }

    .home-option2-our-clients .testimonials-slider:before {
        left: -5px;
    }
}

@media screen and (max-width: 992px) {
    .service-single-banner-box {
        padding-bottom: 20px;
    }

    .service-single-banner-box-item {
        margin: 0 20px 20px 0;
    }

    .service-single-banner-box-item h3 {
        font: normal normal bold 24px/35px Poppins;
    }

    .service-single-banner-box-item p {
        font: normal normal 600 16px/23px Source Sans Pro;
        max-width: 150px;
        overflow-wrap: anywhere;
    }

    .service-single-feature h3 {
        font: normal normal bold 17px/30px Poppins
    }

    .service-single-numbers-item {
        padding: 15px;
    }

    .service-single-numbers-item h3 {
        font: normal normal bold 24px/35px Poppins;
    }

    .service-single-numbers-item p {
        font: normal normal 600 16px/23px Source Sans Pro;
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 767px) {
    .service-single-banner {
        padding-top: 80px;
    }

    .service-single-why-choose-item {
        padding: 0 0 0 10px;
    }

    .service-single-why-choose-item.bb {
        padding: 0 10px 0 0;
    }

    .service-single-why-choose-item p {
        font: normal normal 600 16px/23px Source Sans Pro;
    }

    .service-single-good-for-item {
        max-width: 100%;
        padding: 0 0 0 35px;
    }

    .service-single-good-for {
        padding: 50px 30px;
        background: none;
    }

    .service-single-good-for-holder {
        background-image: url(assets/img/service-single-good-for.svg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 0 0;
        margin-top: -70px;
    }

    .service-single-bonus-feature {
        padding: 20px 0;
    }

}

/*service single end*/


.mega-menu ul.sub-menu {
    display: none !important;
}

.mega-menu-content {
    position: fixed;
    background-color: #fff;
    padding: 22px 0 0;
    margin: 0;
    left: 0;
    top: 60px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    z-index: 3;
    cursor: pointer;
}

.admin-bar .mega-menu-content {
    top: 90px;
}

.mega-menu-content ol {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
}

.main-navigation .mega-menu-content li {
    padding: 10px 15px;
}


.main-navigation .mega-menu-content a {
    color: #504F5C;
    display: inline;
}

.main-navigation ul li:hover>.mega-menu-content,
.main-navigation ul li.focus>.mega-menu-content {
    opacity: 1;
    pointer-events: auto;
}

ol.platform-listing,
ol.industries-listing {
    display: flex;
    flex-wrap: wrap;
}

ol.platform-listing li {
    width: 25%;
}

ol.industries-listing li {
    width: 50%;
}

ol.platform-listing img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.industries-listing li a {
    border: solid 2px transparent;
    padding: 10px;
    transition: all .3s ease;
}

.industries-listing li:hover a {
    border: solid 2px #fa2727;
}


@media screen and (max-width: 767px) {

    .mega-menu-content {
        position: static;
        display: none;
    }

    .main-navigation ul li:hover>.mega-menu-content,
    .main-navigation ul li.focus>.mega-menu-content {
        display: block;
    }

    ol.platform-listing,
    ol.industries-listing {
        display: block;
    }

    ol.platform-listing li,
    ol.industries-listing li {
        width: 100%;
    }

}

/*Home Animated start*/

.loader-holder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 6px solid #eee;
    border-radius: 50%;
    border-top: 6px solid #4ED1FF;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.Home-Animated-background {
    background: rgb(58, 199, 232);
    background: linear-gradient(90deg, rgba(58, 199, 232, 1) 0%, rgba(45, 34, 210, 1) 90%);
    background: #2d22d2 url(assets/img/Home-Animated-bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.Home-Animated-banner {
    background-image: url(assets/img/Home-Animated-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 81px 0 22px;
}

.Home-Animated-banner h1 {
    font: normal normal bold 32px/36px Poppins;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .Home-Animated-banner h1 {
        white-space: pre;
        font-size: 28px;
    }
}

.Home-Animated-banner h1 span {
    display: inline-flex;
    padding: 0 7.5px;
    text-transform: none;
}

.Home-Animated-banner h1 span.typewrite {
    background: #1938cc;
    padding: 5px 7.5px;
    display: inline-block;
}

.highlighted-sky-blue {
    /*background: #4ED1FF;*/
    /*color: #1938CC;*/
    color: #fff;
}

.Home-Animated-banner-slide-content {
    background: #1938CC;
    display: inline-block;
    text-align: left;
    font: normal normal normal 30px/40px Source Sans Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0 7.5px;
}

.Home-Animated-banner-slider.slick-slider.slick-dotted {
    margin: 0;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls {
    margin: 20px 0 35px;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slider-controls {
    padding: 0 15px;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slick-arrow {
    height: 10px;
    width: 10px;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slick-arrow.slick-prev {
    border-width: 1px;
    border-color: transparent transparent #fff #fff;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slick-arrow.slick-next {
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #7CDDFF;
    margin: auto;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slick-dots li.slick-active {
    width: 48px;
}

.Home-Animated-banner-slider-controls-holder.cust-slider-controls .slick-dots li.slick-active button {
    width: 36px;
    background: #1938CC;
    border-radius: 6px;
}

.Home-Animated-banner-logos {
    margin-bottom: 20px;
    display: flex;
}

.Home-Animated-banner-logos img {
    max-width: 127px;
    height: 100%;
    margin-right: 11px;
}

.Home-Animated-banner-text-boxes-row {
    display: flex;
    margin-top: 40px;
}

.Home-Animated-banner-text-box-item {
    text-align: center;
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #EDFDFF;
    padding: 0 20px;
}

.Home-Animated-banner-text-box-item+.Home-Animated-banner-text-box-item {
    border-left: 1px solid #7CDDFF;
}


/* .banner-lottie-holder {} */

.Home-Animated-trust {
    background-image: url(assets/img/Home-Animated-trust.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 170px 0 70px;
}

h2.Home-Animated-trust-content-heading {
    font: normal normal bold 30px/38px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.Home-Animated-trust-content p {
    font: normal normal normal 16px/24px Source Sans Pro;
    letter-spacing: 0px;
    color: #EDFDFF;
}

.Home-Animated-trust-content .read-moreBtn {
    font: normal normal 600 16px/68px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}


.Home-Animated-addValue {
    background-image: url(assets/img/Home-Animated-addValue.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 0 90px;
}

.Home-Animated-addValue-content-holder {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.Home-Animated-addValue-heading-holder {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.Home-Animated-addValue-heading-holder h2 {
    font: normal normal bold 30px/38px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 15px 0 0;
    max-width: 282px;
    text-align: left;
    scroll-margin: 100px;
}

.Home-Animated-addValue-desc {
    font: normal normal 600 20px/28px Source Sans Pro;
    letter-spacing: 0px;
    color: #EDFDFF;
}

.Home-Animated-addValue-form.your-business-form #gform_page_4_4 .gfield input,
.Home-Animated-addValue-form.your-business-form #gform_page_4_4 .gfield select {
    border: 3px solid #ffffff;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    display: flex;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input+label {
    color: #EDFDFD;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label span {
    color: #EDFDFD;
    display: inline-block;
    margin-top: 14px;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield input.gfield-choice-input {
    width: 0;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield input.gfield-choice-input:after {
    background-color: transparent;
    border: 2px solid #EDFDFD;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield input.gfield-choice-input:checked:after {
    background: #35B4DA;
    border-color: #35B4DA;
    box-shadow: inset 0 0 0 4px #1b2183;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield-choice-input+label img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 5px solid transparent;
    border-radius: 38px;
    padding: 10px 25px;
    height: 67px;
    width: 160px;
    object-fit: contain;
}

.Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gfield input.gfield-choice-input:checked+label img {
    border: 5px solid #35B4DA;
}

.Home-Animated-addValue-form.your-business-form .gform_page_footer.top_label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Home-Animated-addValue-form.your-business-form .gform_page_footer.top_label span.stepCountHolder {
    font: normal normal bold 24px/28px Source Sans Pro;
    color: #FFFFFF;
    margin: 0 10px 15px !important;
}


/* anim */
.Home-Animated-trust-image {
    position: relative;
}

div#ref-1 {
    position: absolute;
    top: 50%;
    left: 73%;
    z-index: 99;
    /*transform: translate(-50%, -50%);*/
}

div#ref-2 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#ref-1 img {
    border-radius: 50%;
    /*max-width: 167px;*/
}

div#ref-2 img {
    border-radius: 50%;
    /*max-width: 167px;*/
}

div#ref-3 img {
    border-radius: 50%;
    /*max-width: 220px;*/
}

img.placeholder-image {
    opacity: 0;
}


.pm-btn-new {
    position: relative;
    text-align: center;
    font: normal normal bold 14px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    z-index: 3;
    padding: 0.7em 6.6em 0.7em 2em;
    background-color: transparent;
    background-image: url(assets/img/after-btn.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    overflow: hidden;
    display: inline-block;
    height: 40px;
}

.pm-btn-new:visited,
.pm-btn-new:hover,
.pm-btn-new:focus,
.pm-btn-new:active {
    color: #FFFFFF;
}

.pm-btn-new:before,
.pm-btn-new:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 40%;
    background: #FC2727;
    border: 2px solid #FC2727;
    border-left-width: 3px;
    z-index: -1;
}

.pm-btn-new:before {
    border-radius: 8px;
    border-right: none;
}

.pm-btn-new:after {
    left: 35%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
    transform: skew(150deg);
    transform-origin: top left;
}

.thing-inside-btn {
    display: inline-block;
    margin-left: -20px;
    width: 5px;
    border-radius: 4px;
    height: calc(100% - 16px);
    background: #de0e00;
    position: absolute;
    z-index: 3;
    top: 8px;
}

header#masthead:not(.active) .thing-inside-logo {
    display: inline-block;
    display: none;
    margin-left: 10px;
    width: 5px;
    border-radius: 4px;
    background: #AEE1F0;
    position: absolute;
    z-index: 3;
    top: 50%;
    height: calc(100% - 36px);
    transform: translateY(-50%);
    min-height: 25px;
}

.invisible-prev {
    width: 210px;
}

/*Home-Animated why-Choose*/
.Home-Animated-why-Choose {
    background-image: url(assets/img/Home-Animated-ChooseUs.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 100px 0 55px;
    text-align: center;
}

.Home-Animated-why-Choose h2 {
    margin-bottom: 18px;
}

.Home-Animated-why-Choose p {
    font: normal normal normal 16px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #3D4C50;
    max-width: 55%;
    margin: auto;
    padding-bottom: 38px
}

.Home-Animated-why-Choose .pm-btn-new {
    background-image: url(assets/img/after-btn-color.svg);
    display: inline-block;
}

.Home-Animated-why-Choose-sub_title {
    max-width: 50%;
    margin: 32px auto 15px;
}


/*Home-Animated our-clients*/
.Home-Animated-home-our-clients {
    background-image: url(assets/img/Home-Animated-testimonials.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    padding: 73px 0 76px;
    text-align: center;
    position: relative;
}

.Home-Animated-home-our-clients:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("assets/img/Home-Animated-Testimonial-bg.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.Home-Animated-home-our-clients h2 {
    margin-bottom: 52px;
    color: #FFFFFF;
}

.Home-Animated-testimonials-description {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 22px 22px 22px;
    padding: 22px 22px 1px 22px;
    text-align: left;
    min-height: 270px;
    margin-top: -1px;
}

.Home-Animated-testimonials-item {
    text-align: left;
    /* margin-bottom: 16px; */
}

.Home-Animated-testimonials-item-image{
    max-width: 180px;
    background: #fff;
    padding: 10px;
}

.Home-Animated-testimonials-item img {
    aspect-ratio: 2;
    object-fit: contain;
}

.Home-Animated-testimonials-item-info p {
    color: #EDFDFD;
    font: normal normal normal 14px/19px Source Sans Pro;
    padding-bottom: 5px;
}

.Home-Animated-testimonials-item-info h5 {
    color: #FFFFFF;
    margin-bottom: 3px;
}

.Home-Animated-testimonials-item-info h6 {
    font: normal normal normal 14px/19px Source Sans Pro;
    color: #FFFFFF;
}

.Home-Animated-testinomials-slider-controls.slider-controls .slick-arrow.slick-prev {
    border-bottom-color: #c4c4c4;
    border-left-color: #c4c4c4;
}

.Home-Animated-testimonials .cust-slider-controls .slick-dots li:first-child button {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.Home-Animated-testimonials .cust-slider-controls .slick-dots li:last-child button {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.Home-Animated-testimonials .cust-slider-controls .slick-dots li button {
    border-radius: 0;
    background: #fff;
}

.Home-Animated-testimonials .cust-slider-controls .slick-dots li.slick-active button {
    background: #34B2D9;
}

.Home-Animated-testimonials-description p {
    color: #343434;
}

@media screen and (max-width: 950px) {
    .Home-Animated-banner h1 {
        font: normal normal bold 20px/32px Poppins;
    }

    .Home-Animated-banner-slide-content {
        font: normal normal normal 22px/40px Source Sans Pro;
    }

    .Home-Animated-banner-text-box-item {
        font: normal normal normal 14px/20px Source Sans Pro;
    }

    .Home-Animated-addValue-content-holder {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {

    .Home-Animated-banner,
    .Home-Animated-trust,
    .Home-Animated-addValue {
        background: none
    }

    .Home-Animated-banner h1 {
        text-align: center;
        font: normal normal bold 24px/32px Poppins;
    }

    .Home-Animated-banner-text-boxes-row {
        display: none;
    }

    .Home-Animated-banner-slide {
        display: flex !important;
        justify-content: center;
    }

    .Home-Animated-banner-slider-controls-holder.cust-slider-controls {
        margin: 14px 0 18px 0;
    }

    .Home-Animated-banner-logos {
        justify-content: space-around;
    }

    .Home-Animated-banner-logos img {
        margin: 0;
    }

    .banner-cta {
        display: flex;
        justify-content: center;
    }

    .Home-Animated-trust {
        padding: 20px 0 0;
        overflow: hidden;
    }

    .Home-Animated-trust-image {
        overflow: visible;
        margin: 25px 0 60px;
    }

    .Home-Animated-trust-image svg {
        width: calc(100% + 75px);
        margin: 0 -30px 0 -45px;
    }

    h2.Home-Animated-trust-content-heading {
        font: normal normal 500 20px/28px Poppins;
    }

    .Home-Animated-addValue {
        padding: 50px 0;
    }

    .Home-Animated-addValue-content-holder {
        width: 100%;
    }

    .Home-Animated-addValue-heading-holder h2 {
        font: normal normal bold 22px/33px Poppins;
        flex: calc(40% - 15px);
        max-width: calc(40% - 15px);
    }

    .Home-Animated-addValue-image-holder {
        flex: 60%;
    }

    .Home-Animated-addValue-desc {
        text-align: left;
        font: normal normal normal 18px/24px Source Sans Pro;
    }

    .Home-Animated-addValue-form.your-business-form .gform_wrapper.gravity-theme .gform_page_footer input[type=image],
    .invisible-prev {
        width: 175px;
    }

    .Home-Animated-addValue-form.your-business-form .gform_page_footer.top_label {
        margin-top: 30px;
    }

    .mob-img-holder img,
    .mob-img-holder svg {
        max-width: 100%;
    }

    div#ref-2 img {
        max-width: 100px;
    }

    /*Home-Animated why-Choose*/
    .Home-Animated-why-Choose {
        padding: 60px 0 65px;
        background-image: none;
    }

    .Home-Animated-why-Choose h2 {
        font: normal normal bold 22px/38px Poppins;
        margin-bottom: 12px;
    }

    .Home-Animated-why-Choose p {
        max-width: 100%;
        font: normal normal normal 15px/19px Source Sans Pro;
        padding-bottom: 24px;
    }

    .Home-Animated-why-Choose-sub_title {
        max-width: 95%;
    }

    .Home-Animated-home-our-clients {
        background: transparent linear-gradient(147deg, #2D7FBF 0%, #1B2183 100%) 0% 0% no-repeat padding-box;
        padding: 50px 0 30px;
    }

    .Home-Animated-home-our-clients:before {
        display: none;
    }

    .Home-Animated-testimonials-description p {
        font: normal normal normal 15px/22px Source Sans Pro;
        color: #343434;
        margin-bottom: 0;
    }

    .Home-Animated-home-our-clients h2 {
        margin-bottom: 18px;
    }

    .Home-Animated-testimonials-item-info h5 {
        font: normal normal 600 16px/25px Poppins;
    }

    .Home-Animated-testimonials-item-info p {
        font: normal normal normal 14px/22px Source Sans Pro;
    }

    /* circle#_trusted-by-center {
        transform: translate(340px, 1078px);
    } */
}

/*Home Animated end*/


/*New Solutions Page start*/
.new-soution-banner {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -15px;
}

.new-soution-banner h1 {
    font: normal normal bold 32px/36px Poppins;
    margin-bottom: 28px;
    color: #fff;
}

.new-soution-banner h1 span {
    display: inline-flex;
    /*padding: 7px 14px;*/
}

.new-soution-banner h3{
    color: #fff;
}

.new-soution-banner-numbers {
    display: flex;
}

.new-soution-banner-number {
    margin: 0 40px 20px 0;
    font: normal normal normal 18px/23px Source Sans Pro;
    color: #fff;
    padding-left: 5px;
}

.new-soution-banner-number span {
    display: block;
    font: normal normal normal 30px/40px Source Sans Pro;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
    border-left: solid 5px #4ED1FF;
    padding-left: 5px;
    margin-left: -5px;
}

.new-soution-banner-cta-holder {
    margin-top: 45px;
    display: flex;
}

.new-soution-brands {
    padding: 45px 0 60px;
}

.new-soution-brands h2 {
    font: normal normal bold 30px/46px Poppins;
    color: #000;
    text-transform: capitalize;
}

.new-soution-brands-content {
    margin-top: 50px;
}

.new-soution-brands-content,
.new-soution-brands-content p {
    font: normal normal normal 16px/20px Source Sans Pro;
    color: #3D4C50;
}

.new-solution-brands-slide {
    padding: 10px 14px;
}

.new-solution-brands-slider .slick-slide:nth-child(even) {
    margin-top: 50px;
}

.new-solution-brands-slider .slick-list {
    padding-right: 90px;
}

.new-soution-brands-slider-controls .slick-dots li:not(.show) {
    display: none;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls {
    margin: 20px 0 35px;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slider-controls {
    padding: 0 15px;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-arrow {
    height: 10px;
    width: 10px;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-arrow.slick-prev {
    border-width: 2px;
    border-color: transparent transparent #FC2727 #FC2727;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-arrow.slick-next {
    border-width: 2px;
    border-color: #FC2727 #FC2727 transparent transparent;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-dots {
    top: 0;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #7CDDFF;
    margin: auto;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-dots li.slick-active {
    width: 48px;
}

.new-soution-brands-slider-controls-holder.cust-slider-controls .slick-dots li.slick-active button {
    width: 36px;
    background: #1938CC;
    border-radius: 6px;
}

.new-soution-industries {
    background: #1b2183;
    background: linear-gradient(104deg, #1b2183 0%, #2D7FBF 104%);
    padding: 68px 0;
}

.new-soution-industries-holder {
    display: flex;
    flex-wrap: wrap;
}

.new-soution-industry-item {
    font: normal normal 600 16px/25px Poppins;
    letter-spacing: 0px;
    color: #3D4C50;
    margin: 10px 14px;
    padding: 10px 28px;
    background: #fff;
    border-radius: 50px;
    border: solid 3px #4ED1FF;
    position: relative;
}

.new-soution-industry-item::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #4ED1FF;
    border-radius: 14px;
    position: absolute;
    top: 14px;
    left: -8px;
}

.new-soution-industries-content h2 {
    font: normal normal bold 30px/38px Poppins;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.new-soution-industries-content,
.new-soution-industries-content p {
    font: normal normal normal 16px/20px Source Sans Pro;
    color: #fff;
}


.new-soution-product-overview {
    padding: 80px 0;
}

.new-soution-product-overview h2 {
    font: normal normal bold 30px/38px Poppins;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.new-soution-product-overview-part-holder {
    margin-bottom: 40px;
    height: calc(100% - 90px);
}

.new-soution-product-overview-parts {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #00000029;
    border-radius: 0px 22px 22px 22px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    padding: 10px 0 20px;
    height: 100%;
    align-items: flex-start;
    position: relative;
}

.new-soution-product-overview-parts-item {
    text-align: center;
    font: normal normal 600 16px/22px Source Sans Pro;
    letter-spacing: 0px;
    color: #3D4C50;
    /*margin:0 20px;*/
}

.new-soution-product-overview-parts-item span {
    display: inline-block;
    padding: 0 20px;
}

.new-soution-product-overview-parts img {
    display: block;
    margin: 10px auto;
    max-width: 60px;
}

.new-soution-product-overview-part-title {
    font: normal normal bold 22px/33px Poppins;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0px 8px 20px #00000029;
    border-radius: 0px 14px 0px 0px;
    padding: 10px 40px 10px 20px;
    display: inline-block;
    margin: 0;
    background: #1938CC 0% 0% no-repeat padding-box;
}

.bg-sk-blue {
    background: #4ED1FF 0% 0% no-repeat padding-box;
}

.new-soution-cta-holder {
    background: linear-gradient(to right, transparent 6%, #fff 50%, transparent 90%);
    height: 1px;
    margin-top: 50px;
}

.new-soution-cta-bg-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.new-soution-cta-bg-holder h2 {
    font: normal normal bold 30px/38px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-right: 60px;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {

    .new-soution-brands-content,
    .new-solution-brands-slider .slick-slide:nth-child(even) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {

    .new-soution-banner {
        padding: 200px 0 45px;
        background-size: cover;
        margin-top: -25px;
    }

    .new-soution-banner h1 {
        font: normal normal bold 24px/32px Poppins;
    }

    .new-soution-banner-numbers {
        display: block;
    }

    .new-soution-banner-number {
        font: normal normal normal 18px/23px Source Sans Pro;
        display: flex;
        align-items: center;
        margin-bottom: 14px;
    }

    .new-soution-banner-number span {
        font: normal normal normal 26px/40px Source Sans Pro;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .new-soution-banner-cta-holder {
        display: flex;
        flex-direction: column-reverse;
    }

    .new-soution-banner-cta-holder .pm-btn-new {
        margin-top: 38px;
    }

    .new-soution-brands {
        padding: 40px 0 0;
    }

    .new-soution-brands h2 {
        font: normal normal bold 22px/28px Poppins;
    }

    .new-soution-brands-content,
    .new-soution-brands-content p {
        text-align: center;
        font: normal normal normal 16px/20px Source Sans Pro;
        color: #3D4C50;
    }

    .new-solution-brands-slider .slick-list {
        padding: 0 70px;
    }

    .new-soution-industries {
        padding: 48px 0;
    }

    .new-soution-industry-item {
        font: normal normal 600 14px/25px Poppins;
        margin: 10px;
        padding: 10px 18px;
    }

    .new-soution-industries-content .pm-btn-new {
        margin: 16px 0 0;
        display: inline-block;
    }

    .new-soution-industries-content {
        margin-top: 15px;
    }

    .new-soution-industries-content,
    .new-soution-industries-content p {
        color: #EDFDFF;
    }

    .new-soution-product-overview {
        padding: 48px 0;
    }

    .new-soution-product-overview h2 {
        text-align: left;
        font: normal normal bold 22px/28px Poppins;
        letter-spacing: 0px;
        color: #000000;
    }

    .new-soution-product-overview-part-holder {
        height: auto;
        margin-bottom: 20px;
    }

    .new-soution-product-overview-part-title {
        font: normal normal bold 18px/27px Poppins;
        letter-spacing: 0px;
        color: #1938CC;
        text-transform: capitalize;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin-bottom: 10px;
        position: relative;
        display: flex;
        align-items: center
    }

    .new-soution-product-overview-part-title.bg-sk-blue {
        color: #4ED1FF;
    }

    .new-soution-product-overview-part-title::after {
        content: '';
        flex: 1;
        margin: 0 10px;
        height: 2px;
        background-color: #1938CC;
    }

    .new-soution-product-overview-part-title.bg-sk-blue::after {
        background-color: #4ED1FF;
    }

    .new-soution-product-overview-parts {
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    /*.new-soution-product-overview-parts img {*/
    /*margin: 10px 10px 10px 0;*/
    /*    flex: 50%;*/
    /*    max-width: calc(50% - 10px);*/
    /*}*/

    .new-soution-cta-bg-holder {
        display: block;
        padding-bottom: 60px;
    }

    .new-soution-cta-bg-holder h2 {
        text-align: center;
        font: normal normal bold 22px/38px Poppins;
        margin: 0 0 18px;
    }
}

/*New Solutions Page end*/

/*Service page*/

.service-page-robbon {
    background: url("assets/img/Home-Animated-Testimonial-bg.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

@media screen and (min-width: 767px) {
    .service-page-box:nth-child(even) .service-page-box-img-col {
        order: 2;
    }

    .service-page-box:nth-child(even) .service-page-box-content-col {
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .service-page-robbon {
        text-align: center;
        padding-bottom: 0;
    }

    .page-template-services-page .header-sect {
        position: relative;
        padding-top: 200px;
        padding-bottom: 200px;
        background-size: 100%;
        background-position: top;
        min-height: 485px;
    }

    .page-template-services-page .header-sect .col-12 {
        position: unset;
    }

    .mob-bg-holder {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /*background: #3AC7E8;*/
        padding: 0 15px 15px;
    }

    .mob-bg-holder .pm-breadcrumb li a {
        color: #fff;
    }

    .page-template-services-page .pm-breadcrumb {
        margin: 10px 0 5px 0;
    }

    .header-sect h1 {
        font: normal normal bold 24px/36px Poppins;
    }

    .page-tagline {
        font: normal normal 600 16px/36px Source Sans Pro;
    }
}

/*Service page end*/

.country-code {
    grid-column: span 2 !important;
}

.phone-number {
    grid-column: span 10 !important;
}

@media screen and (max-width: 767px) {
    .country-code {
        grid-column: span 3 !important;
        margin-right: 10px;
    }

    .phone-number {
        grid-column: span 9 !important;
    }
}

/* landing page */
.page-template-landing-page #masthead .pm-nav-search {
    display: none;
}

.page-template-landing-page #masthead,
.page-template-landing-page #masthead.active {
    background: transparent;
    box-shadow: none;
    position: absolute;
}

.landing-banner {
    background-image: linear-gradient(0deg, #fff, #f6fcff);
    padding: 150px 0 100px;
    margin-top: -70px;
}

.landing-banner h1 {
    font-size: 65px;
    color: #1d293f;
    line-height: 1.25em;
    margin-bottom: 20px;
}

.page-template-landing-page p {
    font-size: 20px;
    color: #6d7177;
    line-height: 30px;
}

.landing-banner-content p:first-of-type {
    width: 70%;
}

.page-template-landing-page .pm-btn-new {
    background-image: url(assets/img/after-btn-color.svg);
}

p.landing-banner-content-note {
    color: #1d293f;
    font-size: 16px;
    line-height: 28px;
}

p.landing-banner-content-note span {
    color: #257cff;
}

.landing-ratings {
    padding: 70px 0;
}

.landing-ratings {
    padding: 70px 0;
}

.landing-ratings-box {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    background-color: #fff;
    text-align: center;
    padding: 30px;
    margin: 0 25px;
}

.landing-ratings-box h2 {
    font-size: 65px;
    line-height: 1.25em;
    font-weight: 500;
}

.landing-ratings-box p {
    font-size: 18px;
    margin: 1rem 0 0;
    font-weight: 600;
    color: #1d293f;
}

.landing-ratings-box p.anding-ratings-box-count {
    color: #257cff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.landing-ratings-content h4 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 400;
}

.landing-ratings-content-images {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.landing-ratings-content-images img {
    max-width: 150px;
    object-fit: contain;
}

.landing-features {
    padding: 100px 0;
}

.landing-features h2 {
    color: #1d293f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
}

.landing-features p {
    text-align: center;
    width: 40%;
    margin: 0 auto 1em;
}

.landing-features-box {
    border-radius: 12px;
    background-color: #f7f8fa;
    height: 100%;
    padding: 25px 10px;
    display: flex;
}

.landing-features-box-text h3 {
    color: #1d293f;
}

.landing-features-box-text p {
    margin: 0;
    text-align: left;
    width: 100%;
}

.landing-features-box-text {
    margin-left: 18px;
}

.landing-features-box-icon {
    width: 50px;
    height: 50px;
    color: #fc2727;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: 0 0 auto;
}

.landing-features-box-icon svg {
    fill: currentColor;
    width: 21px;
    height: 21px;
}

.landing-pro {
    padding: 100px 0;
}

.landing-pro h2 {
    color: #1d293f;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
}

.landing-pro-list-item {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.landing-pro-list-item p {
    margin: 0 0 0 18px;
    font-size: 18px;
    color: #1d293f;
    font-weight: 600;
}

.landing-pro-list-item-icon {
    width: 50px;
    height: 50px;
    color: #fc2727;
    background: #f7f8fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: 0 0 auto;
}

.landing-pro-list-item-icon svg {
    fill: currentColor;
    width: 21px;
    height: 21px;
}

.landing-numbers {
    padding: 90px 0;
    background-image: linear-gradient(0deg, #fff, #f6fcff);
}

.landing-numbers-content h2 {
    color: #1d293f;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
}

.landing-testimonials {
    padding: 90px 0;
}

.landing-testimonials-holder {
    display: flex;
    flex-wrap: wrap;
}

.landing-testimonial-box {
    padding: 50px;
    border: solid 1px #e8e8ea;
    border-radius: 1px;
    border-width: 1px 1px 1px 0;
}

.landing-testimonial-box:nth-of-type(1) {
    border-width: 1px 1px 1px 1px;
}

.landing-testimonial-box-qoute-holder {
    text-align: right;
}

.landing-testimonial-box-qoute-holder .quote {
    margin: -10px 0 30px 20px;
}

.landing-testimonial-box-image img {
    max-width: 85px;
}

.landing-testimonial-box-image {
    margin-bottom: 40px;
}

p.landing-testimonial-box-text {
    font-weight: 300;
}

.landing-testimonial-box-name {
    color: #1d293f;
    font-weight: 600;
}

.landing-testimonial-box-comapany {
    font-size: 16px;
    font-weight: 400;
    color: #6d7177;
}

.landing-big-box {
    padding: 90px 0;
}

.landing-big-box-holder {
    background-color: #257cff;
    padding: 60px 40px;
    margin: auto;
    position: relative;
    text-align: center;
}

.landing-big-box-holder::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #193048;
    display: block;
    margin: -100px 0 0 0;
    position: absolute;
    z-index: -1;
}

p.landing-big-box-sub-heading {
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2.landing-big-box-heading {
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.25em;
}

p.landing-big-box-content {
    color: #fff;
    width: 65%;
    margin: 0 auto 2em;
}

p.landing-big-box-note {
    margin: .5em 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.page-template-landing-page .site-footer {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .landing-ratings-content-images {
        flex-wrap: wrap;
    }

    .landing-banner h1 {
        font-size: 52px;
    }

    .landing-testimonials-holder {
        flex-wrap: wrap;
    }

    .landing-testimonial-box {
        width: 50%;
        border-width: 1px;
    }
}

@media only screen and (max-width: 767px) {

    .landing-banner {
        padding: 50px 0;
    }

    .landing-banner h1 {
        font-size: 42px;
    }

    .landing-banner-content p:first-of-type {
        width: 100%;
    }

    .landing-features,
    .landing-pro,
    .landing-numbers,
    .landing-testimonials {
        padding: 60px 0;
    }

    .landing-features h2,
    .landing-pro h2,
    .landing-numbers-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .landing-features p {
        width: 100%;
    }

    .landing-testimonial-box {
        border-width: 0px 1px 1px 1px;
        padding: 40px 20px;
        width: 100%;
    }

    .landing-ratings-box {
        margin: 0;
    }

    .landing-big-box {
        overflow-x: hidden;
    }

    .landing-big-box-holder {
        padding: 60px 20px;
    }

    h2.landing-big-box-heading {
        font-size: 36px;
    }

    p.landing-big-box-content {
        width: 100%;
    }

    .landing-big-box-holder::before {
        margin: -80px 0 0 0;
    }
}

/* landing page end */



/* New landing page start */
.page-template-new-landing-page .custom-logo-link {
    pointer-events: none;
}

.page-template-new-landing-page #masthead .pm-nav-search {
    display: none;
}

.page-template-new-landing-page #masthead,
.page-template-new-landing-page #masthead.active {
    background: transparent;
    box-shadow: none;
    position: absolute;
    width: 100%;
}

.page-template-new-landing-page .pm-btn-new {
    background-image: none;
}

.header-text-line {
    font-size: 18px;
    color: #1d293f;
    font-weight: 600;
    line-height: 25px;
    padding-left: 20px;
}

.new-landing-banner {
    padding-bottom: 50px;
}

.pm-new-landing-banner-content h1 {
    font-size: 42px;
}

.new-landing-banner-img img {
    box-shadow: 0px 8px 20px #00000029;
    padding: 10px;
}

.new-landing_banner-info h3 {
    font: normal normal 600 32px/40px Poppins;
    letter-spacing: 0px;
    color: #35b4da;
    margin-bottom: 0;
    text-transform: capitalize;
}

.new-landing-banner-banner-logos-text {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #939393;
    margin: 20px 0 10px;
}

.new-landing-banner-banner-logos svg {
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 5px;
}

.new-landing-banner-cta .pm-btn-new {
    padding: 0.7em 2.6em 0.7em 2em;
    height: 48px;
    display: flex;
    align-items: center;
}

.new-landing-banner-cta .pm-btn-new:before,
.new-landing-banner-cta .pm-btn-new:after {
    width: 55%;
}

.new-landing-banner-cta .pm-btn-new:after {
    left: unset;
    right: 0;
}

.landing-banner-credibility {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.landing-banner-credibility-item {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.landing-banner-credibility-item svg {
    width: 100%;
    height: 40px;
}

.landing-banner-credibility-item p {
    font: normal normal 600 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #1d293f;
    padding-left: 16px;
    margin-bottom: 0;
    flex: 0 0 80%;
    padding-left: 10px;
}

.page-template-new-landing-page .new-landing-industries-content .pm-btn-new {
    background-image: url(assets/img/after-btn.svg);
}

.landing-numbers-list-item p {
    font-size: 18px;
    color: #1d293f;
    font-weight: 600;
    border-left: 3px solid #35b4da;
    padding-left: 16px;
}

.new-landing-industries {
    padding: 100px 0;
}

.new-landing-ratings {
    background: #f7f8fa;
}

.new-landing-ratings-content-col .landing-ratings-content h4 strong {
    background: #35b4da;
    color: #fff;
    padding: 0 5px;
}

.new-landing-testimonials {
    background: #f7f8fa;
    padding: 90px 0 40px;
}

.new-landing-testimonial-box {
    padding: 22px;
    background: #fff;
}

.new-landing-testimonial-box-body {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.new-landing-testimonial-box .landing-testimonial-box-image {
    margin-bottom: 0px;
}

.new-landing-testimonials-slider .slick-track {
    display: flex;
}

.new-landing-testimonials-slider .slick-slide {
    height: inherit !important;
}

.new-landing-testimonials .cust-slider-controls {
    margin-bottom: 0;
}

.new-landing-testimonials .cust-slider-controls .slick-dots li.slick-active {
    width: 48px;
}

.new-landing-testimonials .cust-slider-controls .slick-dots li.slick-active button {
    width: 36px;
    background: #1938CC;
    border-radius: 6px;
}

.new-landing-testimonials .cust-slider-controls .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #7CDDFF;
    margin: auto;
}

.new-landing-testimonials .cust-slider-controls .slick-arrow {
    height: 15px;
    width: 15px;
    border-width: 3px;
}

.new-landing-big-box {
    padding: 130px 0 100px;
}

.page-template-new-landing-page .site-footer {
    display: none;
}

.page-template-new-landing-page .pm-header-logo {
    max-width: 400px;
    padding-top: 10px;
}

.page-template-new-landing-page .site-branding {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .page-template-new-landing-page .pm-header-logo {
        max-width: 300px;
    }

    .header-text-line {
        font-size: 14px;
        line-height: 16px;
    }

    .new-landing-banner {
        padding: 80px 0 0;
    }

    .pm-new-landing-banner-content h1 {
        font-size: 30px;
    }

    .new-landing_banner-info h3 {
        font: normal normal 600 26px/35px Poppins;
        padding-right: 25px;
    }

    .landing-banner-credibility {
        flex-direction: column;
    }

    .landing-banner-credibility-item svg {
        height: 30px;
    }

    .landing-banner-credibility-item p {
        flex: 0 0 90%;
        padding-left: 10px;
    }

    .new-landing-banner-cta .pm-btn-new {
        padding: 0.7em 2.6em 0.7em 2em;
    }

    .new-landing-banner-cta .pm-btn-new:before,
    .new-landing-banner-cta .pm-btn-new:after {
        width: 55%;
    }

    .new-landing-banner-cta .pm-btn-new:after {
        left: unset;
        right: 0;
    }

    .new-landing-banner-cta {
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        padding: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px -6px 20px #bfbfbf;
        z-index: 999;
        text-align: center;
    }

    .new-landing-banner-banner-logos-text {
        margin-top: 0;
    }

    .new-landing-banner-banner-logos {
        display: none;
    }

    .new-landing-industries {
        padding: 40px 0 60px;
    }

    .new-landing-pro-row {
        flex-direction: column-reverse;
    }

    .new-landing-pro .landing-pro-list-item {
        margin-bottom: 15px;
    }

    .new-landing-numbers .landing-numbers-list-item p {
        margin-bottom: 0;
    }

    .new-landing-numbers .landing-numbers-list-item:not(:last-child) p {
        margin-bottom: 20px;
    }

    .landing-ratings-content {
        padding-top: 45px;
    }

    .new-landing-ratings .landing-ratings-content h4 {
        font-weight: 300;
    }

    .new-landing-ratings .landing-ratings-content-images img {
        padding: 0 15px;
    }

    .new-landing-numbers {
        padding-bottom: 0;
    }

    .new-landing-soution-brands {
        padding: 60px 0 30px;
    }

    .new-landing-testimonials {
        padding: 30px 0 100px;
    }

    .new-landing-big-box {
        padding: 90px 0 130px;
    }

    .new-landing-banner-content.pm-new-landing-banner-content .Home-Animated-banner-logos {
        justify-content: left;
    }
}


/* New Qualification landing page start */
.page-template-new-qualification-page .pm-nav-search,
.page-template-new-qualification-page .site-footer-container {
    display: none;
}

.page-template-new-qualification-page .site-footer {
    padding: 0;
}

.new-Qualification-banner form input[type="submit"] {
    font: normal normal 600 16px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 15px 50px;
    text-align: center;
    margin-top: 10px;
    background: transparent linear-gradient(101deg, #E3010B 0%, #960005 100%);
    box-shadow: 0px 6px 12px #e3010b38;
    border-radius: 34px;
    margin: 30px;
    min-width: 200px;
    height: 55px;
}

@media screen and (max-width: 767px) {
    .page-template-new-qualification-page .site-footer {
        padding-top: 30px;
    }

    .new-Qualification-banner form input[type="submit"] {
        margin: 40px 15px;
        min-width: 160px;
        padding: 7px 25px;
    }
}

/* celigo landing */

.page-template-landing-page-celigo #masthead.active {
    background: transparent;
    position: absolute;
    box-shadow: none;
}

.page-template-landing-page-celigo #page {
    padding: 0 !important
}

.page-template-landing-page-celigo .pm-nav-search {
    display: none;
}

.celigo-landing-banner {
    padding: 140px 0 80px 0;
    color: #fff;
}

.celigo-landing-banner-before-heading {
    font-size: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

.celigo-landing-banner h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 24px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    text-transform: initial;
}

.page-template-landing-page-celigo p {
    color: #484848;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
}

.celigo-landing-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #fff;
}

.celigo-landing-banner-after {
    padding: 80px 0 40px;
}

.celigo-landing-section-heading {
    font-size: 46px;
    line-height: 48px;
    font-weight: 500;
    color: #222222;
    text-transform: inherit;
}

.celigo-landing-banner-after-h4 {
    margin-bottom: 16px;
    font-weight: 600;
    color: #333333;
    font-size: 24px;
    line-height: 30px;
}

.celigo-landing-testimonials {
    padding: 40px 0;
}

/* .celigo-landing-testimonials-slide-image-holder {} */

.celigo-landing-testimonials-slide-image-holder img {
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 16px 0px 0px 16px;
}

.celigo-landing-testimonials-slide-content-col {
    background: #F7F7F7;
    border-radius: 0 16px 16px 0;
}

.celigo-landing-testimonials-slide-content-holder {
    padding: 40px 100px 40px 70px;
}

.celigo-landing-testimonials-slide-text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}

.celigo-landing-testimonials-slide-person {
    font-size: 16px;
    line-height: 20px;
}

.page-template-landing-page-celigo .slick-arrow {
    z-index: 1
}

.page-template-landing-page-celigo .slick-prev {
    left: -15px;
}

.page-template-landing-page-celigo .slick-next {
    right: -10px;
}

.page-template-landing-page-celigo .slick-next:before,
.page-template-landing-page-celigo .slick-prev:before {
    color: #1f2e90;
    font-size: 30px;
}

.page-template-landing-page-celigo .slick-arrow {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 2px 4px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease;
    width: 32px;
    height: 32px;
}

.page-template-landing-page-celigo .slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #E3010B;
    border-left: 2px solid #E3010B;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    transform-origin: center;
}

.page-template-landing-page-celigo .slick-next:before {
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
}

.page-template-landing-page-celigo .slick-prev:before {
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.celigo-landing-ribbon {
    padding: 40px 0;
}

.celigo-landing-ribbon-before-heading {
    font-size: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}

.celigo-landing-ribbon .celigo-landing-section-heading {
    margin: 22px 0;
    font-size: 42px;
    line-height: 54.8px;
    color: #fff;
}

.celigo-landing-ribbon .celigo-landing-section-heading span {
    color: #fc2727;
}

.celigo-landing-how-works {
    padding: 40px 0;
}

.celigo-landing-how-works-slide img {
    border-radius: 8px;
}

.celigo-landing-how-works-slide h4 {
    color: #222222;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
}

.celigo-landing-how-works-slide p {
    color: #222222;
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
}

.celigo-landing-ribbon-two {
    padding: 40px 0;
}

.celigo-landing-ribbon-two-before-heading {
    letter-spacing: 0.07em;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 800;
    color: #222222;
    text-transform: uppercase
}

.celigo-landing-ribbon-two .celigo-landing-section-heading {
    margin-bottom: 30px;
}

.celigo-landing-ribbon-two img {
    border-radius: 16px;
}

.celigo-landing-how-support {
    padding: 40px 0 80px;
}

.celigo-landing-how-support-box h4 {
    margin-bottom: 16px;
    font-weight: 600;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
}

.celigo-landing-how-support-box p {
    color: #484848;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
}

.celigo-landing-how-support-box a {
    line-height: inherit;
    color: #222222;
    text-decoration: underline;
    border-radius: 4px;
    font-weight: 600;
    text-align: inherit;
    outline: none;
}

.celigo-landing-ribbon-three .celigo-landing-section-heading {
    color: #fff;
    font-size: 42px;
    line-height: 44px;
}

.celigo-landing-ribbon-three p {
    color: #fff;
    margin-top: 16px;
    font-size: 18px;
    line-height: 30px;
}

.celigo-landing-form {
    padding: 80px 0;
    background: #F7F7F7
}

.celigo-landing-form-text {
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0 24px;
    color: #222222;
}

.page-template-landing-page-celigo .site-footer {
    display: none;
}

@media only screen and (max-width: 767px) {
    .celigo-landing-banner {
        padding: 100px 0 80px 0;
    }

    .celigo-landing-banner-before-heading {
        font-size: 12px;
        letter-spacing: 0.04em;
        margin-bottom: 12px;
    }

    .celigo-landing-banner h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .celigo-landing-banner p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .celigo-landing-section-heading {
        font-size: 32px;
        line-height: 36px;
    }

    .celigo-landing-testimonials-slide-image-holder img {
        border-radius: 16px 16px 0px 0px;
    }

    .celigo-landing-testimonials-slide-content-col {
        border-radius: 0 0 16px 16px;
    }

    .celigo-landing-testimonials-slide-content-holder {
        padding: 40px 70px 40px 40px;
    }

    .celigo-landing-testimonials-slide-text {
        font-size: 17.72px;
        line-height: 18px;
        letter-spacing: -0.01em;
    }

    .celigo-landing-ribbon .pm-fluid-container {
        padding: 0;
    }

    .celigo-landing-ribbon-before-heading {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .celigo-landing-ribbon .celigo-landing-section-heading {
        font-size: 32px;
        line-height: 42px;
        margin-right: 8px;
        margin-bottom: 28px;
    }

    .celigo-landing-how-support-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .celigo-landing-testimonials-slide-image-holder iframe {
        max-height: 220px;
    }
}

/* celigo landing end */


/* New Template Start */
.page-template-new-template .site-branding{
    display: none !important;
}

.page-template-new-template .custom-logo-link {
    pointer-events: none;
}

.page-template-new-template .pm-header-logo {
    max-width: 400px;
    padding: 5px 0;
}

.page-template-new-template #masthead.active {
    background: transparent;
    position: absolute;
    width: 100%;
}

.page-template-new-template #page {
    padding: 0 !important
}

.page-template-new-template .pm-nav-search {
    display: none;
}

.new-template-banner {
    padding: 120px 0 80px 0;
}

.new-template-banner-info h1 {
    font: normal normal normal 48px/60px Poppins;
    letter-spacing: -2px;
    text-transform: capitalize;
    color: #33405e;
    margin-top: 0;
}

.new-template-banner-info .subheading {
    width: auto;
    font: normal normal normal 28px/40px Poppins;
    letter-spacing: 0px;
    color: #33405e;
    margin-bottom: 2rem;
}

.new-template-banner-info .pm-btn-new {
    background-image: url(assets/img/after-btn-color.svg);
}

.new-template-banner-text p {
    margin-right: 1.5rem;
    font: normal normal normal 16px/20px Source Sans Pro;
    letter-spacing: 0px;
    color: #3D4C50;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


.new-template-banner-text svg {
    max-width: 25px;
    height: 25px;
    flex: 0 0 25px;
}

.grid-customer-logos-main {
    padding: 60px 0 0px;
}

.grid-customer-logos-main h3 {
    font-size: 0.8888rem;
}

.grid-customer-logos {
    display: flex;
    align-items: center;
}

.grid-customer-logos .grid-customer-logo {
    margin: 0 10px;
}

.our-optimization-process {
    padding: 60px 0;
}

.revenue-growth-item ul,
.revenue-growth-item ol {
    padding: 0;
}

.pm-read-more-cta {
    font: normal normal 600 16px/22px Poppins;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #E3010A;
    text-decoration: underline;
    text-decoration: underline 3px;
    text-underline-offset: 5px;
}

.pm-read-more-cta:hover,
.pm-read-more-cta:focus {
    color: #E3010A;
    text-decoration: underline 3px;
    text-underline-offset: 5px;
}

.our-optimization-process-main {
    counter-reset: our-optimization-process-item;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.our-optimization-process-main li {
    list-style: none;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin-top: 80px;
}

.our-optimization-process-main li * {
    color: #33405e;
}

.our-optimization-process-main ul:nth-child(1) {
    color: #1938CC;
}

.our-optimization-process-main li:before {
    counter-increment: our-optimization-process-item;
    content: counter(our-optimization-process-item);
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #1938CC;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 16px/22px Source Sans Pro;
}

.our-optimization-process-main li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1828cc;
    top: 15px;
    left: -50%;
    z-index: -9;
    transition: all ease-in-out .3s;
}

.our-optimization-process-main li:first-child:after {
    content: none;
}

.our-optimization-process-item img {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
}

.our-optimization-process .cust-slider-controls .slick-dots li.slick-active {
    width: 40px;
}

.our-optimization-process .cust-slider-controls .slick-dots li.slick-active button {
    border-radius: 50px;
    width: 30px;
    background: #1938CC;
}

.our-optimization-process .cust-slider-controls .slick-dots li button {
    width: 10px;
    background: #7CDDFF;
}

.revenue-growth-sect.revenue-growth-sect-even .revenue-growth-row {
    flex-direction: row-reverse;
}

.revenue-growth-sect {
    padding: 50px 0;
    height: 100%;
}

.revenue-growth-sect.revenue-growth-sect-odd {
    background: #f9f9ff;
}

.page-template-new-template .site-footer {
    display: none;
}

@media only screen and (max-width: 767px) {
    .page-template-new-template .pm-header-logo {
        max-width: 300px;
    }

    .new-template-banner {
        padding: 90px 0 30px 0;
        position: relative
    }

    .new-template-banner-info {
        margin-bottom: 20px;
    }

    .new-template-banner-info h1 {
        font: normal normal normal 26px/38px Poppins;
    }

    .new-template-banner-info .subheading {
        font: normal normal normal 18px/24px Poppins;
    }

    .new-template-cta.sticky_btn{
        text-align: center;
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        padding: 16px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px -6px 20px #bfbfbf;
        z-index: 999;
    }

    .new-template-cta.sticky_btn .pm-btn-new{
        margin-bottom: 0;
    }

    .grid-customer-logos-main {
        padding: 20px 0 0px;
    }

    .our-optimization-process {
        padding: 30px 0px;
    }

    .grid-customer-logos {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .grid-customer-logos .grid-customer-logo {
        /* flex: 0 0 calc(33.33% - 10px); */
        margin: 0 auto 0px;
    }

    .revenue-growth-sect{
        padding: 30px 0;
    }

    .revenue-growth-row {
        padding: 0px 0px 0;
    }

    .revenue-growth-item {
        padding-top: 20px;
    }
}

/* thank you all-netsuite-needs page css */
.pm-btn-new.pm-challenges-cta {
    background-image: url(assets/img/after-btn-color.svg);
    padding-left:1.5em;
}

.pm-btn-new.pm-challenges-cta:after{
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .pm-btn-new.pm-challenges-cta{
        padding: 0.7em 5.6em 0.7em 1em;
    }
}


/* single case studies
--------------------------------------------- */
.case-study-listing{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single_case_studies ul,
.single_case_studies ol{
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.single_case_studies ul li,
.single_case_studies ol li{
    margin-bottom: 10px;
}


.single_case_studies img{
    margin-bottom: 20px;
    width: 100%;
}

.case-studies-project-csr-wrapper {
    padding-bottom: 60px;
    /* border-bottom: 12px solid #f0f0f0; */
    /* margin-bottom: 50px; */
}

.case-studies-project-item .case-studies-project-head svg {
    z-index: -1;
    height: 160px;
    width: auto;
    fill: #e5e5e5;
}

.case-studies-project-item .case-studies-project-head svg .a {
    fill: #e5e5e5;
}

.case-studies-project-item .case-studies-project-head h3 {
    font-size: 32px;
    margin-left: -60px;
    margin-top: 50px;
}

.case-studies-project-item .case-studies-project-head h3.mobile {
    display: none;
}

.case-studies-project-item .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    color: #333;
}

.case-studies-project-item .content ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
}

.case-studies-project-item .content ul li::before {
    background-color: #d5f0ff;
}

.case-studies-project-item .content ul li::before {
    content: "";
    height: 8px;
    width: 16px;
    background-color: #ebebeb;
    position: absolute;
    border-radius: 4px;
    top: 9px;
    left: 0;
}

.case-studies-project-item.results ul li strong, .case-studies-project-item ul li strong,
.case-studies-project-item .content strong {
    background-color: #d5f0ff;
    font-weight: 400;
}

.case-studies-project-item .case-studies-project-head {
    height: 170px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}


.case-studies-project-item.csr-result-list .case-studies-project-head {
    margin-bottom: -30px;
}

.csr-result-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    gap: 30px;
}

.csr-result-list ul li {
    border-color: #d5f0ff;
}

.csr-result-list ul li {
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    width: calc(25% - 30px);
    /* margin: 0 15px; */
    border: 8px solid #f58426;
    border-radius: 24px;
    padding: 40px 30px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.csr-result-list ul li {
    border-color: #d5f0ff;
}

.case-studies-project-item ul li h4{
    font-size: 80px;
    /* margin-bottom: 20px; */
    line-height: 1.2;
    color: #1C1B29;
}

.csr-result-list ul li em {
    font-style: normal;
    vertical-align: top;
    font-size: 44px;
}

.csr-result-list ul li p{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}

.service-deliver {
    border: 10px solid #f4f4f4;
    border-radius: 24px;
    padding: 0 30px 30px;
}

.service-deliver h4 {
    font-size: 32px;
    line-height: 36px;
    margin-top: -27px;
    margin-bottom: 15px;
}

.service-deliver ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #555;
    font-style: italic;
}

.service-deliver ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
}

.service-deliver ul li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.service-deliver ul li a{
    color:#404040;
    pointer-events: none;
}

.service-deliver ul li a:hover,
.service-deliver ul li a:focus{
    outline: none;
    text-decoration: none;
}

.case-studies-logos{
    padding: 60px 0 0px;
}

@media only screen and (max-width: 992px) {
    .csr-item .case-studies-project-head h3 {
        font-size: 28px;
    }

    .csr-result-list ul li{
        padding: 30px 20px;
    }

    .case-studies-project-item ul li h4{
        font-size: 45px;
    }

    .csr-result-list ul li p{
        font-size: 20px;
        line-height: 30px;
    }
    
}

@media only screen and (max-width: 767px) {
    .case-studies-project-csr-wrapper .mobile-dropdown {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-dropdown .case-studies-project-item {
        border-bottom: 4px solid #e3e3e3;
        margin-bottom: 20px;
    }
    
    .mobile-dropdown .case-studies-project-item .case-studies-project-head {
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

    .mobile-dropdown .case-studies-project-item .content, .mobile-dropdown .case-studies-project-item .case-studies-project-head>svg {
        display: none;
    }

    .mobile-dropdown .case-studies-project-item.open .content{
        display: block;
    }

    .mobile-dropdown .case-studies-project-item .case-studies-project-head h3{
        display: block;
        margin: 0;
        font-size: 24px;
        padding-right: 30px;
        position: relative;
        transition: .3s ease;
    }

    .mobile-dropdown .case-studies-project-item .case-studies-project-head h3::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(assets/img/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: right;
        width: 100%;
        height: 100%;
    }

    .mobile-dropdown .case-studies-project-item.open .case-studies-project-head h3::before{
        background-image: url(assets/img/top-arrow.svg);
        transform: rotate(180deg);
        background-position: left;
    }

    .csr-result-list ul{
        width: 100%;
        margin: auto;
    }

    .csr-result-list ul li {
        padding: 25px 30px;
        font-size: 20px;
        line-height: 28px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .case-studies-project-item ul li h4{
        font-size: 64px;
    }

    .service-deliver {
        display: none;
    }

    .case-studies-logos {
        padding: 30px 0 40px;
    }
}

/*Flipbook template*/
.page-template-flipbook-template .pm-nav-search {
    display: none;
}
.page-template-flipbook-template .site-footer {
    display: none;
}
.page-template-flipbook-template h1 {
    font: normal normal normal 41px/60px Poppins;
    margin-top: 0;
    letter-spacing: .2px;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
    font-size: 2.0rem;
    text-transform: unset !important;
}
.page-template-flipbook-template .subheading {
    width: auto;
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #00141A; 
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.page-template-flipbook-template .border{
border: 1px solid #e5e9f0 !important;
}


.flipbook-banner-info .badge-warning{
    padding: 0.5rem 0.5rem 0.5rem;
    font-size: 0.8888rem;
    line-height: 1.4;
    border-radius: 0.2rem;
    font-weight: 600;
    text-transform: none;
}

.flipbook-banner-slider-item {
    max-width: fit-content;
    margin: 0 10px;
}

.flipbook-banner-slider .slick-list{
    padding:0 20% 0 0 !important;
}

.flipbook-banner-info .flipbook-banner-slider-controls .slick-dots li.slick-active {
    width: 48px;
}

.flipbook-banner-info .flipbook-banner-slider-controls .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #7CDDFF;
    margin: auto;
}

.flipbook-banner-info .flipbook-banner-slider-controls .slick-dots li.slick-active button{
    width: 36px;
    background: #1938CC;
    border-radius: 6px;
}

.flipbook-grid-customer-logos-main img{
    width: 100%;
}

@media only screen and (min-width: 767px){
    .power-crediblity .power-crediblity-item:nth-of-type(odd) {
        margin-right: 3rem !important;
    }
    .power-crediblity .power-crediblity-item:nth-of-type(even) {
        margin-left: 3rem !important;
    }
}
.page-template-flipbook-template .pm-btn-new{
    background-image: url(assets/img/after-btn-color.svg);
}

.upload-item-row .col-sm-6:nth-of-type(odd) .upload-item-item{
    background: transparent linear-gradient(160deg, #294EB1 0%, #1C2385 100%);
}
.upload-item-row .col-sm-6:nth-of-type(even) .upload-item-item{
    background-color: #34B2D9;
}

.upload-item-item .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 48px;
}

.upload-item-item .card-body .card-title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.3;
}

.upload-item-item .card-body p{
    color: #fff;
}

.page-template-flipbook-template .bg-Performing{
    background: transparent linear-gradient(160deg, #294EB1 0%, #1C2385 100%);
}

.page-template-flipbook-template .underline{
    text-decoration: underline;
    margin-top: 1.5rem;
    display: inline-block;
}

@media only screen and (max-width: 767px){
    .page-template-flipbook-template .new-template-banner {
        padding: 30px 0 48px 0;
        position: relative;
    }
    .page-template-flipbook-template .subheading {
        font: normal normal normal 18px/24px Source Sans Pro;
    }
}

.flipbook-template-banner{
    padding: 50px 0 80px 0;
}

.flipbook-banner-info .typewrite {
    color: #222d98;
}

.power-of-flipsnack-title{
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 10px;
}

.power-crediblity-item {
    padding: 1.5rem;
}

.power-crediblity-item img {
    max-width: 100px;
}

.power-crediblity-item .card-text p {
    margin-bottom: 0;
}

.power-crediblity .card-body h5{
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
}

.flipbook-online-col h2{
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.5;
    max-width: calc(100% - 70px);
}

.flipbook-online-content-col h3{
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
}

.choose-flipbook h2{
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.3;
}

.choose-flipbook h3{
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.3;
}

.choose-flipbook .pm-btn-new{
    padding: 0.7em 7.6em 0.7em 2em;
    margin-top: 24px;
}

.bg-Performing-row{
    gap: 3.5rem 0;
}

.bg-Performing h2 {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.3;
}

.bg-Performing .item-title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.3;
}

.flipbook-Animated-why-Choose p span {
    font: normal normal normal 18px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #00141A;
}

@media only screen and (max-width: 992px){
    .upload-item-item .card-body{
        padding: 28px;
    }
}

@media only screen and (max-width: 767px){
    .flipbook-template-banner{
        padding: 30px 0 48px 0;
    }

    .power-crediblity-item{flex-direction: column-reverse;}

    .power-crediblity-item .card-body{
        padding: 0;
    }

    .page-template-flipbook-template .bg-Performing{
        padding-bottom: 80px !important;
    }

    .bg-Performing-row{
        gap: 2.5rem 0;
    }

    .flipbook-Animated-why-Choose{
        padding-top: 0;
    }
}

/*End Flipbook template*/


/*Product Template start*/
.notifyin-logo{
    display: inline;
}

.notifyin-logo img{
    max-width: 130px;
    background: #fff;
    margin: 10px;
}

.pm-product-banner .new-soution-banner-cta-holder .pm-btn-new{
    background: transparent;
    padding: 0.7em 2em 0.7em 2em; 
}

.pm-product-banner .new-soution-banner-cta-holder .pm-btn-new:before,
.pm-product-banner .new-soution-banner-cta-holder .pm-btn-new:after{
    width: 55%;
    background-color: #ef4372;
    border-color: #ef4372;
}

.pm-product-banner .new-soution-banner-cta-holder img {
    max-width: 130px;
}

.pm-product-banner .thing-inside-btn{
    background-color: #fa2660;
}

.pm-product-banner .new-soution-banner-cta-holder .pm-btn-new:after{
    left: unset;
    right: 0;
}

.pm-product-video-sect {
    padding: 80px 0 0;
}

.product-video {
    padding: 56.25% 0 0 0;
    position: relative;
}

.product-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pm-product-features{
    padding: 80px 0 0;
}

.pm-product-features .power-crediblity-item svg{
    max-width: 100px;
}

.achieve-comprehensive-communication{
    padding: 80px 0;
}

.communication-crediblity ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    background: #3db4da;
    text-align: center;
    color: #fff;
    margin-left: 0;
}

.communication-crediblity-item {
    flex: 1 0 auto;
    position: relative;
}

.communication-crediblity-item:not(:last-child):after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
}

.communication-crediblity-item .card-text{
    padding: 20px 0px;
}

.communication-pointers h3{
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
}

.outpace-your-competitors .outpace-your-competitors-section-heading {
    color: #fff;
    font-size: 42px;
    line-height: 44px;
}

.outpace-your-competitors .pm-btn-new{
    padding-right: 4.6em;
}


.outpace-your-competitors-text{
    color: #fff;
}

.outpace-your-competitors .pm-btn-new:before, .outpace-your-competitors .pm-btn-new:after{
    width:52%;
    background-color: #ef4372;
    border-color: #ef4372;
}

.outpace-your-competitors .thing-inside-btn {
    background-color: #fa2660;
}

.your_attention_sec{
    padding: 80px 0 0;
}

.communication-pointers h3{
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
}

.pm-product-how-works{
    padding: 80px 0;
}

.pm-product-how-works h2{
    font-size: 46px;
    line-height: 48px;
    font-weight: 500;
    color: #222222;
    text-transform: inherit;
}

.pm-product-how-works-item h4 {
    color: #222222;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
}

.pm-product-how-works-item p {
    color: #222222;
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
}

.product-how-works-slider-controls .slick-dots li button{
    width: 10px;
}

.product-how-works-slider-controls .slick-dots li.slick-active{
    width: 40px;
}

.product-how-works-slider-controls .slick-dots li.slick-active button{
    border-radius: 5px;
}

.pm-product-bg-holder {
    background: #32b4dd;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.product-cta-bg-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cta-bg-holder h2{
    color: #FFFFFF;
    margin-right: 60px;
    margin-bottom: 0;
}

.product-cta-bg-holder .pm-btn-new{
    flex: 0 0 20%;
}

.pm-product-bg-holder .pm-btn-new:before, .pm-product-bg-holder .pm-btn-new:after{
    background-color: #ef4372;
    border-color: #ef4372;
}

.pm-product-bg-holder .thing-inside-btn{
    background-color: #fa2660;
}

@media screen and (max-width: 992px){
    .product-cta-bg-holder .pm-btn-new{
        flex: 0 0 35%;
    }
}

@media screen and (max-width: 767px){

    .pm-product-banner .new-soution-banner-cta-holder .pm-btn-new {
        margin-top: 0px;
    }

    .pm-product-banner .new-soution-banner-cta.active {
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        padding: 16px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px -6px 20px #BFBFBF;
        z-index: 999;
        text-align: center;
    }


    .pm-product-banner .new-soution-banner-cta-holder{
        justify-content: center;
        flex-direction: unset;
    }

    .pm-product-banner .new-soution-banner-cta {
        margin-right: 20px;
    }

    .pm-product-video-sect{
        padding: 40px 0 0;
    }

    .pm-product-features{
        padding: 40px 0 0;
    }

    .achieve-comprehensive-communication{
        padding: 40px 0;
    }

    /* .communication-crediblity-item{
        flex:0 0 50%;
    } */

    .communication-crediblity-item .card-text{
        padding: 10px 0px;
    }

    .communication-crediblity ul{
        display: block;
    }

    .communication-crediblity-item:not(:last-child):after{
        right: 0;
        bottom: 0%;
        transform: none;
        width: 100%;
        height: 1px;
        background-color: #fff;
        top: unset;
    }

    .product-cta-bg-holder{
        display:block;  
    }

    .outpace-your-competitors .outpace-your-competitors-section-heading {
        font-size: 32px;
        line-height: 42px;
        margin-right: 8px;
        margin-bottom: 28px;
    }

    .your_attention_sec{
        padding: 40px 0 0;
    }

    .pm-product-how-works{
        padding: 40px 0;
    }

    .pm-product-how-works h2 {
        font-size: 32px;
        line-height: 36px;
    }
 
    .product-cta-bg-holder {
        text-align: center;
    }

    .product-cta-bg-holder h2{
        margin-right: 0;
        margin-bottom: 20px;
    }

    body.page-template-page-product-template .site-footer{
        padding-bottom: 80px
    }
}


/* New Qualification landing page start */
.page-template-quickbooks-page .pm-nav-search {
    display: none;
}
.page-template-quickbooks-page .site-footer {
    display: none;
}

.quickbooks-banner h1{
    font-family: Poppins;
    font-size: 3.75rem;
    line-height: 4.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.banner_credibility-text-wrapper{
    font-family: Source Sans Pro;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
}

.banner_credibility-text-wrapper svg {
    margin: 10px 10px 0 0;
}

.banner_credibility-text-wrapper span{
    display: inline;
}

.quickbooks-banner-cta-holder {
    margin-top: 2.5rem;
}

.explore-quickbooks{
    padding: 80px 0 0;
}

.explore-quickbooks-item-col{
    margin-bottom: 30px;
}

.explore-quickbooks-item{
    background-color: #34B2D9;
    border-radius: 0.75rem;
    padding: 2.5rem;
    text-align: center;
    height: 100%;
}

.explore-quickbooks-item img {
    max-width: 50px;
    margin-bottom: 20px;
}

.explore-quickbooks-item h3{
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-weight: 600;
    color: #fff;
}

.explore-quickbooks-item p,
.explore-quickbooks-item .read-moreBtn{
    color: #fff;
    margin-bottom: 0;
}

.what-you-need{
    padding: 100px 0px;
}

.what-you-need h2{
    max-width: calc(100% - 400px);
    margin: 0 auto 40px;
}

.what-you-need-row{
   padding: 50px;
   position: relative;
   display: none;
}

.what-you-need-row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    background-color: #34B2D9;
    border-radius: 20px;
}

.what-you-need-content{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;

}

.what-you-need-content h3{
    font-size: 3rem;
    line-height: 3.75rem;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    padding-bottom: 22px;
}

.what-you-need-content p{
    color: #fff;
}

.let’s-find-out-form {
    box-shadow: 0.5rem 0 1.25rem rgba(13,51,63,0.15);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.let’s-find-out-form h4{
    margin-bottom: 40px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.businesses-with-teams-row{
    margin-top: 70px;
    background-color:#34B2D9;
    border-radius: 20px;
    padding: 50px;
}

.businesses-with-teams-image img {
    margin-top: -70px;
    border-radius: 10px;
}

.businesses-with-teams-content .hightlight{
    margin-bottom: 1.25rem;
    padding: 0.25rem 0.625rem;
    font-family: Source Sans Pro;
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    display: inline-block;
}

.businesses-with-teams-content h3{
    font-family: Poppins;
    font-size: 2.5rem;
    line-height: 3.25rem;
    font-weight: 700;
    color: #fff;
}

.businesses-with-teams-content p{
    font:normal normal normal 18px/25px Source Sans Pro;
    color: #fff;
    margin: 25px 0;
}

.pm-company{
    padding: 100px 0 0px;
}

.section-title{
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 3.75rem;
    line-height: calc(4.5rem + .25rem);
    font-family: Poppins;
    margin-bottom: 40px;
}

.pm-company-col{
    padding: 5rem;
    border-radius: 1rem;
    background: 5rem;
    border: 0.0625rem solid #e5e5e5;
    box-shadow: 0 0.9375rem 1.875rem rgba(0,0,0,.15);
    position: relative;
    margin: 50px auto;
}

.pm-company-col:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    border-radius: 1rem 50% 50% 1rem;
    background-color:#3bb2d9;
    /* background-image: url("data:image/svg+xml,%3Csvg width='307' height='472' viewBox='0 0 307 472' fill='#ff8000' xmlns='http://www.w3.org/2000/svg' data-di-res-id='de00a3a9-2e39242e' data-di-rand='1681462528165'%3E%3Ccircle cx='6.74609' cy='236' r='300'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; */
    z-index: -1;
}

.pm-company-main-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
}

.pm-company-slider img{
    max-height: 300px;
    max-width: 300px;
    border-radius: 50%;
}

.pm-company-content-col{
    flex: 0 0 50%;
}

.pm-company-content h3{
    color: #000;
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-weight: 600;
    font-family: Poppins;
}

.pm-company .cust-slider-controls{
    display: flex;
    justify-content: flex-end;
}

.pm-company-slider-controls.client-slider-controls{
    display: inline-block;
    position: relative;
    padding: 0 70px;
}

.pm-company-slider-controls .slick-dots li.slick-active button {
    width: 36px;
    background: #1938CC;
    border-radius: 6px;
}

.pm-company-slider-controls .slick-dots li button{
    width: 12px;
    height: 12px;
    background: #7CDDFF;
}

.pm-company-slider-controls .slick-dots li.slick-active {
    width: 48px;
}

.business-knowledge {
    padding: 100px 0 0px;
}

.business-knowledge h2 {
    /* max-width: calc(100% - 400px); */
    margin: 0 auto 1.25rem;
}

.business-knowledge-content{
    box-shadow: 0 0.375rem 1.5rem 0 rgba(0,0,0,0.2);
    border-radius: 0.5rem;
    background-color: #fff;
}

.business-knowledge-text{
    padding: 0 2.5rem 1.5rem;
}

.business-knowledge-text .subtext{
    padding: 0.25rem 0.625rem;  
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: #41b2d9;
    color: #000;
}

.business-knowledge-text h3{
    margin: 1.25rem 0;
}

.business-knowledge-title a {
    color: #1C1B29;
}

.business-knowledge-archive-blog {
    margin: 20px 0 20px 30px;
    padding-right: 0;
}

.business-knowledge-archive-blog img{
    margin: -20px 0 0 -30px;
}

.business-knowledge-desc{
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.business-knowledge-archive-blog .read-moreBtn {
    padding-top: 10px;
}

.works-with-apps{
    padding: 100px 0 0;
}

/* .works-with-apps h2{
    margin: 0 auto 20px;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 3.75rem;
} */

.works-with-apps p{
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.works-with-apps span{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.works-with-apps-row {
    padding-top: 5rem;
}

.works-with-apps-content{
    text-align: center;
}

.works-with-apps-content img{
    width: 4.5rem;
    max-height: 4.5rem;
}

.works-with-apps-content h4{
    margin: 20px 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: Poppins;
}

.works-with-apps-content h4 a{
    color: #000;
}

.works-with-apps-content h4 a:hover,
.works-with-apps-content h4 a:focus{
    color: #343a40;
}

.quickbooks-contact{
    padding: 80px 0;
}

.quickbooks-contact-content {
    height: 100%;
}

.quickbooks-contact-text {
    background-color: #34B2D9;
    color: #fff;
    padding: 2.5rem;
    border-radius: 0.5rem;
    height: 100%;
}

.quickbooks-contact-col:nth-child(2) .quickbooks-contact-text {
    background: transparent linear-gradient(160deg, #294EB1 0%, #1C2385 100%);
}

.quickbooks-contact-text h3{
    margin-top: 1.25rem;
    color: #0fd46c;
    font-weight: 700;
    line-height: 3.25rem;
    font-size: 2.5rem;
    color: #fff;  
}

.quickbooks-contact-text p{
    color: #fff;
    max-width: calc(100% - 200px);
}

.quickbooks-contact-text p:last-child{
    margin-bottom: 0;
}

.quickbooks-ribbon{
    padding: 50px 0;
    background-color: #223c98;
}

.quickbooks-ribbon-text{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.netsuite-modal-lg ul, .netsuite-modal-lg ol{
    margin: 0;
    padding: 0 1rem 1rem;
}

@media screen and (max-width: 992px){
    .page-template-quickbooks-page .quickbooks-banner {
        background: #2751a5;
        padding: 50px 0;
    }

    .quickbooks-banner h1{
        font-size: 2.125rem;
        line-height: 2.75rem;
    }

    .quickbooks-contact-text p {
        max-width: 100%;
    }

    .quickbooks-contact-text{
        padding: 1.5rem;
    }

    .what-you-need h2{
        max-width: 100%;
    }
}

@media screen and (max-width: 767px){
    .page-template-quickbooks-page .quickbooks-banner {
        padding: 0px 0 0px;
    }

    .quickbooks-banner-cta-holder .pm-btn-new{
        margin-bottom: 20px;
    }

    .quickbooks-banner-cta1.active {
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        padding: 16px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px -6px 20px #BFBFBF;
        z-index: 99;
        text-align: center;
    }

    .quickbooks-banner-cta1.active .pm-btn-new{
        margin-bottom: 0;
    }

    .quickbooks-banner-cta1.active .pm-btn-new:before,
    .quickbooks-banner-cta1.active .pm-btn-new:after{
        width: 60%;
    }

    .explore-quickbooks{
        padding: 60px 0 0;
    }

    .explore-quickbooks h2{
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    .explore-quickbooks-item{
        border-radius: 0.75rem;
    }

    .what-you-need{
        padding: 60px 0;
    }

    .what-you-need h2{
        max-width: 100%;
    }

    .section-title{
        line-height: 3.75rem;
        font-size: 2.75rem;
    }

    .what-you-need-row{
        padding: 60px 0;
    }

    .what-you-need-row:before{
        border-radius: 0px;
        height:100%;
    }

    .what-you-need-content h3{
        font-size: 1.75rem;
        line-height: 2rem;
        text-align: center;
    }

    .let’s-find-out-form{
        padding: 20px;
    }

    .businesses-with-teams-row{
        padding: 40px 0;
        margin-left: 0;
        margin-right: 0;
    }

    .businesses-with-teams-content {
        padding: 2.25rem 0 0;
    }

    .businesses-with-teams-content h3{
        font-size: 2.125rem;
        line-height: 2.75rem;
    }

    .businesses-with-teams-content p{
        margin: 20px 0;
    }

    .pm-company{
        padding: 60px 0 0px;
    }

    .pm-company .section-title{
        font-size: 2.5rem;
        line-height: calc(3rem + .25rem);
    }

    .pm-company-row{margin: 0;}

    .pm-company-slider{
        border-radius: 10px;
        padding: 0px;
        box-shadow: 0 0.9375rem 1.875rem rgba(0,0,0,.15);
    }

    .pm-company-col{
        margin: 0px;
        padding: 25px;
        box-shadow: none;
        border: 0;
    }

    .pm-company-col:before{
        border-radius: 10px 10px 50% 50%;
        width: 100%;
        height: 170px;
    }

    .pm-company-slider img{
        max-height: 200px;
        max-width: 200px;
    }

    .pm-company-main-row{
        justify-content: center;
    }

    .pm-company-content-col {
        flex: 1 0 100%;
        margin-top: 40px;
    }

    .pm-company-content h3{
        font-size: 1.75rem;
        line-height: calc(1.25rem + 1rem);
    }

    .pm-company .cust-slider-controls {
        justify-content: center;
    }

    .business-knowledge {
        padding: 60px 0 0px;
    }

    .business-knowledge h2{
        max-width: 100%;
    }

    .business-knowledge-slider .slick-list{padding:0 10% 0 0 !important;}

    .business-knowledge-content{
        margin: 30px 0;
    }

    .business-knowledge-text{
        padding: 15px;
    }

    .works-with-apps{
        padding: 60px 0 0;
    }

    /* .works-with-apps h2{
        font-size: 2.5rem;
        line-height: 3.25rem;
    } */

    .works-with-apps-row{
        padding-top: 2rem;
    }

    .works-with-apps-col:not(:last-child){
        margin-bottom: 3rem;
    }

    .quickbooks-contact {
        padding: 40px 0;
    }

    .quickbooks-contact h2{
        font-weight: 700;
        font-size: 2.125rem;
        line-height: 2.75rem;
    }

    .quickbooks-contact-text{
        padding: 1.5rem;
    }
    
    .quickbooks-contact-text h3{
        font-size: 2.125rem;
        line-height: 2.75rem;
    }

    .quickbooks-contact-text p{
        max-width: calc(100% - 50px);
    }

    .quickbooks-ribbon-text h2{
        text-align: center;
        margin-bottom: 30px;
        font-size: 2.125rem;
        line-height: 2.75rem;
    }

    .quickbooks-ribbon{
        padding-bottom: 100px;
    }
}

/* home popup css */
.pm-form.pm-popup-form .gform_wrapper.gravity-theme .gform_footer{
    padding-top: 0;
}
.pm-form.pm-popup-form .gform_wrapper.gravity-theme .gform_footer input{
    margin-top: 0;
}

.netsuite-modal-lg  .modal-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.netsuite-modal-lg  .modal-body ul li{
    font: normal normal normal 18px/23px Source Sans Pro;
    color: #1C1B29;
    padding-left: 5px;
    flex: 0 0 50%;
    margin-bottom: 40px;
    padding-right: 20px;
}

.netsuite-modal-lg  .modal-body ul li span{
    display: block;
    font: normal normal normal 26px/40px Source Sans Pro;
    color: #1C1B29;
    text-transform: capitalize;
    margin-bottom: 5px;
    border-left: solid 5px #4ED1FF;
    padding-left: 5px;
    margin-left: -5px;
}

@media screen and (max-width: 767px){
    .netsuite-modal-lg .modal-body ul{
        display: inline-block;
        margin-bottom: 20px;
    }

    .netsuite-modal-lg .modal-body ul li{
        margin-bottom: 10px;
        padding-right: 0px;
    }
}

/* Testimonial listing page */
.testimonial-list {
    padding: 50px 0;
}

.testimonial-content {
    height: 100%;
}

.testimonial-info {
    background: #F3F3F3;
    padding: 25px 20px;
    height: 100%;
}

.testimonial-content-header{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.testimonial-content .Home-Animated-testimonials-item-image {
    background: #f3f3f3;
}

.testimonial-content-header img {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.testimonials-listing-item-info h5,
.testimonials-listing-item-info h6{
    color: #1C1B29;
}

.testimonial-content .sub-title{
    color: #00141A;
    font: normal normal normal 14px/19px Source Sans Pro;
    margin-bottom: 0;
}

.testimonials-listing-description{
    background: #f3f3f3 0% 0% no-repeat padding-box;
}

.testimonial-content .testimonial-video-holder {
    margin-bottom: 16px;
}

.testimonial-content .testimonial-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial-list .cust-slider-controls .slick-dots li button {
    border-radius: 0;
    background: #f3f3f3;
}