@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-Black.woff2") format("woff2"), url("../fonts/Mona-Sans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-SemiBold.woff2") format("woff2"), url("../fonts/Mona-Sans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-ExtraBold.woff2") format("woff2"), url("../fonts/Mona-Sans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-Regular.woff2") format("woff2"), url("../fonts/Mona-Sans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-UltraLight.woff2") format("woff2"), url("../fonts/Mona-Sans-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-Bold.woff2") format("woff2"), url("../fonts/Mona-Sans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-Light.woff2") format("woff2"), url("../fonts/Mona-Sans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-Medium.woff2") format("woff2"), url("../fonts/Mona-Sans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mona-Sans';
  src: url("../fonts/Mona-Sans-RegularItalic.woff2") format("woff2"), url("../fonts/Mona-Sans-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
/* Common css start here */
* {
  box-sizing: border-box; }

body {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Mona-Sans';
  line-height: 1;
  font-style: normal;
  letter-spacing: normal;
  overflow-x: hidden;
  background-color: #0D1116; }

.container {
  max-width: 1330px;
  padding: 0 15px; }

@media screen and (max-width: 991px) {
  .container {
    padding: 0 39px; } }
html, label {
  cursor: auto !important; }

button, input, a {
  cursor: pointer !important; }

div,
aside,
header,
footer,
nav,
ul,
li,
img,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Mona-Sans', sans-serif;
  margin: 0;
  letter-spacing: 0; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

a:hover {
  text-decoration: none;
  color: inherit; }

b,
strong {
  font-weight: bold; }

svg {
  fill: none; }

/* Common css end here */
/* header css start here */
header {
  position: relative;
  z-index: 99999;
  padding: 0; }

@media only screen and (max-width: 991px) {
  header {
    z-index: 99999; } }
header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: center; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li a {
  font-family: 'Mona-Sans';
  color: #ffffff;
  padding: 26px 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border:none;
  outline:none;
  transition: 0.2s all; 
}
header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a img{
    transition:0.2s all;
}

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li a:hover {
  opacity: 0.6; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a:hover {
  color: #939AFF;
  opacity: 1; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a:hover .sub-child-right-text h3,
header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a:hover .sub-child-right-text h5 {
  color: #939AFF; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a img {
  display: block; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a img.hover-logo-icon {
  display: none; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a:hover img {
  display: none; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li .sub-child-wrapper a:hover img.hover-logo-icon {
  display: block; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li a .down-arrow svg {
  transition: 0.4s all;
  transform: translateY(-2px); }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li a:hover .down-arrow svg {
  transform: translateY(2px); }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li {
  margin-right: 50px;
  position: relative; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li:last-child {
  margin-right: 0; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a {
  font-family: 'Mona-Sans';
  background: #ffa28b;
  padding: 12px 14px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0D1116;
  transition: .5s ease all; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn {
  text-align: right;
  width: 20%; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search {
  position: relative; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search input {
  font-family: 'Mona-Sans';
  width: 100%;
  border: 1px solid #6c737c;
  outline: none;
  color: #8B949E;
  background: transparent;
  font-family: 'Mona-Sans';
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  height: 40px;
  padding: 0 30px 0 15px;
  font-size: 16px;
  font-weight: 500; }
header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search input[type="search"]::-webkit-search-cancel-button{
  display: none !important;
}
header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search input::placeholder {
  /* color: red; */
  color: #8B949E; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search button {
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  right: 14px;
  top: 50%;
  padding: 0;
  transform: translate(0px, -50%); }

header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar {
  padding: 0 20px 0 40px;
  width: 29%; }

header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

header .header-wrapper .right-nav-menu .right-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

header .header-wrapper .logo-left {
  width: 32%; }

header .header-wrapper .right-nav-menu {
  width: 68%;
  /* text-align: right; */ }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a svg {
  margin-left: 6px;
  width: 10px;
  transition: .5s ease all; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a:hover svg rect {
  width: 9px; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a svg rect {
  width: 0;
  transition: .5s ease all; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a:hover svg {
  transform: translate(5px);
  margin-right: 0; }

header .humberg-icon {
  display: none; }

header .humberg-icon .menu-icon svg {
  cursor: pointer; }

header .header-wrapper .logo-left .mobile-logo {
  display: none; }

.quote-mobile-btn {
  display: none; }

header .header-wrapper .logo-left .desk-logo {
  max-width: 400px; }

.sub-child-wrapper .sub-child-right h4 {
  font-family: 'Mona-Sans';
  color: #0D1116;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li.sub-child-menu ul li a {
  font-family: 'Mona-Sans';
  padding: 0;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #8B949E; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li.sub-child-menu ul {
  flex-direction: column; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li.sub-child-menu ul li {
  margin-right: 0;
  width: 100%; }

.sub-child-wrapper {
  display: flex;
  align-items: flex-start; }

.sub-child-wrapper .sub-child-left {
  border-right: 1px solid #8B949E;
  padding-right: 35px;
  width: 58%; }

.sub-child-wrapper .sub-child-right {
  padding-left: 25px;
  width: 42%; }

.sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper {
  display: flex;
  align-items: center; }

.sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-left-img {
  max-width: 20px;
  width: 100%; }

.sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text {
  padding-left: 16px; }

.sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text h5 {
  font-family: 'Mona-Sans';
  color: #8B949E;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }

.sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text h3 {
  font-family: 'Mona-Sans';
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 600; }

.sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text {
  padding-left: 16px; }

.sub-child-wrapper .sub-child-left li {
  margin-bottom: 30px; }

.sub-child-wrapper .sub-child-left li a {
  margin-bottom: 0 !important; }

.sub-child-wrapper .sub-child-left li:last-child {
  margin-bottom: 0; }

header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a span.mobile-text {
  display: none; }

/* header css end here */
/* Banner start here */
.banner {
  padding: 110px 0 0px 0; }

.banner .banner-wrapper .banner-text h2,
.banner .banner-wrapper .banner-text h1 {
  font-family: 'Mona-Sans';
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 0px 0px 35px rgba(147, 154, 255, 0.5); }

.banner .banner-wrapper .banner-text h2::after,
.banner .banner-wrapper .banner-text h1::after {
  content: "";
  position: absolute; }

.banner .banner-wrapper .banner-text P {
  font-family: 'Mona-Sans';
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #8B949E;
  font-weight: 400; }

.banner .banner-wrapper .banner-text P span {
  color: #fff; }

.banner .banner-wrapper {
  position: relative;
  padding-bottom: 110px;
  padding-left: 112px; }

.banner .banner-wrapper .dots-img {
  position: absolute;
  top: -110px;
  /* background: red; */
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.banner .banner-wrapper .dots-img figure {
  margin: 0;
  width: 100%;
  height: 100%; }

.dots-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.banner .banner-wrapper .banner-text {
  max-width: 750px; }

.banner-btn a {
  font-family: 'Mona-Sans';
  display: inline-block;
  background: #939AFF;
  color: #fff;
  padding: 16px 24px 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700; }

.banner-btn a svg {
  margin-left: 10px;
  transition: .5s ease all; }

.banner-btn a svg rect {
  width: 0;
  fill: #ffffff; }

.banner-btn a svg path {
  fill: #ffffff; }

.banner-btn a:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.banner-btn a:hover svg rect {
  width: 9px;
  fill: #ffffff; }

.banner .banner-wrapper::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 44px;
  background: linear-gradient(180deg, #939AFF 61.2%, #FFA28B 100%); }

.banner .curve-img {
  position: absolute;
  top: -140px;
  left: 44px; }

.banner .banner-wrapper .banner-img figure {
  margin: 0; }

/* Banner end here */
/* Why choose resolution design start here */
.why-choose-resolution-design .why-choose-res-wrapper {
  padding-left: 112px;
  padding-bottom: 26px;
  max-width: 1020px;
  position: relative; }

.curve-svg::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFA28B;
  opacity: 0.8;
  filter: blur(10px);
  top: 9px;
  left: 28px;
  z-index: -1; }

.curve-svg {
  position: absolute;
  left: 44px;
  top: 0;
  background: #0d1116;
  z-index: 99; }

.why-choose-resolution-design .why-choose-res-wrapper h2 {
  font-family: 'Mona-Sans';
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px; }

.why-choose-resolution-design .why-choose-res-wrapper h2 span {
  color: #FFA28B; }

.why-choose-resolution-design .why-choose-res-wrapper p {
  font-family: 'Mona-Sans';
  color: #8B949E;
  letter-spacing: -0.1px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px; }

.why-choose-resolution-design .why-choose-res-wrapper::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 34px;
  left: 44px;
  background: linear-gradient(180deg, #ffa28b 0%, rgba(255, 162, 139, 0) 100%); }

/* Why choose resolution design End here */
/* Safari screen start here */
.screen-plash {
  padding: 30px 0 0 0; }

.splash-screen-wrapper {
  overflow: hidden;
  border-radius: 8px; }

.safari-screen-img {
  position: relative;
  padding: 0;
  width: 100%;
  border-radius: 8px !important; }

.safari-screen-img figure.safari-screen {
  margin-bottom: 0;
  min-height: 730px;
  max-height: 730px;
  border-radius: 50px;
  display: block;
  position: relative;
  z-index: 2; }

figure.home-page {
  position: absolute;
  top: 50px;
  z-index: 2;
  min-height: 730px;
  overflow: scroll;
  max-height: 730px; }

figure.home-page img {
  border-radius: 0 0 8px 8px;
  width: 100%;
  height: 100%; }

.safari-screen-img::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: transparent; }

.safari-screen-img::-webkit-scrollbar {
  width: 6px;
  background-color: transparent; }

.safari-screen-img::-webkit-scrollbar-thumb {
  background-color: #fff; }

figure.home-page::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
  background-color: transparent; }

figure.home-page::-webkit-scrollbar {
  width: 6px;
  background-color: transparent; }

figure.home-page::-webkit-scrollbar-thumb {
  background-color: #000; }

.banner-mobile-img {
  display: none; }

.banner-img img {
  width: 100%; }

.safari-screen-img figure.safari-screen img {
  width: 100%; }

.curve-svg svg {
  width: 46px;
  height: 36px; }

svg.desk-svg {
  display: block; }

svg.mb-svg {
  display: none; }

.banner .curve-img svg {
  width: 81px;
  height: 147px;
  display: block; }

/* safari screen end here */
/* Experience column start here */
.experience-column-wrapper .experience-column .experience-column-img figure {
  margin: 0 auto;
  background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
  border-radius: 100%;
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center; }

.experience-column-wrapper .experience-column .experience-column-img figure img {
  max-width: 80px; }

.experience-column-wrapper .experience-column .experience-column-text {
  padding: 20px 0 0 0; }

.experience-column-wrapper .experience-column .experience-column-text h3 {
  font-family: 'Mona-Sans';
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  min-width: 310px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto 15px; }

.experience-column-main-wrapper::after {
  content: "";
  background: linear-gradient(0deg, #939AFF 0%, #7EE787 25.59%);
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 44px; }

.experience-column-main-wrapper {
  position: relative;
  padding-bottom: 90px; }

.experience-column-wrapper .experience-column .experience-column-text p {
  color: #8B949E;
  font-family: 'Mona-Sans';
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 30px;
  font-weight: 400;
  min-width: 310px;
  max-width: 310px;
  margin: 0 auto;
  display: block; }

.experiencing-column .experience-column-wrapper .experience-column {
  width: 33.33%;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 40px; }

.experiencing-column .experience-column-wrapper {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 60px 0 0 112px;
  margin: 0 -40px;
  max-width: 1300px;
  flex-direction: row; }

.experience-column-title {
  padding: 150px 0 0 112px;
  position: relative; }

.experience-column-title .svg-shadow {
  position: absolute;
  z-index: 9;
  top: 157px;
  left: 44px;
  background: #0d1116; }

.svg-shadow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  filter: blur(10px);
  top: 9px;
  left: 28px;
  z-index: -1; }

.svg-shadow.pink:after {
  background: #FFA28B; }

.svg-shadow.green:after {
  background: #7EE787; }

.svg-shadow.purpal:after {
  background: #939AFF; }

.experience-column-title svg {
  position: relative;
  width: 46px;
  height: 36px; }

.experience-column-title::after {
  background: linear-gradient(0deg, #7EE787 0%, rgba(126, 231, 135, 0) 100%);
  content: "";
  position: absolute;
  left: 44px;
  top: 0;
  width: 2px;
  height: 100%; }

.experience-column-wrapper .experience-column .experience-column-text a {
  font-family: 'Mona-Sans';
  display: inline-block;
  background: #7EE787;
  padding: 18px 24px 16px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #0D1116; }

.experience-column-wrapper .experience-column .experience-column-text a svg {
  margin-left: 10px;
  transition: .5s ease all; }

.experience-column-wrapper .experience-column .experience-column-text a svg rect {
  width: 0;
  fill: #0D1116; }

.experience-column-wrapper .experience-column .experience-column-text a:hover svg rect {
  width: 9px; }

.experience-column-wrapper .experience-column .experience-column-text a:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.experience-column-title h2 {
  font-family: 'Mona-Sans';
  color: #7EE787;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500; }

/* Experience column End here */
/* Maximizing Business Growth start here */
.business-growth-title h2 {
  font-family: 'Mona-Sans';
  font-size: 48px;
  line-height: 58px;
  width: 100%;
  max-width: 830px;
  color: #fff;
  font-weight: 500; }

.business-growth-title {
  padding-left: 112px;
  padding-bottom: 60px;
  position: relative; }

.business-growth-title .svg-shadow {
  position: absolute;
  background: #0d1116;
  left: 44px;
  top: 10px;
  z-index: 9; }

.business-growth-title svg {
  width: 46px;
  height: 36px;
  position: relative; }

.business-growth-title::after {
  content: "";
  position: absolute;
  left: 44px;
  width: 2px;
  height: 100%;
  /* background: red; */
  top: 0;
  background: linear-gradient(0deg, rgba(147, 154, 255, 0) 0%, #939AFF 100%);
  border-radius: 4px;
  transform: rotate(-180deg); }

.business-growth-title h2 span {
  color: #939AFF; }

.success-mapping-left p {
  font-family: 'Mona-Sans';
  font-size: 24px;
  line-height: 32px;
  color: #8B949E;
  margin-bottom: 35px;
  font-weight: 500; }

.success-mapping-left p span {
  color: #fff; }

.success-mapping-left {
  padding: 28px 0 60px 0;
  width: 46%; }

.success-mapping-section {
  border: 2px solid #45494e;
  background: #161b22;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 42px 0 0 64px; }

.success-mapping-left a {
  font-family: 'Mona-Sans';
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600; }

.success-mapping-left a svg {
  margin-left: 10px;
  transition: .5s ease all; }

.success-mapping-left a svg path {
  fill: #ffffff; }

.success-mapping-left a svg rect {
  fill: #ffffff;
  width: 0; }

.success-mapping-left a:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.success-mapping-left a:hover svg rect {
  width: 9px; }

.success-mapping-right ul li .succes-desc-wrapper .success-right-text {
  padding-left: 17px; }

.success-mapping-right ul li .succes-desc-wrapper {
  display: flex;
  align-items: center; }

.success-mapping-right ul li {
  padding: 32px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #161B22;
  background-color: #22262d; }

.success-mapping-right ul li .succes-desc-wrapper .success-right-text p {
  font-family: 'Mona-Sans';
  color: #8B949E;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500; }

.success-mapping-right ul li .succes-desc-wrapper .success-right-text h4 {
  font-family: 'Mona-Sans';
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 22px; }

.success-mapping-right ul li:nth-child(even) {
  background-color: #393d43; }

.success-mapping-right ul {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid #393d43;
  border-bottom: none !important;
  border-right: none !important;
  border-radius: 4px 0 0 0; }

.success-mapping-right {
  width: 44%; }

.success-mapping-section-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.success-mapping-right ul li .succes-desc-wrapper .success-left-img {
  min-width: 45px;
  max-width: 45px; }

.success-mapping-right ul li .succes-desc-wrapper .success-left-img img {
  width: 100%; }

.rezolution-column-wrapper .rezolution-column {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px; }

.rezolution-column-wrapper {
  margin: 0 -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-bg {
  background: #161b22;
  border: 2px solid #45494e;
  border-radius: 4px;
  padding: 57px 0 57px 64px; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-bg .rezolution-column-img img {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.5));
  width: 100%; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text p {
  font-family: 'Mona-Sans';
  font-size: 24px;
  color: #8B949E;
  line-height: 32px;
  margin-bottom: 37px;
  font-weight: 500; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text p span {
  color: #fff; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text a {
  font-family: 'Mona-Sans';
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text a svg {
  margin-left: 10px;
  fill: #fff;
  transition: .5s ease all; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text a svg rect {
  fill: #ffffff;
  width: 0; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text a:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text a:hover svg rect {
  width: 9px; }

.rezolution-column-wrapper .rezolution-column .rezolution-column-text a svg path {
  fill: #fff; }

.rezolution-column-wrapper .rezolution-column .digital-marketing-bg {
  background: #161b22;
  border: 2px solid #45494e;
  border-radius: 4px;
  padding: 64px 37px 0 37px; }

.rezolution-column-wrapper .rezolution-column .digital-marketing-bg .digital-marketing-text p {
  font-family: 'Mona-Sans';
  font-size: 24px;
  color: #8B949E;
  line-height: 32px;
  padding-right: 45px;
  margin-bottom: 40px;
  font-weight: 500; }

.rezolution-column-wrapper .rezolution-column .digital-marketing-bg .digital-marketing-text p span {
  color: #fff; }

.rezolution-column-wrapper .rezolution-column .digital-marketing-bg .digital-marketing-img img {
  width: 100%; }

/* Maximizing Business Growth end here */
/* Digital marketing Section Start here */
.digital-marketing-title-wrapper h2 {
  font-family: 'Mona-Sans';
  width: 100%;
  max-width: 900px;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 60px; }

.digital-marketing-title-wrapper h2 span {
  color: #FFA28B; }

.digital-marketing-title-wrapper h4 {
  font-family: 'Mona-Sans';
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px; }

.digital-marketing-section-wrapper {
  padding-top: 150px;
  padding-left: 0;
  position: relative; }

.digital-marketing-title-wrapper {
  position: relative;
  padding-left: 112px; }

.digital-marketing-section-wrapper::before {
  content: "";
  position: absolute;
  top: auto;
  left: 44px;
  width: 2px;
  height: 79%;
  transform: rotate(-180deg);
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 162, 139, 0) 0%, #FFA28B 100%); }

.digital-marketing-section-wrapper::after {
  background: linear-gradient(180deg, rgba(255, 162, 139, 0) 0%, #FFA28B 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  width: 2px;
  height: 170px; }

.digital-marketing-title-wrapper .svg-shadow {
  position: absolute;
  z-index: 8;
  top: 56px;
  left: 44px;
  background: #0d1116; }

.digital-marketing-title-wrapper svg {
  width: 46px;
  height: 36px; }

.keyword_research_box {
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 60px 0 50px; }

.keyword_research_box .inner_wrapper {
  width: 100%;
  margin: auto;
  max-width: 950px; }

.keyword_research_box h3 {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 50px; }

.keyword_research_box .customRow {
  display: flex;
  justify-content: space-between; }

.keyword_research_box .single_box {
  width: 47.48%;
  margin-top: 40px; }

.keyword_research_box .single_box .items {
  font-family: 'Mona-Sans';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #161B22;
  box-shadow: 0px 0px 20px 2px #0D1116;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 26px 25px;
  font-size: 20px; }

.keyword_research_box .single_box img {
  display: block;
  height: auto;
  width: 20px;
  margin-right: 10px; }

.keyword_research_box .multiple_box {
  width: 47.48%; }

.keyword_research_box .multiple_box h4 {
  font-family: 'Mona-Sans';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #161B22;
  width: auto;
  display: inline-block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  padding: 10px 20px 15px; }

.keyword_research_box .multiple_box .list_box {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #161B22;
  box-shadow: 0px 0px 20px #0d1116;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 25px 20px; }

.keyword_research_box .multiple_box .list_box .items {
  font-family: 'Mona-Sans';
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  font-size: 20px;
  margin-bottom: 25px; }

.keyword_research_box .multiple_box .list_box .items:last-child {
  margin-bottom: 0; }

.keyword_research_box .multiple_box .list_box .items img {
  display: block;
  height: auto;
  width: 20px;
  margin-right: 10px; }

.keyword_research_box .divider {
  width: 5.04%; }

.keyword_research_box .divider .line {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 76px;
  height: 2px; }

.keyword_research_box .divider .line:before,
.keyword_research_box .divider .line:after {
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), #161B22;
  border-radius: 100%;
  position: absolute;
  border: 1px solid rgba(22, 27, 34, 0.35);
  width: 8px;
  height: 8px;
  top: -3px; }

.keyword_research_box .divider .line:before {
  left: -4px; }

.keyword_research_box .divider .line:after {
  right: -4px; }

/* Digital marketing Section end here */
/* Image Content Block start here */
.new_hp_img_content_block {
  position: relative;
  padding: 150px 0; }

.new_hp_img_content_block .bg_img {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding-top: 150px; }

.new_hp_img_content_block .bg_img img {
  display: block;
  width: 100%; }

.new_hp_img_content_block .customRow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px; }

.new_hp_img_content_block .customRow:last-child {
  margin-bottom: 0; }

.new_hp_img_content_block .text_block {
  width: 49.23%; }

.new_hp_img_content_block .text_block h3,
.new_hp_img_content_block .text_block h2 {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 20px; }

.new_hp_img_content_block .text_block .dis p,
.new_hp_img_content_block .text_block .dis li {
  font-family: 'Mona-Sans';
  font-weight: 400;
  color: #8B949E;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

.new_hp_img_content_block .text_block .dis p {
  margin-bottom: 27px; }

.new_hp_img_content_block .text_block .dis ul {
  list-style: disc;
  padding-left: 35px;
  margin-bottom: 27px; }

.new_hp_img_content_block .text_block .dis li {
  list-style: disc;
  margin-bottom: 10px; }

.new_hp_img_content_block .text_block .post_link {
  display: inline-block;
  font-family: 'Mona-Sans';
  font-weight: 600;
  color: #fff;
  font-size: 20px; }

.new_hp_img_content_block .text_block .post_link svg {
  margin-left: 6px;
  transition: .5s ease all; }

.new_hp_img_content_block .text_block .post_link svg path {
  fill: #ffffff; }

.new_hp_img_content_block .text_block .post_link svg rect {
  fill: #ffffff;
  width: 0; }

.new_hp_img_content_block .text_block .post_link:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.new_hp_img_content_block .text_block .post_link:hover svg rect {
  width: 9px; }

.new_hp_img_content_block .img_block {
  width: 42.54%; }

.new_hp_img_content_block .img_block img {
  display: block;
  width: 100%; }

.new_hp_img_content_block .customRow:nth-child(odd) .text_block {
  order: 2; }

.new_hp_img_content_block .customRow:nth-child(odd) .img_block {
  order: 1; }

/* Image Content Block start here */
/* Partner Logo block start here */
.partner_block .inner_wrapper {
  background: #161B22;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 60px 60px 20px; }

.partner_block .inner_wrapper h2 {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px; }

.partner_block .inner_wrapper .dis {
  width: 100%;
  max-width: 910px;
  margin-bottom: 60px; }

.partner_block .inner_wrapper .dis p {
  font-family: 'Mona-Sans';
  font-weight: 400;
  color: #8B949E;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

.logo_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.logo_block .items {
  width: 25%;
  padding: 0 20px; }

.logo_block .items .partner_logo {
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background: #161B22;
  border: 2px solid #0D1116;
  box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.25), inset 0px 2px 4px rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 40px; }

.logo_block .items .partner_logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
  padding: 18px 0; }

/* Partner Logo block end here */
/* Footer Block start here */
footer {
  padding: 60px 0 40px; }

footer .customRow {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }

footer .footer_logo_block {
  width: 100%;
  max-width: 41.7%;
  padding: 0 15px;
  margin-right: 134px; }

footer .footer_logo_block .partner_logo {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 100px; }

footer .footer_logo_block .partner_logo .logo {
  width: auto;
  height: 201px; }

footer .footer_logo_block .partner_logo .logo img {
  display: block;
  width: auto;
  height: 100%; }

footer .footer_logo_block .footer_logo {
  text-align: right;
  width: 100%;
  max-width: 210px; }

footer .footer_logo_block .footer_logo img {
  display: block;
  width: 100%; }

footer .footer_logo_block .footer_logo p {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  margin-top: 3px;
  padding-right: 10px; }

footer .footer_details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 48.1%;
  margin: 0 -18px;
  padding-top: 34px; }

footer .footer_details .footer_links {
  width: 100%;
  max-width: 50%;
  padding: 0 18px; }

footer .footer_details .footer_links ul li {
  margin-bottom: 18px; }

footer .footer_details .footer_links ul li a {
  font-family: 'Mona-Sans';
  font-weight: 400;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px; }

footer .footer_details .footer_links ul li a:hover {
  color: #FFA28B; }

footer .footer_details .footer_links:first-of-type ul li a:hover {
  color: #7EE787; }

footer .footer_details .footer_address {
  width: 100%;
  max-width: 45%; }

footer .footer_details .footer_address p {
  font-family: 'Mona-Sans';
  font-weight: 400;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 22px; }

.copyright_block {
  background-color: #161B22;
  padding: 23px 0; }

.copyright_block .customRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.copyright_block p {
  font-family: 'Mona-Sans';
  width: auto;
  display: inline-block;
  font-weight: 400;
  color: #8B949E;
  font-size: 12px;
  line-height: 22px; }

.copyright_block .left_copyright-text ul,
.copyright_block .left_copyright-text ul li {
  display: inline-block; }

.copyright_block .left_copyright-text ul li {
  margin-left: 20px; }

.copyright_block .left_copyright-text ul li a {
  font-family: 'Mona-Sans';
  display: inline-block;
  font-weight: 400;
  color: #8B949E;
  font-size: 12px;
  line-height: 22px; }

.copyright_block .left_copyright-text {
  width: 100%;
  max-width: 50%; }

.copyright_block p a {
  font-family: 'Mona-Sans';
  font-weight: 400;
  color: #8B949E;
  font-size: 12px;
  line-height: 22px; }

.copyright_block .social_links {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -19px; }

.copyright_block .social_links li {
  padding: 0 19px; }

.copyright_block .social_links li a {
  display: block; }

.copyright_block .social_links li a svg {
  display: block;
  height: auto;
  width: 17px; }

/* Footer Block end here */
/* Newslatter Section start here */
.newslatter {
  margin-bottom: 90px; }

.newslatter .inner_wrapper {
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 8px;
  padding: 60px 20px; }

.newslatter .inner_wrapper h2 {
  font-family: 'Mona-Sans';
  width: 100%;
  margin: auto;
  font-weight: 600;
  color: #ffffff;
  max-width: 860px;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px; }

.newslatter .inner_wrapper h2 span {
  background: linear-gradient(89.62deg, #939AFF 0%, #FFA28B 140%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.newslatter .inner_wrapper .dis {
  width: 100%;
  margin: auto;
  max-width: 640px;
  margin-bottom: 30px; }

.newslatter .inner_wrapper .dis p {
  font-family: 'Mona-Sans';
  font-weight: 400;
  color: #8B949E;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

.newslatter .inner_wrapper .btn-white {
  font-family: 'Mona-Sans';
  display: inline-block;
  background: #fff;
  color: #0D1116;
  padding: 15px 24px 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700; }

.newslatter .inner_wrapper .btn-white svg {
  margin-left: 6px;
  transition: .5s ease all; }

.newslatter .inner_wrapper .btn-white svg rect {
  width: 0;
  fill: #0D1116; }

.newslatter .inner_wrapper .btn-white svg path {
  fill: #0D1116; }

.newslatter .inner_wrapper .btn-white:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.newslatter .inner_wrapper .btn-white:hover svg rect {
  width: 9px;
  fill: #0D1116; }

/* Newslatter Section end here */
/* Customer Review section start here */
.customer_review {
  padding: 150px 0 130px; }

.customer_review .title {
  text-align: center;
  margin-bottom: 60px; }

.customer_review .title h2 {
  font-family: 'Mona-Sans';
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 58px; }

.customer_review .customRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.customer_review .customRow .items {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px; }

.customer_review .items .inner_wrapper {
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  border-radius: 8px;
  padding: 39px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.customer_review .items .inner_wrapper .quote_img {
  width: 100%;
  max-width: 80px;
  margin-bottom: 20px; }

.customer_review .items .inner_wrapper .quote_img img {
  width: 100%; }

.customer_review .items .inner_wrapper .reviews_text {
  margin-bottom: 40px; }

.customer_review .items .inner_wrapper .reviews_text p {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0; }

.customer_review .inner_wrapper .customer_detail {
  display: flex;
  align-items: center; }

.customer_review .customer_detail .customer_img {
  overflow: hidden;
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px; }

.customer_review .customer_detail .customer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.customer_review .customer_detail .site_name h4 {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #fff;
  line-height: normal;
  font-size: 20px;
  margin-bottom: 5px; }

.customer_review .customer_detail .site_name p {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #8B949E;
  line-height: normal;
  font-size: 14px; }

/* Customer Review section start here */
/* Sticky Header Start here */
.sticky_header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #0D1116;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.6);
  padding: 20px 0;
  transition: 0.4s all;
  transform: translateY(-100%); }

.sticky_header.sticky {
  transform: translateY(0); }

.sticky_header .customRow {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sticky_header .menu_items {
  display: flex;
  align-items: center;
  margin: 0 -17px; }

.sticky_header .menu_items li {
  padding: 0 17px; }

.sticky_header .menu_items li a {
  font-family: 'Mona-Sans';
  font-weight: 500;
  color: #fff;
  transition: 0.4s all;
  border-bottom: 2px solid transparent;
  padding: 4px 0;
  font-size: 15px;
  line-height: 20px; }

.sticky_header .menu_items li a:hover {
  color: #7EE787;
  border-color: #7EE787; }

.request-btn a {
  font-family: 'Mona-Sans';
  display: inline-block;
  background: #fff;
  color: #0D1116;
  padding: 17px 24px 16px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700; }

.request-btn a svg {
  margin-left: 6px;
  width: 10px;
  transition: .5s ease all; }

.request-btn a svg rect {
  width: 0;
  fill: #0D1116; }

.request-btn a svg path {
  fill: #0D1116; }

.request-btn a:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.request-btn a:hover svg rect {
  width: 9px;
  fill: #0D1116; }

/* Sticky Header end here */
@media only screen and (min-width: 992px) {
  li.sub-child-menu:hover .sub-child-wrapper-main {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

  .sub-child-wrapper-main {
    position: absolute;
    background: #fff;
    top: 50px;
    min-width: 520px;
    z-index: 9;
    left: -25px;
    width: 520px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    max-width: 520px;
    padding: 24px;
    border-radius: 6px;
    transition: all .35s ease-in-out; } }
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .request-btn a {
    padding: 1.181vw 1.667vw 1.111vw 1.389vw;
    border-radius: 0.278vw;
    font-size: 1.111vw; }

  .request-btn a svg {
    width: 0.694vw;
    margin-left: 0.417vw; }

  .request-btn a:hover svg rect {
    width: 0.625vw; }

  .sticky_header .menu_items li a {
    font-size: 1.042vw;
    line-height: 1.389vw;
    padding: 0.278vw 0; }

  .sticky_header .menu_items {
    margin: 0 -1.181vw; }

  .sticky_header .menu_items li {
    padding: 0 1.181vw; }

  .sticky_header {
    padding: 1.389vw 0; }

  .customer_review .customer_detail .site_name h4 {
    font-size: 1.389vw;
    margin-bottom: 0.347vw; }

  .customer_review .customer_detail .site_name p {
    font-size: 0.972vw; }

  .customer_review .customer_detail .customer_img {
    width: 2.778vw;
    min-width: 2.778vw;
    height: 2.778vw;
    margin-right: 0.694vw; }

  .customer_review .items .inner_wrapper .reviews_text p {
    font-size: 1.667vw;
    line-height: 2.222vw; }

  .customer_review .items .inner_wrapper .reviews_text {
    margin-bottom: 2.778vw; }

  .customer_review .items .inner_wrapper .quote_img {
    max-width: 5.556vw;
    margin-bottom: 1.389vw; }

  .customer_review .items .inner_wrapper {
    border-radius: 0.556vw;
    padding: 2.708vw; }

  .customer_review .customRow .items {
    padding: 0 0.694vw;
    margin-bottom: 1.389vw; }

  .customer_review .customRow {
    margin: 0 -0.694vw; }

  .customer_review .title h2 {
    font-size: 3.333vw;
    line-height: 4.028vw; }

  .customer_review .title {
    margin-bottom: 4.167vw; }

  .customer_review {
    padding: 10.417vw 0 9.028vw; }

  .newslatter .inner_wrapper .btn-white:hover svg rect {
    width: 0.625vw; }

  .newslatter .inner_wrapper .btn-white:hover svg {
    transform: translate(0.347vw); }

  .newslatter .inner_wrapper .btn-white svg {
    margin-left: 0.417vw; }

  .newslatter .inner_wrapper .btn-white {
    padding: 1.042vw 1.667vw 1.042vw 1.389vw;
    border-radius: 0.278vw;
    font-size: 1.250vw; }

  .newslatter .inner_wrapper .dis p {
    font-size: 1.667vw;
    line-height: 2.222vw;
    letter-spacing: -0.007vw; }

  .newslatter .inner_wrapper .dis {
    max-width: 44.444vw;
    margin-bottom: 2.083vw; }

  .newslatter .inner_wrapper h2 {
    max-width: 59.722vw;
    font-size: 3.333vw;
    line-height: 4.028vw;
    margin-bottom: 1.389vw; }

  .newslatter .inner_wrapper {
    border-radius: 0.556vw;
    padding: 4.167vw 1.389vw; }

  .copyright_block .social_links li a svg {
    width: 1.181vw; }

  .copyright_block .social_links li {
    padding: 0 1.319vw; }

  .copyright_block .social_links {
    margin: 0 -1.319vw; }

  .copyright_block .left_copyright-text ul li {
    margin-left: 1.389vw; }

  .copyright_block p,
  .copyright_block .left_copyright-text ul li a {
    font-size: 0.833vw;
    line-height: 1.528vw; }

  .copyright_block p a {
    font-size: 0.833vw;
    line-height: 1.528vw; }

  .copyright_block {
    padding: 1.597vw 0; }

  footer .footer_details .footer_address p {
    font-size: 1.111vw;
    line-height: 1.528vw; }

  footer .footer_details .footer_links ul li a {
    font-size: 1.111vw;
    line-height: 1.389vw; }

  footer .footer_details .footer_links ul li {
    margin-bottom: 1.250vw; }

  footer .footer_details .footer_links {
    padding: 0 1.250vw; }

  footer .footer_details {
    margin: 0 -1.250vw;
    padding-top: 2.361vw; }

  footer .footer_logo_block .footer_logo p {
    font-size: 0.764vw;
    line-height: 1.528vw;
    margin-top: 0.208vw;
    padding-right: 0.694vw; }

  footer .footer_logo_block .footer_logo {
    max-width: 14.583vw; }

  footer .footer_logo_block .partner_logo .logo {
    height: 13.958vw; }

  footer .footer_logo_block .partner_logo {
    margin-bottom: 6.944vw; }

  footer .customRow {
    margin: 0 -1.042vw; }

  footer .footer_logo_block {
    padding: 0 1.042vw;
    margin-right: 9.306vw; }

  footer {
    padding: 4.167vw 0 2.778vw; }

  .banner .curve-img svg {
    width: 5.625vw;
    height: 10.208vw;
    display: block; }

  .curve-svg svg {
    width: 3.194vw;
    height: 2.5vw; }

  .curve-svg::after {
    width: 1.389vw;
    height: 1.389vw;
    top: 0.625vw;
    left: 1.944vw;
    z-index: -1; }

  .container {
    max-width: 92.361vw;
    padding: 0 1.042vw; }

  .sub-child-wrapper-main {
    top: 3.472vw;
    min-width: 36.111vw;
    left: -1.736vw;
    width: 36.111vw;
    max-width: 36.111vw;
    padding: 1.667vw;
    border-radius: 0.417vw;
    transition: all .35s ease-in-out; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: center; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li a {
    padding: 1.806vw 0;
    font-size: 1.111vw; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li {
    margin-right: 3.472vw; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a {
    padding: 0.833vw 0.972vw;
    border-radius: 0.278vw;
    font-size: 1.111vw; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search input {
    border: 0.069vw solid #6c737c;
    border-radius: 0.278vw;
    height: 2.778vw;
    padding: 0 2.083vw 0 1.042vw;
    font-size: 1.111vw; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar .site-bar-search button {
    right: 0.972vw; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar {
    padding: 0 1.389vw 0 2.778vw;
    width: 29%; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a svg {
    margin-left: 0.417vw;
    width: 0.694vw;
    transition: .5s ease all; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a:hover svg rect {
    width: 0.625vw; }

  header .header-wrapper .logo-left .desk-logo {
    max-width: 27.778vw; }

  .sub-child-wrapper .sub-child-right h4 {
    font-size: 1.042vw;
    line-height: 1.389vw;
    margin-bottom: 0.833vw; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li.sub-child-menu ul li a {
    margin-bottom: 0.833vw;
    font-size: 1.042vw;
    line-height: 1.389vw; }

  .sub-child-wrapper .sub-child-left {
    border-right: 0.069vw solid #8B949E;
    padding-right: 2.431vw;
    width: 58%; }

  .sub-child-wrapper .sub-child-right {
    padding-left: 1.736vw;
    width: 42%; }

  .sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper {
    display: flex;
    align-items: center; }

  .sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-left-img {
    max-width: 1.389vw; }

  .sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text {
    padding-left: 1.111vw; }

  .sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text h5 {
    color: #8B949E;
    font-size: 0.972vw;
    line-height: 1.389vw; }

  .sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text h3 {
    font-size: 1.042vw;
    line-height: 1.389vw; }

  .sub-child-wrapper .sub-child-left .sub-child-left-column-wrapper .sub-child-right-text {
    padding-left: 1.111vw; }

  .sub-child-wrapper .sub-child-left li {
    margin-bottom: 2.083vw; }

  .banner {
    padding: 7.639vw 0 0px 0; }

  .banner .banner-wrapper .banner-text h2,
  .banner .banner-wrapper .banner-text h1 {
    font-size: 4.167vw;
    line-height: 4.167vw;
    margin-bottom: 1.389vw; }

  .banner .banner-wrapper .banner-text h2::after,
  .banner .banner-wrapper .banner-text h1::after {
    content: "";
    position: absolute; }

  .banner .banner-wrapper .banner-text P {
    font-size: 1.944vw;
    line-height: 2.500vw;
    margin-bottom: 2.083vw; }

  .banner .banner-wrapper {
    position: relative;
    padding-bottom: 7.639vw;
    padding-left: 7.778vw; }

  .banner .banner-wrapper .dots-img {
    position: absolute;
    top: -7.639vw;
    /* background: red; */
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }

  .banner .banner-wrapper .banner-text {
    max-width: 52.083vw; }

  .banner-btn a {
    padding: 1.111vw 1.667vw 1.042vw 1.389vw;
    border-radius: 0.278vw;
    font-size: 1.250vw; }

  .banner-btn a svg {
    margin-left: 0.694vw; }

  .banner-btn a:hover svg {
    transform: translate(0.347vw); }

  .banner-btn a:hover svg rect {
    width: 0.625vw; }

  .banner .banner-wrapper::after {
    width: 0.139vw;
    left: 3.056vw; }

  .banner .curve-img {
    position: absolute;
    top: -10.208vw;
    left: 3.056vw; }

  .banner .banner-wrapper .banner-img figure {
    margin: 0; }

  /* Banner end here */
  /* Why choose resolution design start here */
  .why-choose-resolution-design .why-choose-res-wrapper {
    padding-left: 7.778vw;
    padding-bottom: 1.806vw;
    max-width: 70.833vw; }

  .curve-svg {
    position: absolute;
    left: 3.056vw; }

  .why-choose-resolution-design .why-choose-res-wrapper h2 {
    font-size: 3.333vw;
    line-height: 3.611vw;
    margin-bottom: 1.389vw; }

  .why-choose-resolution-design .why-choose-res-wrapper p {
    letter-spacing: -0.007vw;
    font-size: 1.667vw;
    line-height: 2.222vw; }

  .why-choose-resolution-design .why-choose-res-wrapper::after {
    width: 0.139vw;
    top: 2.361vw;
    left: 3.056vw; }

  /* Why choose resolution design End here */
  /* Safari screen start here */
  .screen-plash {
    padding: 2.083vw 0 0 0; }

  .splash-screen-wrapper {
    overflow: hidden;
    border-radius: 0.556vw; }

  .safari-screen-img {
    border-radius: 0.556vw !important; }

  .safari-screen-img figure.safari-screen {
    min-height: 50.694vw;
    max-height: 50.694vw;
    border-radius: 3.472vw; }

  figure.home-page {
    top: 3.472vw;
    min-height: 50.694vw;
    max-height: 50.694vw; }

  figure.home-page img {
    border-radius: 0 0 0.556vw 0.556vw; }

  .safari-screen-img::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.417vw rgba(255, 255, 255, 0.3); }

  .safari-screen-img::-webkit-scrollbar {
    width: 0.417vw; }

  figure.home-page::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.417vw rgba(255, 255, 255, 0.5); }

  figure.home-page::-webkit-scrollbar {
    width: 0.417vw; }

  .experience-column-wrapper .experience-column .experience-column-img figure {
    width: 10vw;
    height: 10vw; }

  .experience-column-wrapper .experience-column .experience-column-img figure img {
    max-width: 5.556vw; }

  .experience-column-wrapper .experience-column .experience-column-text {
    padding: 1.389vw 0 0 0; }

  .experience-column-wrapper .experience-column .experience-column-text h3 {
    font-size: 1.667vw;
    line-height: 1.806vw;
    min-width: 21.528vw;
    margin: 0 auto 1.042vw; }

  .experience-column-main-wrapper::after {
    width: 0.139vw;
    left: 3.056vw; }

  .experience-column-main-wrapper {
    padding-bottom: 6.250vw; }

  .experience-column-wrapper .experience-column .experience-column-text p {
    font-size: 1.111vw;
    line-height: 1.528vw;
    padding-bottom: 2.083vw;
    min-width: 21.528vw;
    max-width: 21.528vw; }

  .experiencing-column .experience-column-wrapper .experience-column {
    margin-bottom: 4.167vw;
    padding: 0 2.778vw; }

  .experiencing-column .experience-column-wrapper {
    padding: 4.167vw 0 0 7.778vw;
    margin: 0 -2.778vw;
    max-width: 90.278vw; }

  .experience-column-title {
    padding: 10.417vw 0 0 7.778vw; }

  .experience-column-title .svg-shadow {
    top: 10.903vw;
    left: 3.056vw; }

  .experience-column-title svg {
    width: 3.194vw;
    height: 2.500vw; }

  .experience-column-title::after {
    left: 3.056vw;
    width: 0.139vw; }

  .experience-column-wrapper .experience-column .experience-column-text a {
    padding: 1.250vw 1.667vw 1.111vw 1.389vw;
    border-radius: 0.278vw;
    font-size: 1.250vw; }

  .experience-column-wrapper .experience-column .experience-column-text a svg {
    margin-left: 0.694vw; }

  .experience-column-wrapper .experience-column .experience-column-text a:hover svg rect {
    width: 0.625vw; }

  .experience-column-wrapper .experience-column .experience-column-text a:hover svg {
    transform: translate(0.347vw); }

  .experience-column-title h2 {
    font-size: 3.333vw;
    line-height: 3.611vw; }

  .business-growth-title {
    padding-left: 7.778vw;
    padding-bottom: 4.167vw; }

  .business-growth-title .svg-shadow {
    left: 3.056vw;
    top: 0.694vw; }

  .business-growth-title svg {
    width: 3.194vw;
    height: 2.500vw; }

  .business-growth-title h2 {
    max-width: 57.639vw;
    font-size: 3.333vw;
    line-height: 4.028vw; }

  .business-growth-title::after {
    left: 3.056vw;
    width: 0.139vw;
    border-radius: 0.278vw; }

  .success-mapping-left p {
    font-size: 1.667vw;
    line-height: 2.222vw;
    margin-bottom: 2.431vw; }

  .success-mapping-left {
    padding: 1.944vw 0 4.167vw 0; }

  .success-mapping-section {
    border: 0.139vw solid #45494e;
    margin-bottom: 1.389vw;
    border-radius: 0.278vw;
    padding: 2.917vw 0 0 4.444vw; }

  .success-mapping-left a {
    font-size: 1.389vw; }

  .success-mapping-left a svg {
    margin-left: 0.694vw; }

  .success-mapping-left a:hover svg {
    transform: translate(0.347vw); }

  .success-mapping-left a:hover svg rect {
    width: 0.625vw; }

  .success-mapping-right ul li .succes-desc-wrapper .success-right-text {
    padding-left: 1.181vw; }

  .success-mapping-right ul li {
    padding: 2.222vw; }

  .success-mapping-right ul li .succes-desc-wrapper .success-right-text p {
    font-size: 1.111vw;
    line-height: 1.389vw; }

  .success-mapping-right ul li .succes-desc-wrapper .success-right-text h4 {
    font-size: 1.389vw;
    margin-bottom: 0.347vw;
    line-height: 1.528vw; }

  .success-mapping-right ul {
    border: 0.139vw solid #393d43;
    border-radius: 0.278vw 0 0 0; }

  .success-mapping-right {
    width: 44%; }

  .success-mapping-right ul li .succes-desc-wrapper .success-left-img {
    min-width: 3.125vw;
    max-width: 3.125vw; }

  .rezolution-column-wrapper .rezolution-column {
    padding: 0 0.694vw;
    margin-bottom: 2.083vw; }

  .rezolution-column-wrapper {
    margin: 0 -0.694vw; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-bg {
    border: 0.139vw solid #45494e;
    border-radius: 0.278vw;
    padding: 3.958vw 0 3.958vw 4.444vw; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text p {
    font-size: 1.667vw;
    line-height: 2.222vw;
    margin-bottom: 2.569vw; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text a {
    font-size: 1.389vw;
    margin-bottom: 2.778vw; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text a svg {
    margin-left: 0.694vw; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text a:hover svg {
    transform: translate(0.347vw); }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text a:hover svg rect {
    width: 0.625vw; }

  .rezolution-column-wrapper .rezolution-column .digital-marketing-bg {
    border: 0.139vw solid #45494e;
    border-radius: 0.278vw;
    padding: 4.444vw 2.569vw 0 2.569vw; }

  .rezolution-column-wrapper .rezolution-column .digital-marketing-bg .digital-marketing-text p {
    font-size: 1.667vw;
    line-height: 2.222vw;
    padding-right: 3.125vw;
    margin-bottom: 2.778vw; }

  .digital-marketing-title-wrapper .svg-shadow {
    top: 3.889vw;
    left: 3.056vw; }

  .digital-marketing-title-wrapper h2 {
    max-width: 62.500vw;
    font-size: 3.333vw;
    line-height: 3.611vw;
    padding-bottom: 4.167vw; }

  .digital-marketing-title-wrapper h4 {
    font-size: 1.667vw;
    line-height: 2.222vw;
    margin-bottom: 1.389vw; }

  .digital-marketing-section-wrapper {
    padding-top: 10.417vw; }

  .digital-marketing-title-wrapper {
    padding-left: 7.778vw; }

  .digital-marketing-section-wrapper::before {
    left: 3.056vw;
    width: 0.139vw; }

  .digital-marketing-section-wrapper::after {
    left: 3.056vw;
    width: 0.139vw;
    height: 11.806vw; }

  .digital-marketing-title-wrapper svg {
    width: 3.194vw;
    height: 2.500vw; }

  .svg-shadow:after {
    width: 1.389vw;
    height: 1.389vw;
    top: 0.625vw;
    left: 1.944vw; }

  .keyword_research_box .divider .line:before {
    left: -0.278vw; }

  .keyword_research_box .divider .line:after {
    right: -0.278vw; }

  .keyword_research_box .divider .line:before,
  .keyword_research_box .divider .line:after {
    width: 0.556vw;
    height: 0.556vw;
    top: -0.208vw; }

  .keyword_research_box .divider .line {
    margin-top: 5.278vw;
    height: 0.139vw; }

  .keyword_research_box .multiple_box .list_box .items img {
    width: 1.389vw;
    margin-right: 0.694vw; }

  .keyword_research_box .multiple_box .list_box .items {
    font-size: 1.389vw;
    margin-bottom: 1.736vw; }

  .keyword_research_box .multiple_box .list_box {
    border-top-right-radius: 0.556vw;
    border-bottom-left-radius: 0.556vw;
    border-bottom-right-radius: 0.556vw;
    padding: 1.736vw 1.389vw; }

  .keyword_research_box .single_box .items {
    padding: 1.806vw 1.736vw;
    font-size: 1.389vw;
    border-radius: 0.556vw; }

  .keyword_research_box .single_box {
    margin-top: 2.778vw; }

  .keyword_research_box .single_box img {
    width: 1.389vw;
    margin-right: 0.694vw; }

  .keyword_research_box h3 {
    font-size: 1.667vw;
    line-height: 1.597vw;
    margin-bottom: 3.472vw; }

  .keyword_research_box .inner_wrapper {
    max-width: 65.972vw; }

  .keyword_research_box {
    border-radius: 0.556vw;
    padding: 4.167vw 0 3.472vw; }

  .new_hp_img_content_block .text_block .dis p {
    margin-bottom: 1.875vw; }

  .new_hp_img_content_block .text_block .dis ul {
    padding-left: 2.431vw;
    margin-bottom: 1.875vw; }

  .new_hp_img_content_block .text_block .dis li {
    margin-bottom: 0.694vw; }

  .new_hp_img_content_block .text_block .post_link {
    font-size: 1.389vw; }

  .new_hp_img_content_block .text_block .post_link svg {
    margin-left: 0.417vw; }

  .new_hp_img_content_block .text_block .post_link:hover svg rect {
    width: 0.625vw; }

  .new_hp_img_content_block .bg_img {
    padding-top: 10.417vw; }

  .new_hp_img_content_block .text_block .dis p,
  .new_hp_img_content_block .text_block .dis li {
    font-size: 1.667vw;
    line-height: 2.222vw;
    letter-spacing: -0.007vw; }

  .new_hp_img_content_block .text_block h3,
  .new_hp_img_content_block .text_block h2 {
    font-size: 3.333vw;
    line-height: 3.611vw;
    margin-bottom: 1.389vw; }

  .new_hp_img_content_block .customRow {
    margin-bottom: 10.417vw; }

  .new_hp_img_content_block {
    padding: 10.417vw 0; }

  .partner_block .inner_wrapper .dis p {
    font-size: 1.667vw;
    line-height: 2.222vw;
    letter-spacing: -0.007vw; }

  .partner_block .inner_wrapper .dis {
    max-width: 63.194vw;
    margin-bottom: 4.167vw; }

  .partner_block .inner_wrapper h2 {
    font-size: 3.333vw;
    line-height: 4.028vw;
    margin-bottom: 1.389vw; }

  .partner_block .inner_wrapper {
    border-radius: 0.556vw;
    padding: 4.167vw 4.167vw 1.389vw; }

  .logo_block .items .partner_logo img {
    padding: 1.250vw 0; }

  .logo_block .items .partner_logo {
    border: 0.139vw solid #0D1116;
    border-radius: 0.556vw;
    margin-bottom: 2.778vw; }

  .logo_block .items {
    padding: 0 1.389vw; }

  .logo_block {
    margin: 0 -1.389vw; } }
@media only screen and (max-width: 991px) {
  header {
    padding: 20px 0; }

  .sticky_header {
    display: none !important; }

  .customer_review .customRow .items {
    margin: auto;
    width: 100%;
    max-width: 640px;
    margin-bottom: 20px; }

  footer .footer_details .footer_links {
    max-width: 50%; }

  footer .footer_details .footer_address {
    max-width: 100%;
    padding: 0 18px; }

  footer .footer_logo_block .partner_logo .logo {
    height: 146px; }

  footer .footer_details {
    max-width: 50%;
    padding: 0 18px;
    margin: 0 0; }

  footer .footer_logo_block {
    max-width: 50%;
    margin-right: 0; }

  .keyword_research_box .inner_wrapper {
    max-width: 92%; }

  .rezolution-column-wrapper .rezolution-column .digital-marketing-bg {
    padding: 30px 25px 0 25px; }

  .rezolution-column-wrapper .rezolution-column .digital-marketing-bg .digital-marketing-text p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-right: 0; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text a {
    font-size: 18px;
    margin-bottom: 20px; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text p {
    font-size: 20px;
    color: #8B949E;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 500; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-bg {
    padding: 25px 0 25px 25px; }

  .success-mapping-right ul li {
    padding: 25px; }

  .success-mapping-left {
    padding: 28px 0 40px 0; }

  .success-mapping-section {
    padding: 40px 0 0 50px; }

  .experiencing-column .experience-column-wrapper .experience-column {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px; }

  .business-growth-title h2 {
    font-size: 36px;
    line-height: 44px; }

  .success-mapping-left p {
    font-size: 20px;
    line-height: 25px; }

  .experience-column-title h2 {
    font-size: 40px;
    line-height: 50px; }

  .experience-column-title {
    padding: 80px 0 0 112px; }

  .experience-column-title .svg-shadow {
    top: 80px; }

  .experience-column-main-wrapper {
    padding-bottom: 20px; }

  .experience-column-wrapper .experience-column .experience-column-text p {
    min-width: 100%;
    max-width: 100%; }

  .experience-column-wrapper .experience-column .experience-column-text h3 {
    font-size: 22px;
    min-width: 100%; }

  .experiencing-column .experience-column-wrapper {
    margin: 0;
    padding: 60px 0 0 70px; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a {
    padding: 15px 25px !important;
    display: flex !important;
    align-items: center;
    justify-content: center; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a span.desktop-text {
    display: none; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a span.mobile-text {
    display: block; }

  li.sub-child-menu a {
    position: relative; }

  li.sub-child-menu.active .sub-child-wrapper-main {
    display: block; }

  li.sub-child-menu a span {
    position: absolute;
    top: 50%;
    height: auto;
    width: 40px;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .sub-child-wrapper {
    flex-direction: column; }

  .sub-child-wrapper .sub-child-left {
    width: 100%;
    padding-right: 0;
    border-right: 0; }

  .sub-child-wrapper .sub-child-right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    margin-bottom: 40px; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li a {
    padding: 0;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    font-size: 18px; }

  header .header-wrapper .logo-left .mobile-logo {
    display: block; }

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

  header .header-wrapper .logo-left .desk-logo {
    display: none; }

  .quote-mobile-btn a {
    background: #FFA28B;
    border-radius: 50px;
    padding: 11px 8px;
    color: #0D1116;
    font-size: 12px;
    font-weight: 700; }

  .quote-mobile-btn a svg rect {
    width: 0; }

  .quote-mobile-btn {
    display: block; }

  header .header-wrapper .right-nav-menu {
    width: auto; }

  header .humberg-icon {
    width: 92px;
    display: block;
    text-align: right; }

  header .header-wrapper .logo-left {
    width: auto; }

  .quote-mobile-btn a svg {
    margin-left: 1px; }

  .sub-child-wrapper-main {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    list-style: none;
    padding: 0 0 0 10px; }

  li.sub-child-menu a span svg {
    width: 15px;
    height: 15px; }

  .right-nav-wrapper {
    position: fixed;
    width: 100%;
    background: #fff;
    height: calc(100% - 75px);
    right: -100%;
    transform: translateX(100%);
    overflow-y: auto;
    bottom: 0;
    top: auto;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    max-width: 373px;
    flex-direction: unset;
    padding: 0px;
    margin-top: 0; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .search-bar {
    padding: 0 24px;
    flex: 0 0 100%; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn a {
    padding: 12px 25px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    color: #0D1116;
    transition: .5s ease all;
    display: block; }

  body.menu-open {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden !important; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .quote-btn {
    flex: 0 0 100%;
    margin-top: 20px;
    padding: 0 24px 24px 24px; }

  .nav-menu {
    width: 100%;
    flex: 0 0 100%;
    height: calc(100% - 130px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 24px 0 24px; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul {
    flex-direction: column; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li {
    margin-right: 0px;
    width: 100%; }

  body.menu-open .right-nav-wrapper {
    right: 0;
    transform: translateX(0); }

  header .humberg-icon .close-icon {
    display: none; }

  body.menu-open .menu-icon {
    display: none; }

  body.menu-open header .humberg-icon .close-icon {
    display: block; }

  li.sub-child-menu.child__open .sub-child-wrapper-main {
    display: block; }

  header .header-wrapper .right-nav-menu .right-nav-wrapper .nav-menu ul li.sub-child-menu ul li:last-child a {
    margin-bottom: 0; }

  .banner .banner-wrapper .banner-text h2,
  .banner .banner-wrapper .banner-text h1 {
    font-size: 55px;
    line-height: 60px; }

  .banner .banner-wrapper .banner-text P {
    font-size: 25px;
    line-height: 32px; }

  .banner {
    padding: 100px 0 0 0; }

  .banner .banner-wrapper .banner-text {
    max-width: 730px;
    margin: 0 auto; }

  .why-choose-resolution-design .why-choose-res-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 730px;
    margin: 0 auto 20px; }

  .why-choose-resolution-design .why-choose-res-wrapper p {
    font-size: 22px;
    line-height: 30px;
    max-width: 730px;
    margin: 0 auto; }

  figure.home-page {
    top: 29px; }

  .safari-screen-img figure.safari-screen img {
    width: 100%; }

  .digital-marketing-section-wrapper::before {
    height: 84%; }

  .logo_block .items {
    width: 33.3333%; }

  .new_hp_img_content_block .img_block {
    max-width: 560px;
    margin: auto; }

  .new_hp_img_content_block .text_block .post_link {
    margin-bottom: 50px; }

  .new_hp_img_content_block .text_block,
  .new_hp_img_content_block .img_block {
    width: 100%; }

  .new_hp_img_content_block .bg_img {
    display: none; }

  .new_hp_img_content_block .customRow:nth-child(odd) .text_block {
    order: 1; }

  .new_hp_img_content_block .customRow:nth-child(odd) .img_block {
    order: 2; } }
@media only screen and (max-width: 800px) {
  .logo_block .items {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .safari-screen-img {
    border-radius: 4px !important;
    max-width: 275px; }

  header .container {
    padding: 0 10px; }

  .banner .banner-wrapper .banner-text h2,
  .banner .banner-wrapper .banner-text h1 {
    text-shadow: 0px 0px 22px rgba(147, 154, 255, 0.8); }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text p {
    max-width: 86%; }

  .rezolution-column-wrapper .rezolution-column .digital-marketing-bg {
    padding: 34px 16px 0 16px; }

  .rezolution-column-wrapper .rezolution-column .digital-marketing-bg .digital-marketing-text p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 35px;
    padding: 0 30px; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text a {
    margin-bottom: 30px; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-text p {
    margin-bottom: 20px; }

  .rezolution-column-wrapper .rezolution-column .rezolution-column-bg {
    padding: 34px 0 34px 34px; }

  .rezolution-column-wrapper .rezolution-column {
    width: 100%; }

  .business-growth-title h2 {
    font-size: 28px;
    line-height: 32px; }

  .business-growth-title .svg-shadow {
    left: 6px;
    top: -5px; }

  .business-growth-title svg {
    width: 33px;
    height: 37px; }

  .business-growth-title {
    padding-left: 48px;
    padding-bottom: 30px; }

  .business-growth-title::after {
    left: 6px; }

  .success-mapping-left {
    padding: 0 34px 30px 0;
    width: 100%; }

  .success-mapping-right {
    width: 100%; }

  .success-mapping-section-wrapper {
    flex-direction: column; }

  .success-mapping-left p {
    margin-bottom: 20px;
    padding: 0 10px; }

  .success-mapping-right ul {
    margin-left: 10px; }

  .success-mapping-right ul li {
    padding: 18px; }

  .success-mapping-right ul li .succes-desc-wrapper .success-left-img img {
    width: 100%; }

  .success-mapping-right ul li .succes-desc-wrapper .success-left-img {
    min-width: 30px;
    max-width: 30px; }

  .success-mapping-right ul li .succes-desc-wrapper .success-right-text {
    padding-left: 12px; }

  .success-mapping-right ul li .succes-desc-wrapper .success-right-text h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }

  .success-mapping-right ul li .succes-desc-wrapper .success-right-text p {
    font-size: 14px;
    line-height: 16px; }

  .success-mapping-left a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px; }

  .success-mapping-section {
    border: 2px solid #45494e;
    background: #161b22;
    margin-bottom: 30px;
    padding: 34px 0 0 34px; }

  .experiencing-column .experience-column-wrapper .experience-column {
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }

  .experience-column-title h2 {
    font-size: 28px;
    line-height: 32px; }

  .experience-column-main-wrapper {
    padding-bottom: 20px; }

  .experience-column-wrapper .experience-column .experience-column-text p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px; }

  .experience-column-title {
    padding: 60px 0 0 48px;
    position: relative; }

  .experience-column-title .svg-shadow {
    left: 6px;
    top: 55px; }

  .experience-column-title svg {
    width: 33px;
    height: 37px; }

  .experience-column-main-wrapper::after {
    left: 6px;
    background: linear-gradient(180deg, #7EE787 98.16%, #939AFF 99.96%); }

  .experience-column-main-wrapper {
    padding-left: 42px; }

  .experience-column-title::after {
    left: 6px;
    background: linear-gradient(180deg, #7EE787 100%, rgba(126, 231, 135, 0) 0%); }

  .experiencing-column .experience-column-wrapper {
    margin: 0 auto;
    padding: 30px 0 0px 0px;
    max-width: 537px; }

  .experience-column-wrapper .experience-column .experience-column-text h3 {
    font-size: 20px;
    line-height: 24px; }

  .splash-screen-wrapper {
    position: relative;
    padding-left: 60px; }

  .splash-screen-wrapper:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 6px;
    background: linear-gradient(180deg, #7EE787 0%, #FFA28B 35.94%);
    border-radius: 4px;
    transform: rotate(-180deg); }

  .safari-screen-img {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5)); }

  figure.home-page {
    position: absolute;
    top: 45px;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 257px;
    left: 9.49px;
    max-height: 518px;
    min-height: 518px;
    border-radius: 0 0 33px 33px; }

  figure.home-page::-webkit-scrollbar {
    display: none; }

  .safari-screen-img figure.safari-screen {
    margin-bottom: 0;
    min-height: 70%;
    max-height: 70%;
    /* overflow: hidden; */
    /* height: 760px; */
    border-radius: 50px;
    display: block;
    position: relative;
    z-index: 2; }

  .safari-screen-img figure.safari-screen img {
    width: 100%; }

  .banner .curve-img {
    left: 6px; }

  .banner .banner-wrapper::after {
    left: 6px; }

  .banner .banner-wrapper .banner-img {
    display: none; }

  .banner .banner-wrapper .banner-text h2,
  .banner .banner-wrapper .banner-text h1 {
    font-size: 48px;
    line-height: 50px; }

  .banner .banner-wrapper .banner-text P {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #8B949E;
    font-weight: 400; }

  .banner .banner-wrapper {
    padding-left: 25px;
    padding-top: 35%; }

  .banner .banner-wrapper .banner-text {
    max-width: 537px;
    margin: 0 auto; }

  .banner {
    padding: 160px 0 0px 0;
    position: relative; }

  .banner-mobile-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block !important; }

  .banner-mobile-img img {
    width: 100%; }

  .curve-svg {
    left: 6px;
    top: -3px; }

  .curve-svg svg {
    width: 33px;
    height: 37px; }

  svg.desk-svg {
    display: none; }

  svg.mb-svg {
    display: block; }

  .curve-svg::after {
    width: 12px;
    height: 12px;
    top: 13px;
    left: 21px; }

  .why-choose-resolution-design .why-choose-res-wrapper::after {
    left: 6px;
    background: linear-gradient(180deg, #ffa28b 100%, rgba(255, 162, 139, 0) 0%); }

  .why-choose-resolution-design .why-choose-res-wrapper {
    padding-left: 48px;
    padding-bottom: 26px;
    max-width: 1020px;
    /* padding-top: 100px; */
    position: relative; }

  .why-choose-resolution-design .why-choose-res-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    max-width: 537px;
    margin: 0 auto 20px; }

  .why-choose-resolution-design .why-choose-res-wrapper p {
    font-size: 18px;
    line-height: 24px;
    max-width: 537px;
    margin: 0 auto; }

  .digital-marketing-section-wrapper {
    padding-top: 59px; }

  .digital-marketing-section-wrapper::after {
    top: -36px;
    left: 6px;
    height: 130px; }

  .digital-marketing-section-wrapper::before {
    left: 6px;
    height: 89%; }

  .digital-marketing-title-wrapper .svg-shadow {
    top: 38px;
    left: 6px; }

  .digital-marketing-title-wrapper svg {
    width: 33px;
    height: 37px; }

  .digital-marketing-title-wrapper {
    padding-left: 48px; }

  .digital-marketing-title-wrapper h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px; }

  .digital-marketing-title-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 30px;
    margin-right: -1px;
    width: auto; }

  .svg-shadow::after {
    width: 12px;
    height: 12px;
    top: 13px;
    left: 21px; }

  .keyword_research_box {
    padding: 34px; }

  .keyword_research_box .inner_wrapper {
    max-width: 100%; }

  .keyword_research_box h3 {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 30px; }

  .keyword_research_box .customRow {
    flex-direction: column; }

  .keyword_research_box .single_box {
    width: 100%;
    margin-top: 0; }

  .keyword_research_box .single_box .items {
    font-size: 16px;
    line-height: 20px; }

  .keyword_research_box .divider .line {
    margin-top: 0;
    height: 48px;
    width: 2px;
    margin-left: 37px; }

  .keyword_research_box .divider .line:before {
    left: -3px; }

  .keyword_research_box .divider .line:after {
    right: -3px;
    bottom: -4px;
    top: auto; }

  .keyword_research_box .multiple_box {
    width: 100%; }

  .keyword_research_box .multiple_box .list_box {
    padding: 25px 15px 25px 20px; }

  .keyword_research_box .multiple_box .list_box .items {
    font-size: 16px;
    line-height: 20px; }

  .new_hp_img_content_block .text_block .post_link {
    margin-bottom: 30px; }

  .new_hp_img_content_block .customRow {
    margin-bottom: 60px; }

  .new_hp_img_content_block {
    padding: 60px 0; }

  .new_hp_img_content_block .text_block h3,
  .new_hp_img_content_block .text_block h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-right: 6px; }

  .new_hp_img_content_block .text_block .dis p, .new_hp_img_content_block .text_block .dis li {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0; }

  .new_hp_img_content_block .text_block .dis p {
    margin-bottom: 20px; }

  .new_hp_img_content_block .text_block .dis ul {
    padding-left: 30px; }

  .new_hp_img_content_block .text_block .dis li {
    margin-bottom: 0; }

  .new_hp_img_content_block .text_block .post_link {
    font-size: 16px;
    line-height: 20px; }

  .partner_block .inner_wrapper {
    padding: 34px 34px 20px; }

  .partner_block .inner_wrapper h2 {
    font-size: 28px;
    line-height: 32px; }

  .partner_block .inner_wrapper .dis {
    margin-bottom: 30px; }

  .partner_block .inner_wrapper .dis p {
    font-size: 20px;
    line-height: 28px; }

  .new-home-landing-page .container {
    padding: 0 20px; }

  footer {
    padding: 46px 0 40px; }

  footer .container,
  .copyright_block .container {
    max-width: 430px; }

  footer .footer_logo_block {
    max-width: 100%;
    margin-bottom: 40px; }

  footer .footer_logo_block .partner_logo {
    margin-bottom: 42px; }

  footer .footer_logo_block .partner_logo .logo {
    height: 146px; }

  footer .footer_logo_block .footer_logo {
    margin: 0; }

  footer .footer_details {
    max-width: unset;
    width: unset;
    padding: 0;
    margin: 0; }

  footer .footer_details .footer_links {
    max-width: 44%;
    padding: 0 15px;
    margin-bottom: 22px; }

  footer .footer_details .footer_links:first-of-type {
    max-width: 100%; }

  footer .footer_details .footer_links ul {
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-template-columns: 55%;
    grid-gap: 0 15px; }

  .copyright_block .left_copyright-text ul li {
    margin-left: 16px; }

  footer .footer_details .footer_address {
    padding: 0 15px; }

  .copyright_block {
    padding: 30px 0 34px; }

  .copyright_block p {
    font-size: 14px;
    line-height: 22px; }

  .copyright_block .left_copyright-text {
    max-width: 100%;
    order: 2; }

  .copyright_block p a {
    font-size: 14px;
    line-height: 22px; }

  .copyright_block .social_links {
    max-width: 100%;
    justify-content: flex-start;
    order: 1;
    margin-bottom: 20px; }

  .newslatter .inner_wrapper {
    padding: 34px; }

  .newslatter .inner_wrapper h2 {
    font-size: 28px;
    line-height: 32px; }

  .newslatter .inner_wrapper .dis {
    margin-bottom: 20px; }

  .newslatter .inner_wrapper .dis p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0; }

  .customer_review {
    padding: 60px 0 30px; }

  .customer_review .title {
    margin-bottom: 30px; }

  .customer_review .title h2 {
    font-size: 28px;
    line-height: 32px; }

  .customer_review .customRow .items {
    max-width: 400px;
    margin-bottom: 30px; }

  .customer_review .items .inner_wrapper {
    padding: 33px; }

  .customer_review .items .inner_wrapper .reviews_text {
    margin-bottom: 20px; }

  .customer_review .customer_detail .site_name h4 {
    font-size: 16px;
    margin-bottom: 5px; } }
@media only screen and (max-width: 600px) {
  .logo_block .items .partner_logo {
    max-width: 284px;
    padding-bottom: 27%;
    margin-bottom: 20px; }

  .logo_block .items .partner_logo img {
    object-position: 34px center; }

  .logo_block .items {
    width: 100%; } }
@media screen and (max-width: 390px) {
  footer .footer_logo_block .partner_logo .logo {
    height: auto;
    max-width: 40%;
    display: flex;
    align-items: baseline; }

  footer .footer_logo_block .partner_logo .logo img {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 350px) {
  .safari-screen-img {
    max-width: 235px; }

  figure.home-page {
    width: 218.5px;
    top: 38px;
    left: 8.4px;
    max-height: 444px;
    min-height: 444px;
    border-radius: 0 0 26px 26px; } }
@media only screen and (max-width: 767px) {
  .new-casestudy-page .container {
    padding: 0 39px; }

  .new-casestudy-page header .container {
    padding: 0 10px; } }
.new_collection_list {
  padding: 80px 0; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list {
    padding: 5.556vw 0; } }
@media only screen and (max-width: 767px) {
  .new_collection_list {
    padding: 60px 0 30px; } }
.new_collection_list .title {
  text-align: center;
  margin: auto;
  max-width: 860px;
  margin-bottom: 100px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .title {
    max-width: 59.722vw;
    margin-bottom: 6.944vw; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .title {
    text-align: left;
    margin-bottom: 60px; } }
.new_collection_list .title h1 {
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: normal;
  font-size: 60px;
  margin-bottom: 20px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .title h1 {
    font-size: 4.167vw;
    margin-bottom: 1.389vw; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .title h1 {
    font-size: 48px;
    line-height: 46px; } }
.new_collection_list .title h1 span {
  background: linear-gradient(89.62deg, #939AFF 0.34%, #FFA28B 99.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.new_collection_list .title p {
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: normal;
  font-size: 28px;
  line-height: 36px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .title p {
    font-size: 1.944vw;
    line-height: 2.500vw; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .title p {
    font-size: 20px;
    line-height: 28px; } }
.new_collection_list .new_collection_listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing {
    margin: 0 -1.736vw; } }
@media only screen and (max-width: 991px) {
  .new_collection_list .new_collection_listing {
    margin: 0 -15px; } }
.new_collection_list .new_collection_listing .items {
  width: 33.3333%;
  padding: 0 25px;
  margin-bottom: 70px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .items {
    padding: 0 1.736vw;
    margin-bottom: 4.861vw; } }
@media only screen and (max-width: 991px) {
  .new_collection_list .new_collection_listing .items {
    width: 50%;
    padding: 0 15px; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .new_collection_listing .items {
    width: 100%;
    margin-bottom: 30px; } }
.new_collection_list .new_collection_listing .text_block .inner_wrapper {
  height: 100%;
  background: linear-gradient(270deg, rgba(13, 17, 22, 0.4) 0%, rgba(13, 17, 22, 0) 100%), #161B22;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 40px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .text_block .inner_wrapper {
    border-radius: 0.556vw;
    padding: 2.778vw; } }
.new_collection_list .new_collection_listing .text_block .inner_wrapper h2 {
  font-weight: 600;
  background: linear-gradient(89.62deg, #939AFF 0.34%, #FFA28B 99.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: 0;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .text_block .inner_wrapper h2 {
    font-size: 3.333vw;
    line-height: 4.028vw;
    margin-bottom: 1.389vw; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .new_collection_listing .text_block .inner_wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px; } }
.new_collection_list .new_collection_listing .text_block .inner_wrapper .dis p {
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 24px;
  line-height: 32px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .text_block .inner_wrapper .dis p {
    font-size: 1.667vw;
    line-height: 2.222vw; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .new_collection_listing .text_block .inner_wrapper .dis p {
    font-size: 20px;
    line-height: 28px; } }
.new_collection_list .new_collection_listing .img_block .inner_wrapper a {
  display: block; }

.new_collection_list .new_collection_listing .img_block .inner_wrapper a .aspect_ratio {
  position: relative;
  overflow: hidden;
  padding-bottom: 139%;
  border-radius: 8px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .img_block .inner_wrapper a .aspect_ratio {
    border-radius: 0.556vw; } }
.new_collection_list .new_collection_listing .img_block .inner_wrapper a .aspect_ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center; }

.new_collection_list .new_collection_listing .img_block .inner_wrapper a .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 20px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .img_block .inner_wrapper a .content {
    margin-top: 1.389vw; } }
.new_collection_list .new_collection_listing .img_block .inner_wrapper a .content h3 {
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  font-size: 24px;
  line-height: 23px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .img_block .inner_wrapper a .content h3 {
    font-size: 1.667vw;
    line-height: 1.597vw; } }
@media only screen and (max-width: 767px) {
  .new_collection_list .new_collection_listing .img_block .inner_wrapper a .content h3 {
    font-size: 20px;
    line-height: normal; } }
.new_collection_list .new_collection_listing .img_block .inner_wrapper a .content svg {
  position: relative;
  transition: 0.4s all;
  margin-left: 10px;
  margin-right: 6px;
  height: 14px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .img_block .inner_wrapper a .content svg {
    margin-left: 0.694vw;
    margin-right: 0.417vw;
    height: 0.972vw; } }
.new_collection_list .new_collection_listing .img_block .inner_wrapper a .content svg path {
  fill: #fff; }

.new_collection_list .new_collection_listing .img_block .inner_wrapper a .content svg rect {
  transition: 0.4s all;
  fill: #fff;
  width: 0;
  opacity: 0; }

.new_collection_list .new_collection_listing .img_block .inner_wrapper a:hover .content svg {
  margin-right: 0; }

.new_collection_list .new_collection_listing .img_block .inner_wrapper a:hover .content svg rect {
  opacity: 1;
  width: 12px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .new_collection_list .new_collection_listing .img_block .inner_wrapper a:hover .content svg rect {
    width: 0.833vw; } }
.content_section {
  margin-bottom: 90px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section {
    margin-bottom: 6.250vw; } }
@media only screen and (max-width: 767px) {
  .content_section {
    margin-bottom: 80px; } }
.content_section .inner_wrapper {
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 8px;
  padding: 60px 20px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper {
    border-radius: 0.556vw;
    padding: 4.167vw 1.389vw; } }
@media only screen and (max-width: 767px) {
  .content_section .inner_wrapper {
    padding: 34px 32px; } }
.content_section .inner_wrapper h2 {
  width: 100%;
  margin: auto;
  font-weight: 600;
  color: #ffffff;
  max-width: 860px;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper h2 {
    max-width: 59.722vw;
    font-size: 3.333vw;
    line-height: 4.028vw;
    margin-bottom: 1.389vw; } }
@media only screen and (max-width: 767px) {
  .content_section .inner_wrapper h2 {
    font-size: 28px;
    line-height: 32px; } }
.content_section .inner_wrapper .dis {
  width: 100%;
  margin: auto;
  max-width: 860px;
  margin-bottom: 30px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper .dis {
    max-width: 59.722vw;
    margin-bottom: 2.083vw; } }
@media only screen and (max-width: 767px) {
  .content_section .inner_wrapper .dis {
    margin-bottom: 20px; } }
.content_section .inner_wrapper .dis p {
  font-weight: 400;
  color: #8B949E;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper .dis p {
    font-size: 1.667vw;
    line-height: 2.222vw;
    letter-spacing: -0.007vw; } }
@media only screen and (max-width: 767px) {
  .content_section .inner_wrapper .dis p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0; } }
.content_section .inner_wrapper .btn-purpul {
  display: inline-block;
  background: #939AFF;
  color: #ffffff;
  padding: 15px 24px 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper .btn-purpul {
    padding: 1.042vw 1.667vw 1.042vw 1.389vw;
    border-radius: 0.278vw;
    font-size: 1.250vw; } }
.content_section .inner_wrapper .btn-purpul svg {
  margin-left: 6px;
  transition: .5s ease all; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper .btn-purpul svg {
    margin-left: 0.417vw; } }
.content_section .inner_wrapper .btn-purpul svg path {
  fill: #fff; }

.content_section .inner_wrapper .btn-purpul svg rect {
  width: 0;
  fill: #fff; }

.content_section .inner_wrapper .btn-purpul:hover svg {
  margin-right: 0;
  transform: translate(5px);
  transition: .5s ease all; }

.content_section .inner_wrapper .btn-purpul:hover svg rect {
  width: 9px; }

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .content_section .inner_wrapper .btn-purpul:hover svg rect {
    width: 0.625vw; } }
/*# sourceMappingURL=new-home-page.css.map */
@media screen and (max-width: 413px) {
  .copyright_block .left_copyright-text ul li {
    margin-left: 11px; } }
@media screen and (max-width: 374px) {
  .copyright_block .left_copyright-text ul {
    display: block; }

  .copyright_block .left_copyright-text ul li {
    margin-left: 0;
    margin-right: 20px; } }
h1:not(.site-title):before, h2:before {
  display: none !important; }

/* Branding Page css Start Here */
/************************************************** Branding Page Bannner Start Here **********************************************************/
.new_branding_banner {
  padding: 80px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_branding_banner {
      padding: 5.556vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_branding_banner {
      padding: 60px 0; } }
  .new_branding_banner--title {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .new_branding_banner--title {
        text-align: left; } }
    .new_branding_banner--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_banner--title h2 {
          font-size: 4.167vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_branding_banner--title h2 {
          font-size: 48px;
          line-height: 46px;
          margin-bottom: 20px; } }
      .new_branding_banner--title h2 span {
        display: inline-block;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_branding_banner--title .dis {
      width: 100%;
      margin: auto;
      max-width: 860px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_banner--title .dis {
          max-width: 59.722vw; } }
      .new_branding_banner--title .dis p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 28px;
        line-height: 36px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_branding_banner--title .dis p {
            font-size: 1.944vw;
            line-height: 2.500vw; } }
        @media only screen and (max-width: 767px) {
          .new_branding_banner--title .dis p {
            font-size: 20px;
            line-height: 28px; } }
    .new_branding_banner--title .btn-purpul {
      font-family: 'Mona-Sans', sans-serif;
      display: none;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_banner--title .btn-purpul {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 767px) {
        .new_branding_banner--title .btn-purpul {
          display: inline-block;
          margin-top: 20px; } }
      .new_branding_banner--title .btn-purpul svg {
        width: 10px;
        margin-left: 6px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_branding_banner--title .btn-purpul svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_branding_banner--title .btn-purpul svg path {
          fill: #fff; }
        .new_branding_banner--title .btn-purpul svg rect {
          width: 0;
          fill: #fff; }
      .new_branding_banner--title .btn-purpul:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_branding_banner--title .btn-purpul:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_branding_banner--title .btn-purpul:hover svg rect {
              width: 0.625vw; } }

/* Branding Page Bannner Start Here */
/* Branding page services Section Start Here */
.new_branding_services {
  background: #161B22;
  padding: 60px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_branding_services {
      padding: 4.167vw 0; } }
  @media only screen and (max-width: 991px) {
    .new_branding_services {
      background-color: transparent;
      padding: 0; } }
  @media only screen and (max-width: 991px) {
    .new_branding_services .innerWrapper {
      background: #161B22;
      margin: 0 -20px;
      padding: 60px 40px 60px; } }
  @media only screen and (max-width: 767px) {
    .new_branding_services .innerWrapper {
      padding: 30px 20px; } }
  .new_branding_services .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_services .customRow {
        margin: 0 -0.833vw; } }
    .new_branding_services .customRow .items {
      width: 50%;
      padding: 0 12px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_services .customRow .items {
          padding: 0 0.833vw; } }
      @media only screen and (max-width: 991px) {
        .new_branding_services .customRow .items {
          width: 100%; } }
  .new_branding_services--title {
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_services--title {
        margin-bottom: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .new_branding_services--title {
        text-align: left;
        margin-bottom: 20px; } }
    .new_branding_services--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_services--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new_branding_services--title h2 {
          font-size: 28px;
          line-height: 32px; } }
  @media only screen and (max-width: 991px) {
    .new_branding_services--content .dis {
      margin-bottom: 30px; } }
  .new_branding_services--content .dis p {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 400;
    color: #8B949E;
    margin: 0;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 36px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_services--content .dis p {
        font-size: 1.667vw;
        line-height: 2.500vw; } }
    @media only screen and (max-width: 767px) {
      .new_branding_services--content .dis p {
        font-size: 20px;
        line-height: 28px; } }
  .new_branding_services--imgBox .img-ratio img {
    display: block;
    width: 100%; }
  .new_branding_services--listing {
    margin-top: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_services--listing {
        margin-top: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_branding_services--listing {
        margin-top: 30px; } }
    .new_branding_services--listing ul {
      display: inline-grid;
      grid-template-rows: repeat(4, auto);
      grid-auto-flow: column;
      grid-gap: 40px 90px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_services--listing ul {
          grid-gap: 2.778vw 6.250vw; } }
      @media only screen and (max-width: 991px) {
        .new_branding_services--listing ul {
          grid-template-rows: repeat(6, auto);
          grid-gap: 40px; } }
      @media only screen and (max-width: 767px) {
        .new_branding_services--listing ul {
          grid-template-rows: repeat(1, auto);
          grid-auto-flow: row;
          grid-gap: 20px; } }
      .new_branding_services--listing ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 23px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_branding_services--listing ul li {
            font-size: 1.667vw;
            line-height: 1.597vw; } }
        @media only screen and (max-width: 767px) {
          .new_branding_services--listing ul li {
            font-size: 20px;
            line-height: 19px; } }
        .new_branding_services--listing ul li span {
          border-radius: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #161B22;
          border: 2px solid #0D1116;
          box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.25), inset 0px 2px 4px rgba(255, 255, 255, 0.15);
          width: 50px;
          min-width: 50px;
          height: 50px;
          margin-right: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_branding_services--listing ul li span {
              width: 3.472vw;
              min-width: 3.472vw;
              height: 3.472vw;
              margin-right: 0.694vw; } }
          .new_branding_services--listing ul li span svg {
            display: block;
            width: 20px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_branding_services--listing ul li span svg {
                width: 1.389vw; } }

/* Branding page services Section End Here */
/* Branding Page Work Section Start Here */
.new_branding_work {
  padding: 150px 0 5px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_branding_work {
      padding: 10.417vw 0 0.347vw; } }
  @media only screen and (max-width: 767px) {
    .new_branding_work {
      padding: 60px 0 0; } }
  .new_branding_work .row {
    margin: 0 -35px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_work .row {
        margin: 0 -2.431vw; } }
    @media only screen and (max-width: 991px) {
      .new_branding_work .row {
        margin: 0 -15px; } }
    .new_branding_work .row [class*='col-'] {
      padding: 0 35px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_work .row [class*='col-'] {
          padding: 0 2.431vw; } }
      @media only screen and (max-width: 991px) {
        .new_branding_work .row [class*='col-'] {
          padding: 0 15px; } }
  .new_branding_work--imgBlock {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_work--imgBlock {
        border-radius: 0.556vw; } }
    .new_branding_work--imgBlock img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
  .new_branding_work--content {
    padding-top: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_work--content {
        padding-top: 1.389vw; } }
    .new_branding_work--content h3 {
      font-family: 'Mona-Sans', sans-serif;
      color: #ffffff;
      font-weight: 600;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 27px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_work--content h3 {
          font-size: 1.944vw;
          line-height: 1.875vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_branding_work--content h3 {
          font-size: 24px;
          line-height: 23px; } }
    @media only screen and (max-width: 767px) {
      .new_branding_work--content .color_swatches {
        margin-bottom: 10px; } }
    .new_branding_work--content .color_swatches span {
      display: inline-block;
      border-radius: 100%;
      overflow: hidden;
      width: 60px;
      height: 60px;
      margin: 0 20px 20px 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_work--content .color_swatches span {
          width: 4.167vw;
          height: 4.167vw;
          margin: 0 1.389vw 1.389vw 0; } }
      @media only screen and (max-width: 767px) {
        .new_branding_work--content .color_swatches span {
          width: 40px;
          height: 40px;
          margin: 0 10px 10px 0; } }
    .new_branding_work--content .dis {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_work--content .dis {
          margin-bottom: 1.389vw; } }
      .new_branding_work--content .dis p {
        font-family: 'Mona-Sans', sans-serif;
        color: #8B949E;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_branding_work--content .dis p {
            font-size: 1.528vw;
            line-height: 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .new_branding_work--content .dis p {
            font-size: 20px;
            line-height: 28px; } }
    .new_branding_work--content .links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #7EE787;
      font-size: 20px;
      line-height: 19px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_branding_work--content .links {
          font-size: 1.389vw;
          line-height: 1.319vw; } }
      .new_branding_work--content .links svg {
        position: relative;
        transition: 0.4s all;
        margin-left: 10px;
        margin-right: 6px;
        height: 14px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_branding_work--content .links svg {
            margin-left: 0.694vw;
            margin-right: 0.417vw;
            height: 0.972vw; } }
        .new_branding_work--content .links svg path {
          fill: #7EE787; }
        .new_branding_work--content .links svg rect {
          transition: 0.4s all;
          fill: #7EE787;
          width: 0;
          opacity: 0; }
  .new_branding_work--innerWrapper {
    outline: none;
    display: block;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_branding_work--innerWrapper {
        margin-bottom: 4.861vw; } }
    @media only screen and (max-width: 767px) {
      .new_branding_work--innerWrapper {
        margin-bottom: 30px; } }
    .new_branding_work--innerWrapper:hover .new_branding_work--content .links svg {
      margin-right: 0; }
      .new_branding_work--innerWrapper:hover .new_branding_work--content .links svg rect {
        opacity: 1;
        width: 12px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_branding_work--innerWrapper:hover .new_branding_work--content .links svg rect {
            width: 0.833vw; } }

/* Branding Page Work Section End Here */
/* Branding Page Featured Clients Section Start Here */
.new_featured_client {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_featured_client {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 991px) {
    .new_featured_client {
      padding: 75px 0 35px; } }
  @media only screen and (max-width: 767px) {
    .new_featured_client {
      padding: 30px 0 0; } }
  .new_featured_client--title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_featured_client--title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_featured_client--title {
        margin-bottom: 30px; } }
    .new_featured_client--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_featured_client--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new_featured_client--title h2 {
          font-size: 28px;
          line-height: 32px; } }
  .new_featured_client--logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -38px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_featured_client--logo ul {
        margin: 0 -2.639vw; } }
    @media only screen and (max-width: 991px) {
      .new_featured_client--logo ul {
        margin: 0 -20px;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    @media only screen and (max-width: 575px) {
      .new_featured_client--logo ul {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    @media only screen and (max-width: 374px) {
      .new_featured_client--logo ul {
        margin: 0 -10px; } }
    .new_featured_client--logo ul li {
      padding: 0 38px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_featured_client--logo ul li {
          padding: 0 2.639vw; } }
      @media only screen and (max-width: 991px) {
        .new_featured_client--logo ul li {
          padding: 0 20px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 374px) {
        .new_featured_client--logo ul li {
          padding: 0 10px; } }
      .new_featured_client--logo ul li img {
        display: block;
        max-width: 100%; }
        @media only screen and (max-width: 991px) {
          .new_featured_client--logo ul li img {
            max-height: 89px;
            max-width: 202px; } }
        @media screen and (max-width: 425px) {
          .new_featured_client--logo ul li img {
            max-height: 85px; } }
        @media only screen and (max-width: 413px) {
          .new_featured_client--logo ul li img {
            max-height: 80px;
            max-width: 160px; } }
        @media only screen and (max-width: 374px) {
          .new_featured_client--logo ul li img {
            max-height: 60px;
            max-width: 140px; } }
      .new_featured_client--logo ul li:first-child img {
        max-width: 100%; }

/* Branding Page Featured Clients Section Start Here */
/* Branding Page Discuss Section Start Here */
.new_discuss_section {
  padding: 75px 0 70px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_discuss_section {
      padding: 5.208vw 0 4.861vw; } }
  @media only screen and (max-width: 991px) {
    .new_discuss_section {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .new_discuss_section {
      padding: 30px 0 30px; } }
  .new_discuss_section .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .new_discuss_section--content {
    z-index: 1;
    width: 28.4%; }
    @media only screen and (max-width: 991px) {
      .new_discuss_section--content {
        width: 100%;
        padding: 0 40px; } }
    @media only screen and (max-width: 767px) {
      .new_discuss_section--content {
        padding: 0 15px; } }
    .new_discuss_section--content .innerWrapper {
      background-color: #161B22;
      border-radius: 8px;
      padding: 40px;
      margin-right: -50px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_discuss_section--content .innerWrapper {
          border-radius: 0.556vw;
          padding: 2.778vw;
          margin-right: -3.472vw; } }
      @media only screen and (max-width: 991px) {
        .new_discuss_section--content .innerWrapper {
          margin-right: 0;
          margin-bottom: -50px; } }
      @media only screen and (max-width: 767px) {
        .new_discuss_section--content .innerWrapper {
          padding: 32px;
          margin-bottom: -38px; } }
      .new_discuss_section--content .innerWrapper h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_discuss_section--content .innerWrapper h2 {
            font-size: 3.333vw;
            line-height: 3.611vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_discuss_section--content .innerWrapper h2 {
            font-weight: 600;
            font-size: 28px;
            line-height: 32px; } }
        .new_discuss_section--content .innerWrapper h2 span {
          display: inline-block;
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
      .new_discuss_section--content .innerWrapper p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        margin: 0;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.1px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_discuss_section--content .innerWrapper p {
            font-size: 1.667vw;
            line-height: 2.222vw;
            letter-spacing: -0.007vw;
            margin-bottom: 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .new_discuss_section--content .innerWrapper p {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0; } }
      .new_discuss_section--content .innerWrapper .btn-purpul {
        font-family: 'Mona-Sans', sans-serif;
        display: inline-block;
        background: #939AFF;
        color: #ffffff;
        letter-spacing: 0;
        display: inline-block;
        padding: 15px 24px 15px 20px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_discuss_section--content .innerWrapper .btn-purpul {
            padding: 1.042vw 1.667vw 1.042vw 1.389vw;
            border-radius: 0.278vw;
            font-size: 1.250vw; } }
        .new_discuss_section--content .innerWrapper .btn-purpul svg {
          margin-left: 6px;
          width: 10px;
          transition: .5s ease all;
          height: 14px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_discuss_section--content .innerWrapper .btn-purpul svg {
              width: 0.694vw;
              margin-left: 0.417vw;
              height: 0.972vw; } }
          .new_discuss_section--content .innerWrapper .btn-purpul svg path {
            fill: #fff; }
          .new_discuss_section--content .innerWrapper .btn-purpul svg rect {
            width: 0;
            fill: #fff; }
        .new_discuss_section--content .innerWrapper .btn-purpul:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_discuss_section--content .innerWrapper .btn-purpul:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_discuss_section--content .innerWrapper .btn-purpul:hover svg rect {
                width: 0.625vw; } }
  .new_discuss_section--imgBlock {
    width: 71.6%; }
    @media only screen and (max-width: 991px) {
      .new_discuss_section--imgBlock {
        width: 100%; } }
    .new_discuss_section--imgBlock .aspect-ration {
      overflow: hidden;
      padding-bottom: 63%;
      position: relative;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_discuss_section--imgBlock .aspect-ration {
          border-radius: 0.556vw; } }
      @media only screen and (max-width: 767px) {
        .new_discuss_section--imgBlock .aspect-ration {
          padding-bottom: 166%; } }
      .new_discuss_section--imgBlock .aspect-ration img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
        .new_discuss_section--imgBlock .aspect-ration img.desk-img {
          display: block; }
          @media only screen and (max-width: 767px) {
            .new_discuss_section--imgBlock .aspect-ration img.desk-img {
              display: none; } }
        .new_discuss_section--imgBlock .aspect-ration img.mb-img {
          display: none; }
          @media only screen and (max-width: 767px) {
            .new_discuss_section--imgBlock .aspect-ration img.mb-img {
              display: block; } }

/* Branding Page Discuss Section End Here */
/************************************************** Branding Page css End Here **********************************************************/
/************************************************** Ecommerce SEO page Start Here **********************************************************/
/* Ecommerce SEO Banner Start Here */
.new_eSEO_banner {
  padding: 80px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_eSEO_banner {
      padding: 5.556vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_eSEO_banner {
      padding: 60px 0 30px; } }
  .new_eSEO_banner--title {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .new_eSEO_banner--title {
        text-align: left; } }
    .new_eSEO_banner--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      word-break: break-all;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_eSEO_banner--title h2 {
          font-size: 4.167vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_eSEO_banner--title h2 {
          font-size: 48px;
          line-height: 46px;
          margin-bottom: 20px; } }
      .new_eSEO_banner--title h2 span {
        display: inline-block;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_eSEO_banner--title .dis {
      width: 100%;
      margin: auto;
      max-width: 860px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_eSEO_banner--title .dis {
          max-width: 59.722vw; } }
      .new_eSEO_banner--title .dis p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 28px;
        line-height: 36px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_eSEO_banner--title .dis p {
            font-size: 1.944vw;
            line-height: 2.500vw; } }
        @media only screen and (max-width: 767px) {
          .new_eSEO_banner--title .dis p {
            font-size: 20px;
            line-height: 28px; } }
    .new_eSEO_banner--title .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700;
      margin-top: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_eSEO_banner--title .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw;
          margin-top: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_eSEO_banner--title .btn-white {
          margin-top: 20px; } }
      @media only screen and (max-width: 413px) {
        .new_eSEO_banner--title .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_eSEO_banner--title .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_eSEO_banner--title .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_eSEO_banner--title .btn-white svg path {
          fill: #0D1116; }
        .new_eSEO_banner--title .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_eSEO_banner--title .btn-white:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_eSEO_banner--title .btn-white:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_eSEO_banner--title .btn-white:hover svg rect {
              width: 0.625vw; } }

/* Ecommerce SEO Banner End Here */
/* Left Right Box Section Start Here */
.new-eSEO-left-right-box {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-eSEO-left-right-box {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-eSEO-left-right-box {
      padding: 30px 0; } }
  .new-eSEO-left-right-box .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -15px;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-eSEO-left-right-box .row {
        margin: 0 -1.042vw;
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .new-eSEO-left-right-box .row {
        margin-bottom: 60px; } }
    .new-eSEO-left-right-box .row:last-child {
      margin-bottom: 0; }
  .new-eSEO-left-right-box .content-block {
    width: 50.35%;
    padding: 0 15px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-eSEO-left-right-box .content-block {
        padding: 0 1.042vw; } }
    @media only screen and (max-width: 991px) {
      .new-eSEO-left-right-box .content-block {
        width: 100%; } }
    .new-eSEO-left-right-box .content-block h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-left-right-box .content-block h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-eSEO-left-right-box .content-block h2 {
          font-size: 28px;
          line-height: 36px; } }
    .new-eSEO-left-right-box .content-block .dis p, .new-eSEO-left-right-box .content-block .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.1px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-left-right-box .content-block .dis p, .new-eSEO-left-right-box .content-block .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw;
          letter-spacing: -0.007vw; } }
      @media only screen and (max-width: 767px) {
        .new-eSEO-left-right-box .content-block .dis p, .new-eSEO-left-right-box .content-block .dis li {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: 0; } }
    .new-eSEO-left-right-box .content-block .dis ul, .new-eSEO-left-right-box .content-block .dis p {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-left-right-box .content-block .dis ul, .new-eSEO-left-right-box .content-block .dis p {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-eSEO-left-right-box .content-block .dis ul, .new-eSEO-left-right-box .content-block .dis p {
          margin-bottom: 20px; } }
      .new-eSEO-left-right-box .content-block .dis ul b, .new-eSEO-left-right-box .content-block .dis ul strong, .new-eSEO-left-right-box .content-block .dis p b, .new-eSEO-left-right-box .content-block .dis p strong {
        font-weight: 600; }
    .new-eSEO-left-right-box .content-block .dis ul li {
      list-style: disc;
      list-style-position: outside;
      padding-left: 0px;
      margin-left: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-left-right-box .content-block .dis ul li {
          margin-left: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-eSEO-left-right-box .content-block .dis ul li {
          margin-left: 22px; } }
  .new-eSEO-left-right-box .img-block {
    width: 42.1%;
    padding: 0 15px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-eSEO-left-right-box .img-block {
        padding: 0 1.042vw; } }
    @media only screen and (max-width: 991px) {
      .new-eSEO-left-right-box .img-block {
        width: 100%; } }
    .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio {
          max-width: 450px;
          margin: auto;
          margin-top: 10px; } }
      .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio img {
        display: block;
        width: 100%;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio img {
            border-radius: 0.556vw; } }
      .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio:before {
        content: '';
        position: absolute;
        background: #939AFF;
        opacity: 0.2;
        filter: blur(55px);
        border-radius: 100%;
        left: -10%;
        top: 9%;
        width: 629px;
        height: 100%; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio:before {
            width: 629px; } }
        @media only screen and (max-width: 767px) {
          .new-eSEO-left-right-box .img-block .innerWrapper .aspect_ratio:before {
            width: 483px; } }
  .new-eSEO-left-right-box .row:nth-child(even) .content-block {
    order: 2; }
    @media only screen and (max-width: 991px) {
      .new-eSEO-left-right-box .row:nth-child(even) .content-block {
        order: 1; } }
  .new-eSEO-left-right-box .row:nth-child(even) .img-block {
    order: 1; }
    @media only screen and (max-width: 991px) {
      .new-eSEO-left-right-box .row:nth-child(even) .img-block {
        order: 2; } }
  .new-eSEO-left-right-box .row:last-child .content-block h2 {
    letter-spacing: -2.1px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-eSEO-left-right-box .row:last-child .content-block h2 {
        letter-spacing: -0.146vw; } }
    @media only screen and (max-width: 767px) {
      .new-eSEO-left-right-box .row:last-child .content-block h2 {
        letter-spacing: 0; } }
  .new-eSEO-left-right-box .row:last-child .img-block .innerWrapper .aspect_ratio:before {
    opacity: 0.1; }

/* Left Right Box Section End Here */
/* Ecommerce SEO Services Start Here */
.new-eSEO-sevices {
  padding: 75px 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-eSEO-sevices {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-eSEO-sevices {
      padding: 30px 0 0; } }
  .new-eSEO-sevices--title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 860px;
    margin-bottom: 63px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-eSEO-sevices--title {
        max-width: 59.722vw;
        margin-bottom: 4.375vw; } }
    @media only screen and (max-width: 767px) {
      .new-eSEO-sevices--title {
        margin-bottom: 30px; } }
    .new-eSEO-sevices--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-sevices--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-eSEO-sevices--title h2 {
          font-size: 28px;
          line-height: 36px; } }
    .new-eSEO-sevices--title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #fff;
      margin: 0;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-sevices--title .dis p {
          font-size: 1.944vw;
          line-height: 2.500vw; } }
      @media only screen and (max-width: 767px) {
        .new-eSEO-sevices--title .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .new-eSEO-sevices--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 930px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-eSEO-sevices--innerWrapper {
        max-width: 64.583vw; } }
    .new-eSEO-sevices--innerWrapper .row {
      margin: 0 -45px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-sevices--innerWrapper .row {
          margin: 0 -3.125vw; } }
      @media only screen and (max-width: 991px) {
        .new-eSEO-sevices--innerWrapper .row {
          margin: 0 -15px; } }
      .new-eSEO-sevices--innerWrapper .row [class*='col'] {
        padding: 0 45px;
        margin-bottom: 109px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-sevices--innerWrapper .row [class*='col'] {
            padding: 0 3.125vw;
            margin-bottom: 7.569vw; } }
        @media only screen and (max-width: 991px) {
          .new-eSEO-sevices--innerWrapper .row [class*='col'] {
            padding: 0 15px; } }
        @media only screen and (max-width: 767px) {
          .new-eSEO-sevices--innerWrapper .row [class*='col'] {
            margin-bottom: 40px; } }
    .new-eSEO-sevices--innerWrapper .icon-box {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-eSEO-sevices--innerWrapper .icon-box {
          margin-bottom: 1.389vw; } }
      .new-eSEO-sevices--innerWrapper .icon-box .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: auto;
        background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
        border-radius: 100%;
        width: 144px;
        height: 144px;
        padding: 34px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-sevices--innerWrapper .icon-box .icon {
            width: 10vw;
            height: 10vw;
            padding: 2.361vw; } }
        .new-eSEO-sevices--innerWrapper .icon-box .icon img {
          position: relative;
          max-width: 100%;
          max-height: 100%;
          filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
    .new-eSEO-sevices--innerWrapper .content {
      text-align: center; }
      .new-eSEO-sevices--innerWrapper .content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-sevices--innerWrapper .content h3 {
            font-size: 1.667vw;
            line-height: 1.597vw;
            margin-bottom: 0.694vw; } }
        @media only screen and (max-width: 767px) {
          .new-eSEO-sevices--innerWrapper .content h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 8px; } }
      .new-eSEO-sevices--innerWrapper .content p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-sevices--innerWrapper .content p {
            font-size: 1.111vw;
            line-height: 1.528vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new-eSEO-sevices--innerWrapper .content p {
            font-size: 18px;
            line-height: 24px; } }
      .new-eSEO-sevices--innerWrapper .content .btn-green {
        font-family: 'Mona-Sans';
        display: inline-block;
        background: #7EE787;
        color: #0D1116;
        transition: 0.4s all;
        padding: 15px 24px 15px 20px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-eSEO-sevices--innerWrapper .content .btn-green {
            padding: 1.042vw 1.667vw 1.042vw 1.389vw;
            border-radius: 0.278vw;
            font-size: 1.250vw; } }
        .new-eSEO-sevices--innerWrapper .content .btn-green svg {
          margin-left: 6px;
          transition: .5s ease all; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-eSEO-sevices--innerWrapper .content .btn-green svg {
              margin-left: 0.417vw; } }
          .new-eSEO-sevices--innerWrapper .content .btn-green svg path {
            fill: #0D1116; }
          .new-eSEO-sevices--innerWrapper .content .btn-green svg rect {
            width: 0;
            fill: #0D1116; }
        .new-eSEO-sevices--innerWrapper .content .btn-green:hover {
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #7EE787;
          box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
          .new-eSEO-sevices--innerWrapper .content .btn-green:hover svg {
            margin-right: 0;
            transform: translate(5px);
            transition: .5s ease all; }
            .new-eSEO-sevices--innerWrapper .content .btn-green:hover svg rect {
              width: 9px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new-eSEO-sevices--innerWrapper .content .btn-green:hover svg rect {
                  width: 0.625vw; } }

/* Ecommerce SEO Services End Here */
/* Ecommerce SEO customer Start Here */
.customer_review.new-eSEO-review {
  padding: 41px 0 55px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .customer_review.new-eSEO-review {
      padding: 2.847vw 0 3.819vw; } }
  @media only screen and (max-width: 767px) {
    .customer_review.new-eSEO-review {
      padding: 39px 0 0; } }

/* Ecommerce SEO customer End Here */
/* Ecommerce SEO Why US Section Start Here */
.new_whyUs_section {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_whyUs_section {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_whyUs_section {
      padding: 30px 0; } }
  .new_whyUs_section .row {
    margin: 0 -36px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_whyUs_section .row {
        margin: 0 -2.500vw; } }
    @media only screen and (max-width: 991px) {
      .new_whyUs_section .row {
        margin: 0; } }
    .new_whyUs_section .row .items {
      padding: 0 36px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_whyUs_section .row .items {
          padding: 0 2.500vw; } }
      @media only screen and (max-width: 991px) {
        .new_whyUs_section .row .items {
          padding: 0; } }
  .new_whyUs_section--BGWrapper {
    background-color: #161B22;
    padding: 60px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_whyUs_section--BGWrapper {
        padding: 4.167vw 0; } }
  .new_whyUs_section--title {
    text-align: center;
    margin-bottom: 43px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_whyUs_section--title {
        margin-bottom: 2.986vw; } }
    @media only screen and (max-width: 767px) {
      .new_whyUs_section--title {
        margin-bottom: 30px; } }
    .new_whyUs_section--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_whyUs_section--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new_whyUs_section--title h2 {
          font-size: 28px;
          line-height: 36px; } }
      .new_whyUs_section--title h2 span {
        display: inline-block;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_whyUs_section--content {
    width: 52%; }
    @media only screen and (max-width: 991px) {
      .new_whyUs_section--content {
        width: 100%;
        order: 2; } }
    .new_whyUs_section--content .innerWrapper .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_whyUs_section--content .innerWrapper .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_whyUs_section--content .innerWrapper .dis p {
          font-size: 20px;
          line-height: 28px; } }
    .new_whyUs_section--content .innerWrapper h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_whyUs_section--content .innerWrapper h3 {
          font-size: 1.389vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_whyUs_section--content .innerWrapper h3 {
          font-size: 20px;
          line-height: 28px; } }
    .new_whyUs_section--content .innerWrapper .btn-purpul {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; 
      outline: none;
      text-decoration: none;
      }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_whyUs_section--content .innerWrapper .btn-purpul {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 767px) {
        .new_whyUs_section--content .innerWrapper .btn-purpul {
          display: inline-block;
          margin-top: 20px; } }
      @media only screen and (max-width: 413px) {
        .new_whyUs_section--content .innerWrapper .btn-purpul {
          padding: 15px 12px 15px 12px; } }
      @media only screen and (max-width: 374px) {
        .new_whyUs_section--content .innerWrapper .btn-purpul {
          font-size: 14px; } }
      .new_whyUs_section--content .innerWrapper .btn-purpul svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_whyUs_section--content .innerWrapper .btn-purpul svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_whyUs_section--content .innerWrapper .btn-purpul svg path {
          fill: #fff; }
        .new_whyUs_section--content .innerWrapper .btn-purpul svg rect {
          width: 0;
          fill: #fff; }
      .new_whyUs_section--content .innerWrapper .btn-purpul:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_whyUs_section--content .innerWrapper .btn-purpul:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_whyUs_section--content .innerWrapper .btn-purpul:hover svg rect {
              width: 0.625vw; } }
  .new_whyUs_section--imgBlock {
    width: 48%; }
    @media only screen and (max-width: 991px) {
      .new_whyUs_section--imgBlock {
        width: 100%;
        order: 1;
        margin-bottom: 30px; } }
    .new_whyUs_section--imgBlock .whyUS_img {
      width: 100%; }
      .new_whyUs_section--imgBlock .whyUS_img img {
        display: block;
        width: 100%; }

/* Ecommerce SEO Why US Section End Here*/
/* Ecommerce SEO FAQ Section Start Here */
@media only screen and (max-width: 767px) {
  .new-faq-section.new-eSEO-faq {
    padding-bottom: 84px; } }
.new-faq-section.new-eSEO-faq .innerWrapper .new-title {
  margin-bottom: 89px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-faq-section.new-eSEO-faq .innerWrapper .new-title {
      margin-bottom: 6.181vw; } }
  @media only screen and (max-width: 767px) {
    .new-faq-section.new-eSEO-faq .innerWrapper .new-title {
      margin-bottom: 30px; } }
  .new-faq-section.new-eSEO-faq .innerWrapper .new-title h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-faq-section.new-eSEO-faq .innerWrapper .new-title h2 {
        margin-bottom: 1.389vw; } }
    @media only screen and (max-width: 767px) {
      .new-faq-section.new-eSEO-faq .innerWrapper .new-title h2 {
        margin-bottom: 0; } }
    .new-faq-section.new-eSEO-faq .innerWrapper .new-title h2 span {
      background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
      @media only screen and (max-width: 575px) {
        .new-faq-section.new-eSEO-faq .innerWrapper .new-title h2 span {
          display: block; } }
  @media only screen and (max-width: 767px) {
    .new-faq-section.new-eSEO-faq .innerWrapper .new-title .dis {
      display: none; } }
  .new-faq-section.new-eSEO-faq .innerWrapper .new-title .dis p {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-faq-section.new-eSEO-faq .innerWrapper .new-title .dis p {
        font-size: 1.944vw;
        line-height: 2.500vw; } }
    @media only screen and (max-width: 767px) {
      .new-faq-section.new-eSEO-faq .innerWrapper .new-title .dis p {
        font-size: 20px;
        line-height: 28px; } }
.new-faq-section.new-eSEO-faq .innerWrapper .faqWrapper .accordion .card .card-body p a {
  display: inline-block;
  color: #7EE787;
  text-decoration: underline; }

/* Ecommerce SEO FAQ Section End Here */
/************************************************** Ecommerce SEO page End Here **********************************************************/
/************************************************** Case Study Landing page Start Here **********************************************************/
/* Case Study Landing Banner Start Here */
.new_casestudy_banner {
  padding: 100px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_banner {
      padding: 6.944vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_banner {
      padding: 60px 0 30px; } }
  .new_casestudy_banner--title {
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_banner--title {
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_banner--title {
        margin-bottom: 60px; } }
    .new_casestudy_banner--title h1 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner--title h1 {
          font-size: 4.167vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_banner--title h1 {
          font-size: 48px;
          line-height: 46px; } }
      .new_casestudy_banner--title h1 span {
        display: inline-block;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_casestudy_banner--project-info > .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_casestudy_banner--project-detail {
    width: 42.1%;
    padding: 0 15px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_banner--project-detail {
        padding: 0 1.042vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_banner--project-detail {
        width: 100%;
        margin-bottom: 60px; } }
    .new_casestudy_banner--project-detail h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner--project-detail h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_banner--project-detail h2 {
          font-size: 28px;
          line-height: 36px; } }
    .new_casestudy_banner--project-detail p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner--project-detail p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_banner--project-detail p {
          font-size: 20px;
          line-height: 28px; } }
  .new_casestudy_banner--compny-detail {
    width: 48.2%;
    padding: 0 15px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_banner--compny-detail {
        padding: 0 1.042vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_banner--compny-detail {
        width: 100%; } }
    .new_casestudy_banner--compny-detail .row {
      margin: 0 -10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner--compny-detail .row {
          margin: 0 -0.694vw; } }
      .new_casestudy_banner--compny-detail .row [class*='col-'] {
        padding: 0 10px;
        margin-bottom: 50px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_casestudy_banner--compny-detail .row [class*='col-'] {
            padding: 0 0.694vw;
            margin-bottom: 3.472vw; } }
        @media only screen and (max-width: 767px) {
          .new_casestudy_banner--compny-detail .row [class*='col-'] {
            margin-bottom: 30px; } }
    .new_casestudy_banner--compny-detail h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 22px;
      line-height: 21px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner--compny-detail h3 {
          font-size: 1.528vw;
          line-height: 1.458vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_banner--compny-detail h3 {
          font-size: 20px;
          line-height: 28px; } }
    .new_casestudy_banner--compny-detail p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      word-break: break-all;
      font-size: 22px;
      line-height: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner--compny-detail p {
          font-size: 1.528vw;
          line-height: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_banner--compny-detail p {
          font-size: 18px;
          line-height: 24px; } }
      .new_casestudy_banner--compny-detail p a {
        color: #7EE787; }
    .new_casestudy_banner--compny-detail p.light-green {
      color: #7EE787; }

/* Case Study Landing Banner End Here */
/* Case Study Landing Mobile View section Start Here */
@media screen and (min-width: 992px) {
  .new_casestudy_mobileView .container {
    max-width: 1440px;
    padding: 0; } }
@media only screen and (max-width: 991px) {
  .new_casestudy_mobileView .container {
    padding: 0; } }
.new_casestudy_mobileView .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.new_casestudy_mobileView--desk-img {
  width: 50%; }
  @media only screen and (max-width: 991px) {
    .new_casestudy_mobileView--desk-img {
      width: 100%; } }
  .new_casestudy_mobileView--desk-img .aspect-ratio {
    position: relative;
    padding-bottom: 98%; }
    .new_casestudy_mobileView--desk-img .aspect-ratio img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
.new_casestudy_mobileView--mb-show-img {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #ffffff;
  padding-top: 98px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_mobileView--mb-show-img {
      padding-top: 6.806vw; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_mobileView--mb-show-img {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_mobileView--mb-show-img {
      padding-top: 62px; } }
  .new_casestudy_mobileView--mb-show-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(219, 0, 12, 0.7) 0%, #DB000C 100%);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  .new_casestudy_mobileView--mb-show-img .mobile_img {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 406px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_mobileView--mb-show-img .mobile_img {
        max-width: 28.194vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_mobileView--mb-show-img .mobile_img {
        max-width: 51.3%; } }
    .new_casestudy_mobileView--mb-show-img .mobile_img img {
      display: block; }

/* Case Study Landing Mobile View section End Here */
/* Case Study Landing Company Logo section Start Here */
.new_casestudy_companyLogo.declan__new__casestudy__logo {
  padding: 100px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.declan__new__casestudy__logo {
      padding: 6.944vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_companyLogo.declan__new__casestudy__logo {
      padding: 60px 0; } }

.new_casestudy_companyLogo {
  padding: 150px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo {
      padding: 10.417vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_companyLogo {
      padding: 60px 0; } }
  .new_casestudy_companyLogo .innerWrapper {
    width: 100%;
    max-width: 1190px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_companyLogo .innerWrapper {
        max-width: 82.639vw; } }
    .new_casestudy_companyLogo .innerWrapper .customRow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .new_casestudy_companyLogo .innerWrapper .customRow .content {
        width: 100%;
        max-width: 750px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_casestudy_companyLogo .innerWrapper .customRow .content {
            max-width: 52.083vw; } }
        @media only screen and (max-width: 991px) {
          .new_casestudy_companyLogo .innerWrapper .customRow .content {
            max-width: 100%;
            margin-bottom: 60px; } }
        .new_casestudy_companyLogo .innerWrapper .customRow .content h2 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 800;
          color: #ffffff;
          margin: 0;
          letter-spacing: 0;
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 40px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_casestudy_companyLogo .innerWrapper .customRow .content h2 {
              font-size: 2.222vw;
              line-height: 2.500vw;
              margin-bottom: 2.778vw; } }
          @media only screen and (max-width: 767px) {
            .new_casestudy_companyLogo .innerWrapper .customRow .content h2 {
              font-size: 24px;
              line-height: 28px; } }
        .new_casestudy_companyLogo .innerWrapper .customRow .content h3 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          letter-spacing: 0;
          font-size: 24px;
          line-height: 34px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_casestudy_companyLogo .innerWrapper .customRow .content h3 {
              font-size: 1.667vw;
              line-height: 2.361vw;
              margin-bottom: 1.389vw; } }
          @media only screen and (max-width: 767px) {
            .new_casestudy_companyLogo .innerWrapper .customRow .content h3 {
              font-size: 20px;
              line-height: 28px; } }
        .new_casestudy_companyLogo .innerWrapper .customRow .content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          letter-spacing: 0;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_casestudy_companyLogo .innerWrapper .customRow .content .dis p {
              font-size: 1.528vw;
              line-height: 2.083vw;
              margin-bottom: 1.389vw; } }
          @media only screen and (max-width: 767px) {
            .new_casestudy_companyLogo .innerWrapper .customRow .content .dis p {
              font-size: 18px;
              line-height: 24px; } }
          .new_casestudy_companyLogo .innerWrapper .customRow .content .dis p:last-child {
            margin-bottom: 0; }
      .new_casestudy_companyLogo .innerWrapper .customRow .imgBlock {
        width: 100%;
        max-width: 310px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_casestudy_companyLogo .innerWrapper .customRow .imgBlock {
            max-width: 21.528vw; } }
        @media only screen and (max-width: 991px) {
          .new_casestudy_companyLogo .innerWrapper .customRow .imgBlock {
            margin: auto; } }
        @media only screen and (max-width: 767px) {
          .new_casestudy_companyLogo .innerWrapper .customRow .imgBlock {
            max-width: 250px; } }
        .new_casestudy_companyLogo .innerWrapper .customRow .imgBlock img {
          display: block;
          width: 100%; }

/* Case Study Landing Company Logo section End Here */
/* Site View Section Start Here */
.new_casestudy_siteView {
  background-color: #ffffff;
  position: relative;
  padding: 60px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_siteView {
      padding: 4.167vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_siteView {
      padding: 20px 0; } }
  .new_casestudy_siteView:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 71, 187, 0.7) 0%, #0047BB 100%);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  .new_casestudy_siteView .row {
    margin: 0 -26px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_siteView .row {
        margin: 0 -1.806vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_siteView .row {
        margin: 0 -8px; } }
    .new_casestudy_siteView .row [class*='col-'] {
      padding: 0 26px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_siteView .row [class*='col-'] {
          padding: 0 1.806vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_siteView .row [class*='col-'] {
          padding: 0 8px; } }
  .new_casestudy_siteView img {
    display: block;
    width: 100%; }
  .new_casestudy_siteView--mb-view-img {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_siteView--mb-view-img {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_siteView--mb-view-img {
        margin-bottom: 21px; } }
    .new_casestudy_siteView--mb-view-img .row {
      margin: 0 -19px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_siteView--mb-view-img .row {
          margin: 0 -1.319vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_siteView--mb-view-img .row {
          margin: 0 -10px; } }
      .new_casestudy_siteView--mb-view-img .row [class*='col-'] {
        padding: 0 19px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_casestudy_siteView--mb-view-img .row [class*='col-'] {
            padding: 0 1.319vw; } }
        @media only screen and (max-width: 767px) {
          .new_casestudy_siteView--mb-view-img .row [class*='col-'] {
            padding: 0 10px; } }
  .new_casestudy_siteView--desk-img {
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_siteView--desk-img {
        border-top-right-radius: 0.556vw;
        border-top-left-radius: 0.556vw; } }

/* Site View Section End Here */
/* Icon Text Section Start Here */
.new_casestudy_iconText {
  padding: 100px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_iconText {
      padding: 6.944vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_iconText {
      padding: 40px 0 10px; } }
  .new_casestudy_iconText .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_iconText .innerWrapper {
        max-width: 75vw; } }
  .new_casestudy_iconText .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -15px; }
    @media only screen and (max-width: 991px) {
      .new_casestudy_iconText .customRow {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    .new_casestudy_iconText .customRow .items {
      padding: 0 15px; }
      @media only screen and (max-width: 991px) {
        .new_casestudy_iconText .customRow .items {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_iconText .customRow .items {
          width: 100%; } }
  .new_casestudy_iconText--innerWrapper {
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .new_casestudy_iconText--innerWrapper {
        margin-bottom: 50px; } }
    .new_casestudy_iconText--innerWrapper .iconBlock {
      text-align: center;
      max-width: 88px;
      margin: auto;
      margin-bottom: 26px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_iconText--innerWrapper .iconBlock {
          max-width: 6.111vw;
          margin-bottom: 1.806vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_iconText--innerWrapper .iconBlock {
          max-width: 85px;
          margin-bottom: 25px; } }
      .new_casestudy_iconText--innerWrapper .iconBlock .aspectRatio {
        position: relative;
        padding-bottom: 100%; }
      .new_casestudy_iconText--innerWrapper .iconBlock img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        object-fit: contain;
        object-position: center; }
    .new_casestudy_iconText--innerWrapper .content h3 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0;
      margin: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_iconText--innerWrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_iconText--innerWrapper .content h3 {
          font-size: 20px;
          line-height: 19px;
          margin-bottom: 28px; } }
    .new_casestudy_iconText--innerWrapper .content p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      font-size: 22px;
      line-height: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_iconText--innerWrapper .content p {
          font-size: 1.528vw;
          line-height: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_iconText--innerWrapper .content p {
          font-size: 18px;
          line-height: 24px; } }

/* Icon Text Section End Here */
.new_project_assetsDetail--innerWrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.new_project_assetsDetail--colorBox {
  background-color: #ffffff;
  width: 50%; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail--colorBox {
      width: 100%; } }
  .new_project_assetsDetail--colorBox ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .new_project_assetsDetail--colorBox ul {
        min-height: 500px; } }
    @media only screen and (max-width: 767px) {
      .new_project_assetsDetail--colorBox ul {
        min-height: 300px; } }
    .new_project_assetsDetail--colorBox ul li {
      position: relative; }
      .new_project_assetsDetail--colorBox ul li:nth-child(1) {
        width: 30.6%; }
      .new_project_assetsDetail--colorBox ul li:nth-child(2) {
        width: 20.2%; }
      .new_project_assetsDetail--colorBox ul li:nth-child(3) {
        width: 15.3%; }
      .new_project_assetsDetail--colorBox ul li:nth-child(4) {
        width: 14%; }
      .new_project_assetsDetail--colorBox ul li:nth-child(5) {
        width: 11.2%; }
      .new_project_assetsDetail--colorBox ul li:nth-child(6) {
        width: 8.7%; }
      .new_project_assetsDetail--colorBox ul li span {
        transform: rotate(180deg);
        display: inline-block;
        position: absolute;
        font-family: 'Mona-Sans';
        font-weight: 500;
        color: #ffffff;
        letter-spacing: 0;
        writing-mode: vertical-rl;
        margin: 0;
        font-size: 20px;
        line-height: 22px;
        top: 20px;
        left: 13px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_project_assetsDetail--colorBox ul li span {
            font-size: 1.389vw;
            line-height: 1.528vw;
            top: 1.389vw;
            left: 0.903vw; } }
        @media only screen and (max-width: 767px) {
          .new_project_assetsDetail--colorBox ul li span {
            font-size: 16px;
            line-height: 22px;
            top: 20px;
            left: 10px; } }
.new_project_assetsDetail--fontsBox {
  background-color: #ffffff;
  width: 50%; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail--fontsBox {
      width: 100%; } }
  .new_project_assetsDetail--fontsBox .innerWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 100px 0 100px 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_project_assetsDetail--fontsBox .innerWrapper {
        padding: 6.944vw 0 6.944vw 0.694vw; } }
    @media only screen and (max-width: 991px) {
      .new_project_assetsDetail--fontsBox .innerWrapper {
        padding: 100px 39px;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .new_project_assetsDetail--fontsBox .innerWrapper {
        padding: 25px 39px; } }
    .new_project_assetsDetail--fontsBox .innerWrapper .customRow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%;
      max-width: 671px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_project_assetsDetail--fontsBox .innerWrapper .customRow {
          max-width: 46.597vw; } }
      @media only screen and (max-width: 767px) {
        .new_project_assetsDetail--fontsBox .innerWrapper .customRow {
          max-width: unset;
          width: auto;
          margin: 0 -20px; } }
      .new_project_assetsDetail--fontsBox .innerWrapper .customRow .imgBox {
        width: 50%;
        padding: 20px 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_project_assetsDetail--fontsBox .innerWrapper .customRow .imgBox {
            padding: 1.389vw 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .new_project_assetsDetail--fontsBox .innerWrapper .customRow .imgBox {
            padding: 16px 20px; } }
        .new_project_assetsDetail--fontsBox .innerWrapper .customRow .imgBox:first-child {
          border-right: 1px solid #8B949E; }
        .new_project_assetsDetail--fontsBox .innerWrapper .customRow .imgBox img {
          display: block;
          width: 100%; }

/* Image Content Section Start Here */
.new_casestudy_imgContent {
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .new_casestudy_imgContent {
      padding-top: 5px; } }
  @media screen and (min-width: 992px) {
    .new_casestudy_imgContent .container {
      max-width: 1440px;
      padding: 0 !important; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_imgContent .container {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_imgContent .container {
      padding: 0; } }
  .new_casestudy_imgContent .row {
    margin: 0; }
    .new_casestudy_imgContent .row [class*='col-'] {
      padding: 0; }
  .new_casestudy_imgContent--content {
    background-color: #161B22;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 60px 70px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_imgContent--content {
        padding: 4.167vw 4.861vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_imgContent--content {
        padding: 60px 39px; } }
    .new_casestudy_imgContent--content h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent--content h2 {
          font-size: 2.222vw;
          line-height: 2.500vw;
          margin-bottom: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent--content h2 {
          font-size: 24px;
          line-height: 28px; } }
    .new_casestudy_imgContent--content h4 {
      font-size: 24px;
      line-height: 34px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent--content h4 {
          font-size: 1.667vw;
          line-height: 2.361vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent--content h4 {
          font-size: 20px;
          line-height: 28px; } }
    .new_casestudy_imgContent--content .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin-bottom: 30px;
      letter-spacing: 0;
      font-size: 22px;
      line-height: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent--content .dis p {
          font-size: 1.528vw;
          margin-bottom: 2.083vw;
          line-height: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent--content .dis p {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 25px; } }
      .new_casestudy_imgContent--content .dis p:last-child {
        margin-bottom: 0; }
  .new_casestudy_imgContent--imgBlock {
    height: 100%; }
    .new_casestudy_imgContent--imgBlock img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* Image Content Section End Here */
/* Desk full img Section start here */
.new_casestudy_fullDeskImg {
  background-color: #ffffff;
  position: relative;
  padding-top: 100px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_fullDeskImg {
      padding-top: 6.944vw; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_fullDeskImg {
      padding-top: 40px; } }
  .new_casestudy_fullDeskImg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(219, 0, 12, 0.7) 0%, #DB000C 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0); }
  .new_casestudy_fullDeskImg--innerWrapper {
    overflow: hidden;
    width: 100%;
    margin: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_fullDeskImg--innerWrapper {
        border-top-left-radius: 0.556vw;
        border-top-right-radius: 0.556vw;
        max-width: 75vw; } }
    .new_casestudy_fullDeskImg--innerWrapper img {
      display: block;
      width: 100%; }

/* Desk full img Section End here */
/* Mobile full img Section start here */
.new_casestudy_fullMbImg {
  background-color: #ffffff;
  position: relative;
  padding: 62px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_fullMbImg {
      padding: 4.306vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_fullMbImg {
      padding: 40px 0; } }
  .new_casestudy_fullMbImg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 71, 187, 0.7) 0%, #0047BB 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0); }
  .new_casestudy_fullMbImg--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 882px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_fullMbImg--innerWrapper {
        max-width: 61.250vw; } }
    .new_casestudy_fullMbImg--innerWrapper .row {
      margin: 0 -50px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_fullMbImg--innerWrapper .row {
          margin: 0 -3.472vw; } }
      @media only screen and (max-width: 991px) {
        .new_casestudy_fullMbImg--innerWrapper .row {
          margin: 0 -10px; } }
      .new_casestudy_fullMbImg--innerWrapper .row [class*='col-'] {
        padding: 0 50px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_casestudy_fullMbImg--innerWrapper .row [class*='col-'] {
            padding: 0 3.472vw; } }
        @media only screen and (max-width: 991px) {
          .new_casestudy_fullMbImg--innerWrapper .row [class*='col-'] {
            padding: 0 10px; } }
    .new_casestudy_fullMbImg--innerWrapper .mb-img img {
      display: block;
      width: 100%; }

/* Mobile full img Section End here */
/* Result Section Start Here */
.new_casestudy_result {
  padding: 100px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_result {
      padding: 6.944vw 0 5.208vw; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_result {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_result {
      padding: 60px 0 30px; } }
  .new_casestudy_result--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result--innerWrapper {
        max-width: 59.722vw; } }
  .new_casestudy_result--result-detail h2 {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result--result-detail h2 {
        font-size: 2.222vw;
        line-height: 2.500vw;
        margin-bottom: 1.389vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_result--result-detail h2 {
        font-size: 24px;
        line-height: 28px; } }
  .new_casestudy_result--result-detail .dis p {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 400;
    color: #8B949E;
    margin: 0;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result--result-detail .dis p {
        font-size: 1.528vw;
        line-height: 2.083vw;
        margin-bottom: 1.389vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_result--result-detail .dis p {
        font-size: 18px;
        line-height: 24px; } }
  .new_casestudy_result hr {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #161B22;
    height: 1px;
    margin: 100px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result hr {
        margin: 6.944vw 0; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_result hr {
        margin: 40px 0; } }
  .new_casestudy_result--result-review .review {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result--result-review .review {
        margin-bottom: 2.778vw; } }
    .new_casestudy_result--result-review .review p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_result--result-review .review p {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_result--result-review .review p {
          font-size: 28px;
          line-height: 32px; } }
  .new_casestudy_result--result-review .owner-name h3 {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin: 0;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result--result-review .owner-name h3 {
        font-size: 1.667vw;
        line-height: 2.222vw;
        margin-bottom: 0.139vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_result--result-review .owner-name h3 {
        font-size: 22px;
        line-height: 30px; } }
  .new_casestudy_result--result-review .owner-name span {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 400;
    color: #8B949E;
    display: block;
    margin: 0;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_result--result-review .owner-name span {
        font-size: 1.528vw;
        line-height: 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_result--result-review .owner-name span {
        font-size: 20px;
        line-height: 28px; } }

/* Result Section End Here */
/* Recent Project Section Start here */
.new_casestudy_recentProject {
  padding: 75px 0 70px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_recentProject {
      padding: 5.208vw 0 4.861vw; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_recentProject {
      padding: 70px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_recentProject {
      padding: 30px 0 24px; } }
  .new_casestudy_recentProject--title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_recentProject--title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_casestudy_recentProject--title {
        margin-bottom: 30px; } }
    .new_casestudy_recentProject--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_recentProject--title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_recentProject--title h2 {
          font-size: 28px;
          line-height: 32px; } }
  .new_casestudy_recentProject .new_collection_listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_recentProject .new_collection_listing {
        margin: 0 -1.736vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_recentProject .new_collection_listing {
        margin: 0 -15px; } }
    .new_casestudy_recentProject .new_collection_listing .items {
      width: 33.3333%;
      padding: 0 25px;
      margin-bottom: 70px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_recentProject .new_collection_listing .items {
          padding: 0 1.736vw;
          margin-bottom: 4.861vw; } }
      @media only screen and (max-width: 991px) {
        .new_casestudy_recentProject .new_collection_listing .items {
          width: 50%;
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_recentProject .new_collection_listing .items {
          width: 100%;
          margin-bottom: 30px; } }
      .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a {
        display: block; }
        .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .aspect_ratio {
          position: relative;
          overflow: hidden;
          padding-bottom: 139%;
          border-radius: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .aspect_ratio {
              border-radius: 0.556vw; } }
          .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .aspect_ratio img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
        .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          margin-top: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content {
              margin-top: 1.389vw; } }
          .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content h3 {
            font-family: 'Mona-Sans';
            font-weight: 600;
            color: #FFFFFF;
            margin: 0;
            letter-spacing: 0;
            font-size: 24px;
            line-height: 23px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content h3 {
                font-size: 1.667vw;
                line-height: 1.597vw; } }
            @media only screen and (max-width: 767px) {
              .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content h3 {
                font-size: 20px;
                line-height: normal; } }
          .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content svg {
            position: relative;
            transition: 0.4s all;
            margin-left: 10px;
            margin-right: 6px;
            height: 14px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content svg {
                margin-left: 0.694vw;
                margin-right: 0.417vw;
                height: 0.972vw; } }
            .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content svg path {
              fill: #fff; }
            .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a .content svg rect {
              transition: 0.4s all;
              fill: #fff;
              width: 0;
              opacity: 0; }
        .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a:hover .content svg {
          margin-right: 0; }
          .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a:hover .content svg rect {
            opacity: 1;
            width: 12px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_casestudy_recentProject .new_collection_listing .items .inner_wrapper a:hover .content svg rect {
                width: 0.833vw; } }

/* Recent Project Section End here */
/************************************************** Case Study Landing page End Here **********************************************************/
/************************************************** Thank You page Start Here **********************************************************/
.new_thankYou_banner {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .new_thankYou_banner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .new_thankYou_banner .bg-img {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0; }
    @media only screen and (max-width: 991px) {
      .new_thankYou_banner .bg-img {
        order: 2;
        position: relative;
        width: 100%; } }
    .new_thankYou_banner .bg-img img {
      width: auto;
      height: 100%; }
      @media only screen and (max-width: 991px) {
        .new_thankYou_banner .bg-img img {
          width: 100%; } }
      .new_thankYou_banner .bg-img img.desk-img {
        display: block; }
        @media only screen and (max-width: 991px) {
          .new_thankYou_banner .bg-img img.desk-img {
            display: none; } }
      .new_thankYou_banner .bg-img img.mb-img {
        display: none; }
        @media only screen and (max-width: 991px) {
          .new_thankYou_banner .bg-img img.mb-img {
            display: block; } }
  .new_thankYou_banner .overlayBg {
    background: #939AFF;
    opacity: 0.1;
    filter: blur(100px);
    position: absolute;
    width: 129%;
    height: 80%;
    left: -14.5%;
    top: 20%; }
    @media only screen and (max-width: 991px) {
      .new_thankYou_banner .overlayBg {
        width: 193%;
        height: 42%;
        left: -45.5%;
        top: 6%; } }
  .new_thankYou_banner--title {
    position: relative;
    padding: 204px 0 206px 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_thankYou_banner--title {
        padding: 14.167vw 0 14.306vw 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .new_thankYou_banner--title {
        padding: 204px 0 0px 0; } }
    @media only screen and (max-width: 767px) {
      .new_thankYou_banner--title {
        padding: 60px 0 0; } }
    .new_thankYou_banner--title:before {
      content: '';
      background: #939AFF;
      opacity: 0.1;
      filter: blur(100px);
      position: absolute;
      width: 866px;
      height: 332px;
      left: -6px;
      top: 229px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_thankYou_banner--title:before {
          width: 60.139vw;
          height: 23.056vw;
          left: -0.417vw;
          top: 15.903vw; } }
      @media only screen and (max-width: 991px) {
        .new_thankYou_banner--title:before {
          width: 513px;
          height: 212px;
          left: -68px;
          top: 41px; } }
    .new_thankYou_banner--title h3 {
      font-family: 'Mona-Sans';
      font-weight: 500;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_thankYou_banner--title h3 {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_thankYou_banner--title h3 {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 10px; } }
    .new_thankYou_banner--title h1 {
      font-family: 'Mona-Sans';
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 90px;
      line-height: 87px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_thankYou_banner--title h1 {
          font-size: 6.250vw;
          line-height: 6.042vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_thankYou_banner--title h1 {
          font-size: 60px;
          line-height: 58px; } }
    .new_thankYou_banner--title .btn-purpul {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_thankYou_banner--title .btn-purpul {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 767px) {
        .new_thankYou_banner--title .btn-purpul {
          margin-top: 20px; } }
      .new_thankYou_banner--title .btn-purpul svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_thankYou_banner--title .btn-purpul svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_thankYou_banner--title .btn-purpul svg path {
          fill: #fff; }
        .new_thankYou_banner--title .btn-purpul svg rect {
          width: 0;
          fill: #fff; }
      .new_thankYou_banner--title .btn-purpul:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_thankYou_banner--title .btn-purpul:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_thankYou_banner--title .btn-purpul:hover svg rect {
              width: 0.625vw; } }

/************************************************** Thank You page End Here **********************************************************/
/************************************************** Informative Page Start Here **********************************************************/
.informative-page {
  padding: 80px 0 70px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .informative-page {
      padding: 5.556vw 0 4.861vw; } }
  @media only screen and (max-width: 767px) {
    .informative-page {
      padding: 60px 0 80px; } }
  .informative-page--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--innerWrapper {
        max-width: 75vw; } }
  .informative-page--title {
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 750px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--title {
        max-width: 52.083vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--title {
        margin-bottom: 40px; } }
    .informative-page--title h1 {
      font-family: 'Mona-Sans';
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      font-size: 60px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .informative-page--title h1 {
          font-size: 4.167vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .informative-page--title h1 {
          text-align: left;
          font-size: 48px;
          line-height: 46px; } }
  .informative-page--content h2, .informative-page--content h3, .informative-page--content h4, .informative-page--content h5, .informative-page--content h6 {
    font-family: 'Mona-Sans';
    font-weight: 600;
    color: #ffffff;
    margin: 30px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content h2, .informative-page--content h3, .informative-page--content h4, .informative-page--content h5, .informative-page--content h6 {
        margin: 2.083vw 0; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content h2, .informative-page--content h3, .informative-page--content h4, .informative-page--content h5, .informative-page--content h6 {
        margin: 20px 0; } }
  .informative-page--content h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 60px 0 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content h2 {
        font-size: 1.944vw;
        line-height: 2.500vw;
        margin: 4.167vw 0 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 60px 0 20px; } }
  .informative-page--content h3 {
    font-size: 24px;
    line-height: 32px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content h3 {
        font-size: 1.667vw;
        line-height: 2.222vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content h3 {
        font-size: 18px;
        line-height: 26px; } }
  .informative-page--content h4 {
    font-size: 22px;
    line-height: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content h4 {
        font-size: 1.528vw;
        line-height: 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content h4 {
        font-size: 18px;
        line-height: 24px; } }
  .informative-page--content h5 {
    font-size: 18px;
    line-height: 26px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content h5 {
        font-size: 1.250vw;
        line-height: 1.806vw; } }
  .informative-page--content h6 {
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content h6 {
        font-size: 1.111vw;
        line-height: 1.667vw; } }
  .informative-page--content hr {
    background: #e6e6e6;
    border: none;
    display: block;
    height: 1px;
    margin-bottom: 1.4em;
    margin-top: 1.4em; }
  .informative-page--content p, .informative-page--content li, .informative-page--content div, .informative-page--content span, .informative-page--content td, .informative-page--content th, .informative-page--content abbr, .informative-page--content cite, .informative-page--content ins, .informative-page--content mark, .informative-page--content small {
    font-family: 'Mona-Sans';
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    line-height: 28px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content p, .informative-page--content li, .informative-page--content div, .informative-page--content span, .informative-page--content td, .informative-page--content th, .informative-page--content abbr, .informative-page--content cite, .informative-page--content ins, .informative-page--content mark, .informative-page--content small {
        font-size: 1.389vw;
        line-height: 1.944vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content p, .informative-page--content li, .informative-page--content div, .informative-page--content span, .informative-page--content td, .informative-page--content th, .informative-page--content abbr, .informative-page--content cite, .informative-page--content ins, .informative-page--content mark, .informative-page--content small {
        font-size: 18px;
        line-height: 24px; } }
    .informative-page--content p:empty, .informative-page--content li:empty, .informative-page--content div:empty, .informative-page--content span:empty, .informative-page--content td:empty, .informative-page--content th:empty, .informative-page--content abbr:empty, .informative-page--content cite:empty, .informative-page--content ins:empty, .informative-page--content mark:empty, .informative-page--content small:empty {
      display: none; }
  .informative-page--content p, .informative-page--content ul, .informative-page--content ol, .informative-page--content table, .informative-page--content div {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content p, .informative-page--content ul, .informative-page--content ol, .informative-page--content table, .informative-page--content div {
        margin-bottom: 1.389vw; } }
  .informative-page--content b, .informative-page--content strong {
    font-family: 'Mona-Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content b, .informative-page--content strong {
        font-size: 1.389vw;
        line-height: 1.944vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content b, .informative-page--content strong {
        font-size: 18px;
        line-height: 24px; } }
  .informative-page--content a {
    font-family: 'Mona-Sans';
    word-break: break-all;
    display: inline-block;
    color: #7EE787;
    font-weight: 400;
    transition: 0.2s all;
    font-size: 20px;
    line-height: 28px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .informative-page--content a {
        font-size: 1.389vw;
        line-height: 1.944vw; } }
    @media only screen and (max-width: 767px) {
      .informative-page--content a {
        font-size: 18px;
        line-height: 24px; } }
    .informative-page--content a:hover {
      color: #7EE787;
      text-decoration: underline; }

/************************************************** Informative Page End Here **********************************************************/
@media only screen and (max-width: 413px) {
  .safari-screen-img {
    max-width: 237px; } }
@media only screen and (max-width: 374px) {
  .safari-screen-img {
    max-width: 182px; } }

@media only screen and (max-width: 413px) {
  figure.home-page {
    width: 221px;
    left: 8.45px;
    top: 38px;
    max-height: 448px;
    min-height: 448px;
    border-radius: 0 0 25px 28px; } }
@media only screen and (max-width: 374px) {
  figure.home-page {
    width: 169.5px;
    top: 29px;
    left: 6.1px;
    max-height: 344px;
    min-height: 344px;
    border-radius: 0 0 22px 22px; } }

/************************************************** New Email Marketing Services Page Start Here **********************************************************/
/* Banner Section Start Here */
.new_em_banner {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_em_banner {
      padding: 2.778vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_em_banner {
      padding: 60px 0 30px; } }
  .new_em_banner .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_em_banner--content {
    width: 100%;
    max-width: 46%; }
    @media only screen and (max-width: 991px) {
      .new_em_banner--content {
        max-width: 100%;
        margin-bottom: 30px; } }
    .new_em_banner--content h3 {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_banner--content h3 {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_banner--content h3 {
          font-size: 20px;
          line-height: 28px; } }
    .new_em_banner--content h1 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_banner--content h1 {
          font-size: 4.167vw;
          line-height: 4.028vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_banner--content h1 {
          font-size: 48px;
          line-height: 46px;
          margin-bottom: 20px; } }
      .new_em_banner--content h1 span {
        display: inline-block;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_em_banner--content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_banner--content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_em_banner--content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_em_banner--content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_banner--content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_em_banner--content .btn-white svg path {
          fill: #0D1116; }
        .new_em_banner--content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_em_banner--content .btn-white:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_em_banner--content .btn-white:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_banner--content .btn-white:hover svg rect {
              width: 0.625vw; } }
  .new_em_banner--imgBlock {
    width: 100%;
    max-width: 46%; }
    @media only screen and (max-width: 991px) {
      .new_em_banner--imgBlock {
        max-width: 100%; } }
    .new_em_banner--imgBlock figure {
      margin-right: -139px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_banner--imgBlock figure {
          margin-right: -9.653vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_banner--imgBlock figure {
          margin-right: -149px; } }
      .new_em_banner--imgBlock figure img {
        display: block;
        width: 100%; }

/* Banner Section End Here */
/* Sales Section Start Here */
.new_em_sales {
  padding-top: 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_em_sales {
      padding-top: 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_em_sales {
      padding-top: 30px; } }
  .new_em_sales .wrapper {
    position: relative;
    padding-bottom: 150px;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_sales .wrapper {
        padding-bottom: 10.417vw;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .new_em_sales .wrapper {
        padding-bottom: 130px; } }
    @media only screen and (max-width: 767px) {
      .new_em_sales .wrapper {
        padding-left: 40px;
        padding-bottom: 40px; } }
    .new_em_sales .wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales .wrapper:before {
          width: 0.139vw;
          top: 2.778vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_sales .wrapper:before {
          top: 30px;
          left: 0; } }
    .new_em_sales .wrapper .title {
      position: relative;
      width: 100%;
      max-width: 967px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales .wrapper .title {
          max-width: 67.153vw;
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_sales .wrapper .title {
          margin-bottom: 30px; } }
      .new_em_sales .wrapper .title .svg-half {
        position: absolute;
        background: #0d1116;
        z-index: 99;
        left: -66px;
        top: 16px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_sales .wrapper .title .svg-half {
            left: -4.583vw;
            top: 1.111vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_sales .wrapper .title .svg-half {
            top: 11px;
            left: -40px; } }
        .new_em_sales .wrapper .title .svg-half:before {
          content: '';
          position: absolute;
          background-color: #fff;
          border-radius: 100%;
          right: 0;
          opacity: 0.8;
          border: 2px solid #FFFFFF;
          filter: blur(10px);
          width: 16px;
          height: 16px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_sales .wrapper .title .svg-half:before {
              width: 1.111vw;
              height: 1.111vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_sales .wrapper .title .svg-half:before {
              width: 12px;
              height: 12px; } }
        .new_em_sales .wrapper .title .svg-half svg {
          display: block;
          width: 45px;
          height: 25px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_sales .wrapper .title .svg-half svg {
              width: 3.125vw;
              height: 1.736vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_sales .wrapper .title .svg-half svg {
              width: 31px;
              height: 23px; } }
          .new_em_sales .wrapper .title .svg-half svg.desk {
            display: block; }
            @media only screen and (max-width: 767px) {
              .new_em_sales .wrapper .title .svg-half svg.desk {
                display: none; } }
          .new_em_sales .wrapper .title .svg-half svg.mb {
            display: none; }
            @media only screen and (max-width: 767px) {
              .new_em_sales .wrapper .title .svg-half svg.mb {
                display: block; } }
      .new_em_sales .wrapper .title h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_sales .wrapper .title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_sales .wrapper .title h2 {
            font-size: 28px;
            line-height: 32px; } }
  .new_em_sales--boxes .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_sales--boxes .row {
        margin: 0 -0.694vw; } }
    .new_em_sales--boxes .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales--boxes .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_em_sales--items {
    background-color: #161B22;
    border-radius: 8px;
    padding: 40px 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_sales--items {
        padding: 2.778vw 1.389vw; } }
    @media only screen and (max-width: 991px) {
      .new_em_sales--items {
        margin-bottom: 20px; } }
  .new_em_sales--icon {
    margin-bottom: 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_sales--icon {
        margin-bottom: 0.694vw; } }
    .new_em_sales--icon-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: auto;
      background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
      border-radius: 100%;
      width: 144px;
      height: 144px;
      padding: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales--icon-box {
          width: 10vw;
          height: 10vw;
          padding: 2.361vw; } }
      .new_em_sales--icon-box img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
  .new_em_sales--content {
    text-align: center; }
    .new_em_sales--content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales--content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_sales--content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new_em_sales--content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales--content p {
          font-size: 1.111vw;
          line-height: 1.528vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_sales--content p {
          font-size: 18px;
          line-height: 24px; } }
    .new_em_sales--content .btn-green {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: #7EE787;
      color: #0D1116;
      transition: 0.4s all;
      padding: 16px 24px 17px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_sales--content .btn-green {
          padding: 1.111vw 1.667vw 1.181vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .new_em_sales--content .btn-green svg {
        margin-left: 6px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_sales--content .btn-green svg {
            margin-left: 0.417vw; } }
        .new_em_sales--content .btn-green svg path {
          fill: #0D1116; }
        .new_em_sales--content .btn-green svg rect {
          width: 0;
          fill: #0D1116; }
      .new_em_sales--content .btn-green:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #7EE787;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_em_sales--content .btn-green:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_em_sales--content .btn-green:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_sales--content .btn-green:hover svg rect {
                width: 0.625vw; } }

/* Sales Section End Here */
.svg-full {
  position: absolute;
  z-index: 99;
  left: -67px;
  top: 8px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .svg-full {
      left: -4.653vw;
      top: 0.556vw; } }
  @media only screen and (max-width: 767px) {
    .svg-full {
      top: -2px;
      left: -40px; } }
  .svg-full:before {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    right: 0;
    opacity: 0.8;
    border: 2px solid #FFFFFF;
    filter: blur(10px);
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .svg-full:before {
        width: 1.111vw;
        height: 1.111vw; } }
    @media only screen and (max-width: 767px) {
      .svg-full:before {
        width: 12px;
        height: 12px; } }
  .svg-full svg {
    display: block;
    width: 46px;
    height: 34px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .svg-full svg {
        width: 3.194vw;
        height: 2.361vw; } }
    @media only screen and (max-width: 767px) {
      .svg-full svg {
        width: 32px;
        height: 36px; } }
    .svg-full svg.desk {
      display: block; }
      @media only screen and (max-width: 767px) {
        .svg-full svg.desk {
          display: none; } }
    .svg-full svg.mb {
      display: none; }
      @media only screen and (max-width: 767px) {
        .svg-full svg.mb {
          display: block; } }

/* Trusted By Work Section Start Here */
.new_em_trustedByWork {
  background-color: #161B22; }
  .new_em_trustedByWork .wrapper {
    position: relative;
    padding: 60px 0 75px;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_trustedByWork .wrapper {
        padding: 4.167vw 0 5.208vw;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_trustedByWork .wrapper {
        padding: 60px 0 30px;
        padding-left: 40px; } }
    .new_em_trustedByWork .wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_trustedByWork .wrapper:before {
          width: 0.139vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_trustedByWork .wrapper:before {
          left: 0; } }
  .new_em_trustedByWork--boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .new_em_trustedByWork--leftBox {
    width: 53.7%;
    border-right: 2px solid #ffffff;
    padding-right: 107px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_trustedByWork--leftBox {
        padding-right: 7.431vw; } }
    @media only screen and (max-width: 991px) {
      .new_em_trustedByWork--leftBox {
        border-right: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 60px; } }
    .new_em_trustedByWork--leftBox .title {
      position: relative;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_trustedByWork--leftBox .title {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_trustedByWork--leftBox .title {
          margin-bottom: 20px; } }
      .new_em_trustedByWork--leftBox .title .svg-full svg {
        background-color: #161b22; }
      .new_em_trustedByWork--leftBox .title h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_trustedByWork--leftBox .title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_trustedByWork--leftBox .title h2 {
            font-size: 28px;
            line-height: 32px; } }
        .new_em_trustedByWork--leftBox .title h2 span {
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
    .new_em_trustedByWork--leftBox .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      display: block;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 36px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_trustedByWork--leftBox .dis p {
          font-size: 1.667vw;
          line-height: 2.500vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_trustedByWork--leftBox .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .new_em_trustedByWork--rightBox {
    width: 46.3%;
    padding-left: 120px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_trustedByWork--rightBox {
        padding-left: 8.333vw; } }
    @media only screen and (max-width: 991px) {
      .new_em_trustedByWork--rightBox {
        padding-left: 0;
        width: 100%; } }
    .new_em_trustedByWork--rightBox .reviewBox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 85px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_trustedByWork--rightBox .reviewBox {
          margin-bottom: 5.903vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_trustedByWork--rightBox .reviewBox {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 374px) {
        .new_em_trustedByWork--rightBox .reviewBox {
          display: block; } }
      .new_em_trustedByWork--rightBox .reviewBox:last-child {
        margin-bottom: 0; }
      .new_em_trustedByWork--rightBox .reviewBox .reviewCount {
        font-family: 'Mona-Sans';
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        font-size: 60px;
        line-height: 58px;
        margin-right: 11px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_trustedByWork--rightBox .reviewBox .reviewCount {
            font-size: 4.167vw;
            line-height: 4.028vw;
            margin-right: 0.764vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_trustedByWork--rightBox .reviewBox .reviewCount {
            text-align: left;
            font-size: 48px;
            line-height: 46px;
            margin-right: 30px; } }
      .new_em_trustedByWork--rightBox .reviewBox figure {
        margin: 0; }
        .new_em_trustedByWork--rightBox .reviewBox figure .review-logo {
          display: block;
          width: auto;
          height: 100%;
          max-height: 45px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 3.125vw;
              margin-bottom: 0.694vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 37px; } }
          @media only screen and (max-width: 413px) {
            .new_em_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 27px; } }
          @media only screen and (max-width: 374px) {
            .new_em_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 37px;
              margin-top: 10px; } }
        .new_em_trustedByWork--rightBox .reviewBox figure .review-star {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%;
          margin-bottom: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_trustedByWork--rightBox .reviewBox figure .review-star {
              margin-bottom: 0.556vw; } }
          .new_em_trustedByWork--rightBox .reviewBox figure .review-star svg {
            display: block;
            width: 25px;
            height: 25px;
            padding: 0 1px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_trustedByWork--rightBox .reviewBox figure .review-star svg {
                width: 1.736vw;
                height: 1.736vw; } }
        .new_em_trustedByWork--rightBox .reviewBox figure .link_review {
          font-family: 'Mona-Sans';
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 16px;
          line-height: 15px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_trustedByWork--rightBox .reviewBox figure .link_review {
              font-size: 1.111vw;
              line-height: 1.042vw; } }
          .new_em_trustedByWork--rightBox .reviewBox figure .link_review svg {
            display: inline-block;
            width: 10px;
            margin-left: 8px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_trustedByWork--rightBox .reviewBox figure .link_review svg {
                width: 0.694vw;
                margin-left: 0.556vw; } }

/* Trusted By Work Section End Here */
/* Our Work Slider Section Start Here */
.new_em_ourWork {
  background-color: #161B22; }
  @media only screen and (max-width: 767px) {
    .new_em_ourWork .container {
      padding: 0 0 0 39px; } }
  .new_em_ourWork .wrapper {
    z-index: 2;
    position: relative;
    padding: 75px 0 60px;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourWork .wrapper {
        padding: 5.208vw 0 4.167vw;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourWork .wrapper {
        padding: 30px 0 60px;
        padding-left: 40px; } }
    .new_em_ourWork .wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      z-index: 2;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourWork .wrapper:before {
          width: 0.139vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourWork .wrapper:before {
          left: 0; } }
  .new_em_ourWork .title {
    position: relative;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourWork .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourWork .title {
        margin-bottom: 30px;
        padding-right: 39px; } }
    .new_em_ourWork .title .svg-full svg {
      background-color: #161b22; }
    .new_em_ourWork .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourWork .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourWork .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_em_ourWork .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_em_ourWork--slider {
    position: relative;
    z-index: 1;
    margin-right: -110px;
    margin-left: -36px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourWork--slider {
        margin-right: -7.639vw;
        margin-left: -2.500vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourWork--slider {
        margin: 0 0;
        max-width: 89%; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourWork--slider-innerWrapper {
        position: relative;
        overflow: hidden;
        margin: 0 0 0 -20px; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourWork--slider .slick-list {
        overflow: visible; } }
    .new_em_ourWork--slider .items {
      padding-right: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourWork--slider .items {
          padding-right: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourWork--slider .items {
          padding: 0 20px; } }
      .new_em_ourWork--slider .items figure {
        margin: 0;
        width: 100%;
        border-radius: 8px;
        overflow: hidden; }
        .new_em_ourWork--slider .items figure img {
          display: block;
          width: 100%; }

/* Our Work Slider Section End Here */
/* Our Process Section Start Here */
.new_em_ourProcess {
  padding-bottom: 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_em_ourProcess {
      padding-bottom: 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_em_ourProcess {
      padding-bottom: 60px; } }
  .new_em_ourProcess .wrapper {
    z-index: 2;
    position: relative;
    padding: 28px 0 0;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourProcess .wrapper {
        padding: 1.944vw 0 0;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourProcess .wrapper {
        padding: 57px 0 0;
        padding-left: 0; } }
    .new_em_ourProcess .wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      z-index: 2;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourProcess .wrapper:before {
          width: 0.139vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess .wrapper:before {
          left: 0; } }
  .new_em_ourProcess .left-to-right-line {
    position: relative;
    width: calc(50% - 44px);
    left: 44px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    height: 17px;
    border-bottom-left-radius: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourProcess .left-to-right-line {
        width: calc(50% - 3.056vw);
        left: 3.056vw;
        border-width: 0.139vw;
        height: 1.181vw;
        border-bottom-left-radius: 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourProcess .left-to-right-line {
        width: auto;
        left: 0;
        border-bottom: 0;
        border-left: 0;
        height: auto;
        border-bottom-left-radius: 0; } }
    .new_em_ourProcess .left-to-right-line .svg-vertical {
      display: block;
      position: absolute;
      background: #0d1116;
      right: -10px;
      top: 15px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourProcess .left-to-right-line .svg-vertical {
          right: -0.694vw;
          top: 1.042vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess .left-to-right-line .svg-vertical {
          right: auto;
          top: 0; } }
      .new_em_ourProcess .left-to-right-line .svg-vertical svg {
        width: 26px;
        height: 46px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess .left-to-right-line .svg-vertical svg {
            width: 1.806vw;
            height: 3.194vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess .left-to-right-line .svg-vertical svg {
            width: 31px;
            height: 23px; } }
        .new_em_ourProcess .left-to-right-line .svg-vertical svg.desk {
          display: block; }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess .left-to-right-line .svg-vertical svg.desk {
              display: none; } }
        .new_em_ourProcess .left-to-right-line .svg-vertical svg.mb {
          display: none; }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess .left-to-right-line .svg-vertical svg.mb {
              display: block; } }
      .new_em_ourProcess .left-to-right-line .svg-vertical:before {
        content: '';
        position: absolute;
        background-color: #fff;
        border-radius: 100%;
        right: 0;
        opacity: 0.8;
        border: 2px solid #FFFFFF;
        filter: blur(10px);
        bottom: 0;
        width: 16px;
        height: 16px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess .left-to-right-line .svg-vertical:before {
            width: 1.111vw;
            height: 1.111vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess .left-to-right-line .svg-vertical:before {
            right: -2px;
            bottom: -2px; } }
  .new_em_ourProcess--title {
    text-align: center;
    padding: 104px 0 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourProcess--title {
        padding: 7.222vw 0 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourProcess--title {
        padding: 3px 0 30px; } }
    .new_em_ourProcess--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourProcess--title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess--title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_em_ourProcess--title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_em_ourProcess--block {
    counter-reset: process; }
    .new_em_ourProcess--block .imgBox {
      position: relative;
      width: 50%;
      padding-top: 56px;
      padding-bottom: 56px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourProcess--block .imgBox {
          padding-top: 3.889vw;
          padding-bottom: 3.889vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess--block .imgBox {
          width: 100%;
          padding-left: 40px;
          padding-bottom: 75px;
          padding-top: 0; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess--block .imgBox:before {
          content: '';
          background-color: #ffffff;
          position: absolute;
          z-index: 2;
          left: 0;
          bottom: 0;
          width: 2px;
          top: 0; } }
      .new_em_ourProcess--block .imgBox figure {
        position: relative;
        margin: 0;
        border: 1px solid #fff;
        padding: 4px;
        border-radius: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess--block .imgBox figure {
            padding: 0.278vw;
            border-radius: 0.694vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block .imgBox figure {
            border: 0;
            padding: 0; } }
        .new_em_ourProcess--block .imgBox figure:before {
          content: '';
          position: absolute;
          background: #939AFF;
          opacity: 0.2;
          filter: blur(55px);
          border-radius: 100%;
          left: -9%;
          top: -15%;
          width: 118%;
          height: 136%; }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block .imgBox figure:before {
              left: -29%;
              top: -1%;
              width: 156%;
              height: 101%; } }
        .new_em_ourProcess--block .imgBox figure .aspectRation {
          position: relative;
          padding-bottom: 75.5%;
          overflow: hidden;
          border-radius: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block .imgBox figure .aspectRation {
              border-radius: 0.556vw; } }
          .new_em_ourProcess--block .imgBox figure .aspectRation img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
    .new_em_ourProcess--block-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .new_em_ourProcess--block-wrap .textBlock {
        position: relative;
        width: 50%; }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap .textBlock {
            position: relative;
            width: 100%;
            padding-left: 42px;
            padding-bottom: 30px; }
            .new_em_ourProcess--block-wrap .textBlock:before {
              content: '';
              background-color: #ffffff;
              position: absolute;
              z-index: 2;
              left: 0;
              bottom: 0;
              width: 2px;
              top: 28px; } }
        .new_em_ourProcess--block-wrap .textBlock .counter-box {
          position: relative;
          width: 100%;
          border-bottom: solid #ffffff;
          border-width: 2px;
          height: 17px;
          margin-top: 92px;
          margin-bottom: 47px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block-wrap .textBlock .counter-box {
              border-width: 0.139vw;
              height: 1.181vw;
              margin-top: 6.389vw;
              margin-bottom: 3.264vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block-wrap .textBlock .counter-box {
              border-bottom: 0;
              margin-top: 13px;
              border-left: 2px solid #fff;
              border-top: 2px solid #ffffff;
              border-top-left-radius: 20px;
              left: -42px;
              max-width: 90px;
              margin-bottom: 33px; } }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block-wrap .textBlock .counter-box:before {
              content: '';
              height: 17px;
              border-bottom: 2px solid #fff;
              border-left: 2px solid #fff;
              border-bottom-left-radius: 20px;
              width: 100%;
              position: absolute;
              top: -17px;
              left: -2px;
              background-color: #0d1116; } }
          .new_em_ourProcess--block-wrap .textBlock .counter-box .counter-process {
            position: absolute;
            background-color: #939AFF;
            border-radius: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            width: 50px;
            height: 50px;
            top: -9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_ourProcess--block-wrap .textBlock .counter-box .counter-process {
                width: 3.472vw;
                height: 3.472vw;
                top: -0.625vw; } }
            @media only screen and (max-width: 767px) {
              .new_em_ourProcess--block-wrap .textBlock .counter-box .counter-process {
                top: -24px;
                right: 0; } }
            .new_em_ourProcess--block-wrap .textBlock .counter-box .counter-process:before {
              position: relative;
              display: block;
              counter-increment: process;
              content: counter(process);
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 500;
              color: #fff;
              font-size: 30px;
              line-height: 36px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new_em_ourProcess--block-wrap .textBlock .counter-box .counter-process:before {
                  font-size: 2.083vw;
                  line-height: 2.500vw; } }
        .new_em_ourProcess--block-wrap .textBlock .textBox {
          max-width: 530px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block-wrap .textBlock .textBox {
              max-width: 36.806vw; } }
          .new_em_ourProcess--block-wrap .textBlock .textBox h3 {
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 800;
            color: #ffffff;
            margin: 0;
            letter-spacing: 0;
            text-transform: capitalize;
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 22px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_ourProcess--block-wrap .textBlock .textBox h3 {
                font-size: 2.222vw;
                line-height: 2.500vw;
                margin-bottom: 1.528vw; } }
            @media only screen and (max-width: 767px) {
              .new_em_ourProcess--block-wrap .textBlock .textBox h3 {
                font-size: 24px;
                line-height: 28px; } }
          .new_em_ourProcess--block-wrap .textBlock .textBox h4 {
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 600;
            color: #ffffff;
            margin: 0;
            letter-spacing: 0;
            font-size: 24px;
            line-height: 23px;
            margin-bottom: 12px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_ourProcess--block-wrap .textBlock .textBox h4 {
                font-size: 1.667vw;
                line-height: 1.597vw;
                margin-bottom: 0.833vw; } }
            @media only screen and (max-width: 767px) {
              .new_em_ourProcess--block-wrap .textBlock .textBox h4 {
                font-size: 20px;
                line-height: 19px; } }
          .new_em_ourProcess--block-wrap .textBlock .textBox .dis p {
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 400;
            color: #8B949E;
            letter-spacing: 0;
            font-size: 22px;
            line-height: 30px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_ourProcess--block-wrap .textBlock .textBox .dis p {
                font-size: 1.528vw;
                line-height: 2.083vw; } }
            @media only screen and (max-width: 767px) {
              .new_em_ourProcess--block-wrap .textBlock .textBox .dis p {
                font-size: 18px;
                line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess--block-wrap:first-child .textBlock:before {
          top: 42px; } }
      .new_em_ourProcess--block-wrap:first-child .textBlock .counter-box {
        margin-top: 36px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess--block-wrap:first-child .textBlock .counter-box {
            margin-top: 2.500vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap:first-child .textBlock .counter-box {
            margin-top: 25px; } }
        .new_em_ourProcess--block-wrap:first-child .textBlock .counter-box:before {
          display: none; }
      .new_em_ourProcess--block-wrap:first-child .imgBox {
        padding-top: 0; }
      .new_em_ourProcess--block-wrap:nth-child(even) .textBlock {
        order: 2; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess--block-wrap:nth-child(even) .textBlock {
            border-width: 0.139vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap:nth-child(even) .textBlock {
            order: 1;
            border-left: 0; } }
        .new_em_ourProcess--block-wrap:nth-child(even) .textBlock:before {
          content: '';
          background-color: #ffffff;
          position: absolute;
          z-index: 2;
          left: 0;
          bottom: 0;
          width: 2px;
          top: 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock:before {
              width: 0.139vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock:before {
              left: 0;
              top: 28px; } }
        .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .counter-box {
          border-left: 2px solid #ffffff;
          border-bottom-left-radius: 20px;
          width: 169px;
          left: 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .counter-box {
              border-width: 0.139vw;
              width: 11.736vw;
              border-bottom-left-radius: 1.389vw; } }
          @media only screen and (max-width: 991px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .counter-box {
              width: 92px; } }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .counter-box {
              width: unset;
              border-bottom-left-radius: unset;
              left: -42px; } }
          .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .counter-box .counter-process {
            right: 0; }
        .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .textBox {
          margin-left: 119px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .textBox {
              margin-left: 8.264vw; } }
          @media only screen and (max-width: 991px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .textBox {
              margin-left: 40px; } }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block-wrap:nth-child(even) .textBlock .textBox {
              margin-left: 0; } }
      .new_em_ourProcess--block-wrap:nth-child(even) .imgBox {
        order: 1;
        padding-right: 114px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess--block-wrap:nth-child(even) .imgBox {
            padding-right: 7.917vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap:nth-child(even) .imgBox {
            order: 2; } }
        @media only screen and (max-width: 991px) {
          .new_em_ourProcess--block-wrap:nth-child(even) .imgBox {
            padding-right: 40px; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap:nth-child(even) .imgBox {
            padding-right: 0; } }
      .new_em_ourProcess--block-wrap:nth-child(odd) .textBlock .counter-box {
        border-right: 2px solid #ffffff;
        border-bottom-right-radius: 20px;
        right: -2px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess--block-wrap:nth-child(odd) .textBlock .counter-box {
            right: -0.139vw;
            border-width: 0.139vw;
            border-bottom-right-radius: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap:nth-child(odd) .textBlock .counter-box {
            border-right: unset;
            border-bottom-right-radius: unset;
            right: 0; } }
      @media only screen and (max-width: 991px) {
        .new_em_ourProcess--block-wrap:nth-child(odd) .textBlock .textBox {
          padding-right: 40px; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess--block-wrap:nth-child(odd) .textBlock .textBox {
          padding-right: 0; } }
      .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox {
        padding-left: 114px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox {
            border-width: 0.139vw;
            padding-left: 7.917vw; } }
        @media only screen and (max-width: 991px) {
          .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox {
            padding-left: 40px; } }
        @media only screen and (max-width: 767px) {
          .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox {
            padding-left: 40px; } }
        .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox:before {
          content: '';
          background-color: #ffffff;
          position: absolute;
          z-index: 2;
          left: 0;
          bottom: 0;
          width: 2px;
          top: 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox:before {
              width: 0.139vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_ourProcess--block-wrap:nth-child(odd) .imgBox:before {
              left: 0; } }
  .new_em_ourProcess .bottom-svg {
    position: relative;
    border-radius: 100%;
    margin: auto;
    right: -1px;
    border: 2px solid #fff;
    height: 16px;
    width: 16px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourProcess .bottom-svg {
        border: 0.139vw solid #fff;
        height: 1.111vw;
        width: 1.111vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourProcess .bottom-svg {
        display: none; } }
    .new_em_ourProcess .bottom-svg:before {
      content: '';
      position: absolute;
      background-color: #fff;
      border-radius: 100%;
      right: 0;
      opacity: 0.8;
      filter: blur(10px);
      bottom: 0;
      border: 2px solid #FFFFFF;
      width: 16px;
      height: 16px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourProcess .bottom-svg:before {
          border: 0.139vw solid #fff;
          height: 1.111vw;
          width: 1.111vw; } }
  .new_em_ourProcess .btn-box {
    text-align: center;
    margin-top: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_ourProcess .btn-box {
        margin-top: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_ourProcess .btn-box {
        margin-top: 0;
        position: relative;
        padding-left: 42px; }
        .new_em_ourProcess .btn-box:before {
          content: '';
          position: absolute;
          background-color: #fff;
          width: 2px;
          height: 25%;
          left: 0; } }
    .new_em_ourProcess .btn-box .mb-svg {
      display: none;
      position: absolute;
      left: 0;
      top: calc(50% - 6px);
      transform: translateY(-50%);
      width: 31px;
      height: 23px; }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess .btn-box .mb-svg {
          display: block; } }
      .new_em_ourProcess .btn-box .mb-svg:before {
        content: '';
        position: absolute;
        background-color: #fff;
        border-radius: 100%;
        right: 0;
        opacity: 0.8;
        border: 2px solid #FFFFFF;
        filter: blur(10px);
        bottom: 0;
        width: 16px;
        height: 16px; }
      .new_em_ourProcess .btn-box .mb-svg svg {
        display: block;
        width: 100%;
        height: 100%; }
    .new_em_ourProcess .btn-box .btn-purpal {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_ourProcess .btn-box .btn-purpal {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_ourProcess .btn-box .btn-purpal {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          padding-left: 32px; } }
      .new_em_ourProcess .btn-box .btn-purpal svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_ourProcess .btn-box .btn-purpal svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_em_ourProcess .btn-box .btn-purpal svg path {
          fill: #fff; }
        .new_em_ourProcess .btn-box .btn-purpal svg rect {
          width: 0;
          fill: #fff; }
      .new_em_ourProcess .btn-box .btn-purpal:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_em_ourProcess .btn-box .btn-purpal:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_ourProcess .btn-box .btn-purpal:hover svg rect {
              width: 0.625vw; } }

/* Our Process Section End Here */
/* Why Us Section Start Here */
.new_em_whyUs {
  background-color: #161B22;
  padding-top: 60px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_em_whyUs {
      padding-top: 4.167vw; } }
  @media only screen and (max-width: 767px) {
    .new_em_whyUs {
      padding-top: 60px; } }
  .new_em_whyUs .wrapper {
    position: relative;
    padding-bottom: 75px;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_whyUs .wrapper {
        padding-bottom: 5.208vw;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_whyUs .wrapper {
        padding-left: 40px;
        padding-bottom: 0px; } }
    .new_em_whyUs .wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs .wrapper:before {
          width: 0.139vw;
          top: 2.778vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_whyUs .wrapper:before {
          top: 30px;
          left: 0; } }
    .new_em_whyUs .wrapper .title {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs .wrapper .title {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_whyUs .wrapper .title {
          margin-bottom: 30px; } }
      .new_em_whyUs .wrapper .title .svg-half {
        position: absolute;
        background: #161B22;
        z-index: 99;
        left: -66px;
        top: 16px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_whyUs .wrapper .title .svg-half {
            left: -4.583vw;
            top: 1.111vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_whyUs .wrapper .title .svg-half {
            top: 11px;
            left: -40px; } }
        .new_em_whyUs .wrapper .title .svg-half:before {
          content: '';
          position: absolute;
          background-color: #fff;
          border-radius: 100%;
          right: 0;
          opacity: 0.8;
          border: 2px solid #FFFFFF;
          filter: blur(10px);
          width: 16px;
          height: 16px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_whyUs .wrapper .title .svg-half:before {
              width: 1.111vw;
              height: 1.111vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_whyUs .wrapper .title .svg-half:before {
              width: 12px;
              height: 12px; } }
        .new_em_whyUs .wrapper .title .svg-half svg {
          display: block;
          width: 45px;
          height: 25px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_whyUs .wrapper .title .svg-half svg {
              width: 3.125vw;
              height: 1.736vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_whyUs .wrapper .title .svg-half svg {
              width: 31px;
              height: 23px; } }
          .new_em_whyUs .wrapper .title .svg-half svg.desk {
            display: block; }
            @media only screen and (max-width: 767px) {
              .new_em_whyUs .wrapper .title .svg-half svg.desk {
                display: none; } }
          .new_em_whyUs .wrapper .title .svg-half svg.mb {
            display: none; }
            @media only screen and (max-width: 767px) {
              .new_em_whyUs .wrapper .title .svg-half svg.mb {
                display: block; } }
      .new_em_whyUs .wrapper .title h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        text-align: center;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_whyUs .wrapper .title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_whyUs .wrapper .title h2 {
            font-size: 28px;
            line-height: 32px; } }
  .new_em_whyUs--boxes .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_whyUs--boxes .row {
        margin: 0 -0.694vw; } }
    .new_em_whyUs--boxes .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs--boxes .row [class*='col-'] {
          padding: 0 0.694vw; } }
      @media screen and (min-width: 992px) {
        .new_em_whyUs--boxes .row [class*='col-'] {
          -ms-flex: 0 0 27.4%;
          flex: 0 0 27.4%;
          max-width: 27.4%; } }
  @media only screen and (max-width: 991px) {
    .new_em_whyUs--items {
      margin-bottom: 40px; } }
  .new_em_whyUs--icon {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_whyUs--icon {
        margin-bottom: 1.389vw; } }
    .new_em_whyUs--icon-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: auto;
      background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
      border-radius: 100%;
      width: 144px;
      height: 144px;
      padding: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs--icon-box {
          width: 10vw;
          height: 10vw;
          padding: 2.361vw; } }
      .new_em_whyUs--icon-box img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
  .new_em_whyUs--content {
    text-align: center; }
    .new_em_whyUs--content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs--content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_whyUs--content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new_em_whyUs--content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs--content p {
          font-size: 1.111vw;
          line-height: 1.528vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_whyUs--content p {
          font-size: 18px;
          line-height: 24px; } }
    .new_em_whyUs--content .btn-green {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: #7EE787;
      color: #0D1116;
      transition: 0.4s all;
      padding: 16px 24px 17px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_whyUs--content .btn-green {
          padding: 1.111vw 1.667vw 1.181vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .new_em_whyUs--content .btn-green svg {
        margin-left: 6px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_whyUs--content .btn-green svg {
            margin-left: 0.417vw; } }
        .new_em_whyUs--content .btn-green svg path {
          fill: #0D1116; }
        .new_em_whyUs--content .btn-green svg rect {
          width: 0;
          fill: #0D1116; }
      .new_em_whyUs--content .btn-green:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #7EE787;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_em_whyUs--content .btn-green:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_em_whyUs--content .btn-green:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_whyUs--content .btn-green:hover svg rect {
                width: 0.625vw; } }

/* Why Us Section End Here */
/* Email Services Section Start Here */
.new_em_emailService {
  background-color: #161B22; }
  .new_em_emailService .wrapper {
    position: relative;
    padding: 75px 0;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_emailService .wrapper {
        padding: 5.208vw 0;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_emailService .wrapper {
        padding: 30px 0;
        padding-left: 40px; } }
    .new_em_emailService .wrapper:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_emailService .wrapper:before {
          width: 0.139vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_emailService .wrapper:before {
          left: 0; } }
  .new_em_emailService--boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -15px; }
  .new_em_emailService--content {
    width: 44%;
    padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .new_em_emailService--content {
        width: 100%;
        margin-bottom: 20px; } }
    .new_em_emailService--content .title {
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_emailService--content .title {
          margin-bottom: 1.389vw; } }
      .new_em_emailService--content .title .svg-full {
        top: -2px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_emailService--content .title .svg-full {
            top: -0.139vw; } }
        .new_em_emailService--content .title .svg-full svg {
          background-color: #161B22; }
      .new_em_emailService--content .title h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_emailService--content .title h3 {
            font-size: 1.667vw;
            line-height: 2.222vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_emailService--content .title h3 {
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 10px; } }
      .new_em_emailService--content .title h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_emailService--content .title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_emailService--content .title h2 {
            font-size: 28px;
            line-height: 32px; } }
        .new_em_emailService--content .title h2 span {
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
    .new_em_emailService--content .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      display: block;
      margin: 0;
      letter-spacing: 0;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_emailService--content .dis p {
          font-size: 1.528vw;
          line-height: 2.083vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_emailService--content .dis p {
          font-size: 18px;
          line-height: 24px; } }
    .new_em_emailService--content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_emailService--content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_em_emailService--content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_em_emailService--content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_emailService--content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_em_emailService--content .btn-white svg path {
          fill: #0D1116; }
        .new_em_emailService--content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_em_emailService--content .btn-white:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .new_em_emailService--content .btn-white:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_emailService--content .btn-white:hover svg rect {
              width: 0.625vw; } }
  .new_em_emailService--imgBlock {
    position: relative;
    width: 46%;
    padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .new_em_emailService--imgBlock {
        width: 100%; } }
    .new_em_emailService--imgBlock:before {
      content: '';
      position: absolute;
      background: #939AFF;
      opacity: 0.2;
      filter: blur(55px);
      border-radius: 100%;
      left: -7%;
      top: 0%;
      width: 112%;
      height: 99%; }
      @media only screen and (max-width: 767px) {
        .new_em_emailService--imgBlock:before {
          display: none;
          left: -29%;
          top: -1%;
          width: 156%;
          height: 101%; } }
    .new_em_emailService--imgBlock figure {
      position: relative;
      background-color: transparent;
      padding-bottom: 90.5%;
      overflow: hidden;
      margin: 0;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_emailService--imgBlock figure {
          border-radius: 0.556vw; } }
      .new_em_emailService--imgBlock figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }

/* Email Services Section End Here */
/* Email Marketig FAQ Section Start Here */
.new_em_FAQ {
  background-color: #161B22; }
  .new_em_FAQ .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_FAQ .innerWrapper {
        max-width: 59.722vw; } }
  .new_em_FAQ .wrapper {
    position: relative;
    padding: 75px 0 90px;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_em_FAQ .wrapper {
        padding: 5.208vw 0 6.250vw;
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 767px) {
      .new_em_FAQ .wrapper {
        padding: 30px 0 135px;
        padding-left: 40px; } }
    .new_em_FAQ .wrapper:before {
      content: '';
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      position: absolute;
      left: 44px;
      bottom: 0;
      width: 2px;
      top: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_FAQ .wrapper:before {
          width: 0.139vw;
          left: 3.056vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_FAQ .wrapper:before {
          left: 0; } }
    .new_em_FAQ .wrapper .title {
      position: relative;
      width: 100%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_FAQ .wrapper .title {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_FAQ .wrapper .title {
          margin-bottom: 30px; } }
      .new_em_FAQ .wrapper .title .svg-full {
        background: #161B22; }
      .new_em_FAQ .wrapper .title h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        text-align: center;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_FAQ .wrapper .title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_FAQ .wrapper .title h2 {
            text-align: left;
            font-size: 28px;
            line-height: 32px; } }
  .new_em_FAQ .faqWrapper .accordion .card {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #45494e; }
    .new_em_FAQ .faqWrapper .accordion .card .card-header {
      padding: 0;
      border-radius: 0;
      margin: 0;
      border: 0; }
      .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn {
        width: 100%;
        background-color: transparent;
        font-family: 'Mona-Sans', sans-serif;
        color: #ffffff;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 20px;
        line-height: 28px;
        padding: 30px 0; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn {
            font-size: 1.389vw;
            line-height: 1.944vw;
            padding: 2.083vw 0; } }
        .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn svg {
          width: 15px;
          min-width: 15px;
          height: 15px;
          margin-right: 40px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn svg {
              width: 1.042vw;
              min-width: 1.042vw;
              height: 1.042vw;
              margin-right: 2.778vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn svg {
              margin-right: 20px; } }
          .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn svg.plus {
            display: none; }
          .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn svg.minus {
            display: block; }
        .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn:focus {
          outline: none; }
        .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn.collapsed svg.plus {
          display: block; }
        .new_em_FAQ .faqWrapper .accordion .card .card-header .accordionBtn.collapsed svg.minus {
          display: none; }
    .new_em_FAQ .faqWrapper .accordion .card .card-body {
      padding: 0 0 30px 55px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_FAQ .faqWrapper .accordion .card .card-body {
          padding: 0 0 2.083vw 3.819vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_FAQ .faqWrapper .accordion .card .card-body {
          padding: 0 0 30px 35px; } }
      .new_em_FAQ .faqWrapper .accordion .card .card-body p,
      .new_em_FAQ .faqWrapper .accordion .card .card-body li {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_FAQ .faqWrapper .accordion .card .card-body p,
          .new_em_FAQ .faqWrapper .accordion .card .card-body li {
            font-size: 1.111vw;
            line-height: 1.528vw;
            margin-bottom: 0.694vw; } }
        .new_em_FAQ .faqWrapper .accordion .card .card-body p a,
        .new_em_FAQ .faqWrapper .accordion .card .card-body li a {
          display: inline-block;
          color: #7EE787;
          text-decoration: underline; }
      .new_em_FAQ .faqWrapper .accordion .card .card-body ul {
        margin-left: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_FAQ .faqWrapper .accordion .card .card-body ul {
            margin-left: 1.389vw; } }
        .new_em_FAQ .faqWrapper .accordion .card .card-body ul li {
          list-style: disc; }

/* Email Marketig FAQ Section End Here */
/************************************************** New Email Marketing Services Page End Here **********************************************************/
/************************************************** Request Quote Page Start Here **********************************************************/
/* Request Quote banner Section Start Here */
.new_em_quote_banner {
  padding: 80px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_em_quote_banner {
      padding: 5.556vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_em_quote_banner {
      padding: 40px 0 60px; } }
  .new_em_quote_banner .row {
    margin: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_em_quote_banner--content {
    width: 48%;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .new_em_quote_banner--content {
        width: 100%;
        margin-bottom: 60px; } }
    .new_em_quote_banner--content .title {
      margin-bottom: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_quote_banner--content .title {
          margin-bottom: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_quote_banner--content .title {
          margin-bottom: 20px; } }
      .new_em_quote_banner--content .title h1 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_quote_banner--content .title h1 {
            font-size: 3.333vw;
            line-height: 3.611vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_quote_banner--content .title h1 {
            font-size: 28px;
            line-height: 36px;
            margin-bottom: 10px; } }
      .new_em_quote_banner--content .title h4 {
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 28px;
        line-height: 36px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_quote_banner--content .title h4 {
            font-size: 1.944vw;
            line-height: 2.500vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_quote_banner--content .title h4 {
            font-size: 20px;
            line-height: 28px; } }
    .new_em_quote_banner--content .videoWrap {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_quote_banner--content .videoWrap {
          margin-bottom: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_quote_banner--content .videoWrap {
          margin-bottom: 30px; } }
      .new_em_quote_banner--content .videoWrap iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .new_em_quote_banner--content .dis p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_quote_banner--content .dis p {
          font-size: 1.667vw;
          line-height: 2.500vw; } }
      @media only screen and (max-width: 767px) {
        .new_em_quote_banner--content .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .new_em_quote_banner--form {
    width: 40.8%; }
    @media only screen and (max-width: 991px) {
      .new_em_quote_banner--form {
        width: 100%; } }
    .new_em_quote_banner--form-bg {
      background-color: #161B22;
      box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
      overflow: hidden;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_em_quote_banner--form-bg {
          border-radius: 0.556vw; } }
      .new_em_quote_banner--form-bg .title {
        text-align: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), #161B22;
        padding: 20px 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_quote_banner--form-bg .title {
            padding: 1.389vw 0.556vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_quote_banner--form-bg .title {
            padding: 22px 8px; } }
        .new_em_quote_banner--form-bg .title h2 {
          font-family: 'Mona-Sans';
          font-weight: 800;
          color: #7EE787;
          margin: 0;
          letter-spacing: 0;
          font-size: 32px;
          line-height: 36px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_quote_banner--form-bg .title h2 {
              font-size: 2.222vw;
              line-height: 2.500vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_quote_banner--form-bg .title h2 {
              font-size: 28px;
              line-height: 32px; } }
      .new_em_quote_banner--form-bg .form-body {
        padding: 30px;
        border-bottom: 1px solid #8B949E; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_quote_banner--form-bg .form-body {
            padding: 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_quote_banner--form-bg .form-body {
            padding: 30px 20px; } }
        .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields {
          grid-column-gap: 0;
          grid-row-gap: 17px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields {
              grid-row-gap: 1.181vw; } }
          .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container input.large,
          .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container select.large,
          .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large {
            font-family: 'Mona-Sans';
            font-weight: 400;
            color: #0D1116;
            margin: 0;
            letter-spacing: 0;
            height: 48px;
            border-radius: 4px;
            font-size: 18px;
            line-height: 26px;
            padding: 10px 16px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container input.large,
              .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container select.large,
              .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large {
                height: 3.333vw;
                border-radius: 0.278vw;
                font-size: 1.250vw;
                line-height: 1.806vw;
                padding: 0.694vw 1.111vw; } }
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container input.large::-webkit-input-placeholder,
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container select.large::-webkit-input-placeholder,
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large::-webkit-input-placeholder {
              opacity: 1;
              color: #000000; }
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container input.large:-ms-input-placeholder,
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container select.large:-ms-input-placeholder,
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large:-ms-input-placeholder {
              opacity: 1;
              color: #000000; }
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container input.large::placeholder,
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container select.large::placeholder,
            .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large::placeholder {
              opacity: 1;
              color: #000000; }
          .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large {
            height: 118px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_quote_banner--form-bg .form-body .gform_body .gform_fields .gfield .ginput_container textarea.large {
                height: 8.194vw; } }
        .new_em_quote_banner--form-bg .form-body .gform_footer {
          margin: 0 !important;
          padding: 0 !important;
          margin-top: 17px !important; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_quote_banner--form-bg .form-body .gform_footer {
              margin-top: 1.181vw !important; } }
          .new_em_quote_banner--form-bg .form-body .gform_footer .gform_button {
            width: 100%;
            font-family: 'Mona-Sans';
            font-weight: 700;
            color: #161B22;
            background-color: #7EE787;
            margin: 0;
            letter-spacing: 0;
            border-radius: 4px;
            font-size: 18px;
            line-height: 26px;
            padding: 11px 15px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_em_quote_banner--form-bg .form-body .gform_footer .gform_button {
                height: 3.333vw;
                border-radius: 0.278vw;
                font-size: 1.250vw;
                line-height: 1.806vw;
                padding: 0.764vw 1.042vw; } }
            .new_em_quote_banner--form-bg .form-body .gform_footer .gform_button:hover {
              background-color: #7EE787;
              color: #161B22; }
        .new_em_quote_banner--form-bg .form-body .gform_confirmation_wrapper .gform_confirmation_message {
          text-align: center;
          font-family: 'Mona-Sans';
          font-weight: 500;
          color: #fff;
          letter-spacing: 0;
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent;
          font-size: 22px;
          line-height: 26px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_quote_banner--form-bg .form-body .gform_confirmation_wrapper .gform_confirmation_message {
              font-size: 1.528vw;
              line-height: 1.806vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_quote_banner--form-bg .form-body .gform_confirmation_wrapper .gform_confirmation_message {
              font-size: 18px;
              line-height: 24px; } }
      .new_em_quote_banner--form-bg .form-footer {
        padding: 30px 30px 32px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_em_quote_banner--form-bg .form-footer {
            padding: 2.083vw 2.083vw 2.222vw; } }
        @media only screen and (max-width: 767px) {
          .new_em_quote_banner--form-bg .form-footer {
            padding: 30px 20px 32px; } }
        .new_em_quote_banner--form-bg .form-footer .how_it_work_box h3 {
          text-align: center;
          font-family: 'Mona-Sans';
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          text-transform: capitalize;
          letter-spacing: 0;
          font-size: 28px;
          line-height: 36px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_quote_banner--form-bg .form-footer .how_it_work_box h3 {
              font-size: 1.944vw;
              line-height: 2.500vw;
              margin-bottom: 1.389vw; } }
          @media only screen and (max-width: 767px) {
            .new_em_quote_banner--form-bg .form-footer .how_it_work_box h3 {
              font-size: 20px;
              line-height: 28px; } }
        .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          width: 100%;
          margin: auto;
          max-width: 362px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process {
              max-width: 25.139vw; } }
          .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process .items {
            width: 100%;
            max-width: 99px;
            text-align: center; }
            .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process .items .count span {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              margin: auto;
              background-color: #7EE787;
              border-radius: 100%;
              font-family: 'Mona-Sans';
              font-weight: 700;
              color: #161B22;
              font-size: 24px;
              line-height: 40px;
              width: 56px;
              height: 56px;
              margin-bottom: 3px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process .items .count span {
                  font-size: 1.667vw;
                  line-height: 2.778vw;
                  width: 3.889vw;
                  height: 3.889vw;
                  margin-bottom: 0.208vw; } }
            .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process .items p {
              text-align: center;
              font-family: 'Mona-Sans';
              font-weight: 500;
              color: #ffffff;
              margin: 0;
              letter-spacing: 0;
              font-size: 16px;
              line-height: 21px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new_em_quote_banner--form-bg .form-footer .how_it_work_box .how_it_work_process .items p {
                  font-size: 1.111vw;
                  line-height: 1.458vw; } }

/* Request Quote banner Section End Here */
/* Request Quote Brand Logo Section Start Here */
.new_rq_brandLogo {
  background-color: #161B22;
  padding: 42px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_rq_brandLogo {
      padding: 2.917vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_rq_brandLogo {
      padding: 64px 0 8px; } }
  .new_rq_brandLogo--wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin: auto;
    max-width: 1167px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_rq_brandLogo--wrapper {
        max-width: 81.042vw; } }
    @media only screen and (max-width: 767px) {
      .new_rq_brandLogo--wrapper {
        flex-direction: column; } }
    .new_rq_brandLogo--wrapper .items {
      width: 100%;
      max-width: 269px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_rq_brandLogo--wrapper .items {
          max-width: 18.681vw; } }
      @media only screen and (max-width: 767px) {
        .new_rq_brandLogo--wrapper .items {
          margin: auto;
          text-align: center;
          margin-bottom: 56px; } }
      .new_rq_brandLogo--wrapper .items img {
        max-width: 269px;
        height: auto; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_rq_brandLogo--wrapper .items img {
            max-width: 18.681vw; } }
        @media only screen and (max-width: 767px) {
          .new_rq_brandLogo--wrapper .items img {
            margin: auto; } }

/* Request Quote Brand Logo Section End Here */
/* Request Quote Clutch Section Start Here */
.new_rq_clutch_box {
  padding: 150px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_rq_clutch_box {
      padding: 10.417vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_rq_clutch_box {
      padding: 60px 0; } }
  .new_rq_clutch_box .row {
    margin: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_rq_clutch_box--imgBlock {
    width: 100%;
    max-width: 353px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_rq_clutch_box--imgBlock {
        max-width: 24.514vw; } }
    @media only screen and (max-width: 991px) {
      .new_rq_clutch_box--imgBlock {
        max-width: 353px;
        margin: auto;
        margin-bottom: 30px; } }
    .new_rq_clutch_box--imgBlock img {
      display: block;
      width: 100%; }
  .new_rq_clutch_box--content {
    width: 100%;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_rq_clutch_box--content {
        max-width: 59.722vw; } }
    .new_rq_clutch_box--content h2 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #fff;
      letter-spacing: 0;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_rq_clutch_box--content h2 {
          font-size: 2.500vw;
          line-height: 3.194vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_rq_clutch_box--content h2 {
          font-size: 24px;
          line-height: 32px; } }
      .new_rq_clutch_box--content h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_rq_clutch_box--content .dis p, .new_rq_clutch_box--content .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_rq_clutch_box--content .dis p, .new_rq_clutch_box--content .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
      .new_rq_clutch_box--content .dis p:last-of-type, .new_rq_clutch_box--content .dis li:last-of-type {
        margin-bottom: 0; }
    .new_rq_clutch_box--content li {
      list-style-type: disc;
      list-style-position: inside; }
    .new_rq_clutch_box--content ul {
      padding-left: 12px; }
      @media only screen and (max-width: 767px) {
        .new_rq_clutch_box--content ul {
          padding-left: 0.833vw; } }
    .new_rq_clutch_box--content p, .new_rq_clutch_box--content ul {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_rq_clutch_box--content p, .new_rq_clutch_box--content ul {
          margin-bottom: 1.389vw; } }

/* Request Quote Clutch Section End Here */
/* Request Quote Text Box Section Start Here */
.new-rq-newslatter .inner_wrapper h2 {
  max-width: 1080px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-rq-newslatter .inner_wrapper h2 {
      max-width: 75vw;
      margin-bottom: 2.083vw; } }
.new-rq-newslatter .inner_wrapper .btn-purpal {
  font-family: 'Mona-Sans', sans-serif;
  display: inline-block;
  background: #939AFF;
  color: #ffffff;
  letter-spacing: 0;
  padding: 15px 24px 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-rq-newslatter .inner_wrapper .btn-purpal {
      padding: 1.042vw 1.667vw 1.042vw 1.389vw;
      border-radius: 0.278vw;
      font-size: 1.250vw; } }
  .new-rq-newslatter .inner_wrapper .btn-purpal svg {
    margin-left: 6px;
    width: 10px;
    transition: .5s ease all; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-rq-newslatter .inner_wrapper .btn-purpal svg {
        width: 0.694vw;
        margin-left: 0.417vw; } }
    .new-rq-newslatter .inner_wrapper .btn-purpal svg path {
      fill: #fff; }
    .new-rq-newslatter .inner_wrapper .btn-purpal svg rect {
      width: 0;
      fill: #fff; }
  .new-rq-newslatter .inner_wrapper .btn-purpal:hover svg {
    margin-right: 0;
    transform: translate(5px);
    transition: .5s ease all; }
    .new-rq-newslatter .inner_wrapper .btn-purpal:hover svg rect {
      width: 9px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-rq-newslatter .inner_wrapper .btn-purpal:hover svg rect {
          width: 0.625vw; } }

/* Request Quote Text Box Section End Here */
/************************************************** Request Quote Page End Here **********************************************************/
/************************************************** Miami Page Start Here **********************************************************/
/* Banner Section Start Here */
.new_miami_banner {
  padding: 80px 0 106px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_banner {
      padding: 5.556vw 0 7.361vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_banner {
      padding: 60px 0 63px; } }
  .new_miami_banner .row {
    margin: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_miami_banner--content {
    width: 750px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_banner--content {
        width: 52.083vw; } }
    @media only screen and (max-width: 991px) {
      .new_miami_banner--content {
        width: 100%;
        margin-bottom: 30px; } }
    .new_miami_banner--content h1 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_banner--content h1 {
          font-size: 4.167vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_banner--content h1 {
          font-size: 48px;
          line-height: 46px; } }
      .new_miami_banner--content h1 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_miami_banner--content p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_banner--content p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_banner--content p {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 20px; } }
    .new_miami_banner--content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      transition: .5s ease all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_banner--content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_miami_banner--content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_miami_banner--content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_banner--content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_miami_banner--content .btn-white svg path {
          fill: #0D1116; }
        .new_miami_banner--content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_miami_banner--content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_miami_banner--content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_miami_banner--content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami_banner--content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .new_miami_banner--imgBlock {
    width: 360px;
    margin-right: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_banner--imgBlock {
        width: 25vw;
        margin-right: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new_miami_banner--imgBlock {
        width: 100%;
        margin-right: 0; } }
    .new_miami_banner--imgBlock .logoBox {
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .new_miami_banner--imgBlock .logoBox {
          max-width: 352px;
          margin: auto; } }
      .new_miami_banner--imgBlock .logoBox img {
        display: block;
        width: 100%; }

/* Banner Section End Here */
/* Accent Bar Section Start Here */
.new_miami_accentBar {
  background-color: #161B22; }
  @media only screen and (max-width: 991px) {
    .new_miami_accentBar {
      padding-top: 30px; } }
  .new_miami_accentBar .row {
    margin: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_miami_accentBar--content {
    width: 900px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_accentBar--content {
        width: 62.500vw; } }
    @media only screen and (max-width: 991px) {
      .new_miami_accentBar--content {
        width: 100%;
        margin-bottom: 20px; } }
    .new_miami_accentBar--content h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 30px;
      line-height: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_accentBar--content h2 {
          font-size: 2.083vw;
          line-height: 2.778vw; } }
      @media only screen and (max-width: 991px) {
        .new_miami_accentBar--content h2 {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .new_miami_accentBar--content h2 {
          font-size: 22px;
          line-height: 30px; } }
  .new_miami_accentBar--logo {
    width: 220px;
    margin: -66px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_accentBar--logo {
        width: 15.278vw;
        margin: -4.583vw 0; } }
    @media only screen and (max-width: 991px) {
      .new_miami_accentBar--logo {
        width: 352px;
        margin: 0 auto -148px; } }
    .new_miami_accentBar--logo img {
      display: block;
      width: 100%; }

/* Accent Bar Section End Here */
/* Buisness Section Start Here */
.new_miami_business {
  padding: 150px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_business {
      padding: 10.417vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_business {
      padding: 179px 0 10px; } }
  .new_miami_business .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_business .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_business .title {
        margin-bottom: 30px; } }
    .new_miami_business .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_business .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_business .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_miami_business .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_miami_business .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_business .row {
        margin: 0 -0.694vw; } }
    .new_miami_business .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_business .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_miami_business .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_business .innerWrapper {
        max-width: 75vw; } }
  @media only screen and (max-width: 991px) {
    .new_miami_business--portfolio {
      margin-bottom: 30px; } }
  .new_miami_business--portfolio-items {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_business--portfolio-items {
        border-radius: 0.556vw;
        margin-bottom: 1.389vw; } }
    .new_miami_business--portfolio-items__imgBox {
      position: relative;
      padding-bottom: 58%; }
      .new_miami_business--portfolio-items__imgBox img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
    .new_miami_business--portfolio-items__detail .siteName {
      background-color: #161B22;
      padding: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_business--portfolio-items__detail .siteName {
          padding: 0.694vw; } }
      .new_miami_business--portfolio-items__detail .siteName span {
        display: block;
        text-align: center;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 19px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_business--portfolio-items__detail .siteName span {
            font-size: 1.389vw;
            line-height: 1.319vw; } }
    .new_miami_business--portfolio-items__detail .siteDetail {
      background-color: #ffffff;
      padding: 9px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_business--portfolio-items__detail .siteDetail {
          padding: 0.625vw; } }
      .new_miami_business--portfolio-items__detail .siteDetail p {
        display: block;
        text-align: center;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 500;
        color: #161B22;
        margin: 0;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 23px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_business--portfolio-items__detail .siteDetail p {
            font-size: 1.667vw;
            line-height: 1.597vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami_business--portfolio-items__detail .siteDetail p {
            font-size: 20px;
            line-height: 19px; } }
  .new_miami_business--portfolio-counter {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -55px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_business--portfolio-counter {
        margin: 0 -3.819vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_business--portfolio-counter {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: unset;
        -moz-align-items: unset;
        -ms-align-items: unset;
        align-items: unset;
        margin: 0 -10px; } }
    .new_miami_business--portfolio-counter .items {
      position: relative;
      text-align: center;
      padding: 0 55px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_business--portfolio-counter .items {
          padding: 0 3.819vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_business--portfolio-counter .items {
          padding: 0 10px; } }
      .new_miami_business--portfolio-counter .items .count {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 500;
        color: #7EE787;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 14px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_business--portfolio-counter .items .count {
            font-size: 3.333vw;
            line-height: 4.167vw;
            margin-bottom: 0.972vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami_business--portfolio-counter .items .count {
            font-size: 28px;
            line-height: 36px;
            margin-bottom: 5px; } }
        .new_miami_business--portfolio-counter .items .count span {
          display: inline-block; }
      .new_miami_business--portfolio-counter .items h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 35px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_business--portfolio-counter .items h3 {
            font-size: 1.528vw;
            line-height: 4.167vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami_business--portfolio-counter .items h3 {
            font-size: 18px;
            line-height: 24px; } }
    .new_miami_business--portfolio-counter .line {
      width: 1px;
      height: 81px;
      position: relative;
      display: inline-block;
      border-left: 1px solid #FFFFFF; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_business--portfolio-counter .line {
          height: 5.625vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_business--portfolio-counter .line {
          height: unset; } }

/* Buisness Section End Here */
/* Review Section Start here */
.new_miami_review {
  padding: 75px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_review {
      padding: 5.208vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_review {
      padding: 30px 0 0; } }
  .new_miami_review .title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_review .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_review .title {
        margin-bottom: 30px; } }
    .new_miami_review .title h2 {
      text-align: center;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_review .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_review .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_miami_review .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_miami_review--wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_review--wrapper {
        margin: 0 -0.694vw; } }
    .new_miami_review--wrapper .items {
      width: 33.3333%;
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_review--wrapper .items {
          padding: 0 0.694vw; } }
      @media only screen and (max-width: 991px) {
        .new_miami_review--wrapper .items {
          width: 50%;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .new_miami_review--wrapper .items {
          width: 100%; } }
      .new_miami_review--wrapper .items .inner-wrapper {
        height: 100%;
        background: #161B22;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        flex-direction: column;
        -ms-flex-direction: column;
        padding: 40px;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_review--wrapper .items .inner-wrapper {
            padding: 2.778vw;
            border-radius: 0.556vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami_review--wrapper .items .inner-wrapper {
            padding: 34px; } }
        .new_miami_review--wrapper .items .inner-wrapper .quote-icon {
          width: 100%;
          max-width: 80px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_miami_review--wrapper .items .inner-wrapper .quote-icon {
              max-width: 5.556vw;
              margin-bottom: 1.389vw; } }
          .new_miami_review--wrapper .items .inner-wrapper .quote-icon img {
            width: 100%; }
        .new_miami_review--wrapper .items .inner-wrapper .review-text {
          margin-bottom: 40px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_miami_review--wrapper .items .inner-wrapper .review-text {
              margin-bottom: 2.778vw; } }
          @media only screen and (max-width: 767px) {
            .new_miami_review--wrapper .items .inner-wrapper .review-text {
              margin-bottom: 20px; } }
          .new_miami_review--wrapper .items .inner-wrapper .review-text p {
            font-family: 'Mona-Sans';
            font-weight: 500;
            color: #fff;
            margin: 0;
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami_review--wrapper .items .inner-wrapper .review-text p {
                font-size: 1.667vw;
                line-height: 2.222vw; } }
        .new_miami_review--wrapper .items .inner-wrapper .client-detail {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .new_miami_review--wrapper .items .inner-wrapper .client-detail .customer-img {
            overflow: hidden;
            border-radius: 100%;
            width: 40px;
            min-width: 40px;
            height: 40px;
            margin-right: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami_review--wrapper .items .inner-wrapper .client-detail .customer-img {
                width: 2.778vw;
                min-width: 2.778vw;
                height: 2.778vw;
                margin-right: 0.694vw; } }
            .new_miami_review--wrapper .items .inner-wrapper .client-detail .customer-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center; }
          .new_miami_review--wrapper .items .inner-wrapper .client-detail .site-name h4 {
            font-family: 'Mona-Sans';
            font-weight: 500;
            color: #fff;
            letter-spacing: 0;
            font-size: 20px;
            line-height: 19px;
            margin-bottom: 5px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami_review--wrapper .items .inner-wrapper .client-detail .site-name h4 {
                font-size: 1.389vw;
                line-height: 1.319vw;
                margin-bottom: 0.347vw; } }
            @media only screen and (max-width: 767px) {
              .new_miami_review--wrapper .items .inner-wrapper .client-detail .site-name h4 {
                font-size: 16px;
                line-height: 15px;
                margin-bottom: 6px; } }
          .new_miami_review--wrapper .items .inner-wrapper .client-detail .site-name p {
            font-family: 'Mona-Sans';
            font-weight: 500;
            color: #8B949E;
            letter-spacing: 0;
            font-size: 14px;
            line-height: 13px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami_review--wrapper .items .inner-wrapper .client-detail .site-name p {
                font-size: 0.972vw;
                line-height: 0.903vw; } }

/* Review Section End here */
/* Proposal Section Start Here */
.new_miami_proposal {
  background: #161B22;
  padding: 60px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_proposal {
      padding: 4.167vw 0; } }
  .new_miami_proposal .innerWrapper {
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_proposal .innerWrapper {
        max-width: 75vw; } }
    .new_miami_proposal .innerWrapper h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_proposal .innerWrapper h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_proposal .innerWrapper h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_miami_proposal .innerWrapper h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_miami_proposal .innerWrapper h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_proposal .innerWrapper h3 {
          font-size: 1.667vw;
          line-height: 2.222vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_proposal .innerWrapper h3 {
          font-size: 20px;
          line-height: 28px; } }
    .new_miami_proposal .innerWrapper p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_proposal .innerWrapper p {
          font-size: 1.667vw;
          line-height: 2.222vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_proposal .innerWrapper p {
          font-size: 20px;
          line-height: 28px; } }
    .new_miami_proposal .innerWrapper .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      transition: .5s ease all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_proposal .innerWrapper .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_miami_proposal .innerWrapper .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_miami_proposal .innerWrapper .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_proposal .innerWrapper .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_miami_proposal .innerWrapper .btn-white svg path {
          fill: #0D1116; }
        .new_miami_proposal .innerWrapper .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_miami_proposal .innerWrapper .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_miami_proposal .innerWrapper .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_miami_proposal .innerWrapper .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami_proposal .innerWrapper .btn-white:hover svg rect {
                width: 0.625vw; } }

/* Proposal Section End Here */
/* Services Section Start Here */
.new_miami_services {
  padding: 150px 0 110px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_services {
      padding: 10.417vw 0 7.639vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_services {
      padding: 60px 0 40px; } }
  .new_miami_services .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_services .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_services .title {
        margin-bottom: 30px; } }
    .new_miami_services .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_services .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_services .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_miami_services .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_miami_services .title p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_services .title p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_services .title p {
          font-size: 20px;
          line-height: 28px; } }
  .new_miami_services .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_services .row {
        margin: 0 -0.694vw; } }
    .new_miami_services .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_services .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_miami_services--wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_services--wrapper {
        margin-bottom: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_services--wrapper {
        margin-bottom: 20px; } }
    .new_miami_services--wrapper .check-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #161B22;
      border: 2px solid #0D1116;
      box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.25), inset 0px 2px 4px rgba(255, 255, 255, 0.15);
      border-radius: 100%;
      width: 30px;
      min-width: 30px;
      height: 30px;
      margin-right: 10px;
      margin-top: -3px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_services--wrapper .check-icon {
          width: 2.083vw;
          min-width: 2.083vw;
          height: 2.083vw;
          margin-right: 0.694vw;
          margin-top: -0.208vw; } }
      .new_miami_services--wrapper .check-icon svg {
        display: block;
        height: auto;
        width: 12px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_services--wrapper .check-icon svg {
            width: 0.833vw; } }
    .new_miami_services--wrapper .content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_services--wrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_services--wrapper .content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new_miami_services--wrapper .content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_services--wrapper .content p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }

/* Services Section eND Here */
/* Why Choose Rez Section Start Here */
.new_miami_whyChoose {
  background-color: #161B22;
  padding: 60px 0 20px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_whyChoose {
      padding: 4.167vw 0 1.389vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_whyChoose {
      padding: 60px 0 40px; } }
  .new_miami_whyChoose .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_whyChoose .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_whyChoose .title {
        margin-bottom: 30px; } }
    .new_miami_whyChoose .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_whyChoose .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_whyChoose .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_miami_whyChoose .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_miami_whyChoose .title p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_whyChoose .title p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_whyChoose .title p {
          font-size: 20px;
          line-height: 28px; } }
  .new_miami_whyChoose--imgTextBlock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_whyChoose--imgTextBlock {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_whyChoose--imgTextBlock {
        margin-bottom: 30px; } }
    .new_miami_whyChoose--imgTextBlock .textBlock {
      width: 57.7%; }
      @media only screen and (max-width: 991px) {
        .new_miami_whyChoose--imgTextBlock .textBlock {
          width: 100%;
          order: 2; } }
      .new_miami_whyChoose--imgTextBlock .textBlock p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        margin: 0;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_whyChoose--imgTextBlock .textBlock p {
            font-size: 1.389vw;
            line-height: 1.944vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami_whyChoose--imgTextBlock .textBlock p {
            font-size: 18px;
            line-height: 24px; } }
    .new_miami_whyChoose--imgTextBlock .imgBlock {
      width: 40.78%; }
      @media only screen and (max-width: 991px) {
        .new_miami_whyChoose--imgTextBlock .imgBlock {
          width: 100%;
          max-width: 500px;
          margin: auto;
          margin-bottom: 30px;
          order: 1; } }
      .new_miami_whyChoose--imgTextBlock .imgBlock img {
        display: block;
        width: 100%;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_whyChoose--imgTextBlock .imgBlock img {
            border-radius: 5.764vw; } }
  .new_miami_whyChoose .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_whyChoose .row {
        margin: 0 -0.694vw; } }
    .new_miami_whyChoose .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_whyChoose .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_miami_whyChoose--wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_whyChoose--wrapper {
        margin-bottom: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami_whyChoose--wrapper {
        margin-bottom: 20px; } }
    .new_miami_whyChoose--wrapper .check-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #161B22;
      border: 2px solid #0D1116;
      box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.25), inset 0px 2px 4px rgba(255, 255, 255, 0.15);
      border-radius: 100%;
      width: 30px;
      min-width: 30px;
      height: 30px;
      margin-right: 10px;
      margin-top: -3px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_whyChoose--wrapper .check-icon {
          width: 2.083vw;
          min-width: 2.083vw;
          height: 2.083vw;
          margin-right: 0.694vw;
          margin-top: -0.208vw; } }
      .new_miami_whyChoose--wrapper .check-icon svg {
        display: block;
        height: auto;
        width: 12px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami_whyChoose--wrapper .check-icon svg {
            width: 0.833vw; } }
    .new_miami_whyChoose--wrapper .content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_whyChoose--wrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_whyChoose--wrapper .content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new_miami_whyChoose--wrapper .content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_whyChoose--wrapper .content p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }

/* Why Choose Rez Section End Here */
/* Miami Clutch Section Start Here */
.new_miami_clutch_box {
  padding: 150px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_clutch_box {
      padding: 10.417vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_miami_clutch_box {
      padding: 60px 0; } }
  .new_miami_clutch_box .row {
    margin: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_miami_clutch_box--imgBlock {
    width: 100%;
    max-width: 353px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_clutch_box--imgBlock {
        max-width: 24.514vw; } }
    @media only screen and (max-width: 991px) {
      .new_miami_clutch_box--imgBlock {
        max-width: 353px;
        margin: auto;
        margin-bottom: 30px; } }
    .new_miami_clutch_box--imgBlock img {
      display: block;
      width: 100%; }
  .new_miami_clutch_box--content {
    width: 100%;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_clutch_box--content {
        max-width: 59.722vw; } }
    .new_miami_clutch_box--content h2 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #fff;
      letter-spacing: 0;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_clutch_box--content h2 {
          font-size: 2.500vw;
          line-height: 3.194vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_clutch_box--content h2 {
          font-size: 24px;
          line-height: 32px; } }
      .new_miami_clutch_box--content h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_miami_clutch_box--content .dis p, .new_miami_clutch_box--content .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_clutch_box--content .dis p, .new_miami_clutch_box--content .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
      .new_miami_clutch_box--content .dis p:last-of-type, .new_miami_clutch_box--content .dis li:last-of-type {
        margin-bottom: 0; }
    .new_miami_clutch_box--content li {
      list-style-type: disc;
      list-style-position: inside; }
    .new_miami_clutch_box--content ul {
      padding-left: 12px; }
      @media only screen and (max-width: 767px) {
        .new_miami_clutch_box--content ul {
          padding-left: 0.833vw; } }
    .new_miami_clutch_box--content p, .new_miami_clutch_box--content ul {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_clutch_box--content p, .new_miami_clutch_box--content ul {
          margin-bottom: 1.389vw; } }

/* Miami Clutch Section End Here */
/* Miami Shopify Section Start Here */
.new_miami_shopify_box {
  padding: 0 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_shopify_box {
      padding: 0 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_shopify_box {
      padding: 0 0 60px; } }
  .new_miami_shopify_box .row {
    margin: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_miami_shopify_box--imgBlock {
    width: 100%;
    max-width: 378px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_shopify_box--imgBlock {
        max-width: 26.250vw; } }
    @media only screen and (max-width: 991px) {
      .new_miami_shopify_box--imgBlock {
        max-width: 378px;
        margin: auto;
        margin-bottom: 30px; } }
    .new_miami_shopify_box--imgBlock img {
      display: block;
      width: 100%; }
  .new_miami_shopify_box--content {
    width: 100%;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_shopify_box--content {
        max-width: 59.722vw; } }
    .new_miami_shopify_box--content h2 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #fff;
      letter-spacing: 0;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_shopify_box--content h2 {
          font-size: 2.500vw;
          line-height: 3.194vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami_shopify_box--content h2 {
          font-size: 24px;
          line-height: 32px; } }
      .new_miami_shopify_box--content h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_miami_shopify_box--content .dis p, .new_miami_shopify_box--content .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_shopify_box--content .dis p, .new_miami_shopify_box--content .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
      .new_miami_shopify_box--content .dis p:last-of-type, .new_miami_shopify_box--content .dis li:last-of-type {
        margin-bottom: 0; }
    .new_miami_shopify_box--content li {
      list-style-type: disc;
      list-style-position: inside; }
    .new_miami_shopify_box--content ul {
      padding-left: 12px; }
      @media only screen and (max-width: 767px) {
        .new_miami_shopify_box--content ul {
          padding-left: 0.833vw; } }
    .new_miami_shopify_box--content p, .new_miami_shopify_box--content ul {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_shopify_box--content p, .new_miami_shopify_box--content ul {
          margin-bottom: 1.389vw; } }

/* Miami Shopify Section End Here */
/* Logo Block Section Start Here */
.new_miami_logos {
  padding: 0 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami_logos {
      padding: 0 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami_logos {
      padding: 0 0 60px; } }
  .new_miami_logos .logoFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -16.5px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami_logos .logoFlex {
        margin: 0 -1.146vw; } }
    .new_miami_logos .logoFlex .items {
      width: auto;
      height: 120px;
      padding: 0 16.5px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami_logos .logoFlex .items {
          height: 8.333vw;
          padding: 0 1.146vw; } }
      .new_miami_logos .logoFlex .items img {
        display: block;
        width: auto;
        height: 100%; }
  .new_miami_logos .logoFlexMb .block-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 33px; }
    .new_miami_logos .logoFlexMb .block-1 .items {
      display: inline-block;
      width: auto;
      height: 75px; }
      @media only screen and (max-width: 413px) {
        .new_miami_logos .logoFlexMb .block-1 .items {
          height: 60px; } }
      .new_miami_logos .logoFlexMb .block-1 .items img {
        display: block;
        width: auto;
        height: 100%; }
  .new_miami_logos .logoFlexMb .block-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .new_miami_logos .logoFlexMb .block-2 .items {
      display: inline-block;
      width: auto;
      height: 56px; }
      @media only screen and (max-width: 413px) {
        .new_miami_logos .logoFlexMb .block-2 .items {
          height: 40px; } }
      .new_miami_logos .logoFlexMb .block-2 .items img {
        display: block;
        width: auto;
        height: 100%; }

/* Logo Block Section End Here */
/* Newslatter Section Start here */
.new_miami-content_section {
  margin-bottom: 90px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_miami-content_section {
      margin-bottom: 6.250vw; } }
  @media only screen and (max-width: 767px) {
    .new_miami-content_section {
      margin-bottom: 80px; } }
  .new_miami-content_section .inner_wrapper {
    background: #161B22;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
    text-align: center;
    border-radius: 8px;
    padding: 60px 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_miami-content_section .inner_wrapper {
        border-radius: 0.556vw;
        padding: 4.167vw 1.389vw; } }
    @media only screen and (max-width: 767px) {
      .new_miami-content_section .inner_wrapper {
        padding: 34px 26px; } }
    .new_miami-content_section .inner_wrapper h2 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami-content_section .inner_wrapper h2 {
          font-size: 3.333vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami-content_section .inner_wrapper h2 {
          font-size: 28px;
          line-height: 32px; } }
    .new_miami-content_section .inner_wrapper .dis {
      width: 100%;
      margin: auto;
      max-width: 859px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami-content_section .inner_wrapper .dis {
          max-width: 59.653vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami-content_section .inner_wrapper .dis {
          margin-bottom: 20px; } }
      .new_miami-content_section .inner_wrapper .dis p {
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.1px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami-content_section .inner_wrapper .dis p {
            font-size: 1.667vw;
            line-height: 2.222vw;
            letter-spacing: -0.007vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami-content_section .inner_wrapper .dis p {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0; } }
    .new_miami-content_section .inner_wrapper .btn-purpul {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700;
      transition: .5s ease all;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_miami-content_section .inner_wrapper .btn-purpul {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 767px) {
        .new_miami-content_section .inner_wrapper .btn-purpul {
          margin-top: 20px; } }
      .new_miami-content_section .inner_wrapper .btn-purpul svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_miami-content_section .inner_wrapper .btn-purpul svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        @media only screen and (max-width: 767px) {
          .new_miami-content_section .inner_wrapper .btn-purpul svg {
            min-width: 10px; } }
        .new_miami-content_section .inner_wrapper .btn-purpul svg path {
          fill: #fff; }
        .new_miami-content_section .inner_wrapper .btn-purpul svg rect {
          width: 0;
          fill: #fff; }
      .new_miami-content_section .inner_wrapper .btn-purpul:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #939AFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_miami-content_section .inner_wrapper .btn-purpul:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_miami-content_section .inner_wrapper .btn-purpul:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_miami-content_section .inner_wrapper .btn-purpul:hover svg rect {
                width: 0.625vw; } }

/* Newslatter Section End here */
/* Banner Section Start Here */
.new_orlando_banner {
  padding: 80px 0 106px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_orlando_banner {
      padding: 5.556vw 0 7.361vw; } }
  @media only screen and (max-width: 767px) {
    .new_orlando_banner {
      padding: 60px 0 63px; } }
  .new_orlando_banner .row {
    margin: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_orlando_banner--content {
    width: 750px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_orlando_banner--content {
        width: 52.083vw; } }
    @media only screen and (max-width: 991px) {
      .new_orlando_banner--content {
        width: 100%;
        margin-bottom: 30px; } }
    .new_orlando_banner--content h1 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_orlando_banner--content h1 {
          font-size: 4.167vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_orlando_banner--content h1 {
          font-size: 48px;
          line-height: 46px; } }
      .new_orlando_banner--content h1 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_orlando_banner--content p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_orlando_banner--content p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_orlando_banner--content p {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 20px; } }
    .new_orlando_banner--content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      transition: .5s ease all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_orlando_banner--content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_orlando_banner--content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_orlando_banner--content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_orlando_banner--content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_orlando_banner--content .btn-white svg path {
          fill: #0D1116; }
        .new_orlando_banner--content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_orlando_banner--content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_orlando_banner--content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_orlando_banner--content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_orlando_banner--content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .new_orlando_banner--imgBlock {
    width: 460px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_orlando_banner--imgBlock {
        width: 31.944vw; } }
    @media only screen and (max-width: 991px) {
      .new_orlando_banner--imgBlock {
        width: 100%;
        margin-right: 0; } }
    .new_orlando_banner--imgBlock .logoBox {
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .new_orlando_banner--imgBlock .logoBox {
          max-width: 460px;
          margin: auto; } }
      .new_orlando_banner--imgBlock .logoBox img {
        display: block;
        width: 100%; }

/* Banner Section End Here */
/*************************************************** Miami Page End Here **********************************************************/
/************************************************ Shopify Plus Page Start Here **********************************************************/
/* Banner Section Start Here */
.new_sp_banner {
  padding: 80px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_banner {
      padding: 5.556vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_sp_banner {
      padding: 60px 0 30px; } }
  .new_sp_banner .innerWrapper {
    width: 100%;
    max-width: 970px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_banner .innerWrapper {
        max-width: 67.361vw; } }
    .new_sp_banner .innerWrapper h1 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 60px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_banner .innerWrapper h1 {
          font-size: 4.167vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_banner .innerWrapper h1 {
          font-size: 48px;
          line-height: 46px; } }
      .new_sp_banner .innerWrapper h1 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_sp_banner .innerWrapper p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_banner .innerWrapper p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_banner .innerWrapper p {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 20px; } }
    .new_sp_banner .innerWrapper .btn_logo_group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .new_sp_banner .innerWrapper .btn_logo_group {
          flex-direction: column; } }
      .new_sp_banner .innerWrapper .btn_logo_group .btn-white {
        font-family: 'Mona-Sans', sans-serif;
        display: inline-block;
        background: #ffffff;
        color: #0D1116;
        letter-spacing: 0;
        transition: .5s ease all;
        padding: 15px 24px 15px 20px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_banner .innerWrapper .btn_logo_group .btn-white {
            padding: 1.042vw 1.667vw 1.042vw 1.389vw;
            border-radius: 0.278vw;
            font-size: 1.250vw; } }
        @media only screen and (max-width: 413px) {
          .new_sp_banner .innerWrapper .btn_logo_group .btn-white {
            font-size: 14px;
            padding: 13px 12px 13px 12px; } }
        .new_sp_banner .innerWrapper .btn_logo_group .btn-white svg {
          margin-left: 6px;
          width: 10px;
          transition: .5s ease all; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_banner .innerWrapper .btn_logo_group .btn-white svg {
              width: 0.694vw;
              margin-left: 0.417vw; } }
          .new_sp_banner .innerWrapper .btn_logo_group .btn-white svg path {
            fill: #0D1116; }
          .new_sp_banner .innerWrapper .btn_logo_group .btn-white svg rect {
            width: 0;
            fill: #0D1116; }
        .new_sp_banner .innerWrapper .btn_logo_group .btn-white:hover {
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
          box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
          .new_sp_banner .innerWrapper .btn_logo_group .btn-white:hover svg {
            margin-right: 0;
            transform: translate(5px);
            transition: .5s ease all; }
            .new_sp_banner .innerWrapper .btn_logo_group .btn-white:hover svg rect {
              width: 9px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new_sp_banner .innerWrapper .btn_logo_group .btn-white:hover svg rect {
                  width: 0.625vw; } }
      .new_sp_banner .innerWrapper .btn_logo_group .logo-icon {
        width: 100%;
        max-width: 151px;
        margin-left: 50px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_banner .innerWrapper .btn_logo_group .logo-icon {
            max-width: 10.486vw;
            margin-left: 3.472vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_banner .innerWrapper .btn_logo_group .logo-icon {
            max-width: 168px;
            margin-left: 0;
            margin-top: 30px; } }
        .new_sp_banner .innerWrapper .btn_logo_group .logo-icon img {
          display: block;
          width: 100%; }

/* Banner Section End Here */
/* Slider Section Start Here */
.new_sp_slider {
  overflow: hidden;
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_slider {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_sp_slider {
      padding: 30px 0; } }
  .new_sp_slider .title {
    text-align: center;
    margin: auto;
    max-width: 1080px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_slider .title {
        max-width: 75vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_slider .title {
        margin-bottom: 30px; } }
    .new_sp_slider .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_slider .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_slider .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_sp_slider .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_sp_slider .title p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_slider .title p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_slider .title p {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 20px; } }
  .new_sp_slider--arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_slider--arrow {
        margin-bottom: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_slider--arrow {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-bottom: 30px; } }
    .new_sp_slider--arrow button {
      background-color: transparent;
      outline: none;
      border: none;
      padding: 0;
      margin: 0; }
      .new_sp_slider--arrow button.next-arrow {
        margin-left: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_slider--arrow button.next-arrow {
            margin-left: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_slider--arrow button.next-arrow {
            margin-left: 0; } }
      .new_sp_slider--arrow button svg {
        transition: 0.4s all;
        display: block;
        width: 24px;
        height: 15px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_slider--arrow button svg {
            width: 1.667vw;
            height: 1.042vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_slider--arrow button svg {
            width: 39px;
            height: 25px; } }
      .new_sp_slider--arrow button:hover svg * {
        fill: #7EE787; }
  .new_sp_slider--wrapper {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_slider--wrapper {
        margin: 0 -0.694vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_slider--wrapper {
        margin: 0 -8px; } }
    .new_sp_slider--wrapper .slick-list {
      overflow: visible; }
    .new_sp_slider--wrapper .items {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_slider--wrapper .items {
          padding: 0 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_slider--wrapper .items {
          padding: 0 8px; } }
      .new_sp_slider--wrapper .items .innerWrap {
        background-color: #161B22;
        padding: 40px 30px;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_slider--wrapper .items .innerWrap {
            padding: 2.778vw 2.083vw;
            border-radius: 0.556vw; } }
        .new_sp_slider--wrapper .items .innerWrap h3 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          letter-spacing: 0;
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_slider--wrapper .items .innerWrap h3 {
              font-size: 1.667vw;
              line-height: 1.944vw;
              margin-bottom: 1.389vw; } }
          @media only screen and (max-width: 767px) {
            .new_sp_slider--wrapper .items .innerWrap h3 {
              font-size: 20px;
              line-height: 28px; } }
        .new_sp_slider--wrapper .items .innerWrap .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          letter-spacing: 0;
          font-size: 20px;
          line-height: 28px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_slider--wrapper .items .innerWrap .dis p {
              font-size: 1.389vw;
              line-height: 1.944vw; } }
  .new_sp_slider--btnMore {
    text-align: center;
    margin-top: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_slider--btnMore {
        margin-top: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_slider--btnMore {
        margin-top: 30px; } }
    .new_sp_slider--btnMore .btn-purpul {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      transition: .5s ease all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_slider--btnMore .btn-purpul {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .new_sp_slider--btnMore .btn-purpul svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_slider--btnMore .btn-purpul svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_sp_slider--btnMore .btn-purpul svg path {
          fill: #fff; }
        .new_sp_slider--btnMore .btn-purpul svg rect {
          width: 0;
          fill: #fff; }
      .new_sp_slider--btnMore .btn-purpul:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #939AFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_sp_slider--btnMore .btn-purpul:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_sp_slider--btnMore .btn-purpul:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_sp_slider--btnMore .btn-purpul:hover svg rect {
                width: 0.625vw; } }

/* Slider Section End Here */
/* Text Button Section Start Here */
.new_sp_textBtn {
  padding: 75px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_textBtn {
      padding: 5.208vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_sp_textBtn {
      padding: 30px 0 60px; } }
  .new_sp_textBtn .innerWrappper {
    background-color: #161B22;
    padding: 28px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_textBtn .innerWrappper {
        padding: 1.944vw 0; } }
    @media only screen and (max-width: 767px) {
      .new_sp_textBtn .innerWrappper {
        padding: 30px 0; } }
    .new_sp_textBtn .innerWrappper .innerContainer {
      width: 100%;
      margin: auto;
      max-width: 1080px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBtn .innerWrappper .innerContainer {
          max-width: 75vw; } }
    .new_sp_textBtn .innerWrappper .customRow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin: 0 -15px; }
      @media only screen and (max-width: 991px) {
        .new_sp_textBtn .innerWrappper .customRow {
          flex-direction: column;
          text-align: center; } }
      .new_sp_textBtn .innerWrappper .customRow .content {
        padding: 0 15px; }
        @media only screen and (max-width: 991px) {
          .new_sp_textBtn .innerWrappper .customRow .content {
            margin-bottom: 20px; } }
        .new_sp_textBtn .innerWrappper .customRow .content h2 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #ffffff;
          margin: 0;
          letter-spacing: 0;
          font-size: 28px;
          line-height: 36px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_textBtn .innerWrappper .customRow .content h2 {
              font-size: 1.944vw;
              line-height: 2.500vw; } }
          @media only screen and (max-width: 991px) {
            .new_sp_textBtn .innerWrappper .customRow .content h2 {
              text-align: center; } }
          @media only screen and (max-width: 767px) {
            .new_sp_textBtn .innerWrappper .customRow .content h2 {
              font-size: 22px;
              line-height: 30px; } }
      .new_sp_textBtn .innerWrappper .customRow .btn {
        padding: 0 15px; }
        .new_sp_textBtn .innerWrappper .customRow .btn .btn-white {
          font-family: 'Mona-Sans', sans-serif;
          display: inline-block;
          background: #ffffff;
          color: #0D1116;
          letter-spacing: 0;
          transition: .5s ease all;
          padding: 15px 24px 15px 20px;
          border-radius: 4px;
          font-size: 18px;
          font-weight: 700; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_textBtn .innerWrappper .customRow .btn .btn-white {
              padding: 1.042vw 1.667vw 1.042vw 1.389vw;
              border-radius: 0.278vw;
              font-size: 1.250vw; } }
          @media only screen and (max-width: 413px) {
            .new_sp_textBtn .innerWrappper .customRow .btn .btn-white {
              font-size: 14px;
              padding: 13px 12px 13px 12px; } }
          .new_sp_textBtn .innerWrappper .customRow .btn .btn-white svg {
            margin-left: 6px;
            width: 10px;
            transition: .5s ease all; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_sp_textBtn .innerWrappper .customRow .btn .btn-white svg {
                width: 0.694vw;
                margin-left: 0.417vw; } }
            .new_sp_textBtn .innerWrappper .customRow .btn .btn-white svg path {
              fill: #0D1116; }
            .new_sp_textBtn .innerWrappper .customRow .btn .btn-white svg rect {
              width: 0;
              fill: #0D1116; }
          .new_sp_textBtn .innerWrappper .customRow .btn .btn-white:hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
            box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
            .new_sp_textBtn .innerWrappper .customRow .btn .btn-white:hover svg {
              margin-right: 0;
              transform: translate(5px);
              transition: .5s ease all; }
              .new_sp_textBtn .innerWrappper .customRow .btn .btn-white:hover svg rect {
                width: 9px; }
                @media only screen and (max-width: 1440px) and (min-width: 992px) {
                  .new_sp_textBtn .innerWrappper .customRow .btn .btn-white:hover svg rect {
                    width: 0.625vw; } }

/* Text Button Section End Here */
/* Single Image Section Start Here */
.new_sp_singleImg {
  padding: 150px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_singleImg {
      padding: 10.417vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_sp_singleImg {
      padding: 60px 0 30px; } }
  .new_sp_singleImg .imgContent {
    position: relative;
    overflow: hidden;
    padding-bottom: 38%;
    border-radius: 8px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_singleImg .imgContent {
        border-radius: 0.556vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_singleImg .imgContent {
        padding-bottom: 71%; } }
    .new_sp_singleImg .imgContent img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }

/* Single Image Section End Here */
/* Text Boxes Section Start Here */
.new_sp_textBoxes {
  padding: 75px 0 55px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_textBoxes {
      padding: 5.208vw 0 3.819vw; } }
  @media only screen and (max-width: 767px) {
    .new_sp_textBoxes {
      padding: 30px 0 10px; } }
  .new_sp_textBoxes .title {
    text-align: center;
    margin-bottom: 118px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_textBoxes .title {
        margin-bottom: 8.194vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_textBoxes .title {
        margin-bottom: 30px; } }
    .new_sp_textBoxes .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBoxes .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_textBoxes .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new_sp_textBoxes .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_sp_textBoxes .title p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBoxes .title p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_textBoxes .title p {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 20px; } }
  .new_sp_textBoxes--wrapper .row {
    margin: 0 -10px;
    grid-row-gap: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_textBoxes--wrapper .row {
        margin: 0 -0.694vw;
        grid-row-gap: 1.389vw; } }
    .new_sp_textBoxes--wrapper .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBoxes--wrapper .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_sp_textBoxes--wrapper .items {
    background: #161B22;
    border: 1px solid #45494e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100%;
    border-radius: 8px;
    padding: 32px 29px 29px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_textBoxes--wrapper .items {
        border-radius: 0.556vw;
        padding: 2.222vw 2.014vw 2.014vw; } }
    .new_sp_textBoxes--wrapper .items .items-box .items-icon {
      margin-bottom: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBoxes--wrapper .items .items-box .items-icon {
          margin-bottom: 2.222vw; } }
      .new_sp_textBoxes--wrapper .items .items-box .items-icon img {
        display: block;
        width: auto;
        height: 45px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_textBoxes--wrapper .items .items-box .items-icon img {
            height: 3.125vw; } }
    .new_sp_textBoxes--wrapper .items .items-box h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBoxes--wrapper .items .items-box h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_textBoxes--wrapper .items .items-box h3 {
          font-size: 20px;
          line-height: 28px; } }
    .new_sp_textBoxes--wrapper .items .items-box .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_textBoxes--wrapper .items .items-box .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }

/* Text Boxes Section End Here */
/* Shopify Plus SEO Services Start Here */
.new_sp_sevices {
  padding: 75px 0 15px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_sevices {
      padding: 5.208vw 0 1.042vw; } }
  @media only screen and (max-width: 767px) {
    .new_sp_sevices {
      padding: 30px 0 0; } }
  .new_sp_sevices--title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 63px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_sevices--title {
        max-width: 75vw;
        margin-bottom: 4.375vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_sevices--title {
        max-width: 346px;
        margin-bottom: 30px; } }
    .new_sp_sevices--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_sevices--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_sevices--title h2 {
          font-size: 28px;
          line-height: 36px; } }
      .new_sp_sevices--title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_sp_sevices--title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #fff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_sevices--title .dis p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_sevices--title .dis p {
          font-size: 20px;
          line-height: 28px;
          max-width: 346px;
          margin: auto; } }
  .new_sp_sevices--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_sevices--innerWrapper {
        max-width: 75vw; } }
    .new_sp_sevices--innerWrapper .row {
      margin: 0 -37.5px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_sevices--innerWrapper .row {
          margin: 0 -2.604vw; } }
      @media only screen and (max-width: 991px) {
        .new_sp_sevices--innerWrapper .row {
          margin: 0 -15px; } }
      .new_sp_sevices--innerWrapper .row [class*='col'] {
        padding: 0 37.5px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_sevices--innerWrapper .row [class*='col'] {
            padding: 0 2.604vw;
            margin-bottom: 4.167vw; } }
        @media only screen and (max-width: 991px) {
          .new_sp_sevices--innerWrapper .row [class*='col'] {
            padding: 0 15px; } }
        @media only screen and (max-width: 767px) {
          .new_sp_sevices--innerWrapper .row [class*='col'] {
            margin-bottom: 40px; } }
    .new_sp_sevices--innerWrapper .icon-box {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_sevices--innerWrapper .icon-box {
          margin-bottom: 1.389vw; } }
      .new_sp_sevices--innerWrapper .icon-box .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: auto;
        background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
        border-radius: 100%;
        width: 144px;
        height: 144px;
        padding: 34px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_sevices--innerWrapper .icon-box .icon {
            width: 10vw;
            height: 10vw;
            padding: 2.361vw; } }
        .new_sp_sevices--innerWrapper .icon-box .icon img {
          position: relative;
          max-width: 100%;
          max-height: 100%;
          filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
    .new_sp_sevices--innerWrapper .content {
      text-align: center; }
      .new_sp_sevices--innerWrapper .content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_sevices--innerWrapper .content h3 {
            font-size: 1.667vw;
            line-height: 1.597vw;
            margin-bottom: 0.694vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_sevices--innerWrapper .content h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 8px; } }
      .new_sp_sevices--innerWrapper .content p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        margin: 0;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 22px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_sevices--innerWrapper .content p {
            font-size: 1.111vw;
            line-height: 1.528vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_sevices--innerWrapper .content p {
            font-size: 18px;
            line-height: 24px; } }

/* Shopify Plus SEO Services End Here */
/* Shopify plus success story Section Start Here */
.new_sp_successStory {
  padding: 75px 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_successStory {
      padding: 5.208vw 0 0; } }
  @media only screen and (max-width: 767px) {
    .new_sp_successStory {
      padding: 30px 0 0; } }
  .new_sp_successStory--title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_successStory--title {
        max-width: 75vw;
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_successStory--title {
        margin-bottom: 161px; } }
    .new_sp_successStory--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_successStory--title h2 {
          font-size: 28px;
          line-height: 36px; } }
      .new_sp_successStory--title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new_sp_successStory--title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #fff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--title .dis p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_successStory--title .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .new_sp_successStory--contentBox {
    background-color: #161B22;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_successStory--contentBox {
        padding-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_successStory--contentBox {
        padding-bottom: 30px; } }
    .new_sp_successStory--contentBox .innerWrapper {
      width: 100%;
      margin: 0 auto;
      max-width: 1080px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--contentBox .innerWrapper {
          max-width: 75vw; } }
    .new_sp_successStory--contentBox .imgWrapper {
      width: 100%;
      margin: auto;
      max-width: 710px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--contentBox .imgWrapper {
          max-width: 49.306vw;
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_successStory--contentBox .imgWrapper {
          margin-bottom: 30px; } }
      .new_sp_successStory--contentBox .imgWrapper img {
        display: block;
        width: 100%;
        position: relative;
        top: -90px;
        margin-bottom: -90px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_successStory--contentBox .imgWrapper img {
            top: -6.250vw;
            margin-bottom: -6.250vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_successStory--contentBox .imgWrapper img {
            top: -101px;
            margin-bottom: -101px; } }
    .new_sp_successStory--contentBox .skils {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--contentBox .skils {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_successStory--contentBox .skils {
          display: block;
          flex-direction: column;
          text-align: center;
          margin-bottom: 20px; } }
      .new_sp_successStory--contentBox .skils li {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 30px;
        line-height: 38px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_successStory--contentBox .skils li {
            font-size: 2.083vw;
            line-height: 2.639vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_successStory--contentBox .skils li {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 40px; } }
    .new_sp_successStory--contentBox .counterBox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 150px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--contentBox .counterBox {
          margin-bottom: 10.417vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_successStory--contentBox .counterBox {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-justify-content: space-around;
          justify-content: space-around;
          -ms-flex-pack: space-around;
          margin-bottom: 20px; } }
      .new_sp_successStory--contentBox .counterBox .counterItems {
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .new_sp_successStory--contentBox .counterBox .counterItems {
            width: 50%;
            margin-bottom: 40px; } }
        .new_sp_successStory--contentBox .counterBox .counterItems .count {
          display: block;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .counterBox .counterItems .count {
              margin-bottom: 1.389vw; } }
          .new_sp_successStory--contentBox .counterBox .counterItems .count .counterUp {
            display: inline-block; }
        .new_sp_successStory--contentBox .counterBox .counterItems span, .new_sp_successStory--contentBox .counterBox .counterItems .count {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #7EE787;
          margin: 0;
          letter-spacing: 0;
          font-size: 90px;
          line-height: 87px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .counterBox .counterItems span, .new_sp_successStory--contentBox .counterBox .counterItems .count {
              font-size: 6.250vw;
              line-height: 6.042vw; } }
          @media only screen and (max-width: 767px) {
            .new_sp_successStory--contentBox .counterBox .counterItems span, .new_sp_successStory--contentBox .counterBox .counterItems .count {
              font-size: 60px;
              line-height: 58px; } }
        .new_sp_successStory--contentBox .counterBox .counterItems p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #fff;
          margin: 0;
          letter-spacing: 0;
          font-size: 28px;
          line-height: 36px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .counterBox .counterItems p {
              font-size: 1.944vw;
              line-height: 2.500vw; } }
          @media only screen and (max-width: 767px) {
            .new_sp_successStory--contentBox .counterBox .counterItems p {
              font-size: 20px;
              line-height: 32px; } }
    .new_sp_successStory--contentBox .quotesBox {
      margin-bottom: 62px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_successStory--contentBox .quotesBox {
          margin-bottom: 4.306vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_successStory--contentBox .quotesBox {
          margin-bottom: 30px; } }
      .new_sp_successStory--contentBox .quotesBox .quote-icon {
        width: 100%;
        max-width: 120px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_successStory--contentBox .quotesBox .quote-icon {
            max-width: 8.333vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_successStory--contentBox .quotesBox .quote-icon {
            max-width: 80px; } }
        .new_sp_successStory--contentBox .quotesBox .quote-icon img {
          width: 100%; }
      .new_sp_successStory--contentBox .quotesBox .review-text {
        margin-bottom: 40px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_successStory--contentBox .quotesBox .review-text {
            margin-bottom: 2.778vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_successStory--contentBox .quotesBox .review-text {
            margin-bottom: 20px; } }
        .new_sp_successStory--contentBox .quotesBox .review-text p {
          font-family: 'Mona-Sans';
          font-weight: 500;
          color: #fff;
          margin: 0;
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .quotesBox .review-text p {
              font-size: 1.667vw;
              line-height: 2.222vw; } }
      .new_sp_successStory--contentBox .quotesBox .client-detail {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .new_sp_successStory--contentBox .quotesBox .client-detail .customer-img {
          overflow: hidden;
          border-radius: 100%;
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .quotesBox .client-detail .customer-img {
              width: 2.778vw;
              min-width: 2.778vw;
              height: 2.778vw;
              margin-right: 0.694vw; } }
          .new_sp_successStory--contentBox .quotesBox .client-detail .customer-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .new_sp_successStory--contentBox .quotesBox .client-detail .site-name h4 {
          font-family: 'Mona-Sans';
          font-weight: 500;
          color: #fff;
          letter-spacing: 0;
          font-size: 20px;
          line-height: 19px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .quotesBox .client-detail .site-name h4 {
              font-size: 1.389vw;
              line-height: 1.319vw;
              margin-bottom: 0.347vw; } }
          @media only screen and (max-width: 767px) {
            .new_sp_successStory--contentBox .quotesBox .client-detail .site-name h4 {
              font-size: 16px;
              line-height: 15px;
              margin-bottom: 6px; } }
        .new_sp_successStory--contentBox .quotesBox .client-detail .site-name p {
          font-family: 'Mona-Sans';
          font-weight: 500;
          color: #8B949E;
          letter-spacing: 0;
          font-size: 14px;
          line-height: 13px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .quotesBox .client-detail .site-name p {
              font-size: 0.972vw;
              line-height: 0.903vw; } }
    .new_sp_successStory--contentBox .btnView {
      text-align: center; }
      .new_sp_successStory--contentBox .btnView .btn-purpul {
        font-family: 'Mona-Sans', sans-serif;
        display: inline-block;
        background: #939AFF;
        color: #ffffff;
        letter-spacing: 0;
        transition: .5s ease all;
        padding: 15px 24px 15px 20px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_successStory--contentBox .btnView .btn-purpul {
            padding: 1.042vw 1.667vw 1.042vw 1.389vw;
            border-radius: 0.278vw;
            font-size: 1.250vw; } }
        .new_sp_successStory--contentBox .btnView .btn-purpul svg {
          margin-left: 6px;
          width: 10px;
          transition: .5s ease all; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_sp_successStory--contentBox .btnView .btn-purpul svg {
              width: 0.694vw;
              margin-left: 0.417vw; } }
          .new_sp_successStory--contentBox .btnView .btn-purpul svg path {
            fill: #fff; }
          .new_sp_successStory--contentBox .btnView .btn-purpul svg rect {
            width: 0;
            fill: #fff; }
        .new_sp_successStory--contentBox .btnView .btn-purpul:hover {
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #939AFF;
          box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
          .new_sp_successStory--contentBox .btnView .btn-purpul:hover svg {
            margin-right: 0;
            transform: translate(5px);
            transition: .5s ease all; }
            .new_sp_successStory--contentBox .btnView .btn-purpul:hover svg rect {
              width: 9px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new_sp_successStory--contentBox .btnView .btn-purpul:hover svg rect {
                  width: 0.625vw; } }

/* Shopify plus success story Section End Here */
/* Work With US Section Start Here */
.new_sp_workUs {
  padding: 150px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp_workUs {
      padding: 10.417vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_sp_workUs {
      padding: 60px 0; } }
  .new_sp_workUs .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_workUs .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_workUs .title {
        margin-bottom: 30px; } }
    .new_sp_workUs .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_workUs .title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_workUs .title h2 {
          font-size: 28px;
          line-height: 36px; } }
      .new_sp_workUs .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new_sp_workUs .counterBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_workUs .counterBox {
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_workUs .counterBox {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: space-around;
        margin-bottom: 20px; } }
    .new_sp_workUs .counterBox .counterItems {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .new_sp_workUs .counterBox .counterItems {
          width: 60%;
          margin-bottom: 40px; }
          .new_sp_workUs .counterBox .counterItems:first-child {
            width: 40%; } }
      .new_sp_workUs .counterBox .counterItems .count {
        display: block;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .counterBox .counterItems .count {
            margin-bottom: 1.389vw; } }
        .new_sp_workUs .counterBox .counterItems .count .counterUp {
          display: inline-block; }
      .new_sp_workUs .counterBox .counterItems span, .new_sp_workUs .counterBox .counterItems .count {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #7EE787;
        margin: 0;
        letter-spacing: 0;
        font-size: 90px;
        line-height: 87px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .counterBox .counterItems span, .new_sp_workUs .counterBox .counterItems .count {
            font-size: 6.250vw;
            line-height: 6.042vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_workUs .counterBox .counterItems span, .new_sp_workUs .counterBox .counterItems .count {
            font-size: 60px;
            line-height: 58px; } }
      .new_sp_workUs .counterBox .counterItems h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 30px;
        line-height: 38px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .counterBox .counterItems h3 {
            font-size: 2.083vw;
            line-height: 2.639vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_workUs .counterBox .counterItems h3 {
            font-size: 20px;
            line-height: 32px; } }
      .new_sp_workUs .counterBox .counterItems p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 28px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .counterBox .counterItems p {
            font-size: 1.389vw;
            line-height: 1.944vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_workUs .counterBox .counterItems p {
            font-size: 20px;
            line-height: 26px; } }
  .new_sp_workUs .imgWrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 38%;
    border-radius: 8px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_workUs .imgWrap {
        border-radius: 0.556vw;
        margin-bottom: 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_workUs .imgWrap {
        padding-bottom: 71%; } }
    .new_sp_workUs .imgWrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
  .new_sp_workUs .imgContentBoxes .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_workUs .imgContentBoxes .row {
        margin: 0 -0.694vw; } }
    .new_sp_workUs .imgContentBoxes .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_workUs .imgContentBoxes .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_sp_workUs .imgContentBoxes .inner-wrapper {
    height: 100%;
    background: #161B22;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 66px 40px;
    border-radius: 8px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_workUs .imgContentBoxes .inner-wrapper {
        padding: 4.583vw 2.778vw;
        border-radius: 0.556vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp_workUs .imgContentBoxes .inner-wrapper {
        padding: 34px; } }
    .new_sp_workUs .imgContentBoxes .inner-wrapper .quote-icon {
      width: 100%;
      max-width: 80px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_workUs .imgContentBoxes .inner-wrapper .quote-icon {
          max-width: 5.556vw;
          margin-bottom: 1.389vw; } }
      .new_sp_workUs .imgContentBoxes .inner-wrapper .quote-icon img {
        width: 100%; }
    .new_sp_workUs .imgContentBoxes .inner-wrapper .review-text {
      margin-bottom: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp_workUs .imgContentBoxes .inner-wrapper .review-text {
          margin-bottom: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp_workUs .imgContentBoxes .inner-wrapper .review-text {
          margin-bottom: 20px; } }
      .new_sp_workUs .imgContentBoxes .inner-wrapper .review-text p {
        font-family: 'Mona-Sans';
        font-weight: 500;
        color: #fff;
        margin: 0;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .imgContentBoxes .inner-wrapper .review-text p {
            font-size: 1.667vw;
            line-height: 2.222vw; } }
    .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .customer-img {
        overflow: hidden;
        border-radius: 100%;
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .customer-img {
            width: 2.778vw;
            min-width: 2.778vw;
            height: 2.778vw;
            margin-right: 0.694vw; } }
        .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .customer-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .site-name h4 {
        font-family: 'Mona-Sans';
        font-weight: 500;
        color: #fff;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 19px;
        margin-bottom: 5px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .site-name h4 {
            font-size: 1.389vw;
            line-height: 1.319vw;
            margin-bottom: 0.347vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .site-name h4 {
            font-size: 16px;
            line-height: 15px;
            margin-bottom: 6px; } }
      .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .site-name p {
        font-family: 'Mona-Sans';
        font-weight: 500;
        color: #8B949E;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 13px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp_workUs .imgContentBoxes .inner-wrapper .client-detail .site-name p {
            font-size: 0.972vw;
            line-height: 0.903vw; } }
  .new_sp_workUs .imgContentBoxes .imgWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp_workUs .imgContentBoxes .imgWrap {
        border-radius: 0.556vw; } }
    .new_sp_workUs .imgContentBoxes .imgWrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

/* Work With US Section Start Here */
/* Newslatter Section Start here */
.new_sp-content_section {
  margin-bottom: 90px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_sp-content_section {
      margin-bottom: 6.250vw; } }
  @media only screen and (max-width: 767px) {
    .new_sp-content_section {
      margin-bottom: 80px; } }
  .new_sp-content_section .inner_wrapper {
    background: #161B22;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
    text-align: center;
    border-radius: 8px;
    padding: 60px 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_sp-content_section .inner_wrapper {
        border-radius: 0.556vw;
        padding: 4.167vw 1.389vw; } }
    @media only screen and (max-width: 767px) {
      .new_sp-content_section .inner_wrapper {
        padding: 34px 26px; } }
    .new_sp-content_section .inner_wrapper h2 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      width: 100%;
      margin: auto;
      max-width: 1080px;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp-content_section .inner_wrapper h2 {
          max-width: 75vw;
          font-size: 3.333vw;
          line-height: 4.028vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp-content_section .inner_wrapper h2 {
          font-size: 28px;
          line-height: 32px; } }
    .new_sp-content_section .inner_wrapper .dis {
      width: 100%;
      margin: auto;
      max-width: 859px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp-content_section .inner_wrapper .dis {
          max-width: 59.653vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp-content_section .inner_wrapper .dis {
          margin-bottom: 20px; } }
      .new_sp-content_section .inner_wrapper .dis p {
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.1px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp-content_section .inner_wrapper .dis p {
            font-size: 1.667vw;
            line-height: 2.222vw;
            letter-spacing: -0.007vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp-content_section .inner_wrapper .dis p {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0; } }
    .new_sp-content_section .inner_wrapper .btn-purpul {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #939AFF;
      color: #ffffff;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700;
      transition: .5s ease all;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_sp-content_section .inner_wrapper .btn-purpul {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 767px) {
        .new_sp-content_section .inner_wrapper .btn-purpul {
          margin-top: 20px; } }
      .new_sp-content_section .inner_wrapper .btn-purpul svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_sp-content_section .inner_wrapper .btn-purpul svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        @media only screen and (max-width: 767px) {
          .new_sp-content_section .inner_wrapper .btn-purpul svg {
            min-width: 10px; } }
        .new_sp-content_section .inner_wrapper .btn-purpul svg path {
          fill: #fff; }
        .new_sp-content_section .inner_wrapper .btn-purpul svg rect {
          width: 0;
          fill: #fff; }
      .new_sp-content_section .inner_wrapper .btn-purpul:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #939AFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_sp-content_section .inner_wrapper .btn-purpul:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_sp-content_section .inner_wrapper .btn-purpul:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_sp-content_section .inner_wrapper .btn-purpul:hover svg rect {
                width: 0.625vw; } }

/* Newslatter Section End here */
/************************************************ Shopify Plus Page End Here **********************************************************/
/************************************************ Animation for line Start Here ************************************************/
.custom-ani-fade {
  transition-delay: 200ms;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.1); }
  .custom-ani-fade.custom-animation-active {
    opacity: 1;
    transform: scale(1); }

.custom-ani-scale-top:after, .custom-ani-scale-top:before {
  transition-delay: 100ms;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scaleY(0);
  transform-origin: 0 0; }
.custom-ani-scale-top.custom-animation-active:after, .custom-ani-scale-top.custom-animation-active:before {
  transform: scaleY(1); }

.custom-ani-scale-left:after, .custom-ani-scale-left:before {
  transition-delay: 100ms;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scaleX(0);
  transform-origin: 0 0; }
.custom-ani-scale-left.custom-animation-active:after, .custom-ani-scale-left.custom-animation-active:before {
  transform: scaleX(1); }

.custom-ani-slide-left {
  transition-delay: 200ms;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-15px); }
  .custom-ani-slide-left.custom-animation-active {
    opacity: 1;
    transform: translateX(0); }

.custom-ani-slide-right {
  transition-delay: 200ms;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(15px); }
  .custom-ani-slide-right.custom-animation-active {
    opacity: 1;
    transform: translateX(0); }

.custom-ani-slide-top {
  transition-delay: 200ms;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(-15px); }
  .custom-ani-slide-top.custom-animation-active {
    opacity: 1;
    transform: translateY(0); }

.custom-ani-slide-bottom {
  transition-delay: 200ms;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(15px); }
  .custom-ani-slide-bottom.custom-animation-active {
    opacity: 1;
    transform: translateY(0); }

/************************************************ Animation for line End Here ************************************************/
/************************************************ Digital Marketing Services Page Start Here **********************************************************/
/* Banner Section Start Here */
.new-services-banner {
  padding: 80px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-services-banner {
      padding: 5.556vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new-services-banner {
      padding: 60px 0; } }
  .new-services-banner .innerWrapper {
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-services-banner .innerWrapper {
        max-width: 75vw; } }
    @media only screen and (max-width: 767px) {
      .new-services-banner .innerWrapper {
        text-align: left; } }
    .new-services-banner .innerWrapper .title {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-services-banner .innerWrapper .title {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-services-banner .innerWrapper .title {
          margin-bottom: 32px; } }
      .new-services-banner .innerWrapper .title h3 {
        font-family: 'Mona-Sans';
        font-weight: 600;
        color: #fff;
        margin: 0;
        font-size: 28px;
        line-height: 27px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .title h3 {
            font-size: 1.944vw;
            line-height: 1.875vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new-services-banner .innerWrapper .title h3 {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 10px; } }
      .new-services-banner .innerWrapper .title h1 {
        font-family: 'Mona-Sans';
        font-weight: 800;
        color: #fff;
        line-height: normal;
        font-size: 60px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .title h1 {
            font-size: 4.167vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new-services-banner .innerWrapper .title h1 {
            font-size: 48px; } }
        .new-services-banner .innerWrapper .title h1 span {
          display: inline-block;
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
      .new-services-banner .innerWrapper .title .dis {
        width: 100%;
        margin: auto;
        max-width: 860px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .title .dis {
            max-width: 59.722vw; } }
      .new-services-banner .innerWrapper .title p {
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #fff;
        margin: 0;
        font-size: 28px;
        line-height: 36px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .title p {
            font-size: 1.944vw;
            line-height: 2.500vw; } }
        @media only screen and (max-width: 767px) {
          .new-services-banner .innerWrapper .title p {
            font-size: 20px;
            line-height: 28px; } }
    .new-services-banner .innerWrapper .btn-white {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      transition: 0.4s all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700;
      margin-right: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-services-banner .innerWrapper .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw;
          margin-right: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-services-banner .innerWrapper .btn-white {
          margin-bottom: 20px; } }
      .new-services-banner .innerWrapper .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new-services-banner .innerWrapper .btn-white svg path {
          fill: #0D1116; }
        .new-services-banner .innerWrapper .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new-services-banner .innerWrapper .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new-services-banner .innerWrapper .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new-services-banner .innerWrapper .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-services-banner .innerWrapper .btn-white:hover svg rect {
                width: 0.625vw; } }
    .new-services-banner .innerWrapper .btn-border {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: transparent;
      border: 1px solid #8B949E;
      color: #ffffff;
      padding: 14px 23px 14px 19px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-services-banner .innerWrapper .btn-border {
          padding: 0.972vw 1.597vw 0.972vw 1.319vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .new-services-banner .innerWrapper .btn-border svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .btn-border svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new-services-banner .innerWrapper .btn-border svg path {
          fill: #ffffff; }
        .new-services-banner .innerWrapper .btn-border svg rect {
          width: 0;
          fill: #ffffff; }
      .new-services-banner .innerWrapper .btn-border:hover {
        border: 2px solid #ffffff;
        padding: 13px 22px 13px 18px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-services-banner .innerWrapper .btn-border:hover {
            border: 0.139vw solid #ffffff;
            padding: 0.903vw 1.528vw 0.903vw 1.250vw; } }
        .new-services-banner .innerWrapper .btn-border:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new-services-banner .innerWrapper .btn-border:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-services-banner .innerWrapper .btn-border:hover svg rect {
                width: 0.625vw; } }

/* Banner Section End Here */
/* Image Section Start Here */
.new-d-services-image-section {
  padding: 0 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-d-services-image-section {
      padding: 0 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new-d-services-image-section {
      padding: 0 0 60px; } }
  .new-d-services-image-section .container {
    position: relative; }
  .new-d-services-image-section .shape {
    background: linear-gradient(90deg, #FFA28B 10%, #939AFF 100%);
    position: absolute;
    transform: rotate(-15deg);
    width: 562px;
    height: 460px;
    bottom: -85px;
    left: -310px;
    padding: 3px;
    border-radius: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-services-image-section .shape {
        width: 39.028vw;
        height: 31.944vw;
        bottom: -5.903vw;
        left: -21.528vw;
        padding: 0.208vw;
        border-radius: 2.778vw; } }
    @media only screen and (max-width: 991px) {
      .new-d-services-image-section .shape {
        width: 224px;
        height: 182px;
        bottom: -60px;
        left: -114px;
        border-radius: 20px; } }
    .new-d-services-image-section .shape:after {
      position: absolute;
      background-color: #0d1116;
      content: '';
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      left: 3px;
      top: 3px;
      border-radius: 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-image-section .shape:after {
          width: calc(100% - 0.417vw);
          height: calc(100% - 0.417vw);
          left: 0.208vw;
          top: 0.208vw;
          border-radius: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-services-image-section .shape:after {
          border-radius: 20px; } }
  .new-d-services-image-section label {
    width: auto;
    display: inline-block;
    text-align: center;
    font-family: 'Mona-Sans';
    font-weight: 600;
    color: #939AFF;
    background: linear-gradient(96.47deg, #E0E2FF 0%, #939AFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-services-image-section label {
        font-size: 1.389vw;
        margin-bottom: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .new-d-services-image-section label {
        margin-bottom: 30px; } }
  .new-d-services-image-section .img_block {
    width: 100%; }
    .new-d-services-image-section .img_block img {
      display: block;
      width: 100%; }

/* Image Section End Here */
/* Content Section Start Here */
.new-d-services-content_section .container {
  position: relative; }
.new-d-services-content_section .shape {
  background: linear-gradient(40deg, #FFA28B 10%, #939AFF 100%);
  position: absolute;
  width: 522px;
  height: 522px;
  top: -70px;
  right: -294px;
  padding: 3px;
  border-radius: 100%; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-d-services-content_section .shape {
      width: 36.250vw;
      height: 36.250vw;
      top: -4.861vw;
      right: -20.417vw;
      padding: 0.208vw; } }
  @media only screen and (max-width: 991px) {
    .new-d-services-content_section .shape {
      width: 245px;
      height: 245px;
      top: -35px;
      right: -118px; } }
  .new-d-services-content_section .shape:after {
    position: absolute;
    background-color: #0d1116;
    content: '';
    border-radius: 100%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-services-content_section .shape:after {
        width: calc(100% - 0.417vw);
        height: calc(100% - 0.417vw);
        left: 0.208vw;
        top: 0.208vw; } }
.new-d-services-content_section .inner_wrapper {
  position: relative;
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 8px;
  padding: 60px 20px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-d-services-content_section .inner_wrapper {
      border-radius: 0.556vw;
      padding: 4.167vw 1.389vw; } }
  @media only screen and (max-width: 767px) {
    .new-d-services-content_section .inner_wrapper {
      padding: 34px 29px; } }
  .new-d-services-content_section .inner_wrapper h2 {
    font-family: 'Mona-Sans';
    width: 100%;
    margin: auto;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    margin: auto;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-services-content_section .inner_wrapper h2 {
        font-size: 3.333vw;
        line-height: 4.028vw;
        margin-bottom: 1.389vw;
        max-width: 75vw; } }
    @media only screen and (max-width: 767px) {
      .new-d-services-content_section .inner_wrapper h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px; } }
  .new-d-services-content_section .inner_wrapper .dis {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-services-content_section .inner_wrapper .dis {
        max-width: 75vw; } }
    .new-d-services-content_section .inner_wrapper .dis p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #8B949E;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-content_section .inner_wrapper .dis p {
          font-size: 1.667vw;
          line-height: 2.500vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-services-content_section .inner_wrapper .dis p {
          font-size: 20px;
          line-height: 28px; } }

/* Content Section End Here */
/* Left Right Box Section Start Here */
.new-d-services-left-right-box {
  padding-top: 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-d-services-left-right-box {
      padding-top: 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new-d-services-left-right-box {
      padding-top: 60px; } }
  .new-d-services-left-right-box .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-services-left-right-box .row {
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .new-d-services-left-right-box .row {
        margin-bottom: 60px; } }
  .new-d-services-left-right-box .content-block {
    width: 50.4%;
    padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .new-d-services-left-right-box .content-block {
        width: 100%; } }
    .new-d-services-left-right-box .content-block h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-left-right-box .content-block h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-services-left-right-box .content-block h2 {
          font-size: 28px;
          line-height: 36px; } }
    .new-d-services-left-right-box .content-block .dis p, .new-d-services-left-right-box .content-block .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-left-right-box .content-block .dis p, .new-d-services-left-right-box .content-block .dis li {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-services-left-right-box .content-block .dis p, .new-d-services-left-right-box .content-block .dis li {
          font-size: 20px;
          line-height: 28px; } }
    .new-d-services-left-right-box .content-block .dis ul, .new-d-services-left-right-box .content-block .dis p {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-left-right-box .content-block .dis ul, .new-d-services-left-right-box .content-block .dis p {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-services-left-right-box .content-block .dis ul, .new-d-services-left-right-box .content-block .dis p {
          margin-bottom: 20px; } }
    .new-d-services-left-right-box .content-block .dis ul li {
      list-style: disc;
      list-style-position: outside;
      padding-left: 0px;
      margin-left: 30px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-left-right-box .content-block .dis ul li {
          margin-left: 2.083vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-services-left-right-box .content-block .dis ul li {
          margin-left: 22px;
          margin-bottom: 20px; } }
    .new-d-services-left-right-box .content-block .link-more {
      display: inline-block;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #FFFFFF;
      line-height: normal;
      font-size: 20px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-services-left-right-box .content-block .link-more {
          font-size: 1.389vw;
          margin-bottom: 2.083vw; } }
      .new-d-services-left-right-box .content-block .link-more svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-d-services-left-right-box .content-block .link-more svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new-d-services-left-right-box .content-block .link-more svg path {
          fill: #ffffff; }
        .new-d-services-left-right-box .content-block .link-more svg rect {
          width: 0;
          fill: #ffffff; }
      .new-d-services-left-right-box .content-block .link-more:hover svg {
        transform: translate(5px);
        transition: .5s ease all; }
        .new-d-services-left-right-box .content-block .link-more:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-d-services-left-right-box .content-block .link-more:hover svg rect {
              width: 0.625vw; } }
  .new-d-services-left-right-box .img-block {
    width: 47.4%;
    padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .new-d-services-left-right-box .img-block {
        width: 100%; } }
    .new-d-services-left-right-box .img-block .innerWrapper .aspect_ratio {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .new-d-services-left-right-box .img-block .innerWrapper .aspect_ratio {
          margin-top: 30px; } }
      .new-d-services-left-right-box .img-block .innerWrapper .aspect_ratio img {
        display: block;
        width: 100%; }
      .new-d-services-left-right-box .img-block .innerWrapper .aspect_ratio:before {
        content: '';
        position: absolute;
        background: #939AFF;
        opacity: 0.2;
        filter: blur(55px);
        border-radius: 100%;
        left: -10%;
        top: -2%;
        width: 110%;
        height: 96%; }
        @media only screen and (max-width: 767px) {
          .new-d-services-left-right-box .img-block .innerWrapper .aspect_ratio:before {
            left: 7%;
            top: 2%;
            width: 101%;
            height: 92%; } }
    .new-d-services-left-right-box .img-block.left-align .innerWrapper .aspect_ratio {
      margin-left: -35.6%; }
    .new-d-services-left-right-box .img-block.right-align .innerWrapper .aspect_ratio {
      margin-right: -27.6%; }
  .new-d-services-left-right-box .row:nth-child(odd) .content-block {
    order: 2; }
    @media only screen and (max-width: 991px) {
      .new-d-services-left-right-box .row:nth-child(odd) .content-block {
        order: 1; } }
  .new-d-services-left-right-box .row:nth-child(odd) .img-block {
    order: 1; }
    @media only screen and (max-width: 991px) {
      .new-d-services-left-right-box .row:nth-child(odd) .img-block {
        order: 2; } }

/* Left Right Box Section End Here */
/* FAQ Section Start Here */
.new-d-faq-section {
  padding: 150px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-d-faq-section {
      padding: 10.417vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new-d-faq-section {
      padding: 60px 0 30px; } }
  .new-d-faq-section .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-d-faq-section .innerWrapper {
        max-width: 59.722vw; } }
    .new-d-faq-section .innerWrapper .new-title {
      text-align: center;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-d-faq-section .innerWrapper .new-title {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-d-faq-section .innerWrapper .new-title {
          margin-bottom: 0; } }
      .new-d-faq-section .innerWrapper .new-title h2 {
        font-family: 'Mona-Sans';
        font-weight: 700;
        color: #fff;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 58px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-d-faq-section .innerWrapper .new-title h2 {
            font-size: 3.333vw;
            line-height: 4.028vw; } }
        @media only screen and (max-width: 767px) {
          .new-d-faq-section .innerWrapper .new-title h2 {
            font-size: 28px;
            line-height: 32px; } }
    .new-d-faq-section .innerWrapper .faqWrapper .accordion .card {
      background: transparent;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #161B22; }
      .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header {
        padding: 0;
        border-radius: 0;
        margin: 0;
        border: 0;
        background-color: transparent; }
        .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn {
          width: 100%;
          background-color: transparent;
          font-family: 'Mona-Sans', sans-serif;
          color: #ffffff;
          text-align: left;
          font-weight: 600;
          letter-spacing: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          font-size: 20px;
          line-height: 28px;
          padding: 30px 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn {
              font-size: 1.389vw;
              line-height: 1.944vw;
              padding: 2.083vw 0; } }
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg {
            width: 15px;
            height: 15px;
            margin-right: 40px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg {
                width: 1.042vw;
                height: 1.042vw;
                margin-right: 2.778vw; } }
            @media only screen and (max-width: 767px) {
              .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg {
                margin-right: 20px; } }
            .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg.plus {
              display: none; }
            .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg.minus {
              display: block; }
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn:focus {
            outline: none; }
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn.collapsed svg.plus {
            display: block; }
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn.collapsed svg.minus {
            display: none; }
      .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body {
        padding: 0 0 30px 55px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body {
            padding: 0 0 2.083vw 3.819vw; } }
        @media only screen and (max-width: 767px) {
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body {
            padding: 0 0 30px 35px; } }
        .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body p, .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body li {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          letter-spacing: 0;
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body p, .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body li {
              font-size: 1.111vw;
              line-height: 1.528vw;
              margin-bottom: 0.694vw; } }
        .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul {
          margin-left: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul {
              margin-left: 1.389vw; } }
          .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul li {
            list-style: disc;
            margin-bottom: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-d-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul li {
                margin-bottom: 0.694vw; } }

/* FAQ Section End Here */
/************************************************ Digital Marketing Services Page End Here **********************************************************/
/************************************************ Blog Page Start Here **********************************************************/
/* Blog Page menu Start Here */
.blog-page-wrapper {
  position: relative; }

.blog-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 83px;
  z-index: 9999;
  background-color: #161B22;
  box-shadow: 0px 10px 15px rgba(13, 17, 22, 0.5);
  padding: 20px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .blog-menu {
      padding: 1.389vw 0;
      top: 5.764vw; } }
  @media only screen and (max-width: 991px) {
    .blog-menu {
      top: 0;
      padding: 0; } }
  .blog-menu__desk {
    display: block; }
    @media only screen and (max-width: 991px) {
      .blog-menu__desk {
        display: none !important; } }
  .blog-menu__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .blog-menu__title {
    margin-right: 115px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-menu__title {
        margin-right: 7.986vw; } }
    .blog-menu__title h2 {
      font-family: 'Mona-Sans';
      font-weight: 800;
      color: #fff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-menu__title h2 {
          font-size: 1.667vw;
          line-height: 1.597vw; } }
      @media only screen and (max-width: 767px) {
        .blog-menu__title h2 {
          font-size: 20px;
          line-height: 19px; } }
  .blog-menu__menu {
    width: 100%; }
    .blog-menu__menu .main-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      padding: 0;
      margin: 0;
      list-style: none; }
      .blog-menu__menu .main-menu li {
        line-height: 0;
        margin-right: 40px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-menu__menu .main-menu li {
            margin-right: 2.778vw; } }
        .blog-menu__menu .main-menu li:last-child {
          margin-right: 0; }
        .blog-menu__menu .main-menu li a {
          font-family: 'Mona-Sans';
          font-weight: 400;
          color: #fff;
          margin: 0;
          letter-spacing: 0;
          transition: 0.4s all;
          border-bottom: 2px solid transparent;
          font-size: 18px;
          line-height: 1.4; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-menu__menu .main-menu li a {
              font-size: 1.250vw;
/*              line-height: 1.181vw;*/
              border-width: 0.139vw; } }
          .blog-menu__menu .main-menu li a:hover, .blog-menu__menu .main-menu li a.active {
            border-color: #ffffff; }
        .blog-menu__menu .main-menu li.dropdown .dropdown-toggle svg {
          display: inline-block;
          width: 6px;
          margin-left: 4px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-menu__menu .main-menu li.dropdown .dropdown-toggle svg {
              width: 0.417vw;
              margin-left: 0.278vw; } }
        .blog-menu__menu .main-menu li.dropdown .dropdown-toggle:after {
          display: none; }
        .blog-menu__menu .main-menu li.dropdown .dropdown-toggle:hover {
          background-color: transparent; }
        .blog-menu__menu .main-menu li.dropdown .dropdown-menu {
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #161B22;
          left: auto; 
          z-index: 999 !important;
          right: 0;
          margin: 0;
          padding: 12px 0;
          border-radius: 6px;
          min-width: 160px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-menu__menu .main-menu li.dropdown .dropdown-menu {
              padding: 0.833vw 0;
              border-radius: 0.417vw;
              min-width: 11.111vw; } }
          .blog-menu__menu .main-menu li.dropdown .dropdown-menu li {
            padding: 12px 24px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-menu__menu .main-menu li.dropdown .dropdown-menu li {
                padding: 0.833vw 1.667vw; } }
            .blog-menu__menu .main-menu li.dropdown .dropdown-menu li a {
              padding: 0; }
              .blog-menu__menu .main-menu li.dropdown .dropdown-menu li a:hover {
                background-color: transparent; }
        .blog-menu__menu .main-menu li.dropdown:hover .dropdown-menu {
          opacity: 1;
          display: block; }
  .blog-menu__mb {
    display: none !important; }
    @media only screen and (max-width: 991px) {
      .blog-menu__mb {
        display: block !important; } }
    .blog-menu__mb .custom-dropdown {
      position: relative;
      padding: 20px 0; }
      .blog-menu__mb .custom-dropdown .dropdown-toggle {
        background-color: transparent;
        text-align: left;
        border: 0;
        box-shadow: none;
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        font-family: 'Mona-Sans';
        font-weight: 800;
        color: #fff;
        margin: 0;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 19px; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle:after {
          display: none; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle:focus {
          outline: none; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle svg {
          display: block;
          width: 9px; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle .arrow-icon {
          display: block; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle .close-icon {
          display: none; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle.open-menu .arrow-icon {
          display: none; }
        .blog-menu__mb .custom-dropdown .dropdown-toggle.open-menu .close-icon {
          display: block; }
      .blog-menu__mb .custom-dropdown .dropdown-menu {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #161B22;
        left: 0;
        right: 0;
        margin: 0 -39px;
        padding: 12px 0;
        border-radius: 0;
        min-width: 100%;
        max-height: calc(100vh - 59px);
        overflow: auto; }
        .blog-menu__mb .custom-dropdown .dropdown-menu li {
          padding: 12px 39px; }
          .blog-menu__mb .custom-dropdown .dropdown-menu li a {
            font-family: 'Mona-Sans';
            font-weight: 400;
            color: #fff;
            margin: 0;
            padding: 0;
            letter-spacing: 0;
            transition: 0.4s all;
            border-bottom: 2px solid transparent;
            font-size: 18px;
            line-height: 17px; }
            .blog-menu__mb .custom-dropdown .dropdown-menu li a:hover, .blog-menu__mb .custom-dropdown .dropdown-menu li a.active {
              border-color: #ffffff;
              background-color: transparent; }

/* Blog Page menu End Here */
/* Blog Page Posts Start Here */
.blog-posts {
  padding: 80px 0 0;
  /* Blog Page Posts title Start Here */
  /* Blog Page Posts title End Here */
  /* Blog Page Feature Posts Start Here */
  /* Blog Page Feature Posts End Here */
  /* Blog Page column Posts Start Here */
  /* Blog Page column Posts End Here */
  /* Blog Page Latest Posts Start Here */
  /* Blog Page Latest Posts End Here */
  /* Blog Page Ecommerce Posts Start Here */
  /* Blog Page Ecommerce Posts End Here */ }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .blog-posts {
      padding: 5.556vw 0 0; } }
  @media only screen and (max-width: 767px) {
    .blog-posts {
      padding: 60px 0 0; } }
  .blog-posts .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .blog-posts__title {
    border-top: 6px solid #8B949E;
    padding: 20px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-posts__title {
        border-top: 0.417vw solid #8B949E;
        padding: 1.389vw 0; } }
    .blog-posts__title h4 {
      display: inline-block;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      margin: 0;
      color: #ffffff;
      font-size: 20px;
      line-height: 19px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__title h4 {
          font-size: 1.389vw;
          line-height: 1.319vw; } }
    .blog-posts__title.text-bg-color h4 {
      background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
  .blog-posts__feature {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 75px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-posts__feature {
        padding-bottom: 5.208vw; } }
    @media only screen and (max-width: 767px) {
      .blog-posts__feature {
        padding-bottom: 0; } }
    .blog-posts__feature .row {
      margin: 0; }
    .blog-posts__feature--left {
      width: 55.54%; }
      @media only screen and (max-width: 991px) {
        .blog-posts__feature--left {
          width: 100%; } }
      @media only screen and (max-width: 991px) {
        .blog-posts__feature--left-post {
          padding-bottom: 30px; } }
      .blog-posts__feature--left-post .imgBox {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 55.7%;
        margin-bottom: 30px;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__feature--left-post .imgBox {
            margin-bottom: 2.083vw;
            border-radius: 0.556vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__feature--left-post .imgBox {
            padding-bottom: 53%;
            margin-bottom: 20px; } }
        .blog-posts__feature--left-post .imgBox img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          transition: 0.2s all; }
      .blog-posts__feature--left-post:hover .imgBox img {
        transform: scale(1.1); }
      .blog-posts__feature--left-post .content .post-category span {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__feature--left-post .content .post-category span {
            font-size: 0.972vw;
            line-height: 0.972vw;
            margin-bottom: 1.042vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__feature--left-post .content .post-category span {
            margin-bottom: 8px; } }
      .blog-posts__feature--left-post .content .post-title {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__feature--left-post .content .post-title {
            margin-bottom: 0.694vw; } }
        .blog-posts__feature--left-post .content .post-title a {
          display: inline-block;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          font-size: 48px;
          line-height: 52px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__feature--left-post .content .post-title a {
              font-size: 3.333vw;
              line-height: 3.611vw; } }
          @media only screen and (max-width: 767px) {
            .blog-posts__feature--left-post .content .post-title a {
              font-size: 28px;
              line-height: 32px; } }
      .blog-posts__feature--left-post .content .dis {
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__feature--left-post .content .dis {
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__feature--left-post .content .dis {
            margin-bottom: 10px; } }
        .blog-posts__feature--left-post .content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 16px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__feature--left-post .content .dis p {
              font-size: 1.111vw;
              line-height: 1.667vw; } }
          @media only screen and (max-width: 767px) {
            .blog-posts__feature--left-post .content .dis p {
              font-size: 20px;
              line-height: 28px; } }
      .blog-posts__feature--left-post .content .founder-details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .blog-posts__feature--left-post .content .founder-details .img-box {
          position: relative;
          border-radius: 100%;
          overflow: hidden;
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__feature--left-post .content .founder-details .img-box {
              width: 2.778vw;
              min-width: 2.778vw;
              height: 2.778vw;
              margin-right: 0.694vw; } }
          .blog-posts__feature--left-post .content .founder-details .img-box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .blog-posts__feature--left-post .content .founder-details .founder-content h3 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 14px;
          line-height: 14px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__feature--left-post .content .founder-details .founder-content h3 {
              font-size: 0.972vw;
              line-height: 0.972vw; } }
          .blog-posts__feature--left-post .content .founder-details .founder-content h3 span {
            display: inline-block;
            color: #8B949E;
            font-weight: 400;
            margin-left: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__feature--left-post .content .founder-details .founder-content h3 span {
                margin-left: 0.694vw; } }
            @media only screen and (max-width: 767px) {
              .blog-posts__feature--left-post .content .founder-details .founder-content h3 span {
                display: block;
                margin-left: 0;
                margin-top: 5px; } }
    .blog-posts__feature--right {
      width: 40.8%; }
      @media only screen and (max-width: 991px) {
        .blog-posts__feature--right {
          width: 100%; } }
      .blog-posts__feature--right-post {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #8B949E;
        padding: 30px 0; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__feature--right-post {
            padding: 2.083vw 0; } }
        .blog-posts__feature--right-post:first-child {
          padding-top: 0;
          border-top: 0; }
          @media only screen and (max-width: 991px) {
            .blog-posts__feature--right-post:first-child {
              padding-top: 30px;
              border-top: 1px solid #8B949E; } }
        .blog-posts__feature--right-post .imgBox {
          width: 31.7%; }
          @media only screen and (max-width: 767px) {
            .blog-posts__feature--right-post .imgBox {
              width: 100%;
              margin-bottom: 20px; } }
          .blog-posts__feature--right-post .imgBox a {
            display: block;
            position: relative;
            overflow: hidden;
            padding-bottom: 100%;
            border-radius: 8px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__feature--right-post .imgBox a {
                border-radius: 0.556vw; } }
            @media only screen and (max-width: 767px) {
              .blog-posts__feature--right-post .imgBox a {
                padding-bottom: 53%; } }
            .blog-posts__feature--right-post .imgBox a img {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover;
              object-position: center;
              transition: 0.2s all; }
        .blog-posts__feature--right-post:hover .imgBox img {
          transform: scale(1.1); }
        .blog-posts__feature--right-post .content {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          width: 68.3%;
          padding-left: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__feature--right-post .content {
              padding-left: 1.389vw; } }
          @media only screen and (max-width: 767px) {
            .blog-posts__feature--right-post .content {
              width: 100%;
              padding-left: 0; } }
          .blog-posts__feature--right-post .content .post-category span {
            display: inline-block;
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 600;
            color: #ffffff;
            background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 15px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__feature--right-post .content .post-category span {
                font-size: 0.972vw;
                line-height: 0.972vw;
                margin-bottom: 1.042vw; } }
            @media only screen and (max-width: 767px) {
              .blog-posts__feature--right-post .content .post-category span {
                margin-bottom: 8px; } }
          .blog-posts__feature--right-post .content .post-title {
            margin-bottom: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__feature--right-post .content .post-title {
                margin-bottom: 0.694vw; } }
            .blog-posts__feature--right-post .content .post-title a {
              display: inline-block;
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 600;
              color: #ffffff;
              font-size: 20px;
              line-height: 24px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .blog-posts__feature--right-post .content .post-title a {
                  font-size: 1.389vw;
                  line-height: 1.667vw; } }
              @media only screen and (max-width: 767px) {
                .blog-posts__feature--right-post .content .post-title a {
                  font-size: 20px;
                  line-height: 28px; } }
          .blog-posts__feature--right-post .content .dis {
            margin-bottom: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__feature--right-post .content .dis {
                margin-bottom: 0.694vw; } }
            .blog-posts__feature--right-post .content .dis p {
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 400;
              color: #8B949E;
              margin: 0;
              font-size: 14px;
              line-height: 20px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .blog-posts__feature--right-post .content .dis p {
                  font-size: 0.972vw;
                  line-height: 1.389vw; } }
              @media only screen and (max-width: 767px) {
                .blog-posts__feature--right-post .content .dis p {
                  font-size: 20px;
                  line-height: 28px; } }
          .blog-posts__feature--right-post .content .founder-details .founder-content h3 {
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 600;
            color: #ffffff;
            margin: 0;
            font-size: 14px;
            line-height: 14px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__feature--right-post .content .founder-details .founder-content h3 {
                font-size: 0.972vw;
                line-height: 0.972vw; } }
            .blog-posts__feature--right-post .content .founder-details .founder-content h3 span {
              display: block;
              color: #8B949E;
              font-weight: 400;
              margin-top: 5px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .blog-posts__feature--right-post .content .founder-details .founder-content h3 span {
                  margin-top: 0.347vw; } }
  .blog-posts__column {
    padding: 75px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-posts__column {
        padding: 5.208vw 0; } }
    @media only screen and (max-width: 767px) {
      .blog-posts__column {
        padding: 0; } }
    .blog-posts__column .row {
      margin: 0 -24px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__column .row {
          margin: 0 -1.667vw; } }
    .blog-posts__column--left, .blog-posts__column--right {
      width: 50%;
      padding: 0 24px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__column--left, .blog-posts__column--right {
          padding: 0 1.667vw; } }
      @media only screen and (max-width: 991px) {
        .blog-posts__column--left, .blog-posts__column--right {
          width: 100%; } }
    .blog-posts__column--post {
      border-top: 1px solid #8B949E;
      padding: 30px 0 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__column--post {
          padding: 2.083vw 0 0; } }
      @media only screen and (max-width: 991px) {
        .blog-posts__column--post {
          padding: 30px 0; } }
      .blog-posts__column--post .imgBox {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 63.3%;
        margin-bottom: 30px;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__column--post .imgBox {
            margin-bottom: 2.083vw;
            border-radius: 0.556vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__column--post .imgBox {
            padding-bottom: 53%;
            margin-bottom: 20px; } }
        .blog-posts__column--post .imgBox img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          transition: 0.2s all; }
      .blog-posts__column--post:hover .imgBox img {
        transform: scale(1.1); }
      .blog-posts__column--post .content .post-category span {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__column--post .content .post-category span {
            font-size: 0.972vw;
            line-height: 0.972vw;
            margin-bottom: 1.042vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__column--post .content .post-category span {
            margin-bottom: 8px; } }
      .blog-posts__column--post .content .post-title {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__column--post .content .post-title {
            margin-bottom: 0.694vw; } }
        .blog-posts__column--post .content .post-title a {
          display: inline-block;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          font-size: 48px;
          line-height: 52px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__column--post .content .post-title a {
              font-size: 3.333vw;
              line-height: 3.611vw; } }
          @media only screen and (max-width: 767px) {
            .blog-posts__column--post .content .post-title a {
              font-size: 28px;
              line-height: 32px; } }
      .blog-posts__column--post .content .dis {
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__column--post .content .dis {
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__column--post .content .dis {
            margin-bottom: 10px; } }
        .blog-posts__column--post .content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 16px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__column--post .content .dis p {
              font-size: 1.111vw;
              line-height: 1.667vw; } }
          @media only screen and (max-width: 767px) {
            .blog-posts__column--post .content .dis p {
              font-size: 20px;
              line-height: 28px; } }
      .blog-posts__column--post .content .founder-details .founder-content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        margin: 0;
        font-size: 14px;
        line-height: 14px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__column--post .content .founder-details .founder-content h3 {
            font-size: 0.972vw;
            line-height: 0.972vw; } }
        .blog-posts__column--post .content .founder-details .founder-content h3 span {
          display: inline-block;
          color: #8B949E;
          font-weight: 400;
          margin-left: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__column--post .content .founder-details .founder-content h3 span {
              margin-left: 0.694vw; } }
  .blog-posts__latest {
    padding: 75px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-posts__latest {
        padding: 5.208vw 0; } }
    @media only screen and (max-width: 767px) {
      .blog-posts__latest {
        padding: 0; } }
    .blog-posts__latest-box {
      border-top: 1px solid #8B949E;
      width: 25%;
      padding: 0 24px;
      padding-top: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__latest-box {
          padding: 0 1.667vw;
          padding-top: 4.167vw; } }
      @media only screen and (max-width: 991px) {
        .blog-posts__latest-box {
          width: 100%;
          padding: 60px 0; } }
      @media only screen and (max-width: 767px) {
        .blog-posts__latest-box {
          padding: 30px 0; } }
      .blog-posts__latest-box:first-child {
        padding-left: 0; }
      .blog-posts__latest-box:last-child {
        padding-right: 0; }
    .blog-posts__latest--post-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .blog-posts__latest--post-content .post-category {
        line-height: 0; }
        .blog-posts__latest--post-content .post-category span {
          display: inline-block;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #A2FACF;
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent;
          font-size: 14px;
          line-height: 14px;
          margin-bottom: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__latest--post-content .post-category span {
              font-size: 0.972vw;
              line-height: 0.972vw;
              margin-bottom: 0.556vw; } }
      .blog-posts__latest--post-content .post-title {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__latest--post-content .post-title {
            margin-bottom: 0.694vw; } }
        .blog-posts__latest--post-content .post-title a {
          display: inline-block;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 800;
          color: #ffffff;
          font-size: 20px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__latest--post-content .post-title a {
              font-size: 1.389vw;
              line-height: 1.667vw; } }
      .blog-posts__latest--post-content .dis {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__latest--post-content .dis {
            margin-bottom: 0.694vw; } }
        .blog-posts__latest--post-content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 14px;
          line-height: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__latest--post-content .dis p {
              font-size: 0.972vw;
              line-height: 1.389vw; } }
      .blog-posts__latest--post-content .founder_details .founder_content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        margin: 0;
        font-size: 14px;
        line-height: 14px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__latest--post-content .founder_details .founder_content h3 {
            font-size: 0.972vw;
            line-height: 0.972vw; } }
        .blog-posts__latest--post-content .founder_details .founder_content h3 span {
          display: block;
          color: #8B949E;
          font-weight: 400;
          margin-top: 5px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__latest--post-content .founder_details .founder_content h3 span {
              margin-top: 0.347vw; } }
  .blog-posts__category {
    padding: 75px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-posts__category {
        padding: 5.208vw 0; } }
    @media only screen and (max-width: 767px) {
      .blog-posts__category {
        padding: 0; } }
    @media screen and (min-width: 992px) {
      .blog-posts__category:nth-of-type(odd) .blog-posts__category--left-box {
        order: 2; } }
    @media screen and (min-width: 992px) {
      .blog-posts__category:nth-of-type(odd) .blog-posts__category--right-box {
        order: 1; } }
    .blog-posts__category .customRow {
      border-top: 1px solid #686e7a;
      padding-top: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__category .customRow {
          padding-top: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .blog-posts__category .customRow {
          padding-top: 30px; } }
    .blog-posts__category--left-box {
      width: 72.5%; }
      @media only screen and (max-width: 991px) {
        .blog-posts__category--left-box {
          width: 100%; } }
    @media only screen and (max-width: 991px) {
      .blog-posts__category--left--post {
        padding-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .blog-posts__category--left--post {
        padding-bottom: 30px; } }
    .blog-posts__category--left--post-img {
      display: block;
      position: relative;
      overflow: hidden;
      padding-bottom: 53.9%;
      margin-bottom: 30px;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__category--left--post-img {
          margin-bottom: 2.083vw;
          border-radius: 0.556vw; } }
      @media only screen and (max-width: 767px) {
        .blog-posts__category--left--post-img {
          padding-bottom: 53%;
          margin-bottom: 20px; } }
      .blog-posts__category--left--post-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        transition: 0.2s all; }
    .blog-posts__category--left--post:hover .blog-posts__category--left--post-img img {
      transform: scale(1.1); }
    .blog-posts__category--left--post-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .blog-posts__category--left--post-content .post-title {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__category--left--post-content .post-title {
            margin-bottom: 0.694vw; } }
        .blog-posts__category--left--post-content .post-title a {
          display: inline-block;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 800;
          color: #ffffff;
          font-size: 48px;
          line-height: 52px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--left--post-content .post-title a {
              font-size: 3.333vw;
              line-height: 3.611vw; } }
          @media only screen and (max-width: 767px) {
            .blog-posts__category--left--post-content .post-title a {
              font-size: 28px;
              line-height: 32px; } }
      .blog-posts__category--left--post-content .dis {
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-posts__category--left--post-content .dis {
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .blog-posts__category--left--post-content .dis {
            margin-bottom: 10px; } }
        .blog-posts__category--left--post-content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 16px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--left--post-content .dis p {
              font-size: 1.111vw;
              line-height: 1.667vw; } }
      .blog-posts__category--left--post-content .founder_details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .blog-posts__category--left--post-content .founder_details .img-box {
          position: relative;
          border-radius: 100%;
          overflow: hidden;
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--left--post-content .founder_details .img-box {
              width: 2.778vw;
              min-width: 2.778vw;
              height: 2.778vw;
              margin-right: 0.694vw; } }
          .blog-posts__category--left--post-content .founder_details .img-box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .blog-posts__category--left--post-content .founder_details .founder_content h3 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 14px;
          line-height: 14px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--left--post-content .founder_details .founder_content h3 {
              font-size: 0.972vw;
              line-height: 0.972vw; } }
          .blog-posts__category--left--post-content .founder_details .founder_content h3 span {
            display: inline-block;
            color: #ffffff;
            font-weight: 400;
            margin-left: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__category--left--post-content .founder_details .founder_content h3 span {
                margin-left: 0.694vw; } }
    .blog-posts__category--right-box {
      width: 23.85%; }
      @media only screen and (max-width: 991px) {
        .blog-posts__category--right-box {
          width: 100%; } }
    .blog-posts__category--right--post {
      border-top: 1px solid #8B949E;
      padding: 30px 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-posts__category--right--post {
          padding: 2.083vw 0; } }
      .blog-posts__category--right--post:first-child {
        padding-top: 0;
        border-top: 0; }
        @media only screen and (max-width: 991px) {
          .blog-posts__category--right--post:first-child {
            padding-top: 30px;
            border-top: 1px solid #8B949E; } }
      .blog-posts__category--right--post-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
        .blog-posts__category--right--post-content .post-title {
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--right--post-content .post-title {
              margin-bottom: 0.694vw; } }
          .blog-posts__category--right--post-content .post-title a {
            display: inline-block;
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 800;
            color: #ffffff;
            font-size: 20px;
            line-height: 24px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__category--right--post-content .post-title a {
                font-size: 1.389vw;
                line-height: 1.667vw; } }
        .blog-posts__category--right--post-content .dis {
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--right--post-content .dis {
              margin-bottom: 0.694vw; } }
          .blog-posts__category--right--post-content .dis p {
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 400;
            color: #8B949E;
            margin: 0;
            font-size: 14px;
            line-height: 20px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .blog-posts__category--right--post-content .dis p {
                font-size: 0.972vw;
                line-height: 1.389vw; } }
        .blog-posts__category--right--post-content .founder_details .founder_content h3 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 14px;
          line-height: 14px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-posts__category--right--post-content .founder_details .founder_content h3 {
              font-size: 0.972vw;
              line-height: 0.972vw; } }

/* Blog Page Posts Start Here */
/* Subscription Form Start Here */
.subscription-form {
  padding: 75px 0 90px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .subscription-form {
      padding: 5.208vw 0 6.250vw; } }
  @media only screen and (max-width: 767px) {
    .subscription-form {
      padding: 30px 0 90px; } }
  .subscription-form .innnerWrapper {
    background: #161B22;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px -10px 4px #161B22, inset 0px 1px 4px rgba(255, 255, 255, 0.1);
    border-radius: 8px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .subscription-form .innnerWrapper {
        border-radius: 0.556vw; } }
    .subscription-form .innnerWrapper .bg-gradient {
      background: linear-gradient(94.47deg, #939AFF 0%, #FFA28B 100%);
      padding: 1px;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .subscription-form .innnerWrapper .bg-gradient {
          border-radius: 0.556vw; } }
      .subscription-form .innnerWrapper .bg-gradient .bg-black {
        background: #161B22;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .subscription-form .innnerWrapper .bg-gradient .bg-black {
            border-radius: 0.556vw; } }
    .subscription-form .innnerWrapper .form-box {
      width: 100%;
      margin: auto;
      max-width: 1080px;
      padding: 60px 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .subscription-form .innnerWrapper .form-box {
          max-width: 75vw;
          padding: 4.167vw 0; } }
      @media only screen and (max-width: 991px) {
        .subscription-form .innnerWrapper .form-box {
          padding: 60px; } }
      @media only screen and (max-width: 767px) {
        .subscription-form .innnerWrapper .form-box {
          padding: 34px 28px; } }
      .subscription-form .innnerWrapper .form-box .customRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      .subscription-form .innnerWrapper .form-box .content {
        width: 100%;
        max-width: 640px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .subscription-form .innnerWrapper .form-box .content {
            max-width: 44.444vw; } }
        @media only screen and (max-width: 991px) {
          .subscription-form .innnerWrapper .form-box .content {
            max-width: 100%;
            text-align: center;
            margin-bottom: 30px; } }
        .subscription-form .innnerWrapper .form-box .content h2 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          margin: 0;
          color: #ffffff;
          font-size: 36px;
          line-height: 46px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .subscription-form .innnerWrapper .form-box .content h2 {
              font-size: 2.500vw;
              line-height: 3.194vw;
              margin-bottom: 0.694vw; } }
          @media only screen and (max-width: 767px) {
            .subscription-form .innnerWrapper .form-box .content h2 {
              font-size: 28px;
              line-height: 32px; } }
        .subscription-form .innnerWrapper .form-box .content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          margin: 0;
          color: #8B949E;
          font-size: 24px;
          line-height: 32px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .subscription-form .innnerWrapper .form-box .content .dis p {
              font-size: 1.667vw;
              line-height: 2.222vw; } }
          @media only screen and (max-width: 767px) {
            .subscription-form .innnerWrapper .form-box .content .dis p {
              font-size: 20px;
              line-height: 28px; } }
      .subscription-form .innnerWrapper .form-box .form-content {
        width: 100%;
        max-width: 420px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .subscription-form .innnerWrapper .form-box .form-content {
            max-width: 29.167vw; } }
        @media only screen and (max-width: 991px) {
          .subscription-form .innnerWrapper .form-box .form-content {
            max-width: 100%; } }
        @media only screen and (max-width: 991px) {
          .subscription-form .innnerWrapper .form-box .form-content form {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column; } }
        .subscription-form .innnerWrapper .form-box .form-content input[type=text] {
          width: 100%;
          border: 0;
          background-color: #0D1116;
          color: #fff;
          font-family: 'Mona-Sans';
          font-weight: 400;
          float: left;
          max-width: 271px;
          height: 48px;
          font-size: 14px;
          line-height: 14px;
          padding: 16px 15px;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .subscription-form .innnerWrapper .form-box .form-content input[type=text] {
              max-width: 18.819vw;
              height: 3.333vw;
              font-size: 0.972vw;
              line-height: 0.972vw;
              padding: 1.111vw 1.042vw;
              border-top-left-radius: 0.278vw;
              border-bottom-left-radius: 0.278vw; } }
          @media only screen and (max-width: 991px) {
            .subscription-form .innnerWrapper .form-box .form-content input[type=text] {
              float: none;
              width: 100%;
              max-width: 100%;
              order: 1;
              display: block;
              border-radius: 4px; } }
          .subscription-form .innnerWrapper .form-box .form-content input[type=text]::-webkit-input-placeholder {
            opacity: 1;
            color: #8B949E; }
          .subscription-form .innnerWrapper .form-box .form-content input[type=text]:-ms-input-placeholder {
            opacity: 1;
            color: #8B949E; }
          .subscription-form .innnerWrapper .form-box .form-content input[type=text]::placeholder {
            opacity: 1;
            color: #8B949E; }
        .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe {
          width: 100%;
          background-color: #0D1116;
          color: #fff;
          font-family: 'Mona-Sans';
          font-weight: 700;
          border: 0;
          max-width: 149px;
          height: 48px;
          font-size: 18px;
          line-height: 18px;
          padding: 15px 10px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe {
              max-width: 10.347vw;
              height: 3.333vw;
              font-size: 1.250vw;
              line-height: 1.250vw;
              padding: 1.042vw 0.694vw;
              border-top-right-radius: 0.278vw;
              border-bottom-right-radius: 0.278vw; } }
          @media only screen and (max-width: 991px) {
            .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe {
              order: 3;
              width: 100%;
              max-width: 100%;
              border-radius: 4px; } }
          .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe span {
            display: inline-block;
            background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent; }
          .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe svg {
            width: 10px;
            margin-left: 6px;
            transition: .5s ease all; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe svg {
                width: 0.694vw;
                margin-left: 0.417vw; } }
            .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe svg path {
              fill: #FFA28B; }
            .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe svg rect {
              width: 0;
              fill: #FFA28B; }
          .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe:hover svg {
            transform: translate(5px);
            transition: .5s ease all; }
            .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe:hover svg rect {
              width: 9px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe:hover svg rect {
                  width: 0.625vw; } }
          .subscription-form .innnerWrapper .form-box .form-content .btn-subscribe:focus {
            outline: none;
            border: 0;
            box-shadow: none; }
        .subscription-form .innnerWrapper .form-box .form-content .form-label {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          margin: 0;
          color: #8B949E;
          font-size: 14px;
          line-height: 20px;
          margin-top: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .subscription-form .innnerWrapper .form-box .form-content .form-label {
              font-size: 0.972vw;
              line-height: 1.389vw;
              margin-top: 1.389vw; } }
          @media only screen and (max-width: 991px) {
            .subscription-form .innnerWrapper .form-box .form-content .form-label {
              order: 2;
              margin-bottom: 20px; } }
          @media only screen and (max-width: 767px) {
            .subscription-form .innnerWrapper .form-box .form-content .form-label {
              margin-bottom: 10px;
              margin-top: 10px; } }
          .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox] {
            position: relative;
            -webkit-appearance: none;
            appearance: none;
            margin-right: 8px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox] {
                margin-right: 0.556vw; } }
            .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox]:before {
              content: '';
              position: relative;
              border: 1px solid #8B949E;
              border-radius: 2px;
              display: block;
              width: 15px;
              height: 15px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox]:before {
                  width: 1.042vw;
                  height: 1.042vw; } }
            .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox]:after {
              content: '';
              clip-path: polygon(12% 54%, 0 72%, 50% 100%, 100% 11%, 82% 0%, 40% 71%);
              position: absolute;
              transform-origin: center;
              box-shadow: inset 8px 8px #FFA28B;
              transform: scale(0);
              transition: 120ms transform ease-in-out;
              width: 8px;
              height: 8px;
              top: 3px;
              left: 4px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox]:after {
                  box-shadow: inset 0.556vw 0.556vw #FFA28B;
                  width: 0.556vw;
                  height: 0.556vw;
                  top: 0.208vw;
                  left: 0.278vw; } }
            .subscription-form .innnerWrapper .form-box .form-content .form-label input[type=checkbox]:checked:after {
              transform: scale(1); }

/* Subscription Form End Here */
/************************************************ Blog Page End Here **********************************************************/
/******************************************* Blog Category Page End Here **********************************************************/
/* Featured Post Start Here */
.new-blog-category-featured-post {
  padding: 80px 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-blog-category-featured-post {
      padding: 5.556vw 0 0; } }
  @media only screen and (max-width: 767px) {
    .new-blog-category-featured-post {
      padding: 60px 0 0; } }
  .new-blog-category-featured-post__title {
    padding-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-blog-category-featured-post__title {
        padding-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-blog-category-featured-post__title {
        display: none; } }
    .new-blog-category-featured-post__title label {
      padding: 0;
      margin: 0;
      display: block;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #ffffff;
      font-size: 18px;
      line-height: 17px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-featured-post__title label {
          font-size: 1.250vw;
          line-height: 1.181vw;
          margin-bottom: 1.389vw; } }
    .new-blog-category-featured-post__title h1 {
      display: block;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      margin: 0;
      color: #ffffff;
      font-size: 48px;
      line-height: 46px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-featured-post__title h1 {
          font-size: 3.333vw;
          line-height: 3.194vw; } }
  .new-blog-category-featured-post__posts {
    border-top: 1px solid #8B949E;
    padding: 60px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-blog-category-featured-post__posts {
        padding: 4.167vw 0; } }
    @media only screen and (max-width: 991px) {
      .new-blog-category-featured-post__posts {
        border-top: 0; } }
    @media only screen and (max-width: 767px) {
      .new-blog-category-featured-post__posts {
        padding: 0px 0 30px; } }
    .new-blog-category-featured-post__posts .customRow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-featured-post__posts .customRow {
          margin: 0 -0.694vw; } }
    .new-blog-category-featured-post__posts--content {
      width: 33.4%;
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-featured-post__posts--content {
          padding: 0 0.694vw; } }
      @media only screen and (max-width: 991px) {
        .new-blog-category-featured-post__posts--content {
          width: 100%;
          order: 2; } }
      .new-blog-category-featured-post__posts--content h2 a {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-featured-post__posts--content h2 a {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new-blog-category-featured-post__posts--content h2 a {
            font-size: 28px;
            line-height: 32px; } }
      .new-blog-category-featured-post__posts--content .dis {
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-featured-post__posts--content .dis {
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new-blog-category-featured-post__posts--content .dis {
            margin-bottom: 10px; } }
        .new-blog-category-featured-post__posts--content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 16px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-blog-category-featured-post__posts--content .dis p {
              font-size: 1.111vw;
              line-height: 1.667vw; } }
          @media only screen and (max-width: 767px) {
            .new-blog-category-featured-post__posts--content .dis p {
              font-size: 20px;
              line-height: 28px; } }
      .new-blog-category-featured-post__posts--content .founder-details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .new-blog-category-featured-post__posts--content .founder-details .img-box {
          position: relative;
          border-radius: 100%;
          overflow: hidden;
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-blog-category-featured-post__posts--content .founder-details .img-box {
              width: 2.778vw;
              min-width: 2.778vw;
              height: 2.778vw;
              margin-right: 0.694vw; } }
          .new-blog-category-featured-post__posts--content .founder-details .img-box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .new-blog-category-featured-post__posts--content .founder-details .founder-content h3 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 14px;
          line-height: 14px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-blog-category-featured-post__posts--content .founder-details .founder-content h3 {
              font-size: 0.972vw;
              line-height: 0.972vw; } }
          .new-blog-category-featured-post__posts--content .founder-details .founder-content h3 span {
            display: inline-block;
            color: #8B949E;
            font-weight: 400;
            margin-left: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-blog-category-featured-post__posts--content .founder-details .founder-content h3 span {
                margin-left: 0.694vw; } }
            @media only screen and (max-width: 767px) {
              .new-blog-category-featured-post__posts--content .founder-details .founder-content h3 span {
                display: block;
                margin-left: 0;
                margin-top: 5px; } }
    .new-blog-category-featured-post__posts--imgBlock {
      width: 66.6%;
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-featured-post__posts--imgBlock {
          padding: 0 0.694vw; } }
      @media only screen and (max-width: 991px) {
        .new-blog-category-featured-post__posts--imgBlock {
          width: 100%;
          order: 1; } }
      @media only screen and (max-width: 991px) {
        .new-blog-category-featured-post__posts--imgBlock {
          padding-bottom: 30px; } }
      .new-blog-category-featured-post__posts--imgBlock .imgBox {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 56%;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-featured-post__posts--imgBlock .imgBox {
            border-radius: 0.556vw; } }
        @media only screen and (max-width: 767px) {
          .new-blog-category-featured-post__posts--imgBlock .imgBox {
            padding-bottom: 53%;
            margin-bottom: 20px; } }
        .new-blog-category-featured-post__posts--imgBlock .imgBox img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          transition: 0.2s all; }
      .new-blog-category-featured-post__posts--imgBlock:hover .imgBox img {
        transform: scale(1.1); }

/* Featured Post End Here */
/* Category Posts Start Here */
@media only screen and (max-width: 767px) {
  .new-blog-category-posts {
    padding-bottom: 0; } }
.new-blog-category-posts .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-blog-category-posts .customRow {
      margin: 0 -0.694vw; } }
.new-blog-category-posts__items {
  width: 33.3333%;
  padding: 0 10px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-blog-category-posts__items {
      padding: 0 0.694vw; } }
  @media only screen and (max-width: 991px) {
    .new-blog-category-posts__items {
      width: 50%; } }
  @media only screen and (max-width: 575px) {
    .new-blog-category-posts__items {
      width: 100%; } }
  .new-blog-category-posts__items--post {
    border-top: 1px solid #8B949E;
    padding: 30px 0; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-blog-category-posts__items--post {
        padding: 2.083vw 0; } }
    .new-blog-category-posts__items--post .imgBox {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-posts__items--post .imgBox {
          margin-bottom: 1.389vw; } }
      .new-blog-category-posts__items--post .imgBox a {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 56%;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-posts__items--post .imgBox a {
            border-radius: 0.556vw; } }
        @media only screen and (max-width: 767px) {
          .new-blog-category-posts__items--post .imgBox a {
            padding-bottom: 53%; } }
        .new-blog-category-posts__items--post .imgBox a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          transition: 0.2s all; }
    .new-blog-category-posts__items--post:hover .imgBox img {
      transform: scale(1.1); }
    .new-blog-category-posts__items--post .content .post-title {
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-posts__items--post .content .post-title {
          margin-bottom: 0.694vw; } }
      .new-blog-category-posts__items--post .content .post-title a {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        font-size: 20px;
        line-height: 24px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-posts__items--post .content .post-title a {
            font-size: 1.389vw;
            line-height: 1.667vw; } }
        @media only screen and (max-width: 767px) {
          .new-blog-category-posts__items--post .content .post-title a {
            font-size: 20px;
            line-height: 28px; } }
    .new-blog-category-posts__items--post .content .dis {
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-posts__items--post .content .dis {
          margin-bottom: 0.694vw; } }
      .new-blog-category-posts__items--post .content .dis p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        margin: 0;
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-posts__items--post .content .dis p {
            font-size: 0.972vw;
            line-height: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new-blog-category-posts__items--post .content .dis p {
            font-size: 20px;
            line-height: 28px; } }
    .new-blog-category-posts__items--post .content .founder-details .founder-content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
      font-size: 14px;
      line-height: 14px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-blog-category-posts__items--post .content .founder-details .founder-content h3 {
          font-size: 0.972vw;
          line-height: 0.972vw; } }
      .new-blog-category-posts__items--post .content .founder-details .founder-content h3 span {
        display: block;
        color: #8B949E;
        font-weight: 400;
        margin-top: 5px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-blog-category-posts__items--post .content .founder-details .founder-content h3 span {
            margin-top: 0.347vw; } }

/* Category Posts End Here */
/* Pagination Start Here */
.new-pagination {
  width: 100%;
  border-top: 1px solid #8B949E;
  margin-top: 30px;
  padding: 60px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-pagination {
      margin-top: 2.083vw;
      padding: 4.167vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new-pagination {
      margin-top: 0;
      padding: 30px 0; } }
  .new-pagination ul {
    text-align: center; }
    .new-pagination ul li {
      display: inline-block; }
      .new-pagination ul li a {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #ffffff;
        transition: 0.4s all;
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-pagination ul li a {
            font-size: 0.972vw;
            line-height: 1.389vw; } }
        .new-pagination ul li a:hover {
          border: 1px solid #8B949E; }
      .new-pagination ul li.pagination-items a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-radius: 4px;
        width: 32px;
        height: 32px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-pagination ul li.pagination-items a {
            border-radius: 0.278vw;
            width: 2.222vw;
            height: 2.222vw; } }
      .new-pagination ul li.pagination-items.active a {
        pointer-events: none;
        border: 1px solid #7EE787;
        color: #161B22;
        background-color: #7EE787; }
      .new-pagination ul li.dots {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-pagination ul li.dots {
            font-size: 0.972vw;
            line-height: 1.389vw; } }
      .new-pagination ul li.pagination-btn a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        color: #7EE787;
        border-radius: 4px;
        width: 68px;
        height: 32px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-pagination ul li.pagination-btn a {
            border-radius: 0.278vw;
            width: 4.722vw;
            height: 2.222vw; } }
        .new-pagination ul li.pagination-btn a:hover {
          border: 1px solid #8B949E; }
        .new-pagination ul li.pagination-btn a svg {
          display: inline-block;
          width: 6px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-pagination ul li.pagination-btn a svg {
              width: 0.417vw; } }
      .new-pagination ul li.pagination-btn.prev-btn a svg {
        margin-right: 5px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-pagination ul li.pagination-btn.prev-btn a svg {
            margin-right: 0.347vw; } }
      .new-pagination ul li.pagination-btn.next-btn a svg {
        margin-left: 5px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-pagination ul li.pagination-btn.next-btn a svg {
            margin-left: 0.347vw; } }

/* Pagination End Here */
/******************************************* Blog Category Page End Here **********************************************************/
/******************************************* Single Blog Page Start Here **********************************************************/
/* Progress Bar for loader */
.progress-loader {
  background-color: #8B949E;
  width: 100%;
  z-index: 888;
  position: sticky;
  top: 148px;
  height: 8px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .progress-loader {
      top: 10.278vw;
      height: 0.556vw; } }
  @media only screen and (max-width: 991px) {
    .progress-loader {
      top: 59px; } }
  .progress-loader .loadbar {
    background-color: #7EE787;
    height: 100%; }

/* Progress Bar for loader */
/* Single Blog Banner Start Here */
.new-single-blog-banner {
  position: relative;
  padding-top: 80px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-single-blog-banner {
      padding-top: 5.556vw; } }
  @media only screen and (max-width: 767px) {
    .new-single-blog-banner {
      padding-top: 11px; } }
  .new-single-blog-banner .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-single-blog-banner .innerWrapper {
        max-width: 75vw; } }
  .new-single-blog-banner__title {
    width: 100%;
    max-width: 860px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-single-blog-banner__title {
        max-width: 59.722vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new-single-blog-banner__title {
        margin-bottom: 30px; } }
    .new-single-blog-banner__title .post-category {
      margin-bottom: 15px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-single-blog-banner__title .post-category {
          margin-bottom: 1.042vw; } }
      .new-single-blog-banner__title .post-category span {
        display: inline-block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 16px;
        line-height: 15px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-single-blog-banner__title .post-category span {
            font-size: 1.111vw;
            line-height: 1.042vw; } }
    .new-single-blog-banner__title h1 {
      display: inline-block;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-single-blog-banner__title h1 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new-single-blog-banner__title h1 {
          font-size: 28px;
          line-height: 36px; } }
  .new-single-blog-banner__featured-img {
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-single-blog-banner__featured-img {
        margin-bottom: 2.083vw; } }
    .new-single-blog-banner__featured-img img {
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-single-blog-banner__featured-img img {
          border-radius: 0.556vw; } }
  .new-single-blog-banner__post-details {
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-single-blog-banner__post-details {
        margin-bottom: 2.083vw; } }
    .new-single-blog-banner__post-details label {
      display: block;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #8B949E;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-single-blog-banner__post-details label {
          font-size: 0.972vw;
          line-height: 0.972vw;
          margin-bottom: 1.389vw; } }
    .new-single-blog-banner__post-details .detail-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .img-box {
          position: relative;
          border-radius: 100%;
          overflow: hidden;
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .img-box {
              width: 2.778vw;
              min-width: 2.778vw;
              height: 2.778vw;
              margin-right: 0.694vw; } }
          .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .img-box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h3, .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h4 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 16px;
          line-height: 15px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h3, .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h4 {
              font-size: 1.111vw;
              line-height: 1.042vw;
              margin-bottom: 0.694vw; } }
          @media only screen and (max-width: 767px) {
            .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h3, .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h4 {
              margin-bottom: 4px; } }
        .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h4 {
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content h4 {
              font-size: 14px;
              line-height: 20px; } }
        .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links {
          list-style: none;
          padding: 0;
          margin: 0; }
          .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links li {
            display: inline-block;
            line-height: 0;
            margin-right: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links li {
                margin-right: 0.694vw; } }
            .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links li a {
              display: inline-block;
              transition: 0.2s all; }
              .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links li a svg {
                transition: 0.2s all;
                display: block;
                height: 15px; }
                @media only screen and (max-width: 1440px) and (min-width: 992px) {
                  .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links li a svg {
                    height: 1.042vw; } }
              .new-single-blog-banner__post-details .detail-wrapper .author-detail .founder-details .founder-content .social-links li a:hover svg * {
                fill: #fff; }
      .new-single-blog-banner__post-details .detail-wrapper .post-date {
        white-space: nowrap;
        border-left: 1px solid #8B949E;
        margin-left: 22px;
        padding-left: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-single-blog-banner__post-details .detail-wrapper .post-date {
            margin-left: 1.528vw;
            padding-left: 1.389vw; } }
        .new-single-blog-banner__post-details .detail-wrapper .post-date p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          white-space: nowrap;
          color: #ffffff;
          font-size: 14px;
          line-height: 30px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-single-blog-banner__post-details .detail-wrapper .post-date p {
              font-size: 0.972vw;
              line-height: 2.083vw; } }
  .new-single-blog-banner hr {
    padding: 0;
    margin: 0;
    width: 100%;
    background: linear-gradient(96.47deg, #939AFF 10%, #FFA28B 100%);
    height: 2px; }

/* Single Blog Banner Start Here */
/* Single Blog Details Start Here */
.single-blog {
  padding: 60px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .single-blog {
      padding: 4.167vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .single-blog {
      padding: 30px 0; } }
  .single-blog .innerWrapper {
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 1190px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .single-blog .innerWrapper {
        max-width: 82.639vw; } }
    .single-blog .innerWrapper .custom-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      @media only screen and (max-width: 991px) {
        .single-blog .innerWrapper .custom-row {
          flex-direction: column; } }
  .single-blog__share-icons {
    width: 100%;
    max-width: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .single-blog__share-icons {
        max-width: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .single-blog__share-icons {
        max-width: 100%; } }
    .single-blog__share-icons h4 {
      font-size: 18px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .single-blog__share-icons h4 {
          font-size: 1.250vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 991px) {
        .single-blog__share-icons h4 {
          display: none; } }
    .single-blog__share-icons ul {
      width: 100%;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 991px) {
        .single-blog__share-icons ul {
          margin-bottom: 10px; } }
      .single-blog__share-icons ul li {
        display: block;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__share-icons ul li {
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 991px) {
          .single-blog__share-icons ul li {
            display: inline-block;
            margin-bottom: 20px;
            margin-right: 20px; } }
        .single-blog__share-icons ul li a {
          display: block; }
          .single-blog__share-icons ul li a svg {
            transition: 0.2s all;
            display: block;
            width: 40px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__share-icons ul li a svg {
                width: 2.778vw; } }
          .single-blog__share-icons ul li a:hover svg circle {
            stroke: #7EE787; }
          .single-blog__share-icons ul li a:hover svg path {
            fill: #7EE787; }
  .single-blog__post-details {
    width: 100%;
    max-width: 700px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .single-blog__post-details {
        max-width: 48.611vw; } }
    @media only screen and (max-width: 991px) {
      .single-blog__post-details {
        max-width: 100%; } }
    .single-blog__post-details .rte-text {
      padding-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .single-blog__post-details .rte-text {
          padding-bottom: 2.083vw; } }
      .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper {
        border-radius: 8px;
        background: linear-gradient(96deg, #6D76FF 0%, #939AFF 100%);
        padding: 30px 30px 5px 30px;
        margin: 60px 0; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper {
            border-radius: 0.556vw;
            padding: 2.083vw 2.083vw 0.347vw 2.083vw;
            margin: 4.167vw 0; } }
        .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper h3 {
          font-size: 22px;
          line-height: 24px;
          color: #fff;
          font-weight: 600;
          margin-bottom: 38px;
          padding-bottom: 20px;
          border-bottom: 2px solid #ffffff; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper h3 {
              font-size: 1.528vw;
              line-height: 1.667vw;
              margin-bottom: 2.639vw;
              padding-bottom: 1.389vw;
              border-bottom: 0.139vw solid #ffffff; } }
          @media only screen and (max-width: 991px) {
            .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper h3 {
              font-size: 20px;
              line-height: 24px;
              margin-bottom: 20px; } }
          @media only screen and (max-width: 767px) {
            .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper h3 {
              font-size: 20px;
              line-height: 22px;
              margin-bottom: 20px; } }
        .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul {
          padding: 0;
          margin: 0;
          list-style-type: none;
          display: flex;
          flex-wrap: wrap; }
          .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li {
            margin-bottom: 25px;
            width: 100%;
            padding: 0; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li {
                margin-bottom: 1.736vw; } }
            .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li::after {
              display: none; }
            .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li > a {
              color: #ffffff;
              font-size: 18px;
              line-height: 20px;
              font-weight: 500;
              position: relative;
              width: 100%;
              display: flex;
              align-items: center;
              padding-left: 20px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li > a {
                  font-size: 1.250vw;
                  line-height: 1.389vw;
                  padding-left: 1.389vw; } }
              .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li > a::after {
                content: "";
                background: #fff;
                width: 8px;
                height: 8px;
                border-radius: 100%;
                position: absolute;
                top: 5px;
                left: 0; }
                @media only screen and (max-width: 1440px) and (min-width: 992px) {
                  .single-blog__post-details .rte-text > .table-contents > .table-contents-wrapper > ul > li > a::after {
                    width: 0.556vw;
                    height: 0.556vw;
                    top: 0.347vw; } }
      .single-blog__post-details .rte-text ol {
        padding-left: 22px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text ol {
            padding-left: 1.528vw;
            margin-bottom: 4.167vw; } }
        .single-blog__post-details .rte-text ol li {
          color: #fff !important;
          list-style-type: auto !important;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .rte-text ol li {
              margin-bottom: 1.389vw;
              font-size: 1.250vw !important; } }
      .single-blog__post-details .rte-text ul li {
        color: #fff !important;
        position: relative;
        padding-left: 22px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text ul li {
            padding-left: 1.528vw;
            font-size: 1.250vw !important;
            margin-bottom: 1.389vw; } }
        .single-blog__post-details .rte-text ul li::after {
          content: "";
          position: absolute;
          top: 10px;
          left: 0;
          background: #fff;
          width: 8px;
          height: 8px;
          border-radius: 100%; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .rte-text ul li::after {
              top: 0.694vw;
              width: 0.556vw;
              height: 0.556vw; } }
      .single-blog__post-details .rte-text h2, .single-blog__post-details .rte-text h3, .single-blog__post-details .rte-text h4, .single-blog__post-details .rte-text h5, .single-blog__post-details .rte-text h6 {
        font-family: 'Mona-Sans';
        font-weight: 600;
        color: #fff;
        margin: 0;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text h2, .single-blog__post-details .rte-text h3, .single-blog__post-details .rte-text h4, .single-blog__post-details .rte-text h5, .single-blog__post-details .rte-text h6 {
            margin-bottom: 1.389vw; } }
        .single-blog__post-details .rte-text h2:first-of-type, .single-blog__post-details .rte-text h3:first-of-type, .single-blog__post-details .rte-text h4:first-of-type, .single-blog__post-details .rte-text h5:first-of-type, .single-blog__post-details .rte-text h6:first-of-type {
          margin-top: 0;
          padding-top: 0; }
      .single-blog__post-details .rte-text h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text h2 {
            font-size: 1.944vw;
            line-height: 2.500vw;
            margin-bottom: 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .single-blog__post-details .rte-text h2 {
            font-size: 24px;
            line-height: 32px; } }
        .single-blog__post-details .rte-text h2:first-of-type {
          padding-top: 0; }
      .single-blog__post-details .rte-text h3 {
        font-size: 22px;
        line-height: 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text h3 {
            font-size: 1.528vw;
            line-height: 2.083vw; } }
        .single-blog__post-details .rte-text h3 span {
          color: #7EE787; }
      .single-blog__post-details .rte-text h4 {
        font-size: 20px;
        line-height: 28px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text h4 {
            font-size: 1.389vw;
            line-height: 1.944vw; } }
      .single-blog__post-details .rte-text h5 {
        font-size: 18.5px;
        line-height: 26px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text h5 {
            font-size: 1.285vw;
            line-height: 1.806vw; } }
      .single-blog__post-details .rte-text h6 {
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text h6 {
            font-size: 1.111vw;
            line-height: 1.667vw; } }
      .single-blog__post-details .rte-text p {
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text p {
            font-size: 1.250vw;
            line-height: 1.806vw;
            margin-bottom: 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .single-blog__post-details .rte-text p {
            font-size: 20px;
            line-height: 28px; } }
        .single-blog__post-details .rte-text p span {
          color: #7ee463; }
        .single-blog__post-details .rte-text p a {
          color: #7ee463;
          text-decoration-color: #7ee463;
          text-decoration-line: underline; }
        .single-blog__post-details .rte-text p em {
          color: #ffffff;
          font-style: italic;
          font-family: 'Mona-Sans'; }
      .single-blog__post-details .rte-text img {
        width: 100%;
        display: block;
        border-radius: 8px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text img {
            border-radius: 0.556vw;
            margin-bottom: 1.389vw; } }
      .single-blog__post-details .rte-text table {
        margin-bottom: 60px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .rte-text table {
            margin-bottom: 4.167vw; } }
        .single-blog__post-details .rte-text table tr td {
          vertical-align: top;
          padding: 0;
          border: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding-top: 30px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .rte-text table tr td {
              padding-top: 2.083vw; } }
          .single-blog__post-details .rte-text table tr td:first-child {
            padding-right: 40px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__post-details .rte-text table tr td:first-child {
                padding-right: 2.778vw; } }
            @media only screen and (max-width: 767px) {
              .single-blog__post-details .rte-text table tr td:first-child {
                padding-right: 20px; } }
          .single-blog__post-details .rte-text table tr td p {
            color: #8B949E !important; }
          .single-blog__post-details .rte-text table tr td img {
            margin: 0;
            border-radius: 0;
            width: 15px;
            min-width: 15px;
            margin-top: 14px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__post-details .rte-text table tr td img {
                width: 1.042vw;
                min-width: 1.042vw;
                margin-top: 0.972vw; } }
        .single-blog__post-details .rte-text table tr:first-child td {
          padding-top: 0; }
    .single-blog__post-details .tags-box {
      position: relative;
      padding-top: 26px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .single-blog__post-details .tags-box {
          padding-top: 1.806vw;
          margin-bottom: 4.167vw; } }
      .single-blog__post-details .tags-box:before {
        content: '';
        position: absolute;
        background-color: #8B949E;
        top: 0;
        left: 0;
        width: 30px;
        height: 6px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .tags-box:before {
            width: 2.083vw;
            height: 0.417vw; } }
      .single-blog__post-details .tags-box ul li {
        display: inline-block;
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        line-height: 15px;
        margin-right: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .tags-box ul li {
            font-size: 1.111vw;
            line-height: 1.042vw;
            margin-right: 1.389vw; } }
        .single-blog__post-details .tags-box ul li a {
          color: #7EE787; }
    .single-blog__post-details .author {
      border: 2px solid #8B949E;
      border-radius: 8px;
      padding: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .single-blog__post-details .author {
          border-width: 0.139vw;
          border-radius: 0.556vw;
          padding: 1.389vw; } }
      .single-blog__post-details .author label {
        display: block;
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 500;
        color: #8B949E;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__post-details .author label {
            font-size: 0.972vw;
            line-height: 0.972vw;
            margin-bottom: 1.389vw; } }
      .single-blog__post-details .author .founder-details {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .single-blog__post-details .author .founder-details .img-box {
          position: relative;
          border-radius: 100%;
          overflow: hidden;
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 10px;
          margin-top: 5px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .author .founder-details .img-box {
              width: 2.778vw;
              min-width: 2.778vw;
              height: 2.778vw;
              margin-right: 0.694vw;
              margin-top: 0.347vw; } }
          .single-blog__post-details .author .founder-details .img-box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        @media only screen and (max-width: 575px) {
          .single-blog__post-details .author .founder-details .founder-content {
            width: 100%;
            max-width: 199px; } }
        .single-blog__post-details .author .founder-details .founder-content h3, .single-blog__post-details .author .founder-details .founder-content h4 {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 16px;
          line-height: 15px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .author .founder-details .founder-content h3, .single-blog__post-details .author .founder-details .founder-content h4 {
              font-size: 1.111vw;
              line-height: 1.042vw;
              margin-bottom: 0.694vw; } }
          @media only screen and (max-width: 767px) {
            .single-blog__post-details .author .founder-details .founder-content h3, .single-blog__post-details .author .founder-details .founder-content h4 {
              margin-bottom: 4px; } }
        .single-blog__post-details .author .founder-details .founder-content h4 {
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .single-blog__post-details .author .founder-details .founder-content h4 {
              font-size: 14px;
              line-height: 20px; } }
        .single-blog__post-details .author .founder-details .founder-content .social-links {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .author .founder-details .founder-content .social-links {
              margin-right: 0.694vw; } }
          .single-blog__post-details .author .founder-details .founder-content .social-links li {
            display: inline-block;
            line-height: 0;
            margin-right: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__post-details .author .founder-details .founder-content .social-links li {
                margin-right: 0.694vw; } }
            .single-blog__post-details .author .founder-details .founder-content .social-links li a {
              display: inline-block;
              transition: 0.2s all; }
              .single-blog__post-details .author .founder-details .founder-content .social-links li a svg {
                transition: 0.2s all;
                display: block;
                height: 15px; }
                @media only screen and (max-width: 1440px) and (min-width: 992px) {
                  .single-blog__post-details .author .founder-details .founder-content .social-links li a svg {
                    height: 1.042vw; } }
              .single-blog__post-details .author .founder-details .founder-content .social-links li a:hover svg * {
                fill: #fff; }
        .single-blog__post-details .author .founder-details .founder-content p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 16px;
          line-height: 30px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__post-details .author .founder-details .founder-content p {
              font-size: 1.111vw;
              line-height: 2.083vw; } }
          @media only screen and (max-width: 767px) {
            .single-blog__post-details .author .founder-details .founder-content p {
              line-height: 24px; } }
  .single-blog__sidebar {
    width: 100%;
    max-width: 310px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .single-blog__sidebar {
        max-width: 21.528vw; } }
    @media only screen and (max-width: 991px) {
      .single-blog__sidebar {
        max-width: 100%;
        margin-top: 60px; } }
    .single-blog__sidebar--newslatter {
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .single-blog__sidebar--newslatter {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 991px) {
        .single-blog__sidebar--newslatter {
          display: none; } }
      .single-blog__sidebar--newslatter h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
        font-size: 18px;
        line-height: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__sidebar--newslatter h3 {
            font-size: 1.250vw;
            line-height: 1.181vw;
            padding-bottom: 0.694vw;
            margin-bottom: 0.694vw; } }
      .single-blog__sidebar--newslatter .dis {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__sidebar--newslatter .dis {
            margin-bottom: 0.694vw; } }
        .single-blog__sidebar--newslatter .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 14px;
          line-height: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__sidebar--newslatter .dis p {
              font-size: 0.972vw;
              line-height: 1.389vw; } }
      .single-blog__sidebar--newslatter form input {
        width: 100% !important;
        border: 0 !important;
        background-color: #161B22 !important;
        color: #8B949E !important;
        font-family: 'Mona-Sans' !important;
        font-weight: 400;
        float: left;
        height: 48px !important;
        font-size: 14px !important;
        line-height: 14px !important;
        padding: 16px 15px !important;
        border-radius: 4px !important;
        max-width: 100% !important;
        margin-bottom: 10px !important; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__sidebar--newslatter form input {
            height: 3.333vw !important;
            font-size: 0.972vw !important;
            line-height: 0.972vw !important;
            padding: 1.111vw 1.042vw !important;
            border-radius: 0.278vw !important;
            margin-bottom: 0.694vw !important; } }
        .single-blog__sidebar--newslatter form input::-webkit-input-placeholder {
          opacity: 1;
          color: #8B949E; }
        .single-blog__sidebar--newslatter form input:-ms-input-placeholder {
          opacity: 1;
          color: #8B949E; }
        .single-blog__sidebar--newslatter form input::placeholder {
          opacity: 1;
          color: #8B949E; }
      .single-blog__sidebar--newslatter form .btn-subscribe {
        width: 100%;
        background-color: #ffffff;
        color: #0D1116;
        font-family: 'Mona-Sans';
        font-weight: 700;
        border: 0;
        max-width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 48px;
        font-size: 18px;
        line-height: 18px;
        padding: 15px 10px;
        border-radius: 4px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__sidebar--newslatter form .btn-subscribe {
            max-width: 10.347vw;
            height: 3.333vw;
            font-size: 1.250vw;
            line-height: 1.250vw;
            padding: 1.042vw 0.694vw;
            border-radius: 0.278vw; } }
        .single-blog__sidebar--newslatter form .btn-subscribe svg {
          width: 10px;
          margin-left: 6px;
          transition: .5s ease all; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__sidebar--newslatter form .btn-subscribe svg {
              width: 0.694vw;
              margin-left: 0.417vw; } }
          .single-blog__sidebar--newslatter form .btn-subscribe svg path {
            fill: #0D1116; }
          .single-blog__sidebar--newslatter form .btn-subscribe svg rect {
            width: 0;
            fill: #0D1116; }
        .single-blog__sidebar--newslatter form .btn-subscribe:hover {
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
          box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
          .single-blog__sidebar--newslatter form .btn-subscribe:hover svg {
            transform: translate(5px);
            transition: .5s ease all; }
            .single-blog__sidebar--newslatter form .btn-subscribe:hover svg rect {
              width: 9px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .single-blog__sidebar--newslatter form .btn-subscribe:hover svg rect {
                  width: 0.625vw; } }
        .single-blog__sidebar--newslatter form .btn-subscribe:focus {
          outline: none;
          border: 0;
          box-shadow: none; }
    .single-blog__sidebar--category-related .title h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      font-size: 18px;
      line-height: 17px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .single-blog__sidebar--category-related .title h3 {
          font-size: 1.250vw;
          line-height: 1.181vw;
          padding-bottom: 0.694vw; } }
      .single-blog__sidebar--category-related .title h3 span {
        color: #7EE787; }
    .single-blog__sidebar--category-related .related-post {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .single-blog__sidebar--category-related .related-post__items {
        width: 100%;
        padding: 0 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .single-blog__sidebar--category-related .related-post__items {
            padding: 0 0.694vw; } }
        @media only screen and (max-width: 991px) {
          .single-blog__sidebar--category-related .related-post__items {
            width: 50%; } }
        @media only screen and (max-width: 575px) {
          .single-blog__sidebar--category-related .related-post__items {
            width: 100%; } }
        .single-blog__sidebar--category-related .related-post__items--post {
          border-top: 1px solid #8B949E;
          padding: 30px 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .single-blog__sidebar--category-related .related-post__items--post {
              padding: 2.083vw 0; } }
          .single-blog__sidebar--category-related .related-post__items--post .imgBox {
            margin-bottom: 20px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__sidebar--category-related .related-post__items--post .imgBox {
                margin-bottom: 1.389vw; } }
            .single-blog__sidebar--category-related .related-post__items--post .imgBox a {
              display: block;
              position: relative;
              overflow: hidden;
              padding-bottom: 55.5%;
              border-radius: 8px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .single-blog__sidebar--category-related .related-post__items--post .imgBox a {
                  border-radius: 0.556vw; } }
              @media only screen and (max-width: 767px) {
                .single-blog__sidebar--category-related .related-post__items--post .imgBox a {
                  padding-bottom: 53%; } }
              .single-blog__sidebar--category-related .related-post__items--post .imgBox a img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover;
                object-position: center;
                transition: 0.2s all; }
          .single-blog__sidebar--category-related .related-post__items--post:hover .imgBox img {
            transform: scale(1.1); }
          .single-blog__sidebar--category-related .related-post__items--post .content .post-title {
            margin-bottom: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__sidebar--category-related .related-post__items--post .content .post-title {
                margin-bottom: 0.694vw; } }
            .single-blog__sidebar--category-related .related-post__items--post .content .post-title a {
              display: inline-block;
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 600;
              color: #ffffff;
              font-size: 20px;
              line-height: 24px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .single-blog__sidebar--category-related .related-post__items--post .content .post-title a {
                  font-size: 1.389vw;
                  line-height: 1.667vw; } }
              @media only screen and (max-width: 767px) {
                .single-blog__sidebar--category-related .related-post__items--post .content .post-title a {
                  font-size: 20px;
                  line-height: 28px; } }
          .single-blog__sidebar--category-related .related-post__items--post .content .dis {
            margin-bottom: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__sidebar--category-related .related-post__items--post .content .dis {
                margin-bottom: 0.694vw; } }
            .single-blog__sidebar--category-related .related-post__items--post .content .dis p {
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 400;
              color: #8B949E;
              margin: 0;
              font-size: 16px;
              line-height: 24px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .single-blog__sidebar--category-related .related-post__items--post .content .dis p {
                  font-size: 0.972vw;
                  line-height: 1.389vw; } }
              @media only screen and (max-width: 767px) {
                .single-blog__sidebar--category-related .related-post__items--post .content .dis p {
                  font-size: 20px;
                  line-height: 28px; } }
          .single-blog__sidebar--category-related .related-post__items--post .content .founder-details .founder-content h3 {
            font-family: 'Mona-Sans', sans-serif;
            font-weight: 600;
            color: #ffffff;
            margin: 0;
            font-size: 14px;
            line-height: 14px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .single-blog__sidebar--category-related .related-post__items--post .content .founder-details .founder-content h3 {
                font-size: 0.972vw;
                line-height: 0.972vw; } }
            .single-blog__sidebar--category-related .related-post__items--post .content .founder-details .founder-content h3 span {
              display: block;
              color: #8B949E;
              font-weight: 400;
              margin-top: 5px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .single-blog__sidebar--category-related .related-post__items--post .content .founder-details .founder-content h3 span {
                  margin-top: 0.347vw; } }

/* Single Blog Details Start Here */
/* Related Product Start Here */
.blog-related-posts {
  padding: 75px 0 15px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .blog-related-posts {
      padding: 5.208vw 0 1.042vw; } }
  @media only screen and (max-width: 767px) {
    .blog-related-posts {
      padding: 30px 0 0; } }
  .blog-related-posts .title h2 {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .blog-related-posts .title h2 {
        font-size: 1.667vw;
        line-height: 1.528vw;
        margin-bottom: 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .blog-related-posts .title h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px; } }
  .blog-related-posts__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-related-posts__items {
    width: 33.3333%; }
    @media only screen and (max-width: 991px) {
      .blog-related-posts__items {
        width: 100%; } }
    @media only screen and (max-width: 575px) {
      .blog-related-posts__items {
        width: 100%; } }
    .blog-related-posts__items--post {
      border-top: 1px solid #8B949E;
      padding: 60px 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .blog-related-posts__items--post {
          padding: 4.167vw 0.694vw; } }
      @media only screen and (max-width: 991px) {
        .blog-related-posts__items--post {
          padding: 60px 0; } }
      @media only screen and (max-width: 767px) {
        .blog-related-posts__items--post {
          padding: 30px 0; } }
      .blog-related-posts__items--post .imgBox {
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-related-posts__items--post .imgBox {
            margin-bottom: 1.389vw; } }
        .blog-related-posts__items--post .imgBox a {
          display: block;
          position: relative;
          overflow: hidden;
          padding-bottom: 55.5%;
          border-radius: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-related-posts__items--post .imgBox a {
              border-radius: 0.556vw; } }
          @media only screen and (max-width: 767px) {
            .blog-related-posts__items--post .imgBox a {
              padding-bottom: 53%; } }
          .blog-related-posts__items--post .imgBox a img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center;
            transition: 0.2s all; }
      .blog-related-posts__items--post:hover .imgBox img {
        transform: scale(1.1); }
      .blog-related-posts__items--post .content .post-title {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-related-posts__items--post .content .post-title {
            margin-bottom: 0.694vw; } }
        .blog-related-posts__items--post .content .post-title a {
          display: inline-block;
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          font-size: 20px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-related-posts__items--post .content .post-title a {
              font-size: 1.389vw;
              line-height: 1.667vw; } }
          @media only screen and (max-width: 767px) {
            .blog-related-posts__items--post .content .post-title a {
              font-size: 20px;
              line-height: 28px; } }
      .blog-related-posts__items--post .content .dis {
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-related-posts__items--post .content .dis {
            margin-bottom: 0.694vw; } }
        .blog-related-posts__items--post .content .dis p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          margin: 0;
          font-size: 16px;
          line-height: 24px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-related-posts__items--post .content .dis p {
              font-size: 0.972vw;
              line-height: 1.389vw; } }
          @media only screen and (max-width: 767px) {
            .blog-related-posts__items--post .content .dis p {
              font-size: 20px;
              line-height: 28px; } }
      .blog-related-posts__items--post .content .founder-details .founder-content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        margin: 0;
        font-size: 14px;
        line-height: 14px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .blog-related-posts__items--post .content .founder-details .founder-content h3 {
            font-size: 0.972vw;
            line-height: 0.972vw; } }
        .blog-related-posts__items--post .content .founder-details .founder-content h3 span {
          display: block;
          color: #8B949E;
          font-weight: 400;
          margin-top: 5px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .blog-related-posts__items--post .content .founder-details .founder-content h3 span {
              margin-top: 0.347vw; } }
    .blog-related-posts__items:first-child .blog-related-posts__items--post {
      padding-left: 0; }
    .blog-related-posts__items:last-child .blog-related-posts__items--post {
      padding-right: 0; }

/* Related Product End Here */
/******************************************* Single Blog Page Start Here **********************************************************/
/**************************************** Web Design Service Page Start Here **********************************************************/
/* Banner Section Start Here */
.design-service-banner {
  padding: 80px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .design-service-banner {
      padding: 5.556vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .design-service-banner {
      padding: 60px 0 30px; } }
  .design-service-banner .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .design-service-banner__content {
    width: 643px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-service-banner__content {
        width: 44.653vw; } }
    @media only screen and (max-width: 991px) {
      .design-service-banner__content {
        width: 100%;
        margin-bottom: 30px; } }
    .design-service-banner__content .title {
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-banner__content .title {
          margin-bottom: 1.389vw; } }
      .design-service-banner__content .title h1, .design-service-banner__content .title .shadow p {
        font-family: 'Mona-Sans';
        font-weight: 800;
        color: #fff;
        margin: 0;
        font-size: 60px;
        line-height: 58px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .design-service-banner__content .title h1, .design-service-banner__content .title .shadow p {
            font-size: 4.167vw;
            line-height: 4.028vw; } }
        @media only screen and (max-width: 767px) {
          .design-service-banner__content .title h1, .design-service-banner__content .title .shadow p {
            font-size: 48px;
            line-height: 46px; } }
        .design-service-banner__content .title h1 span, .design-service-banner__content .title .shadow p span {
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
      .design-service-banner__content .title .shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        filter: blur(15px); }
        .design-service-banner__content .title .shadow span {
          opacity: 0.5;
          filter: blur(15px); }
    .design-service-banner__content .dis {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-banner__content .dis {
          margin-bottom: 2.083vw; } }
      .design-service-banner__content .dis p {
        font-family: 'Mona-Sans';
        font-weight: 400;
        color: #fff;
        margin: 0;
        font-size: 28px;
        line-height: 36px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .design-service-banner__content .dis p {
            font-size: 1.944vw;
            line-height: 2.500vw; } }
        @media only screen and (max-width: 767px) {
          .design-service-banner__content .dis p {
            font-size: 20px;
            line-height: 28px; } }
    .design-service-banner__content .btn-white {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      transition: 0.4s all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-banner__content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .design-service-banner__content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .design-service-banner__content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .design-service-banner__content .btn-white svg path {
          fill: #0D1116; }
        .design-service-banner__content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .design-service-banner__content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .design-service-banner__content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .design-service-banner__content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .design-service-banner__content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .design-service-banner__imgBlock {
    width: 600px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-service-banner__imgBlock {
        width: 41.667vw; } }
    @media only screen and (max-width: 991px) {
      .design-service-banner__imgBlock {
        width: 100%; } }
    .design-service-banner__imgBlock img {
      border: 1px solid #45494e;
      display: block;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-banner__imgBlock img {
          border-radius: 0.556vw; } }

/* Banner Section Start Here */
/* Apart Section Start Here */
.apart-box {
  padding: 75px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .apart-box {
      padding: 5.208vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .apart-box {
      padding: 30px 0 60px; } }
  .apart-box .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .apart-box__content {
    width: 640px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .apart-box__content {
        width: 44.444vw; } }
    @media only screen and (max-width: 991px) {
      .apart-box__content {
        width: 100%;
        margin-bottom: 60px; } }
    .apart-box__content h2 {
      font-family: 'Mona-Sans';
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .apart-box__content h2 {
          font-size: 3.333vw;
          line-height: 4.028vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .apart-box__content h2 {
          font-size: 28px;
          line-height: 32px; } }
    .apart-box__content .dis p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #8B949E;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0;
      margin-bottom: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .apart-box__content .dis p {
          font-size: 1.667vw;
          line-height: 2.500vw;
          margin-bottom: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .apart-box__content .dis p {
          font-size: 20px;
          line-height: 28px; } }
      .apart-box__content .dis p:last-of-type {
        margin-bottom: 0; }
  .apart-box__boxContent {
    width: 530px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .apart-box__boxContent {
        width: 36.806vw; } }
    @media only screen and (max-width: 991px) {
      .apart-box__boxContent {
        width: 100%; } }
    .apart-box__boxContent .innerWrapper {
      background: linear-gradient(-43.31deg, #E0E2FF 0%, #939AFF 58.66%);
      padding: 60px 0 0 40px;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .apart-box__boxContent .innerWrapper {
          padding: 4.167vw 0 0 2.778vw;
          border-radius: 0.556vw; } }
      .apart-box__boxContent .innerWrapper .content {
        padding-right: 40px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .apart-box__boxContent .innerWrapper .content {
            padding-right: 2.778vw;
            margin-bottom: 4.167vw; } }
        .apart-box__boxContent .innerWrapper .content h3 {
          font-family: 'Mona-Sans';
          font-weight: 800;
          color: #ffffff;
          margin: 0;
          letter-spacing: 0;
          font-size: 26px;
          line-height: 25px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .apart-box__boxContent .innerWrapper .content h3 {
              font-size: 1.806vw;
              line-height: 1.736vw;
              margin-bottom: 0.694vw; } }
        .apart-box__boxContent .innerWrapper .content p {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #ffffff;
          letter-spacing: 0;
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 30px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .apart-box__boxContent .innerWrapper .content p {
              font-size: 1.389vw;
              line-height: 1.944vw;
              margin-bottom: 2.083vw; } }
        .apart-box__boxContent .innerWrapper .content .btn-white {
          font-family: 'Mona-Sans', sans-serif;
          display: inline-block;
          background: #ffffff;
          color: #0D1116;
          letter-spacing: 0;
          transition: .5s ease all;
          padding: 15px 24px 15px 20px;
          border-radius: 4px;
          font-size: 18px;
          font-weight: 700; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .apart-box__boxContent .innerWrapper .content .btn-white {
              padding: 1.042vw 1.667vw 1.042vw 1.389vw;
              border-radius: 0.278vw;
              font-size: 1.250vw; } }
          @media only screen and (max-width: 413px) {
            .apart-box__boxContent .innerWrapper .content .btn-white {
              font-size: 14px;
              padding: 13px 12px 13px 12px; } }
          .apart-box__boxContent .innerWrapper .content .btn-white svg {
            margin-left: 6px;
            width: 10px;
            transition: .5s ease all; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .apart-box__boxContent .innerWrapper .content .btn-white svg {
                width: 0.694vw;
                margin-left: 0.417vw; } }
            .apart-box__boxContent .innerWrapper .content .btn-white svg path {
              fill: #0D1116; }
            .apart-box__boxContent .innerWrapper .content .btn-white svg rect {
              width: 0;
              fill: #0D1116; }
          .apart-box__boxContent .innerWrapper .content .btn-white:hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
            box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
            .apart-box__boxContent .innerWrapper .content .btn-white:hover svg {
              margin-right: 0;
              transform: translate(5px);
              transition: .5s ease all; }
              .apart-box__boxContent .innerWrapper .content .btn-white:hover svg rect {
                width: 9px; }
                @media only screen and (max-width: 1440px) and (min-width: 992px) {
                  .apart-box__boxContent .innerWrapper .content .btn-white:hover svg rect {
                    width: 0.625vw; } }
      .apart-box__boxContent .innerWrapper .imgPart {
        width: 100%;
        filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.5)); }
        .apart-box__boxContent .innerWrapper .imgPart img {
          display: block;
          width: 100%; }

/* Apart Section Start Here */
/* Icon Title Section Start Here */
.design-services {
  background-color: #161B22;
  padding: 60px 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .design-services {
      padding: 4.167vw 0 0; } }
  @media only screen and (max-width: 767px) {
    .design-services {
      padding: 60px 0 20px; } }
  .design-services .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-services .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .design-services .title {
        margin-bottom: 30px; } }
    .design-services .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-services .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .design-services .title h2 {
          font-size: 28px;
          line-height: 32px; } }
    .design-services .title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #fff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-services .title .dis p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .design-services .title .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .design-services__innerWrapper .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-services__innerWrapper .row {
        margin: 0 -0.694vw; } }
    .design-services__innerWrapper .row [class*='col'] {
      padding: 0 10px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-services__innerWrapper .row [class*='col'] {
          padding: 0 0.694vw;
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 991px) {
        .design-services__innerWrapper .row [class*='col'] {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .design-services__innerWrapper .row [class*='col'] {
          margin-bottom: 40px; } }
  .design-services__innerWrapper .icon-box {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-services__innerWrapper .icon-box {
        margin-bottom: 1.389vw; } }
    .design-services__innerWrapper .icon-box .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: auto;
      background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
      border-radius: 100%;
      width: 144px;
      height: 144px;
      padding: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-services__innerWrapper .icon-box .icon {
          width: 10vw;
          height: 10vw;
          padding: 2.361vw; } }
      .design-services__innerWrapper .icon-box .icon img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
  .design-services__innerWrapper .content {
    text-align: center; }
    .design-services__innerWrapper .content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-services__innerWrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .design-services__innerWrapper .content h3 {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 8px; } }

/* Icon Title Section End Here */
/* intigrated Services Start Here */
.design-service-imgTextBlock {
  padding: 150px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .design-service-imgTextBlock {
      padding: 10.417vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .design-service-imgTextBlock {
      padding: 60px 0 30px; } }
  .design-service-imgTextBlock__title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 106px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-service-imgTextBlock__title {
        max-width: 75vw;
        margin-bottom: 7.361vw; } }
    @media only screen and (max-width: 991px) {
      .design-service-imgTextBlock__title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .design-service-imgTextBlock__title {
        margin-bottom: 60px; } }
    .design-service-imgTextBlock__title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-imgTextBlock__title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .design-service-imgTextBlock__title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .design-service-imgTextBlock__title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .design-service-imgTextBlock__title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #fff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-imgTextBlock__title .dis p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .design-service-imgTextBlock__title .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .design-service-imgTextBlock .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-service-imgTextBlock .row {
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .design-service-imgTextBlock .row {
        margin-bottom: 60px; } }
  .design-service-imgTextBlock .content-block {
    width: 48.13%; }
    @media only screen and (max-width: 991px) {
      .design-service-imgTextBlock .content-block {
        width: 100%; } }
    .design-service-imgTextBlock .content-block h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 48px;
      line-height: 52px;
      letter-spacing: -0.3px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-imgTextBlock .content-block h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          letter-spacing: -0.021vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .design-service-imgTextBlock .content-block h2 {
          font-size: 28px;
          line-height: 36px; } }
    .design-service-imgTextBlock .content-block .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-imgTextBlock .content-block .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
  .design-service-imgTextBlock .img-block {
    width: 39.9%; }
    @media only screen and (max-width: 991px) {
      .design-service-imgTextBlock .img-block {
        width: 100%; } }
    .design-service-imgTextBlock .img-block .innerWrapper {
      position: relative; }
      .design-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
        position: relative;
        overflow: hidden;
        padding-bottom: 87%;
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .design-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
            border-radius: 0.556vw; } }
        @media only screen and (max-width: 991px) {
          .design-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
            margin-top: 30px; } }
        .design-service-imgTextBlock .img-block .innerWrapper .aspect_ratio img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .design-service-imgTextBlock .img-block .innerWrapper:before {
        content: '';
        position: absolute;
        background: #939AFF;
        opacity: 0.2;
        filter: blur(55px);
        border-radius: 100%;
        left: -7%;
        top: -9%;
        width: 116%;
        height: 117%; }
  .design-service-imgTextBlock .row:nth-child(odd) .content-block {
    order: 2; }
    @media only screen and (max-width: 991px) {
      .design-service-imgTextBlock .row:nth-child(odd) .content-block {
        order: 1; } }
  .design-service-imgTextBlock .row:nth-child(odd) .img-block {
    order: 1; }
    @media only screen and (max-width: 991px) {
      .design-service-imgTextBlock .row:nth-child(odd) .img-block {
        order: 2; } }
  .design-service-imgTextBlock .btn-purpul {
    font-family: 'Mona-Sans', sans-serif;
    display: inline-block;
    background: #939AFF;
    color: #ffffff;
    letter-spacing: 0;
    padding: 15px 24px 15px 20px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    transition: .5s ease all;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .design-service-imgTextBlock .btn-purpul {
        padding: 1.042vw 1.667vw 1.042vw 1.389vw;
        border-radius: 0.278vw;
        font-size: 1.250vw; } }
    .design-service-imgTextBlock .btn-purpul svg {
      margin-left: 6px;
      width: 10px;
      transition: .5s ease all; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .design-service-imgTextBlock .btn-purpul svg {
          width: 0.694vw;
          margin-left: 0.417vw; } }
      @media only screen and (max-width: 767px) {
        .design-service-imgTextBlock .btn-purpul svg {
          min-width: 10px; } }
      .design-service-imgTextBlock .btn-purpul svg path {
        fill: #fff; }
      .design-service-imgTextBlock .btn-purpul svg rect {
        width: 0;
        fill: #fff; }
    .design-service-imgTextBlock .btn-purpul:hover {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #939AFF;
      box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
      .design-service-imgTextBlock .btn-purpul:hover svg {
        margin-right: 0;
        transform: translate(5px);
        transition: .5s ease all; }
        .design-service-imgTextBlock .btn-purpul:hover svg rect {
          width: 9px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .design-service-imgTextBlock .btn-purpul:hover svg rect {
              width: 0.625vw; } }

/* intigrated Services End Here */
/* customers review section start here */
.customer_review.design-service-custom-review {
  padding: 75px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .customer_review.design-service-custom-review {
      padding: 5.208vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .customer_review.design-service-custom-review {
      padding: 30px 0 60px; } }

/* customers review section start here */
/**************************************** Web Design Service Page End Here **********************************************************/
/**************************************** Local SEO Page Start Here **********************************************************/
/* Banner Section Start Here */
.new_ls_banner {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_ls_banner {
      padding: 5.556vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_ls_banner {
      padding: 60px 0 30px; } }
  .new_ls_banner .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_ls_banner--content {
    width: 100%;
    max-width: 46%; }
    @media only screen and (max-width: 991px) {
      .new_ls_banner--content {
        max-width: 100%;
        margin-bottom: 30px; } }
    .new_ls_banner--content .title {
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_banner--content .title {
          margin-bottom: 1.389vw; } }
      .new_ls_banner--content .title h1, .new_ls_banner--content .title .shadow p {
        font-family: 'Mona-Sans';
        font-weight: 600;
        color: #fff;
        margin: 0;
        font-size: 60px;
        line-height: 58px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ls_banner--content .title h1, .new_ls_banner--content .title .shadow p {
            font-size: 4.167vw;
            line-height: 4.028vw; } }
        @media only screen and (max-width: 767px) {
          .new_ls_banner--content .title h1, .new_ls_banner--content .title .shadow p {
            font-size: 48px;
            line-height: 46px;
            letter-spacing: -0.1px; } }
        .new_ls_banner--content .title h1 span, .new_ls_banner--content .title .shadow p span {
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
      .new_ls_banner--content .title .shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        filter: blur(15px); }
        .new_ls_banner--content .title .shadow span {
          filter: blur(15px); }
    .new_ls_banner--content .dis p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_banner--content .dis p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_banner--content .dis p {
          font-size: 20px;
          line-height: 28px; } }
    .new_ls_banner--content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_banner--content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_ls_banner--content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_ls_banner--content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ls_banner--content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_ls_banner--content .btn-white svg path {
          fill: #0D1116; }
        .new_ls_banner--content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_ls_banner--content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_ls_banner--content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_ls_banner--content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_ls_banner--content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .new_ls_banner--imgBlock {
    width: 100%;
    max-width: 54%;
    margin-bottom: -80px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_banner--imgBlock {
        margin-bottom: -5.556vw; } }
    @media only screen and (max-width: 991px) {
      .new_ls_banner--imgBlock {
        margin-bottom: 0;
        max-width: 100%; } }
    .new_ls_banner--imgBlock figure {
      margin-right: -139px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_banner--imgBlock figure {
          margin-right: -9.653vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_banner--imgBlock figure {
          margin-right: -70px;
          margin-left: -70px; } }
      .new_ls_banner--imgBlock figure img {
        display: block;
        width: 100%; }

/* Banner Section End Here */
/* Sale Section Start Here */
.new_ls_sales {
  padding: 75px 0 108px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_ls_sales {
      padding: 5.208vw 0 7.500vw; } }
  @media only screen and (max-width: 767px) {
    .new_ls_sales {
      padding-top: 30px 0 40px; } }
  .new_ls_sales .wrapper .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_sales .wrapper .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new_ls_sales .wrapper .title {
        margin-bottom: 30px; } }
    .new_ls_sales .wrapper .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales .wrapper .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_sales .wrapper .title h2 {
          font-size: 28px;
          line-height: 32px; } }
    .new_ls_sales .wrapper .title .dis {
      width: 100%;
      max-width: 1080px;
      margin: auto; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales .wrapper .title .dis {
          max-width: 75vw; } }
      .new_ls_sales .wrapper .title .dis p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 32px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ls_sales .wrapper .title .dis p {
            font-size: 1.667vw;
            line-height: 2.222vw; } }
        @media only screen and (max-width: 767px) {
          .new_ls_sales .wrapper .title .dis p {
            font-size: 20px;
            line-height: 28px; } }
  .new_ls_sales--boxes .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_sales--boxes .row {
        margin: 0 -0.694vw; } }
    .new_ls_sales--boxes .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales--boxes .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new_ls_sales--items {
    background-color: #161B22;
    border-radius: 8px;
    padding: 40px 38px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_sales--items {
        padding: 2.778vw 2.639vw;
        margin-bottom: 2.083vw; } }
    @media only screen and (max-width: 991px) {
      .new_ls_sales--items {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .new_ls_sales--items {
        padding: 40px 20px; } }
  .new_ls_sales--icon {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_sales--icon {
        margin-bottom: 1.389vw; } }
    .new_ls_sales--icon-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: auto;
      background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
      border-radius: 100%;
      width: 144px;
      height: 144px;
      padding: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales--icon-box {
          width: 10vw;
          height: 10vw;
          padding: 2.361vw; } }
      .new_ls_sales--icon-box img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
  .new_ls_sales--content {
    text-align: center; }
    .new_ls_sales--content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales--content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_sales--content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new_ls_sales--content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 22px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales--content p {
          font-size: 1.111vw;
          line-height: 1.528vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_sales--content p {
          font-size: 18px;
          line-height: 24px; } }
    .new_ls_sales--content .btn-green {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: #7EE787;
      color: #0D1116;
      transition: 0.4s all;
      padding: 16px 24px 17px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_sales--content .btn-green {
          padding: 1.111vw 1.667vw 1.181vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .new_ls_sales--content .btn-green svg {
        margin-left: 6px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ls_sales--content .btn-green svg {
            margin-left: 0.417vw; } }
        .new_ls_sales--content .btn-green svg path {
          fill: #0D1116; }
        .new_ls_sales--content .btn-green svg rect {
          width: 0;
          fill: #0D1116; }
      .new_ls_sales--content .btn-green:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #7EE787;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_ls_sales--content .btn-green:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_ls_sales--content .btn-green:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_ls_sales--content .btn-green:hover svg rect {
                width: 0.625vw; } }

/* Sale Section Start Here */
/* Trusted By Work Section Start Here */
.new_ls_trustedByWork {
  background-color: #161B22; }
  .new_ls_trustedByWork .wrapper {
    position: relative;
    padding: 60px 0 75px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_trustedByWork .wrapper {
        padding: 4.167vw 0 5.208vw; } }
    @media only screen and (max-width: 767px) {
      .new_ls_trustedByWork .wrapper {
        padding: 60px 0 30px; } }
  .new_ls_trustedByWork--boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .new_ls_trustedByWork--leftBox {
    padding: 35px 0;
    padding-right: 110px;
    width: 66.16%;
    border-right: 2px solid #ffffff; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_trustedByWork--leftBox {
        padding: 2.431vw 0;
        padding-right: 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .new_ls_trustedByWork--leftBox {
        border-right: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 60px; } }
    .new_ls_trustedByWork--leftBox .title {
      position: relative;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_trustedByWork--leftBox .title {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_trustedByWork--leftBox .title {
          margin-bottom: 20px; } }
      .new_ls_trustedByWork--leftBox .title h2 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 52px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ls_trustedByWork--leftBox .title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw; } }
        @media only screen and (max-width: 767px) {
          .new_ls_trustedByWork--leftBox .title h2 {
            font-size: 28px;
            line-height: 32px; } }
        .new_ls_trustedByWork--leftBox .title h2 span {
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
    .new_ls_trustedByWork--leftBox .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      display: block;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 36px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_trustedByWork--leftBox .dis p {
          font-size: 1.667vw;
          line-height: 2.500vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_trustedByWork--leftBox .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .new_ls_trustedByWork--rightBox {
    width: 33.84%;
    padding-left: 80px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ls_trustedByWork--rightBox {
        padding-left: 5.556vw; } }
    @media only screen and (max-width: 991px) {
      .new_ls_trustedByWork--rightBox {
        padding-left: 0;
        width: 100%; } }
    .new_ls_trustedByWork--rightBox .reviewBox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 85px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ls_trustedByWork--rightBox .reviewBox {
          margin-bottom: 5.903vw; } }
      @media only screen and (max-width: 767px) {
        .new_ls_trustedByWork--rightBox .reviewBox {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 374px) {
        .new_ls_trustedByWork--rightBox .reviewBox {
          display: block; } }
      .new_ls_trustedByWork--rightBox .reviewBox:last-child {
        margin-bottom: 0; }
      .new_ls_trustedByWork--rightBox .reviewBox .reviewCount {
        font-family: 'Mona-Sans';
        font-weight: 800;
        color: #ffffff;
        margin: 0;
        font-size: 60px;
        line-height: 58px;
        margin-right: 11px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ls_trustedByWork--rightBox .reviewBox .reviewCount {
            font-size: 4.167vw;
            line-height: 4.028vw;
            margin-right: 0.764vw; } }
        @media only screen and (max-width: 767px) {
          .new_ls_trustedByWork--rightBox .reviewBox .reviewCount {
            text-align: left;
            font-size: 48px;
            line-height: 46px;
            margin-right: 30px; } }
      .new_ls_trustedByWork--rightBox .reviewBox figure {
        margin: 0; }
        .new_ls_trustedByWork--rightBox .reviewBox figure .review-logo {
          display: block;
          width: auto;
          height: 100%;
          max-height: 45px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_ls_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 3.125vw;
              margin-bottom: 0.694vw; } }
          @media only screen and (max-width: 767px) {
            .new_ls_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 37px; } }
          @media only screen and (max-width: 413px) {
            .new_ls_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 27px; } }
          @media only screen and (max-width: 374px) {
            .new_ls_trustedByWork--rightBox .reviewBox figure .review-logo {
              max-height: 37px;
              margin-top: 10px; } }
        .new_ls_trustedByWork--rightBox .reviewBox figure .review-star {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%;
          margin-bottom: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_ls_trustedByWork--rightBox .reviewBox figure .review-star {
              margin-bottom: 0.556vw; } }
          .new_ls_trustedByWork--rightBox .reviewBox figure .review-star svg {
            display: block;
            width: 25px;
            height: 25px;
            padding: 0 1px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_ls_trustedByWork--rightBox .reviewBox figure .review-star svg {
                width: 1.736vw;
                height: 1.736vw; } }
        .new_ls_trustedByWork--rightBox .reviewBox figure .link_review {
          font-family: 'Mona-Sans';
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          font-size: 16px;
          line-height: 15px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_ls_trustedByWork--rightBox .reviewBox figure .link_review {
              font-size: 1.111vw;
              line-height: 1.042vw; } }
          .new_ls_trustedByWork--rightBox .reviewBox figure .link_review svg {
            display: inline-block;
            width: 10px;
            margin-left: 8px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_ls_trustedByWork--rightBox .reviewBox figure .link_review svg {
                width: 0.694vw;
                margin-left: 0.556vw; } }

/* Trusted By Work Section End Here */
/* intigrated Services Start Here */
.ls-service-imgTextBlock {
  padding: 150px 0 0px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .ls-service-imgTextBlock {
      padding: 10.417vw 0 0; } }
  @media only screen and (max-width: 767px) {
    .ls-service-imgTextBlock {
      padding: 60px 0 0; } }
  .ls-service-imgTextBlock .wrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .ls-service-imgTextBlock .wrapper {
        max-width: 75vw; } }
  .ls-service-imgTextBlock .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .ls-service-imgTextBlock .row {
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .ls-service-imgTextBlock .row {
        margin-bottom: 60px; } }
  .ls-service-imgTextBlock .content-block {
    width: 37.9%; }
    @media only screen and (max-width: 991px) {
      .ls-service-imgTextBlock .content-block {
        width: 100%; } }
    .ls-service-imgTextBlock .content-block h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 48px;
      line-height: 52px;
      letter-spacing: -0.3px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .ls-service-imgTextBlock .content-block h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          letter-spacing: -0.021vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .ls-service-imgTextBlock .content-block h2 {
          font-size: 28px;
          line-height: 36px; } }
    .ls-service-imgTextBlock .content-block .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .ls-service-imgTextBlock .content-block .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
  .ls-service-imgTextBlock .img-block {
    width: 47.8%; }
    @media only screen and (max-width: 991px) {
      .ls-service-imgTextBlock .img-block {
        width: 100%; } }
    .ls-service-imgTextBlock .img-block .innerWrapper {
      position: relative; }
      .ls-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
        position: relative; }
        @media only screen and (max-width: 991px) {
          .ls-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
            margin-top: 30px; } }
        .ls-service-imgTextBlock .img-block .innerWrapper .aspect_ratio img {
          position: relative;
          display: block;
          width: 100%; }
      .ls-service-imgTextBlock .img-block .innerWrapper:before {
        content: '';
        position: absolute;
        background: #939AFF;
        opacity: 0.2;
        filter: blur(55px);
        border-radius: 100%;
        left: -7%;
        top: -9%;
        width: 116%;
        height: 117%; }
  .ls-service-imgTextBlock .row:nth-child(even) .content-block {
    order: 2; }
    @media only screen and (max-width: 991px) {
      .ls-service-imgTextBlock .row:nth-child(even) .content-block {
        order: 1; } }
  .ls-service-imgTextBlock .row:nth-child(even) .img-block {
    order: 1; }
    @media only screen and (max-width: 991px) {
      .ls-service-imgTextBlock .row:nth-child(even) .img-block {
        order: 2; } }

/* intigrated Services End Here */
/* Ecommerce SEO Services Start Here */
.new-ls-sevices {
  background-color: #161B22;
  padding: 60px 0 77px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-ls-sevices {
      padding: 4.167vw 0 5.347vw; } }
  @media only screen and (max-width: 767px) {
    .new-ls-sevices {
      padding: 30px 0 40px; } }
  .new-ls-sevices--title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ls-sevices--title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new-ls-sevices--title {
        margin-bottom: 30px; } }
    .new-ls-sevices--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-sevices--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
  .new-ls-sevices--innerWrapper .row {
    margin: 0 -37px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ls-sevices--innerWrapper .row {
        margin: 0 -2.569vw; } }
    @media only screen and (max-width: 991px) {
      .new-ls-sevices--innerWrapper .row {
        margin: 0 -15px; } }
    .new-ls-sevices--innerWrapper .row [class*='col'] {
      padding: 0 37px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-sevices--innerWrapper .row [class*='col'] {
          padding: 0 2.569vw; } }
      @media only screen and (max-width: 991px) {
        .new-ls-sevices--innerWrapper .row [class*='col'] {
          padding: 0 15px;
          margin-bottom: 40px; } }
  .new-ls-sevices--innerWrapper .icon-box {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ls-sevices--innerWrapper .icon-box {
        margin-bottom: 1.389vw; } }
    .new-ls-sevices--innerWrapper .icon-box .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: auto;
      background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
      border-radius: 100%;
      width: 144px;
      height: 144px;
      padding: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-sevices--innerWrapper .icon-box .icon {
          width: 10vw;
          height: 10vw;
          padding: 2.361vw; } }
      .new-ls-sevices--innerWrapper .icon-box .icon img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
  .new-ls-sevices--innerWrapper .content {
    text-align: center; }
    .new-ls-sevices--innerWrapper .content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-sevices--innerWrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new-ls-sevices--innerWrapper .content h3 {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 8px; } }
    .new-ls-sevices--innerWrapper .content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-sevices--innerWrapper .content p {
          font-size: 1.111vw;
          line-height: 1.528vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-ls-sevices--innerWrapper .content p {
          font-size: 18px;
          line-height: 24px; } }
    .new-ls-sevices--innerWrapper .content .btn-green {
      font-family: 'Mona-Sans';
      display: inline-block;
      background: #7EE787;
      color: #0D1116;
      transition: 0.4s all;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-sevices--innerWrapper .content .btn-green {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      .new-ls-sevices--innerWrapper .content .btn-green svg {
        margin-left: 6px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ls-sevices--innerWrapper .content .btn-green svg {
            margin-left: 0.417vw; } }
        .new-ls-sevices--innerWrapper .content .btn-green svg path {
          fill: #0D1116; }
        .new-ls-sevices--innerWrapper .content .btn-green svg rect {
          width: 0;
          fill: #0D1116; }
      .new-ls-sevices--innerWrapper .content .btn-green:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #7EE787;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new-ls-sevices--innerWrapper .content .btn-green:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new-ls-sevices--innerWrapper .content .btn-green:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-ls-sevices--innerWrapper .content .btn-green:hover svg rect {
                width: 0.625vw; } }

/* Ecommerce SEO Services End Here */
/* Image Content Block Start Here */
.new-ls-imgContent {
  background-color: #161B22;
  padding: 77px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-ls-imgContent {
      padding: 5.347vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new-ls-imgContent {
      padding: 20px 0 30px; } }
  .new-ls-imgContent .innerWrapper {
    padding: 0 37px 0 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ls-imgContent .innerWrapper {
        padding: 0 2.569vw 0 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .new-ls-imgContent .innerWrapper {
        padding: 0; } }
    .new-ls-imgContent .innerWrapper .row {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
  .new-ls-imgContent__content {
    width: 100%;
    max-width: 44.8%; }
    @media only screen and (max-width: 991px) {
      .new-ls-imgContent__content {
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center; } }
    .new-ls-imgContent__content h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-imgContent__content h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-ls-imgContent__content h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-ls-imgContent__content h2 span {
        background: linear-gradient(89.62deg, #939AFF 0.34%, #FFA28B 99.68%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new-ls-imgContent__content .dis {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-imgContent__content .dis {
          margin-bottom: 1.389vw; } }
      .new-ls-imgContent__content .dis p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        display: block;
        margin: 0;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 30px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ls-imgContent__content .dis p {
            font-size: 1.528vw;
            line-height: 2.083vw; } }
        @media only screen and (max-width: 767px) {
          .new-ls-imgContent__content .dis p {
            font-size: 18px;
            line-height: 24px; } }
    .new-ls-imgContent__content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-imgContent__content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new-ls-imgContent__content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new-ls-imgContent__content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ls-imgContent__content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new-ls-imgContent__content .btn-white svg path {
          fill: #0D1116; }
        .new-ls-imgContent__content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new-ls-imgContent__content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new-ls-imgContent__content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new-ls-imgContent__content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-ls-imgContent__content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .new-ls-imgContent__img {
    position: relative;
    width: 100%;
    max-width: 44.8%; }
    @media only screen and (max-width: 991px) {
      .new-ls-imgContent__img {
        max-width: 100%; } }
    .new-ls-imgContent__img .aspect-ratio {
      position: relative;
      overflow: hidden;
      padding-bottom: 90.6%;
      border-radius: 8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-imgContent__img .aspect-ratio {
          border-radius: 0.556vw; } }
      .new-ls-imgContent__img .aspect-ratio img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
    .new-ls-imgContent__img:before {
      content: '';
      position: absolute;
      background: #939AFF;
      opacity: 0.2;
      filter: blur(55px);
      border-radius: 100%;
      left: -7%;
      top: -9%;
      width: 116%;
      height: 117%; }

/* Image Content Block End Here */
/* FAQ Section Start Here */
.new-ls-faq-section {
  background-color: #161B22;
  padding: 75px 0 90px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-ls-faq-section {
      padding: 5.208vw 0 6.250vw; } }
  @media only screen and (max-width: 767px) {
    .new-ls-faq-section {
      padding: 30px 0 60px; } }
  .new-ls-faq-section .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 860px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ls-faq-section .innerWrapper {
        max-width: 59.722vw; } }
    .new-ls-faq-section .innerWrapper .new-title {
      text-align: center;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ls-faq-section .innerWrapper .new-title {
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-ls-faq-section .innerWrapper .new-title {
          margin-bottom: 0; } }
      .new-ls-faq-section .innerWrapper .new-title h2 {
        font-family: 'Mona-Sans';
        font-weight: 700;
        color: #fff;
        letter-spacing: 0;
        font-size: 48px;
        line-height: 58px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ls-faq-section .innerWrapper .new-title h2 {
            font-size: 3.333vw;
            line-height: 4.028vw; } }
        @media only screen and (max-width: 767px) {
          .new-ls-faq-section .innerWrapper .new-title h2 {
            font-size: 28px;
            line-height: 32px; } }
    .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card {
      background: transparent;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #45494e; }
      .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header {
        padding: 0;
        border-radius: 0;
        margin: 0;
        border: 0;
        background-color: transparent; }
        .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn {
          width: 100%;
          background-color: transparent;
          font-family: 'Mona-Sans', sans-serif;
          color: #ffffff;
          text-align: left;
          font-weight: 600;
          letter-spacing: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          font-size: 20px;
          line-height: 28px;
          padding: 30px 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn {
              font-size: 1.389vw;
              line-height: 1.944vw;
              padding: 2.083vw 0; } }
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg {
            width: 15px;
            height: 15px;
            margin-right: 40px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg {
                width: 1.042vw;
                height: 1.042vw;
                margin-right: 2.778vw; } }
            @media only screen and (max-width: 767px) {
              .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg {
                margin-right: 20px; } }
            .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg.plus {
              display: none; }
            .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn svg.minus {
              display: block; }
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn:focus {
            outline: none; }
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn.collapsed svg.plus {
            display: block; }
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-header .accordionBtn.collapsed svg.minus {
            display: none; }
      .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body {
        padding: 0 0 30px 55px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body {
            padding: 0 0 2.083vw 3.819vw; } }
        @media only screen and (max-width: 767px) {
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body {
            padding: 0 0 30px 35px; } }
        .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body p, .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body li {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 400;
          color: #8B949E;
          letter-spacing: 0;
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body p, .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body li {
              font-size: 1.111vw;
              line-height: 1.528vw;
              margin-bottom: 0.694vw; } }
        .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul {
          margin-left: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul {
              margin-left: 1.389vw; } }
          .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul li {
            list-style: disc;
            margin-bottom: 10px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-ls-faq-section .innerWrapper .faqWrapper .accordion .card .card-body ul li {
                margin-bottom: 0.694vw; } }

/* FAQ Section End Here */
/**************************************** Local SEO Page End Here **********************************************************/
/**************************************** AI Softwere Page Start Here **********************************************************/
/* Banner Section Start Here */
.new_ai_banner {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_ai_banner {
      padding: 4.167vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new_ai_banner {
      padding: 60px 0; } }
  .new_ai_banner .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .new_ai_banner--content {
    width: 100%;
    max-width: 49.5%; }
    @media only screen and (max-width: 991px) {
      .new_ai_banner--content {
        max-width: 100%;
        margin-bottom: 30px; } }
    .new_ai_banner--content .title {
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ai_banner--content .title {
          margin-bottom: 1.389vw; } }
      .new_ai_banner--content .title h1, .new_ai_banner--content .title .shadow p {
        font-family: 'Mona-Sans';
        font-weight: 600;
        color: #fff;
        margin: 0;
        font-size: 60px;
        line-height: 58px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ai_banner--content .title h1, .new_ai_banner--content .title .shadow p {
            font-size: 4.167vw;
            line-height: 4.028vw; } }
        @media only screen and (max-width: 767px) {
          .new_ai_banner--content .title h1, .new_ai_banner--content .title .shadow p {
            font-size: 48px;
            line-height: 46px;
            letter-spacing: -2.5px; } }
        .new_ai_banner--content .title h1 span, .new_ai_banner--content .title .shadow p span {
          background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
      .new_ai_banner--content .title .shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        filter: blur(15px); }
        .new_ai_banner--content .title .shadow span {
          filter: blur(15px); }
    .new_ai_banner--content .dis p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ai_banner--content .dis p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new_ai_banner--content .dis p {
          font-size: 20px;
          line-height: 28px; } }
    .new_ai_banner--content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ai_banner--content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new_ai_banner--content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new_ai_banner--content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_ai_banner--content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new_ai_banner--content .btn-white svg path {
          fill: #0D1116; }
        .new_ai_banner--content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new_ai_banner--content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new_ai_banner--content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new_ai_banner--content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new_ai_banner--content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .new_ai_banner--imgBlock {
    width: 100%;
    max-width: 50.5%;
    padding-left: 127px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_ai_banner--imgBlock {
        padding-left: 8.819vw; } }
    @media only screen and (max-width: 991px) {
      .new_ai_banner--imgBlock {
        max-width: 100%;
        padding-left: 0; } }
    .new_ai_banner--imgBlock figure {
      margin-right: -236px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_ai_banner--imgBlock figure {
          margin-right: -16.389vw; } }
      @media only screen and (max-width: 767px) {
        .new_ai_banner--imgBlock figure {
          margin-right: -167px;
          margin-left: 0; } }
      .new_ai_banner--imgBlock figure img {
        display: block;
        width: 100%; }

/* Banner Section End Here */
/* AI Services Start Here */
.new-ai-sevices {
  background-color: #161B22;
  padding: 60px 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-ai-sevices {
      padding: 4.167vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-ai-sevices {
      padding: 30px 0 0; } }
  .new-ai-sevices--title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 860px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ai-sevices--title {
        max-width: 59.722vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new-ai-sevices--title {
        margin-bottom: 30px; } }
    .new-ai-sevices--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 58px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ai-sevices--title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .new-ai-sevices--title h2 {
          font-size: 28px;
          line-height: 36px; } }
  .new-ai-sevices--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 930px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-ai-sevices--innerWrapper {
        max-width: 64.583vw; } }
    .new-ai-sevices--innerWrapper .row {
      margin: 0 -45px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ai-sevices--innerWrapper .row {
          margin: 0 -3.125vw; } }
      @media only screen and (max-width: 991px) {
        .new-ai-sevices--innerWrapper .row {
          margin: 0 -15px; } }
      .new-ai-sevices--innerWrapper .row [class*='col'] {
        padding: 0 45px;
        margin-bottom: 90px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ai-sevices--innerWrapper .row [class*='col'] {
            padding: 0 3.125vw;
            margin-bottom: 6.250vw; } }
        @media only screen and (max-width: 991px) {
          .new-ai-sevices--innerWrapper .row [class*='col'] {
            padding: 0 15px; } }
        @media only screen and (max-width: 767px) {
          .new-ai-sevices--innerWrapper .row [class*='col'] {
            margin-bottom: 40px; } }
    .new-ai-sevices--innerWrapper .icon-box {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-ai-sevices--innerWrapper .icon-box {
          margin-bottom: 1.389vw; } }
      .new-ai-sevices--innerWrapper .icon-box .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: auto;
        background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
        border-radius: 100%;
        width: 144px;
        height: 144px;
        padding: 34px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ai-sevices--innerWrapper .icon-box .icon {
            width: 10vw;
            height: 10vw;
            padding: 2.361vw; } }
        .new-ai-sevices--innerWrapper .icon-box .icon img {
          position: relative;
          max-width: 100%;
          max-height: 100%;
          filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
    .new-ai-sevices--innerWrapper .content {
      text-align: center; }
      .new-ai-sevices--innerWrapper .content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ai-sevices--innerWrapper .content h3 {
            font-size: 1.667vw;
            line-height: 1.597vw;
            margin-bottom: 0.694vw; } }
        @media only screen and (max-width: 767px) {
          .new-ai-sevices--innerWrapper .content h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 8px; } }
      .new-ai-sevices--innerWrapper .content p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 22px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-ai-sevices--innerWrapper .content p {
            font-size: 1.111vw;
            line-height: 1.528vw; } }
        @media only screen and (max-width: 767px) {
          .new-ai-sevices--innerWrapper .content p {
            font-size: 18px;
            line-height: 24px; } }

/* AI Services End Here */
/* intigrated Services Start Here */
.ai-service-imgTextBlock {
  padding: 195px 0 0px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .ai-service-imgTextBlock {
      padding: 13.542vw 0 0; } }
  @media only screen and (max-width: 767px) {
    .ai-service-imgTextBlock {
      padding: 60px 0 0; } }
  .ai-service-imgTextBlock .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0;
    margin-bottom: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .ai-service-imgTextBlock .row {
        margin-bottom: 10.417vw; } }
    @media only screen and (max-width: 767px) {
      .ai-service-imgTextBlock .row {
        margin-bottom: 60px; } }
  .ai-service-imgTextBlock .content-block {
    width: 48.1%; }
    @media only screen and (max-width: 991px) {
      .ai-service-imgTextBlock .content-block {
        width: 100%; } }
    .ai-service-imgTextBlock .content-block h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .ai-service-imgTextBlock .content-block h2 {
          font-size: 2.500vw;
          line-height: 3.194vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .ai-service-imgTextBlock .content-block h2 {
          font-size: 28px;
          line-height: 36px; } }
    .ai-service-imgTextBlock .content-block .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .ai-service-imgTextBlock .content-block .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
  .ai-service-imgTextBlock .img-block {
    width: 39.9%; }
    @media only screen and (max-width: 991px) {
      .ai-service-imgTextBlock .img-block {
        width: 100%; } }
    .ai-service-imgTextBlock .img-block .innerWrapper {
      position: relative; }
      .ai-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
        position: relative; }
        @media only screen and (max-width: 991px) {
          .ai-service-imgTextBlock .img-block .innerWrapper .aspect_ratio {
            margin-top: 30px; } }
        .ai-service-imgTextBlock .img-block .innerWrapper .aspect_ratio img {
          position: relative;
          display: block;
          width: 100%;
          border-radius: 8px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .ai-service-imgTextBlock .img-block .innerWrapper .aspect_ratio img {
              border-radius: 0.556vw; } }
      .ai-service-imgTextBlock .img-block .innerWrapper:before {
        content: '';
        position: absolute;
        background: #939AFF;
        opacity: 0.2;
        filter: blur(55px);
        border-radius: 100%;
        left: -7%;
        top: -9%;
        width: 116%;
        height: 117%; }
  .ai-service-imgTextBlock .row:nth-child(even) .content-block {
    order: 2; }
    @media only screen and (max-width: 991px) {
      .ai-service-imgTextBlock .row:nth-child(even) .content-block {
        order: 1; } }
  .ai-service-imgTextBlock .row:nth-child(even) .img-block {
    order: 1; }
    @media only screen and (max-width: 991px) {
      .ai-service-imgTextBlock .row:nth-child(even) .img-block {
        order: 2; } }

/* intigrated Services End Here */
.customer_review.ai-customer-review {
  padding: 46px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .customer_review.ai-customer-review {
      padding: 3.194vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .customer_review.ai-customer-review {
      padding: 0px 0 30px; } }
  .customer_review.ai-customer-review .title {
    margin-bottom: 50px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .customer_review.ai-customer-review .title {
        margin-bottom: 3.472vw; } }
    @media only screen and (max-width: 767px) {
      .customer_review.ai-customer-review .title {
        margin-bottom: 30px; } }
    .customer_review.ai-customer-review .title h2 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .customer_review.ai-customer-review .title h2 {
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .customer_review.ai-customer-review .title h2 {
          margin-bottom: 10px; } }
    .customer_review.ai-customer-review .title p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 500;
      margin: 0;
      color: #ffffff;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .customer_review.ai-customer-review .title p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .customer_review.ai-customer-review .title p {
          font-size: 20px;
          line-height: 28px; } }

.content_section.ai-content-section .inner_wrapper {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3), 0px 1px 4px 0px rgba(255, 255, 255, 0.1) inset, 0px -10px 4px 0px #161B22 inset; }
  .content_section.ai-content-section .inner_wrapper .dis p {
    color: #ffffff; }

/**************************************** AI Softwere Page End Here **********************************************************/
/******************************* Conversion rate optimization Page Start Here **********************************************************/
/* Banner Section Start Here */
.new-cro-banner {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-banner {
      padding: 5.556vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-banner {
      padding: 60px 0 30px; } }
  .new-cro-banner .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-banner .customRow {
        margin: 0 -0.694vw; } }
  .new-cro-banner__content {
    width: 100%;
    max-width: 50%;
    padding: 0 10px; }
    @media only screen and (max-width: 991px) {
      .new-cro-banner__content {
        max-width: 100%;
        margin-bottom: 30px;
        padding: 0 0.694vw; } }
    .new-cro-banner__content .title {
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-banner__content .title {
          margin-bottom: 1.389vw; } }
      .new-cro-banner__content .title h1, .new-cro-banner__content .title .shadow p {
        font-family: 'Mona-Sans';
        font-weight: 600;
        color: #fff;
        margin: 0;
        font-size: 60px;
        line-height: 58px;
        background: linear-gradient(135deg, #939AFF 0%, #FFA28B 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-banner__content .title h1, .new-cro-banner__content .title .shadow p {
            font-size: 4.167vw;
            line-height: 4.028vw; } }
        @media only screen and (max-width: 767px) {
          .new-cro-banner__content .title h1, .new-cro-banner__content .title .shadow p {
            font-size: 48px;
            line-height: 46px;
            letter-spacing: -2.5px; } }
      .new-cro-banner__content .title .shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        filter: blur(15px); }
        .new-cro-banner__content .title .shadow span {
          filter: blur(15px); }
    .new-cro-banner__content .dis p {
      font-family: 'Mona-Sans';
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-banner__content .dis p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-banner__content .dis p {
          font-size: 20px;
          line-height: 28px; } }
    .new-cro-banner__content .btn-white {
      font-family: 'Mona-Sans', sans-serif;
      display: inline-block;
      background: #ffffff;
      color: #0D1116;
      letter-spacing: 0;
      padding: 15px 24px 15px 20px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-banner__content .btn-white {
          padding: 1.042vw 1.667vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw; } }
      @media only screen and (max-width: 413px) {
        .new-cro-banner__content .btn-white {
          font-size: 14px;
          padding: 13px 12px 13px 12px; } }
      .new-cro-banner__content .btn-white svg {
        margin-left: 6px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-banner__content .btn-white svg {
            width: 0.694vw;
            margin-left: 0.417vw; } }
        .new-cro-banner__content .btn-white svg path {
          fill: #0D1116; }
        .new-cro-banner__content .btn-white svg rect {
          width: 0;
          fill: #0D1116; }
      .new-cro-banner__content .btn-white:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFFFFF;
        box-shadow: 0px 30px 50px rgba(255, 255, 255, 0.06); }
        .new-cro-banner__content .btn-white:hover svg {
          margin-right: 0;
          transform: translate(5px);
          transition: .5s ease all; }
          .new-cro-banner__content .btn-white:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-cro-banner__content .btn-white:hover svg rect {
                width: 0.625vw; } }
  .new-cro-banner__imgBlock {
    width: 100%;
    max-width: 50%;
    padding: 0 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-banner__imgBlock {
        padding: 0 0.694vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-banner__imgBlock {
        max-width: 100%;
        padding-left: 0; } }
    .new-cro-banner__imgBlock figure img {
      display: block;
      width: 100%; }

/* Banner Section End Here */
/* Image Content Section Start here */
.new-cro-imgContent {
  padding: 75px 0 30px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-imgContent {
      padding: 5.208vw 0 2.083vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-imgContent {
      padding: 30px 0 30px; } }
  .new-cro-imgContent .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContent .innerWrapper {
        max-width: 75vw; } }
  .new-cro-imgContent .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContent .customRow {
        margin: 0 -0.694vw; } }
  .new-cro-imgContent .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContent .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-imgContent .title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-imgContent .title {
        margin-bottom: 30px; } }
    .new-cro-imgContent .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContent .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContent .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-imgContent .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new-cro-imgContent .title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContent .title .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
  .new-cro-imgContent__content {
    width: 50%;
    padding: 0 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContent__content {
        padding: 0 0.694vw; } }
    @media only screen and (max-width: 767px) {
      .new-cro-imgContent__content {
        width: 100%; } }
    .new-cro-imgContent__content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContent__content h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContent__content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new-cro-imgContent__content .dis p, .new-cro-imgContent__content .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContent__content .dis p, .new-cro-imgContent__content .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
      .new-cro-imgContent__content .dis p:last-of-type, .new-cro-imgContent__content .dis li:last-of-type {
        margin-bottom: 0; }
    .new-cro-imgContent__content .dis li {
      width: 50%;
      list-style-type: disc;
      list-style-position: inside;
      padding: 0 10px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContent__content .dis li {
          margin-bottom: 1.389vw;
          padding: 0 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContent__content .dis li {
          width: 100%; } }
    .new-cro-imgContent__content .dis ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px;
      padding-left: 12px; }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContent__content .dis ul {
          margin: 0 -0.694vw;
          padding-left: 0.833vw; } }
    .new-cro-imgContent__content .dis p, .new-cro-imgContent__content .dis ul {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContent__content .dis p, .new-cro-imgContent__content .dis ul {
          margin-bottom: 2.083vw; } }
  .new-cro-imgContent__img {
    width: 50%;
    padding: 0 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContent__img {
        padding: 0 0.694vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-imgContent__img {
        width: 100%;
        display: none; } }
  .new-cro-imgContent figure {
    width: 119%; }
    @media only screen and (max-width: 991px) {
      .new-cro-imgContent figure {
        width: 100%;
        margin-bottom: 30px; } }
    .new-cro-imgContent figure img {
      display: block;
      width: 100%; }
    .new-cro-imgContent figure.mb-img {
      display: none; }
      @media only screen and (max-width: 991px) {
        .new-cro-imgContent figure.mb-img {
          display: block; } }

/* Image Content Section End here */
/* Shopify Plus SEO Services Start Here */
.new-cro-sevices {
  padding: 30px 0 15px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-sevices {
      padding: 2.083vw 0 1.042vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-sevices {
      padding: 30px 0 0; } }
  .new-cro-sevices__title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevices__title {
        max-width: 75vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-sevices__title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-sevices__title {
        margin-bottom: 30px; } }
    .new-cro-sevices__title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices__title h2 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-sevices__title h2 {
          font-size: 20px;
          line-height: 24px; } }
    .new-cro-sevices__title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices__title .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
  .new-cro-sevices__innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevices__innerWrapper {
        max-width: 75vw; } }
    .new-cro-sevices__innerWrapper .row {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: 0 -37.5px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices__innerWrapper .row {
          margin: 0 -2.604vw; } }
      @media only screen and (max-width: 991px) {
        .new-cro-sevices__innerWrapper .row {
          margin: 0 -15px; } }
      .new-cro-sevices__innerWrapper .row [class*='col'] {
        padding: 0 37.5px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices__innerWrapper .row [class*='col'] {
            padding: 0 2.604vw;
            margin-bottom: 4.167vw; } }
        @media only screen and (max-width: 991px) {
          .new-cro-sevices__innerWrapper .row [class*='col'] {
            padding: 0 15px; } }
        @media only screen and (max-width: 767px) {
          .new-cro-sevices__innerWrapper .row [class*='col'] {
            margin-bottom: 40px; } }
    .new-cro-sevices__innerWrapper .icon-box {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices__innerWrapper .icon-box {
          margin-bottom: 1.389vw; } }
      .new-cro-sevices__innerWrapper .icon-box .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: auto;
        background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
        border-radius: 100%;
        width: 144px;
        height: 144px;
        padding: 34px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices__innerWrapper .icon-box .icon {
            width: 10vw;
            height: 10vw;
            padding: 2.361vw; } }
        .new-cro-sevices__innerWrapper .icon-box .icon img {
          position: relative;
          max-width: 100%;
          max-height: 100%;
          filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
    .new-cro-sevices__innerWrapper .content {
      text-align: center; }
      .new-cro-sevices__innerWrapper .content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        font-size: 24px;
        line-height: 23px;
        letter-spacing: -0.9px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices__innerWrapper .content h3 {
            font-size: 1.667vw;
            line-height: 1.597vw;
            letter-spacing: -0.063vw;
            margin-bottom: 0.694vw; } }
        @media only screen and (max-width: 767px) {
          .new-cro-sevices__innerWrapper .content h3 {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0;
            margin-bottom: 8px; } }
      .new-cro-sevices__innerWrapper .content p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        margin: 0;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 22px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices__innerWrapper .content p {
            font-size: 1.111vw;
            line-height: 1.528vw; } }
        @media only screen and (max-width: 767px) {
          .new-cro-sevices__innerWrapper .content p {
            font-size: 18px;
            line-height: 24px; } }

/* Shopify Plus SEO Services End Here */
/* Image Content Section Start here */
.new-cro-imgContentReverse {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-imgContentReverse {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-cro-imgContentReverse {
      padding: 30px 0; } }
  .new-cro-imgContentReverse .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContentReverse .innerWrapper {
        max-width: 75vw; } }
  .new-cro-imgContentReverse .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -35px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContentReverse .customRow {
        margin: 0 -2.431vw; } }
  .new-cro-imgContentReverse .title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 790px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContentReverse .title {
        max-width: 54.861vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-imgContentReverse .title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-imgContentReverse .title {
        margin-bottom: 30px; } }
    .new-cro-imgContentReverse .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContentReverse .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContentReverse .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-imgContentReverse .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new-cro-imgContentReverse__content {
    width: 52.2%;
    order: 2;
    padding: 0 35px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContentReverse__content {
        padding: 0 2.431vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-imgContentReverse__content {
        order: 1;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .new-cro-imgContentReverse__content {
        width: 100%; } }
    .new-cro-imgContentReverse__content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContentReverse__content h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContentReverse__content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new-cro-imgContentReverse__content .dis p, .new-cro-imgContentReverse__content .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContentReverse__content .dis p, .new-cro-imgContentReverse__content .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
      .new-cro-imgContentReverse__content .dis p:last-of-type, .new-cro-imgContentReverse__content .dis li:last-of-type {
        margin-bottom: 0; }
    .new-cro-imgContentReverse__content .dis li {
      width: 50%;
      list-style-type: disc;
      list-style-position: inside;
      padding: 0 10px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContentReverse__content .dis li {
          margin-bottom: 1.389vw;
          padding: 0 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContentReverse__content .dis li {
          width: 100%; } }
    .new-cro-imgContentReverse__content .dis ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px;
      padding-left: 12px; }
      @media only screen and (max-width: 767px) {
        .new-cro-imgContentReverse__content .dis ul {
          margin: 0 -0.694vw;
          padding-left: 0.833vw; } }
    .new-cro-imgContentReverse__content .dis p, .new-cro-imgContentReverse__content .dis ul {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-imgContentReverse__content .dis p, .new-cro-imgContentReverse__content .dis ul {
          margin-bottom: 1.389vw; } }
  .new-cro-imgContentReverse__img {
    width: 47.8%;
    order: 1;
    padding: 0 35px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-imgContentReverse__img {
        padding: 0 2.431vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-imgContentReverse__img {
        order: 2;
        width: 100%; } }
    .new-cro-imgContentReverse__img figure {
      margin: 0;
      width: 109%;
      margin-left: -9%; }
      @media only screen and (max-width: 991px) {
        .new-cro-imgContentReverse__img figure {
          margin-left: 0;
          width: 100%; } }
      .new-cro-imgContentReverse__img figure img {
        display: block;
        width: 100%; }

/* Image Content Section End here */
/* Comparistion Section Start Here */
.new-cro-comparistion {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-comparistion {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-cro-comparistion {
      padding: 30px 0; } }
  .new-cro-comparistion .title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-comparistion .title {
        max-width: 75vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-comparistion .title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-comparistion .title {
        margin-bottom: 60px; } }
    .new-cro-comparistion .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-comparistion .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-comparistion .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-comparistion .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new-cro-comparistion .title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-comparistion .title .dis p {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-comparistion .title .dis p {
          font-size: 20px;
          line-height: 28px; } }
  .new-cro-comparistion .innerWrapper {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    border: 2px solid #7EE787;
    padding: 90px 110px 18px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-comparistion .innerWrapper {
        border-radius: 0.833vw;
        padding: 6.250vw 7.639vw 1.250vw; } }
    @media only screen and (max-width: 767px) {
      .new-cro-comparistion .innerWrapper {
        padding: 30px 30px 0; } }
    .new-cro-comparistion .innerWrapper .border-filter {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 12px;
      border: 2px solid #7EE787;
      filter: blur(10px); }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-comparistion .innerWrapper .border-filter {
          border-radius: 0.833vw;
          border: 0.139vw solid #7EE787;
          filter: blur(10px); } }
  .new-cro-comparistion__compare-block {
    position: relative;
    z-index: 1; }
    .new-cro-comparistion__compare-block .vs-text {
      position: absolute;
      z-index: 2;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ffffff;
      border-radius: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #939AFF;
      top: -30px;
      width: 116px;
      height: 116px;
      font-size: 28px;
      line-height: 36px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-comparistion__compare-block .vs-text {
          top: -2.083vw;
          width: 8.056vw;
          height: 8.056vw;
          font-size: 1.944vw;
          line-height: 2.500vw; } }
      @media only screen and (max-width: 991px) {
        .new-cro-comparistion__compare-block .vs-text {
          display: none; } }
    .new-cro-comparistion__compare-block .customRow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .new-cro-comparistion__compare-block .customRow .items {
        width: 50%; }
        @media only screen and (max-width: 991px) {
          .new-cro-comparistion__compare-block .customRow .items {
            width: 100%;
            margin-bottom: 30px; }
            .new-cro-comparistion__compare-block .customRow .items:last-child {
              margin-bottom: 0; } }
        .new-cro-comparistion__compare-block .customRow .items .small-title {
          font-family: 'Mona-Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          background: #939AFF;
          text-align: center;
          margin: 0;
          letter-spacing: 0;
          font-size: 28px;
          line-height: 36px;
          border-radius: 8px;
          padding: 10px;
          margin-bottom: 61px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-cro-comparistion__compare-block .customRow .items .small-title {
              font-size: 1.944vw;
              line-height: 2.500vw;
              border-radius: 0.556vw;
              padding: 0.694vw;
              margin-bottom: 4.236vw; } }
          @media only screen and (max-width: 767px) {
            .new-cro-comparistion__compare-block .customRow .items .small-title {
              font-size: 20px;
              line-height: 15px;
              margin-bottom: 32px;
              padding: 11px 10px 10px; } }
        .new-cro-comparistion__compare-block .customRow .items .compare-list {
          width: 100%;
          max-width: 482px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-cro-comparistion__compare-block .customRow .items .compare-list {
              max-width: 33.472vw; } }
          @media only screen and (max-width: 991px) {
            .new-cro-comparistion__compare-block .customRow .items .compare-list {
              max-width: 100%; } }
          .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-bottom: 40px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper {
                margin-bottom: 2.778vw; } }
            @media only screen and (max-width: 767px) {
              .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper {
                margin-bottom: 30px; } }
            .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .check-icon {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #161B22;
              border: 2px solid #0D1116;
              box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.25), inset 0px 2px 4px rgba(255, 255, 255, 0.15);
              border-radius: 100%;
              width: 30px;
              min-width: 30px;
              height: 30px;
              margin-right: 10px;
              margin-top: -3px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .check-icon {
                  width: 2.083vw;
                  min-width: 2.083vw;
                  height: 2.083vw;
                  margin-right: 0.694vw;
                  margin-top: -0.208vw; } }
              .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .check-icon svg {
                display: block;
                height: auto;
                width: 12px; }
                @media only screen and (max-width: 1440px) and (min-width: 992px) {
                  .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .check-icon svg {
                    width: 0.833vw; } }
            .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content h3 {
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 600;
              color: #ffffff;
              margin: 0;
              letter-spacing: 0;
              font-size: 24px;
              line-height: 28px;
              margin-bottom: 10px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content h3 {
                  font-size: 1.667vw;
                  line-height: 1.944vw;
                  margin-bottom: 0.694vw; } }
              @media only screen and (max-width: 767px) {
                .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content h3 {
                  font-size: 20px;
                  line-height: 24px; } }
            .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content p {
              font-family: 'Mona-Sans', sans-serif;
              font-weight: 400;
              color: #8B949E;
              margin: 0;
              letter-spacing: 0;
              font-size: 20px;
              line-height: 28px;
              margin-bottom: 20px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content p {
                  font-size: 1.389vw;
                  line-height: 1.944vw;
                  margin-bottom: 1.389vw; } }
              .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content p b, .new-cro-comparistion__compare-block .customRow .items .compare-list .compare-block--wrapper .content p strong {
                font-weight: 600; }
        .new-cro-comparistion__compare-block .customRow .items:last-child .compare-list {
          margin-left: 58px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new-cro-comparistion__compare-block .customRow .items:last-child .compare-list {
              margin-left: 4.028vw; } }
          @media only screen and (max-width: 991px) {
            .new-cro-comparistion__compare-block .customRow .items:last-child .compare-list {
              margin-left: 0; } }

/* Comparistion Section End Here */
/* success Story Section start here */
.new-cro-success {
  padding: 75px 0 30px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-success {
      padding: 5.208vw 0 2.083vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-success {
      padding: 30px 0; } }
  .new-cro-success .title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-success .title {
        max-width: 75vw;
        margin-bottom: 2.083vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-success .title {
        text-align: left; } }
    .new-cro-success .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-success .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-success .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-success .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new-cro-success .row {
    margin: 0 -11px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-success .row {
        margin: 0 -0.764vw; } }
    .new-cro-success .row .items {
      padding: 0 11px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-success .row .items {
          padding: 0 0.764vw; } }
      .new-cro-success .row .items.left-part {
        width: 66.7%; }
        @media only screen and (max-width: 991px) {
          .new-cro-success .row .items.left-part {
            width: 100%; } }
      .new-cro-success .row .items.right-part {
        width: 33.3%; }
        @media only screen and (max-width: 991px) {
          .new-cro-success .row .items.right-part {
            width: 100%; } }
      .new-cro-success .row .items .bordered-box {
        border-radius: 8px;
        border: 1px solid #161B22;
        background: #161B22; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-success .row .items .bordered-box {
            border-radius: 0.556vw; } }
      .new-cro-success .row .items .innerRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      .new-cro-success .row .items .content p {
        font-family: 'Mona-Sans';
        color: #8B949E;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-success .row .items .content p {
            font-size: 1.389vw;
            line-height: 1.944vw;
            margin-bottom: 1.389vw; } }
        .new-cro-success .row .items .content p:last-child {
          margin-bottom: 0; }
        .new-cro-success .row .items .content p span {
          color: #ffffff; }
      .new-cro-success .row .items figure {
        margin: 0; }
        .new-cro-success .row .items figure img {
          display: block;
          width: 100%; }
  .new-cro-success__customer-box {
    padding: 19px 30px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-success__customer-box {
        padding: 1.319vw 2.083vw;
        margin-bottom: 1.389vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-success__customer-box {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .new-cro-success__customer-box {
        padding: 30px; } }
    .new-cro-success__customer-box .content {
      width: 49%; }
      @media only screen and (max-width: 991px) {
        .new-cro-success__customer-box .content {
          width: 100%;
          margin-bottom: 30px; } }
    .new-cro-success__customer-box figure {
      width: 44.3%; }
      @media only screen and (max-width: 991px) {
        .new-cro-success__customer-box figure {
          width: 100%; } }
  .new-cro-success__result-box {
    padding-left: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-success__result-box {
        padding-left: 2.083vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-success__result-box {
        padding: 0;
        margin-bottom: 30px; } }
    .new-cro-success__result-box .innerRow {
      -webkit-align-items: flex-end !important;
      -moz-align-items: flex-end !important;
      -ms-align-items: flex-end !important;
      align-items: flex-end !important; }
    .new-cro-success__result-box .content {
      width: 47.1%;
      padding: 30px 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-success__result-box .content {
          padding: 2.083vw 0; } }
      @media only screen and (max-width: 991px) {
        .new-cro-success__result-box .content {
          width: 100%;
          margin-bottom: 23px;
          padding: 30px 30px 0; } }
    .new-cro-success__result-box figure {
      width: 52.9%; }
      @media only screen and (max-width: 991px) {
        .new-cro-success__result-box figure {
          width: 100%; } }
  .new-cro-success__investing-box {
    height: 100%;
    padding: 30px 30px 0; }
    .new-cro-success__investing-box .innerRow {
      height: 100%;
      flex-direction: column; }
    .new-cro-success__investing-box .content {
      flex-grow: 1; }
      @media only screen and (max-width: 767px) {
        .new-cro-success__investing-box .content {
          margin-bottom: 6px; } }
    .new-cro-success__investing-box figure {
      margin: 0 -15px !important; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-success__investing-box figure {
          margin: 0 -1.042vw !important; } }

/* success Story Section End here */
/* cro Services Start Here */
.new-cro-sevices {
  padding: 30px 0 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-sevices {
      padding: 2.083vw 0 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-sevices {
      padding: 0 0 30px; } }
  .new-cro-sevices--title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 860px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevices--title {
        max-width: 59.722vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .new-cro-sevices--title {
        margin-bottom: 30px; } }
    .new-cro-sevices--title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices--title h2 {
          font-size: 1.667vw;
          line-height: 2.222vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-sevices--title h2 {
          font-size: 20px;
          line-height: 28px; } }
  .new-cro-sevices--innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 930px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevices--innerWrapper {
        max-width: 64.583vw; } }
    .new-cro-sevices--innerWrapper .row {
      margin: 0 -45px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices--innerWrapper .row {
          margin: 0 -3.125vw; } }
      @media only screen and (max-width: 991px) {
        .new-cro-sevices--innerWrapper .row {
          margin: 0 -15px; } }
      .new-cro-sevices--innerWrapper .row [class*='col'] {
        padding: 0 45px;
        margin-bottom: 90px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices--innerWrapper .row [class*='col'] {
            padding: 0 3.125vw;
            margin-bottom: 6.250vw; } }
        @media only screen and (max-width: 991px) {
          .new-cro-sevices--innerWrapper .row [class*='col'] {
            padding: 0 15px; } }
        @media only screen and (max-width: 767px) {
          .new-cro-sevices--innerWrapper .row [class*='col'] {
            margin-bottom: 40px; } }
    .new-cro-sevices--innerWrapper .icon-box {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevices--innerWrapper .icon-box {
          margin-bottom: 1.389vw; } }
      .new-cro-sevices--innerWrapper .icon-box .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: auto;
        background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
        border-radius: 100%;
        width: 144px;
        height: 144px;
        padding: 34px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices--innerWrapper .icon-box .icon {
            width: 10vw;
            height: 10vw;
            padding: 2.361vw; } }
        .new-cro-sevices--innerWrapper .icon-box .icon img {
          position: relative;
          max-width: 100%;
          max-height: 100%;
          filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
    .new-cro-sevices--innerWrapper .content {
      text-align: center; }
      .new-cro-sevices--innerWrapper .content h3 {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0;
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices--innerWrapper .content h3 {
            font-size: 1.667vw;
            line-height: 1.597vw;
            margin-bottom: 0.694vw; } }
        @media only screen and (max-width: 767px) {
          .new-cro-sevices--innerWrapper .content h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 8px; } }
      .new-cro-sevices--innerWrapper .content p {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 22px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-sevices--innerWrapper .content p {
            font-size: 1.111vw;
            line-height: 1.528vw; } }
        @media only screen and (max-width: 767px) {
          .new-cro-sevices--innerWrapper .content p {
            font-size: 18px;
            line-height: 24px; } }

/* cro Services End Here */
/* Image Content Section Start here */
.new-cro-growth {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-growth {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-cro-growth {
      padding: 30px 0; } }
  .new-cro-growth .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-growth .innerWrapper {
        max-width: 75vw; } }
  .new-cro-growth .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-growth .customRow {
        margin: 0 -0.694vw; } }
  .new-cro-growth .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-growth .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-growth .title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-growth .title {
        margin-bottom: 30px; } }
    .new-cro-growth .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-growth .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-growth .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new-cro-growth .small-dis {
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-growth .small-dis {
        margin-bottom: 2.083vw; } }
    .new-cro-growth .small-dis:last-of-type {
      margin-bottom: 0; }
    .new-cro-growth .small-dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth .small-dis p {
          font-size: 1.389vw;
          line-height: 1.944vw;
          margin-bottom: 1.389vw; } }
      .new-cro-growth .small-dis p:last-child {
        margin-bottom: 0; }
  .new-cro-growth__content {
    width: 50%;
    padding: 0 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-growth__content {
        padding: 0 0.694vw; } }
    @media only screen and (max-width: 767px) {
      .new-cro-growth__content {
        width: 100%; } }
    .new-cro-growth__content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth__content h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-growth__content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new-cro-growth__content .dis p, .new-cro-growth__content .dis li {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth__content .dis p, .new-cro-growth__content .dis li {
          font-size: 1.389vw;
          line-height: 1.944vw; } }
    .new-cro-growth__content .dis p {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth__content .dis p {
          margin-bottom: 2.083vw; } }
    .new-cro-growth__content .dis li {
      list-style-type: disc;
      list-style-position: outside;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth__content .dis li {
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-growth__content .dis li {
          width: 100%; } }
    .new-cro-growth__content .dis ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth__content .dis ul {
          padding-left: 2.361vw; } }
    .new-cro-growth__content .dis p {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-growth__content .dis p {
          margin-bottom: 2.083vw; } }
  .new-cro-growth__img {
    width: 50%;
    padding: 0 10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-growth__img {
        padding: 0 0.694vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-growth__img {
        width: 100%; } }
    .new-cro-growth__img figure {
      margin: 0;
      width: 119%; }
      @media only screen and (max-width: 991px) {
        .new-cro-growth__img figure {
          width: 100%;
          margin-bottom: 30px; } }
      .new-cro-growth__img figure img {
        display: block;
        width: 100%; }

/* Image Content Section End here */
/* Image Content Section Start here */
.new-cro-table {
  padding: 75px 0 150px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-table {
      padding: 5.208vw 0 10.417vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-table {
      padding: 30px 0 60px; } }
  .new-cro-table .innerWrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-table .innerWrapper {
        max-width: 75vw; } }
  .new-cro-table .customRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-table .customRow {
        margin: 0 -0.694vw; } }
  .new-cro-table .title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-table .title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-table .title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-table .title {
        margin-bottom: 30px; } }
    .new-cro-table .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      font-size: 48px;
      line-height: 52px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-table .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-table .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-table .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
  .new-cro-table .small-dis {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-table .small-dis {
        margin-bottom: 4.167vw; } }
    .new-cro-table .small-dis:last-of-type {
      margin-bottom: 0; }
    .new-cro-table .small-dis.mb-hide {
      display: block; }
      @media only screen and (max-width: 767px) {
        .new-cro-table .small-dis.mb-hide {
          display: none; } }
    .new-cro-table .small-dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-table .small-dis p {
          font-size: 1.389vw;
          line-height: 1.944vw;
          margin-bottom: 1.389vw; } }
      .new-cro-table .small-dis p:last-child {
        margin-bottom: 0; }
  .new-cro-table__img {
    width: 100%; }
    .new-cro-table__img figure {
      margin: 0;
      width: 100%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-table__img figure {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 991px) {
        .new-cro-table__img figure {
          margin-bottom: 30px; } }
      .new-cro-table__img figure img {
        display: block;
        width: 100%; }

/* Image Content Section End here */
/* Shopify Plus SEO Services Start Here */
.new-cro-sevicesBg .innerWrapper {
  border-radius: 8px;
  background: #161B22;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3), 0px 1px 4px 0px rgba(255, 255, 255, 0.1) inset, 0px -10px 4px 0px #161B22 inset;
  padding: 60px 30px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-sevicesBg .innerWrapper {
      padding: 4.167vw 2.083vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-cro-sevicesBg .innerWrapper {
      padding: 30px 30px 0; } }
.new-cro-sevicesBg__title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-sevicesBg__title {
      max-width: 75vw;
      margin-bottom: 4.167vw; } }
  @media only screen and (max-width: 767px) {
    .new-cro-sevicesBg__title {
      margin-bottom: 30px; } }
  .new-cro-sevicesBg__title h2 {
    font-family: 'Mona-Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    font-size: 48px;
    line-height: 52px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevicesBg__title h2 {
        font-size: 3.333vw;
        line-height: 3.611vw; } }
    @media only screen and (max-width: 767px) {
      .new-cro-sevicesBg__title h2 {
        font-size: 28px;
        line-height: 32px; } }
    .new-cro-sevicesBg__title h2 span {
      background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
.new-cro-sevicesBg__innerWrapper {
  width: 100%;
  margin: auto;
  max-width: 1080px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-sevicesBg__innerWrapper {
      max-width: 75vw; } }
  .new-cro-sevicesBg__innerWrapper .row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -37.5px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevicesBg__innerWrapper .row {
        margin: 0 -2.604vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-sevicesBg__innerWrapper .row {
        margin: 0 -15px; } }
    .new-cro-sevicesBg__innerWrapper .row [class*='col'] {
      padding: 0 37.5px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevicesBg__innerWrapper .row [class*='col'] {
          padding: 0 2.604vw;
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 991px) {
        .new-cro-sevicesBg__innerWrapper .row [class*='col'] {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .new-cro-sevicesBg__innerWrapper .row [class*='col'] {
          margin-bottom: 75px; }
          .new-cro-sevicesBg__innerWrapper .row [class*='col']:last-child {
            margin-bottom: 0; } }
  .new-cro-sevicesBg__innerWrapper .icon-box {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-sevicesBg__innerWrapper .icon-box {
        margin-bottom: 1.389vw; } }
    .new-cro-sevicesBg__innerWrapper .icon-box .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: auto;
      background: radial-gradient(33.33% 33.33% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
      border-radius: 100%;
      width: 144px;
      height: 144px;
      padding: 34px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevicesBg__innerWrapper .icon-box .icon {
          width: 10vw;
          height: 10vw;
          padding: 2.361vw; } }
      .new-cro-sevicesBg__innerWrapper .icon-box .icon img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(2px 2px 2px rgba(14, 140, 25, 0.25)); }
  .new-cro-sevicesBg__innerWrapper .content {
    text-align: center; }
    .new-cro-sevicesBg__innerWrapper .content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 23px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevicesBg__innerWrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.597vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-sevicesBg__innerWrapper .content h3 {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 8px; } }
    .new-cro-sevicesBg__innerWrapper .content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 22px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-sevicesBg__innerWrapper .content p {
          font-size: 1.111vw;
          line-height: 1.528vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-sevicesBg__innerWrapper .content p {
          font-size: 18px;
          line-height: 24px; } }

/* Shopify Plus SEO Services End Here */
/* Optimization Section Start Here */
.new-cro-optimization {
  padding: 150px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new-cro-optimization {
      padding: 10.417vw 0; } }
  @media only screen and (max-width: 767px) {
    .new-cro-optimization {
      padding: 60px 0; } }
  .new-cro-optimization .title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-optimization .title {
        max-width: 75vw;
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .new-cro-optimization .title {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .new-cro-optimization .title {
        margin-bottom: 30px; } }
    .new-cro-optimization .title h2 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-optimization .title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-optimization .title h2 {
          font-size: 28px;
          line-height: 32px; } }
      .new-cro-optimization .title h2 span {
        background: linear-gradient(96.47deg, #939AFF 0%, #FFA28B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .new-cro-optimization .title .dis p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-optimization .title .dis p {
          font-size: 1.389vw;
          line-height: 1.944vw;
          margin-bottom: 1.389vw; } }
      .new-cro-optimization .title .dis p:last-child {
        margin-bottom: 0; }
  .new-cro-optimization__box .row {
    margin: 0 -10px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-optimization__box .row {
        margin: 0 -0.694vw; } }
    .new-cro-optimization__box .row [class*='col-'] {
      padding: 0 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-optimization__box .row [class*='col-'] {
          padding: 0 0.694vw; } }
  .new-cro-optimization__box .compare-block--wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new-cro-optimization__box .compare-block--wrapper {
        margin-bottom: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .new-cro-optimization__box .compare-block--wrapper {
        margin-bottom: 30px; } }
    .new-cro-optimization__box .compare-block--wrapper .check-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #161B22;
      border: 2px solid #0D1116;
      box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.25), inset 0px 2px 4px rgba(255, 255, 255, 0.15);
      border-radius: 100%;
      width: 30px;
      min-width: 30px;
      height: 30px;
      margin-right: 10px;
      margin-top: -3px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-optimization__box .compare-block--wrapper .check-icon {
          width: 2.083vw;
          min-width: 2.083vw;
          height: 2.083vw;
          margin-right: 0.694vw;
          margin-top: -0.208vw; } }
      .new-cro-optimization__box .compare-block--wrapper .check-icon svg {
        display: block;
        height: auto;
        width: 12px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new-cro-optimization__box .compare-block--wrapper .check-icon svg {
            width: 0.833vw; } }
    .new-cro-optimization__box .compare-block--wrapper .content h3 {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      margin: 0;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-optimization__box .compare-block--wrapper .content h3 {
          font-size: 1.667vw;
          line-height: 1.944vw;
          margin-bottom: 0.694vw; } }
      @media only screen and (max-width: 767px) {
        .new-cro-optimization__box .compare-block--wrapper .content h3 {
          font-size: 20px;
          line-height: 24px; } }
    .new-cro-optimization__box .compare-block--wrapper .content p {
      font-family: 'Mona-Sans', sans-serif;
      font-weight: 400;
      color: #8B949E;
      margin: 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new-cro-optimization__box .compare-block--wrapper .content p {
          font-size: 1.389vw;
          line-height: 1.944vw;
          margin-bottom: 1.389vw; } }
      .new-cro-optimization__box .compare-block--wrapper .content p b, .new-cro-optimization__box .compare-block--wrapper .content p strong {
        font-weight: 600; }
      .new-cro-optimization__box .compare-block--wrapper .content p:last-of-type {
        margin-bottom: 0; }

/* Optimization Section End Here */
/* new Banner start here */
.new__casestudy__banner {
  padding: 140px 0;
  position: relative; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new__casestudy__banner {
      padding: 9.722vw 0; } }
  @media only screen and (max-width: 991px) {
    .new__casestudy__banner {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .new__casestudy__banner {
      padding: 67px 0; } }
  .new__casestudy__banner .new__casestudy__banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .new__casestudy__banner .new__casestudy__banner_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .new__casestudy__banner .new__casestudy__banner_img .desk-img {
        display: none; } }
    .new__casestudy__banner .new__casestudy__banner_img .mob-img {
      display: none; }
      @media only screen and (max-width: 767px) {
        .new__casestudy__banner .new__casestudy__banner_img .mob-img {
          display: block; } }
  .new__casestudy__banner .new__casestudy__banner__logo img {
    max-width: 640px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new__casestudy__banner .new__casestudy__banner__logo img {
        max-width: 44.444vw; } }
    @media only screen and (max-width: 991px) {
      .new__casestudy__banner .new__casestudy__banner__logo img {
        max-width: 400px; } }
    @media only screen and (max-width: 767px) {
      .new__casestudy__banner .new__casestudy__banner__logo img {
        max-width: 350px; } }
    @media only screen and (max-width: 400px) {
      .new__casestudy__banner .new__casestudy__banner__logo img {
        max-width: 100%; } }

.new__casestudy__banner.birch__bind__banner {
  padding: 132px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new__casestudy__banner.birch__bind__banner {
      padding: 132px 0; } }
  @media only screen and (max-width: 991px) {
    .new__casestudy__banner.birch__bind__banner {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .new__casestudy__banner.birch__bind__banner {
      padding: 55px 0; } }
  .new__casestudy__banner.birch__bind__banner .new__casestudy__banner__logo img {
    max-width: 310px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new__casestudy__banner.birch__bind__banner .new__casestudy__banner__logo img {
        max-width: 21.528vw; } }
    @media only screen and (max-width: 767px) {
      .new__casestudy__banner.birch__bind__banner .new__casestudy__banner__logo img {
        max-width: 207px; } }

.new_casestudy_banner.birch__banner__info .new_casestudy_banner--compny-detail {
  position: relative; }
  .new_casestudy_banner.birch__banner__info .new_casestudy_banner--compny-detail .new__casestudy__bottom__img {
    position: absolute;
    bottom: -102px;
    left: 0;
    right: 0;
    text-align: center; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_banner.birch__banner__info .new_casestudy_banner--compny-detail .new__casestudy__bottom__img {
        bottom: -7.083vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_banner.birch__banner__info .new_casestudy_banner--compny-detail .new__casestudy__bottom__img {
        display: none; } }
    .new_casestudy_banner.birch__banner__info .new_casestudy_banner--compny-detail .new__casestudy__bottom__img img {
      max-width: 363px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner.birch__banner__info .new_casestudy_banner--compny-detail .new__casestudy__bottom__img img {
          max-width: 25.208vw; } }

.new_casestudy_mobileView.birch__casestudy__mobileview .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(183, 139, 119, 0.7) 0%, #B78B77 100%); }

.new_casestudy_siteView.birch_new_casestudy::before {
  background: linear-gradient(180deg, rgba(215, 210, 206, 0.7) 0%, #D7D2CE 100%); }

.new_project_assetsDetail.birch__asset__detail .new_project_assetsDetail--fontsBox .innerWrapper {
  justify-content: center; }
  .new_project_assetsDetail.birch__asset__detail .new_project_assetsDetail--fontsBox .innerWrapper .imgBox {
    border-right: 0 !important; }

.new_casestudy_fullDeskImg.birch__new__casestudy::before {
  background: linear-gradient(180deg, rgba(183, 139, 119, 0.7) 0%, #B78B77 100%); }

.new_casestudy_imgContent.casestudy__row__reverse {
  overflow: visible; }
  .new_casestudy_imgContent.casestudy__row__reverse .container {
    background: #fff; }
  .new_casestudy_imgContent.casestudy__row__reverse .row {
    flex-direction: row-reverse; }
    .new_casestudy_imgContent.casestudy__row__reverse .row .new_casestudy_imgContent--imgBlock {
      padding: 4.167vw 4.861vw;
      background: linear-gradient(180deg, rgba(215, 210, 206, 0.7) 0%, #D7D2CE 100%);
      box-shadow: 0px -4px 15px 0px rgba(22, 27, 34, 0.2); }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent.casestudy__row__reverse .row .new_casestudy_imgContent--imgBlock {
          padding: 60px 70px;
          box-shadow: 0px -0.278vw 1.042vw 0px rgba(22, 27, 34, 0.2); } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent.casestudy__row__reverse .row .new_casestudy_imgContent--imgBlock {
          padding: 40px; } }

/* new banner end here */
.new_casestudy_imgContent.custom_mobile_experience {
  padding-top: 0; }
  .new_casestudy_imgContent.custom_mobile_experience .row {
    flex-direction: row-reverse; }
    .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--content {
      padding: 97px 70px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--content {
          padding: 6.736vw 4.861vw; } }
      @media only screen and (max-width: 991px) {
        .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--content {
          padding: 60px 70px; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--content {
          padding: 60px 39px; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--content h2 {
          margin-bottom: 20px; } }
    .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--imgBlock {
      padding: 60px 70px;
      background: linear-gradient(180deg, rgba(0, 71, 187, 0.7) 0%, #0047BB 100%);
      box-shadow: 0px -4px 15px 0px rgba(22, 27, 34, 0.2); }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--imgBlock {
          padding: 4.167vw 4.861vw;
          box-shadow: 0px -0.278vw 1.042vw 0px rgba(22, 27, 34, 0.2); } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent.custom_mobile_experience .row .new_casestudy_imgContent--imgBlock {
          padding: 40px; } }

.new__casestudy__banner.hot_choclate_banner {
  padding: 100px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new__casestudy__banner.hot_choclate_banner {
      padding: 6.944vw 0; } }
  @media only screen and (max-width: 767px) {
    .new__casestudy__banner.hot_choclate_banner {
      padding: 45px 0; } }
  .new__casestudy__banner.hot_choclate_banner .new__casestudy__banner__logo img {
    max-width: 234px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new__casestudy__banner.hot_choclate_banner .new__casestudy__banner__logo img {
        max-width: 16.250vw; } }
    @media only screen and (max-width: 991px) {
      .new__casestudy__banner.hot_choclate_banner .new__casestudy__banner__logo img {
        max-width: 150px; } }
    @media only screen and (max-width: 767px) {
      .new__casestudy__banner.hot_choclate_banner .new__casestudy__banner__logo img {
        max-width: 128px; } }

.new_casestudy_banner.hot_choclate_casestudy_banner .new_casestudy_banner--compny-detail {
  position: relative; }
  .new_casestudy_banner.hot_choclate_casestudy_banner .new_casestudy_banner--compny-detail .new__casestudy__bottom__img {
    position: absolute;
    bottom: -156px;
    left: 0;
    right: 0;
    text-align: center; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_banner.hot_choclate_casestudy_banner .new_casestudy_banner--compny-detail .new__casestudy__bottom__img {
        bottom: -10.833vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_banner.hot_choclate_casestudy_banner .new_casestudy_banner--compny-detail .new__casestudy__bottom__img {
        display: none; } }
    .new_casestudy_banner.hot_choclate_casestudy_banner .new_casestudy_banner--compny-detail .new__casestudy__bottom__img img {
      max-width: 454px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_banner.hot_choclate_casestudy_banner .new_casestudy_banner--compny-detail .new__casestudy__bottom__img img {
          max-width: 31.528vw; } }

.new_casestudy_mobileView.hot_choclate_casestudy .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(253, 82, 0, 0.7) 0%, #FD5200 100%); }

.new_casestudy_companyLogo.hot_choclate_company_logo {
  background: #ffffff;
  padding: 100px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.hot_choclate_company_logo {
      padding: 6.944vw 0; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_companyLogo.hot_choclate_company_logo {
      background: #0d1116;
      padding: 60px 0; } }
  .new_casestudy_companyLogo.hot_choclate_company_logo .innerWrapper .content h2 {
    color: #161B22; }
    @media only screen and (max-width: 767px) {
      .new_casestudy_companyLogo.hot_choclate_company_logo .innerWrapper .content h2 {
        color: #fff; } }
  .new_casestudy_companyLogo.hot_choclate_company_logo .innerWrapper .content h3 {
    color: #161B22; }
    @media only screen and (max-width: 767px) {
      .new_casestudy_companyLogo.hot_choclate_company_logo .innerWrapper .content h3 {
        color: #fff; } }
  .new_casestudy_companyLogo.hot_choclate_company_logo .innerWrapper .content p {
    color: #161B22 !important; }
    @media only screen and (max-width: 767px) {
      .new_casestudy_companyLogo.hot_choclate_company_logo .innerWrapper .content p {
        color: #8B949E !important; } }

.new_casestudy_siteView.hot_choclate_casestudy_mobile_view::before {
  background: linear-gradient(180deg, rgba(0, 169, 224, 0.7) 0%, #00A9E0 100%); }

.new_project_assetsDetail.hot_choclate_asset_detail {
  padding-bottom: 60px;
  background: #03AAE0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_project_assetsDetail.hot_choclate_asset_detail {
      padding-bottom: 4.167vw; } }
  @media only screen and (max-width: 767px) {
    .new_project_assetsDetail.hot_choclate_asset_detail {
      padding-bottom: 20px; } }
  .new_project_assetsDetail.hot_choclate_asset_detail .new_project_assetsDetail--innerWrapper {
    filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)) drop-shadow(0px 4px 15px rgba(22, 27, 34, 0.2)); }
  .new_project_assetsDetail.hot_choclate_asset_detail .new_project_assetsDetail--colorBox ul li:nth-child(6) {
    border-right: 1px solid #8B949E; }
    @media only screen and (max-width: 991px) {
      .new_project_assetsDetail.hot_choclate_asset_detail .new_project_assetsDetail--colorBox ul li:nth-child(6) {
        border-right: none;
        border-bottom: 1px solid #8B949E; } }

.new_casestudy_imgContent.hot_choclate_case_study {
  box-shadow: 0px -4px 15px 0px rgba(22, 27, 34, 0.4);
  position: relative; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_imgContent.hot_choclate_case_study {
      box-shadow: 0px -0.278vw 1.042vw 0px rgba(22, 27, 34, 0.4); } }
  .new_casestudy_imgContent.hot_choclate_case_study .row {
    flex-direction: row-reverse; }
    .new_casestudy_imgContent.hot_choclate_case_study .row .new_casestudy_imgContent--content {
      padding: 67px 70px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent.hot_choclate_case_study .row .new_casestudy_imgContent--content {
          padding: 4.653vw 4.861vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent.hot_choclate_case_study .row .new_casestudy_imgContent--content {
          padding: 60px 39px;
          background: #0d1116; } }
    .new_casestudy_imgContent.hot_choclate_case_study .row .new_casestudy_imgContent--imgBlock {
      padding: 60px 70px;
      background: linear-gradient(180deg, rgba(0, 169, 224, 0.7) 0%, #00A9E0 100%); }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_imgContent.hot_choclate_case_study .row .new_casestudy_imgContent--imgBlock {
          padding: 4.167vw 4.861vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_imgContent.hot_choclate_case_study .row .new_casestudy_imgContent--imgBlock {
          padding: 40px; } }

.new_casestudy_imgContent.hot_choclate_focus {
  margin-bottom: 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_imgContent.hot_choclate_focus {
      margin-bottom: 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .new_casestudy_imgContent.hot_choclate_focus {
      margin-bottom: 30px; } }

.new_casestudy_fullDeskImg.choclate__collection__img::before {
  background: #0D1116; }
  @media only screen and (max-width: 767px) {
    .new_casestudy_fullDeskImg.choclate__collection__img::before {
      background: linear-gradient(180deg, rgba(253, 82, 0, 0.7) 0%, #FD5200 100%); } }

.new_casestudy_mobileView.juliet_mobileview .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(190, 130, 113, 0.7) 0%, #BE8271 100%); }

.new_casestudy_companyLogo.juliet__company__logo .innerWrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.juliet__company__logo .innerWrapper {
      max-width: 76.389vw; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_companyLogo.juliet__company__logo .innerWrapper {
      max-width: 100%; } }
.new_casestudy_companyLogo.juliet__company__logo .content {
  max-width: 640px !important; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.juliet__company__logo .content {
      max-width: 44.444vw !important; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_companyLogo.juliet__company__logo .content {
      max-width: 100% !important; } }

.new_casestudy_siteView.juliet__casestudy__siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.juliet__casestudy__siteview::before {
    background: linear-gradient(180deg, rgba(147, 143, 133, 0.7) 0%, #938F85 100%); }

.new_project_assetsDetail.julie_project_assetdetail .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_project_assetsDetail.julie_project_assetdetail .new_project_assetsDetail--innerWrapper {
      filter: drop-shadow(0px -0.278vw 1.042vw rgba(22, 27, 34, 0.2)); } }
.new_project_assetsDetail.julie_project_assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(6) {
  border-right: 2px solid #8B949E; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail.julie_project_assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(6) {
      border-bottom: 2px solid #8B949E;
      border-right: 0; } }

.new_casestudy_fullDeskImg.juliet__collection__img::before {
  background: linear-gradient(180deg, rgba(190, 130, 113, 0.7) 0%, #BE8271 100%); }

.new_casestudy_fullMbImg.julie_casestudy_fullmb_img::before {
  background: linear-gradient(180deg, rgba(147, 143, 133, 0.7) 0%, #938F85 100%); }

.new_casestudy_mobileView.royal_casestidy_mobile .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(82, 25, 137, 0.7) 0%, #521989 100%); }

.new_casestudy_siteView.royal__casestudy__site__view {
  padding-bottom: 0; }
  .new_casestudy_siteView.royal__casestudy__site__view::before {
    background: linear-gradient(180deg, rgba(213, 185, 126, 0.7) 0%, #D5B97E 100%); }

.new_casestudy_fullDeskImg.royal__collection::before {
  background: linear-gradient(180deg, rgba(82, 25, 137, 0.7) 0%, #521989 100%); }

.new_casestudy_fullMbImg.royal__casestudy::before {
  background: linear-gradient(180deg, rgba(213, 185, 126, 0.7) 0%, #D5B97E 100%); }

.new_casestudy_mobileView.vinyl__newcasestudy .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(237, 24, 70, 0.7) 0%, #ED1846 100%); }

.new_casestudy_siteView.vinyl__new__casestudy {
  padding-bottom: 0; }
  .new_casestudy_siteView.vinyl__new__casestudy::before {
    background: linear-gradient(180deg, rgba(209, 238, 249, 0.7) 0%, #D1EEF9 100%); }

.new_casestudy_fullDeskImg.vinyl__new_casestudy::before {
  background: linear-gradient(180deg, rgba(237, 24, 70, 0.7) 0%, #ED1846 100%); }

.new_casestudy_fullMbImg.vinyl__casestudy_mb_img::before {
  background: linear-gradient(180deg, rgba(209, 238, 249, 0.7) 0%, #D1EEF9 100%); }

.new_project_assetsDetail.vinyl__new_project .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
.new_project_assetsDetail.vinyl__new_project .new_project_assetsDetail--colorBox ul li:nth-child(1) {
  width: 33.4%; }
.new_project_assetsDetail.vinyl__new_project .new_project_assetsDetail--colorBox ul li:nth-child(2) {
  width: 27.9%; }
.new_project_assetsDetail.vinyl__new_project .new_project_assetsDetail--colorBox ul li:nth-child(3) {
  width: 21.7%; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail.vinyl__new_project .new_project_assetsDetail--colorBox ul li:nth-child(3) {
      border-bottom: 1px solid #8B949E; } }
.new_project_assetsDetail.vinyl__new_project .new_project_assetsDetail--colorBox ul li:nth-child(4) {
  width: 17%; }

.new_casestudy_mobileView.nutrition__casestudy__mobileview .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(238, 123, 1, 0.7) 0%, #EE7B01 100%); }

.new_casestudy_siteView.nutrition_casestudy_siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.nutrition_casestudy_siteview::before {
    background: linear-gradient(180deg, rgba(205, 226, 78, 0.7) 0%, #CDE24E 100%); }

.new_project_assetsDetail.nutrition_project_assetdetail .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
.new_project_assetsDetail.nutrition_project_assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(1) {
  width: 33.4%; }
.new_project_assetsDetail.nutrition_project_assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(2) {
  width: 27.9%; }
.new_project_assetsDetail.nutrition_project_assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(3) {
  width: 21.7%; }
.new_project_assetsDetail.nutrition_project_assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(4) {
  width: 17%; }
.new_project_assetsDetail.nutrition_project_assetdetail .new_project_assetsDetail--fontsBox .customRow .imgBox:first-child {
  border-right: none; }

.new_casestudy_fullDeskImg.nutrition__casestudy__img::before {
  background: linear-gradient(180deg, rgba(238, 123, 1, 0.7) 0%, #EE7B01 100%); }

.new_casestudy_fullMbImg.nutrition_casestudy_fullmb::before {
  background: linear-gradient(180deg, rgba(205, 226, 78, 0.7) 0%, #CDE24E 100%); }

@media only screen and (max-width: 767px) {
  .new_casestudy_banner.new__royal__enhancement__banner .new_casestudy_banner--title h1 {
    word-break: break-all; } }
.new_casestudy_banner.new__royal__enhancement__banner .new_casestudy_banner--project-info .new_casestudy_banner--compny-detail p {
  word-break: normal; }

.new_casestudy_mobileView.david__new__casestudy .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(86, 123, 151, 0.7) 0%, #567B97 100%); }

.new_casestudy_banner.david_casestudy_banner .new_casestudy_banner--project-info .new_casestudy_banner--project-detail h2 {
  max-width: 98%; }
  @media only screen and (max-width: 991px) {
    .new_casestudy_banner.david_casestudy_banner .new_casestudy_banner--project-info .new_casestudy_banner--project-detail h2 {
      max-width: 100%; } }
.new_casestudy_banner.david_casestudy_banner .new_casestudy_banner--project-info .new_casestudy_banner--project-detail p {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_banner.david_casestudy_banner .new_casestudy_banner--project-info .new_casestudy_banner--project-detail p {
      margin-bottom: 1.389vw; } }
  .new_casestudy_banner.david_casestudy_banner .new_casestudy_banner--project-info .new_casestudy_banner--project-detail p:last-child {
    margin-bottom: 0; }

.new_casestudy_siteView.david__new__casesetudy__siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.david__new__casesetudy__siteview::before {
    background: linear-gradient(180deg, rgba(173, 173, 173, 0.7) 0%, #ADADAD 100%); }

.new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
.new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--colorBox ul li:nth-child(1) {
  width: 33.4%; }
.new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--colorBox ul li:nth-child(2) {
  width: 27.9%; }
.new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--colorBox ul li:nth-child(3) {
  width: 21.7%; }
.new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--colorBox ul li:nth-child(4) {
  width: 17%;
  border-right: 1px solid #8B949E; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--colorBox ul li:nth-child(4) {
      border-right: 0;
      border-bottom: 1px solid #8B949E; } }
.new_project_assetsDetail.david__new__project__asset__detail .new_project_assetsDetail--fontsBox .customRow .imgBox:first-child {
  border-right: none; }

.new_casestudy_fullDeskImg.david__newcase__study::before {
  background: linear-gradient(180deg, rgba(86, 123, 151, 0.7) 0%, #567B97 100%); }

.new_casestudy_fullMbImg.david__casestudy__mb__img::before {
  background: linear-gradient(180deg, rgba(173, 173, 173, 0.7) 0%, #ADADAD 100%); }

.new_casestudy_mobileView.ofx__office__new__casestudy .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(254, 215, 2, 0.7) 0%, #FED702 100%); }

.new_casestudy_siteView.ofx__siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.ofx__siteview::before {
    background: linear-gradient(180deg, rgba(68, 157, 209, 0.7) 0%, #449DD1 100%); }

.new_project_assetsDetail.ofx__new__project__asset_detail .new_project_assetsDetail--fontsBox .innerWrapper {
  justify-content: center; }
.new_project_assetsDetail.ofx__new__project__asset_detail .new_project_assetsDetail--fontsBox .customRow .imgBox:first-child {
  border-right: none; }
.new_project_assetsDetail.ofx__new__project__asset_detail .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
.new_project_assetsDetail.ofx__new__project__asset_detail .new_project_assetsDetail--colorBox ul li:nth-child(6) {
  border-right: 1px solid #8B949E; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail.ofx__new__project__asset_detail .new_project_assetsDetail--colorBox ul li:nth-child(6) {
      border-right: 0; } }

.new_casestudy_fullDeskImg.ofx__case__study__full__desk::before {
  background: linear-gradient(180deg, rgba(254, 215, 2, 0.7) 0%, #FED702 100%); }

.new_casestudy_fullMbImg.ofx__casestudy__fullmb::before {
  background: linear-gradient(180deg, rgba(68, 157, 209, 0.7) 0%, #449DD1 100%); }

.new_casestudy_mobileView.metabolic__casestudy__mobileview .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(219, 0, 12, 0.7) 0%, #DB000C 100%); }

.new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper {
      max-width: 76.389vw; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper {
      max-width: 100%; } }
  .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content {
    max-width: 640px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content {
        max-width: 44.444vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content {
        max-width: 100%; } }
    .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul {
      margin: 20px 0 0 12px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul {
          margin: 1.389vw 0 0 0.833vw; } }
      @media only screen and (max-width: 767px) {
        .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul {
          margin: 20px 0 0 10px; } }
      .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul li {
        font-family: 'Mona-Sans', sans-serif;
        font-weight: 400;
        color: #8B949E;
        margin: 0;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-left: 20px;
        position: relative; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul li {
            font-size: 1.528vw;
            line-height: 2.083vw;
            margin-bottom: 1.389vw;
            padding-left: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul li {
            font-size: 18px;
            line-height: 24px; } }
        .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul li::before {
          content: "";
          position: absolute;
          top: 11px;
          left: 0;
          width: 7px;
          height: 7px;
          background: #8b949e;
          border-radius: 100%; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul li::before {
              top: 0.764vw;
              width: 0.486vw;
              height: 0.486vw; } }
        .new_casestudy_companyLogo.metabolic__casestudy__companylogo .innerWrapper .content .inner-desc ul li:last-child {
          margin-bottom: 0; }

.new_casestudy_siteView.metalic__nutrition__siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.metalic__nutrition__siteview::before {
    background: linear-gradient(180deg, rgba(0, 71, 187, 0.7) 0%, #0047BB 100%); }

.new_project_assetsDetail.metabolic__project__assetdetail .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
.new_project_assetsDetail.metabolic__project__assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(1) {
  width: 33.4%; }
.new_project_assetsDetail.metabolic__project__assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(2) {
  width: 27.9%; }
.new_project_assetsDetail.metabolic__project__assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(3) {
  width: 21.7%; }
.new_project_assetsDetail.metabolic__project__assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(4) {
  width: 17%;
  border-right: 1px solid #8B949E; }
  @media only screen and (max-width: 991px) {
    .new_project_assetsDetail.metabolic__project__assetdetail .new_project_assetsDetail--colorBox ul li:nth-child(4) {
      border-right: 0;
      border-bottom: 1px solid #8B949E; } }

.new_casestudy_fullDeskImg.metabolic__collection__img::before {
  background: linear-gradient(180deg, rgba(219, 0, 12, 0.7) 0%, #DB000C 100%); }

.new_casestudy_fullMbImg.metabolic__new__casestudy::before {
  background: linear-gradient(180deg, rgba(0, 71, 187, 0.7) 0%, #0047BB 100%); }

.new_casestudy_mobileView.maddox__new__casestudy .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(237, 128, 116, 0.7) 0%, #ED8074 100%); }

.new_casestudy_companyLogo.maddox__companylogo .innerWrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.maddox__companylogo .innerWrapper {
      max-width: 76.389vw; } }
  .new_casestudy_companyLogo.maddox__companylogo .innerWrapper .content {
    max-width: 645px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_companyLogo.maddox__companylogo .innerWrapper .content {
        max-width: 44.792vw; } }

.new_casestudy_siteView.maddox__casestudy__siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.maddox__casestudy__siteview::before {
    background: linear-gradient(180deg, rgba(116, 225, 237, 0.7) 0%, #74E1ED 100%); }

.new_project_assetsDetail.maddox__project__assetdetails .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
  .new_project_assetsDetail.maddox__project__assetdetails .new_project_assetsDetail--innerWrapper .new_project_assetsDetail--fontsBox .innerWrapper {
    justify-content: center; }
    .new_project_assetsDetail.maddox__project__assetdetails .new_project_assetsDetail--innerWrapper .new_project_assetsDetail--fontsBox .innerWrapper .customRow .imgBox {
      border-right: none !important; }

.new_casestudy_fullDeskImg.madox-collection-img::before {
  background: linear-gradient(180deg, rgba(237, 128, 116, 0.7) 0%, #ED8074 100%); }

.new_casestudy_fullMbImg.madox__new__casestudy::before {
  background: linear-gradient(180deg, rgba(116, 225, 237, 0.7) 0%, #74E1ED 100%); }

.new_casestudy_mobileView.love__good__casestudy__mobileview .new_casestudy_mobileView--mb-show-img::before {
  background: linear-gradient(180deg, rgba(165, 41, 77, 0.7) 0%, #A5294D 100%); }

.new_casestudy_companyLogo.love__good__fats__company__logo .innerWrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.love__good__fats__company__logo .innerWrapper {
      max-width: 76.389vw; } }
  @media only screen and (max-width: 991px) {
    .new_casestudy_companyLogo.love__good__fats__company__logo .innerWrapper {
      max-width: 100%; } }
  .new_casestudy_companyLogo.love__good__fats__company__logo .innerWrapper .content {
    max-width: 640px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_companyLogo.love__good__fats__company__logo .innerWrapper .content {
        max-width: 44.444vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_companyLogo.love__good__fats__company__logo .innerWrapper .content {
        max-width: 100%; } }

.new_casestudy_siteView.love__good__casestudy__siteview {
  padding-bottom: 0; }
  .new_casestudy_siteView.love__good__casestudy__siteview::before {
    background: linear-gradient(180deg, rgba(241, 217, 100, 0.7) 0%, #F1D964 100%); }

.new_project_assetsDetail.love__good_project__assetdetail .new_project_assetsDetail--innerWrapper {
  filter: drop-shadow(0px -4px 15px rgba(22, 27, 34, 0.2)); }
  .new_project_assetsDetail.love__good_project__assetdetail .new_project_assetsDetail--innerWrapper .new_project_assetsDetail--fontsBox .innerWrapper {
    justify-content: center; }
    .new_project_assetsDetail.love__good_project__assetdetail .new_project_assetsDetail--innerWrapper .new_project_assetsDetail--fontsBox .innerWrapper .imgBox {
      border-right: none !important; }

.new_casestudy_fullDeskImg.love__good__fats__collection::before {
  background: linear-gradient(180deg, rgba(165, 41, 77, 0.7) 0%, #A5294D 100%); }

.new_casestudy_fullMbImg.love-good-fats-new-casestudy::before {
  background: linear-gradient(180deg, rgba(241, 217, 100, 0.7) 0%, #F1D964 100%); }

.new_casestudy_companyLogo.vinyl__casestudy__logo .innerWrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .new_casestudy_companyLogo.vinyl__casestudy__logo .innerWrapper {
      max-width: 76.389vw; } }
  .new_casestudy_companyLogo.vinyl__casestudy__logo .innerWrapper .content {
    max-width: 640px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .new_casestudy_companyLogo.vinyl__casestudy__logo .innerWrapper .content {
        max-width: 44.444vw; } }
    @media only screen and (max-width: 991px) {
      .new_casestudy_companyLogo.vinyl__casestudy__logo .innerWrapper .content {
        max-width: 100%; } }

.comming__soon {
  padding: 80px 0 90px 0;
  text-align: center; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .comming__soon {
      padding: 5.556vw 0 6.250vw 0; } }
  @media only screen and (max-width: 767px) {
    .comming__soon {
      padding: 60px 0 90px 0; } }
  .comming__soon__wrapper {
    max-width: 640px;
    margin: 0 auto; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .comming__soon__wrapper {
        max-width: 44.444vw; } }
  .comming__soon__text {
    position: relative;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .comming__soon__text {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .comming__soon__text {
        margin-bottom: 50px; } }
    .comming__soon__text::before {
      content: "";
      width: 860px;
      height: 251px;
      position: absolute;
      top: 0;
      left: -150px;
      border-radius: 860px;
      background: radial-gradient(50% 50% at 50% 50%, rgba(147, 154, 255, 0.7) 0%, rgba(147, 154, 255, 0) 100%);
      filter: blur(125px);
      margin: 0 auto;
      z-index: -1; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .comming__soon__text::before {
          width: 59.722vw;
          left: -10.417vw;
          border-radius: 59.722vw;
          height: 17.431vw;
          filter: blur(8.681vw); } }
      @media only screen and (max-width: 767px) {
        .comming__soon__text::before {
          border-radius: 430px;
          filter: blur(75px); } }
    .comming__soon__text h2 {
      color: #fff;
      font-size: 90px;
      line-height: 100px;
      font-weight: 800;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .comming__soon__text h2 {
          font-size: 6.250vw;
          margin-bottom: 1.389vw;
          line-height: 6.944vw; } }
      @media only screen and (max-width: 767px) {
        .comming__soon__text h2 {
          font-size: 60px;
          line-height: 60px;
          margin-bottom: 10px; } }
    .comming__soon__text p {
      font-size: 28px;
      line-height: 36px;
      color: #fff;
      margin-bottom: 30px;
      font-weight: 500; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .comming__soon__text p {
          font-size: 1.944vw;
          line-height: 2.500vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .comming__soon__text p {
          font-size: 20px;
          line-height: 28px;
          font-weight: 400; } }
    .comming__soon__text .comming__soon__btn {
      max-width: 180px;
      margin: 0 auto; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .comming__soon__text .comming__soon__btn {
          max-width: 12.500vw; } }
      .comming__soon__text .comming__soon__btn a {
        border: 1px solid #8B949E;
        display: flex;
        padding: 16px 20px 15px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700;
        transition: .5s ease all;
        color: #ffffff; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .comming__soon__text .comming__soon__btn a {
            border: 0.069vw solid #8B949E;
            padding: 1.111vw 1.389vw 1.042vw 1.389vw;
            border-radius: 0.278vw;
            font-size: 1.250vw; } }
        .comming__soon__text .comming__soon__btn a svg {
          fill: #ffffff;
          margin-left: 8px;
          width: 10px;
          transition: .5s ease all; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .comming__soon__text .comming__soon__btn a svg {
              margin-left: 0.556vw;
              width: 0.694vw; } }
          .comming__soon__text .comming__soon__btn a svg path {
            fill: #ffffff; }
          .comming__soon__text .comming__soon__btn a svg rect {
            width: 0;
            fill: #ffffff; }
        .comming__soon__text .comming__soon__btn a:hover {
          border: 2px solid #ffffff; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .comming__soon__text .comming__soon__btn a:hover {
              border: 0.139vw solid #ffffff; } }
          .comming__soon__text .comming__soon__btn a:hover svg {
            transform: translate(5px);
            margin-right: 0; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .comming__soon__text .comming__soon__btn a:hover svg {
                transform: translate(0.347vw); } }
            .comming__soon__text .comming__soon__btn a:hover svg rect {
              width: 9px; }
              @media only screen and (max-width: 1440px) and (min-width: 992px) {
                .comming__soon__text .comming__soon__btn a:hover svg rect {
                  width: 0.625vw; } }

.page__error {
  padding: 295px 0 215px 0;
  position: relative;
  margin-top: -80px;
  overflow: hidden; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .page__error {
      padding: 20.486vw 0 14.931vw 0;
      margin-top: -5.556vw; } }
  @media only screen and (max-width: 767px) {
    .page__error {
      padding: 133px 0 90px 0;
      margin-top: -75px; } }
  .page__error::before {
    content: "";
    position: absolute;
    top: 0;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(147, 154, 255, 0.7) 0%, rgba(147, 154, 255, 0) 100%);
    filter: blur(125px);
    right: -250px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .page__error::before {
        filter: blur(8.681vw);
        right: -17.361vw;
        width: 48.611vw;
        height: 48.611vw; } }
    @media only screen and (max-width: 767px) {
      .page__error::before {
        width: 300px;
        right: -130px;
        height: 300px;
        filter: blur(75px); } }
  .page__error::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    top: auto;
    bottom: -60px;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(147, 154, 255, 0.7) 0%, rgba(147, 154, 255, 0) 100%);
    filter: blur(125px);
    left: -200px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .page__error::after {
        width: 34.722vw;
        height: 34.722vw;
        filter: blur(8.681vw);
        left: -13.889vw; } }
    @media only screen and (max-width: 767px) {
      .page__error::after {
        width: 300px;
        height: 300px;
        left: -145px;
        filter: blur(75px); } }
  .page__error .page-error-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .page__error .page-error-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .page__error .page-error-img .desk-img {
        display: none; } }
    .page__error .page-error-img .mob-img {
      display: none; }
      @media only screen and (max-width: 767px) {
        .page__error .page-error-img .mob-img {
          display: block; } }
  .page__error__wrapper {
    text-align: center; }
    .page__error__wrapper h2 {
      font-size: 250px;
      color: #ffffff;
      font-weight: 800;
      line-height: 200px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .page__error__wrapper h2 {
          font-size: 17.361vw;
          line-height: 13.889vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .page__error__wrapper h2 {
          font-size: 150px;
          line-height: 150px; } }
    .page__error__wrapper p {
      font-size: 32px;
      line-height: 40px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .page__error__wrapper p {
          font-size: 2.222vw;
          line-height: 2.778vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .page__error__wrapper p {
          font-size: 28px;
          line-height: 32px; } }
    .page__error__wrapper a {
      border: 1px solid #8B949E;
      display: flex;
      padding: 16px 20px 15px 20px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      font-size: 18px;
      max-width: 235px;
      margin: 0 auto;
      font-weight: 700;
      transition: .5s ease all;
      color: #ffffff; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .page__error__wrapper a {
          border: 0.069vw solid #8B949E;
          padding: 1.111vw 1.389vw 1.042vw 1.389vw;
          border-radius: 0.278vw;
          font-size: 1.250vw;
          max-width: 16.319vw;
          margin: 0 auto; } }
      .page__error__wrapper a svg {
        fill: #ffffff;
        margin-left: 8px;
        width: 10px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .page__error__wrapper a svg {
            margin-left: 0.556vw;
            width: 0.694vw; } }
        .page__error__wrapper a svg path {
          fill: #ffffff; }
        .page__error__wrapper a svg rect {
          width: 0;
          fill: #ffffff; }
      .page__error__wrapper a:hover {
        border: 2px solid #ffffff; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .page__error__wrapper a:hover {
            border: 0.139vw solid #ffffff; } }
        .page__error__wrapper a:hover svg {
          transform: translate(5px);
          margin-right: 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .page__error__wrapper a:hover svg {
              transform: translate(0.347vw); } }
          .page__error__wrapper a:hover svg rect {
            width: 9px; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .page__error__wrapper a:hover svg rect {
                width: 0.625vw; } }

/******************************* Conversion rate optimization Page End Here **********************************************************/



/* 01-09 css start here */
.new-blog-category-posts.new-blog-search-wrapper {
    padding: 80px 0 0 0;
}
.new-blog-category-posts.new-blog-search-wrapper h2 {
    padding-bottom: 30px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;

}
@media only screen and (max-width: 1440px) and (min-width: 992px){
 .new-blog-category-posts.new-blog-search-wrapper {
    padding: 5.556vw 0 0 0;
} 
.new-blog-category-posts.new-blog-search-wrapper h2 {
    padding-bottom: 1.389vw;
    padding-bottom: 2.083vw;
    font-size: 2.778vw;
}
}
@media only screen and (max-width:767px){
  .new-blog-category-posts.new-blog-search-wrapper {
    padding: 50px 0 0 0;
}
.new-blog-category-posts.new-blog-search-wrapper h2{
    padding-bottom: 20px;
    font-size: 27px;
}

}

.new_branding_work .new_branding_work--innerWrapper {
  border: none;
  outline: none;
}

.new_whyUs_section--content .innerWrapper .btn-purpul:hover { 
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #939AFF; 
  box-shadow: 0px 30px 50px 0px rgba(255, 255, 255, 0.06);
}

/* 01-09 css end here */


/***************************** 8-09 Sticky Menu Update Start Here ****************************************************/
@media only screen and (max-width: 991px) {
  .sticky_header {
    display: block !important; } }
.sticky_header--left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .sticky_header--left {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      width: 100%; } }
  .sticky_header--left__logo {
    width: 100%;
    min-width: 31px;
    max-width: 31px;
    margin-right: 50px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .sticky_header--left__logo {
        min-width: 2.153vw;
        max-width: 2.153vw;
        margin-right: 3.472vw; } }
    .sticky_header--left__logo a {
      display: block; }
      .sticky_header--left__logo a img {
        width: 100%;
        height: 100%; }
  @media only screen and (min-width: 992px) {
    .sticky_header--left__menu {
      display: block !important; } }
  @media only screen and (max-width: 991px) {
    .sticky_header--left__menu {
      position: absolute;
      width: 100%;
      top: 100%;
      display: none;
      left: 0;
      border-radius: 0px 0px 6px 6px;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #161B22;
      padding: 24px 39px; } }
  @media only screen and (max-width: 991px) {
    .sticky_header--left__menu .menu_items {
      display: block;
      margin: 0; } }
  @media only screen and (max-width: 991px) {
    .sticky_header--left__menu .menu_items li {
      padding: 0;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 991px) {
    .sticky_header--left__menu .menu_items li a {
      display: inline-block;
      padding: 0;
      font-size: 18px;
      line-height: 18px;
      border: 0; } }
  .sticky_header--left__mobileBtn a {
    font-family: 'Mona-Sans';
    font-weight: 500;
    display: inline-block;
    color: #fff;
    transition: 0.4s all;
    padding: 0;
    font-size: 18px;
    line-height: 18px; }
    .sticky_header--left__mobileBtn a svg {
      width: 10px;
      display: inline-block;
      margin-left: 10px; }

/************************************** Sticky Menu Update End Here ****************************************************/

/************************************** Who we are page start ****************************************************/
.who-we-are-banner {
  padding: 44px 0 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .who-we-are-banner {
      padding: 3.056vw 0 5.208vw 0; } }
  @media only screen and (max-width: 767px) {
    .who-we-are-banner {
      padding: 60px 0 30px 0; } }
  .who-we-are-banner__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .who-we-are-banner__left {
    padding-right: 46px;
    width: 51%; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .who-we-are-banner__left {
        padding-right: 3.194vw; } }
    @media only screen and (max-width: 991px) {
      .who-we-are-banner__left {
        padding-right: 0;
        width: 100%; } }
    .who-we-are-banner__left h3 {
      font-size: 28px;
      line-height: 30px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .who-we-are-banner__left h3 {
          font-size: 1.944vw;
          line-height: 2.083vw;
          margin-bottom: 1.389vw; } }
      @media only screen and (max-width: 767px) {
        .who-we-are-banner__left h3 {
          font-size: 20px;
          line-height: 28px; } }
    .who-we-are-banner__left h2 {
      font-size: 60px;
      line-height: 62px;
      color: #fff;
      font-weight: 600; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .who-we-are-banner__left h2 {
          font-size: 4.167vw;
          line-height: 4.306vw; } }
      @media only screen and (max-width: 767px) {
        .who-we-are-banner__left h2 {
          font-size: 48px;
          line-height: 50px; } }
      .who-we-are-banner__left h2 span {
        display: block;
        background: var(--Gradient-1, linear-gradient(96deg, #939AFF 0%, #FFA28B 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative; }
        .who-we-are-banner__left h2 span::before {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 611 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55664 14.6745C138.349 6.66698 325.444 -1.96775 606.121 12.6745' stroke='white' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          position: absolute;
          width: 100%;
          height: 20px;
          left: 0;
          bottom: -10px;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: -1; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .who-we-are-banner__left h2 span::before {
              height: 1.389vw;
              bottom: -0.694vw; } }
          @media only screen and (max-width: 569px) {
            .who-we-are-banner__left h2 span::before {
              background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 239 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13.9289C55.3411 5.92138 127.136 -2.71336 234.843 11.9289' stroke='white' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E%0A");
              background-size: contain;
              max-width: 240px;
              bottom: -14px; } }
  .who-we-are-banner__right {
    width: 49%;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .who-we-are-banner__right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px; } }
    .who-we-are-banner__right figure {
      margin: 0; }
      .who-we-are-banner__right figure img {
        border-radius: 8px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .who-we-are-banner__right figure img {
            border-radius: 0.556vw; } }
    .who-we-are-banner__right__before__img {
      position: absolute;
      bottom: -8px;
      width: 59%;
      right: -8px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .who-we-are-banner__right__before__img {
          bottom: -0.556vw;
          right: -0.556vw; } }
      @media only screen and (max-width: 991px) {
        .who-we-are-banner__right__before__img {
          bottom: -9px;
          right: -9px; } }
      @media only screen and (max-width: 767px) {
        .who-we-are-banner__right__before__img {
          bottom: -4px;
          width: 59%;
          right: -4px; } }
      .who-we-are-banner__right__before__img img {
        width: 100%; }

.achivement {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .achivement {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 991px) {
    .achivement {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .achivement {
      padding: 35px 0 30px 0; } }
  @media only screen and (max-width: 767px) {
    .achivement .container {
      padding: 0 34px; } }
  .achivement__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .achivement__left {
    width: 22%; }
    @media only screen and (max-width: 991px) {
      .achivement__left {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .achivement__left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; } }
    .achivement__left__column {
      margin-bottom: 60px;
      text-align: center; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .achivement__left__column {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 991px) {
        .achivement__left__column {
          width: 25%; } }
      @media only screen and (max-width: 767px) {
        .achivement__left__column {
          margin-bottom: 30px;
          text-align: center;
          width: 50%; } }
      .achivement__left__column h2 {
        font-size: 90px;
        line-height: 55px;
        font-weight: 600;
        color: #7EE787;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .achivement__left__column h2 {
            font-size: 6.250vw;
            line-height: 3.819vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 991px) {
          .achivement__left__column h2 {
            font-size: 50px;
            line-height: 45px; } }
        @media only screen and (max-width: 767px) {
          .achivement__left__column h2 {
            font-size: 60px;
            line-height: 40px;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 413px) {
          .achivement__left__column h2 {
            font-size: 40px; } }
      .achivement__left__column h4 {
        font-size: 30px;
        line-height: 38px;
        color: #fff;
        font-weight: 500; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .achivement__left__column h4 {
            font-size: 2.083vw;
            line-height: 2.639vw; } }
        @media only screen and (max-width: 991px) {
          .achivement__left__column h4 {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .achivement__left__column h4 {
            font-size: 20px;
            padding: 0 20px;
            line-height: 28px; } }
      .achivement__left__column:last-child {
        margin-bottom: 0; }
  .achivement__right {
    width: 78%;
    padding-left: 150px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .achivement__right {
        padding-left: 10.417vw; } }
    @media only screen and (max-width: 991px) {
      .achivement__right {
        width: 100%;
        padding-left: 0;
        margin-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .achivement__right {
        margin-top: 30px; } }
    .achivement__right__column {
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .achivement__right__column {
          margin-bottom: 4.167vw; } }
      .achivement__right__column h3 {
        font-size: 36px;
        line-height: 46px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .achivement__right__column h3 {
            font-size: 2.500vw;
            line-height: 3.194vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .achivement__right__column h3 {
            font-size: 24px;
            line-height: 32px; } }
      .achivement__right__column p {
        font-size: 20px;
        line-height: 28px;
        color: #8B949E;
        font-weight: 400; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .achivement__right__column p {
            font-size: 1.389vw;
            line-height: 1.944vw; } }
      .achivement__right__column:last-child {
        margin-bottom: 0; }

.testimonial-section {
  padding: 75px 0 150px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .testimonial-section {
      padding: 5.208vw 0 10.417vw 0; } }
  @media only screen and (max-width: 991px) {
    .testimonial-section {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-section {
      padding: 30px 0 60px 0; } }
  .testimonial-section__wrapper {
    display: flex;
    align-items: center;
    background: #161B22;
    border: 1px solid #45494e;
    border-radius: 8px;
    padding: 60px 110px;
    justify-content: space-between; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .testimonial-section__wrapper {
        border: 0.069vw solid #45494e;
        border-radius: 0.556vw;
        padding: 4.167vw 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .testimonial-section__wrapper {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .testimonial-section__wrapper {
        flex-direction: column;
        padding: 28px; } }
  .testimonial-section__left {
    width: 165px;
    min-width: 165px;
    height: 165px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .testimonial-section__left {
        width: 11.458vw;
        min-width: 11.458vw;
        height: 11.458vw; } }
    @media only screen and (max-width: 767px) {
      .testimonial-section__left {
        width: 100%; } }
    .testimonial-section__left__founder__img {
      border: 2px solid #7EE787;
      border-radius: 100%;
      padding: 7px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .testimonial-section__left__founder__img {
          border: 0.139vw solid #7EE787;
          padding: 0.486vw; } }
      .testimonial-section__left__founder__img img {
        width: 100%;
        border-radius: 100%; }
  .testimonial-section__right {
    width: 855px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .testimonial-section__right {
        width: 59.375vw; } }
    @media only screen and (max-width: 991px) {
      .testimonial-section__right {
        padding-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .testimonial-section__right {
        width: 100%;
        padding-left: 0;
        margin-top: 60px; } }
    .testimonial-section__right__quote__img img {
      max-width: 80px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .testimonial-section__right__quote__img img {
          max-width: 5.556vw; } }
    .testimonial-section__right p {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      font-weight: 400;
      margin: 20px 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .testimonial-section__right p {
          font-size: 1.111vw;
          line-height: 1.528vw;
          margin: 1.389vw 0; } }
    .testimonial-section__right__author__name h5 {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      color: #fff; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .testimonial-section__right__author__name h5 {
          font-size: 1.111vw;
          line-height: 1.389vw; } }
    .testimonial-section__right__author__name h4 {
      margin: 5px 0;
      font-size: 16px;
      line-height: 20px;
      color: #8B949E;
      font-weight: 400; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .testimonial-section__right__author__name h4 {
          margin: 0.347vw 0;
          font-size: 1.111vw;
          line-height: 1.389vw; } }
    .testimonial-section__right__author__name img {
      max-width: 15px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .testimonial-section__right__author__name img {
          max-width: 1.042vw; } }

.our-partner {
  background: linear-gradient(96deg, #939AFF 0%, #FFA28B 100%);
  padding: 60px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .our-partner {
      padding: 4.167vw 0; } }
  .our-partner__wrapper {
    padding: 0 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .our-partner__wrapper {
        padding: 0 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .our-partner__wrapper {
        padding: 0; } }
    .our-partner__wrapper__title {
      margin-bottom: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .our-partner__wrapper__title {
          margin-bottom: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .our-partner__wrapper__title {
          margin-bottom: 30px; } }
      .our-partner__wrapper__title h2 {
        font-size: 48px;
        line-height: 52px;
        color: #ffffff;
        margin-bottom: 20px;
        font-weight: 600; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .our-partner__wrapper__title h2 {
            font-size: 3.333vw;
            line-height: 3.611vw;
            margin-bottom: 1.389vw; } }
        @media only screen and (max-width: 767px) {
          .our-partner__wrapper__title h2 {
            font-size: 28px;
            line-height: 32px; } }
      .our-partner__wrapper__title p {
        font-size: 24px;
        line-height: 32px;
        color: #ffffff;
        letter-spacing: -0.1px;
        font-weight: 400; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .our-partner__wrapper__title p {
            font-size: 1.667vw;
            line-height: 2.222vw;
            letter-spacing: -0.007vw; } }
        @media only screen and (max-width: 767px) {
          .our-partner__wrapper__title p {
            font-size: 20px;
            line-height: 28px; } }
    .our-partner__wrapper__logo--wrapper--item {
      padding: 0 40px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .our-partner__wrapper__logo--wrapper--item {
          padding: 0 2.778vw; } }
      @media only screen and (max-width: 991px) {
        .our-partner__wrapper__logo--wrapper--item {
          padding: 0 30px; } }
      .our-partner__wrapper__logo--wrapper--item img {
        margin: 0 auto;
        min-height: 45px;
        object-fit: contain; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .our-partner__wrapper__logo--wrapper--item img {
            min-height: 3.125vw; } }
    .our-partner__wrapper__bottom__logo {
      margin-top: 60px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .our-partner__wrapper__bottom__logo {
          margin-top: 4.167vw; } }
      @media only screen and (max-width: 767px) {
        .our-partner__wrapper__bottom__logo {
          margin-top: 30px; } }
      .our-partner__wrapper__bottom__logo--wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        max-width: 712px;
        margin: 0 auto;
        justify-content: space-between; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .our-partner__wrapper__bottom__logo--wrapper {
            max-width: 49.444vw; } }
        @media only screen and (max-width: 767px) {
          .our-partner__wrapper__bottom__logo--wrapper {
            flex-direction: column; } }
        @media only screen and (max-width: 767px) {
          .our-partner__wrapper__bottom__logo--wrapper--item {
            margin-bottom: 30px;
            text-align: center; } }
        .our-partner__wrapper__bottom__logo--wrapper--item img {
          height: 160px;
          margin: 0 auto; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .our-partner__wrapper__bottom__logo--wrapper--item img {
              height: 11.111vw; } }
          @media only screen and (max-width: 767px) {
            .our-partner__wrapper__bottom__logo--wrapper--item img {
              height: auto; } }
        @media only screen and (max-width: 767px) {
          .our-partner__wrapper__bottom__logo--wrapper--item:last-child {
            margin-bottom: 0; } }

.our-core {
  padding: 150px 0 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .our-core {
      padding: 10.417vw 0 5.208vw 0; } }
  @media only screen and (max-width: 991px) {
    .our-core {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .our-core {
      padding: 60px 0 30px 0; } }
  .our-core__title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .our-core__title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .our-core__title {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .our-core__title {
        margin-bottom: 30px; } }
    .our-core__title h2 {
      text-align: center;
      font-size: 48px;
      line-height: 52px;
      color: #fff;
      font-weight: 600; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .our-core__title h2 {
          font-size: 3.333vw;
          line-height: 3.611vw; } }
      @media only screen and (max-width: 767px) {
        .our-core__title h2 {
          font-size: 28px;
          line-height: 32px; } }
  .our-core__bg {
    border-radius: 8px;
    background: linear-gradient(116deg, rgba(147, 154, 255, 0.5) 0%, rgba(22, 27, 34, 0.05) 85.6%), #161B22;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3), 0px 1px 4px 0px rgba(255, 255, 255, 0.1) inset;
    padding: 60px 110px 38px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .our-core__bg {
        padding: 4.167vw 7.639vw 2.639vw;
        box-shadow: 0px 0.694vw 1.042vw 0px rgba(0, 0, 0, 0.3), 0px 0.069vw 0.278vw 0px rgba(255, 255, 255, 0.1) inset;
        border-radius: 0.556vw; } }
    @media only screen and (max-width: 991px) {
      .our-core__bg {
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      .our-core__bg {
        padding: 60px 30px 60px; } }
  .our-core__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -37px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .our-core__wrapper {
        margin: 0 -2.569vw; } }
    @media only screen and (max-width: 991px) {
      .our-core__wrapper {
        margin: 0 -15px; } }
    @media only screen and (max-width: 767px) {
      .our-core__wrapper {
        margin: 0; } }
    .our-core__wrapper--item {
      width: 33.33%;
      padding: 0 37px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .our-core__wrapper--item {
          padding: 0 2.569vw; } }
      @media only screen and (max-width: 991px) {
        .our-core__wrapper--item {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .our-core__wrapper--item {
          width: 100%;
          margin-bottom: 40px;
          padding: 0; } }
      .our-core__wrapper--item--img figure {
        background: radial-gradient(37.27% 37.27% at 61.46% 18.06%, #7EE787 0%, #3DB247 100%);
        width: 144px;
        height: 144px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .our-core__wrapper--item--img figure {
            width: 10vw;
            height: 10vw; } }
        .our-core__wrapper--item--img figure img {
          max-width: 80px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .our-core__wrapper--item--img figure img {
              max-width: 5.556vw; } }
      .our-core__wrapper--item--text {
        margin-top: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .our-core__wrapper--item--text {
            margin-top: 1.389vw; } }
        .our-core__wrapper--item--text h3 {
          font-size: 24px;
          line-height: 26px;
          color: #fff;
          font-weight: 600;
          text-align: center; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .our-core__wrapper--item--text h3 {
              font-size: 1.667vw;
              line-height: 1.806vw; } }
          @media only screen and (max-width: 767px) {
            .our-core__wrapper--item--text h3 {
              font-size: 20px;
              line-height: 24px; } }
        .our-core__wrapper--item--text p {
          font-size: 16px;
          line-height: 20px;
          color: #8B949E;
          font-weight: 400;
          margin-top: 10px;
          text-align: center; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .our-core__wrapper--item--text p {
              font-size: 1.111vw;
              margin-top: 0.694vw;
              line-height: 1.389vw; } }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .our-core__wrapper--item--text p {
              font-size: 18px;
              line-height: 24px; } }
          @media only screen and (max-width: 767px) {
            .our-core__wrapper--item--text p {
              font-size: 18px;
              line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .our-core__wrapper--item:last-child {
          margin-bottom: 0; } }

.client-success {
  padding: 75px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .client-success {
      padding: 5.208vw 0; } }
  @media only screen and (max-width: 991px) {
    .client-success {
      padding: 0 0 50px 0; } }
  @media only screen and (max-width: 767px) {
    .client-success {
      padding: 30px 0; } }
  .client-success__title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .client-success__title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 991px) {
      .client-success__title {
        margin-bottom: 30px; } }
    .client-success__title h2 {
      text-align: center;
      font-size: 48px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 600; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .client-success__title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 991px) {
        .client-success__title h2 {
          font-size: 40px;
          line-height: 55px; } }
      @media only screen and (max-width: 767px) {
        .client-success__title h2 {
          font-size: 28px;
          line-height: 32px; } }
  .client-success__wrapper {
    max-width: 1080px;
    margin: 0 auto; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .client-success__wrapper {
        max-width: 79.653vw; } }
    .client-success__wrapper .customRow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -37px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .client-success__wrapper .customRow {
          margin: 0 -2.569vw; } }
      @media only screen and (max-width: 991px) {
        .client-success__wrapper .customRow {
          margin: 0 -15px; } }
      @media only screen and (max-width: 767px) {
        .client-success__wrapper .customRow {
          margin: 0 -21px; } }
    .client-success__wrapper--item {
      width: 33.3333%;
      padding: 0 37px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .client-success__wrapper--item {
          padding: 0 2.569vw; } }
      @media only screen and (max-width: 991px) {
        .client-success__wrapper--item {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .client-success__wrapper--item {
          width: 100%;
          padding: 0 21px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        .client-success__wrapper--item:last-child {
          margin-bottom: 0; } }
      .client-success__wrapper--item--inner--img {
        position: relative; }
        .client-success__wrapper--item--inner--img--main {
          position: relative;
          overflow: hidden;
          padding-bottom: 156%;
          border-radius: 8px;
          margin: 0; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .client-success__wrapper--item--inner--img--main {
              border-radius: 0.556vw; } }
          .client-success__wrapper--item--inner--img--main img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center;
            transition: .5s ease all;
            transform: scale(1); }
        .client-success__wrapper--item--inner--img--logo {
          position: absolute;
          top: 20px;
          left: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .client-success__wrapper--item--inner--img--logo {
              top: 1.389vw;
              left: 1.389vw; } }
          .client-success__wrapper--item--inner--img--logo img {
            height: 50px;
            object-fit: contain; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .client-success__wrapper--item--inner--img--logo img {
                height: 3.472vw; } }
        .client-success__wrapper--item--inner--img:hover .client-success__wrapper--item--inner--img--main img {
          transform: scale(1.03); }
      .client-success__wrapper--item--inner--text {
        margin-top: 20px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .client-success__wrapper--item--inner--text {
            margin-top: 1.389vw; } }
        .client-success__wrapper--item--inner--text h3 {
          font-size: 24px;
          line-height: 26px;
          color: #fff;
          font-weight: 600;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .client-success__wrapper--item--inner--text h3 {
              font-size: 1.667vw;
              line-height: 1.806vw;
              margin-bottom: 1.389vw; } }
          @media only screen and (max-width: 991px) {
            .client-success__wrapper--item--inner--text h3 {
              font-size: 18px;
              line-height: 20px;
              margin-bottom: 10px; } }
          @media only screen and (max-width: 767px) {
            .client-success__wrapper--item--inner--text h3 {
              font-size: 24px;
              line-height: 26px;
              margin-bottom: 20px; } }
        .client-success__wrapper--item--inner--text a {
          font-size: 20px;
          color: #7EE787;
          font-weight: 600; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .client-success__wrapper--item--inner--text a {
              font-size: 1.389vw; } }
          @media only screen and (max-width: 991px) {
            .client-success__wrapper--item--inner--text a {
              font-size: 17px;
              line-height: 20px; } }
          @media only screen and (max-width: 767px) {
            .client-success__wrapper--item--inner--text a {
              font-size: 20px;
              line-height: 22px; } }
          .client-success__wrapper--item--inner--text a svg {
            width: 10px;
            height: 10px;
            margin-left: 5px;
            transition: .5s ease all; }
            @media only screen and (max-width: 1440px) and (min-width: 992px) {
              .client-success__wrapper--item--inner--text a svg {
                width: 0.694vw;
                height: 0.694vw;
                margin-left: 0.347vw; } }
            .client-success__wrapper--item--inner--text a svg path {
              fill: #7EE787; }
            .client-success__wrapper--item--inner--text a svg rect {
              transition: .5s ease all;
              fill: #7EE787;
              width: 0;
              opacity: 0; }
      .client-success__wrapper--item--inner:hover .client-success__wrapper--item--inner--text a svg {
        transform: translate(5px);
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .client-success__wrapper--item--inner:hover .client-success__wrapper--item--inner--text a svg {
            transform: translate(0.347vw); } }
        .client-success__wrapper--item--inner:hover .client-success__wrapper--item--inner--text a svg rect {
          opacity: 1;
          width: 12px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .client-success__wrapper--item--inner:hover .client-success__wrapper--item--inner--text a svg rect {
              width: 0.833vw; } }
  .client-success__bottom__btn {
    margin-top: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .client-success__bottom__btn {
        margin-top: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .client-success__bottom__btn {
        margin-top: 30px; } }
    .client-success__bottom__btn a {
      max-width: 174px;
      min-width: 174px;
      background: #7EE787;
      border-radius: 4px;
      height: 50px;
      display: flex;
      align-items: center;
      color: #0D1116;
      font-size: 18px;
      font-weight: 700;
      justify-content: center;
      margin: 0 auto; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .client-success__bottom__btn a {
          max-width: 12.083vw;
          min-width: 12.083vw;
          border-radius: 0.278vw;
          height: 3.472vw;
          font-size: 1.250vw; } }
      .client-success__bottom__btn a svg {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        transition: .5s ease all; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .client-success__bottom__btn a svg {
            width: 0.694vw;
            height: 0.694vw;
            margin-left: 0.347vw; } }
        .client-success__bottom__btn a svg path {
          fill: #0D1116; }
        .client-success__bottom__btn a svg rect {
          transition: .5s ease all;
          fill: #0D1116;
          width: 0;
          opacity: 0; }
      .client-success__bottom__btn a:hover svg {
        transform: translate(5px); }
        .client-success__bottom__btn a:hover svg rect {
          opacity: 1;
          width: 12px; }

.customer_review.who_are_customer_review {
  padding: 75px 0 130px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .customer_review.who_are_customer_review {
      padding: 5.208vw 0 9.028vw 0; } }
  @media only screen and (max-width: 991px) {
    .customer_review.who_are_customer_review {
      padding: 0 0 50px 0; } }
  @media only screen and (max-width: 767px) {
    .customer_review.who_are_customer_review {
      padding: 30px 0; } }
  .customer_review.who_are_customer_review .customer_review_title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .customer_review.who_are_customer_review .customer_review_title {
        margin-bottom: 4.167vw; } }
    @media only screen and (max-width: 767px) {
      .customer_review.who_are_customer_review .customer_review_title {
        margin-bottom: 30px; } }
    .customer_review.who_are_customer_review .customer_review_title h2 {
      text-align: center;
      font-size: 48px;
      line-height: 58px;
      color: #fff;
      font-weight: 500; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .customer_review.who_are_customer_review .customer_review_title h2 {
          font-size: 3.333vw;
          line-height: 4.028vw; } }
      @media only screen and (max-width: 767px) {
        .customer_review.who_are_customer_review .customer_review_title h2 {
          font-size: 28px;
          line-height: 32px;
          font-weight: 600; } }

/************************************** who we are page end  ****************************************************/

/*# sourceMappingURL=new-home-page.css.map */
