.breadcrumb span:first-child {
    margin-left: 0px !important;
}
.heroHeading span {
    display: inline !important;
}
.mt20 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.logoOuter a, .logoOuter a img {
    max-width: 80px;
    width: 80px !important;
}
.top a {
  --offset: 50px; 
  position: sticky;
  bottom: 20px;      
  margin-right:10px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset));
  text-decoration: none;
}
.singlePost p a {
    color: #0d6efd;
    text-decoration: none;
}
html,
body {
  scroll-behavior: smooth;
}
/*Menu Settings*/

.headerMenu li a {
	position: relative;
	transition-duration: 0.5s;
	transition-property: background-color, font-size, transform, color;
  	transition-timing-function: ease-in-out;
}
.glink.nturl.notranslate {
    color: #000;
    font-family: "Inter", Sans-serif !important;
}
.headerMenu li a:hover,
.headerMenu li a:focus, 
.headerMenu li.current-menu-item a,
.headerMenu li.current_page_parent > div > a,
.headerMenu li.current_page_ancestor > div > a,
.glink.nturl.notranslate.gt-current-lang {
	text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
	background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.headerMenu li a:hover:before,
.headerMenu li a:focus:before, 
.headerMenu li.current-menu-item a:before,
.headerMenu li.current_page_parent > div > a:before,
.headerMenu li.current_page_ancestor > div > a:before,
.glink.nturl.notranslate.gt-current-lang:before,
.glink.nturl.notranslate:hover:before
 {
	border-radius: 6px;
	background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
	width: 20px;
	height: 2px;
	position: absolute;
	content: "";
	opacity: 1 !important;
	bottom: -10px;
    left: 0px;
}
.footerCTA .e-con-inner {
	box-shadow: 0px -5px 12px 0px rgba(0, 0, 0, 0.10), 0px -22px 22px 0px rgba(0, 0, 0, 0.09), 0px -49px 30px 0px rgba(0, 0, 0, 0.05), 0px -88px 35px 0px rgba(0, 0, 0, 0.01), 0px -137px 38px 0px rgba(0, 0, 0, 0.00);
	border-radius: 30px;
	padding: 30px;
	position: relative;
	z-index: 99;
	background: #fff;
}
.glow-on-hover {
    width: fit-content;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(90deg, #538AF7 0%, #400FF1 100%);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #538AF7 0%, #400FF1 100%);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.glow-on-hover span.elementor-button-icon {
    position: relative;
    top: 3px;
}
.glow-on-hover:hover .elementor-widget-container {
    background: #fff;
    border-radius: 10px;
    color: #000 !important;
}
.glow-on-hover:hover * {
    color: #000 !important;
    fill: #000 !important;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.nav-previous a, .nav-next a {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(90deg, #AE15F5 0%, #FF1787 100%) !important;
    border-radius: 30px !important;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.nav-previous a:hover, .nav-next a:hover {
    background: linear-gradient(180deg, #AE15F5 0%, #FF1787 100%) !important;
}

[id*="wpcf7-f"] .mainButton {
    max-width: 210px;
    border: none !important;
    height: 46px;
    line-height: 0 !important;
    position: relative !important;
    font-weight: bold;
    overflow: hidden;
}
.btn-11 a,
[id*="wpcf7-f"] .mainButton {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #538AF7 0%, #400FF1 100%) !important;
  border-radius: 30px !important;
  overflow: hidden;
  text-decoration: none;
  font-family: "Inter", Sans-serif !important;
  font-size: 16px !important;
}
.btn-11 a:before, .btn-11 a:after,
[id*="wpcf7-f"] .mainButton:before, [id*="wpcf7-f"] .mainButton:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #AE15F5 0%, #FF1787 100%) !important;
  border-radius: 50%;
}
.btn-11 a:before,
[id*="wpcf7-f"] .mainButton:before
{
  left: -20px;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.btn-11 a:after,
[id*="wpcf7-f"] .mainButton:after
{
  right: -20px;
  transform: translate(50%, -50%);
  z-index: 9;
}
.btn-11 a:hover,
[id*="wpcf7-f"] .mainButton:hover {
  color: #fff !important;
}
.btn-11 a:hover:before,
[id*="wpcf7-f"] .mainButton:hover:before {
  -webkit-animation: criss-cross-left 0.8s both !important;
          animation: criss-cross-left 0.8s both !important;
  -webkit-animation-direction: alternate !important;
          animation-direction: alternate !important;
}
.btn-11 a:hover:after,
[id*="wpcf7-f"] .mainButton:hover:after {
  -webkit-animation: criss-cross-right 0.8s both !important;
          animation: criss-cross-right 0.8s both !important;
  -webkit-animation-direction: alternate !important;
          animation-direction: alternate !important;
}
.btn-11 .elementor-button-icon,
.btn-11 .elementor-button-text {
    position: relative;
    z-index: 99;
}


/*Footer CSS*/
.footerTop {
	position: relative;
	z-index: 9;
}
.footerContactBlock {
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 15px;
}
.footerContactBlock a {
	color: #fff;
	transition-duration: 0.5s;
	transition-property: background-color, font-size, transform, color;
  	transition-timing-function: ease-in-out;
}
.footerContactBlock a:hover {
	color: #FF1787;
}


/*Main Page*/

.elementor-heading-title span {
    background-image: linear-gradient(
        -225deg,
        #3854FF 0%,
        #4F3BE8 29%,
        #AE15F5 67%,
        #5037E7 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    display: block;
}

.elementor-heading-title span.inlineSpan {
    display: inline;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.elementor-element.elementor-element-07404a7 {
    width: 1090px;
    margin-bottom: 70px;
}


/*Services Scoll*/
.main-content {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100vh;
    background: transparent;
}

.noise {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: .05;
}
.grid {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-columns: 3fr 4fr;
  grid-template-columns: 3fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid * {
    transition-duration: 0.5s;
    transition-property: background-color, font-size, transform, color;
    transition-timing-function: ease-in-out;
}

.grid-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1.5px solid rgba(238, 237, 242, 0.19);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(255, 255, 255, 0.19);
  font-size: 0.8em;
  text-align: left;
}

.grid-card.current {
  color: #fff;
}

.grid-number {
  z-index: 1;
  margin-bottom: 0.8em;
  color: #f88cd4;
  font-size: 2.9em;
  line-height: 0.8;
}

.grid-title {
  position: relative;
  z-index: 2;
  font-size: 2.9em;
}
.grid-photos {
    position: -webkit-sticky;
    position: sticky;
    top: 10vh;
    height: 80vh;
/*    transform: translateY(-50%);*/
}

.grid2-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
/*  overflow: hidden;*/
  width: 100%;
  height: 100%;
  opacity: 0;
/*  -webkit-transform: translate(0px, 4em);*/
/*  -ms-transform: translate(0px, 4em);*/
/*  transform: translate(0px, 4em);*/
  -webkit-transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 100ms ease;
  transition: transform 400ms ease, opacity 100ms ease, -webkit-transform 400ms ease;
}

.grid2-item.current {
  opacity: 1;
  -webkit-transform: translate(0px, 0em);
  -ms-transform: translate(0px, 0em);
  transform: translate(0px, 0em);
  z-index: 999;
}

.grid-image {
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1.2, 1);
  transform: scale3d(1, 1.2, 1);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid-image.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.grid1-img {
  display: none;
}

.scroll-trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.grid-card.w-inline-block {
    border-radius: 30px;
    background: linear-gradient(96deg, #F3F6FF 0.87%, #FEF3F6 97.29%);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    text-decoration: none;
}
.grid-card.w-inline-block.current {
    background: #FAFAFA;
}
.grid-card.w-inline-block h3 {
    color: #000;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.grid-card.w-inline-block.current h3 {
    background: linear-gradient(180deg, #A01AF3 0%, #4F37E5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grid1-item.w-dyn-item {
    margin-bottom: 50px;
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
}
.serviceLinkContainer {
    text-align: center;
    width: 100%;
    display: block;
}
/*.serviceLinkContainer {
    display: flex;
    align-items: center;
    justify-content: center
}*/

.serviceLinkContainer img {
    width: auto;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.serviceData h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.serviceData p {
    color: #FFF !important;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 138.462% */
}
.serviceData a {
    color: #4F37E7;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background-image: url(https://enginerdsdigital.com/wp-content/uploads/2023/12/service-arrow-engi-nerds.svg);
    border-radius: 30px;
    background-color: #FFF;
    background-repeat: no-repeat;
    padding: 12px 40px 12px 25px;
    background-position: center right 20px;
    background-size: 7px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 30px;
    position: relative;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.serviceData a:before {
    width: 7px;
    height: 13px;
    content: "";
    position: absolute;
    left: 121px;
    top: 17px;
    background-image: url(https://enginerdsdigital.com/wp-content/uploads/2023/12/service-arrow-engi-nerds.svg);
    background-size: 7px;
}
.serviceData a:hover {
    padding-right: 45px;
}
.row>* {
    display: flex;
}
.loopCategoryList {
    margin: 15px 0;
    padding: 0;
}
.loopCategoryList,
.loopCategoryList a {
    color: #94A3B8;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.loopSinglePortfolio {
    padding: 0 15px;
    margin-bottom: 30px;
}
.loopPortfolioImage * {
    width: 100%;
}
.loopCategoryList li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 0px 10px;
    width: fit-content;
}
.loopCategoryList li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #8d9bb0;
    border-radius: 10px;
    top: 6.5px;
    left: -10px;
}
.loopCategoryList li a:hover,
.loopCategoryList li a:focus {
    text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
    background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.loopCategoryList li a:hover:before,
.loopCategoryList li a:focus:before {
    background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
}
.loopPortfolioContent a {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.7;
    margin: -5px 0 0px;
    text-decoration: none;
}
#testimonialCarousel {
    width: 1100px;
    margin: 0px auto;
    border-radius: 30px;
    background: linear-gradient(96deg, #F3F6FF 0.87%, #FEF3F6 97.29%);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 80px;
    position: relative;
    max-width: calc(100% - 30px);
}
#testimonialCarousel:before {
    background: url(https://enginerdsdigital.com/wp-content/uploads/2024/01/testimonial-engi-nerds.svg);
    background-size: 200px auto;
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 10px;
}
.testimonialContent {
    color: rgba(0, 0, 0, 0.70);
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 36px; /* 166.667% */
}
.testimonialName {
    color: rgba(0, 0, 0, 0.70);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
    margin-top: 20px;
}
.testimonialDesignation {
    color: rgba(0, 0, 0, 0.70);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
button.carousel-control-prev,
button.carousel-control-next {
    width: 80px;
    height: 80px;
    top: 50%;
    left: -20px;
    background: linear-gradient(45deg, #4D68F8, #4F37E7);
    border-radius: 100%;
    transform: translateY(-50%);
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    opacity: 1;
}
button.carousel-control-next {
    right: -20px;
    left: unset;
}
button.carousel-control-prev:hover,
button.carousel-control-next:hover {
    border: 5px double;
}
.wpcf7 {
    width: 750px;
    margin: 0 auto;
}
.wpcf7-form-control {
    border-radius: 10px !important;
    border: 1px solid #DCDCDC !important;
    background: #FFF !important;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    padding: 17px !important;
    max-height: 150px;
}
[id*="wpcf7-f"] .wpcf7-form-control:focus:not(.wpcf7-submit) {
    background: linear-gradient(96deg, #ffffff 0.87%, #FEF3F6 97.29%) !important;
    border: 1px solid #4348F5 !important;
    outline: none !important;
}
.wpcf7-form-control.wpcf7-phonetext {
    padding: 17px 17px 17px 45px !important;
}
.uacf7-row {
    margin-bottom: 30px;
}
.wpcf7-list-item {
    width: 47%;
}
.contactFormText {
    color: rgba(0, 0, 0, 0.90);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.codedropz-upload-handler {
    border-radius: 10px !important;
    background: #fff;
    font-family: 'Inter';
}
.wpcf7-spinner {
    display: inline-block;
    float: left;
    top: -34px;
    left: 68px !important;
}
button.swal2-close {
    background: linear-gradient(90deg, #538AF7 0%, #400FF1 100%) !important;
    color: #fff !important;
}
.swal2-modal .swal2-close:hover {
    color: #fff;
}
.hideMenu {
    display: none !important;
}
#menu.menu {
    box-sizing: border-box;
    background: white;
    height: 87.75px;
    width: 87.75px;
    padding: 18px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
#menu.menu.expanded {
  width: 351px;
}

#menu span {
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    transform: rotateY(0deg);
    width: 30%;
    display: inline-block;
    padding: 0px;
}
#menu span:nth-of-type(1),
#menu span:nth-of-type(4) {
  transition-delay: 0.4s;
}
#menu span:nth-of-type(2),
#menu span:nth-of-type(5) {
  transition-delay: 0.5s;
}
#menu span:nth-of-type(3),
#menu span:nth-of-type(6) {
  transition-delay: 0.6s;
}
/*#menu span:nth-of-type(4) {
  transition-delay: 0.7s;
}
#menu span:nth-of-type(5) {
  transition-delay: 0.7s;
}
#menu span:nth-of-type(6) {
  transition-delay: 0.7s;
}*/
#menu span.hidden {
  width: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(90deg);
}
/*#menu span.hidden:nth-of-type(1) {
  transition-delay: 0.5s;
}
#menu span.hidden:nth-of-type(2) {
  transition-delay: 0.5s;
}
#menu span.hidden:nth-of-type(3) {
  transition-delay: 0.3s;
}*/
#menu span.hidden:nth-of-type(4),
#menu span.hidden:nth-of-type(1) {
  transition-delay: 0.2s;
}
#menu span.hidden:nth-of-type(5),
#menu span.hidden:nth-of-type(2) {
  transition-delay: 0.1s;
}
#menu span.hidden:nth-of-type(6),
#menu span.hidden:nth-of-type(3) {
  transition-delay: 0s;
}
#menu span a {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    color: #000;
}
#menu span a:hover {
    text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
    background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.menuContainer {
  position: absolute;
  top: 22.5px;
  right: calc(100% - 73.125px);
  height: 42.75px;
  width: 58.5px;
  transition: 1s;
}

.menuContainer.close {
  right: 0;
}

#menu .toggle {
  position: relative;
  height: 42.75px;
  width: 58.5px;
  cursor: pointer;
}
#menu .toggle:after, .toggle:before {
  content: "";
  background: linear-gradient(270deg, #3854FF 32.57%, #4F3BE8 98.9%);
  width: 36px;
  height: 4.5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
}
#menu .toggle:before {
  top: -30%;
}
#menu .toggle:after {
  top: 30%;
}
#menu .toggle.close:before {
  transform: rotate(-225deg);
  top: 0;
}
#menu .toggle.close:after {
  transform: rotate(225deg);
  top: 0;
}
.breadcrumb {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.breadcrumb span {
    margin-left: 5px;
    margin-right: 5px;
}
.breadcrumb span:first-child {
    margin-left: 15px;
}
.breadcrumb a, .rt-reading-time {
    text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
    background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serviceFullwidth {
    max-width: 1260px !important;
    margin: 50px auto;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}
.servicesIcon .elementor-icon-box-title span {
    display: block;
}
.serviceFullwidth .e-con-inner {
    padding: 0;
}
.serviceFullwidth:hover,
.servicesHalfWidth > .e-con-inner > .e-child:hover {
    background: linear-gradient(96deg, #F3F6FF 0.87%, #FEF3F6 97.29%);
}
.servicesHalfWidth > .e-con-inner > .e-child {
    cursor: pointer;
}
.serviceEntityBox {
    max-width: 1260px !important;
    margin: 70px auto !important;
}
.loopPortfolioImage {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 100%;
    border: 1px solid transparent;
}
.loopPortfolioImage img {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 100%;
    width: auto !important;
    max-width: unset !important;
}
.portfolioTitle {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.swal2-modal.swal2-show {
    border-radius: 30px;
}
button.swal2-close {
    border-radius: 100%;
    top: 10px !important;
    right: 10px !important;
}

/*footer nav a {
    box-shadow: inset 0 0 0 0 #54b3d6 !important;
    padding: 0 .25rem !important;
    margin: 0 -.25rem !important;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out !important;
    width: fit-content !important;
}
footer nav a:hover, footer .current-menu-item a {
    color: #fff !important;
    box-shadow: inset 0 -2px 0px 0 #E64295 !important;
    width: fit-content;
}
footer nav a:hover * {
    color: #fff !important;
}*/
.blogArchive h1.elementor-heading-title,
.singlePost h1.elementor-heading-title {
    color: #000;
    font-family: Inter;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px; /* 100% */
    margin-bottom: 20px;
    margin-top: 14px;
}
.singlePost h1.elementor-heading-title {
    font-size: 50px;
    line-height: 60px; /* 100% */
}
.blogArchive h3.elementor-heading-title,
.singlePost h3.elementor-heading-title {
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
}
.singlePost h3.elementor-heading-title a {
    text-decoration: none;
}
.singlePost h3.elementor-heading-title a:hover {
    color: #4F37E7;
}
.blogArchive .breadcrumb,
.singlePost .breadcrumb {
    margin-top: 40px;
}
/*#headingOuter {
    left: 10px;
}*/
.categoryBox {
    border-radius: 30px;
    background: linear-gradient(96deg, #F3F6FF 0.87%, #FEF3F6 97.29%);
    padding: 25px;
}
.categoryBoxTitle {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal; /* 172.222% */
}
.blogArchive .row>* {
    display: unset;
}
.myPost {
    border-radius: 30px;
    border: 1px solid #EEE;
    background: #F8F7FE;
    padding: 20px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.myPost:nth-child(n+1),
.myPost:nth-child(n+6)
{
    background: #F8F7FE;
}
.myPost:nth-child(n+2),
.myPost:nth-child(n+7)
{
    background: #E8FBFF;
}
.myPost:nth-child(n+3),
.myPost:nth-child(n+8)
{
    background: #FFF3F8;
}
.myPost:nth-child(n+4),
.myPost:nth-child(n+9)
{
    background: #F0FBF8;
}
.myPost:nth-child(n+5),
.myPost:nth-child(n+10)
{
    background: #F3EAFB;
}
.myPost img {
    border-radius: 30px;
}
.myPost .myPostTitle {

}
.myPost .myPostTitle a {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
/*    white-space: nowrap;*/
    /*width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;*/
}
.loopPostContent {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
li.categories { ... }  /* outermost list item */
li.cat-item,
.cat-item-all {
    list-style: none;
    margin: 15px 0;
}
li.cat-item a,
.cat-item-all a {
    list-style: none;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
li.current-cat a {
    color: #4F37E7;
    text-decoration-line: underline;
}
li.current-cat-parent { ... }
ul.children { ... }
.cat-item-all a {
    background: linear-gradient(92deg, #FF1787 2.15%, #3854FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mt-30 {
    margin-top: 30px;
}
.featuredPostImg {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 30%;
}
.featuredPostImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.featuredPostTitle a {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.featuredPost {
    margin-bottom: 30px;
}
.singlePostImg {
    margin: 20px 0 50px;
    border-radius: 30px;
    overflow: hidden;
}
.singlePost .wp-post-image {
    max-height: 700px;
}
.singlePost p,
.singlePost ol,
.singlePost ul {
    font-size: 20px;
    color: #000;
}
.tagTitle {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 62px; /* 172.222% */
    margin-top: 50px;
}
.singlePost .wp-block-heading {
    margin-top: 30px;
    font-weight: 900;
}
.tag-links a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.tag-links a:hover {
    background: linear-gradient(96deg, #ffffff 0.87%, #FEF3F6 97.29%) !important;
}
.elementor-element-94dfb12 .elementor-widget-container a {
    display: block;
}
#webDesigning img {
    position: relative;
    left: 7px;
    top: 8px;
}
.page .singlePostImg,
.single-portfolio .singlePostImg {
    display: none;
}
.serviceFullwidth .elementor-widget-text-editor p,
.servicesHalfWidth .elementor-widget-container {
    line-height: unset !important;
    color: #000000B3 !important;
}
.singlePost p,
.singlePost ol,
.singlePost ul {
    font-family: Inter;
}
.servicesCheckbox .wpcf7-form-control {
    max-height: unset;
}
#mobileLandscapeBanner {
    display: none;
}
.grecaptcha-badge {
    visibility: hidden;
}
#testimonialCarousel.w100 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 30px;
}
#moove_gdpr_cookie_info_bar {
    z-index: 999999 !important;
}
.gdpr_lightbox {
    z-index: 9999999999 !important;
}
#moove_gdpr_cookie_info_bar {
    z-index: 99999999999 !important;
}
#moove_gdpr_cookie_info_bar p {
    font-size: 16px !important;
}
.pojo-a11y-toolbar-toggle {
    display: none;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
    max-width: unset !important;
}
#content nav ol li a {
    color: #000 !important;
    text-decoration: none !important;
}
.wp-block-rank-math-toc-block h2 {
    font-weight: 900;
}
.wp-block-rank-math-toc-block li a {
    color: #000;
    text-decoration: none;
}
.gtranslate_wrapper {
    position: absolute;
    right: -70px;
    width: 50px;
    top: 11px;
    z-index: 99;
}
#menu-1-017bb11 > li {
    padding: 15px 0 !important;
}
#menu-1-017bb11 .sub-menu {
    top: 30px !important;
}
.wa__popup_powered_content {
    display: none;
}
span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 i {
    font-style: normal;
    font-size: 18px;
}
input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext {
    padding-left: 85px !important;
}






@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1260px !important;
    }
}
@media (max-width: 1366px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: calc(100% - 50px) !important;
    }
    .elementor-8 .elementor-element.elementor-element-017bb11 a.hfe-menu-item, .elementor-8 .elementor-element.elementor-element-017bb11 a.hfe-sub-menu-item {
        font-family: "Inter", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .serviceData h2 {
        font-size: 50px;
    }
    .techStack h3.elementor-image-box-title {
        font-size: 18px !important;
    }
    



}
@media screen and (max-width: 991px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: calc(100% - 50px) !important;
    }
    .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #fff;
    }

    .grid-number {
        font-size: 16px;
    }

    .grid-title {
        font-size: 5em;
    }

    .grid-photos {
        display: none;
    }

    .grid1-img {
        display: block;
        width: 100%;
        height: 40vw;
        margin-top: 4.9em;
        -o-object-fit: cover;
        object-fit: cover;
    }
    h1.elementor-heading-title {
        font-size: 50px !important;
        line-height: 1.1em !important;
    }
    #rmp_menu_trigger-1482 {
    top: 15px;
}
button.carousel-control-prev {
        left: -10px !important;
    }
