/*!
Theme Name: The Growth Box
Theme URI: https://thegrowthbox.in/
Author: Abhishek
Author URI: https://thegrowthbox.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-growth-box
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.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


 @font-face {
   font-family: MADE TOMMY;
   src: url("/wp-content/themes/the-growth-box/font/MADE%20TOMMY%20Regular.otf") format("opentype");
   }
   @font-face {
   font-family: MADE TOMMY LIGHT;
   src: url("/wp-content/themes/the-growth-box/font/MADE%20TOMMY%20Light.otf") format("opentype");
   }
   body, h1, h2, h3, h4, h5 {
   font-family: MADE TOMMY !important;
   }
   p, pre, small {
   font-family: MADE TOMMY LIGHT !important;
   }
   .bannerSection .col-12{
   background-color: #4141CB;
   border-radius: 40px;
   padding: 60px 85px;
   position: relative;
   }
   .pt-80{
   padding-top: 80px;
   }
   .fontSize90{
   font-size: 90px;
   line-height: 95px;
   }
   .fontSize25{
   font-size: 25px;
   line-height: 32px;
   }
   .textWhite{
   color: #ffffff;
   }
   .mb-30{
   margin-bottom: 30px;
   }
   .fontSize20{
   font-size: 20px;
   line-height: 26px;
   }
   .bottomWrapper {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   }
   .bottomWrapper p {
   flex-basis: 450px;
   }
   .bottomWrapper .formWrapper.headerForm {
   flex-basis: calc(100% - 510px);
   position: absolute;
   right: 85px;
   bottom: -25%;
   }
   .fontSize49{
   font-size: 49px;
   line-height: 61px;
   }
   .bgElement{
   position: absolute;
   background-repeat: no-repeat;
   background-size: contain;
   transition: all ease 10s;
   animation-duration: 10s;
   animation-iteration-count: infinite;
   }
   .bgEle1{
   background-image: url(/digital-marketing-agency/wp-content/themes/the-growth-box/img/bg-element%20%281%29.svg);
   width: 56px;
   height: 56px;
   top: 50%;
   left: 95%;
   animation-name: rotate;
   }
   .bgEle2{
   background-image: url(/digital-marketing-agency/wp-content/themes/the-growth-box/img/bg-element%20%281%29.webp);
   width: 156px;
   height: 156px;
   top: 28%;
   left: 0;
   }
   .bgEle3{
   background-image: url(/digital-marketing-agency/wp-content/themes/the-growth-box/img/bg-element%20%282%29.svg);
   width: 40px;
   height: 40px;
   left: 75%;
   top: 24%;
   animation-name: scale;
   }
   .bgEle4{
   background-image: url(/digital-marketing-agency/wp-content/themes/the-growth-box/img/bg-element%20%282%29.webp);
   width: 270px;
   height: 270px;
   top: 0%;
   left: calc(100% - 270px);
   animation-name: translate;
   }
   .bgEle5{
   background-image: url(/wp-content/themes/the-growth-box/img/bg-element%20%283%29.webp);
   top: auto;
   left: 20px;
   width: 172px;
   height: 130px;
   bottom: 0;
   }
   .bgEle6{
   background-image: url(/wp-content/themes/the-growth-box/img/bg-element-3.svg);
   width: 72px;
   height: 72px;
   top: 42%;
   left: 36%;
   animation-name: rotate;
   }
   @keyframes rotate {
   0% {
   transform: rotate(0deg);
   }
   50% {
   transform: rotate(180deg);
   }
   100% {
   transform: rotate(360deg);
   }
   }
   @keyframes scale {
   0% {
   transform: scale(1);
   }
   25% {
   transform: scale(0.6);
   }
   75% {
   transform: scale(1.3);
   }
   100% {
   transform: scale(1);
   }
   }
   @keyframes translate {
   0% {
   transform: translate(0px, 0px);
   }
   50% {
   transform: translate(-50px, -50px);
   }
   100% {
   transform: translate(0px, 0px);
   }
   }
   .trustedBy{
   max-width: 550px;
   display: flex;
   align-items: flex-start;
   gap: 20px;
   margin-top: 50px;
   }
   .trustedBy .socialIcons{
   display: flex;
   gap: 20px;
   }
   .trustedBy .socialIcons img{
   transition: all ease 1s;
   }
   .pt-120{
   padding-top: 120px;
   }
   .mt-50{
   margin-top: 50px;
   }
   .logoWrapper{
   display: flex;
   flex-flow: wrap;
   gap: 32px;
   max-width: 1120px;
   margin: 70px auto;
   }
   .logoWrapper img{
   max-width: 160px;
   filter: drop-shadow(none); 
   transform: scale(1);
   transition: all ease 0.5s
   }
   .logoWrapper img:hover{
   filter: drop-shadow(10px 10px 10px #C0C0C01F);
   transform: scale(1.05);
   }
   .yellowCTA{
   padding: 20px 30px;
   border-radius: 5px;
   background-color: #FFCC01;
   font-size: 16px;
   font-weight: 600;
   line-height: 20px;
   font-family: MADE TOMMY;
   display: flex;
   text-decoration: none;
   color: #000;
   align-items: center;
   gap: 10px;
   position: relative;
   transition: all ease 0.5s;
   }
   .yellowCTA:hover{
   box-shadow: inset 400px 0 0 0 #000;
   color: #fff;
   background: #000;
   }
   .yellowCTA:hover img{
   filter: invert(1);
   }
   .ctaWrapper {
   display: flex;
   justify-content: center;
   }
   .twoGridSection{
   }
   .twoGridWrapper {
   display: flex;
   flex-flow: wrap;
   gap: 32px;
   margin: 50px 0 0;
   }
   .twoGridWrapper .singleGrid {
   display: flex;
   align-items: flex-start;
   flex-basis: calc(100% / 2 - 32px);
   padding: 30px;
   background-color: #FAFAFA;
   border-radius: 10px;
   gap: 15px;
   transition: all ease 0.5s;
   border: 1px solid transparent;
   }
   .twoGridWrapper .singleGrid:hover{
   box-shadow: 7px 5px 13px 0px #C0C0C01F;
   border: 1px solid #ECEBEB;
   }
   .twoGridWrapper .singleGrid .imageWrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   min-width: 50px;
   min-height: 50px;
   background-color: #F0F0F0;
   border-radius: 50%;
   transition: all ease 0.5s;
   }
   .twoGridWrapper .singleGrid:hover .imageWrapper{
   background-color: #404040;
   }
   .twoGridWrapper .singleGrid .contentWrapper h3 {
   font-size: 24px;
   line-height: 30px;
   font-weight: 600;
   color: #000000;
   margin: 0 0 10px;
   }
   .twoGridWrapper .singleGrid .contentWrapper p {
   color: #00000080;
   font-size: 16px;
   line-height: 20px;
   margin: 0px;
   }
   .skwedSection{
   overflow: hidden;
   padding: 120px 0 0px;
   position: relative;
   left: 0px;
   }
   .moveLeftToRight{
   background: #4141CB;
   padding: 20px 0px;
   }
   .wrapperAnimation{
   display: flex;
   gap: 40px;
   animation: marquee 20s linear infinite;
   animation-direction: reverse;	
   }
   @keyframes marquee {
   0% {
   transform: translateZ(0);
   }
   100% {
   transform: translate3d(-50%,0,0);
   }
   }
   .moveLeftToRight a{
   font-family: MADE TOMMY;
   font-weight: 700;
   font-size: 30px;
   line-height: 40px;
   text-decoration: none;
   color: #fff;
   display: flex;
   align-items: center;
   gap: 40px;
   min-width: fit-content;
   }
   .threeGridWrapper{
   display: flex;
   justify-content: flex-start;
   gap:32px;
   flex-flow: wrap;
   margin: 50px 0 0;
   }
   .threeGridWrapper .singleGrid{ 
   padding: 30px;
   background: #fff;
   border: 1px solid #E9E9E9;
   flex-basis: calc(100% / 3 - 22px);
   border-radius: 10px;
   transition: all ease 0.5s;
   }
   .threeGridWrapper .singleGrid:hover{
   box-shadow: 7px 5px 13px 0px #c0c0c091;
   border: 1px solid #ECEBEB;
   }
   .threeGridWrapper .singleGrid .contentWrapper h3{
   font-size: 20px;
   line-height: 25px;
   color: #000000;
   margin: 10px 0px;
   font-weight: 600;
   }
   .threeGridWrapper .singleGrid .contentWrapper  p{
   font-size: 16px;
   line-height: 21px;
   color: #00000080;
   margin: 0 0 0;
   }
   .threeGridWrapper .singleGrid .imageWrapper {
   width: 80px;
   height: 80px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   transition: all ease 0.5s;
   }
   .threeGridWrapper .singleGrid:hover .imageWrapper{
   filter: invert(1);
   transition: all ease 5s;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   }
   .ctaWithImageSection{
   background: #F9F9FB;
   margin-top: 120px;
   }
   .ctaWithImageSection	.imagecontainer img{
   margin-top: -25px;
   }
   section.straightLine {
   transform: rotate(0deg);
   padding: 0px;
   }
   .imageWithSection{
   padding: 80px 0px 40px;
   background: #F9F9FB;
   }
   .imageWithSection img{
   position: relative;
   width: 100%;
   }
   .imageWithSection .contentWrapper {
   position: relative;
   }
   .imageWithSection 	.contentWrapper:before {
   content: '';
   background: linear-gradient(180deg, #00000026, #000000 175%);
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
   }
   .imageWithSection .content{
   position: absolute;
   bottom: 60px;
   z-index: 1;
   left: 60px;
   }
   .faqSection{
   background: #F9F9FB;
   padding: 0 0 70px;
   }
   .accordion-container .accordion-item {
   background-color: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 0px;
   margin-bottom: 10px;
   box-shadow: none;
   }
   .accordion-container .accordion-item.activeCon {
   border: 1px solid #5753C9;
   }
   .accordion-container	.accordion-item:hover{
   border: 1px solid #5753C9;
   }
   .accordion-header {
   padding: 25px 30px;
   border: none;
   transition: background-color 0.3s ease;
   width: 100%;
   display: flex;
   justify-content: space-between;
   font-size: 20px;
   line-height: 25px;
   font-family: 'MADE TOMMY';
   font-weight: 600;
   background: #fff;
   color: #000000;
   position: relative;
   border-radius: 0px !important;
   }
   .accordion-header .plus{
   opacity: 1;
   position: absolute;
   right: 25px;
   transition: all ease 0.5s;
   }	
   .accordion-header .minus{
   opacity: 0;
   position: absolute;
   right: 30px;
   }
   .accordion-header.active .plus{
   opacity: 0;
   transition: all ease 0.5s;
   }
   .accordion-header.active .minus{ 
   opacity: 1;
   }
   .accordion-header.active{
   color: #4141CB;
   padding: 25px 30px 15px;
   }
   .accordion-item:hover .accordion-header{
   color: #4141CB;
   }
   .accordion-content {
   background-color: #fff;
   overflow: hidden;
   padding: 0 30px;
   max-height: 0;
   transition: max-height 0.3s ease;
   }
   .accordion-content p {
   margin: 0px 0 25px;
   font-size: 16px;
   font-weight: 600;
   line-height: 20px;
   letter-spacing: 0em;
   text-align: left;
   color: #00000080;
   }
   .twoGridWithBGSection{
   padding: 80px 0px;
   }
   .TwoGridWrapperBG {
   display: flex;
   justify-content: flex-start;
   gap: 32px;
   flex-flow: wrap;
   margin: 50px 0 ;
   }
   .TwoGridWrapperBG .singleGrid{
   padding: 35px 35px 0;
   flex-basis: calc(100% / 2 - 24px);
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   gap: 22px;
   transition: all ease 0.5s;
   }
   .TwoGridWrapperBG .singleGrid:hover{
   box-shadow: 7px 5px 13px 0px #c0c0c0b8;
   }
   .TwoGridWrapperBG .singleGrid h3{
   font-size: 39px;
   line-height: 49px;
   margin: 0 0 15px;
   color: #000000;
   font-weight: 600;
   }
   .TwoGridWrapperBG .singleGrid p{
   font-size: 16px;
   line-height: 19px;
   color: #00000080;
   margin: 0 0 0px;
   font-weight: 600;
   }
   .TwoGridWrapperBG .singleGrid .imageWrapper img {
   width: 100%;
   }
   .accordWrapper  .accordion-header.active, .accordWrapper .accordion-content, .accordWrapper	 .accordion-content p {
   color: #fff;
   background: #4141CB;
   }
   .accordWrapper	.accordion-header .minus{
   filter: invert(1);
   }
   .accordWrapper {
   display: flex;
   flex-flow: wrap;
   justify-content: flex-start;
   gap: 25px 32px;
   margin: 50px 0 0;
   }
   .accordWrapper	.accordion-container {
   flex-basis: calc(100% / 2 - 16px);
   }
   .accordWrapper		.accordion-container .accordion-item{
   margin-bottom: 25px;
   }
   .faqTwoSection{
   padding-bottom: 80px;
   background-color: #f9f9fb;
   }
	
	.singleBoxSection{
		   padding-bottom: 80px;
   background-color: #ffffff;
	}
	
	.solutionBoxWrapper{
	    margin: 50px 0 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
	}
	
	.solutionBoxWrapper .boxWrapper {
    padding: 45px 55px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
		transition: all ease 0.5s;
}
.solutionBoxWrapper .boxWrapper span{
    display: block;
    min-height: 123px;
    border-left: 1px solid #C6C6C6;
}
.solutionBoxWrapper .boxWrapper:hover {
    box-shadow: 3px 5px 53px 0px #BDBDBD33;
}
.solutionBoxWrapper	.boxWrapper  h3{
		font-size: 31px;
		line-height: 39px;
		color: #000000;
		margin: 0;
		font-weight: 600;
	}
.solutionBoxWrapper .boxWrapper 	p {
    font-size: 16px;
    line-height: 21px;
    color: #00000080;
    max-width: 420px;
    margin: 0;
		font-weight: 600;
}
	.solutionBoxWrapper .boxWrapper img.icon {
    filter: invert(0);
		transition: all ease 0.5s;
}
.solutionBoxWrapper .boxWrapper:hover 	img.icon {
    filter: invert(1);
}
	.boxSocialSection{
		   padding-bottom: 80px;
   background-color: #f9f9fb;
	}
	.boxWrapperSocial{
	    margin: 0px 0 0;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    flex-flow: wrap;
    flex-direction: row;
	}
.boxWrapperSocial	.singleSocialWrapper{
		flex-basis: calc(100% / 4 - 24px);
    display: flex;
    gap: 20px;
	background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
	transition: all ease .5s;
	}
.boxWrapperSocial	.singleSocialWrapper:not(:first-child):hover {
    box-shadow: 3px 5px 53px 0px #bdbdbd;
}
.boxWrapperSocial	.singleSocialWrapper h3{
		font-size: 20px;
		line-height: 25px;
		font-weight: 600;
		color: #000000;
		margin: 0px;
	}
.boxWrapperSocial	.singleSocialWrapper p{
		font-size: 16px;
		line-height: 21px;
		color: #00000080;
		margin: 0px;
	    font-weight: 600;
	}
	.boxWrapperSocial .singleSocialWrapper:first-child {
    padding: 0px;
    border: none;
    justify-content: center;
		 background: transparent;
}
	
	.circleBoxWrapper {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 15px solid #4141CB;
    border-radius: 50%;
		position: relative;
}
	.iconWrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 0.88px solid #4141CB;
    background: #ffffff;
    border-radius: 50%;
}
	.circleBoxWrapper img.Logo {
    max-width: 315px;
}
	.iconWrapper:last-child {
    left: -6%;
    position: absolute;
    top: 57%;
}
	.iconWrapper.iconCircle5 {
    left: -6%;
    top: 57%;
}
	.iconWrapper.iconCircle1 {
    left: 2%;
    top: 13%;
}
.iconWrapper.iconCircle2 {
     right: 2%;
    top: 12%;
}
	.iconWrapper.iconCircle4 {
    bottom: -8%;
    left: 42%;
}
	.iconWrapper.iconCircle3 {
    right: -6%;
    bottom: 28%;
}
	
.circleBoxWrapper	.contentWrapper h3{
font-size: 31px;
	line-height: 39px;
	color: #000000;
	margin: 0px 0px 15px;
}
.circleBoxWrapper	.contentWrapper {
    position: absolute;
}
	.circleBoxWrapper .contentWrapper.content1 {
    left: -54%;
    top: 61px;
		    text-align: right;
}
	.contentWrapper.content2 {
    right: -62%;
    top: 11%;
}
	.contentWrapper.content3 {
     right: -66%;
    bottom: 20%;
}
	.contentWrapper.content4 {
    bottom: -32%;
    left: 15%;
		    text-align: center;
}
	.contentWrapper.content5 {
    left: -75%;
    top: 57%;
		    text-align: right;
}
	.cicleBoxSection {
    padding-bottom: 135px;
}
	.circleBoxWrapper	.contentWrapper p{
font-size: 20px;
	line-height: 25px;
	color: #00000080;
	margin: 0px;
}
	
	.formWrapper:not(.headerForm){
    position: relative;
		    margin-bottom: -165px;
}

.siteFooter {
    background: #000000;
    padding: 230px 0px 45px;
}
.iconWrapperFooter {
    font-size: 20px;
    line-height: 31px;
    color: #A3A3A3;
    font-family: 'MADE TOMMY LIGHT';
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.iconWrapperFooter a {
    font-size: 20px;
    line-height: 31px;
    color: #A3A3A3;
    font-family: 'MADE TOMMY LIGHT';
    font-weight: 600;
	text-decoration: none;
}
.leftSideWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}
.marginTop{
	margin-top: 10px;
}

.iconWrapperFooter p {
    margin: 0px;
    max-width: 440px;
}

.border-right-Light{
	    border-right: 1px solid #525252;
}
.bottomConatiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #525252;
}

body.page-template.page-template-template.page-template-home-template {
    margin: 0px;
}

.formWrapper {
    box-shadow: 7px 5px 13px 0px #C0C0C01F;
    border: 1px solid #ECEBEB;
    background: #fff;
    padding: 65px 35px 35px;
    border-radius: 25px
}

.formWrapper:before {
    background-image: url(/wp-content/themes/the-growth-box/img/microPhone.webp);
    content: '';
    position: absolute;
    width: 132px;
    height: 132px;
    z-index: 1;
    top: -61px;
    right: 68px;
    background-size: 132px
}

.formWrapper h3 {
    font-size: 39px;
    line-height: 49px;
    color: #000000;
    font-weight: 600
}

.formWrapper h3 span {
    font-size: 49px;
    line-height: 61px;
    color: #FFCC01
}

.formWrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em
}

.formWrapper .custom-form {
    margin-top: 25px;
    max-height: 305px;
    overflow: auto
}

.formWrapper .custom-form::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px
}

.formWrapper .custom-form::-webkit-scrollbar-track {
    background: #F1F1F1
}

.formWrapper .custom-form p {
    display: flex;
    flex-direction: column;
    margin: 0px;
    position: relative;
    gap: 25px
}

.formWrapper .custom-form p span span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 0
}

.formWrapper .custom-form p span input {
    font-family: MADE TOMMY LIGHT !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #E7E8EA;
    border-radius: 5px;
    padding: 17px;
    color: #000000
}

.formWrapper .custom-form p span input::placeholder {
    color: #000000
}

.formWrapper .custom-form p span input:focus, .formWrapper .custom-form p span input:focus-visible {
    border: 1px solid #FFCC01;
    outline: none
}

.formWrapper .custom-form p input[type="submit"] {
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #FFCC01;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: MADE TOMMY !important;
/*     background-image: url(https://rocketventures.tech/digital-marketing-agency/wp-content/themes/the-growth-box/img/phoneIcon.svg);
    background-repeat: no-repeat;
    background-position: 22% 51%; */
    position: relative;
    transition: all ease 0.5s
}

