/*!
Theme Name: friday
Author: mydevteam.com
Author URI: https://mydevteam.com/
Description: This is a custom theme
Version: 5.1.1
*/


*{box-sizing: border-box;}

html {
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  transition: all 0.3s linear;
}

/**
 * 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: 17px;
}

.pt-0{padding-top: 0 !important;}
.px-0{padding-left: 0 !important; padding-right: 0 !important;}
.py-0{padding-top: 0 !important; padding-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.pb-100{padding-bottom: 100px;}
.spacer-30{height: 30px; width: 100%; display: table; clear: both;}
.spacer-80{height: 80px; width: 100%; display: table; clear: both;}
.clearfix{width: 100%; height: 1px; clear: both;}

/* 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: 600;
}

/**
 * 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: 17px;
}

/**
 * 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: 'thicccboi';
  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
--------------------------------------------- */

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'thicccboi';
  font-size: 20px;
  line-height: 1.4;
}

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;
}
body.show-menu{overflow: hidden;}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0; padding-left: 15px;
}

ul {
  list-style: disc;
}

ul > li {margin-bottom: 10px;}

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: 17px 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #563CFB;
}

/* a:visited {
  color: #800080;
} */

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

a:focus {
  outline: none;
}

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

a.btn-cta { padding: 8px 15px; width: auto; display: inline-block; text-align: center; border-radius: 25px; font-weight: 500; color: #000; font-size: 17px; line-height: 1; text-decoration: none; position: relative; height: 46px; overflow: hidden; opacity: 1; font-family: 'thicccboi'; transition: all 0.3s linear; user-select: none;
}
a.btn-cta:hover{background: #563CFB; border-color: #563CFB; color: #fff !important;}
/* a.btn-cta:after{
  content: '';
  background: #563CFB;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;    
}

a.btn-cta:hover::after {
  width: 100%;
} */

a.menu-toggle {width: 26px; height: 21px; display: none; flex-direction: column; justify-content: space-between; align-items: end; margin-left: 15px;}
a.menu-toggle span{width: 100%; height: 3px; border-radius: 5px; display: block; background: #262626; transition: all 0.3s linear; box-shadow: 0 0 1px rgba(0,0,0,0.2); }
a.menu-toggle span:nth-child(2){width: 75%;}
a.menu-toggle:hover span:nth-child(2){width: 100%;}
a.menu-toggle.isOpend span:nth-child(2){opacity: 0;}
a.menu-toggle.isOpend span:nth-child(1){transform: translateY(8px) rotate(45deg);}
a.menu-toggle.isOpend span:nth-child(3){transform: translateY(-10px) rotate(-45deg);}

a.btn-cta-1 {
 display: inline-flex; font-weight: 500; font-size: 16px; line-height: 1; text-decoration: none; position: relative; transition: all 0.3s ease-in-out 0.1s; text-transform: uppercase; padding: 0.2em 0 0.4em; color: #fff; overflow: hidden;
}
a.btn-cta-1:after { content: "";   width: 100%;    height: 0.17px;    position: absolute;    left: 0;    bottom: 0;    transition: all 0.3s ease-in-out;    background: #fff;}
a.btn-cta-1:before { content: "";   width: 100%;    height: 0.17px;    position: absolute;    left: -160%;    bottom: 0;    transition: all 0.3s ease-in-out;    background: #fff;}
a.btn-cta-1:hover:before{left: 0;}
a.btn-cta-1:hover:after{ left: 160%;}
a.btn-cta-1 .nav-wrapper{height: 17px; overflow: hidden;}
a.btn-cta-1 .menu-link{width: 100%; display: block; transition: all 0.3s ease-in-out; transform: translateY(0);}
a.btn-cta-1 .menu-link-hover{width: 100%; display: block; transition: all 0.3s ease-in-out;}
a.btn-cta-1:hover .menu-link{ transform: translateY(-17px); }
a.btn-cta-1:hover .menu-link-hover{ transform: translateY(-17px); }
a.btn-cta-1 .arrow-wrapper{height: 17px; overflow: hidden; margin-left: 9px;}
a.btn-cta-1 .arrow-wrapper .arrow-link{ width: 11px; height: 11px; display: block; background: url(../green-arrow.html) 0 0 no-repeat; transition: all 0.4s ease-in-out; transform: translate3d(0, 0, 0);}
a.btn-cta-1 .arrow-wrapper .arrow-link-hover{ width: 11px; height: 11px; display: block; background: url(../green-arrow.html) 0 0 no-repeat; transition: all 0.4s ease-in-out; transform: translate3d(-15px, 4px, 0);}
a.btn-cta-1:hover .arrow-link{transform: translate3d(15px, -15px, 0);}
a.btn-cta-1:hover .arrow-link-hover{transform: translate3d(0, -11px, 0);}

.text-green {color: #00C99A;}
.text-gold{color: #F0D579 !important;}
.text-red{color: #F0001B !important;}
.text-italic{font-style: italic;}
.text-400{font-weight: 400;}
.text-500{font-weight: 500;}
.text-600{font-weight: 600;}
.px-50{padding-left: 50px; padding-right: 50px;}
.text-no-underline{text-decoration: none;} 
.text-black{color: #000;}
.text-center{text-align: center;}

.mobile-menu{width: 100%; height: calc(100vh - 65px); padding: 20px 20px 150px 20px; background: #fff; border-top: 1px solid #E7E7E7; position: fixed; overflow-y: auto !important;
z-index: 999; top: 65px; display: none;}
ul.menu-primary{width: 100%; margin: 0 0 20px; padding: 0 0 20px; display: inline-block; border-bottom: 1px solid #E7E7E7;}
ul.menu-primary li{list-style: none; width: 100%; margin: 0;}
ul.menu-primary li.has-children > a:after{content: ""; width: 15px; height: 9px; background: url(../svg/dropdown.svg) 0 0 no-repeat; position: absolute; right: 20px; top: 22px; transition: all 0.3s ease;}
ul.menu-primary li.has-children.expanded > a:after{transform: rotate(180deg);}
ul.menu-primary li a{padding: 10px 0; display: block; text-decoration: none; color: #000; font-size: 24px; position: relative;}
ul.menu-primary li ul.sub-menu-primary{margin: 0; padding: 0; display: none;}
ul.menu-primary li ul.sub-menu-primary li{width: 100%; list-style: none; margin: 0;}
ul.menu-primary li ul.sub-menu-primary li a{display: block; padding: 5px 0; color: #563CFB; font-size: 16px;}
ul.menu-secondary{width: 100%; margin: 0 0 20px; padding: 0; display: inline-block;}
ul.menu-secondary li{list-style: none; width: 100%; margin: 0;}
ul.menu-secondary li a{padding: 10px 0; display: block; text-decoration: none; color: #4D4D4D; font-size: 20px; position: relative;}
ul.menu-secondary li.has-children > a:after{content: ""; width: 15px; height: 9px; background: url(../svg/dropdown.svg) 0 0 no-repeat; position: absolute; right: 20px; top: 19px; transition: all 0.3s ease;}
ul.menu-secondary li.has-children.expanded > a:after{transform: rotate(180deg);}
ul.menu-secondary li ul.sub-menu-secondary{margin: 0; padding: 0; display: none;}
ul.menu-secondary li ul.sub-menu-secondary li{width: 100%; list-style: none; margin: 0;}
ul.menu-secondary li ul.sub-menu-secondary li a{display: block; padding: 5px 0; color: #563CFB; font-size: 16px;}

.buttons-mobile-menu{width: 100%; position: fixed; bottom: 20px; display: flex; flex-direction: column; margin: 0 auto; left: 0; right: 0; background: #fff; padding: 10px 20% 0;}
.buttons-mobile-menu a.btn-border{margin: 0 0 15px; border: 1px solid #563CFB; border-radius: 25px; text-align: center; color: #563CFB; text-decoration: none; display: inline-block; font-size: 16px; line-height: 1; font-weight: 500; transition: all 0.3s linear; background: #fff; padding: 15px 0;}
.buttons-mobile-menu a.btn-border:hover{background: #563CFB; color: #fff;}

/* 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 17px 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
--------------------------------------------------------------*/

.wrapper {
  max-width: 1512px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.inner-wrapper {
  max-width: 1270px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

header {  width: 100%; display: flex; justify-content: space-between; padding: 0 35px; position: absolute; z-index: 999; top: 0; transform: translateY(0%); }
header.sticky-header{transform: translateY(0%); opacity: 1;}
header.hide-header{transform: translateY(-100%); opacity: 0;}

header.style-header{background-color: rgba(0,0,0,0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 15px 0;}
header.style-header.dark-header{background-color: rgba(255,255,255,0.5);}

header .wrapper{
  display: flex; align-items: center; padding: 0 35px; justify-content: space-between;
}

/* .show-menu header{position: fixed;} */

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

.table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.row {
  display: flex;
}

.header {
  font-weight: 500;
}

.cell {
  flex: 1;
  padding: 30px 50px 30px 0;
  border: none;
  border-bottom: 1px solid #DFDFDF;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px; color: #636363;
}

.row.header .cell{
  padding: 0 50px 20px 0; color: #000000; font-size: 1.3em; border-bottom: none;
}

.cell:first-child {
  border-left: none; color: #000000; 
  font-weight: 500; font-size: 17px;
}

.cell:last-child {
  border-right: none;
}

.row:first-child .cell {
  border-top: none;
}

.row:last-child .cell {
  border-bottom: none;
}

.tick-icon{background: url(../svg/green-tick.svg) 0 32px no-repeat; padding-left: 25px;}
.cross-icon{background: url(../svg/red-cross.svg) 0 32px no-repeat; padding-left: 25px;}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex; justify-content: center; opacity: 1;
  width: 100%; transition: all 0.3s ease-in-out; margin-left: 25px;
}

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

.main-navigation .sub-menu-wrapper {
  float: left; width: max-content; max-width: 794px; display: none;
  position: absolute;
  top: 90%;
  left: -100px;
  z-index: 1;
	margin: 0;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  perspective: 1000px;
}
.main-navigation .sub-menu-wrapper .sub-menu{ width: 100%; background: #fff; padding: 40px 35px 30px; display: flex; justify-content: space-between; border-radius: 20px; margin-top: 0px; position: relative; align-items: flex-start; border: 1px solid #E7E7E7; }
/* .main-navigation li:hover .sub-menu-wrapper{display: block;} */
.sub-menu ul{margin: 0; padding: 0;}
.sub-menu ul li{list-style: none; width: 100%; margin: 0 0 25px;}
.sub-menu ul li a{text-decoration: none;}
.sub-menu ul li p{color: #707070; font-family: 'thicccboi'; font-size: 14px; line-height: 1.5; margin: 0;}
.sub-menu ul li p.menu-header{color: #000; font-size: 17px; margin: 0; position: relative; padding: 0 0 5px; transition: all 0.3s ease;}
.sub-menu ul li:hover p.menu-header{ color: #563CFB;}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}



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

.main-navigation li {
  position: relative; margin: 0; font-size: 16px; line-height: 1; font-weight: 500; font-family: 'thicccboi';
}
.main-navigation #primary-menu > li:hover > a {background-color: #EEEEEE; border-radius: 20px; color: #000;}
.main-navigation > ul > li > a {  display: block; color: #000; padding: 12px 15px; margin: 12px 5px; text-decoration: none; position: relative; }
.main-navigation #primary-menu > li:hover .sub-menu-wrapper{display: block !important;}
.white-header .main-navigation #primary-menu > li:hover a.parent-menu:after{background: url(../svg/arrow-down.svg) 0 0 no-repeat;}
.white-header .main-navigation > ul > li > a {
  color: #fff;
}
.white-header  .main-navigation a.parent-menu:after{ background: url(../svg/arrow-down-white.svg) 0 0 no-repeat; }

.white-header.sticky-header .main-navigation > ul > li > a {
  color: #000;
}
.white-header.sticky-header  .main-navigation a.parent-menu:after{ background: url(../svg/arrow-down.svg) 0 0 no-repeat; }

.main-navigation a.parent-menu:after{width: 12px; height: 8px; content: ""; background: url(../svg/arrow-down.svg) 0 0 no-repeat; display: inline-flex; margin-left: 5px;}

.sub-menu .menu-cta{ margin-left: 100px; background: #fff; padding: 20px; width: 240px; box-shadow: 0 15px 41px 3px rgba(203,199,238, 0.5); border-radius: 6px;}
.sub-menu .menu-cta .menu-cta-img{width: 100%; margin: 0 0 15px;}
.sub-menu .menu-cta h3{ margin: 0 0 15px; font-size: 20px; color: #000; font-family: 'thicccboi'; line-height: 1.1; font-weight: 500;}
.sub-menu .menu-cta p{color: #707070; font-family: 'thicccboi'; font-size: 14px; line-height: 1.5; margin: 0 0 20px;}
.sub-menu .menu-cta a{background: #563CFB; color: #fff; font-size: 17px; border-radius: 25px; border: 1px solid #563CFB; text-decoration: none; padding: 12px 24px; line-height: 1; display: inline-block;  font-family: 'thicccboi'; transition: all 0.3s ease-in-out; margin: 0;}
.sub-menu .menu-cta a:hover{background: none; color: #563CFB;}
.main-navigation li:hover ul.sub-menu li{list-style: none; margin: 0;	font-size: 16px;	padding: 5px 0 0;}


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

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


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

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



/*--------------------------------------------------------------
# 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;
}

.header-logo {
  width: 140px; height: auto; display: inline-flex; padding: 15px 0;
}
.header-logo img{max-width: inherit;}
.site-header .header-logo img.light-logo{display: none;}
.site-header .header-logo img.dark-logo{display: block;}
.site-header.white-header .header-logo img.light-logo{display: block;}
.site-header.white-header .header-logo img.dark-logo{display: none;}
.site-header.white-header.sticky-header .header-logo img.light-logo{display: none;}
.site-header.white-header.sticky-header .header-logo img.dark-logo{display: block;}
.header-left {
  display: flex; align-items: center; width: auto;
}
.header-right {
  display: flex; align-items: center;
}
.header-right a{color: #000; font-size: 16px; font-weight: 500; text-decoration: none; font-family: 'thicccboi'; transition: all 0.3s ease;}
.header-right a:hover{color: #563CFB;}
.header-right .btn-cta {border: 1px solid #563CFB; background: #563CFB; margin-left: 30px; height: auto; padding: 15px 20px; font-size: 16px; font-weight: 500; color: #fff;}
.header-right .btn-cta:hover { background: none; color: #563CFB !important;}
.white-header .header-right a{color: #fff;}
.white-header .header-right a span{background-color: #fff;}
.white-header .header-right a:hover{color: #563CFB;}
.white-header .btn-cta{border: 1px solid rgba(255,255,255,0.3);}

.white-header.sticky-header .header-right a{color: #000;}
/* .white-header.sticky-header .header-right a:hover{color: #563CFB;} */
.white-header.sticky-header .header-right .btn-cta{border: 1px solid rgba(0,0,0,0.3); color: #fff;}


.banner-wrap{width: 100%; background: #fff; padding: 0; max-width: 100%; margin: 0 auto; animation: bannerAnimation 1s ease forwards;
  /* transition: padding 0.5s ease;  */
  position: relative; z-index: 998;}
body.loaded .banner-wrap{
  /* padding: 65px 30px 0 30px;  */
  
}
.banner{width: 100%; display: flex; background-repeat: no-repeat; background-position: center 0; padding: 80px 0 0; border-radius: 0px; position: relative; z-index: 99; animation: bannerBorderRadiusAnimation 1500ms ease forwards;
  /* transition: border-radius 0.7s linear; */
  background-color: #000;}
/* body.loaded .banner{border-radius: 20px;} */
.banner .banner-ft-text{text-align: center; margin-bottom: 30px;  opacity: 0; transform: translateY(30px); animation: bannerText 800ms ease-in-out 500ms forwards;}
.banner .banner-ft-text h1{font-size: 3.2em; font-weight: 600; color: #fff; margin: 0 0 10px; line-height: 1;}
.banner .banner-ft-text p{color: #fff; font-size: 20px; line-height: 1.5; margin: 0 0 25px; letter-spacing: 0.5px;}
.banner .banner-ft-text a.btn{color: #fff; border: 2px solid #FFFFFF; border-radius: 30px; font-size: 17px; line-height: 1; text-decoration: none; display: inline-block; padding: 15px 25px; transition: all 0.3s ease-in-out;}
.banner .banner-ft-text a.btn-solid:hover{ background: none; border-color: #fff; color: #fff;}
.btn-white-outline{color: #fff; border: 2px solid #FFFFFF; border-radius: 30px; font-size: 17px; line-height: 1; text-decoration: none; display: inline-block; padding: 15px 25px; transition: all 0.3s ease-in-out;}
.btn-white-outline:hover{background: #4D53F4; border-color: #4D53F4;}
.btn-black-outline{color: #000; border: 2px solid #000; border-radius: 30px; font-size: 17px; line-height: 1; text-decoration: none; display: inline-block; padding: 15px 25px; transition: all 0.3s ease-in-out;}
.btn-black-outline:hover{background: #4D53F4; border-color: #4D53F4; color: #fff;}
.banner .banner-ft-img{text-align: center; margin: 0 auto -160px; position: relative; max-width: max-content; width: 100%; opacity: 0; animation: bannerText 800ms ease-in-out 1000ms forwards;}
.banner .banner-ft-img .banner-left-ft-img{position: absolute; left: -22px; top: 70px;}
.banner .banner-ft-img .banner-center-ft-img{width: 100%; max-width: 1164px;}
.banner .banner-ft-img .banner-right-ft-img-1{position: absolute; right: -38px; top: 45px;}
.banner .banner-ft-img .banner-right-ft-img-2{position: absolute; right: -38px; top: 150px;}
.banner .banner-ft-img .banner-right-ft-img{position: absolute; right: -38px; top: 50px;}

.home-block-1{width: 100%; display: flex; padding: 180px 0 0; flex-direction: column;}
.highlight-title{text-align: center; text-transform: uppercase; font-weight: 400; font-size: 8em; color: #000000; line-height: 1; margin: 0 0 150px; letter-spacing: -1px;}
.highlight-title span{margin-left: 1.3em;}
.home-performance{width: 100%; display: flex; flex-direction: column; position: relative; background: #fff; z-index: 98; padding: 0 0 50px;}
.home-performance .inner-wrapper{display: flex; justify-content: space-between;  height: fit-content;  align-items: flex-start;}
.performance-ft-img{width: 60%; position: sticky; top: 18vh; height: 75vh;}
.performance-ft-img img, .performance-ft-img video{display: block; border-radius: 20px; overflow: hidden; position: absolute; max-width: 100%; height: auto;}
.section-1-ft-img, .section-2-ft-img, .section-3-ft-img{transition: all 0.5s ease-in-out; opacity: 0;}
.section-1-ft-img.active, .section-2-ft-img.active, .section-3-ft-img.active{opacity: 1;}
.performance-ft-content{width: 40%; height: 100%;}
.performance-ft-content .ft-content-wrapper{padding-left: 70px; padding-top: 70px; padding-right: 70px; margin-bottom: 45vh;}
.performance-ft-content .ft-content-wrapper h3{font-weight: 500; color: #000; font-size: 2.5em; line-height: 1.1; margin: 0 0 20px;}
.performance-ft-content .ft-content-wrapper p{margin: 0 0 30px; color: #4A445F; font-size: 17px; line-height: 1.5; font-weight: 400;}
.performance-ft-content .ft-content-wrapper:nth-of-type(3){margin-bottom: 25vh;}
.performance-ft-content .section-ft-img{display: none;}
.btn-solid{padding: 17px 28px; width: auto;	display: inline-block;	text-align: center;	border-radius: 25px;	font-weight: 500;	color: #fff;	font-size: 16px;	line-height: 1;	text-decoration: none; border: 1px solid #563CFB; background: #563CFB; transition: all 0.3s linear;}
.btn-solid:hover{color: #563CFB; background: none;}
.btn-solid-white{padding: 17px 28px; width: auto;	display: inline-block;	text-align: center;	border-radius: 25px;	font-weight: 500;	color: #000;	font-size: 16px;	line-height: 1;	text-decoration: none; border: 1px solid #fff; font-weight: 500; background: #fff; transition: all 0.3s linear;}
.btn-solid-white:hover{color: #fff; background: none;}
.btn-solid-yellow{padding: 17px 28px; width: auto;	display: inline-block;	text-align: center;	border-radius: 25px;	font-weight: 500;	color: #fff;	font-size: 16px;	line-height: 1;	text-decoration: none; border: 1px solid #563CFB; font-weight: 500; background: #563CFB; transition: all 0.3s linear;}
.btn-solid-yellow:hover{color: #563CFB; background: none;}

.home-block-2{width: 100%; display: flex; padding: 100px 0 50px; flex-direction: column; background: url(../webp/portfolio-bg.webp) right 0 no-repeat #000; background-size: cover;}
.home-block-2 h3{font-size: 2.8em; line-height: 1; color: #fff; font-weight: 500; margin: 0 0 75px; padding: 0 0 0 65px;}
#portfolio-tabs{margin: 0 0 75px; padding: 0 0 0 65px; width: 100%; display: flex; justify-content: flex-start; flex-wrap: nowrap;}
#portfolio-tabs li{list-style: none; margin-right: 15px;}
#portfolio-tabs li a, #portfolio-tabs.portfolio-filters .filter-button{border: 1px solid #563CFB; font-size: 17px; line-height: 1; text-decoration: none; color: #fff; font-weight: 400; transition: all 0.3s ease; padding: 16px 40px; border-radius: 35px; background: none;}
#portfolio-tabs li a:hover, #portfolio-tabs li a.active, #portfolio-tabs.portfolio-filters .filter-button:hover, #portfolio-tabs.portfolio-filters .filter-button.active{background: #563CFB;}

#portfolio-blocks{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around;}
#portfolio-blocks .showcase{width: 40%; padding-right: 50px; margin-bottom: 50px;}
#portfolio-blocks .showcase .showcase-main-img{width: 100%; background-repeat: no-repeat; background-position: center 0; height: 365px; background-size: cover; position: relative; border-radius: 20px; margin-bottom: 20px; }
/* .home #portfolio-blocks .showcase .showcase-main-img{height: 365px; border-radius: 20px;} */
/* #portfolio-blocks .showcase .showcase-main-img:hover{opacity: 0.2;}
#portfolio-blocks .showcase .showcase-main-img:hover .showcase-link{background-color: rgba(86, 60, 251, 0.3); transition: all 0.3s ease;} */
.showcase-link{width: 100%; height: 100%; display: inline-block; position: absolute; left: 0; top: 0; z-index: 99;}
#portfolio-blocks .showcase .showcase-main-img img{position: absolute; right: -30px;	top: 50%;	transform: translateY(-48%);	border-radius: 10px; transition: all 0.5s ease; max-height: 55%; max-width: 120px;}
#portfolio-blocks .showcase h4{color: #fff; font-size: 1.5em; margin: 0 0 5px; font-weight: 400; line-height: 1;}
#portfolio-blocks .showcase h4 a{color: #fff; text-decoration: none;}
#portfolio-blocks .showcase p{color: #959595; margin: 0; font-size: 17px; font-weight: 400;}
#portfolio-blocks .showcase p a{color: #959595; text-decoration: none;}
#portfolio-blocks .showcase .showcase-main-img:hover img{transform: translateY(-55%);}

.template-portfolio #portfolio-blocks{justify-content: space-between;}
.template-portfolio #portfolio-blocks .showcase{width: 31%; padding-right: 0;}
.template-portfolio #portfolio-blocks .showcase .showcase-body{ position: relative;  display: block; margin: 0 0 20px; transition: height .5s ease-out;  width: fit-content;  border-radius: 10px;  overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.3);}
.template-portfolio #portfolio-blocks .showcase .showcase-body .showcase-overlay{position: absolute; top: 0;  bottom: 0;  width: 100%;  background: #000;  opacity: 0;  transition: opacity .3s ease;}
.template-portfolio #portfolio-blocks .showcase .showcase-body:hover .showcase-overlay{opacity: 1;}
.template-portfolio #portfolio-blocks .showcase .showcase-body img{transform: translate(0) scale(1.05); display: block; margin: auto;  transition: opacity .3s ease;  max-height: 100%;}
.template-portfolio #portfolio-blocks .showcase .showcase-body:hover img{opacity: .3;}
.template-portfolio #portfolio-blocks .showcase .showcase-body .showcase-btns{ top: 0; position: absolute;  bottom: 0;  width: 100%;  display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0;  max-height: 610px;  transition: opacity .3s ease; }
.template-portfolio #portfolio-blocks .showcase .showcase-body:hover .showcase-btns{opacity: 1;}
.showcase-btns a.btn{ font-size: 18px;  padding: 17px 25px; text-align: center;  border-radius: 30px; text-decoration: none; line-height: 1; border: 1px solid #fff; color: #fff; width: 230px; transition: all 0.3s linear;}
.showcase-btns a.btn:hover{border: 1px solid rgb(201, 114, 255); color: rgb(201, 114, 255);}
.showcase-btns a.btn-solid{font-size: 18px;  padding: 17px 25px;  border-radius: 30px; width: 230px; margin-bottom: 20px; text-align: center;}
.showcase-btns a.btn-solid:hover{background-color: rgb(201, 114, 255); color: #fff; border-color: rgb(201, 114, 255);}

.home-block-3{width: 100%; padding: 100px 0 50px; display: flex; flex-direction: column;}
.heading-style-2{width: 100%; display: flex; justify-content: space-between; margin-bottom: 75px; padding: 0 8vw;}
.heading-style-2 h3{color: #1D1832; font-weight: 500; font-size: 2.8em; list-style: none; line-height: 1; margin: 0;}
.heading-style-2.big-font h3{font-size: 3.2em;}
.heading-style-2 p{margin: 0; color: #4A445F; font-size: 17px; line-height: 1.5;}
.heading-style-2.text-white h3, .heading-style-2.text-white p{color: #fff;}
.home-block-3 .ft-img{text-align: center; max-width: fit-content; width: 100%; margin: 0 auto 70px; position: relative;}
.home-block-3 .ft-img .power-ft-img-2{position: absolute; left: -35px; bottom: 35px;}
.home-block-3 .ft-img .power-ft-img-3{position: absolute; right: 15px; bottom: 0;}

.col-3-layout{width: 106%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 -3%;}
.col-3-layout > div {width: 33%; margin-bottom: 50px; padding: 0 3%;}
.col-3-layout.layout-center-align > div{text-align: center;}
.col-3-layout > div h4{font-size: 1.2em; line-height: 1.2; color: #000; font-weight: 500; margin: 0 0 20px; border-bottom: 1px solid #2E264C; padding: 0 0 10px;}
.col-3-layout.no-underline > div h4{padding: 0; border-bottom: none;}
.feature-v3 .col-3-layout > div h4{font-size: 1em; margin: 0 0 10px;}
.col-3-layout > div p{color: #4A445F; font-size: 17px; line-height: 1.5; margin: 0;}
.col-3-layout-small{justify-content: center; width: 100%; margin: 0;}
.col-3-layout-small > div{width: 30%;}
.col-3-layout.layout-center-align > div .ft-icon{justify-content: center;}
.col-3-layout > div ul{margin: 0; padding: 0;}
.col-3-layout > div ul li{background: url(../svg/purple-tick.svg) 0 0 no-repeat; font-size: 17px; padding: 0 0 0 30px; margin: 0 0 15px; list-style: none;}

.home-block-4{width: 100%; padding: 100px 0 0; display: flex; flex-direction: column; background-repeat: no-repeat; background-position: center 0; background-size: cover; content-visibility: visible !important; }
.home-block-4 .inner-wrapper{position: relative;}
.home-block-4 .heading-block-1{position: absolute; left: 0; margin-top: 75px;}
.home-block-4 .heading-block-1 h3{text-transform: uppercase; color: #fff; font-weight: 500; font-size: 5em; margin: 0 0 30px; line-height: 1;}
.home-block-4 .featured-img{margin-bottom: -150px;}

.home-block-5{width: 100%; padding: 200px 0 50px; display: flex; flex-direction: column; }
.home-block-5 h3{color: #1D1832; font-weight: 500; font-size: 2.8em; list-style: none; line-height: 1; margin: 0 0 50px;}
.home-block-5 .col-3-layout > div .ft-icon{margin-bottom: 25px; height: 54px; display: flex; align-items: center;}
.home-block-5 .col-3-layout > div .ft-icon img{max-height: 100%;}
.home-block-5 .col-3-layout > div h4{font-size: 22px; line-height: 1; color: #2E264C; font-weight: 500; padding: 0; margin: 0 0 15px; border-bottom: none;}
.home-block-5 .col-3-layout > div p{color: #545454; font-size: 17px; line-height: 1.5; margin: 0;}

.home-block-6{width: 100%; padding: 0 0 50px; display: flex; flex-direction: column; }
.home-block-6 h3{color: #1D1832; font-weight: 500; font-size: 2.8em; list-style: none; line-height: 1; margin: 0 0 50px; text-align: center;}
.col-4-layout{width: 102%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 -1%;}
.col-4-layout > div {width: 23%; padding: 0; margin: 0 1% 50px;}
.col-4-layout > div h4{font-size: 1.4em; line-height: 1.2; color: #2E264C; font-weight: 500; margin: 0 0 20px; border-bottom: 1px solid #2E264C; padding: 0 0 10px;}
.col-4-layout > div p{color: #4A445F; font-size: 17px; line-height: 1.5; margin: 0;}
.home-block-6 .col{background-size: auto 110%; background-repeat: no-repeat; background-position: center center; width: 100%; min-height: 100%; padding: 45px 40px; border-radius: 20px;}
.home-block-6 .col .ft-icon{height: 65px; width: auto; display: inline-block; margin: 0 0 40px;}
.home-block-6 .col .ft-icon img{display: block; max-height: 100%; width: auto;}
.home-block-6 .col p{color: #fff; font-size: 20px; line-height: 1.2; margin: 0; font-weight: 400;}
.animate-up-cols .col{transform: translateY(0); transition: all 0.3s ease-in-out;}
.animate-up-cols .col:hover{transform: translateY(-20px);}

.home-block-7{width: 100%; padding: 240px 0 50px; display: flex; flex-direction: column; background: url(../webp/template-bg.webp) center 0 no-repeat; background-size: 100% auto; content-visibility: visible !important;}
.section-header{margin: 0 0 75px; width: 100%;}
.action-btns{padding-bottom: 60px;}
.home-block-7 h3{color: #1D1832; font-weight: 900; font-size: 4em; line-height: 1; margin: 0 0 50px; text-align: center;}
.home-block-7 h3 .text-gradient{  background: #5130D6;  background: linear-gradient(to right, rgb(77, 83, 244) 0%, rgb(201, 114, 255) 100%); -webkit-background-clip: text; background-clip: text;  -webkit-text-fill-color: transparent;}
.home-block-7 .post-listing{margin: 0 0 50px;}
.home-block-7 .post-listing li .ft-img{height: auto; margin: 0 0 30px;}
.home-block-7 .post-listing li .ft-img img{display: block;}
.home-block-7 .post-listing li .ft-content h3{text-align: left; font-size: 1.2em;  line-height: 1.2; font-weight: 500; margin: 0 0 10px;}
.home-block-7 .post-listing li .ft-content p{margin: 0; line-height: 1.5; font-size: 17px; color: #545454;}
.grid-layout{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0;}
.grid-layout > div {width: 48%; margin: 0 0 50px; background-color: #F2F2F4; border-radius: 20px; padding: 50px; background-size: cover; position: relative; overflow: hidden; background-position: center 0; background-repeat: no-repeat;}
.features-content .grid-layout > div{ padding: 40px 50px 20px 50px;}
.grid-layout > div.grid-block-dark{background-color: #27262C;}
.grid-layout > div.grid-block-dark h4{color: #fff;}
.grid-layout > div.grid-block-dark p{color: #fff;}
/* .grid-layout > div:nth-child(3n){width: 100%; margin: 0 0 50px; display: flex; justify-content: space-between;}
.grid-layout > div:nth-child(3n) .ft-icon{width: 65%;}
.grid-layout > div:nth-child(3n) .ft-content{width: 35%; padding-left: 5%; padding-top: 50px; margin-bottom: 0;} */
.grid-layout > div .ft-content{margin-bottom: 50px;}
.grid-layout > div .ft-icon{text-align: center;}
.grid-layout > div h4{font-size: 1.6em; line-height: 1.3; color: #2E264C; font-weight: 500; margin: 0 0 15px;}
.grid-layout > div p{color: #000; font-size: 17px; line-height: 1.5; margin: 0 0 20px;}
.grid-layout > div p:nth-last-of-type(){ margin: 0 0 50px; }
.grid-layout > div ul{ margin: 15px 0 0 20px; padding: 0;}
.grid-layout > div ul li{color: #000; font-size: 17px; line-height: 1.3; margin: 0 0 10px;}
.grid-layout > div:nth-child(4) h4{ color: #fff;}
.grid-layout > div:nth-child(4) p{color: #fff;}
.grid-layout > div:nth-child(4) .ft-icon{position: absolute; right: 0;}
.grid-block-full{width: 100%; overflow: hidden; border-radius: 20px; background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 70px 40px 50px; display: flex; flex-direction: column; margin: 0 0 50px;}
.grid-block-full .ft-content{ text-align: center; margin: 0 0 30px;}
.grid-block-full .ft-content h4{font-size: 2.8em; color: #fff; margin: 0 0 20px; font-weight: 600; line-height: 1;}
.grid-block-full .ft-content p{color: #fff; font-size: 18px; line-height: 1.5; margin-top: 0;}
.powerful-ecommerce-block .banner-ft-img{    width: fit-content;  text-align: center;  position: relative;  display: block;  margin: 0 auto;}
.powerful-ecommerce-block .banner-ft-img .banner-left-ft-img{position: absolute; left: -100px; top: 100px;}
.powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-1{position: absolute; right: -85px; top: 130px;}
.powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-2{position: absolute; right: -90px; top: 330px;}
.site-performance-block .banner-ft-img{ width: fit-content;  text-align: center;  position: relative;  display: block;  margin: 0 auto;}
.site-performance-block .banner-ft-img .banner-left-ft-img-1{position: absolute; left: -100px; top: 80px;}
.site-performance-block .banner-ft-img .banner-left-ft-img-2{position: absolute; left: -110px; top: 230px;}
.site-performance-block .banner-ft-img .banner-right-ft-img-1{position: absolute; right: -40px; top: 100px;}
.site-performance-block .banner-ft-img .banner-right-ft-img-2{position: absolute; right: -90px; top: 270px;}
.grid-layout-2{width: 100%; display: flex; justify-content: space-between; margin: 0 0 50px;}
.grid-layout-2 .left-grid-block{width: 40%;}
.grid-layout-2 .right-grid-block{width: 57%;}
.grid-layout-2 .grid-block-yellow{width: 100%; height: 100%; background-color: #FFBE43; border-radius: 20px; padding: 50px;}
.grid-layout-2 .grid-block-blue{background-color: #ADE2F4; border-radius: 20px; padding: 40px 40px 20px 40px; display: flex; justify-content: space-between; margin: 0 0 30px; align-items: center;}
.grid-layout-2 .grid-block-blue .ft-content{width: 45%; margin: 0;}
.grid-layout-2 .grid-block-grey{background-color: #F2F2F4; border-radius: 20px; padding: 40px 40px 20px 40px; display: flex; justify-content: space-between; align-items: center;}
.grid-layout-2 .grid-block-grey .ft-content{width: 45%; margin: 0;}
.grid-layout-2 .ft-content{margin: 0 0 50px;}
.grid-layout-2 .ft-content h4{margin: 0 0 15px; font-size: 1.5em; color: #000; line-height: 1; font-weight: 600;}
.grid-layout-2 .ft-content p{font-size: 18px; line-height: 1.3; margin: 0 0 10px;}
.grid-layout-2 .ft-content a{color: #000; text-decoration: none; font-size: 18px; line-height: 1.2; }
.grid-layout-2 .ft-content a:hover{border-bottom: 1px solid #000;}
.grid-layout-2 .ft-icon{text-align: center;}

.developer-mode-block{flex-direction: row; align-items: center; justify-content: space-between; padding: 90px 50px;}
.developer-mode-block .banner-ft-img{padding-right: 5%;}
.developer-mode-block .ft-content{width: 350px; text-align: left; padding-right: 50px;}
.developer-mode-block .ft-content h4{font-size: 1.5em;}
.developer-mode-block .ft-content p{line-height: 1.5;}

.testimonial-block{width: 100%; padding: 0 0 50px 0; display: flex; flex-direction: column; position: relative;}
.gradient-effect{width: 100%; position: absolute; height: 100%; z-index: -1; overflow: hidden; left: 0; top: 0;}
.banner .gradient-effect{border-radius: 20px; opacity: 0; animation: bannerGradient 800ms linear forwards; animation-delay: 800ms;}
.footer-1 .gradient-effect{z-index: 1;}
.footer-1 a.btn{color: #000; border: 2px solid #FFFFFF; background-color: #fff;  border-radius: 30px;  font-size: 18px;  line-height: 1;  text-decoration: none;  display: inline-block;  padding: 15px 25px;  transition: all 0.3s ease-in-out; font-weight: 500;}
.footer-1 a.btn:hover{background: #4D53F4;  border-color: #4D53F4; color: #fff;}
.gradient-effect .effect-1{background: url(../svg/effect-3.svg) center center no-repeat; background-size: contain; width: 500px; height: 500px; display: inline-block; position: absolute; animation: animateBg 50s linear infinite; left: 0; top: 0;}
.gradient-effect .effect-2{background: url(../svg/effect-2.svg) center center no-repeat; background-size: contain; width: 500px; height: 500px; display: inline-block; position: absolute; animation: animateBg1 50s linear infinite; right: 0; top: 0;}
.gradient-effect .effect-3{background: url(../svg/effect-2.svg) center center no-repeat; background-size: contain; width: 500px; height: 500px; display: inline-block; position: absolute; animation: animateBg1 50s linear infinite; left: 0; top: 20%;}

.color-ball {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(69,207,160,0.8), rgba(69,207,160,0.8), rgba(69,207,160,0.8), rgba(69,207,160,0.8) 100%);
  border-radius: 25%;
  filter: blur(50px); z-index: 9;
  /* animation: move 10s infinite; */
}
.color-ball-xs {
  position: absolute;
  width: 350px;
  height: 200px;
  background: radial-gradient(circle, rgba(69,207,160,0.8), rgba(69,207,160,0.8), rgba(69,207,160,0.8), rgba(69,207,160,0.8) 100%);
  border-radius: 25%;
  filter: blur(50px); z-index: 9;
  /* animation: move 10s infinite; */
}
.dot-effect{
  width: 100%; height: 100%; background-image: url(../png/bg-1.png); background-position:  center bottom; background-repeat:  no-repeat; background-size: cover; display: inline-block; position: absolute; z-index: 99; opacity: 0.2; left: 0;
}

.color-ball-1 {
  bottom: -10%; height: 300px;
  left: -10%; animation: animate-ball-1 50s infinite;
}
.color-ball-xs-1 {
  bottom: -15%; height: 300px; width: 500px; border-radius: 30%; filter: blur(75px);
  left: -15%; animation: animate-ball-xs-1 40s infinite;
}

.color-ball-2 {
  bottom: -15%;
  right: -10%;
  background: radial-gradient(circle,  rgba(255,235,42,1),  rgba(255,235,42,1),  rgba(255,235,42,1), rgba(255,235,42,1) 100%); animation: animate-ball-2 20s infinite;
}
.color-ball-xs-2 {
  bottom: -10%; height: 270px; width: 250px; transform: rotate(30deg);
  right: -10%;
  background: radial-gradient(circle,  rgba(255,235,42,1),  rgba(255,235,42,1),  rgba(255,235,42,1), rgba(255,235,42,1) 100%); animation: animate-ball-xs-2 50s infinite; filter: blur(70px);
}
.color-ball-3 {
  top: 18%; filter: blur(75px);
  right: -10%; width: 1000px; height: 650px; border-radius: 50%; transform: rotate(-22deg);
  background: radial-gradient(circle, rgba(177,138,255,0.8) 0%, rgba(177,138,255,0.8) 30%, rgba(177,138,255,0.8) 60%, rgba(177,138,255,0.8) 100%); animation: animate-ball-3 30s infinite;
}
.color-ball-xs-3 {
  top: -10%; filter: blur(75px); 
  right: -10%; width: 1270px; height: 350px; border-radius: 10%; transform: rotate(-10deg);
  background: radial-gradient(circle, rgba(177,138,255,0.8) 0%, rgba(177,138,255,0.8) 30%, rgba(177,138,255,0.8) 60%, rgba(177,138,255,0.8) 100%); animation: animate-ball-xs-3 30s infinite;
}

.color-ball-4 {
  bottom: 8%; filter: blur(50px);
  left: 20%; width: 500px; height: 200px; border-radius: 50%; transform: rotate(-8deg);
  background: radial-gradient(circle, rgba(177,138,255,0.8) 0%, rgba(177,138,255,0.8) 30%, rgba(177,138,255,0.8) 60%, rgba(177,138,255,0.8) 100%); animation: animate-ball-4 30s infinite;
}

.testimonial-slide{ width: 100%; display: block; margin: 0 auto;}
.testimonial-slide .testi-title{font-size: 5em; text-align: center; line-height: 1.1; margin: 0 0 30px; padding: 0; font-weight: 700; 
  background-clip: text;   background: #5130D6;  background: linear-gradient(to right, rgb(77, 83, 244) 0%, rgb(201, 114, 255) 100%); -webkit-background-clip: text; background-clip: text;  -webkit-text-fill-color: transparent;
}
.testimonial-slide .testi-content{padding: 0 75px; width: 100%; margin: 0 auto 50px; text-align: center; max-width: 840px;}
.testimonial-slide .testi-content p{font-size: 1.2em; margin: 0; color: #000; line-height: 1.5;}
.testimonial-slide .testi-author{text-align: center;}
.testimonial-slide .testi-author .testi-pic{width: 77px; height: 77px; border-radius: 50%; overflow: hidden; margin: 0 0 5px; display: inline-block;}
.testimonial-slide .testi-author .testi-pic img{width: 100%; height: 100%; display: block;}
.testimonial-slide .testi-author .author-name{font-size: 1.2em; font-weight: 500; color: #000; margin: 0 0 5px;}
.testimonial-slide .testi-author .author-designation{font-size: 17px; font-weight: 400; color: #000; margin: 0;}
#testimonial-slider{width: 100%; position: relative;}
#testimonial-slider .slick-arrow{width: 71px; height: 71px; display: inline-flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 45%; background: url(../svg/testimonial-arrow.svg) center center no-repeat #fff; border-radius: 50%; border: none; padding: 0; z-index: 99; font-size: 0; cursor: pointer;}
#testimonial-slider .slick-next{left: auto; right: 0; transform: rotate(180deg);}

.home-block-8{width: 100%; padding: 50px 0; display: flex; flex-direction: column;}
.home-block-8 h3{color: #1D1832; font-weight: 500; font-size: 2.8em; line-height: 1; margin: 0 0 20px; text-align: center;}
.home-block-8 p.below-title-content{color: #4A445F; margin: 0 0 60px; font-size: 17px; line-height: 1; text-align: center;}
.competition-list .col{background: #F2F2F4; border-radius: 20px; padding: 45px 35px; width: 100%; height: 100%;}
.competition-list .col .ft-icon{height: 60px; display: flex; align-items: center; margin: 0 0 25px;}
.competition-list .col h4{font-size: 1.3em; line-height: 1; color: #2E264C; margin: 0 0 10px; font-weight: 500;}
.competition-list .col p{color: #000; font-size: 17px; line-height: 1.3; margin: 0 0 20px; min-height: 115px;}
.competition-list .col a.checkout-link{color: #6542EE; border-bottom: none; font-size: 17px; text-decoration: none; background: url(../svg/checkout-arrow.svg) right center no-repeat; padding-right: 25px; transition: all 0.3s ease-in-out;}
.competition-list .col a.checkout-link:hover{color: #C972FF; border-bottom: 1px solid #C972FF; background: url(../svg/checkout-arrow-pink.svg) right center no-repeat;}

.call-to-action{width: 100%; padding: 0 0 50px 0; display: flex; flex-direction: column;}
.call-to-action.cta-shortcode{padding: 0;}
.call-to-action .inner-wrapper{display: flex; justify-content: space-between; border-radius: 20px; background: url(../webp/cta-light-bg.webp) right 0 no-repeat; background-size: 100% 100%; padding: 55px 60px; align-items: center;}
.call-to-action.cta-shortcode .inner-wrapper{ background: url(../jpg/feature-cta-bg.jpg) center 0 no-repeat; background-size: cover; padding: 30px 40px 25px 40px; margin: 0 0 35px;}
.call-to-action-block{width: 55%; }
.call-to-action-block h3{color: #000; font-weight: 500; font-size: 1.9em; list-style: none; line-height: 1.2; margin: 0 0 15px; text-align: left;}
.call-to-action.cta-shortcode h3{color: #000; font-weight: 600; font-size: 1.5em; list-style: none; line-height: 1.2; margin: 0; text-align: left;}
.call-text-white h3{color: #fff;}
.call-to-action-block h3 span, .call-to-action-block h4 span{text-transform: uppercase; font-size: 14px; color: #402F86; font-weight: 500; border-radius: 4px; background: #FFE978; padding:8px 10px; margin-left: 20px; line-height: 1; vertical-align: top;}
.call-to-action-block p{color: #000; font-weight: 500; font-size: 20px; line-height: 1.5; margin: 0 0 20px;}
.page-template-features-v3 .call-to-action-block h3{font-size: 1.5em;}
.page-template-features-v3 .call-to-action-block p{font-size: 17px;}
.call-text-white p{color: #fff;}
.call-to-action-right{width: 45%; text-align: right;}
#mc_embed_shell.newsletter-shortcode{margin: 0 0 35px; background: url(../jpg/feature-cta-bg.jpg) center 0 no-repeat; background-size: cover; border: none; border-radius: 20px; padding: 30px 40px 25px 40px;}
#mc_embed_shell.newsletter-shortcode h3{ font-weight: 600; font-size: 1.7em; }
#mc_embed_shell.newsletter-shortcode .mc-field-group{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative;}
#mc_embed_shell.newsletter-shortcode .mc-field-group input[type="email"]{width: calc(100% - 120px);}
#mc_embed_shell.newsletter-shortcode .mc-field-group input[type="submit"]{margin: 0;}

#mc_embed_shell.newsletter-shortcode #mc_embed_signup div.mce_inline_error{right: auto; left: 20px; bottom: -20px;}


.call-to-action-1{width: 100%; padding: 0 0 50px 0; display: flex; flex-direction: column;}
.call-to-action-1 .inner-wrapper{display: flex; justify-content: space-between; border-radius: 20px; background: url(../webp/our-promise-bg.webp) right 0 no-repeat rgb(86,60,251); background-size: cover; padding: 55px 60px; align-items: center;}
.call-to-action-1 .call-to-action-block{width: 75%; }
.call-to-action-1 .call-to-action-block h3{color: #fff; font-weight: 500; font-size: 2.8em; list-style: none; line-height: 1.2; margin: 0 0 15px;}
.call-to-action-1 .call-to-action-block h3 span{text-transform: uppercase; font-size: 14px; color: #402F86; font-weight: 500; border-radius: 4px; background: #FFE978; padding:8px 10px; margin-left: 20px; line-height: 1; vertical-align: top;}
.call-to-action-1 .call-to-action-block p{color: #fff; font-weight: 500; font-size: 1.2em; line-height: 1.5; margin: 0 0 20px;}
.call-to-action-1 .call-to-action-right{width: auto; text-align: center;}

.faq-block{width: 100%; padding: 50px 0 100px; display: flex; flex-direction: column;}
.faq-block h3{color: #22202D; font-weight: 500; font-size: 2.8em; line-height: 1; margin: 0 0 50px; text-align: center;}
ul.faq-list{margin: 0 auto; padding: 0; width: 70%;}
ul.faq-list li{width: 100%; list-style: none; border-radius: 20px; padding: 35px 35px 35px 50px; box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1); border: 1px solid #F9F9F9; margin: 0 0 25px; background-color: #fff;}
ul.faq-list li .ques-block{width: 100%; display: flex; justify-content: space-between; margin: 0; cursor: pointer; position: relative;}
ul.faq-list li .ques-block h5{color: #000000; font-weight: 500; font-size: 20px; line-height: 1.1; margin: 0; padding-right: 35px;}
.action-icon{width: 30px; height: 30px; border: 2px solid #000; border-radius: 50%; display: inline-block; position: absolute; right: 0px; top: 0; text-align: center; transition: all 0.3s linear;}
.action-icon:before, .action-icon:after{content: ""; width: 13px; height: 2px; background: #000; display: inline-block; position: absolute; left: 0; right: 0; margin: 0 auto; top: 12px; transition: all 0.3s linear;}
.action-icon:after{transform: rotate(90deg);}
ul.faq-list li.active .action-icon:after{transform: rotate(0deg);}
ul.faq-list li .ans-block { max-height: 0;  overflow: hidden;  }
ul.faq-list li.active .ans-block {max-height: 50em; transition: max-height 2s linear; }
ul.faq-list li .ans-block p{color: #4A445F; font-size: 17px; line-height: 1.5; margin: 0; padding-top: 25px;}


ul.accordion-list{margin: 0 auto; padding: 0; width: 100%;}
ul.accordion-list li{width: 100%; list-style: none; border-radius: 0; padding: 35px 35px 35px 0; transition: all 0.3s ease-in-out; border-top: 1px solid #C7C7C7; margin: 0; background-color: #fff;}
ul.accordion-list li .accordion-title{width: 100%; display: flex; justify-content: space-between; margin: 0; cursor: pointer; position: relative;}
ul.accordion-list li:first-child{border-top: none;}
ul.accordion-list li .accordion-title h5{color: #000000; font-weight: 500; font-size: 20px; line-height: 1.1; margin: 0; padding-right: 35px;}
.action-icon{width: 30px; height: 30px; border: 2px solid #000; border-radius: 50%; display: inline-block; position: absolute; right: 0px; top: 0; text-align: center; transition: all 0.3s linear;}
.action-icon:before, .action-icon:after{content: ""; width: 13px; height: 2px; background: #000; display: inline-block; position: absolute; left: 0; right: 0; margin: 0 auto; top: 12px; transition: all 0.3s linear;}
.action-icon:after{transform: rotate(90deg);}
ul.accordion-list li.active .action-icon:after{transform: rotate(0deg);}
ul.accordion-list li .accordion-content{width: 100%; padding-right: 100px; margin-top: 25px; display: none;}
ul.accordion-list li .accordion-content p{color: #4A445F; font-size: 17px; line-height: 1.5; margin: 0 0 15px;}

.footer-1{width: 100%; background-color: #000; position: relative; padding: 150px 0; text-align: center;}
.footer-1 .inner-wrapper{position: relative; z-index: 9;}
.footer-1 h3{   margin: 0 0 35px; text-align: center;  font-size: 3.2em;  font-weight: 600;  color: #fff;  line-height: 1;}
.btn-solid-cta{padding: 20px 45px; width: auto;	display: inline-block;	text-align: center;	border-radius: 35px;	font-weight: 500;	color: #fff;	font-size: 17px;	line-height: 1;	text-decoration: none; border: none; font-weight: 500; background: rgb(194,99,253); text-decoration: none; background: linear-gradient(90deg, rgba(194,99,253,1) 0%, rgba(83,69,219,1) 100%, rgba(121,67,239,1) 100%, rgba(121,67,239,1) 100%); transition: all 0.3s linear;}
.btn-solid-cta:after
.btn-solid-cta:hover{ background: rgb(83,69,219); color: #fff;
	background: linear-gradient(90deg, rgba(83,69,219,1) 0%, rgba(194,99,253,1) 100%, rgba(121,67,239,1) 100%, rgba(121,67,239,1) 100%);}

.site-footer{width: 100%; display: flex; flex-direction: column; padding: 55px 0 35px; border-top: 1px solid #C7C7C7; background-color: #fff;}
.footer-menu-wrapper{display: flex; justify-content: space-between; padding: 0 25px 35px; border-bottom: 1px solid #C7C7C7;}
.footer-menu{width: auto;}
.footer-menu-1 p{font-size: 16px; color: #434343; line-height: 1.5;}
.footer-menu h6{margin: 0 0 20px; font-weight: 500; font-size: 17px; line-height: 1; color: #000000;}
.footer-menu ul{ margin: 0; padding: 0;}
.footer-menu ul li{list-style: none; font-size: 16px; color: #434343; margin: 0 0 10px;}
.footer-menu ul li a{color: #434343; text-decoration: none; transition: all 0.3s ease-in-out;}
.footer-menu ul li a:hover{color: #563CFB;}
.footer-bottom{width: 100%; padding: 30px 25px 0;}
.flex-wrapper{display: flex; justify-content: space-between; align-items: center;}
ul.footer-links{margin: 0; padding: 0; display: flex;}
ul.footer-links li{list-style: none; font-size: 0.8em; font-weight: 500; padding: 0 0 0 10px; margin: 0 0 0 10px; line-height: 1; position: relative;}
ul.footer-links li:before{content: ""; border-left: 1px solid #717171; position: absolute; left: 0; height: 14px;}
ul.footer-links li:first-child:before{display: none;}
ul.footer-links li a{color: #717171; text-decoration: none; transition: all 0.3s ease-in-out;}
ul.footer-links li a:hover{color: #563CFB;}
.footer-last{text-align: right; margin-top: 10px;}
.footer-last p.copyrights{margin: 0; font-size: 0.8em; color: #717171; font-weight: 500;}
ul.social-icons{margin: 0; padding: 0; display: flex;}
ul.social-icons li{background: url(../svg/social-icons.svg) 0 0 no-repeat; list-style: none; margin: 0 20px 0 0; opacity: 1;  transition: all 0.3s ease-in-out;}
ul.social-icons li.fb-icon{background-position: 5px 0;}
ul.social-icons li.tweet-icon{background: url(../svg/x-footer.svg) 0 4px no-repeat;}
ul.social-icons li.insta-icon{background-position: -73px 0;}
ul.social-icons li.lkdn-icon{background-position: -117px 0;}
ul.social-icons li a{font-size: 0; width: 22px; height: 22px; display: block; text-decoration: none;}
ul.social-icons li:hover{opacity: 0.9;}
ul.author-social-links li.lkdn-icon{background: url(../svg/linkedin_icon.svg) 0 0 no-repeat;}

.blog-banner{width: 100%; margin: 66px 0 0; padding: 90px 0 50px;}
.blog-ft-text{width: 100%;}
.blog-ft-text p{margin: 0;}
.blog-ft-text p img{width: 140px;}
.blog-ft-text h1{font-size: 5em; font-weight: 700; line-height: 1; margin: 0 0 20px; color: #000;}
.blog-ft-text .banner-text p{color: #000; font-size: 1.2em; line-height: 1.5; margin: 0 0 10px; font-weight: 300;}
.blog-ft-text .banner-text p a{color: #000;}
.blog-ft-text .banner-text strong{font-weight: 500;}
.blog-section{width: 100%; display: inline-block;}
.blog-latest-section{width: 100%; display: inline-block; padding: 75px 0 50px;}
.blog-latest-section h2{color: #000; font-size: 2.8em; font-weight: 500; line-height: 1.1; margin: 0 0 30px;}
.featured-listing{margin: 0; padding: 0; width: 100%; display: flex; height: 750px; align-content: space-between; flex-flow: column wrap;}
.featured-listing li{list-style: none; position: relative; display: flex; flex-direction: column-reverse; margin: 0 0 25px;}
.featured-listing li a.ft-post-link{position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.featured-listing li .entry-meta{display: none;}
.featured-listing li h3{color: #000; font-size: 17px; font-weight: 400; line-height: 1.5; margin: 15px 0 0;}
.featured-listing li:nth-child(2n){order: 2; width: 23%;}
.featured-listing li:nth-child(2n + 1){order: 3; width: 23%;}
.featured-listing li:nth-child(1){order: 1; width: 50%; background-color: #C8D4E4; padding: 40px 50px; flex-direction: column;}
.featured-listing li:nth-child(1) h3{color: #000; font-size: 2.4em; font-weight: 500; line-height: 1.1; margin: 0 0 20px;}
.featured-listing li:nth-child(1) .entry-meta{display: flex; margin: 0 0 20px; align-items: center;}
.post-author-pic img{ display: block; border-radius: 50%;}
.featured-listing li:nth-child(1) .entry-meta .post-author-info{padding-left: 15px;}
.post-author-info p{color: #000; font-size: 17px; line-height: 1.5; margin: 0;}
.post-author-info span.byline{font-weight: 500; text-transform: capitalize;}
.post-author-info span.author{font-weight: 400; text-transform: none; border-bottom: 1px solid #fff;}
.post-author-info span.posted-on{font-weight: 300;}
.single-post-info{color: #fff; font-size: 18px;}
.post-author-info a{ }
#author_details{padding-top: 50px;}
.featured-listing:before, .featured-listing:after {  content: "";  flex-basis: 100%;  width: 0;  order: 2;}
.post-listing{margin: 0 -1%; padding: 0; width: 102%; display: flex; flex-wrap: wrap; }
.post-listing li{list-style: none; position: relative; display: flex; flex-direction: column; margin: 0 1% 25px; width: 31.3%; align-items: flex-start;}
.post-listing li a.ft-post-link{position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition: all 0.3s ease; z-index: 9;}
.post-listing li h3{color: #000; font-size: 17px; font-weight: 600; line-height: 1.5; margin: 0 0 15px;}
.post-listing li a.ft-post-link:hover h3{color: #563CFB;}
.post-listing li .ft-img{width: 100%; height: 310px; background-repeat: no-repeat; background-position: center top; background-size: cover; margin: 0 0 20px;}
.post-listing li .ft-img img{height: 100%; width: 100%; object-fit: cover;}
.post-listing li .press-date{font-size: 16px; color: #545454;  margin: 0 0 10px;}
.post-listing li .more-link{font-size: 16px; color: #6542EE;  text-decoration: none;}
.post-listing li .more-link img{margin-left: 5px; transition: all 0.3s ease;}
.post-listing li .more-link:hover img{margin-left: 15px;}
.home-blog-listing li .ft-img img{border-radius: 20px;}
.home-blog-listing li h3{font-size: 1.2em; line-height: 1.5;  font-weight: 500;}

#brandAssets .post-listing li h3{font-weight: 600; font-size: 24px; margin: 0 0 10px;}
#brandAssets .post-listing li p{font-size: 18px; line-height: 1.3; margin: 0 0 20px;}
#brandAssets .post-listing li a.view-all{text-decoration: none;}
#brandAssets .post-listing li a.view-all img{transform: rotate(90deg); vertical-align: middle;}
.single-post-banner{width: 100%; display: flex; padding: 70px 0 30px; background: url(../webp/single-post-banner-bg.webp) center top no-repeat; background-size: cover; margin: 0; border-radius: 20px; position: relative;}
.single-post-banner h1{color: #fff; margin: 0 auto 20px; font-size: 2.8em; font-weight: 500; max-width: 1000px; line-height: 1.1;}
.single-post-banner .entry-meta{display: flex; margin: 0 auto 50px;  justify-content: center;  text-align: left; align-items: center;}
.single-post-banner .entry-meta .post-author-pic{margin: 0 10px 0 0;}
.single-post-banner .post-author-info p{color: #fff;}
.single-post-banner .post-author-info a{color: #fff;}
.single-post-banner .btn-solid-white{ position: absolute; left: 25px;  top: 25px;  font-size: 14px;  padding: 8px 15px; font-weight: 600; }
.col-3-page-layout{padding: 50px 0 0; width: 100%; display: flex; justify-content: space-between;}
.col-3-page-layout .left-sidebar{width: 210px; position: sticky; top: 30px; max-height: 100vh; overflow-y: auto; border-right: 1px solid #DFDFDF;}
.col-3-page-layout .main-col{max-width: 667px;}
.col-3-page-layout .right-sidebar{width: 260px;}
.right-stick-sidebar{position: sticky; top: 75px; width: 100%;}
.right-sidebar .menu-cta{width: 100%; margin-top: 30px; border-radius: 10px; }
.main-col .post-thumbnail{width: 100%; margin: 0 0 35px; text-align: center;}
.left-sidebar #ez-toc-container{border: none !important; padding: 0 !important; box-shadow: none !important;}
.left-sidebar #ez-toc-container .ez-toc-title-container{ margin: 0 0 5px;}
.left-sidebar #ez-toc-container ul li{margin: 0 0 10px; font-size: 14px; line-height: 1.2; padding: 0 5px 0 0;}
.left-sidebar #ez-toc-container ul li a:hover, .left-sidebar #ez-toc-container ul li a.active{text-decoration: none; color: #563CFB;}
.single-content{width: 100%; margin: 0;}
.single-content p{color: #000; font-size: 18px; margin: 0 0 20px; line-height: 1.5;}
.single-content p.empty-paragraph{margin: 0 !important; height: 25px !important;}
.single-content h2{color: #000; margin: 0 0 20px; font-size: 2.2em; font-weight: 500; line-height: 1.2;} 
.single-content h3{color: #000; margin: 0 0 15px; font-size: 1.8em; font-weight: 500; line-height: 1.1;} 
.single-content h4{color: #000; margin: 0 0 15px; font-size: 1.6em; font-weight: 500; line-height: 1.1;} 
.single-content h5{color: #000; margin: 0 0 15px; font-size: 17px; font-weight: 500; line-height: 1.1;} 
.single-content h6{color: #000; margin: 0 0 15px; font-size: 17px; font-weight: 500; line-height: 1.1;} 
/* .single-content h2 strong, .single-content h3 strong, .single-content h4 strong, .single-content h5 strong, .single-content h6 strong {font-weight: 500;} */
.single-content strong{font-weight: 700;} 
.single-content ul, .single-content ol{margin: 0; padding: 0 0 0 20px;} 
.single-content ul li, .single-content ol li{color: #000; font-size: 17px; margin: 0 0 20px; line-height: 1.5;} 
.single-content a{color: #563CFB; text-decoration: none; transition: all 0.3s ease; font-weight: 700;} 
.single-content a:hover{text-decoration: underline;}
.call-to-action.cta-shortcode a{color: #fff; font-weight: 500;}
.call-to-action.cta-shortcode a:hover{text-decoration: none; color: #563CFB; }
.right-sidebar .post-author-pic{width: 85px; height: 85px; margin: 0 0 20px;}
.right-sidebar .post-author-pic img{width: 100%; height: auto;}
.right-sidebar .post-author-info p.author-name{font-weight: 500; font-size: 1.2em; color: #000; margin: 0 0 10px;}
.right-sidebar .post-author-info p.author-bio{font-size: 16px; color: #000; margin: 0 0 10px;}
.bottom-author-desc{background-color: #F8F8F8; border-radius: 20px; padding: 35px 45px; width: 100%; display: inline-block; margin: 0;}
.bottom-author-desc .entry-meta{display: flex; flex-wrap: wrap;}
.bottom-author-desc .entry-meta .post-author-pic{max-width: 75px; height: 75px; display: flex; width: auto; border-radius: 50%; overflow: hidden;}
.bottom-author-desc .entry-meta .post-author-pic img{width: 75px; max-width: 100%; height: 75px;}
.bottom-author-desc .entry-meta .post-author-info{width: auto; padding-left: 20px;}
.bottom-author-desc .entry-meta .post-author-info small{font-size: 13px; color: #333333; margin: 0 0 10px; line-height: 1;}
.bottom-author-desc .entry-meta .post-author-info p.author-name{font-size: 1.2em; color: #333333; margin: 0 0 5px; line-height: 1;}
.bottom-author-desc .entry-meta .post-author-info .author-social-links{margin: 0 0 10px;}
.bottom-author-desc .entry-meta .author-bio{width: 100%; font-size: 15px; color: #333333; line-height: 1.4;}

.feature-v2{max-width: 1700px; margin: 0 auto; width: 100%;}
body.page-template-template, body.page-template-features, body.page-template-features-v2{background: url(../webp/template-bg.webp) center 0 no-repeat; background-size: 100% auto;}
body.page-template-features-v2{ background: url(../png/feature-bg.png) center 0 no-repeat; background-size: 100% auto;}
.template-header{width: 100%; display: flex; margin: 66px 0 0; padding: 100px 0 40px; text-align: center;}
.feature-v2 .template-header{text-align: left; padding: 125px 0 0;}
.feature-v3 .template-header{padding: 30px 40px 0;}
.template-header h1{color: #1D1832; font-size: 3.2em; margin: 0 0 15px; line-height: 1; font-weight: 700;}
.feature-v2 .template-header h1{font-size: 4.2em;}
.feature-v3 .template-header h1{font-size: 3em;}
.feature-v2 .template-header .wrapper{padding: 0 5%; max-width: 100%;}
.feature-v3 .template-header .wrapper{padding: 0;}
.template-header p{ margin: 0; color: #313131; font-size: 17px;}
.feature-v2 .template-header p{font-size: 20px; font-weight: 300; line-height: 1.5;}
.feature-v3 .template-header p{font-size: 1em; }
.press-header{text-align: left !important;}
.press-header #feature-tabs{justify-content: flex-start;}
.press-header #feature-tabs .filter-button:first-child{margin-left: 0;}
.template-content{width: 100%; display: flex;}
.template-portfolio{width: 100%; padding: 0 0 100px; display: inline-block;}
.portfolio-filters{width: 100%; display: flex; justify-content: center; margin: 0 0 100px; flex-wrap: wrap;}
.portfolio-filters .filter-button{padding: 15px 22px; border-radius: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); font-size: 17px; line-height: 1; color: #333; border: 1px solid #fff; transition: all 0.3s ease-in-out; background: #fff; margin: 0 6px 15px; cursor: pointer;}
.portfolio-filters .filter-button:hover{border: 1px solid #000; text-decoration: none;}
.portfolio-filters .filter-button.active, .portfolio-filters .filter-button.active:hover{background: #6453D8; border-color: #6453D8; color: #fff;}
.template-portfolio #portfolio-blocks h4{font-size: 1em;}
.template-portfolio #portfolio-blocks h4, .template-portfolio #portfolio-blocks h4 a{color: #333;}
.template-portfolio #portfolio-blocks p, .template-portfolio #portfolio-blocks p a{color: #545454;}

.pricing-header{width: 100%; display: flex; margin: 0; padding: 130px 0 300px; text-align: center; background: url(../png/pricing-banner.png) center center no-repeat #FFF4EF; background-size: cover;}
.pricing-header h1{color: #1D1832; font-size: 3.5em; margin: 0 0 25px; line-height: 1; font-weight: 700;}
.pricing-header h1 span{background: #5130D6;  background: linear-gradient(to right, #5130D6 0%, #08A1EE 43%, #FC7BFF 100%); -webkit-background-clip: text; background-clip: text;  -webkit-text-fill-color: transparent;}
.pricing-header .btn-solid{margin: 0 0 15px;}
.pricing-header p{ margin: 0 0 30px; color: #313131; font-size: 20px;}
.pricing-header p.small-text{line-height: 1;}
.pricing-header p small{font-size: 15px;}
.pricing-header p small span{font-size: 12px;}
.pricing-content{width: 100%; display: flex; flex-direction: column;}
.pricing-features{width: 100%; max-width: 1270px; margin: -250px auto 75px; box-shadow: 0 15px 30px rgba(0,0,0,0.06); border-radius: 20px; background: #fff; padding: 75px 50px 100px; position: relative;}
.pricing-features h3{font-weight: 500; font-size: 1.3em; line-height: 1.1; margin: 0 0 40px; text-align: center; color: #000;}
.pricing-features ul{margin: 0; padding: 0; width: 100%; display: flex; flex-wrap: wrap;}
.pricing-features ul li{list-style: none; background: url(../svg/purple-tick.svg) 0 0 no-repeat; padding: 0 0 0 30px; margin: 0 0 10px 5%; color: #000; font-size: 17px; line-height: 1.5; width: 28%;}
.pricing-cta{position: absolute;  width: 100%;  max-width: 830px;  background-repeat: no-repeat;  background-position: center top;  border-radius: 20px; left: 0; right: 0;  padding: 35px 45px; margin: 0 auto; display: flex; align-items: center; top: 85%;}
.pricing-cta h3{text-align: left; color: #fff; margin: 0 0 10px;}
.pricing-cta p{color: #fff; margin: 0; font-size: 17px; font-weight: 400;}
.pricing-cta a.btn-solid{background: #FFE86D; color: #333333; border: 1px solid #FFE86D;}
.pricing-arrow{width: 73px; height: 72px; display: inline-block; background: url(../svg/pricing-arrow.svg) 0 0 no-repeat; position: absolute; bottom: 35px; right: 130px;}
.pricing-content-block-1{width: 100%; background-repeat: no-repeat; background-position: right 0; padding: 100px 0; background-color: #FFF; margin: 0; background-size: contain;}
.pricing-content-block-1 .left-block{width: 40%;}
.pricing-content-block-1 .left-block h3{font-weight: 500; font-size: 2.8em; line-height: 1.1; margin: 0 0 30px; color: #000;}
.pricing-content-block-1 .left-block p{font-size: 17px; line-height: 1.5; margin: 0 0 20px; color: #000;}
.pricing-block-3{background-repeat: no-repeat; background-position: center 0; background-color: #6542EE; background-size: cover; padding-bottom: 140px;}
.pricing-testimonial-block{padding: 100px 0;}
.contact-header{width: 100%; padding: 150px 0 50px; margin: 0; display: flex;}
.contact-header h1{color: #1D1832; font-size: 3.2em; margin: 0 0 10px; line-height: 1; font-weight: 500;}
.contact-header p{margin: 0 0 30px; color: #313131; font-size: 1.2em;}
.contact-content .col-3-layout{width: 103%; margin: 0 -1.5%;}
.contact-content .col-3-layout > div{padding: 0 1.5%;}
.contact-featured-block{box-shadow: -1px 20px 20px 0 rgba(161,161,175,0.15); padding: 35px 45px 50px; border-radius: 20px; border: 1px solid #E7E7F1;}
.contact-featured-block .icon{width: auto; margin: 0 0 20px; display: flex; align-items: center; height: 70px;}
.contact-featured-block .icon img{display: block;}
.contact-featured-block h3{color: #2E264C; line-height: 1; margin: 0 0 15px; font-size: 1.3em; font-weight: 500; padding: 0;}
.contact-content .col-3-layout .contact-featured-block p{color: #545454; line-height: 1.5; font-size: 17px; margin: 0 0 15px; min-height: 105px;}
.contact-featured-block a.contact-link{margin: 0; color: #6542EE; text-decoration: none; font-size: 17px;line-height: 1.7; padding-right: 20px; display: inline-block; position: relative;}
.contact-featured-block a.contact-link:after{width: 0%; height: 1px; background: #6542EE; content: ""; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease-in-out;}
.contact-featured-block a.contact-link:hover:after{width: 100%;}

.website-builder-banner{width: 100%; display: flex; padding: 0; margin: 0; background-repeat: no-repeat; background-position: center 0; background-size: cover; background-color: #8849EF;}
.website-builder-banner .inner-wrapper{display: flex; justify-content: space-between; align-items: center;}
.website-builder-banner .banner-content{width: 40%; display: inline-block;}
.website-builder-banner .banner-content h1{ font-size: 5em;  font-weight: 600;  color: #fff;  margin: 0 0 10px;  line-height: 1;  letter-spacing: 1px;}
.website-builder-banner .banner-content p{color: #fff; font-size: 20px;  line-height: 1.3;  margin: 0 0 25px;}
.website-builder-banner .ft-img img{display: block;}
.website-builder-section-1, .website-builder-section-2{width: 100%; display: flex; padding: 100px 0 0; margin: 0; flex-direction: column;}
.website-builder-content{display: flex; justify-content: space-between; align-items: center; margin: 0 0 75px;}
.website-builder-section-2 .website-builder-content{flex-direction: row-reverse;}
.website-builder-content .ft-img{width: fit-content; max-width: 50%;}
.website-builder-content .ft-content{width: 38%;}
.website-builder-content .ft-content h3{font-weight: 500; color: #000;  font-size: 2.2em;  line-height: 1.1;  margin: 0 0 20px;}
.website-builder-content .ft-content h3 a{color: #000; text-decoration: none;}
.website-builder-content .ft-content p{    margin: 0 0 15px; color: #4A445F;  font-size: 17px;  line-height: 1.5;  font-weight: 400;}
.website-builder-content .ft-content p:last-of-type{margin-bottom: 30px;}

.website-builder-cta-block{width: 100%; display: flex; background-repeat: no-repeat; background-position: center 0; background-size: cover; background-color: #8849EF; padding: 100px 0;}
.website-builder-cta-block .website-builder-content{margin: 0; flex-direction: row-reverse;}
.website-builder-cta-block .website-builder-content h3{color: #fff; font-size: 2.8em;}
.website-builder-cta-block .website-builder-content p{color: #fff;}
.website-builder-cta-block  .website-builder-content .ft-content{width: 35%;}
.world-of-choice, .promote-your-website, .deliver-user-experience{width: 100%; padding: 100px 0 0; margin: 0; display: flex; flex-direction: column;}
.heading-center-block{max-width: 1000px; width: 100%; padding: 0 10px; margin: 0 auto 50px; display: block; text-align: center;}
.heading-center-block h3{color: #1D1832; font-weight: 500;  font-size: 2.8em; letter-spacing: 1px;  line-height: 1;  margin: 0 0 20px; }
.heading-center-block p{color: #000; font-size: 20px;  line-height: 1.5;  margin: 0;}
.heading-center-block p + p{margin-top: 20px;}
.heading-center-block a{margin-top: 20px;}
.portfolio-slider-left, .portfolio-slider-right {width: 100%; display: block; margin: 0 0 15px;}
.portfolio-slider-img{width: 679px; height: 440px; display: inline-block; background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 0 15px;}
.blog-portfolio .portfolio-slider-img{width: 608px; height: 456px;}
/* .ecommerce-builder-banner{width: 100%; display: flex; padding: 150px 0; margin:0; background-repeat: no-repeat; background-position: center 0; background-size: cover; background-color: #291FC2; } */
.ecommerce-builder-banner .banner-content{width: 100%; display: flex; justify-content: space-between; margin: 0 0 100px; align-items: center;}
.ecommerce-builder-banner .banner-content h1{ font-size: 3.8em;  font-weight: 600;  color: #fff;  margin: 0 0 10px;  line-height: 1.1;  letter-spacing: 1px; width: 50%;}
.ecommerce-builder-banner .banner-content p{color: #fff; font-size: 1em;  line-height: 1.3;  margin: 0 0 25px;}
.ecommerce-builder-banner .banner-content > div{width: 40%;}
.ft-img .mob-ft-img{display: none;}
.deliver-user-experience{width: 100%; display: flex; padding: 100px 0 50px; margin: 0; flex-direction: column;}
.heading-left-block{width: 100%; padding: 0; margin: 0 auto 50px; display: block; text-align: left;}
.heading-left-block h3{color: #1D1832; font-weight: 500;  font-size: 2.8em;  line-height: 1.1;  margin: 0 0 30px; }
.heading-left-block p{color: #000; font-size: 1em; font-weight: 400;  line-height: 1.5;  margin: 0; width: 60%;}
.heading-left-block h3 a.view-all{font-size: 20px; color: #6542EE; margin-left: 20px; font-weight: 400; text-decoration: none; border-bottom: 1px solid; transition: all 0.3s ease;}
.heading-left-block h3 a.view-all:hover{border-bottom: 2px solid;}
.heading-left-block  > div{display: flex; justify-content: space-between; align-items: center;}
.home-block-5.pt-100{padding-top: 100px;}
.ecommerce-builder-section{width: 100%; display: flex; padding: 100px 0; margin:0; background-repeat: no-repeat; background-position: center 0; background-size: cover; background-color: #6651E3;}
.ecommerce-builder-section h3{color: #fff;}
.ecommerce-builder-section p{color: #fff; margin: 0 0 30px;}
.ecommerce-builder-section .ft-icon img{display: block;}
.ecommerce-infrastructure{width: 100%; display: flex; padding: 100px 0 0; margin:0; flex-direction: column;}
.payment-gateways{width: 100%; display: flex; padding: 75px 0; margin:0; flex-direction: column;}
.payment-gateways .inner-wrapper{position: relative;}
.payment-gateways-ft-content{position: absolute; width: 100%; text-align: center; top: 50%; transform: translateY(-50%);}
.payment-gateways-ft-content h2{color: #1D1832; font-weight: 500;  font-size: 2.8em;  line-height: 1.1;  margin: 0 0 15px; }
.payment-gateways-ft-content p{color: #000; font-size: 17px; font-weight: 300;  line-height: 1.5;  margin: 0;}
.agency-revenue{width: 100%; display: flex; flex-direction: column; padding: 0; margin:0; position: relative;}
.agency-revenue > img{width: 100%; height: auto;}
.agency-revenue h3{color: #fff; font-size: 3.2em;}
.agency-revenue .inner-wrapper{position: absolute; top: 100px; left: 0; right: 0;}

.ecommerce-block-7 h4{color: #fff !important;}
.ecommerce-block-7 p{color: #fff !important;}
.ecommerce-block-7 .grid-layout > div:nth-child(3n){flex-direction: column-reverse; padding-bottom: 0; margin-bottom: 0; width: 100%; display: flex;}
.ecommerce-block-7 .grid-layout > div:nth-child(3n) .ft-content{width: 100%; padding-left: 0;  text-align: center;}
.ecommerce-block-7 .grid-layout > div:nth-child(3n) h4{font-size: 2.8em;}
.ecommerce-block-7 .grid-layout > div:nth-child(3n) .ft-icon {width: auto; margin: 0 auto -2px;}
.ecommerce-block-7 .grid-layout > div:nth-child(3n) .ft-icon img{display: block;}
.top-performing-store{width: 100%; padding: 100px 0 0; flex-direction: column; display: flex; justify-content: space-between; align-items: center; margin: 0 0 75px;}
.top-performing-store .website-builder-content{flex-direction: row-reverse; align-items: flex-start;}
.top-performing-store .website-builder-content .ft-img{width: 55%;}
.top-performing-store .website-builder-content .ft-content{width: 35%;}
.top-performing-store .website-builder-content .ft-content ul{margin: 0 0 30px; padding: 0;}
.top-performing-store .website-builder-content .ft-content ul li{list-style: none;}
.top-performing-store .website-builder-content .ft-content h5{font-weight: 400; color: #000;  font-size: 1.2em;  line-height: 1.1;  margin: 0 0 10px;}
.top-performing-store .website-builder-content .ft-content p{font-weight: 300;}

.banner.blog-builder-banner {padding-bottom: 40px; background-attachment: scroll;}
.banner.blog-builder-banner .banner-ft-img{margin: 0 auto;}
.drive-traffic-blog{width: 100%; display: flex; flex-direction: column; padding: 75px 0 0; margin: 0;}
.drive-traffic-blog .ft-img{text-align: center; margin: 0 0 75px; width: 100%; padding: 30px 0 0;}
.build-your-blog{width: 100%; display: flex; flex-direction: column; padding: 120px 0; margin: 0; background-position: center 0; background-repeat: no-repeat; background-size: cover; background-color: #5130D6;}
.build-your-blog .inner-wrapper{display: flex; justify-content: space-between; align-items: center;}
.build-your-blog .left-content-block{width: 45%;}
.build-your-blog  h3{color: #fff; font-weight: 500;  font-size: 2.8em;  line-height: 1.1;  margin: 0 0 30px;}
.build-your-blog  p{color: #fff; font-size: 20px; font-weight: 400;  line-height: 1.5;  margin: 0 0 30px;}
.build-your-blog .right-content-block{ width: 45%; padding: 70px 30px 50px 40px; background: #fff; 
  border-radius: 10px; border-top: 4px solid #8B56F5;}
.build-your-blog ul{padding: 0; margin: 0; counter-reset: item-counter; list-style: none;}
.build-your-blog ul li{ margin: 0 0 20px; color: #000; display: inline-flex; align-items: flex-start; justify-content: space-between;}
.build-your-blog ul li p{font-size: 20px; line-height: 1.5; margin: 0; color: #000;}
.build-your-blog ul li:before {  content: counter(item-counter);  counter-increment: item-counter; background-color: #8B56F5; color: #fff; font-size: 1.3em; text-align: center; line-height: 1; border-radius: 50%; display: inline-block; margin-right: 10px; padding: 12px 16px;}
.build-your-blog ul li:nth-child(2):before {background-color: #A7D65A;}
.build-your-blog ul li:nth-child(3):before {background-color: #569FF5;}

.feature-banner {width: 100%; display: flex; background-repeat: repeat-y; background-size: 100% auto; background-position: center 0; padding: 100px 0; margin: 0;}
.feature-banner .inner-wrapper {display: flex; justify-content: space-between;}
.feature-banner .banner-content {width: 375px; padding-right: 50px; padding-top: 50px;}
.feature-banner .banner-content h1{ font-size: 3.2em;  font-weight: 500;  color: #000;  margin: 0 0 15px;  line-height: 1.1;  letter-spacing: 1px; width: 50%;}
.feature-banner .banner-content p{color: #545454; font-size: 17px;  line-height: 1.3;  margin: 0 0 25px;}
.feature-banner .ft-img{max-width: 70%; width: fit-content;}

.explore-all-features{width: 100%; display: flex; margin: 0; padding: 75px 0 50px; flex-direction: column;}
#feature-tabs{width: 100%; display: flex; justify-content: center; margin: 0 0 50px; flex-wrap: wrap;}
#feature-tabs .filter-button{border: 1px solid #7943EF;  font-size: 17px; margin: 0 8px 15px;  line-height: 1;  text-decoration: none; cursor: pointer;  color: #7943EF; background: #fff;  font-weight: 400;  transition: all 0.3s ease;  padding: 14px 32px;  border-radius: 35px;}
#feature-tabs .filter-button:hover, #feature-tabs .filter-button.active{background: #7943EF; color: #fff;}
#feature-section{ width: 100%; display: flex; flex-wrap: wrap;}
#feature-section .feature-block{width: 31%; margin: 0 1% 30px;}
#feature-section .feature-block .feature-block-img{width: 100%; margin: 0 0 25px;}
#feature-section .feature-block .feature-block-img img{display: block;}
#feature-section .feature-block h4{font-size: 1.2em; font-weight: 500; color: #000; margin: 0 0 10px; line-height: 1;}
#feature-section .feature-block p{font-size: 17px; line-height: 1.3; margin: 0; padding: 0 10px 0 0; color: #545454;}
.friday-vibes-section .website-builder-content{margin: 0;}
.friday-vibes-section .website-builder-content .ft-img img{display: block;}
.friday-vibes-section .website-builder-content .ft-content h3{font-size: 2.8em;}
.blog-builder-slider-section{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; padding: 100px 0 0;}
.blog-builder-slider{width: 100%;}
.blog-builder-slider .ft-img{max-width: fit-content; width: auto; padding: 0 20px; margin: 0 0 20px; }
.blog-builder-slider h5{font-size: 17px; color: #000; font-weight: 500; margin: 0; padding: 0 20px;}
.banner.affiliate-banner {padding-bottom: 100px; background-size: cover; height: 735px;}
.banner.affiliate-banner .wrapper{display: flex; flex-direction: column; justify-content: center; }
#press-media-section-1{padding-top: 50px;}
#press-media-section-1 .website-builder-content .ft-content{width: 45%;}
ul.slick-dots{margin: 0; padding: 0; justify-content: center; list-style: none; display: flex;}
ul.slick-dots li{list-style: none; margin: 0 5px;}
ul.slick-dots li button{background: #D9D9D9; width: 8px; height: 8px; border-radius: 20px; font-size: 0; overflow: hidden; border: none;}
ul.slick-dots li.slick-active button{background: #523CD9;}

#press-release-section{width: 100%; display: flex; margin: 0; padding: 50px 0 0; flex-direction: column;}
ul.press-listing{margin: 0; padding: 0; width: 100%; display: flex; flex-direction: column;}
ul.press-listing li{width: 100%; border-top: 1px solid #C8C8C8; padding: 30px 0; margin: 0; list-style: none; display: flex; justify-content: space-between;}
ul.press-listing li:first-child{padding-top: 0; border-top: none;}
ul.press-listing li .ft-img{width: 130px; height: auto;}
ul.press-listing li .ft-img img{display: block;}
ul.press-listing li .ft-content{width: calc(100% - 130px); padding: 0 0 0 45px;}
ul.press-listing li .ft-content .press-date{font-size: 16px; color: #545454; margin: 0 0 5px;}
ul.press-listing li .ft-content p{font-size: 17px; color: #000000; margin: 0 0 12px;}
ul.press-listing li .ft-content .more-link{font-size: 16px; color: #6542EE; text-decoration: none; border-bottom: 1px solid;}
ul.press-listing li .ft-content .more-link img{transition: all 0.3s ease;}
ul.press-listing li .ft-content .more-link:hover img{margin-left: 5px;}
ul.news-listing li{align-items: center;}

ul.news-listing li .ft-content .press-date .source-name{font-weight: 700; color: #000;}
ul.news-listing li a.news-title{text-decoration: none; color: #000; }
ul.news-listing li a.news-title:hover{text-decoration: none; color: #333; border-bottom: 1px solid #563CFB; color: #563CFB;}
.social-section{display: flex; width: 100%; padding: 50px 0 50px; margin: 0; flex-direction: column;}
ul.social-listing{margin: 0; padding: 0; width: 100%; display: flex; justify-content: space-between;}
ul.social-listing li{width: 24%; height: 195px; list-style: none;}
ul.social-listing li a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #F2F2F4; transition: all 0.3s ease;}
ul.social-listing li a:hover{background-color: #D5D5DC;}
ul.social-listing li a i{width: 51px; height: 51px; display: inline-block; background: url(../svg/social-icons-press.svg) 0 0 no-repeat;}
ul.social-listing li a i.facebook{background-position: 11px 0;}
ul.social-listing li a i.tweeter{background: url(../svg/x-press.svg) 0 0 no-repeat; background-size: 51px 51px; }
ul.social-listing li a i.instagram{background-position: -527px 0;}
ul.social-listing li a i.linkedIn{background-position: -806px 0;}

.trending-article{width: 100%; display: flex; margin: 0; padding: 50px 0 50px; flex-direction: column;}
.trending-article .inner-wrapper{display: flex; justify-content: space-between; align-items: center; width: 100%;}
.trending-article .inner-wrapper .ft-img{width: 50%;}
.trending-article .inner-wrapper .ft-img img{display: block;}
.trending-article .inner-wrapper .ft-content{width: 47%; padding-left: 50px;}
.trending-article .inner-wrapper .ft-content h3{font-size: 2.5em; font-weight: 500; color: #22202D; margin: 0 0 30px; padding: 0;}
ul.trending-listing{width: 100%; display: flex; flex-direction: column;}
ul.trending-listing li{list-style: none; width: 100%; padding: 20px 40px 20px 0; border-top: 1px solid #DEDEDE; margin: 0; background: url(../svg/right-arrow-black.svg) 95% 27px no-repeat; transition: all 0.3s ease;}
ul.trending-listing li:hover{background-position: 100% 27px;}
ul.trending-listing li:first-child{padding-top: 0; border-top: none;}
ul.trending-listing li span.article-category{width: 100%; color: #767676; font-size: 15px; font-weight: 400; margin: 0 0 8px; line-height: 1; display: block;}
ul.trending-listing li h5{font-size: 20px; font-weight: 500; line-height: 1; margin: 0; padding: 0;}
ul.trending-listing li h5 a{color: #2E264C; text-decoration: none; display: block; }
#feature-section.help-feature .feature-block{width: 23%; margin-bottom: 50px;}
#feature-section.help-feature .feature-block h4{font-size: 24px; margin-bottom: 15px;}
#feature-section.help-feature .feature-block ul{margin: 0 0 15px; padding: 0;}
#feature-section.help-feature .feature-block ul li{font-size: 17px; color: #545454; line-height: 1.3; margin: 0 0 7px; background: url(../svg/right-arrow-black.svg) 0 5px no-repeat; background-size: 14px auto; padding-left: 20px; list-style: none;}
#feature-section.help-feature .feature-block a.view-all{ font-size: 16px; color: #6542EE;  text-decoration: none;  border-bottom: none;}
#feature-section.help-feature .feature-block a.view-all img{transition: all 0.3s ease; margin-left: 0;}
#feature-section.help-feature .feature-block a.view-all:hover img { margin-left: 5px;}

.squarespace-banner{width: 100%; background-repeat: no-repeat; background-position: center 0; background-size: cover; padding: 100px 0 150px; display: flex; flex-direction: column; position: relative; min-height: 800px; height: 100vh; overflow: hidden;}
.squarespace-banner .banner-content{ max-width: 600px; width: 50%; padding-right: 50px; }
.squarespace-banner .banner-content h1{font-size: 3.2em;  font-weight: 500;  color: #fff;  margin: 0 0 25px;  line-height: 1.1;  letter-spacing: 1px; }
.squarespace-banner .banner-content h4{color: #fff; font-size: 1.3em;  line-height: 1.1;  margin: 0 0 20px; font-weight: 500;}
.squarespace-banner .banner-content p{color: #fff; font-size: 17px;  line-height: 1.5;  margin: 0 0 20px;}
.squarespace-banner .inner-wrapper{display: flex; align-items: center; height: 100%;}
.squarespace-banner .ft-img{position: absolute; right: 0; bottom: 0; max-height: 80%; width: auto;}
.squarespace-banner .ft-img img{display: block;}
.comparision-table-section .heading-center-block{max-width: 1000px;}

.wordpress-banner{width: 100%; background: #fff; padding: 0;  position: relative; display: flex; flex-direction: row-reverse; }
.wordpress-banner .banner-content{ max-width: 600px; width: 40%; padding-right: 30px; }
.wordpress-banner .banner-content h1{font-size: 3.2em;  font-weight: 500;  color: #000;  margin: 0 0 25px;  line-height: 1.1;  letter-spacing: 1px; }
.wordpress-banner .banner-content h4{color: #000; font-size: 1.3em;  line-height: 1.1;  margin: 0 0 20px; font-weight: 500;}
.wordpress-banner .banner-content p{color: #000; font-size: 17px;  line-height: 1.5;  margin: 0 0 20px;}
.wordpress-banner .inner-wrapper{display: flex; align-items: center; height: 100%; position: absolute; left: 0; right: 0; }
.wordpress-banner .ft-img{width: 58%; display: flex; justify-content: flex-end; }
.wordpress-banner .ft-img img{display: block;}

.wix-banner { width: 100%; padding: 120px 0 0; display: flex; flex-direction: column; position: relative; }
.wix-banner .banner-content h1{font-size: 3.2em;  font-weight: 500;  color: #000;  margin: 0 0 25px;  line-height: 1.1;  letter-spacing: 1px; text-align: center;}
.wix-banner .banner-content h4{color: #000; font-size: 1.5em;  line-height: 1.1;  margin: 0 0 20px; font-weight: 500; text-align: center;}
.wix-banner .banner-content p{color: #545454; font-size: 17px;  line-height: 1.5;  margin: 0 0 20px; text-align: center;}
.wix-banner .banner-content div{margin-bottom: 50px;}
.wix-block-7 .grid-layout div:nth-child(3n){ flex-direction: column-reverse;  padding-bottom: 0; margin-bottom: 0; }
.wix-block-7 .grid-layout div:nth-child(3n) .ft-icon { width: auto; margin: 0 auto -2px; }
.wix-block-7 .grid-layout div:nth-child(3n) .ft-icon img{display: block;}
.wix-block-7 .grid-layout div:nth-child(3n) .ft-content {  width: 100%; padding-left: 0;  text-align: center; padding-top: 0; max-width: 80%; margin: 0 auto 30px; }
.wix-block-7 .grid-layout div:nth-child(3n) h4 { font-size: 2.8em; color: #fff; }
.wix-block-7 .grid-layout div:nth-child(3n) p{color: #fff;}

.wordpress-features-block .ft-icon{margin: 0 0 -190px;}
.wordpress-comparision-table{padding-top: 240px;}

.reason-block{width: 100%; display: flex; flex-direction: column; padding: 100px 0 50px;}
#testimonial-slider-2 {width: 100%; background-color: #F2F2F4; border-radius: 30px; padding: 60px 100px;}
.testimonial-block .heading-center-block h3{font-size: 2.8em;}
#testimonial-slider-2 .testimonial-slide .testi-content{    padding: 0 0 35px; width: 100%;  margin: 0 auto 35px;  text-align: center;  max-width: 100%;  border-bottom: 1px solid #000;  text-align: left;}
#testimonial-slider-2 .testimonial-slide .testi-content p{font-size: 1.2em;}
#testimonial-slider-2 .testimonial-slide .testi-author{text-align: left; display: flex; align-items: center;}
#testimonial-slider-2 .testimonial-slide .testi-author .testi-pic{margin-right: 20px;} 
#testimonial-slider-2 .testimonial-slide .testi-author .author-name{margin: 0;}

.weebly-banner { width: 100%; padding: 100px 0 150px; display: flex; flex-direction: column; position: relative; background-repeat: no-repeat; background-size: cover; background-position:  center 0; margin: 70px 0 0; }
.weebly-banner .banner-content h1{font-size: 3.2em;  font-weight: 500;  color: #fff;  margin: 0 0 25px;  line-height: 1.1;  letter-spacing: 1px; text-align: center;}
.weebly-banner .banner-content h4{color: #fff; font-size: 1.5em;  line-height: 1.1;  margin: 0 0 20px; font-weight: 500; text-align: center;}
.weebly-banner .banner-content p{color: #fff; font-size: 17px;  line-height: 1.5;  margin: 0 0 20px; text-align: center;}
.weebly-banner .banner-content div{margin-bottom: 50px; text-align: center;}
.weebly-comparision-table{    background: #fff; padding: 70px 50px;  max-width: 1270px;  width: 100%;  margin: -130px auto 25px;  position: relative;  border-radius: 20px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.weebly-features-block{background: none;}
.weebly-features-block h3{color: #000; line-height: 1.1;}
.weebly-features-block p{color: #4A445F;}
.weebly-visuals .ft-icon{margin: 0 0 -170px 0;}
.weebly-visuals .heading-style-2{margin-bottom: 40px;}
.weebly-verdict{padding-top: 220px;}

.about-banner{width: 100%; display: flex; padding: 180px 0 50px; background-color: #fff;}
.about-banner .banner-content{display: flex; flex-direction: column; align-items: center;}
.about-banner .banner-content h1{font-size: 3.2em;  font-weight: 500; color: #000; margin: 25px 0 20px; line-height: 1;}
.about-banner .banner-content p{color: #000; font-size: 20px; line-height: 1.1; margin: 0 0 30px;}

.dialouge-statement{width: 100%; display: flex; padding: 50px 0 100px;}
.dialouge-statement .inner-wrapper{max-width: 880px;}
.dialouge-statement h3{color: #1D1832; font-weight: 500;  font-size: 2.8em;  letter-spacing: 1px;  line-height: 1.2;  margin: 0 0 90px;}
.dialouge-statement p{color: #000; font-size: 1.2em;  line-height: 1.5;  margin: 0;}
.mark-underline{background: url(../svg/underline.svg) 0 bottom no-repeat; padding-bottom: 47px;}

.positive-change{width: 100%; padding: 250px 0 50px; display: flex;}
.about-industry{}
.home-block-6.about-industry .col .ft-icon{margin: 0 0 10px;}
.home-block-6.about-industry .col h4{border-bottom: none; color: #fff; font-size: 1.4em; padding: 0; margin: 0 0 15px;}
.home-block-6.about-industry .col p{font-size: 17px;}

.default-page-layout{width: 100%; padding: 120px 0 50px;}
.default-page-layout h1.entry-title{font-size: 3.2em; line-height: 1.2; font-weight: 500; margin: 0 0 50px; color: #000;}
.default-page-layout h3.wp-block-heading{font-size: 1.7em; line-height: 1.2; font-weight: 500; color: #000; margin: 0 0 30px;}
#portfolio-tabs li a img{vertical-align: middle;}
.download-link{ background: #fff; color: #000;  border-color: #000; }
.download-link:hover{background: #000; color: #fff;}
#brandAssets{padding: 50px 0 0; width: 100%; display: flex;}

#mc_embed_shell{width: 100%; border: 1px solid #DFDFDF; border-radius: 6px; padding: 20px 20px; margin: 35px 0 0; position: relative; background: #fff;}
#mc_embed_shell h3{font-size: 20px; line-height: 1.2; margin: 0 0 15px; font-weight: 700; color: #000;}
#mc_embed_shell input[type="email"] {font-size: 12px; border-radius: 25px; border: 1px solid #CDCDCD; line-height: 1; padding: 12px 15px; width: 100%;}
#mc_embed_shell input[type="submit"] {border-radius: 25px; background: #000; color: #fff; font-size: 14px; font-weight: 600; padding: 12px 22px; margin: 15px 0 0; border: none; cursor: pointer; transition: all 0.3s ease-in-out;}
#mc_embed_shell input[type="submit"]:hover{background: #333;}
#mc_embed_signup div.mce_inline_error{position: absolute; padding: 0 !important; right: 20px;  color: #6B0505 !important;  background: none !important;  font-size: 12px; margin: 0 !important;}
#mce-success-response{position: absolute; padding: 0 !important; right: 20px;  color: green !important;  background: none !important;  font-size: 12px; margin: 0 !important;}
#share-article{width: 100%; border: 1px solid #DFDFDF; border-radius: 6px; padding: 20px 20px 10px 20px; margin: 0;}
#share-article h3{font-size: 20px; line-height: 1.2; margin: 0 0 15px; font-weight: 700; color: #000;}
#share-article ul{margin: 0; padding: 0;}
#share-article ul li{background: url(../svg/blog-share-icons.svg) 0 0 no-repeat; width: 32px; height: 32px; display: inline-block; margin: 0 5px 10px 0; opacity: 1; transition: all 0.3s ease-in-out;}
#share-article ul li:hover{opacity: 0.75;}
#share-article ul li a{width: 100%; height: 100%; display: block;}
#share-article ul li.share-x{background-position: -42px 0;}
#share-article ul li.share-lkdn{background-position: -84px 0;}
#share-article ul li.share-pintrest{background-position: -126px 0;}
#share-article ul li.share-reddit{background-position: -168px 0;}
.features-tabs{ margin: 0 0 30px; display: inline-block; position: sticky; top: 0;  padding: 75px 0 10px; z-index: 99;}
.features-tabs .wrapper{display: flex; width: 100%; flex-direction: column; padding: 0;}
.features-tabs a.link-section{ text-decoration: none;  border-radius: 8px; font-size: 17px;  line-height: 1;  color: #333;  transition: all 0.3s ease-in-out;   margin: 0;  cursor: pointer; padding: 10px 15px 8px 20px; font-weight: 500;}
.features-tabs .menu-cta{border-radius: 10px; margin: 20px 0 0; position: relative;}
.features-tabs .menu-cta a{width: 100%; height: 100%; display: block;}
.features-tabs .menu-cta a.btn-solid-yellow{position: absolute; width: 80%;  left: 0;  right: 0;  margin: 0 auto;  bottom: 20px;}
.features-tabs a.link-section.active{background: #F0F0F0; color: #5130D6;}
.features-tabs a.link-section:hover{color: #5130D6;}
.call-to-action-features{width: 100%; display: flex; justify-content: space-between; padding: 60px 60px 50px 60px; background: url(../jpg/feature-cta-bg.jpg) center 0 no-repeat; background-size: cover; border-radius: 20px; align-items: center; margin: 0 0 70px;}
.call-to-action-features .call-to-action-block{width: 80%;}
.feature-v2 .call-to-action-features{padding: 45px 45px 40px 45px; margin: 0 0 50px;}
.feature-v2 .call-to-action-features{padding: 30px 40px 25px 40px; margin: 0 0 50px;}

.features-content{padding: 65px 0 0; width: 100%;}
.features-content .post-listing{margin-bottom: 50px;}
.features-content .post-listing li .ft-img{ height: auto; margin: 0 0 30px;}
.features-content .post-listing li .ft-img img{display: block; width: 100%; border-radius: 20px;}
.features-content .post-listing li h3{font-size: 1.2em; line-height: 1; font-weight: 500;}
.features-content .post-listing li p{font-size: 17px; line-height: 1.5; margin: 0;}
.feature-full-width{width: 100%; display: flex; justify-content: space-between; padding: 40px 40px 40px 60px; background: url(../jpg/powerful-ecommerce-bg.jpg) center 0 no-repeat; background-size: cover; border-radius: 20px; margin: 0 0 60px;}
.feature-full-width .ft-content{padding-top: 50px;}
.feature-full-width .ft-content h4{font-weight: 500; font-size: 1.8em;  line-height: 1.1;  margin: 0 0 15px; color: #fff;}
.feature-full-width .ft-content p{font-size: 18px; line-height: 1.5; margin: 0; color: #fff;}
.features-wrapper{padding-top: 100px;}
.features-main{width: calc(100% - 310px); display: inline-block; vertical-align: top; padding: 0 30px;}
.feature-v2 .features-tabs{width: 300px; padding: 65px 10px 0;}
#feature-mobile-menu-wrapper{width: 100%; position: sticky; top: 0; background: #fff; display: none; z-index: 999;}
#feature-mobile-menu-wrapper .feature-mobile-menu-title{width: 100%; padding: 10px 20px; display: block; border-top: 1px solid #eee; border-bottom: 1px solid #eee; text-decoration: none; font-size: 17px; color: #000; font-weight: 300; position: relative; max-height: 90vh; overflow-y: auto;}
#feature-mobile-menu-wrapper .feature-mobile-menu-title:after{content: ""; width: 15px;  height: 9px;  background: url(../svg/dropdown.svg) 0 0 no-repeat;  position: absolute;  right: 20px;  top: 20px;  transition: all 0.3s ease; transform: rotate(270deg);}
ul.feature-mobile-menu{width: 100%; padding: 10px 0 0; display: none; border-bottom: 1px solid #eee; }
ul.feature-mobile-menu li{ list-style: none;  margin: 0; padding: 0;}
ul.feature-mobile-menu li a{text-decoration: none; font-size: 16px; color: #000; font-weight: 300; display: block; padding: 6px 20px;}
#feature-mobile-menu-wrapper .feature-mobile-menu-title.isOpend:after{transform: rotate(360deg);}
#feature-mobile-menu-wrapper .feature-mobile-menu-title.isOpend ~ ul.feature-mobile-menu {display: block; }
.single-post-cta{background: url(../jpg/single-cta-bg.jpg) right center no-repeat; background-size: cover; border-radius: 20px; padding: 35px; display: flex; justify-content: space-between;}
.single-post-cta .single-post-cta-content{width: 50%; max-width: 290px;}
.single-post-cta .single-post-cta-img{width: 50%;}
.single-post-cta .single-post-cta-content h3{font-weight: 600; font-size: 27px;  line-height: 1.2;  margin: 0 0 15px;  color: #fff;}
.single-post-cta .single-post-cta-content ul{padding: 0; margin: 0 0 15px;}
.single-post-cta .single-post-cta-content ul li{ background: url(../svg/tick-icon.svg) 0 1px no-repeat; list-style: none; color: #fff; font-size: 13px; padding-left: 20px; margin: 0 0 5px;}
.call-action-btns{display: flex; }
.get-started-banner .banner-ft-img{margin: 0 auto -300px;}
.get-started-banner .banner-ft-text .banner-tagline{font-size: 28px; margin: 0 0 15px;}
.get-started-block-1{padding-top: 350px !important;}
.get-started-block-1 .post-listing li .ft-img{height: auto; margin: 0 0 30px;}
.get-started-block-1 .post-listing li .ft-img img{border-radius: 20px;}
.get-started-block-1 .post-listing li .ft-content h3 { text-align: left;  font-size: 1.2em;  line-height: 1.2;  font-weight: 500;  margin: 0 0 10px; }
.get-started-block-1 .post-listing li .ft-content p { margin: 0; line-height: 1.5; font-size: 17px;  color: #545454; }
.subscription-price-block .ft-content h4, .subscription-price-block .ft-content p{color: #000;}
.subscription-price-block .ft-content h4 span{ position: relative; background: #5130D6;  background: linear-gradient(to right, #5130D6 0%, #08A1EE 43%, #FC7BFF 100%); -webkit-background-clip: text; background-clip: text;  -webkit-text-fill-color: transparent;}
.subscription-price-block .ft-content h4 span:after{ content: ""; background: url(../svg/underline-1.svg) 0 0 no-repeat; width: 100%; height: 14px; display: inline-block; position: absolute; left: 0; bottom: -10px; background-size: contain;}
/* Popup container */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0; padding: 70px 30px 30px 30px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.popup .btn-solid{position: absolute; right: 50px; top: 10px; }
.popup .btn-solid:hover{background: #C972FF; color: #fff; border-color: #C972FF;}

/* Popup content */
.popup-content {
  margin: 0 auto; /* 15% from the top and centered */
  padding: 0; text-align: center;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* Close button */
.close-btn {
  color: #fff;
  float: right;
  font-size: 40px; position: absolute; right: 15px; top: 10px;
}

.close-btn:hover,
.close-btn:focus {
  color: #D9D9D9;
  text-decoration: none;
  cursor: pointer;
}
.hide-desktop{display: none !important;}
#load-more-container, #load-more-posts-container{text-align: center;}
#load-more{display: none;}
#load-more-posts{display: inline-block;}
#load-more-posts:focus, #load-more-posts:active{color: #fff;}
.single-post-cta .single-post-cta-content .call-action-btns .btn-solid-white,
.single-post-cta .single-post-cta-content .call-action-btns .btn-solid{font-size: 11px; padding: 10px 15px; width: auto; margin-right: 20px;}
.single-post-cta .single-post-cta-content .call-action-btns .btn-solid{background: none; border-color: #fff;}
.single-post-cta .single-post-cta-content .call-action-btns .btn-solid:hover{background: #fff; color: #000;}
.how-it-works .item{background-color: #fff; padding: 70px 50px; border-radius: 20px; height: 100%;}
.how-it-works .col-3-layout{width: 100%; margin: 0;}
.how-it-works .col-3-layout > div{padding: 0 1%;}
.page-template-affiliates .inner-wrapper{max-width: 1140px;}

.table-container {
  display: flex;
  flex-direction: column;
  border: none;
  max-width: 100%;
  margin: 20px auto;
}

.table-container .row {
  display: flex;
}

.table-container .cell {
  flex: 1;
  padding: 15px 20px; color: #000;
  text-align: center; font-size: 18px; font-weight: 600;
}
.table-container .row .cell:nth-child(1) {
  text-align: left;
  border-right: none; font-weight: 500;
}
.table-container .row .cell:nth-child(3) {
   font-weight: 400;
}
/* Highlight the second column in each row */
.table-container .row .cell:nth-child(2) {
  background-color: #F8F4FF;  /* Light blue background */
  border-left: 2px solid #7B45E5;  /* Blue border */
  border-right: 2px solid #7B45E5;  /* Blue border */
  border-radius: 0px;        /* Rounded corners */
}

.table-container .row:nth-child(1) .cell:nth-child(1) {
 
}
.table-container .row:nth-child(1) .cell:nth-child(2) {
  border-radius: 10px 10px 0 0;
  border-top: 7px solid #7B45E5;
  font-size: 20px;
}
.table-container .row:nth-child(1) .cell:nth-child(3) {
  font-weight: 500;
}
.table-container .row:last-child .cell:nth-child(2) {
  border-bottom: 2px solid #7B45E5; border-radius: 0 0 10px 10px;
}

/* Iframe styling */
#popup-iframe {
  width: 100%; border-radius: 10px;
  height: calc(100vh - 100px); /* You can adjust this height */
}
.overlay-popup{width: 100%; height: 100%; position: absolute; z-index: -1;}
.load-more-btn {
  display: none;
  width: 100%;
  padding: 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
}
@keyframes bannerAnimation {
  0% {
    padding: 0;
  }
  100% {
    padding: 67px 30px 0 30px;
  }
}
@media (min-width:1750px) {
  .performance-ft-img{    height: 60vh;}
}
@media (max-width: 1400px) {
  .feature-full-width .ft-content h4 br, .feature-full-width .ft-content p br{display: none;}
  .features-content .feature-full-width{align-items: center;}
  .features-content .feature-full-width .ft-content{width: 40%; padding: 0;}
  .features-content .feature-full-width .ft-icon{width: 58%;}
  .features-content .feature-full-width .ft-icon img{display: block;}
}
@media(max-width:1300px) {
  .inner-wrapper{padding: 0 20px;}
  .highlight-title{font-size: 7em;}
  .performance-1 .ft-content-wrapper{    padding-left: 50px; padding-top: 50px;    padding-right: 50px;}
  .performance-1 .ft-content-wrapper h3{font-size: 2.5em;}
  .home-block-2{padding-top: 100px;}
  .home-block-2 h3{font-size: 2.5em;}
  #portfolio-tabs{flex-wrap: wrap;}
  #portfolio-tabs li{display: flex; margin: 0 10px 20px 0;}
  #portfolio-tabs li a{font-size: 17px; padding: 15px 30px;}
  .home-block-4 .heading-block-1{margin-top: 0; left: 35px;}
  .home-block-5 h3{font-size: 2.8em;}
  .home-block-6 h3{margin-bottom: 75px;}
  .home-block-6 .col{padding: 45px 30px;}
  .home-block-6 .col .ft-icon{margin: 0 0 35px;}
  .home-block-6 .col p{font-size: 17px;}
  .call-to-action-block h3, #mc_embed_shell.newsletter-shortcode h3{font-size: 1.2em;}
  .call-to-action-block p{font-size: 17px;}
  .faq-block h3{margin-bottom: 50px;}
  ul.faq-list li .ques-block h5{font-size: 1.2em;}
  .footer-1{padding: 120px 0;}
  .footer-1 h3{font-size: 2.5em;}
  .home-block-4 .heading-block-1 h3{font-size: 5em;}
  .call-to-action .inner-wrapper{width: 100%; margin: 0 auto;}
  .call-to-action-1{padding: 0 25px 50px;}
  .squarespace-banner{padding: 100px 0 0;}
  .squarespace-banner .ft-img{width: 50%;}
  #portfolio-blocks .showcase .showcase-main-img{height: 435px;}
  .developer-mode-block .ft-content{padding-right: 0;}
  .grid-block-full .ft-content{margin: 0 0 10px;}
  .pricing-content-block-1{background-size: cover;}
  .pricing-features{width: 94%;}
  .call-to-action .inner-wrapper{padding: 45px 50px;}
  .pricing-block-3 .ft-img{margin-bottom: 0;}
  .features-content .template-header h1{font-size: 2.8em;}
  .features-content .template-header p, .feature-v2 .template-header p{font-size: 1em;}
  
  .features-content .post-listing li h3{font-size: 1em;}
  
  .features-content .col-3-layout > div{ margin-bottom: 30px;}
  .features-content .col-3-layout > div h4{font-size: 1em; margin: 0 0 10px;}
  .features-content .col-3-layout > div p{font-size: 15px;}
  .features-content .post-listing{margin-bottom: 30px;}
  .features-content .grid-layout > div{padding: 30px 25px 20px;}
  .features-content .grid-layout > div .ft-content{margin-bottom: 20px;}
  .features-content .grid-layout > div h4 {    font-size: 1em;    margin: 0 0 10px;}
  .features-content .grid-layout > div p { font-size: 15px;}
  .feature-full-width{padding: 35px 30px 35px 30px; margin: 0 0 40px;}
  .feature-full-width .ft-content h4{font-size: 1.2em;}
  .feature-full-width .ft-content p{font-size: 15px;}
  .grid-block-full{padding: 45px 25px 30px;}
  .grid-block-full .ft-content h4{font-size: 1.8em;}
  .grid-block-full .ft-content p{font-size: 15px;}
  .pricing-arrow{display: none;}
  .how-it-works .col-3-layout{width: 100%; margin: 0;}
  .how-it-works .col-3-layout > div{padding: 0 1%;}
  .how-it-works .item{padding: 60px 30px 50px;}
  .banner.affiliate-banner{height: 500px;}
  .banner.affiliate-banner .banner-ft-text h1{font-size: 2.5em;}
  .page-template-affiliates .call-to-action{width: 75%; margin: 0 auto;}
}
@media(max-width:1150px) {
  .col-3-page-layout .left-sidebar{padding-right: 15px;}
  .col-3-page-layout .right-sidebar{padding-left: 15px;}
  .blog-ft-text h1{font-size: 6em;}
  .featured-listing li:nth-child(1){padding: 35px 40px;}
  .featured-listing li:nth-child(1) h3{font-size: 2em;}
  .featured-listing li h3{line-height: 1.3; margin-top: 10px;}
  .featured-listing{height: 720px;}
  .blog-latest-section{padding-top: 50px;}
  .world-of-choice, .promote-your-website, .deliver-user-experience{padding: 75px 0 0;}
  .build-your-blog h3{font-size: 4em;}
  .about-banner{padding: 125px 0 25px;}
  .pricing-header{background-size: 100% auto;}
  #portfolio-blocks .showcase .showcase-main-img{height: 375px;}
  .pricing-features{padding: 50px 25px 100px;}
  .pricing-features ul li{font-size: 15px;width: 31%; margin: 0 0 10px 2%;}
  .home-block-8 h3{font-size: 2em;}
  .competition-list .col{padding: 35px 25px 20px 25px;}
  .competition-list .col p{font-size: 15px;}
  .call-to-action{width: 94%; margin: 0 3%;}
  .call-to-action.cta-shortcode{width: 100%; margin: 0;}
  .pricing-content-block-1{padding: 75px 0 50px;}
  .heading-style-2 h3{font-size: 2em;}
  .heading-style-2 p{font-size: 15px;}
  .pricing-block-3{padding-bottom: 100px; padding-top: 75px;}
  .testimonial-slide .testi-title{font-size: 3em;}
  .testimonial-slide .testi-content p{font-size: 1em;}
  .pricing-content-block-1 .left-block h3{font-size: 2.2em; margin: 0 0 20px;}
  .banner .banner-ft-text h1{font-size: 2.8em;}
  .performance-ft-content .ft-content-wrapper h3{font-size: 2em;}
  .highlight-title{font-size: 5em; margin-bottom: 100px;}
  .home-block-3 .ft-img .power-ft-img-2{left: -10px;}
  .features-wrapper{padding-top: 25px;}
  .feature-v2 .template-header{padding-top: 75px;}
  .subscription-price-block{background-position: center center;}
  .subscription-price-block .ft-content h4 span:after{bottom: -5px;}
  .world-of-choice h3{font-size: 2.2em; line-height: 1.1;}
}

@media(max-width:1100px) {
  header{padding: 0 20px;}
  .main-navigation{margin-left: 2em;}
  .header-right a{font-size: 16px;}
  .header-right .btn-cta{margin-left: 15px;}
  .banner .banner-ft-img .banner-left-ft-img{top: 30px; height: 85%;}
  .banner .banner-ft-img .banner-left-ft-img img{max-height: 100%;}
  .banner .banner-ft-img .banner-right-ft-img-1{width: 25%; top: 30px; right: -15px;}
  .banner .banner-ft-img .banner-right-ft-img-2 {    right: -20px;    top: 90px;    width: 28%;}
  .performance-1 .ft-content-wrapper{padding-top: 30px; padding-right: 0;}
  .performance-1 .ft-content-wrapper h3{font-size: 2em; margin: 0 0 15px;}
  .performance-1 .ft-content-wrapper p {    margin: 0 0 20px;    font-size: 16px;    line-height: 1.3;}
  .btn-solid{padding: 15px 25px;}
  .home-block-2{padding-bottom: 30px;}
  .home-block-2 h3 {    font-size: 2.5em;    margin-bottom: 50px;}
  #portfolio-tabs{margin: 0 0 50px;}
  .home #portfolio-blocks .showcase .showcase-main-img{height: 295px; background-size: cover;}
  #portfolio-blocks .showcase .showcase-main-img img{height: 80%; width: auto;}
  #portfolio-blocks .showcase h4{font-size: 1.3em; margin: 0 0 5px;}
  .heading-style-2 h3{font-size: 2.5em; margin-right: 50px;}
  .heading-style-2 p{font-size: 16px;}
  .heading-style-2{margin-bottom: 50px;}
  .home-block-3 .ft-img{margin: 0 25px 50px;}
  .col-3-layout > div h4{font-size: 1.3em;}
  .col-3-layout > div p{font-size: 17px;}
  .home-block-3{padding: 75px 0 50px 0;}
  .home-block-5 h3, .home-block-6 h3, .home-block-8 h3, .faq-block h3{font-size: 2.8em;}
  .home-block-7 h3{font-size: 3.2em;}
  .home-block-7 h3, .faq-block h3{margin-bottom: 30px;}
  .home-block-5 .col-3-layout > div h4{font-size: 1em;}
  .home-block-5 .col-3-layout > div p{font-size: 16px; line-height: 1.3;}
  .home-block-6 .col{padding: 40px 15px 25px 20px; background-size: cover;}
  .home-block-6 .col .ft-icon{margin: 0 0 20px;}
  .grid-layout > div{padding: 40px 35px 20px;}
  .grid-layout > div h4{font-size: 1.5em; margin: 0 0 15px;}
  .grid-layout > div p{font-size: 17px;}
  .grid-layout > div ul li{font-size: 17px;}
  /* .grid-layout > div:nth-child(3n){flex-wrap: wrap; flex-direction: column-reverse;}
  .grid-layout > div:nth-child(3n) .ft-icon{width: 100%;}
  .grid-layout > div:nth-child(3n) .ft-content {    width: 100%;    padding-left: 0;    padding-top: 35px;} */
  /* .grid-layout > div:nth-child(4) .ft-icon{max-width: 80%;} */
  .testimonial-slide .testi-title{font-size: 2.5em; margin: 0 0 30px;}
  .col-4-layout > div{width: 48%; margin: 0 1% 20px;}
  .call-to-action-block h3 span{font-size: 12px;}
  .footer-1{padding: 80px 0;}
  .footer-1 h3{font-size: 2.5em;}
  .website-builder-banner .banner-content h1{font-size: 3.2em;}
  .website-builder-section-1 .website-builder-content .ft-img{padding-right: 5%;}
  .website-builder-section-1 .website-builder-content .ft-content{width: 40%;}
  .website-builder-section-2 .website-builder-content .ft-img{padding-left: 5%;}
  .website-builder-section-2 .website-builder-content .ft-content{width: 40%;}
  .col-3-layout-small > div{width: 33%; padding: 0 2%;}
  .website-builder-section-1, .website-builder-section-2{padding-top: 75px;}
  .website-builder-content .ft-content h3{font-size: 2em;}
  .website-builder-cta-block .website-builder-content .ft-content{width: 40%;}
  .website-builder-cta-block .website-builder-content h3{font-size: 2.5em;}
  .heading-center-block h3{font-size: 2.5em;}
  .deliver-user-experience{padding-top: 75px;}
  .call-to-action-right{text-align: right;}
  .website-builder-cta-block .website-builder-content .ft-img{padding-left: 5%;}
  .ecommerce-builder-banner{padding: 115px 0;}
  .ecommerce-builder-banner .banner-content h1{font-size: 3em;}
  .ecommerce-builder-banner .banner-content{margin: 0 0 90px;}
  .heading-left-block h3{font-size: 2.2em;}
  .agency-revenue h3, .ecommerce-block-7 .grid-layout > div:nth-child(3n) h4{font-size: 2.5em;}
  .ecommerce-block-7 .grid-layout > div:nth-child(3n) h4{margin: 0 0 50px;}
  .agency-revenue .inner-wrapper{top: 75px;}
  .top-performing-store{padding: 50px 0 0;}
  .template-header h1, .feature-v2 .template-header h1{font-size: 2.8em;}
  .feature-banner{padding: 100px 0 50px;}
  .feature-banner .banner-content h1{font-size: 3.8em; letter-spacing: 0; width: auto;}
  #feature-section .feature-block h4{font-size: 1.2em;}
  .heading-style-2 p br{display: none;}
  .wordpress-banner .banner-content h1{font-size: 2.8em;}
  .squarespace-banner{min-height: inherit; height: auto; padding: 100px 0 50px;}
  .squarespace-banner .banner-content h1{font-size: 2.8em;}
  .performance-ft-img{height: 50vh;}
  .performance-ft-content .ft-content-wrapper{margin-bottom: 15vh;}
  .performance-ft-content .ft-content-wrapper:nth-of-type(3){margin-bottom: 10vh;}
  .contact-header{padding: 125px 0 50px;}
  .contact-header h1{font-size: 2.5em;}
  .contact-featured-block{padding: 30px;}
  ul.trending-listing li h5{line-height: 1.2;}
  .trending-article .inner-wrapper .ft-content{padding-left: 10px;}
  .trending-article{padding: 50px 0 0;}
  #feature-section.help-feature .feature-block{width: 31.3%;}
  .trending-article .inner-wrapper .ft-content h3{margin: 0 0 20px; font-size: 2em;}
  .action-btns{padding-bottom: 0;}
}
@media(max-width:1000px) {
  .col-3-page-layout{flex-wrap: wrap;}
  .col-3-page-layout .left-sidebar{width: 20%;}
  .col-3-page-layout .main-col{max-width: 100%; width: 80%;}
  .col-3-page-layout .right-sidebar{display: none;}
  .main-col .post-thumbnail{margin: 0 0 25px;}
  .single-post-banner{height: auto; padding: 75px 0;}
  .spacer-80{height: 50px;}
  .call-to-action .inner-wrapper{padding: 30px;}
  .heading-center-block h3{font-size: 2.2em; line-height: 1.1;}
  .heading-center-block h3 br, .website-builder-content .ft-content h3 br{display: none;}
  .build-your-blog ul li p{font-size: 17px;}
  .build-your-blog h3{font-size: 2.5em;}
  .home-block-5.pt-100{padding-top: 50px;}
  .world-of-choice, .promote-your-website, .deliver-user-experience{padding: 50px 0 0;}
  .build-your-blog{padding: 75px 0;}
  .template-header{padding: 75px 0 40px;}
  #portfolio-blocks .showcase{width: 46%;}
  .feature-banner .banner-content{padding-top: 0; padding-right: 0;}
  .feature-banner .banner-content h1{font-size: 2.8em;}
  .feature-banner .ft-img{max-width: 60%;}
  #feature-tabs .filter-button{padding: 12px 25px; margin: 0 10px 10px 0; font-size: 16px;}
  #press-media-section-1{padding-top: 0;}
  .ecommerce-builder-section{padding: 75px 0;}
  .dialouge-statement h3{font-size: 2.5em; line-height: 1.1;}
  .heading-style-2.big-font h3{font-size: 2.5em;}
  .wordpress-banner{flex-wrap: wrap; justify-content: center;}
  .wordpress-banner .inner-wrapper{position: static; padding: 100px 30px 50px; height: auto; justify-content: center;}
  .wordpress-banner .banner-content{padding: 0; width: 100%; text-align: center;}
  .website-builder-content{margin: 0 0 40px;}
  .website-builder-section-1, .website-builder-section-2{padding-top: 40px;}
  .heading-center-block p br{display: none;}
  .call-to-action-1 .inner-wrapper{padding: 35px 30px;}
  .call-to-action-1 .call-to-action-block h3{font-size: 2em;}
  .home-block-5 h3, .home-block-6 h3, .home-block-8 h3, .faq-block h3{font-size: 2em;}
  #portfolio-blocks .showcase .showcase-main-img{height: 310px;}
  .pricing-header h1{font-size: 3em;}
  .pricing-header{padding: 100px 0; background-size: cover;}
  .pricing-features{margin: -75px auto 75px;}
  .pricing-features ul li{width: 48%;}
  .pricing-content-block-1{padding: 50px 0; background-size: contain; background-position: right 0;}
  .developer-mode-block{padding: 60px 30px;}
  .features-tabs{display: none;}
  .features-main{width: 100%;}
  #feature-mobile-menu-wrapper{display: block;}
  .feature-v2{padding-top: 65px;}
  .feature-v2 .template-header{margin: 0; padding: 50px 0 0;}
  .banner.affiliate-banner{height: 400px;}
  .banner.affiliate-banner .banner-ft-text h1{font-size: 2.1em;}
  .get-started-banner .banner-ft-img .banner-right-ft-img{width: 140px; top: 70px;}
}

@media(max-width:900px) {
  .main-navigation, .login-btn{display: none;}
  a.menu-toggle{display: flex;}
  .performance-1{margin: 30px 0;}
  .performance-1 .ft-img-wrapper{width: 50%;}
  .performance-1 .ft-content-wrapper{width: 50%; padding-top: 0;}
  .heading-style-2 h3{width: 50%; padding-right: 30px;}
  .heading-style-2 div{width: auto;}
  .heading-style-2 p br{display: none;}
  .home-block-4 .heading-block-1 h3{font-size: 4em;}
  .call-to-action-block h3 span{float: right; margin: 10px 0 0 0;}
  .banner .banner-ft-text h1 br{display: none;}
  .banner .banner-ft-img .banner-right-ft-img{width: 120px; top: 100px;}
  
  .highlight-title{font-size: 5em; margin: 0 0 75px; letter-spacing: 0;}
  .performance-ft-img{top: 12vh; width: 52%; height: 50vh;}
  .performance-ft-content{width: 48%;}
  .performance-ft-content .ft-content-wrapper{padding-top: 10px; padding-left: 35px; padding-right: 25px; margin-bottom: 10vh;}
  .performance-ft-content .ft-content-wrapper:nth-of-type(3){margin-bottom: 10vh;}
  .performance-ft-content .ft-content-wrapper h3{font-size: 1.6em; line-height: 1.1;}
  .home-performance{padding: 0;}
  #portfolio-blocks .showcase .showcase-main-img{height: 460px;}
  .home #portfolio-blocks .showcase .showcase-main-img{height: 225px;}
  .home-block-3 .ft-img .power-ft-img-3{width: 30%; right: 0;}
  .home-block-3 .ft-img .power-ft-img-2 {  left: -15px;    width: 35%;}
  .heading-style-2{padding: 0 30px;}
  header{position: absolute;}
  .show-menu header{background-color: #fff; position: fixed;}
  .single-post-banner h1{font-size: 2.5em; padding: 0 50px;}
  .col-3-page-layout .left-sidebar{width: 30%;}
  .col-3-page-layout .main-col{width: 70%;}

  .single-content p{font-size: 17px; }
  .single-content h2{font-size: 2em; } 
  .single-content h3{font-size: 1.5em; } 
  .single-content h4{font-size: 1.2em; } 
  .single-content h5{font-size: 17px; } 
  .single-content h6{font-size: 17px; } 
  .single-content ul li, .single-content ol li{font-size: 17px;} 
  .featured-listing{height: 630px;}
  .blog-latest-section h2{font-size: 2em;}
  .blog-banner{padding: 60px 0 30px;}
  .blog-ft-text h1{font-size: 5em;}
  .blog-ft-text .banner-text p br{display: none;}
  .blog-ft-text .banner-text p{font-size: 1.2em;}
  .featured-listing li:nth-child(1) h3{font-size: 1.5em;}
  .heading-center-block h3 {    font-size: 2.5em;    line-height: 1.2;}
  .agency-revenue .inner-wrapper{top: 50px;}
  .agency-revenue h3, .ecommerce-block-7 .grid-layout > div:nth-child(3n) h4{font-size: 2.5em;}
  #feature-section .feature-block{width: 48%;}
  .website-builder-banner .banner-content{width: 100%; margin: 0 0 30px;}
  .website-builder-banner{background-image: url(../webp/mob-website-builder-bg.webp); padding-bottom: 0;}
  .website-builder-banner .ft-img{ display: flex; justify-content: center;}
  .website-builder-banner .ft-img .mob-ft-img{display: block;}
  .heading-style-2 h3 br, .heading-center-block h3 br{display: none;}
  
  .about-industry h3{margin-bottom: 20px;}
  .testimonial-block .heading-center-block h3{font-size: 2.5em;}
  .squarespace-banner .inner-wrapper{flex-direction: column;}
  .squarespace-banner .banner-content {  max-width: inherit;    width: 80%;    padding-right: 0; padding-bottom: 30px;}
  .squarespace-banner .ft-img{width: 60%; position: static;}
  .color-ball{width: 300px; height: 300px;}
  .color-ball-3{width: 500px; height: 500px; top: -10%;}
  .color-ball-xs-1{height: 235px; width: 400px;}
  .color-ball-xs-2{height: 200px; width: 200px;}
  .color-ball-xs-3{width: 570px; height: 200px;}
  .competition-list .col p{min-height: 60px;}
  .template-portfolio #portfolio-blocks .showcase{width: 48%; padding-right: 0;}
  #portfolio-blocks{justify-content: space-between;}
  #portfolio-tabs, .home-block-2 h3{padding: 0;}
  .heading-style-2{padding: 0;}
  .home-block-3 .ft-img{margin: 0 0 50px;}
  .heading-style-2{flex-direction: column;}
  .heading-style-2 h3{padding-right: 0; margin: 0 0 20px; width: 100%; font-size: 2em;}
  .col-3-layout > div h4{font-size: 1em;}
  .pricing-testimonial-block{padding: 75px 0 50px;}
  ul.faq-list{width: 80%;}
  .footer-1 h3{font-size: 2em;}
  .grid-block-full .ft-content h4{font-size: 2em;}
  .grid-block-full .ft-content p br{display: none;}
  .powerful-ecommerce-block .banner-ft-img .banner-left-ft-img{width: 20%; left: -35px;}
  .powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-1 {  right: -45px;    top: 90px;    width: 20%;}
  .powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-2 { right: -40px;    top: 275px;    width: 20%;}
  .home-block-7 .call-to-action{width: 100%; margin: 0;}
  .home-block-7 .call-to-action-block h3{font-size: 1.5em; margin: 0 0 10px;}
  .site-performance-block .banner-ft-img .banner-left-ft-img-1{left: -25px; top: 80px;    width: 20%;}
  .site-performance-block .banner-ft-img .banner-left-ft-img-2{    left: -25px; top: 200px;    width: 20%;}
  .site-performance-block .banner-ft-img .banner-right-ft-img-1{right: -20px; top: 70px;    width: 20%;}
  .site-performance-block .banner-ft-img .banner-right-ft-img-2{right: -20px; top: 220px; width: 20%;}
  .grid-layout-2 .grid-block-yellow{padding: 40px 40px 20px 40px; display: flex; justify-content: space-between;}
  .grid-layout-2 .grid-block-yellow .ft-content { width: 45%;    margin: 0;}
  .grid-layout-2 .grid-block-yellow .ft-icon{max-width: 50%;}
  /* .grid-layout-2 .grid-block-blue, .grid-layout-2 .grid-block-grey{flex-direction: column; padding: 30px 20px 20px 30px;}
  .grid-layout-2 .grid-block-grey .ft-content, .grid-layout-2 .grid-block-blue .ft-content{width: 100%; margin: 0 0 20px;} */
  .grid-layout-2{flex-wrap: wrap;}
  .grid-layout-2 .left-grid-block{width: 100%; margin: 0 0 30px;}
  .grid-layout-2 .right-grid-block{width: 100%;}
  .grid-layout-2 .ft-content h4{font-size: 1.2em;}
  .developer-mode-block{flex-direction: column-reverse;}
  .developer-mode-block .banner-ft-img{padding: 0;}
  .developer-mode-block .ft-content{width: 100%; margin:  0 0 30px;}
  .template-header p br{display: none;}
  .single-post-cta{flex-wrap: wrap;}
  .single-post-cta .single-post-cta-content{max-width: 100%; width: 100%;}
  .single-post-cta .single-post-cta-img{width: 100%; text-align: center;}
  .call-action-btns{justify-content: center;}
  .single-post-cta .single-post-cta-content .call-action-btns .btn-solid-white, .single-post-cta .single-post-cta-content .call-action-btns .btn-solid{margin: 0 5px;}
  .how-it-works .item{padding: 40px 20px 30px;}
  .page-template-affiliates .call-to-action{width: 90%;}
}
@media(max-width:767px) {
  .featured-listing{height: auto; flex-direction: row; justify-content: space-between; align-items: flex-start;}
  .featured-listing li:nth-child(1){width: 100% !important;}
  .featured-listing li{order: unset !important; width: 48%;}
  .featured-listing li:nth-child(2n + 1), .featured-listing li:nth-child(2n){width: 48%;}
  .blog-ft-text p img{width: 110px;}
  .website-builder-content{flex-wrap: wrap;}
  .website-builder-section-1 .website-builder-content .ft-img, .website-builder-section-2 .website-builder-content .ft-img, .website-builder-cta-block .website-builder-content .ft-img{width: 100%; padding: 0; margin: 0 0 30px; max-width: 100%;}
  .website-builder-section-1 .website-builder-content .ft-content, .website-builder-section-2 .website-builder-content .ft-content, .website-builder-cta-block .website-builder-content .ft-content{width: 100%;}
  .website-builder-cta-block .website-builder-content h3{font-size: 2.5em;}
  .portfolio-slider-img{width: 550px; height: 350px;}
  ul.faq-list{width: 90%;}
  .website-builder-banner .banner-content h1{text-shadow: -1px 2px 0 rgba(0, 0, 0, .2);}
  .call-to-action .inner-wrapper, .pricing-cta{flex-wrap: wrap;}
  .pricing-cta{position: static;}
  .pricing-features{padding: 50px 25px 40px; margin: -75px auto 30px;}
  .call-to-action-block{width: 100%; margin: 0 0 30px;}
  .call-to-action-right{width: 100%; text-align: left;}
  .call-to-action.cta-shortcode .call-to-action-block{margin: 0 0 10px;}
  .call-to-action-features .call-to-action-block{width: 45%; text-align: center;}
  .call-to-action.cta-shortcode .inner-wrapper, #mc_embed_shell.newsletter-shortcode{padding: 30px;}
  .ecommerce-builder-banner .banner-content{flex-wrap: wrap;}
  .ecommerce-builder-banner .banner-content > div{width: 100%;}
  .ecommerce-builder-banner .banner-content h1{width: 100%; font-size: 2.8em;}
  .website-builder-content{margin: 0 0 25px;}
  .col-4-layout{width: 100%; margin: 0;}
  .col-4-layout > div { width: 90%; margin: 0 5% 50px;}
  .col-3-layout{width: 100%; margin: 0;}
  .col-3-layout > div{width: 90%;}
  .home-block-6 .col-4-layout > div, .home-block-8 .col-4-layout > div{ width: 46%; margin: 0 2% 30px; }
  .ecommerce-block-7 .grid-layout{width: 96%; margin: 0 2%;}
  .heading-left-block h3 br{display: none;}
  .heading-left-block p{width: 100%; margin: 0 0 20px;}
  .top-performing-store .website-builder-content{flex-wrap: wrap; flex-direction: row;}
  .top-performing-store .website-builder-content .ft-img{width: 100%; margin: 0 0 30px;}
  .top-performing-store .website-builder-content .ft-content{width: 100%;}
  .top-performing-store{margin-bottom: 0;}
  .build-your-blog .inner-wrapper{flex-wrap: wrap;}
  .build-your-blog .left-content-block{width: 100%; margin: 0 0 20px;}
  .build-your-blog .right-content-block{width: 100%; padding: 50px 30px 30px 30px;}
  .template-header h1{font-size: 2.5em;}
  .template-portfolio{padding-bottom: 50px;}
  .ft-img .desktop-ft-img{display: none;}
  .ft-img .mob-ft-img{display: inline-block;}
  .ecommerce-builder-banner .ft-img{text-align: right;}
  .ecommerce-builder-banner .ft-img .mob-ft-img{margin-right: -20px;}
  .website-builder-section-1, .website-builder-section-2{padding-top: 50px;}
  .about-banner .banner-content img{padding: 0 5%;}
  .about-banner .banner-content h1{font-size: 2.8em; text-align: center;}
  .dialouge-statement h3{font-size: 2.5em;}
  .dialouge-statement{padding: 50px 0;}
  .dialouge-statement p br, .dialouge-statement h3 br, .heading-left-block p br, .build-your-blog p br, .banner .banner-ft-text p br,  
  .website-builder-content .ft-content h3 br, .home-block-2 h3 br, .col-3-layout > div h4 br, .home-block-5 h3 br{display: none;}
  .heading-style-2.big-font h3{font-size: 2.7em;}
  .heading-left-block{margin: 0 auto 25px;}
  .call-to-action-1 .inner-wrapper{flex-direction: column; align-items: flex-start;}
  .about-banner .banner-content p{text-align: center;}
  .call-to-action-1 .call-to-action-block{width: 100%;}
  #press-media-section-1 .website-builder-content .ft-content{width: 100%;}
  .website-builder-content .ft-content h3{font-size: 1.8em;}
  .heading-left-block h3{font-size: 2em;}
  .call-to-action-block h3 br, .call-to-action-block p br{display: none;}
  .template-header{padding: 50px 0 30px;}
  .portfolio-filters{margin-bottom: 50px;}
  #brandAssets .post-listing li .ft-img{height: 175px;}
  ul.social-listing li{height: 150px;}
  .home-block-5 h3, .home-block-6 h3, .home-block-8 h3, .faq-block h3{font-size: 1.8em;}
  .home-block-7 h3{font-size: 2.5em;}
  .call-to-action-1 .call-to-action-block h3{font-size: 1.8em;}
  .testimonial-block .heading-center-block h3{font-size: 1.8em;}
  #testimonial-slider-2{padding: 30px 40px;}
  #testimonial-slider-2 .testimonial-slide .testi-content p{font-size: 1em;}
  .heading-style-2{flex-wrap: wrap;}
  .heading-style-2 h3{padding-right: 0; margin: 0 0 30px; width: 100%;}
  ul.faq-list li{padding: 35px 35px 35px 25px;}
  ul.faq-list li .ques-block h5{font-size: 1em;}
  .home-block-4 .heading-block-1{top: -50px;}
  .color-ball-xs-1{width: 200px;}
  .banner .banner-ft-img .banner-right-ft-img{top: 30px; right: -30px;}
  #portfolio-blocks .showcase h4{font-size: 1.3em;}
  #portfolio-blocks .showcase .showcase-main-img{height: 390px;}
  .contact-content .col-3-layout{width: 100%; margin: 0;}
  .contact-content .col-3-layout > div{width: 100%; padding: 0; margin-bottom: 30px;}
  .contact-content .col-3-layout .contact-featured-block p{min-height: inherit;}
  .trending-article .inner-wrapper{flex-wrap: wrap;}
  .trending-article .inner-wrapper .ft-img{width: 100%; text-align: center; margin: 0 0 30px;}
  .trending-article .inner-wrapper .ft-content{width: 100%; padding: 0;}
  .trending-article .inner-wrapper .ft-img img{display: inline-block;}
  ul.trending-listing{margin: 0; padding: 0;}
  #feature-section{justify-content: space-between;}
  #feature-section.help-feature .feature-block{width: 49%; margin: 0 0 30px;}
  .footer-1{padding: 50px 0;}
  .footer-1 h3{font-size: 1.5em; margin: 0 0 20px;}
  .pricing-content-block-1 .left-block{width: 100%;}
  .pricing-content-block-1{background: none !important;}
  .pricing-header h1{font-size: 2.5em;}
  .grid-layout-2{flex-wrap: wrap;}
  .grid-layout-2 .left-grid-block, .grid-layout-2 .right-grid-block{width: 100%;}
  .grid-layout-2 .left-grid-block{margin-bottom: 50px;}
  .grid-layout-2 .grid-block-blue, .grid-layout-2 .grid-block-grey, .grid-layout-2 .grid-block-yellow{flex-direction: column;}
  .grid-layout-2 .grid-block-blue .ft-content, .grid-layout-2 .grid-block-grey .ft-content, .grid-layout-2 .grid-block-yellow .ft-content{width: 100%; margin: 0 0 20px;}
  .grid-layout-2 .grid-block-yellow .ft-icon{max-width: 100%;}
  /* .section-header{margin: 0 0 35px;} */
  .grid-block-full .ft-content h4{font-size: 1.5em;}
  .grid-block-full{padding-top: 50px;}
  .powerful-ecommerce-block .banner-ft-img .banner-left-ft-img {    left: -20px;    top: 20px;    width: 16%;}
  .powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-1 {    right: -15px;    top: 40px;    width: 20%;}
  .powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-2 {    right: -20px;    top: 160px;    width: 20%;}
  .site-performance-block .banner-ft-img .banner-left-ft-img-1 {left: -20px;    top: 40px;    width: 20%;}
  .site-performance-block .banner-ft-img .banner-left-ft-img-2 {left: -20px;  top: 85px;  width: 20%;}
  .site-performance-block .banner-ft-img .banner-right-ft-img-1 {right: -20px;  top: 30px;  width: 20%;}
  .site-performance-block .banner-ft-img .banner-right-ft-img-2 {right: -20px;  top: 80px;  width: 20%;}
  .grid-layout > div.grid-block-dark p{text-shadow: 0 0 3px rgba(0,0,0,1);}
  .hide-mobile{display: none !important;}
  .hide-desktop{display: block !important;}
  .banner .gradient-effect, .banner .dot-effect{display: none; visibility: hidden;}
  .banner{background: url(../webp/banner-bg.webp) center bottom no-repeat; background-size: cover; border-radius: 20px; animation: none; background-color: #000;}
  .banner-wrap{animation: none; padding: 67px 20px 0 20px; }
  .banner .banner-ft-text{animation: none; opacity: 1;}
  .banner .banner-ft-img{animation: none; opacity: 1;}
  .single-post-banner .entry-meta{margin: 0 auto 25px;}
  .single-post-info{margin: 0;}
  .col-3-page-layout{padding-top: 30px;}
  .load-more-btn { display: block; }
  #portfolio-blocks .showcase .showcase-main-img img{width: 75px;}
  #load-more {display: inline-block;}
  .testimonial-block .gradient-effect{display: none;}
  .footer-1{background: url(../webp/footer-call-action-bg.webp) center center no-repeat; background-size: cover; background-color: #000;}
  .footer-1 .gradient-effect, .footer-1 .dot-effect{display: none; visibility: hidden;}
  .features-main{padding: 0 5%;}
  .feature-v2 .call-to-action-features {  padding: 30px 30px 25px 30px;    flex-direction: column;    align-items: flex-start;}
  .call-to-action-features .call-to-action-block{width: 100%; text-align: left; margin: 0;}
  .call-to-action-features .call-to-action-right{width: auto;}
  .features-content{padding-top: 30px;}
  .table-container .cell{padding: 10px 15px; font-size: 16px;}
  .get-started-banner .banner-ft-text .banner-tagline{font-size: 22px;}
}
@media(max-width:650px) {
  .banner .banner-ft-text h1{ font-size: 1.8em; font-weight: 500; line-height: 1.1;}
  .squarespace-banner .banner-content h1{font-size: 2em;}
  .squarespace-banner .banner-content h4{font-size: 1.1em;}
  .banner .banner-ft-text h1 br{display: none;}
  .banner{padding-top: 50px;}
  .banner .banner-ft-text{margin-bottom: 30px;}
  .banner .banner-ft-img{margin: 0 0 -70px 0;}
  .banner .banner-ft-text p{font-size: 16px; line-height: 1.3; margin: 0 0 20px;}
  .wrapper, .inner-wrapper{padding: 0 20px;}
  .banner .banner-ft-text a.btn{font-size: 16px;}
  .highlight-title{font-size: 3em; margin: 0 0 50px;}
  .home-block-1{padding-top: 80px;}
  .performance-1{flex-wrap: wrap;}
  .performance-1 .ft-img-wrapper{width: 100%; margin: 0 0 20px;}
  .performance-1 .ft-content-wrapper{width: 100%; margin: 0; padding: 0;}
  .performance-1 .ft-content-wrapper h3{font-size: 1.7em;}
  .home-block-2{padding-top: 50px;}
  .home-block-2 h3{font-size: 1.4em; line-height: 1.2; margin-bottom: 30px;}
  #portfolio-tabs{ margin: 0 0 25px;}
  #portfolio-tabs .filter-button{display: none;}
  #portfolio-tabs .filter-button:last-child{display: inline-block; padding: 15px 20px; text-align: center; font-size: 15px;}
  #portfolio-tabs li{margin: 0 10px 10px 0;}
  #portfolio-tabs li a {    font-size: 0.7em;    padding: 10px 10px;}
  #portfolio-blocks{padding: 0 10px;}
  #portfolio-blocks .showcase{width: 100%; margin-bottom: 35px;}
  #portfolio-blocks .showcase h4{font-size: 1.1em;}
  #portfolio-blocks .showcase p{font-size: 16px;}
  .heading-style-2{flex-wrap: wrap; padding: 0; margin-bottom: 20px;}
  .heading-style-2 h3{width: 100%; padding: 0; margin: 0 0 20px; font-size: 1.5em; line-height: 1.2;}
  .heading-style-2 p{width: 100%;}
  .home-block-3{padding: 50px 0;}
  .col-3-layout{width: 100%; margin: 0; padding: 0 25px;}
  .col-3-layout > div {    width: 100%;    margin-bottom: 30px;    padding: 0;}
  .col-3-layout > div h4{margin: 0 0 10px;}
  .col-3-layout > div p {    font-size: 16px;    line-height: 1.3;}
  .home-block-3 .col-3-layout{margin-top: 50px;}
  .home-block-4{background-size: 100% 100%; padding-top: 75px;}
  .home-block-4 .heading-block-1{left: 20px;}
  .home-block-4 .heading-block-1 img{height: 40px;}
  .home-block-4 .heading-block-1 h3 {    font-size: 2em; margin: 0 0 10px;}
  .home-block-4 .featured-img { margin-bottom: -55px;}
  .btn-solid-white{font-size: 16px; padding: 10px 20px;}
  .home-block-5{padding: 100px 0 50px;}
  .home-block-5 h3, .home-block-6 h3, .home-block-8 h3, .faq-block h3{font-size: 1.3em; line-height: 1.2; margin-bottom: 30px;}
  .home-block-5 h3 br{display: none;}
  .col-4-layout{width: 100%; margin: 0;}
  .col-4-layout > div{width: 100%; margin: 0 0 20px;}
  .home-block-6 .col .ft-icon{height: 40px;}
  .home-block-6 .col p {    font-size: 17px;    font-weight: 400;}
  .home-block-6{padding: 0 0 50px;}
  .grid-layout{width: 100%; margin: 0;}
  .grid-layout > div{width: 100%; margin: 0 0 30px; padding: 35px 25px 30px;}
  .grid-layout > div h4{font-size: 1.2em;}
  .grid-layout > div p, .grid-layout > div ul li{font-size: 16px;}
  .grid-layout > div .ft-content{margin-bottom: 30px;}
  .grid-layout > div:nth-child(4) .ft-icon{position: static; max-width: 100%;}
  .home-block-7{padding: 75px 0 30px;}
  .testimonial-block{padding: 0px 0 30px 0; margin: 0 0 30px;}
  .pricing-testimonial-block{margin: 0; padding: 50px 0 0;}
  .testimonial-slide .testi-title {  margin: 0 0 20px;}
  .testimonial-slide .testi-content p{font-size: 16px;}
  #testimonial-slider .slick-arrow{width: 40px; height: 40px; background-size: 16px auto; top: 20%;}
  .testimonial-slide .testi-content { padding: 0 45px;    margin: 0 auto 30px;}
  .testimonial-slide .testi-author .author-name{font-size: 17px;}
  .testimonial-slide .testi-author .author-designation{font-size: 0.8em;}
  .home-block-8 p.below-title-content{font-size: 16px; line-height: 1.3; margin: 0 0 30px;}
  .competition-list .col{padding: 30px 20px; height: auto;}
  .competition-list .col .ft-icon{height: 40px;}
  .competition-list .col .ft-icon img{ max-height: 100%;}
  .competition-list .col h4{font-size: 1em;}
  .competition-list .col p{font-size: 16px;}
  .competition-list .col a.checkout-link{font-size: 0.8em;}
  .call-to-action{padding: 0 0 20px;}
  .call-to-action-block h3, .call-to-action.cta-shortcode h3, .call-to-action.cta-shortcode h4{font-size: 1.2em; line-height: 1.3;}
  .call-to-action-block h3 span{font-size: 10px;}
  .call-to-action-block p{font-size: 16px;}
  ul.faq-list li{padding: 30px 15px 25px 25px;}
  ul.faq-list li .ques-block h5{font-size: 17px;}
  ul.faq-list li .ans-block{padding-right: 40px; margin-top: 15px;}
  ul.faq-list li .ans-block p{font-size: 16px; line-height: 1.3;}
  .faq-block{padding: 50px 0;}
  .footer-1 h3{font-size: 2em;}
  .btn-solid-cta{font-size: 17px; padding: 15px 35px;}
  .footer-menu-wrapper{flex-wrap: wrap;padding: 0;}
  .footer-menu{width: 100%; margin: 0 0 30px; text-align: center;}
  .footer-menu h6{margin: 0 0 10px;}
  .footer-menu ul li{font-size: 16px;}
  .flex-wrapper{flex-wrap: wrap;}
  ul.social-icons{width: 100%; margin: 0 0 20px; justify-content: center;}
  ul.social-icons li{margin: 0 10px;}
  ul.footer-links{flex-wrap: wrap; justify-content: center;}
  .footer-last{margin-top: 20px; text-align: center;}
  .site-footer{padding: 50px 0 25px;}
  ul.footer-links li{margin: 0 0 10px 10px;}
  .banner .banner-ft-img .banner-right-ft-img {    width: 75px; top: 25px; right: -15px;}
  .banner .banner-ft-img .banner-left-ft-img{left: -5px;}
  .performance-ft-img{display: none;}
  .performance-ft-content .section-ft-img{display: block; overflow: hidden; border-radius: 20px; margin: 0 0 15px;}
  .home-performance .inner-wrapper{height: auto;}
  .performance-ft-content{width: 100%;}
  .performance-ft-content .ft-content-wrapper { padding-top: 0;    padding-left: 0;    padding-right: 0;    margin-bottom: 35px;}
  .performance-ft-content .ft-content-wrapper h3 {font-size: 1.3em;    line-height: 1.2;    margin: 0 0 10px;}
  .performance-ft-content .ft-content-wrapper p{font-size: 16px; margin: 0 0 10px;}
  .performance-ft-content .ft-content-wrapper:nth-of-type(3){margin-bottom: 30px;}
  .home-block-5 h3{padding: 0;}
  .faq-block h3{font-size: 1.5em;}
  ul.faq-list{width: 100%;}
  .action-icon{top: 0px;}
  .footer-1{padding: 50px 0;}
  .action-icon{width: 20px; height: 20px; border: 1px solid #000;}
  .action-icon:before, .action-icon:after {    width: 8px;    height: 1px;    top: 9px;}
  .col-3-page-layout .left-sidebar{display: none;}
  .single-post-banner h1 {    font-size: 2.2em;    padding: 0;}
  .col-3-page-layout .main-col{width: 100%;}
  .post-listing{margin: 0; flex-direction: column;}
  .post-listing li{width: 100%; margin: 0 0 25px;}
  .home-block-7 .post-listing{margin: 0 0 20px;}
  /* .home-block-7 .post-listing li{text-align: center;}
  .home-block-7 .post-listing li .ft-content h3{text-align: center;}
  .home-block-7 .post-listing li .ft-img img{display: inline-block;} */
  .blog-latest-section h2{font-size: 1.6em;}
  .single-content h2{font-size: 1.3em;}
  .single-post-banner{padding: 75px 0 50px 0; margin: 0;}
  .single-post-banner h1{font-size: 2em;}
  .blog-latest-section{padding: 30px 0 25px;}
  .blog-banner{margin: 55px 0 0;}
  .col-3-layout-small > div{width: 100%;}
  .world-of-choice, .promote-your-website, .deliver-user-experience{padding-top: 50px;}
  .deliver-user-experience{padding-bottom: 0;}
  .ecommerce-builder-banner{padding: 85px 0 100px;}
  .ecommerce-builder-banner .banner-content{margin: 0 0 30px;}
  .payment-gateways-ft-content{position: static; transform: translateY(0); margin-top: 30px;}
  .payment-gateways-ft-content h2{font-size: 1.5em;}
  .heading-left-block > div{flex-direction: column; align-items: flex-start;}
  .heading-left-block h3{font-size: 2.5em;}
  .build-your-blog h3{font-size: 2.2em; margin: 0 0 15px;}
  .heading-center-block p br, .heading-center-block h3 br{display: none;}
  .template-header{padding: 45px 0 30px;}
  .template-header h1{font-size: 2.8em;}
  .portfolio-filters .filter-button{font-size: 0.8em; padding: 12px 17px; margin: 0 3px 10px;}
  .portfolio-filters{margin-bottom: 50px;}
  .feature-banner .inner-wrapper{flex-direction: column;}
  .feature-banner .banner-content{width: 100%; margin: 0 0 50px;}
  .feature-banner .ft-img{max-width: 100%;}
  /* .grid-layout > div:nth-child(3n) .ft-content{padding-top: 0;} */
  .ecommerce-block-7 .grid-layout > div:nth-child(3n) h4{font-size: 1.7em; margin-bottom: 30px;}
  .website-builder-banner{padding-top: 100px;}
  .website-builder-banner .banner-content h1{font-size: 2.8em;}
  .call-to-action-1 .call-to-action-block h3{font-size: 2.2em;}
  .dialouge-statement h3{font-size: 2.2em; margin: 0 0 50px;}
  .mark-underline{padding-bottom: 25px; background-size: 100% auto;}
  .home-block-5 .col-3-layout > div h4{font-size: 1.1em;}
  .btn-solid-yellow{padding: 14px 24px;}
  .template-header p br{display: none;}
  .website-builder-banner .inner-wrapper{flex-wrap: wrap;}
  .heading-center-block h3{font-size: 2em;}
  .call-to-action-1 .call-to-action-block h3{font-size: 1.8em;}
  .call-to-action-1 .call-to-action-block p{margin: 0;}
  .wordpress-banner .ft-img{width: 75%;}
  .table .row.header{display: none;}
  .table .row{flex-direction: column;}
  .squarespace-banner .banner-content{width: 100%;}
  .gradient-effect .effect-1, .gradient-effect .effect-2, .gradient-effect .effect-3{width: 300px; height: 300px;}
  #portfolio-blocks .showcase .showcase-main-img{height: 300px;}
  .contact-header{padding: 125px 0 30px;}
  .contact-header h1{font-size: 2em;}
  .contact-content .col-3-layout{padding: 0;}
  .showcase-btns a.btn-solid, .showcase-btns a.btn{font-size: 16px;  padding: 14px 25px; width: 180px;}
  .developer-mode-block{flex-direction: column-reverse;}
  .developer-mode-block .banner-ft-img{padding-right: 0;}
  .developer-mode-block .ft-content{width: 100%; margin: 0 0 30px;}
  .pricing-header{background-image: url(../webp/pricing-banner-mobile.webp);}
  .home-block-3 .ft-img{margin: 0;}
  .banner .banner-ft-img .banner-right-ft-img-2{top: 80px;}
  .powerful-ecommerce-block .banner-ft-img .banner-left-ft-img{top: 70px;}
  .home-block-7 .post-listing li .ft-img{margin: 0 0 20px;}
  .grid-layout > div:nth-child(4){height: 500px; background-position: center center;}
  .banner .banner-ft-img .banner-center-ft-img img{transform: scale(1.1);}
  .mob-small-img img{transform: scale(0.9);}
  .single-content p{margin: 0 0 10px; font-size: 17px;}
  .pricing-content-block-1{padding: 20px 0;}
  
  .features-content .feature-full-width {  align-items: flex-start;    flex-direction: column;}
  .features-content .feature-full-width .ft-content { width: 100%;    padding: 0;    margin: 0 0 20px;}
  .features-content .feature-full-width .ft-icon{width: 100%;}
  .feature-v2 .template-header{padding: 30px 0 0;}
  .get-started-banner .banner-ft-img .banner-right-ft-img { width: 135px;    top: 25px;    right: -25px; }

  .get-started-block-1{ padding-top: 100px !important; }
  .get-started-block-1 .col-3-layout{padding: 0;}

  @keyframes bannerAnimation {
    0% {
      padding: 0;
    }
    100% {
      padding: 67px 20px 0 20px;
    }
  }
}

@media(max-width:500px) {
  ul.menu-primary li a{font-size: 20px; padding: 5px 0;}
  ul.menu-primary li.has-children > a:after{top: 14px;}
  ul.menu-primary li ul.sub-menu-primary{margin: 0 0 10px;}
  ul.menu-primary li ul.sub-menu-primary li a{padding: 3px 0;}
  ul.menu-secondary li a{padding: 5px 0; font-size: 17px;}
  ul.menu-secondary li.has-children > a:after{top: 12px;}
  ul.menu-secondary li ul.sub-menu-secondary{margin: 0 0 10px;}
  .buttons-mobile-menu{padding: 10px 10% 0;}
  .testimonial-slide .testi-title{font-size: 1.5em;}
  .header-left{width: 105px;}
  .header-logo img{max-width: 100%; height: auto;}
  .header-right .btn-cta{padding: 10px 15px; font-size: 12px; font-weight: 400;}
  .banner .banner-ft-text h1{font-size: 1.6em;}
  /* body.loaded .banner-wrap{margin-top: 57px;} */
  /* body.loaded .banner-wrap{padding: 57px 15px 0 15px;} */
  .banner .banner-ft-text a.btn{padding: 12px 20px;}
  .home #portfolio-blocks .showcase .showcase-main-img{height: 230px;}
  #portfolio-blocks .showcase .showcase-main-img{height: 350px;}
  #portfolio-blocks .showcase .showcase-main-img{font-size: 1.7em;}
  .home-block-8{padding: 0;}
  ul.faq-list li{padding: 20px 15px 15px 15px; margin: 0 0 15px;}
  ul.faq-list li .ques-block h5{font-weight: 400; font-size: 17px;}
  .footer-1 h3{font-size: 1.5em;}
  .btn-solid-cta {    font-size: 16px;    padding: 12px 25px;    font-weight: 400;}
  ul.footer-links li{font-weight: 400; width: 100%; margin: 0 0 10px; padding: 0; text-align: center;}
  ul.footer-links li:before{display: none;}
  .mobile-menu{height: calc(100vh - 57px); top: 56px;}
  .featured-listing li:nth-child(1){padding: 35px 25px;}
  .blog-ft-text h1{font-size: 2.5em;}
  .blog-ft-text p img{width: 90px;}
  .heading-center-block h3{font-size: 1.5em;}
  .col-3-layout > div h4{font-size: 1.1em;}
  
  .ecommerce-infrastructure{padding-top: 50px;}
  .ecommerce-infrastructure .heading-left-block h3{font-size: 2.2em;}
  .home-block-6 .col-4-layout > div, .home-block-8 .col-4-layout > div{width: 100%; margin: 0 0 20px;}
  .competition-list .col p{min-height: inherit;}
  .agency-revenue .inner-wrapper{top: 20px;}
  .agency-revenue h3{font-size: 1.5em;}
  .top-performing-store .heading-left-block h3{font-size: 2em;}
  .col-3-layout{padding: 0;}
  .col-3-layout-small > div{width: 100%;}
  .heading-left-block{margin-bottom: 20px;}
  .heading-left-block h3, .build-your-blog h3, .website-builder-content .ft-content h3 {    font-size: 2em;    margin: 0 0 20px;}
  .heading-left-block p, .build-your-blog p{font-size: 17px;}
  .ecommerce-builder-section{padding: 50px 0;}
  .banner.blog-builder-banner{padding-bottom: 50px;}
  .drive-traffic-blog .ft-img { margin: 0 0 30px; padding: 15px 0 0;}
  .template-header h1, .feature-v2 .template-header h1{font-size: 2.2em;}
  .features-content .template-header p, .feature-v2 .template-header p{font-size: 17px;}
  .feature-banner .banner-content h1{font-size: 2.8em;}
  .explore-all-features{padding: 50px 0;}
  .heading-center-block{padding: 0; margin: 0 auto 25px;}
  #feature-section .feature-block {  width: 100%;    margin: 0 0 30px;}
  .heading-center-block p{font-size: 17px;}
  .blog-builder-slider-section{padding: 50px 0 0;}
  .portfolio-slider-img{ width: 390px; height: 275px; }
  .payment-gateways{padding: 25px 0 50px 0;}
  .about-banner .banner-content h1{font-size: 2.2em;}
  .about-banner .banner-content p{font-size: 17px;}
  ul.press-listing li{flex-direction: column;}
  ul.press-listing li .ft-content{padding: 0; width: 100%; margin: 20px 0 0;}
  .heading-left-block h3, .build-your-blog h3, .website-builder-content .ft-content h3{font-size: 1.5em;}
  #brandAssets .post-listing li .ft-img{height: 240px;}
  #brandAssets{padding: 25px 0;}
  ul.social-listing{flex-wrap: wrap;}
  ul.social-listing li{width: 48%;}
  .wordpress-banner .banner-content h1{font-size: 2em;}
  .wordpress-banner .banner-content h4{font-size: 1.1em;}
  .wordpress-banner .inner-wrapper{padding: 80px 30px 30px;}
  .wordpress-banner .ft-img{width: 100%;}
  .cell{padding: 15px 15px 15px 30px;}
  .tick-icon, .cross-icon{background-position: 0 18px;}
  .row:last-child .cell{border-bottom: 1px solid #DFDFDF;}
  .cell:first-child, .row:last-child .cell:first-child{border-bottom: none; padding-bottom: 0; padding-left: 0;}
  .testimonial-block .heading-center-block h3{font-size: 1.5em;}
  .reason-block{padding: 50px 0 0;}
  .call-to-action-1 .call-to-action-block h3{font-size: 1.4em;}
  .call-to-action-1 .call-to-action-block p{font-size: 1em;}
  .call-to-action-1{padding-bottom: 0;}
  .home-block-3 .ft-img .power-ft-img-2{left: -10px;}
  .home-block-3 .ft-img .power-ft-img-3{right: -20px;}
  .color-ball-xs-3{width: 70%; height: 50%;filter: blur(50px);}
  .color-ball-xs-2{width: 100px; height: 100px; filter: blur(50px);}
  .color-ball-xs-1{height: 150px;}
  .color-ball{ width: 160px; height: 250px; }
  .color-ball-1{animation: none;}
  .color-ball-3 {    width: 65%;    height: 60%;    top: 0%;}
  .template-portfolio #portfolio-blocks .showcase{width: 100%;}
  #feature-section.help-feature .feature-block{width: 100%;}
  .trending-article .inner-wrapper .ft-content h3{font-size: 1.6em;}
  .pricing-header h1{font-size: 1.8em; margin: 0 0 15px;}
  .pricing-header p{font-size: 15px;}
  .pricing-features h3{font-size: 1.1em; margin: 0 0 20px;}
  .pricing-features{padding: 35px 15px 20px;}
  .home-block-5 h3, .home-block-6 h3, .home-block-7 h3, .home-block-8 h3, .faq-block h3{margin-bottom: 15px;}
  .pricing-content-block-1 .left-block h3{font-size: 1.2em;}
  .faq-block h3{font-size: 1.2em;}
  .call-to-action-block{margin: 0 0 15px;}
  .grid-layout-2 .grid-block-yellow, .grid-layout-2 .grid-block-blue, .grid-layout-2 .grid-block-grey{padding: 30px;}
  .footer-1 a.btn{font-size: 15px;}
  .banner-ft-img .banner-right-ft-{top: 50px;}
  .banner .banner-ft-img .banner-right-ft-img-1{top: 20px;}
  .powerful-ecommerce-block .banner-ft-img .banner-right-ft-img-2{top: 150px;}
  .powerful-ecommerce-block .banner-ft-img .banner-left-ft-img{top: 50px;}
  .grid-block-full .ft-content p{font-size: 17px;}
  .grid-layout-2 .left-grid-block{margin-bottom: 30px;}
  .grid-layout-2{margin-bottom: 30px;}
  .grid-block-full{padding: 50px 25px 20px; margin: 0 0 30px;}
  .home-block-7 h3{font-size: 2em;}
  .section-header{margin-bottom: 35px;}
  .table-container .cell{ padding: 10px 5px; font-size: 14px; font-weight: 500;}
  .table-container .row:nth-child(1) .cell:nth-child(2){font-size: 16px;}
  .table-container .row .cell:nth-child(1){font-weight: 400; padding: 10px 5px 10px 0;}
  .get-started-banner .banner-ft-text .banner-tagline{font-size: 15px;}
  .get-started-banner .banner-ft-img .banner-right-ft-img{width: 75px;}
  .get-started-block-1{padding-bottom: 0;}
}
@media(max-width:400px) {
  .pricing-header h1{font-size: 1.5em;}
  .pricing-features h3{font-size: 1em;}
  .pricing-features ul li{width: 100%; margin-left: 0;}
  .banner .banner-ft-text h1{font-size: 1.3em;}
  .home-block-7 h3{font-size: 1.5em;}
  .table-container .cell{font-size: 12px;}
  .table-container .row .cell:nth-child(2){border-left: 1px solid #7B45E5; border-right: 1px solid #7B45E5;}
}

@keyframes growDown {
  0% {
      opacity: 0
  }
  80% {
      opacity: 0.8
  }
  100% {
    opacity: 1
  }
}

@keyframes animateBg {
  0% {   max-width: 100%; opacity: 0.7; left: 30%; top: 5%;}
  20% { opacity: 0.4; max-width: 100%; left: 20%; top: 0;}
  50% {  opacity: 0.1;  max-width: 100%; left: 20%; top: 5%;}
  100% {  max-width: 100%; opacity: 0.7; left: 30%; top: 5%; }
}
@keyframes animateBg1 {
  0% {   max-width: 100%; opacity: 0.2; right: -10%; top: 0; }
  25% {  opacity: 0.4; max-width: 100%; right: 5%; top: 5%; }
  50% {   opacity: 0.8; max-width: 100%;  right: 10%; top: 10%;}
  100% {   max-width: 100%; opacity: 0.2; right: -10%; top: 0;}
}
@keyframes animateBg2 {
  0% {   max-width: 100%; opacity: 0.4; left: 0%; top: 0; }
  25% {  opacity: 0.6; max-width: 100%; left: 0; top: 5%; }
  50% {   opacity: 0.5; max-width: 100%;  left: 0; top: 5%;}
  100% {   max-width: 100%; opacity: 0.4; left: 0%; top: 0;}
}

@keyframes AnimatedGradientBgLeft {
  0% { background-position: 0 0;}
  100% { background-position: 100% 0; }
}

@keyframes animate-ball-1 {
  0% {
      height: 300px; opacity: 0.8;
  }
  50% {
    height: 500px; opacity: 1;
  }
  100% {
    height: 300px; opacity: 0.8;
  }
}
@keyframes animate-ball-xs-1 {
  0% {
    transform: scale(1); opacity: 1;
  }
  50% {
    transform: scale(1.5); opacity: 0.7;
  }
  100% {
    transform: scale(1); opacity: 1;
  }
}
@keyframes animate-ball-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-ball-xs-2 {
  0% {
    opacity: 0.8; transform: scale(1) rotate(30deg); bottom: -5%;
  }
  50% {
    opacity: 1; transform: scale(0.8) rotate(30deg); bottom: -10%;
  }
  100% {
    opacity: 0.8; transform: scale(1) rotate(30deg); bottom: -5%;
  }
}
@keyframes animate-ball-3 {
  0% {
      top: 18%; opacity: 1; transform: scale(1);
  }
  50% {
    top: 22%;  opacity: 0.5; transform: scale(0.8);
  }
  100% {
    top: 18%; opacity: 1; transform: scale(1);
  }
}
@keyframes animate-ball-xs-3 {
  0% {
      top: -10%; opacity: 1; transform: scale(1) rotate(-10deg);
  }
  50% {
    top: -10%;  opacity: 0.5; transform: scale(0.8) rotate(0deg);
  }
  100% {
    top: -10%; opacity: 1; transform: scale(1) rotate(-10deg);
  }
}

@keyframes animate-ball-4 {
  0% {
    left: 20%; bottom: 8%;
  }
  50% {
    left: 0; bottom: 12%;
  }
  100% {
    left: 20%; bottom: 8%;
  }
}


@keyframes bannerBorderRadiusAnimation {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 20px;
  }
}
@keyframes bannerGradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerText {
  0% {
    opacity: 0; transform: translateY(30px);
  }
  100% {
    opacity: 1; transform: translateY(0px);
  }
}