button.carousel-control-next {
        right: -10px !important;
    }
    #counters {
        width: calc(100% - 30px) !important;
        margin: 50px auto !important;
    }
/*.row.portfolioRow {
        --bs-gutter-x: unset;
    }*/
    /*.loopPortfolioImage {
        border-radius: 30px 30px 0 0;
        padding-top: 60%;
        margin-left: -20px;
        margin-top: -20px;
        margin-right: -20px;
        max-width: unset !important;
    }
    .loopPortfolioImage img {
        left: 20px;
        top: 20px;
        width: 100% !important;
        height: auto !important;
    }*/
    /*.loopSinglePortfolio {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 30px;
}*/
/*#testimonialCarousel {
    padding: 25px;
}*/
.singlePost p,
.singlePost ol,
.singlePost ul {
    font-size: 18px;
    line-height: 1.2em;
    font-style: normal;
}
.testimonialName {
    font-size: 26px;
    color: #3952f6;
}
.testimonialDesignation {
    font-size: 18px;
    line-height: 1.2em;
}
.uacf7-row {
    width: 100%;
    margin: 0 auto 30px;
}
.uacf7-col-6 {
    margin-bottom: 30px;
    width: 100% !important;
}
.uacf7-row .uacf7-col-6:last-child {
    margin-bottom: 0px;
}
.contactBlocks .elementor-icon-box-title, .contactBlocks .elementor-icon-box-icon {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.contactBlocks .elementor-icon-box-description {
    display: none;
}
.footerMenu li.menu-item {
    width: 40%;
}
.singlePost .breadcrumb {
    margin-top: 10px;
}
.serviceFullwidth {
    margin: 50px auto !important;
    width: calc(100% - 30px) !important;
}
.serviceFullwidth h3 a,
.servicesHalfWidth h3 a {
    font-size: 24px !important;
    line-height: 1.1em !important;
}  
.serviceFullwidth .elementor-widget-text-editor p,
.servicesHalfWidth .elementor-widget-text-editor p,
.serviceFullwidth .elementor-widget-container,
.servicesHalfWidth .elementor-widget-container {
    font-size: 18px !important;
    line-height: 1.1em !important;
    color: #000000B3 !important;
}
.serviceFullwidth .elementor-icon-box-icon,
.servicesHalfWidth .elementor-icon-box-icon {
    margin-bottom: 0px !important;
}
.portfolioTitle {
    font-size: 24px;
}
.loopPortfolioContent a {
    font-size: 18px;
    line-height: 22px;
}
.breadcrumb span {
    margin-left: 0px;
}
.breadcrumb {
    padding: 0 15px;
}
.blog .elementor-element-1d7e6987 h3,
.single-post .elementor-element-1d7e6987 h3 {
    font-size: 20px;
    line-height: 1.2em;
}
.blogArchive .breadcrumb, .singlePost .breadcrumb {
    margin-top: 10px;
}
.blogArchive .elementor-element.elementor-element-589a3c37 h1,
.single-post .elementor-element.elementor-element-589a3c37 h1 {
    margin-top: -15px;
}
.blogArchive .breadcrumb, .singlePost .breadcrumb {
    padding: 5px;
}
.blogArchive .row {
    --bs-gutter-x: unset;
}
.myPost {
    margin-left: 0px;
}
.myPost .wp-post-image {
    margin-bottom: 20px;
}
.myPost .myPostTitle a {
    font-size: 24px !important;
    line-height: 1.1em !important;
}
.loopPostContent {
    font-size: 18px !important;
    line-height: 1.1em !important;
}
h3.tagTitle {
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.tag-links a {
    font-size: 14px;
    padding: 5px 10px;
}
.serviceEntityBox {
    width: calc(100% - 30px);
    margin: 30px auto !important;
}
.serviceEntityBox h2.elementor-heading-title {
    font-size: 24px !important;
    line-height: 1.1em !important;
}
.serviceEntityBox .elementor-widget-container {
    font-size: 18px !important;
    line-height: 1.1em !important;
}
.serviceEntityBox .elementor-element.e-con-full.e-flex.e-con.e-child.animated {
    padding: 30px;
}
.blogArchive h3.elementor-heading-title, .singlePost h3.elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.1em !important;
}
.categoryBoxTitle {
    font-size: 30px;
}
li.cat-item a, .cat-item-all a {
    font-size: 20px;
}
.servicesCheckbox .wpcf7-form-control span.wpcf7-list-item {
    width: 100%;
}
p {
    font-size: 18px !important;
    line-height: 1.1em !important;
}
h2.elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.1em !important;
}
h3.elementor-heading-title,
h3.elementor-image-box-title {
    font-size: 24px !important;
    line-height: 1.1em !important;
}
.blogArchive main#content {
    max-width: calc(100% - 30px);
}
.categoryBoxTitle {
    font-size: 24px;
}
.blogArchive .row {
    --bs-gutter-x: 1.5rem;
}
.featuredPostTitle a {
    font-size: 20px;
    display: block;
}
.techStack .elementor-widget-container {
    padding: 10px !important;
}
.techStack h3.elementor-image-box-title {
    font-size: 16px !important;
}
.gtranslate_wrapper {
    position: unset;
    margin-left: 10px;
}











}