.formWrapper .custom-form p input[type="submit"]:hover {
    box-shadow: inset 400px 0 0 0 #000;
    color: #fff;
    background-color: #000
}

.formWrapper .custom-form p span.wpcf7-spinner {
    left: 0;
    position: absolute;
    bottom: 0
}

/* menu css */

header#masthead {
    position: relative;
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0px 0px;
	width: 100%;
	background: #fff;
	transition: all ease 0.5s;
}
header#masthead.sticky {
    position: sticky;
    top: 0px;
    z-index: 99999;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

	a.mobileCTA {
		display: none;
}

@media only screen and (min-width: 991px) { 
	header#masthead .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
		align-items: center;
}
	header#masthead .main-navigation {
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
}
	header#masthead 	.main-navigation ul {
    gap: 45px;
		    align-items: center;
}
	
	header#masthead  .main-navigation a{
		font-family: 'MADE TOMMY';
		font-size: 16px;
		line-height: 21px;
		margin: 0;
		    color: #000000;
		position: relative;
	}
	header#masthead  .main-navigation ul#primary-menu li:last-child a{
	color: #fff;
    background: #000000;
    padding: 11px 25px;
    border-radius: 8px;
	}
	header#masthead  .main-navigation ul#primary-menu li:last-child a:after{
		display: none;
	}