@media screen and (max-width: 767px) {
    .wa__btn_popup_txt {
        display: none !important;
    }
    .progress-wrap {
        bottom: 30px !important;
        height: 56px !important;
        width: 56px !important;
        right: 30px !important;
    }
    .progress-wrap::after {
        width: 56px !important;
        height: 56px !important;
        font-size: 35px !important;
        line-height: 56px !important;
    }
    .mt20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gtranslate_wrapper {
        left: 50px;
        top: -15px;
        right: unset;
    }
    .grid {
        display: block;
    }

    .grid-title {
        font-size: 4em;
    }

    h1.elementor-heading-title {
        font-size: 50px !important;
    }
    * {
        max-width: 100% !important;
    }
    .elementor-heading-title span {
        display: inline;
    }
    #rmp_menu_trigger-1482 {
        top: 57px;
    }
}

@media screen and (max-width: 600px) {
    h1.elementor-heading-title {
        font-size: 40px !important;
        line-height: 1.1em !important;
    }
    .row>* {
        display: flex;
        flex-direction: column;
    }
    .grid {
        display: block;
    }

    .grid-title {
        font-size: 4em;
    }
    * {
        max-width: 100% !important;
    }
    /*div#container1 {
        display: none;
    }*/
    button.carousel-control-prev, button.carousel-control-next {
        display: none;
    }
    #counters {
        width: calc(100% - 30px) !important;
        margin: 50px auto !important;
    }
    .row.portfolioRow {
        --bs-gutter-x: unset;
    }
    .loopPortfolioImage {
        border-radius: 30px 30px 0 0;
        padding-top: 60%;
        margin-left: -20px;
        margin-top: -20px;
        margin-right: -20px;
        max-width: unset !important;
    }
    .loopPortfolioImage img {
        left: 20px;
        top: 20px;
        width: 100% !important;
        height: auto !important;
    }
    .loopSinglePortfolio {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 30px;
}
#testimonialCarousel {
    padding: 25px;
}
.singlePost p,
.singlePost ol,
.singlePost ul {
    font-size: 18px;
    line-height: 1.2em;
    font-style: normal;
}
.testimonialName {
    font-size: 26px;
    color: #3952f6;
}
.testimonialDesignation {
    font-size: 18px;
    line-height: 1.2em;
}
.uacf7-row {
    width: 100%;
    margin: 0 auto 30px;
}
.uacf7-col-6 {
    margin-bottom: 30px;
    width: 100% !important;
}
.uacf7-row .uacf7-col-6:last-child {
    margin-bottom: 0px;
}
.contactBlocks .elementor-icon-box-title, .contactBlocks .elementor-icon-box-icon {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.contactBlocks .elementor-icon-box-description {
    display: none;
}
.footerMenu li.menu-item {
    width: 40%;
}
.singlePost .breadcrumb {
    margin-top: 10px;
}
.serviceFullwidth {
    margin: 50px auto !important;
    width: calc(100% - 30px) !important;
}
.serviceFullwidth h3 a,
.servicesHalfWidth h3 a {
    font-size: 24px !important;
    line-height: 1.1em !important;
}  
.serviceFullwidth .elementor-widget-text-editor p,
.servicesHalfWidth .elementor-widget-text-editor p,
.serviceFullwidth .elementor-widget-container,
.servicesHalfWidth .elementor-widget-container {
    font-size: 18px !important;
    line-height: 1.1em !important;
    color: #000000B3 !important;
}
.serviceFullwidth .elementor-icon-box-icon,
.servicesHalfWidth .elementor-icon-box-icon {
    margin-bottom: 0px !important;
}
.portfolioTitle {
    font-size: 24px;
}
.loopPortfolioContent a {
    font-size: 18px;
    line-height: 22px;
}
.breadcrumb span {
    margin-left: 0px;
}
.breadcrumb {
    padding: 0 15px;
}
.blog .elementor-element-1d7e6987 h3,
.single-post .elementor-element-1d7e6987 h3 {
    font-size: 20px;
    line-height: 1.2em;
}
.blogArchive .breadcrumb, .singlePost .breadcrumb {
    margin-top: 10px;
}
.blogArchive .elementor-element.elementor-element-589a3c37 h1,
.single-post .elementor-element.elementor-element-589a3c37 h1 {
    margin-top: -15px;
}
.blogArchive .breadcrumb, .singlePost .breadcrumb {
    padding: 5px;
}
.blogArchive .row {
    --bs-gutter-x: unset;
}
.myPost {
    margin-left: 0px;
}
.postsOuter {
    margin-top: 30px;
}
.myPost .wp-post-image {
    margin-bottom: 20px;
}
.myPost .myPostTitle a {
    font-size: 24px !important;
    line-height: 1.1em !important;
}
.loopPostContent {
    font-size: 18px !important;
    line-height: 1.1em !important;
}
h3.tagTitle {
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.tag-links a {
    font-size: 14px;
    padding: 5px 10px;
}
.serviceEntityBox {
    width: calc(100% - 30px);
    margin: 30px auto !important;
}
.serviceEntityBox h2.elementor-heading-title {
    font-size: 24px !important;
    line-height: 1.1em !important;
}
.serviceEntityBox .elementor-widget-container {
    font-size: 18px !important;
    line-height: 1.1em !important;
}
.serviceEntityBox .elementor-element.e-con-full.e-flex.e-con.e-child.animated {
    padding: 30px;
}
.blogArchive h3.elementor-heading-title, .singlePost h3.elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.1em !important;
}
.categoryBoxTitle {
    font-size: 30px;
}
li.cat-item a, .cat-item-all a {
    font-size: 20px;
}
.servicesCheckbox .wpcf7-form-control span.wpcf7-list-item {
    width: 100%;
}
.techStack > div > .elementor-element > .elementor-element {
    margin-top: 10px;
    margin-bottom: 10px;
}
.techStack > .e-con-inner {
    padding-top: 40px;
    padding-bottom: 30px;
}
.rmp-menu-subarrow {
    width: 100px !important;
}
a.rmp-menu-item-link {
    height: unset !important;
    line-height: 1.1em !important;
    margin-bottom: 15px;
}
body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
}










}

@media screen and (max-width: 991px) and  (orientation: landscape) {
    #mobileLandscapeBanner {
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100% !important;
    padding: 0px !important;
}
body,html {
    overflow: hidden !important;
}
#rmp_menu_trigger-1482 {
    display: none;
}



}

@media screen and (max-width: 479px) {
  .grid-list {
    font-size: 1.1em;
  }
}