header#masthead  .main-navigation a:after 	{
		position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    transform: scale(0);
    transition: all .3s ease;
	}
	header#masthead  .main-navigation a:hover:after{
		transform: scale(1);
	}
}

@media(max-width: 767px){
.main-navigation.toggled {
    max-width: 100%;
    position: absolute;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99999;
	    width: 100%;
}
.main-navigation.toggled	ul#primary-menu {
    display: flex;
    flex-flow: column;
    gap: 25px;
    margin-top: 10px;
}
	.main-navigation.toggled	ul#primary-menu a {
    color: #ffffff !important;
    padding: 0px 0px 0px 15px;
}
	
	.main-navigation.toggled	ul#primary-menu li:first-child a{
		padding-top: 15px;
	}	

	button.menu-toggle {
display: none;
}
	.toggled button.menu-toggle{
		display: none;
	}
 .menu-toggle span {
	 position: relative;
	 display: block;
	 width: 33px;
	 height: 4px;
	 margin-bottom: 5px;
	 position: relative;
	 background: #cdcdcd;
	 border-radius: 3px;
	 z-index: 1;
	 transform-origin: 4px 0px;
	 transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
 .menu-toggle span:first-child {
	 transform-origin: 0% 0%;
}
 .menu-toggle span:nth-last-child(2) {
	 transform-origin: 0% 100%;
}
.main-navigation.toggled  .menu-toggle span:first-child {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -3px);
    background: #232323;
    margin: 0px;
	    background: #fff !important;
}
.main-navigation.toggled .menu-toggle span:nth-last-child(2) {
	 opacity: 0;
	 transform: rotate(0deg) scale(0.2, 0.2);
	    background: #fff !important;
}
.main-navigation.toggled .menu-toggle span:nth-last-child(1) {
	    transform: rotate(-45deg) translate(-5px, 0px);
	    background: #fff !important;
}
 .menu-toggle button ~ .menuItem {
	 transform: none;
}
	
	.menu-main-menu-container {
    scale: 0;
    transition: all ease 0.5s;
}
	.main-navigation.toggled .menu-main-menu-container.menu-main-menu-container {
    scale: 1;
}
	.main-navigation:not(.toggled) {
    display: flex;
    justify-content: flex-end;
}
 header#masthead .container {
    align-items: center!important;
    justify-content: space-between!important;
}
	header#masthead {
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 0px;
}
}


@media(max-width: 992px){ 
	.bannerSection .col-12 {
    border-radius: 16px;
    padding: 40px 15px;
}
		.pt-5 {
    padding-top: 2rem!important;
}
		.fontSize90 {
    font-size: 40px;
    line-height: 55px;
}
		.fontSize20 {
    font-size: 17px;
    line-height: 26px;
}
		.bottomWrapper .formWrapper.headerForm {
    flex-basis: 100%;
    position: relative;
    right: auto;
    bottom: auto;
			width: 100%;
}
		.bottomWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    flex-direction: column-reverse;
    gap: 30px;
}
		.formWrapper {
    background: #fff;
    padding: 40px 15px 30px;
    border-radius: 16px;
}
		.formWrapper h3 {
    font-size: 24px;
    line-height: 30px;
}
		.formWrapper h3 span {
    font-size: 30px;
    line-height: 35px;
}
		.formWrapper:before {
    width: 66px;
    height: 66px;
    top: -34px;
    right: 49px;
    background-size: 66px;
}
		.formWrapper p {
    font-size: 17px;
    line-height: 26px;
}
		.formWrapper .custom-form p span input {
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
}
		.formWrapper .custom-form p input[type="submit"] {
    padding: 12px 12px;
    font-size: 14px;
    line-height: 16px;
    background-image: none;
			    width: 150px;
    margin: 0 auto;
}
		.bottomWrapper p {
    flex-basis: 100%;
}
		.trustedBy {
    max-width: 100%;
    flex-flow: wrap;
    gap: 15px;
  margin-top: 30px;
			justify-content: center;
}
		
		.pt-120, .pt-80 {
    padding-top: 40px;
}
		.mt-50 {
    margin-top: 20px;
}
		.logoSection  .text-center, .twoGridSection .text-center{
			text-align: left !important;
		}
		.fontSize49 {
    font-size: 30px;
    line-height: 40px;
}
		.logoWrapper {
    flex-flow: wrap;
    gap: 20px;
    max-width: 100%;
    margin: 30px auto;
}
.logoWrapper .logoSingle {
    flex-basis: calc(100% / 2 - 10px);
}		
.logoWrapper img {
    max-width: 100%;
}
		.yellowCTA {
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    gap: 5px;
}
	.yellowCTA	img {
    max-width: 13px;
}
		.twoGridWrapper, .threeGridWrapper, .TwoGridWrapperBG, .boxWrapperSocial{
    flex-flow: wrap;
    gap: 25px;
    margin: 30px 0 0;
}
		.twoGridWrapper .singleGrid, .threeGridWrapper .singleGrid, .TwoGridWrapperBG .singleGrid, .solutionBoxWrapper .boxWrapper, .boxWrapperSocial .singleSocialWrapper {
    flex-basis: 100%;
    padding: 20px 15px;
    border-radius: 16px;
    gap: 15px;
}
		.twoGridWrapper .singleGrid .contentWrapper h3, .threeGridWrapper .singleGrid .contentWrapper h3, .TwoGridWrapperBG .singleGrid h3, .solutionBoxWrapper .boxWrapper h3, .boxWrapperSocial .singleSocialWrapper h3 {
    font-size: 18px;
    line-height: 27px;
}
		.twoGridWrapper .singleGrid .contentWrapper p, .threeGridWrapper .singleGrid .contentWrapper p, .TwoGridWrapperBG .singleGrid p, .solutionBoxWrapper .boxWrapper p, .boxWrapperSocial .singleSocialWrapper p{
			font-size: 14px; 
			line-height: 19px;
		}
		.threeGridWrapper .singleGrid .imageWrapper, .boxWrapperSocial .singleSocialWrapper img {
    width: 40px;
    height: 40px;
}
		.threeGridWrapper .singleGrid .imageWrapper	img {
    max-width: 50%;
}
		.col-12 {
    padding: 0px;
}
		.ctaWithImageSection {
    margin-top: 40px;
    padding: 40px 0px;
}
		br {
			display: none;
		}
		
		.imageWithSection {
    padding: 40px 0px 40px;
}
		.imageWithSection .content {
    position: relative;
    bottom: auto;
    z-index: 1;
    left: auto;
}
		.imageWithSection .contentWrapper:before, .imageWithSection .contentWrapper img {
			display: none;
		}
		.imageWithSection .contentWrapper {
    position: relative;
    padding: 40px 15px;
    background: #4141cb;
    border-radius: 16px;
}
		.accordion-header.active {
    padding: 15px 15px 15px;
}
		.accordion-header{
			padding: 15px;
			    font-size: 18px;
    line-height: 24px;
		}
		.accordion-content {
    padding: 0 15px;
			    font-size: 18px;
    line-height: 24px;
}
		.accordion-content p {
    margin: 0px 0 15px;
    font-size: 14px;
    line-height: 19px;
}
		.faqSection {
    padding: 0 0 30px;
}
		.fontSize25 {
    font-size: 20px;
    line-height: 26px;
}
		.TwoGridWrapperBG .singleGrid .imageWrapper img {
    border-radius: 10px;
}
		.TwoGridWrapperBG{
			margin-bottom: 30px;
		}
		.twoGridWithBGSection, .faqTwoSection, .singleBoxSection{
			padding-bottom: 40px;
		}
		.accordWrapper	.accordion-container {
    flex-basis: 100%;
}
		.accordWrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    gap: 0px;
    margin: 30px 0 0px;
}
		.mt-3 {
    margin-top: 5px !important;
}
		
		.solutionBoxWrapper .boxWrapper span {
    display: none;
}
		.solutionBoxWrapper .boxWrapper {
    flex-direction: column;
			    align-items: flex-start;
}
		.solutionBoxWrapper .boxWrapper img.icon {
    max-width: 60px;
			order: -1;
}
		.solutionBoxWrapper {
    margin: 30px 0 30px;
}
		.boxWrapperSocial{
			margin-top: 0px;
		}
		
		.circleBoxWrapper img.Logo {
    display: none;
}
		.iconWrapper {
    position: unset;
    width: 60px;
    height: 60px;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}
		.circleBoxWrapper	.contentWrapper {
    position: unset;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
}
		.circleBoxWrapper {
       width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0px;
    position: relative;
    flex-flow: wrap;
    flex-direction: column;
    gap: 0px;

}
		.circleBoxWrapper	.contentWrapper h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 5px 0px 10px;
    font-weight: 600;
    text-align: center;
}
		.circleBoxWrapper	.contentWrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #00000080;
    margin: 0px 0px 30px;
}
		.cicleBoxSection {
			padding-bottom: 0px;
		}
		.formWrapper:not(.headerForm) {
    margin-top: 30px;
}
		.siteFooter {
    padding: 210px 15px 30px;
}
		.iconWrapperFooter p, .iconWrapperFooter a {
    margin: 0px;
    max-width: 100%;
			    font-size: 17px;
    line-height: 26px;
}
		.border-right-Light{
			border: none;
		}
		.siteFooter .imgWrapper {
    margin-top: 30px;
}
		.bottomConatiner {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    flex-flow: wrap;
    text-align: center;
}
	.bottomConatiner	.trustedBy {
    margin-top: 10px !important;
    text-align: center;
    justify-content: center;
}
		.trustedBy .socialIcons img {
    max-width: 40px !important;
}
		.twoGridWithBGSection, .bannerSection, .boxSocialSection, .singleBoxSection, .logoSection, .faqTwoSection, .cicleBoxSection, .twoGridSection, .ctaWithImageSection, .threeGridSection  {
    overflow: hidden;
}
		.moveLeftToRight a {
    font-size: 20px;
    line-height: 26px;
    gap: 20px;
}
		.moveLeftToRight a img {
    max-width: 30px;
}
		.skwedSection {
    overflow: hidden;
    transform: none;
    padding: 40px 0 0px;
    left: 0px;
}
		.moveLeftToRight {
    padding: 15px 0px;
}
		.leftSideWrapper > img {
    max-width: 200px;
}
	
.main-navigation.toggled li {
    position: relative;
    width: 80%;
}
	.bgEle1 {
    top: 90%;
    left: 85%;
}
	.ctaWrapper {
    justify-content: center !important;
}
	.wrapperAnimation {
    animation: marquee 10s linear infinite !important;
}
	.iconWrapperFooter span br {
    display: block;
}
a.mobileCTA {
    margin-right: 0;
    border: 1px solid #000000;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
	display: flex;
	align-items: center;
	gap:3px;
}
	.main-navigation.toggled a.mobileCTA{
		display: none;
	}
	.bannerSection .trustedBy .socialIcons img:first-child {
    max-width: 35px !important;
}
	.bgEle4 {
    width: 85px;
    height: 85px;
    top: 17%;
    left: calc(100% - 65px);
}
	}