@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "budicon";
  src: url("../fonts/budicon.eot");
  src: url("../fonts/budicon.eot?#iefix") format("embedded-opentype"), url("../fonts/budicon.woff") format("woff"), url("../fonts/budicon.ttf") format("truetype"), url("../fonts/budicon.svg#budicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.ttf");
  font-weight: 700;
}
/* Header */
/* Buttons */
/* Home */
/*.addressBox p img.responsive-img {

	height:32px;

	width:32px;

	vertical-align: middle;

}*/
/*-----------------------------------------------------------------------------------*/
/*	07. REVOLUTION SLIDER





/*-----------------------------------------------------------------------------------*/
/* FEATURES */
/*-----------------------------------------------------------------------------------*/
/*	11. PROCESS

/*-----------------------------------------------------------------------------------*/
/* Salient Features */
/* Technology We Use */
/* 15. TESTIMONIALS */
/* MARGIN */
/* PADDING */
/* MEDIA */
/* PRODUCT */
/*Rinki*/
@keyframes animate {
  0% {
    transform: translate(-150px, -150px);
  }
  25% {
    transform: translate(0px, -150px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(-150px, 0px);
  }
  100% {
    transform: translate(-150px, -150px);
  }
}
/*--PHP Advertising Script Start--*/
/* LINE ANIMATION ===================== */
@keyframes dot {
  0% {
    stroke-dashoffset: 2000;
    stroke: green;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.9);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.25;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0);
  }
  5% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes strokeFade {
  0% {
    stroke: #b6862d;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke: #b6862d;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(300px) translateX(-300px);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* CENTER TRIANGLE ===================== */
@keyframes fadeInUpRight {
  0% {
    transform: scale(3) translateY(200px) translateX(100px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1) translateY(0) translateX(0);
    animation-timing-function: ease-in;
  }
}
/* TOP LEFT POLYGON ===================== */
@keyframes fadeInLeft {
  0% {
    transform: scale(3) translateX(-180px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* BOTTOM LEFT POLYGON ===================== */
@keyframes zoomInLeft {
  0% {
    transform: scale(3) translateX(50px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* BACKGROUND OVERLAY GRADIENT ===================== */
/* BACKGROUND COLOR CHANGING ANIMATION ===================== */
@keyframes color-change {
  0% {
    fill: #03a84e;
  }
  /* ORANGE */
  10% {
    fill: #ff9800;
  }
  /* RED */
  20% {
    fill: #4b384c;
  }
  /* PURPLE */
  30% {
    fill: #2c5697;
  }
  /* DK BLUE */
  40% {
    fill: #43ac27;
  }
  /* BLUE */
  50% {
    fill: #db3a09;
  }
  /* LT BLUE */
  60% {
    fill: #58b7b3;
  }
  /* TEAL */
  70% {
    fill: #43ac27;
  }
  /* GREEN */
  80% {
    fill: #8be100;
  }
  /* YELLOW */
  100% {
    fill: #ff9800;
  }
  /* ORANGE */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--Key features start--*/
/*--Price table start--*/
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* #pricetable table caption {
	  font-size: 1.3em;
	} */
/*--Price table end--*/
/*--get started start--*/
/*--PHP advertising script end--*/
/*--Open Source Classified Script start--*/
@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--Open Source Classified Script End--*/
/* End CSS */
body {
  font-family: "Muli", "Segoe UI", Arial, sans-serif;
  background-color: #fff;
}

ol:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ol:not(.browser-default) > li {
  list-style-type: none;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

ul.browser-default {
  padding-left: 40px;
}
ul.browser-default > li {
  list-style: disc;
}

a {
  color: #039be5;
}

.img-responsive {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-weight: 700;
}
h1:first-child {
  margin-top: 0;
}

h2 {
  font-weight: 700;
}
h2:first-child {
  margin-top: 0;
}
h2 span {
  color: #ff9000;
}

h3 {
  font-weight: 700;
}
h3:first-child {
  margin-top: 0;
}

h4 {
  font-weight: 700;
}
h4:first-child {
  margin-top: 0;
}

h5 {
  font-weight: 700;
}
h5:first-child {
  margin-top: 0;
}

h6 {
  font-weight: 700;
}
h6:first-child {
  margin-top: 0;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

nav {
  color: #333;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
nav .button-collapse {
  margin: 0;
  color: #55bf39;
  margin: 0;
}
nav .brand-logo {
  line-height: 1;
}
nav ul a {
  color: #333;
  font-size: 1.063rem;
  padding: 0 7px;
  text-decoration: none;
}
nav ul a:hover {
  color: #ff9000;
  background-color: transparent;
}
nav ul a.btn {
  margin-right: 0;
}
nav ul#dropdown1 {
  right: 6%;
  top: 86%;
}
nav ul#dropdown2 {
  top: 86%;
}

.btn {
  background-color: inherit;
  box-shadow: none;
  color: #fff;
  text-transform: inherit;
}
.btn:hover {
  background-color: inherit;
  box-shadow: none;
  color: #fff;
}
.btn:focus {
  background-color: inherit;
  box-shadow: none;
  color: #fff;
}

.btn-web {
  border: 1px solid #ff9000;
  color: #ff9000;
}
.btn-web:hover {
  color: #ffffff;
  background-color: #ff9000;
}
.btn-web:focus {
  color: #ffffff;
  background-color: #ff9000;
}

.noOutline {
  border: none;
}

.btn-site {
  background-color: #357daa !important;
  color: #ffffff !important;
  border: 1px solid #357daa !important;
  transition: 0.12s;
}
.btn-site:hover {
  background-color: transparent !important;
  color: #357daa !important;
}
.btn-site:focus {
  border: 1px solid #357daa !important;
  color: #357daa !important;
}

.btn-border {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ff9800;
}
.btn-border:hover {
  background-color: #fff;
  color: #ff9800;
}

.btn-white {
  background-color: #fff;
  color: var(--siteColor);
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: var(--siteColor);
}
.btn-outline-white:focus {
  background-color: #fff;
  color: var(--siteColor);
}

.nav-bottom .brand-logo {
  padding: 10px 0;
}

.top-nav {
  z-index: 999;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.ps-3 {
  padding-inline-start: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.realestate-banner {
  position: relative;
}
.realestate-banner canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.realestate-banner .container {
  position: relative;
}
.realestate-banner .v1 {
  margin-top: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.realestate-banner .v2 {
  right: 0;
  bottom: 0;
  margin-bottom: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hangtwo {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.realestate-banner .right-banner {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.realestate-banner .row {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.realestate-banner .row .carSub {
  color: #ff9000;
}
.realestate-banner .carousel .carousel-item > img {
  height: auto;
}
.realestate-banner h1 {
  font-weight: 700;
  line-height: normal;
}

.banner-text {
  position: absolute;
  bottom: 50%;
  width: 100%;
  transform: translateY(50%);
}
.banner-text h5 {
  color: #fff;
  font-weight: normal;
  font-family: "Madimi One", sans-serif;
  line-height: 24px;
}

.carousel .indicators {
  bottom: 30px;
}
.carousel .indicators .indicator-item {
  margin: 4px;
}

.sec {
  padding: 3rem 0;
}

.sec.gray {
  background-color: #f5f5f5;
}

.main-title {
  font-weight: 300;
}
.main-title strong {
  font-weight: 700;
}

.section-headline {
  margin-bottom: 2rem;
}
.section-headline > h5 {
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1rem;
  position: relative;
}

.whatCarclassified {
  background-color: #e3f2fd;
}

.displayHide {
  display: block;
}

.revenue {
  background-color: #e3f2fd;
}
.revenue .card {
  height: calc(100% - 1.5rem);
  border-color: #c7d7f5;
  border-width: 1px;
  border-style: dashed;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
.revenue .card .card-body {
  position: relative;
  z-index: 99;
}
.revenue .card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#cb92d5, #bec5ed);
  animation: animate 3s linear infinite;
}
.revenue .card::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #ffffff;
  border-radius: 16px;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.revenue .card .card-body {
  position: relative;
}
.revenue .roww {
  display: flex;
  align-items: center;
}
.revenue .roww .card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.revenue .subImg {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.revenue .imagee {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgb(180, 218, 251);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.revenue .lineOpacity {
  width: 4px;
  height: 100%;
  background-color: #ff9000;
  transition: all 0.6s;
  position: absolute;
}

.featureForall {
  background-color: #e3f2fd;
}
.featureForall .tabs {
  background-color: transparent;
}

.primaryFeatures {
  background-color: #e3f2fd;
}
.primaryFeatures .card {
  border: 1px solid #d6ebff;
  height: calc(100% - 0.5rem);
  bottom: calc(4% - 9px);
  transition: 0.3s;
}
.primaryFeatures .card:hover {
  bottom: calc(4% - 1px);
}

.primaryFeaturesall .card {
  border: 1px solid #d6ebff;
  height: calc(100% - 0.5rem);
  bottom: calc(4% - 9px);
  transition: 0.3s;
}
.primaryFeaturesall .card:hover {
  bottom: calc(4% - 1px);
}

.whatSupport .card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.car-enquiry {
  margin-bottom: 3rem;
}
.car-enquiry .carousel .indicators {
  bottom: 0px;
  background: #99b0cf;
  padding: 20px 0;
}
.car-enquiry .carousel .indicators .indicator-item.active {
  background-color: #1465cf;
}
.car-enquiry .carousel .indicators .indicator-item {
  margin: 4px;
}

.essentialFeatures .card {
  height: 100%;
  box-shadow: none;
}
.essentialFeatures .carousel-slider {
  height: 391px !important;
}
.essentialFeatures .carousel-slider .carousel-item {
  padding-left: 10px;
  padding-right: 10px;
}
.essentialFeatures .carousel-slider .row h5 {
  color: #000000;
}
.essentialFeatures .carousel-slider .row p {
  color: #000000;
}
.essentialFeatures .carousel .indicators {
  bottom: 0px;
  padding: 0;
}
.essentialFeatures .carousel .indicators .indicator-item.active {
  background-color: #1465cf;
}
.essentialFeatures .carousel .indicators .indicator-item {
  margin: 4px;
  background-color: #9eb7d8;
}

.owl-nav {
  text-align: center;
  display: none;
}

.owl-dots {
  text-align: center;
}

button.owl-dot {
  height: 12px;
  margin-right: 13px;
  border-radius: 50%;
  border: none;
  background: #d9dde3;
}

button.owl-dot.active {
  background: #ff9000;
}

.faqs {
  background: #e3f2fd;
}
.faqs .faq-list {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.faqs .faq-list:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.faqs .faq-list .collapsible-body {
  background-color: transparent;
}
.faqs .faq-list .collapsible-header {
  background-color: transparent;
  position: relative;
  border-bottom: none;
  border-radius: 12px;
}
.faqs .faq-list .collapsible-header .faq-toggle-icon {
  position: absolute;
  right: 12px;
  bottom: -8px;
  transform: translateY(-50%);
  font-size: 2rem;
  content: "+";
}
.faqs .faq-list .collapsible-header .faq-toggle-icon::before {
  content: "+";
  right: 0;
  color: #1465cf;
}
.faqs .faq-list .collapsible-header.active {
  border-radius: 12px 12px 0 0;
}
.faqs .faq-list .collapsible-header.active .faq-toggle-icon::before {
  content: "";
  right: 0;
  color: #1465cf;
}
.faqs .material-icons {
  padding-right: 10px;
}
.faqs h4 {
  margin: 4px 0;
}
.faqs .collapsible {
  border-top: 1px solid #9bb5d7;
  border-right: 1px solid #9bb5d7;
  border-left: 1px solid #9bb5d7;
  margin: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #9bb5d7;
}

.faq .faq-list {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.faq .faq-list:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.faq .faq-list .collapsible-body {
  background-color: transparent;
}
.faq .faq-list .collapsible-header {
  background-color: transparent;
  position: relative;
  border-bottom: none;
  border-radius: 12px;
}
.faq .faq-list .collapsible-header .faq-toggle-icon {
  position: absolute;
  right: 12px;
  bottom: -14px;
  transform: translateY(-50%);
  font-size: 2rem;
  content: "+";
}
.faq .faq-list .collapsible-header .faq-toggle-icon::before {
  content: "+";
  right: 0;
  color: #006064;
}
.faq .faq-list .collapsible-header.active {
  border-radius: 12px 12px 0 0;
}
.faq .faq-list .collapsible-header.active .faq-toggle-icon::before {
  content: "";
  right: 0;
  color: #006064;
}
.faq .material-icons {
  padding-right: 10px;
}
.faq h4 {
  margin: 4px 0;
}
.faq .collapsible {
  border-top: 1px solid #e7fcfd;
  border-right: 1px solid #e7fcfd;
  border-left: 1px solid #e7fcfd;
  margin: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #e7fcfd;
}

.faq-product {
  background: #fdf4e3;
}
.faq-product .faq-list {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.faq-product .faq-list:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.faq-product .faq-list .collapsible-body {
  background-color: transparent;
}
.faq-product .faq-list .collapsible-header {
  background-color: transparent;
  position: relative;
  border-bottom: none;
  border-radius: 12px;
}
.faq-product .faq-list .collapsible-header .faq-toggle-icon {
  position: absolute;
  right: 12px;
  bottom: -8px;
  transform: translateY(-50%);
  font-size: 2rem;
  content: "+";
}
.faq-product .faq-list .collapsible-header .faq-toggle-icon::before {
  content: "+";
  right: 0;
  color: #1465cf;
}
.faq-product .faq-list .collapsible-header.active {
  border-radius: 12px 12px 0 0;
}
.faq-product .faq-list .collapsible-header.active .faq-toggle-icon::before {
  content: "";
  right: 0;
  color: #1465cf;
}
.faq-product .material-icons {
  padding-right: 10px;
}
.faq-product h4 {
  margin: 4px 0;
}
.faq-product .collapsible {
  border-top: 1px solid #9bb5d7;
  border-right: 1px solid #9bb5d7;
  border-left: 1px solid #9bb5d7;
  margin: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #9bb5d7;
}

.ctaSeo .row {
  display: flex;
  align-items: center;
}
.ctaSeo .row .card {
  background-color: #f1f5f9;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.ctaSeo .detailRow {
  position: relative;
}

.relatedScripts {
  padding-bottom: 3rem;
}
.relatedScripts .card {
  height: 100%;
  background-color: #e3f2fd;
  border-radius: 12px;
  border-right: 8px solid #ff9000;
  border-bottom: 3px solid #ff9000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.relatedScripts .card .btn-floating {
  width: 60px;
  height: 60px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relatedScripts .card .card-content {
  background-color: #e3f2fd;
}

.footer-top {
  background-color: #262626;
  padding: 3rem 0 2rem;
  color: #eee;
  overflow: hidden;
}

footer h5 {
  text-transform: uppercase;
}

.poweredby {
  display: inline-flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.poweredby > img {
  display: block;
  filter: brightness(0);
  max-width: 140px;
}

ul.foot-nav {
  -moz-columns: 2;
       columns: 2;
}
ul.foot-nav li {
  line-height: 30px;
  border: none;
}
ul.foot-nav > li > a {
  color: #eee;
}
ul.foot-nav > li > a:hover {
  color: #55bf39;
}

ul.socialIcons li {
  display: inline-block;
}
ul.socialIcons li a {
  display: block;
}
ul.socialIcons li a img {
  height: 40px;
  width: 40px;
}

.footer-bottom {
  background-color: #222;
  color: #eee;
  padding: 15px 0;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
}

.getQuote {
  font-size: 14px;
  position: fixed;
  right: 0;
  top: 64%;
  min-width: 100px;
  background-color: #ff9000;
  transform: rotate(-90deg);
  transform-origin: 106px 0%;
  padding: 0px 10px;
  border-radius: 12px;
  z-index: 999;
}
.getQuote > a {
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.addressBox pre {
  font-family: "Nunito", sans-serif;
  margin: 0;
  margin-left: -15px;
}
.addressBox a {
  color: #333;
}
.addressBox a:hover {
  color: #ff9000;
}
.addressBox .card .card-content h4 {
  font-weight: 600;
  margin: 0 0 15px;
}
.addressBox .card .card-content p {
  margin-bottom: 10px;
}
.addressBox p i {
  color: #ff9000;
  font-size: 18px;
  margin-right: 3px;
  vertical-align: middle;
}

.form-control {
  border-radius: 0.1rem;
}

.tp-fullwidth-container {
  width: 100% !important;
  position: relative;
  padding: 0;
}

.tp-fullscreen-container {
  width: 100% !important;
  position: relative;
  padding: 0;
}

.tp-banner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
}

.revolution {
  z-index: 998;
}
.revolution ul {
  display: none;
  margin: 0;
  list-style: none;
}
.revolution .tp-caption {
  color: #fff;
}
.revolution .main-title {
  font-size: 50px;
}
.revolution .lead {
  font-size: 28px;
}
.revolution .dark-layer {
  background: rgba(31, 33, 36, 0.6);
  padding: 20px;
}
.revolution .main-title.dark-layer {
  padding: 25px;
}
.revolution .light-layer {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  color: #404040 !important;
}
.revolution .main-title.light-layer {
  padding: 25px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 50% !important;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  color: #f7f7f7;
  padding: 0;
  width: 45px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.2);
}
.tp-leftarrow.default:before {
  content: "\e00c";
  left: 0;
  margin-left: -5px;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 50% !important;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  color: #f7f7f7;
  padding: 0;
  width: 45px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.2);
}
.tp-rightarrow.default:before {
  content: "\e010";
  margin-right: -5px;
}

.tparrows:before {
  font-family: "budicon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}
.tparrows:hover {
  background: rgba(0, 0, 0, 0.3);
}

.tp-bullets {
  bottom: 30px !important;
}

.tp-bullets.simplebullets.round .bullet {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background: rgba(0, 0, 0, 0.3);
}
.tp-bullets.simplebullets.round .bullet:hover {
  background: rgba(0, 0, 0, 0.5);
}
.tp-bullets.simplebullets.round .bullet.selected {
  background: rgba(0, 0, 0, 0.5);
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-loader.spinner0 {
  background: none !important;
  height: 40px;
  width: 40px;
  animation: rotation 0.8s infinite linear;
  border-left: 3px solid rgba(74, 162, 209, 0.15);
  border-right: 3px solid rgba(74, 162, 209, 0.15);
  border-bottom: 3px solid rgba(74, 162, 209, 0.15);
  border-top: 3px solid rgba(74, 162, 209, 0.8);
  border-radius: 100%;
  margin: -20px -20px;
  top: 50%;
  left: 50%;
  z-index: 1000;
  position: absolute;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tp-bannertimer {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 200;
}

.tp-dottedoverlay.twoxtwo {
  background: rgba(38, 39, 42, 0.4);
}

.feature {
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 1rem;
}
.feature .desc > p {
  height: 130px;
  overflow: hidden;
}
.feature .icon {
  display: block;
  height: 96px;
}
.feature .icon > img {
  max-height: 96px;
  max-width: 96px;
  margin: auto;
}
.feature > .card-image {
  padding: 1rem;
  padding-bottom: 0;
}
.feature > .card-content > p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  min-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featuresGrid .feature {
  min-height: 200px;
}
.featuresGrid .card {
  height: calc(100% - 1.5rem);
}

#why .card {
  height: calc(100% - 1.5rem);
  height: 100%;
  background-size: 200% 200%;
  border: 1px solid #b0eac1;
  background-image: linear-gradient(to top, #def6e1 50%, transparent 50%);
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
#why .card:hover {
  background-image: linear-gradient(to top, #def6e1 51%, transparent 50%);
  background-position: 0 100%;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
#why .card h4 {
  color: #4caf50;
  font-weight: 600;
}
#why .card .h4 {
  color: #4caf50;
  font-weight: 600;
}

.btn-small {
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}

.offer .icon {
  display: block;
  height: 96px;
}
.offer .icon > img {
  max-height: 96px;
  max-width: 96px;
  margin: auto;
}

.process .content {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
}
.process .content .icon {
  height: 84px;
  width: 84px;
  margin: 0 auto 10px;
}
.process .content .icon > img {
  height: 84px;
  width: 84px;
}

.sFeatures .process h5 {
  margin-top: 0;
}
.sFeatures .process p {
  margin: 0 0 8px;
}

.technology {
  overflow: visible;
}
.technology .owl-item .item {
  background-color: #fff;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.technology .owl-controls .owl-nav .owl-prev {
  position: absolute;
  background-color: #55bf39;
  border-radius: 50%;
  top: calc(50% - 20px);
  height: 36px;
  width: 36px;
  color: #fff;
  padding: 3px 12px;
  left: -20px;
}
.technology .owl-controls .owl-nav .owl-next {
  position: absolute;
  background-color: #55bf39;
  border-radius: 50%;
  top: calc(50% - 20px);
  height: 36px;
  width: 36px;
  color: #fff;
  padding: 3px 12px;
  right: -20px;
}
.technology .owl-controls .owl-nav .zmdi {
  font-size: 2rem;
}

.owl-carousel.technology {
  height: auto;
}
.owl-carousel.technology .owl-item {
  min-height: 130px;
}

.testimonial .carousel {
  height: 320px !important;
}
.testimonial .carousel .indicators .indicator-item {
  height: 10px;
  width: 10px;
  background-color: rgba(85, 191, 57, 0.5);
}
.testimonial .carousel .indicators .indicator-item.active {
  background-color: #55bf39;
}
.testimonial .quote {
  margin-bottom: 20px;
}
.testimonial .quote .icon {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  border: 2px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial .quote img {
  width: 84px;
  height: 84px;
  display: block;
}

.quote .author {
  text-align: center;
}
.quote .author h5 {
  margin: 10px 0 0;
  font-size: 1.25rem;
}

blockquote p:before {
  margin-right: 8px;
  font-size: 32px;
  display: inline-block;
  color: #bfbfbf;
  line-height: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  content: "❞";
}
blockquote p:after {
  margin-right: 8px;
  font-size: 32px;
  display: inline-block;
  color: #bfbfbf;
  line-height: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  content: "❝";
}
blockquote small {
  text-transform: uppercase;
}

blockquote.box {
  padding: 1px 1rem;
  border-left: none;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.error {
  color: #a94442;
}

.get_in_touch {
  min-height: 600px;
}
.get_in_touch input[type=text] {
  margin-bottom: 0 !important;
}
.get_in_touch input[type=email] {
  margin-bottom: 0 !important;
}
.get_in_touch textarea.materialize-textarea {
  margin-bottom: 0 !important;
}

.tabs.vertical {
  height: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

ol.list-type li {
  margin-bottom: 10px;
}

.offers ul {
  font-size: 1.15rem;
  margin-bottom: 0;
  overflow: hidden;
}
.offers ul li {
  margin-bottom: 10px;
  padding-left: 26px;
  padding-right: 1rem;
  position: relative;
}
.offers ul li:before {
  content: "\f269";
  font-family: "Material-Design-Iconic-Font";
  color: #ff9800;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
}

ul.bullet-style {
  padding-left: 20px;
}
ul.bullet-style li {
  list-style: disc;
}

.classify-text h3 {
  position: relative;
  font-size: 1.5rem;
}
.classify-text h3 span {
  font-size: 2rem;
  color: #55bf39;
  border: 2px solid #ffa726;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}

.side-nav li > a {
  padding: 0 20px;
}

.card {
  box-shadow: 0 1px 3px rgb(225, 248, 255);
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header > h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.credential .card .card-content {
  text-align: center;
}
.credential .card .card-content img {
  max-width: 128px;
}

#screenshots .card-image {
  border-bottom: 1px solid #ddd;
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
#screenshots .card-image > a {
  display: block;
}
#screenshots .card-image > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#screenshots .card-image > a:hover:after {
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  box-shadow: none;
}
#screenshots .card-image > a:hover .zoom {
  display: block;
}
#screenshots .card-image .zoom {
  width: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px;
  z-index: 9;
  border-radius: 50%;
  display: none;
}
#screenshots .card .card-content {
  padding: 15px;
}
#screenshots .card .card-content h5 {
  margin: 0;
  text-transform: capitalize;
}

.whatsapp {
  box-shadow: 0 0 6px #999;
  background-color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-align: center;
  border-radius: 4px;
  z-index: 99;
}
.whatsapp > a {
  color: #333;
  display: block;
  padding: 3px 12px;
}
.whatsapp > a:hover {
  color: #039be5;
}
.whatsapp > a > img {
  vertical-align: middle;
}

#sidenav-overlay {
  z-index: 996;
}

.page-banner {
  padding: 20px 0;
  background-color: #4caf50;
}
.page-banner h1 {
  margin-bottom: 0;
}
.page-banner .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.collapsible-body {
  background-color: #fff;
}

.featuresOnepagemenu {
  margin-top: 12% !important;
}

.one-page-menu-two {
  background-color: inherit;
  border: 1px solid rgba(128, 128, 128, 0.2784313725);
  width: 64px;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 2rem 0 0rem;
  border-radius: 0 8px 8px 0;
  margin-top: 6%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  mix-blend-mode: initial;
  filter: brightness(1) invert(0);
}
.one-page-menu-two .leftpanelDiv {
  display: grid;
  justify-content: center;
  background: transparent;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu {
  padding-bottom: 2rem;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu a {
  color: #005387;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: color 0.28s ease;
  display: flex;
  align-items: center;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu a i {
  font-size: 1.2rem;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu a:hover {
  color: #ff9000;
}

.material-tooltip {
  background-color: #005387 !important;
}

ul.points {
  display: flex;
  flex-wrap: wrap;
}
ul.points > li {
  margin: 5px 0;
  position: relative;
}
ul.points > li:before {
  font-family: "Material-Icons";
  content: "\e928";
  color: #ff9000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.collapsible-header i {
  vertical-align: middle;
}
.collapsible-header > h5 {
  margin: 0;
}

.thankyou {
  background-color: #ecf3ff;
  min-height: 450px;
}
.thankyou .box {
  width: 500px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 0.25rem;
}
.thankyou .box > h1 {
  margin: 0;
}

.app > a {
  display: table;
  position: relative;
  overflow: hidden;
}
.app > a > img {
  display: block;
  max-height: 48px;
}
.app .coming-soon {
  background-color: #e53038;
  color: #fff;
  position: absolute;
  top: 2px;
  right: -16px;
  font-size: 9px;
  letter-spacing: -0.25px;
  padding: 0.25rem 1rem 0.25rem 3rem;
  transform: rotate(27deg);
  text-transform: uppercase;
}

#demos {
  background: url(../images/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  font-size: 16px;
}
#demos li {
  display: flex;
  align-items: center;
}
#demos li i {
  color: #009688;
  font-size: 14px;
  padding-right: 0.3rem;
}
#demos .card {
  box-shadow: none;
  border-radius: 12px;
  background-color: transparent;
}
#demos .card .card-content p {
  margin-bottom: 0.75rem;
}

.demo h1 {
  text-align: center !important;
}

.platform_list li {
  list-style-type: disc !important;
}

.stopflexx {
  display: inline-block !important;
}

.revenuegrid .card {
  height: calc(100% - 1.5rem);
}
.revenuegrid .revenue {
  min-height: 236px;
}

#faq .collapsible-header h4 {
  margin: 0;
}
#faq .accordion button {
  font-weight: 500;
  font-size: large;
}

#how-we-work {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: rgb(20, 20, 20);
}
#how-we-work .col.l3.m12.s12.mt-3 {
  margin-bottom: 12px;
}
#how-we-work .loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  background: rgb(50, 50, 50);
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
#how-we-work .loader::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(var(--clr), transparent, transparent);
  animation: animate 1.5s linear infinite;
}
#how-we-work .loader::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: rgba(50, 50, 50, 0.9);
}
#how-we-work .card-body {
  z-index: 1000;
}
#how-we-work h5 {
  z-index: 1000;
  color: #fff;
}
#how-we-work .h5 {
  z-index: 1000;
  color: #fff;
}
#how-we-work p {
  color: #fff;
  z-index: 1000;
}

#pricing-table th {
  font-size: 1.2rem;
  font-weight: 500;
  color: #00c247;
}
#pricing-table .row .whats_card {
  height: 100%;
  border-radius: 0.5rem;
  border-color: rgba(135, 197, 158, 0.75);
}
#pricing-table .row .whats_card::before {
  content: "";
  border: 2px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  transition: 0.5s;
}
#pricing-table .row .whats_card:hover::before {
  background-color: rgba(13, 253, 93, 0.1);
  left: 0rem;
  top: 0;
  height: 100%;
  width: 100%;
}
#pricing-table .row .custom_card {
  height: 100%;
  border-radius: 0.5rem;
  border-color: rgba(240, 230, 124, 0.75);
}
#pricing-table .row .custom_card::before {
  content: "";
  border: 2px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  transition: 0.5s;
}
#pricing-table .row .custom_card:hover::before {
  background-color: rgba(253, 205, 13, 0.1);
  left: 0rem;
  top: 0;
  height: 100%;
  width: 100%;
}

.col.l4.m6.s12 {
  margin-bottom: 1.5rem;
}

.card-body {
  padding: 0.75rem;
}

.svgBanner {
  position: relative;
  color: white;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.svgBanner h1 {
  margin-bottom: 0;
}
.svgBanner .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.svgBanner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.svgBanner .svg {
  overflow: visible;
  shape-rendering: geometricPrecision;
  transform-style: preserve-3D;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  backface-visibility: hidden;
}

#line .st5 {
  fill: none;
  filter: url(#f1);
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 1, 2000;
  stroke-dashoffset: 2000;
  animation: dot 9s 3s forwards ease 1, pulse 0.25s infinite;
}
#line .st6 {
  fill: none;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 200, 2000;
  stroke-dashoffset: 2000;
  animation: line 9s 9s forwards ease infinite;
}
#line .st4 {
  opacity: 0;
  stroke: rgba(255, 255, 255, 0);
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: strokeFade 10s alternate linear infinite, fadeIn 4s 0.5s forwards ease 1, dash 9s 3s forwards ease 1;
  transform-origin: 50% 100%;
}

#graphic .st1 {
  fill: url(#GRAD_2);
  animation: fadeInUpRight 14s forwards linear;
  transform-origin: 50%;
}
#graphic .st2 {
  fill: url(#GRAD_3);
  animation: fadeInLeft 8s forwards linear;
  transform-origin: 50%;
}
#graphic .st3 {
  fill: url(#GRAD_4);
  animation: zoomInLeft 12s forwards linear;
  transform-origin: 50% 100%;
}

#background rect.st0 {
  fill: url(#GRAD_OVERLAY);
}
#background rect.st1 {
  fill: none;
  opacity: 0;
  transform: translateY(0) translateX(0);
  animation: color-change 80s linear infinite, fadeIn 2s 0.5s forwards ease 1;
}

#keyfeatures .servicebox {
  text-align: center;
  margin-top: 0.57rem;
}
#keyfeatures .servicebox .icon {
  padding-top: 16px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: linear-gradient(263deg, #ff9800 0%, #4caf50 100%);
  margin-bottom: 20px;
  border-radius: 8px;
}

.servicebox .icon img {
  transition: all 0.3s ease 0s;
}
.servicebox:hover .icon > img {
  transform: rotateY(180deg);
}
.servicebox:hover .title:before {
  left: 100%;
}
.servicebox:hover .title:after {
  right: 100%;
}
.servicebox .title {
  color: #4caf50;
  border-bottom: 1px solid #00c247;
  display: block;
  line-height: 30px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}
.servicebox .title:before {
  background: linear-gradient(90deg, rgb(85, 191, 57) 0%, rgb(255, 152, 0) 100%);
  border-radius: 100%;
  bottom: -5px;
  content: "";
  height: 10px;
  margin: 0 -5px 0 0;
  position: absolute;
  right: 50%;
  transition: all 0.4s ease 0s;
  width: 10px;
  left: 50%;
  margin: 0 0 0 -5px;
}
.servicebox .title:after {
  background: linear-gradient(90deg, rgb(85, 191, 57) 0%, rgb(255, 152, 0) 100%);
  border-radius: 100%;
  bottom: -5px;
  content: "";
  height: 10px;
  margin: 0 -5px 0 0;
  position: absolute;
  right: 50%;
  transition: all 0.4s ease 0s;
  width: 10px;
}
.servicebox .description {
  padding: 0 15px;
  line-height: 27px;
  transition: all 300ms ease 0s;
}

#priceChart .card {
  background-color: #ffebee !important;
}

#priceChart {
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
}
#priceChart table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#priceChart table caption {
  font-size: 1.2em;
  margin: 0.5em 0 0.75em;
}
#priceChart table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
#priceChart table th {
  padding-left: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
}

table td {
  padding-left: 40px;
}

#getstarted h2 span {
  color: #ff9000;
}
#getstarted .container {
  text-align: center;
}
#getstarted .card {
  box-shadow: none;
}
#getstarted .title {
  text-align: center;
}
#getstarted p {
  text-align: center;
}

.installnguide {
  background: #e3f2fd;
}

.timeline-main {
  width: 100%;
  padding: 25px;
}
.timeline-main .timeline-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.timeline-main .timeline-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: calc(100% - 10px);
  background-color: #2693ff;
  animation: line 5s linear;
}
.timeline-main .timeline-wrap .timeline-card {
  width: 50%;
  margin-right: auto;
  position: relative;
}
.timeline-main .timeline-wrap .timeline-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #ff9000;
  animation: fadeIn 1.5s;
  animation-fill-mode: both;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
  height: 100%;
  margin-right: 35px;
  background-color: #ffffff;
  border: 1px solid #c7daf5;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  animation: fadeInRight 2.5s;
  animation-fill-mode: both;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -8px;
  height: 8px;
  width: calc(100% - 60px);
  background-color: #90b1e1;
  border-radius: 5px 5px 0 0;
  opacity: 0.3;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #ff9000;
  border-radius: 5px;
  transform: rotate(45deg);
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #f32836;
  margin-bottom: 0;
  font-style: italic;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  margin: 25px 0 0;
}

.os-plan {
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.os-plan > ul {
  overflow-x: auto;
}
.os-plan > ul li:first-child ul li:last-child {
  min-width: 460px;
}
.os-plan > ul li:last-child ul li {
  border-bottom: none;
}
.os-plan ul {
  padding: 0;
}
.os-plan ul li {
  display: flex;
  align-items: center;
}
.os-plan ul li ul {
  display: flex;
  flex: 1;
}
.os-plan ul li ul li {
  border-inline-end: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  flex: 1;
  justify-content: center;
  padding: 0.75rem;
  min-width: 235px;
}
.os-plan ul li ul li:first-child {
  background-color: #f9f9f9;
  justify-content: flex-start;
  flex: 0 0 20%;
  min-width: 140px;
}
.os-plan ul li ul li:last-child {
  border-inline-end: none;
}
.os-plan ul li ul li i {
  font-size: 1.25rem;
}
.os-plan ul li ul li del {
  font-size: 75%;
}
.os-plan .buttongap {
  margin-right: 1rem;
}

.text-green {
  color: #00c247;
}

.text-red {
  color: #f00;
}

.whatCarclassified .row .card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

#dropdown1 .card-text {
  display: flex;
  line-height: 2rem;
}
#dropdown1 .icons img {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.dropbg {
  background-color: #f8ebd3;
}
.dropbg .waves-light {
  width: 90%;
}

.dropdown-content {
  padding: 12px 1rem 1rem 1rem !important;
  border-radius: 8px;
}

.droplist {
  transition: 0.8s;
}
.droplist .card-text {
  display: flex;
  line-height: 3rem;
  padding: 0 1rem;
}
.droplist .btn-site {
  border: 1px solid #ff9800 !important;
  color: #fff;
}
.droplist:hover .dropdown-content {
  display: block;
  opacity: 1;
}

.pagesDropdown {
  transition: 0.8s;
}
.pagesDropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}
.pagesDropdown .dropdown-content li > a {
  color: #222;
}
.pagesDropdown .dropdown-content li.divider {
  background-color: #ffeed6;
}
.pagesDropdown .dropdown-content li:hover {
  background-color: #ffeed6;
}
.pagesDropdown .dropdown-content li:hover a {
  color: #ff9800;
}

.pagesDropdown i.right {
  margin-left: -4px;
}

.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  width: 98%;
  left: 1% !important;
}

.megaMenu p {
  background-color: rgb(255, 239, 239);
  padding-left: 1rem;
  padding: 1rem;
  color: #b0eac1;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.pricingbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

@keyframes slide {
  0% {
    left: -40;
    top: 0;
  }
  50% {
    left: 40px;
    top: 0px;
  }
  100% {
    left: 120px;
    top: 0;
  }
}
.newTag {
  rotate: -26deg;
  margin-right: -9px;
}

/*--Shine Text Start--*/
.shine {
  animation-name: glow;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes glow {
  from {
    text-shadow: 0px 0px 5px #ff5722, 0px 0px 8px #ff9800;
  }
  to {
    text-shadow: 0px 0px 20px #4caf50, 0px 0px 20px #8bc34a;
  }
}
.shinee {
  animation-name: gloww;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes gloww {
  from {
    text-shadow: 0px 0px 20px #4caf50, 0px 0px 20px #8bc34a;
  }
  to {
    text-shadow: 0px 0px 5px #ff5722, 0px 0px 8px #ff9800;
  }
}
/*--Shine Text End--*/
/*--Banner Review & Ratings Start Here--*/
.review-ratings i {
  padding-right: 0.3rem;
}

.availableOn {
  padding-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.availableOn h5 {
  padding-right: 1rem;
  color: #ffffff;
}
.availableOn i {
  padding-left: 1rem;
  padding-right: 0.3rem;
  font-size: 26px;
  color: #ffffff;
}
/*--Banner Review & Ratings End Here--*/
/*--Partners Sliders Start--*/
.partnerSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;
}
.slider-items img {
  width: 12%;
  margin: 20px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-40%);
  }
}
/*--Partners Sliders End--*/
.techRow {
  position: relative;
}
.techRow .verticalLine {
  height: 80%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 29px;
  background-color: rgba(255, 144, 0, 0.1607843137);
}

.techCard {
  position: relative;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 3.5rem;
  background-color: #ebf0f7;
  transition: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.techCard::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 38px;
  height: 9px;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.4s;
}
.techCard:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.techCard:hover::after {
  content: "";
  position: absolute;
  bottom: -18%;
  left: 0;
  width: 38px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(189, 189, 189, 0.2196078431);
}
.techCard .techElips {
  position: absolute;
}
.techCard p {
  padding-top: 1rem;
}

.serverCard {
  background-color: none;
  border: none;
  box-shadow: none;
}

.featureForall ul li i {
  padding-right: 0.7rem;
}
.featureForall .tabs .tab a.active {
  background-color: #ff9000;
  color: #ffffff;
  border-radius: 23px;
}
.featureForall .tabs .tab a {
  color: rgb(36, 91, 163);
  background-color: #ffffff;
  border-radius: 23px;
}
.featureForall .tabs .indicator {
  display: none;
}
.featureForall .featureAll {
  margin-top: 2rem;
}

.partnersSlide .row {
  margin-top: 3rem;
}

.addressCard {
  position: relative;
  border-radius: 12px;
  border: 1px solid #ff9000;
  background-color: #f1f5f9;
  transition: 0.4s;
}
.addressCard::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 60px;
  border-radius: 0 6px 6px 0;
  background-color: #ff9000;
  transition: 0.4s;
}
.addressCard:hover {
  background-color: #ffffff;
  border: 1px solid #b1d3ff;
}
.addressCard:hover::after {
  height: 32px;
  top: 6px;
  background-color: #b1d3ff;
}

.formCard {
  border: 1px solid #b1d3ff;
  border-radius: 12px;
}

.addressImage {
  margin-right: 23px;
}

#prevBtn {
  color: #00283a;
}
#prevBtn i {
  color: #00283a;
}

#nextBtn {
  color: #00283a;
}
#nextBtn i {
  color: #00283a;
}

.revenueCircle {
  font-size: 23px;
  font-weight: 700;
  color: #ff9000;
  background-color: #aecdf5;
  width: 300px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/*--Why Choose Us New Design Start--*/
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #f6a4ec;
  border-radius: 6px-icon;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
.revenue .card {
  background-color: transparent;
  border: none;
}

.curveline {
  width: 4px;
  height: 0;
  background: linear-gradient(to bottom, #00bfa5, #009688);
  margin: 20px auto;
  animation: growLine 1s ease forwards;
  transform: 0.4s;
}

@keyframes growLine {
  from {
    height: 0;
  }
  to {
    height: 100px; /* adjust based on your card design */
  }
}
/* Animation delays for each card */
.delay-1 {
  animation-delay: 0s;
}

.delay-2 {
  animation-delay: 0.3s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.9s;
}

/*--Revenue Redesign--*/
.cPanelContent {
  margin: auto;
  padding: 0;
  background: #2d93e4;
  text-align: center;
  display: flex;
}

.cPanelSection {
  position: relative;
  flex: 1;
  transition: 0.3s;
  padding: 25px;
  border-right: 1px solid #2d93e4;
  border-left: 1px solid #2d93e4;
  background-color: #ffffff;
}
.cPanelSection:hover {
  background: #0078d7;
}

.cPanelSection:hover h3 {
  color: #ffffff;
}
.cPanelSection:hover p {
  color: #ffffff;
}

.cPanelContent > div:first-child {
  border-left: none;
}

.cPanelContent > div:last-child {
  border-right: none;
}

.cPanelContent > div:last-child:after {
  display: none;
}

.cPanelContent > div:after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  padding: 5px 13px;
  border-radius: 50%;
  background: #2d93e4;
  transition: 0.8s ease-in-out;
  content: "\f061";
  font-size: 25px;
  font-family: FontAwesome;
  color: #f0f0f0;
}

.cPanelContent h3 {
  color: #000000;
}
.cPanelContent p {
  font-size: 14px;
  color: #000000;
  padding: 0 10%;
}

.cPanelArrowPulse {
  position: absolute;
  width: 0%;
  padding-bottom: 0%;
  border-radius: 50%;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  background: #f0f0f0;
  opacity: 0;
  z-index: 2;
  animation-name: cPanelArrowPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes cPanelArrowPulseAnimation {
  0% {
    opacity: 1;
    width: 0%;
    padding-bottom: 0%;
  }
  50% {
    opacity: 0;
    width: 20%;
    padding-bottom: 20%;
  }
  100% {
    opacity: 0;
    width: 0%;
    padding-bottom: 0%;
  }
}
/*--Revenue redesign end--*/
.glloww {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.glloww .glowing {
  position: absolute;
  min-width: 700px;
  height: 550px;
  /* margin: -150px; */
  transform-origin: right;
  animation: colorChange 5s linear infinite;
}
.glloww .glowing:nth-child(even) {
  transform-origin: left;
}
@keyframes colorChange {
  0% {
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
}
.glloww .glowing span {
  position: absolute;
  top: calc(80px * var(--i));
  left: calc(80px * var(--i));
  bottom: calc(80px * var(--i));
  right: calc(80px * var(--i));
}
.glloww .glowing span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 15px;
  height: 15px;
  background: #f00;
  border-radius: 50%;
}
.glloww .glowing span:nth-child(3n+1)::before {
  background: rgb(134, 255, 0);
  box-shadow: 0 0 20px rgb(134, 255, 0), 0 0 40px rgb(134, 255, 0), 0 0 60px rgb(134, 255, 0), 0 0 80px rgb(134, 255, 0), 0 0 0 8px rgba(134, 255, 0, 0.1);
}
.glloww .glowing span:nth-child(3n+2)::before {
  background: rgb(255, 214, 0);
  box-shadow: 0 0 20px rgb(255, 214, 0), 0 0 40px rgb(255, 214, 0), 0 0 60px rgb(255, 214, 0), 0 0 80px rgb(255, 214, 0), 0 0 0 8px rgba(255, 214, 0, 0.1);
}
.glloww .glowing span:nth-child(3n+3)::before {
  background: rgb(0, 226, 255);
  box-shadow: 0 0 20px rgb(0, 226, 255), 0 0 40px rgb(0, 226, 255), 0 0 60px rgb(0, 226, 255), 0 0 80px rgb(0, 226, 255), 0 0 0 8px rgba(0, 226, 255, 0.1);
}
.glloww .glowing span:nth-child(3n+1) {
  animation: animate 10s alternate infinite;
}
.glloww .glowing span:nth-child(3n+2) {
  animation: animate-reverse 3s alternate infinite;
}
.glloww .glowing span:nth-child(3n+3) {
  animation: animate 8s alternate infinite;
}
@keyframes animate {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-reverse {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.deviderr {
  width: 2px;
  height: 52px;
  background: rgba(255, 144, 0, 0.1215686275);
  margin-top: 9px;
}

.sidenavLi {
  margin-top: 70px;
}

.pe3 {
  padding-left: 3.3rem !important;
}

/*--Features Banner--*/
.featuresBanner .example-box {
  background-image: linear-gradient(to bottom right, #0195eb, #3171d1);
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: white;
  font-family: sans-serif;
  font-weight: 200;
  z-index: 1;
}
.featuresBanner .example-box .background-shapes {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 5076px;
  background-size: 100%;
  animation: 120s infiniteScroll linear infinite;
  background-repeat-x: repeat;
  background-image: url(https://cdn2.hubspot.net/hubfs/53/Pricing%202017%20Assets/marketing/Header_Circles-1.svg);
}
@keyframes infiniteScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -1692px, 0);
  }
}
/*--Features Banner End--*/
.deliverablePart {
  background-color: #e3f2fd;
}
.deliverablePart .deliverCard {
  margin-bottom: 1.5rem;
}
.deliverablePart .card {
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: 0.4s;
}
.deliverablePart .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.deliverablePart .card h3 {
  margin-top: 11px;
}
.modal .modal-footer {
  padding: 4px 23px;
}

.releasenote .collapsible-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.releasenote .collapsible-header .toggle-icon {
  transition: transform 0.3s ease;
}

li.active .collapsible-header .toggle-icon {
  transform: rotate(180deg);
}

.releasenote .dates {
  padding-inline-end: 1rem;
  min-width: 120px;
  color: #989898;
}

.releasenote .card {
  border-color: #e1fae4;
  height: calc(100% - 0.5rem);
}

.releasenote .card-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.releasenote .card-body .flex-grow-1 {
  border-inline-start: 2px solid #ececec;
}

.releasenote .rlsdate {
  display: flex;
  justify-content: space-between;
}
.releasenote .material-icons {
  font-size: 16px;
  padding-right: 0.5rem;
}

/*--Popup Image 2nd Style Start--*/
.imgflex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.imgflex .flexcircl {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 95, 0, 0.22);
  text-decoration: none;
  color: #005f00;
  border-radius: 50%;
  font-size: 14px;
}

/*--Popup Image 2nd Style End--*/
/*--Popup Image 1st Style Start--*/
.featureForall .primaryFeaturesall .card {
  position: relative;
}
.featureForall .primaryFeaturesall .card .screenimg {
  position: absolute;
  width: 41px;
  height: 41px;
  background: rgba(0, 95, 0, 0.22);
  color: #005f00;
  right: 0;
  bottom: 0;
  border-radius: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/*--Popup Image 1st Style End--*/
.modal-footer {
  align-items: center;
  justify-content: space-between;
}

.modal-fixed-header {
  padding: 0;
  height: 70%;
}
.modal-fixed-header .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.small-footer {
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.small-footer {
  background-color: #fff;
  padding-top: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
}

.small-footer strong {
  color: #333;
}

.small-footer-copyrights {
  flex: 2;
}

.small-footer .footer-social-links {
  transform: none;
  flex: 1;
  text-align: end;
  float: inline-end;
  margin: 0 -5px 0 0;
  position: relative;
  top: 2px;
}

.small-footer .footer-social-links li {
  color: #333;
  transform: none;
  float: none;
  margin: 0 -3px;
}

.small-footer .footer-social-links li a {
  color: #333;
  transform: none;
}

.small-footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
  text-align: center;
}

.small-footer > ul > li {
  margin-inline-start: -1px;
  flex: 1;
}

.small-footer > ul > li > a:not(.btn).active {
  color: #0051c9;
}

.small-footer > ul > li > a:not(.btn) {
  color: #0d1927;
  display: block;
  padding: 6px;
}

.small-footer > ul > li > a:not(.btn).active img {
  filter: grayscale(0);
}

.small-footer > ul > li > a:not(.btn) img {
  font-size: 1.5rem;
  filter: grayscale(100%);
  margin-bottom: 0.1rem;
}

.small-footer > ul > li > a:not(.btn) span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.small-footer > ul > li > a:not(.btn).postAd-btn > div {
  background-color: #0051c9;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin: auto;
  margin-top: -17px;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-footer > ul > li > a:not(.btn).postAd-btn img {
  filter: brightness(0) invert(1);
  /* margin-top: 14px; */
}

.small-footer > ul > li > a:not(.btn).postAd-btn {
  color: #fff;
}

.sidenavLi {
  margin-top: 1rem;
}

.close-sidenav {
  background-color: rgba(72, 72, 72, 0.05);
}

.side-nav li > a > i.material-icons {
  float: right;
  margin: 0;
}

.foot-nav-two li {
  line-height: 30px;
}
.foot-nav-two li a {
  color: #ffffff;
}
.foot-nav-two li a:hover {
  color: #00c247;
}

/*--Business Directory Inner Page Start--*/
.business-directory-banner {
  position: relative;
}
.business-directory-banner .container {
  position: relative;
}
.business-directory-banner .v1 {
  margin-top: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.business-directory-banner .v2 {
  right: 0;
  bottom: 0;
  margin-bottom: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.business-directory-banner .v3 {
  right: 0;
  top: 54px;
  margin-bottom: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.business-directory-banner .v4 {
  right: 44%;
  bottom: 27%;
  margin-bottom: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateX(6px);
  animation-name: hangthree;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.business-directory-banner .v5 {
  left: -9%;
  bottom: 37%;
  margin-bottom: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hangtwo {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
@keyframes hangthree {
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(6px);
  }
}
.business-directory-banner .right-banner {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.business-directory-banner .row {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.business-directory-banner .row .carSub {
  color: #ff9000;
}
.business-directory-banner .carousel .carousel-item > img {
  height: auto;
}
.business-directory-banner h1 {
  font-weight: 700;
  line-height: normal;
}

.movinghang {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: movinghang;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes movinghang {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.whatBusinessdirectory {
  background-color: rgb(255, 252, 249);
}
.whatBusinessdirectory .card {
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.whyrowUp {
  padding-bottom: 1.5rem;
}

.why_business_directory {
  padding-top: 2rem;
  background-position: center;
  background-size: cover;
}
.why_business_directory .card {
  height: calc(100% - 1.5rem);
  border: 1px solid #f5eac7;
  transition: 0.6s;
}
.why_business_directory .card:hover {
  background-color: #fdf7e3;
  border: 1px solid #fdf7e3;
}
.why_business_directory .card:hover .imgg {
  box-shadow: none;
  background-color: #fdf9e3;
}
.why_business_directory .roww {
  display: flex;
  align-items: center;
}
.why_business_directory .roww .card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.why_business_directory .subImg {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.why_business_directory .imgg {
  margin-right: 1rem;
  width: 80px;
  height: 80px;
  background-color: #fdf8e3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: rgba(235, 229, 204, 0.51) 0px 10px 15px -3px, rgba(240, 234, 207, 0.51) 0px 4px 6px -2px;
}

aside.d-grid.justify-content-center.whyImgg {
  margin-bottom: 0;
  margin-top: 4rem;
}
aside.d-grid.justify-content-center.whyImgg img {
  height: 100%;
}

.whyfirstRow p {
  padding-bottom: 0.5rem;
}

.revenueRow .card .icons {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.appSection .row {
  align-items: center;
}
.appSection .card {
  box-shadow: none;
}

.business_directory_features #corefeatures,
.business_directory_features #adminfeatures,
.business_directory_features #userfeatures,
.business_directory_features #buyerfeatures,
.business_directory_features #sellerfeatures {
  margin-top: 1rem;
}
.business_directory_features #corefeatures .card,
.business_directory_features #adminfeatures .card,
.business_directory_features #userfeatures .card,
.business_directory_features #buyerfeatures .card,
.business_directory_features #sellerfeatures .card {
  height: calc(100% - 1.5rem);
  border-radius: 12px;
  transition: 0.6s;
}
.business_directory_features #corefeatures .card:hover,
.business_directory_features #adminfeatures .card:hover,
.business_directory_features #userfeatures .card:hover,
.business_directory_features #buyerfeatures .card:hover,
.business_directory_features #sellerfeatures .card:hover {
  margin-top: -0.1rem;
  box-shadow: rgba(126, 103, 53, 0.1) 0px 4px 6px -1px, rgba(150, 128, 69, 0.06) 0px 2px 4px -1px;
}
.business_directory_features .tabRow {
  margin-top: 1.5rem;
}
.business_directory_features .tabs {
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.business_directory_features .tabs .indicator {
  display: none;
}
.business_directory_features .tabs .tab a {
  border-radius: 12px;
  padding: 0 12px;
}
.business_directory_features .tabs .tab a.active {
  background-color: rgb(255, 144, 0);
  color: #ffffff;
}
.business_directory_features .tabs .tab a {
  color: rgb(255, 144, 0);
}

.why-desc {
  font-size: 14px !important;
}

.ctaBanner {
  height: 100%;
  background: url(../images/banner/business-directory-cta-banner.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ctaBanner .btn-web {
  margin: 0 auto;
}

.ctaCustomize .row {
  display: flex;
  align-items: center;
}
.ctaCustomize .row .card {
  background-color: #fffaf0;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.ctaCustomize .detailRow {
  position: relative;
}

.featuresBusiness .card {
  height: calc(100% - 1.5rem);
  transition: 0.6s;
}
.featuresBusiness .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/*--Business Directory Inner Page End--*/
/* media start */
@media (max-width: 992.98px) {
  .timeline__event__title {
    text-align: center;
  }
  .featuresBanner {
    text-align: center;
  }
  .whatCarclassified h2 {
    text-align: center;
  }
  .partnersSlide img {
    margin-bottom: 2rem;
  }
  .is-sticky .one-page-menu {
    background-color: #ff9000 !important;
    border-bottom: none;
    z-index: 1;
  }
  .is-sticky .one-page-menu ul > li > a {
    color: #9cb3cf;
  }
  .is-sticky .one-page-menu ul > li > a:hover {
    color: #fff;
  }
  .is-sticky .one-page-menu ul > li.active > a {
    color: #fff;
  }
  .faqs .faq-toggle-icon {
    display: none;
  }
  .faq .faq-toggle-icon {
    display: none;
  }
}
@media (max-width: 780px) {
  .whatsapp {
    display: none;
  }
  .small-footer {
    display: block;
    text-align: center;
  }
  footer {
    display: none;
  }
  .getQuote {
    display: none;
  }
  nav .button-collapse i {
    color: #005387;
  }
  .realestate-banner h1 {
    text-align: center;
  }
  .realestate-banner h4 {
    text-align: center;
  }
  .realestate-banner p {
    text-align: center;
  }
  .realestate-banner .review-ratings {
    justify-content: center;
  }
  .realestate-banner .btn-groupp {
    display: flex;
    justify-content: center;
  }
  nav {
    height: 82px;
  }
  nav .button-collapse i {
    height: 82px;
    line-height: 82px;
    color: #005387;
  }
  .demoimg {
    display: none;
  }
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
  #getstarted .car-enquiry {
    display: none;
  }
}
@media (max-width: 600px) {
  .business-directory-banner {
    background-color: #fff6da;
  }
}
@media (max-width: 567px) {
  .featureForall .tabs {
    background-color: #ffffff;
  }
  .featureForall .tabs .tab a.active {
    background-color: #ffffff;
    color: #ff9000;
  }
  .featureForall .tabs .tab a {
    background-color: #ffffff;
    color: #aec6d1;
  }
  .featureForall .featureAll {
    margin-top: 0.1rem;
  }
  .featureForall ul li i {
    padding-right: 3px;
  }
  .featureForall ul li a strong {
    font-weight: 700;
    font-size: 10px;
  }
  .verticalLine {
    display: none;
  }
  .mobileHide {
    display: none;
  }
  .whatCarclassified article .card p {
    text-align: center;
  }
  .whyChooseus h2 {
    text-align: center;
  }
  .whyChooseus p {
    text-align: center;
  }
  .displayHide {
    display: none;
  }
  .displayHidesm {
    display: none;
  }
  .platform_list {
    text-align: left;
    padding-left: 20px !important;
  }
  .is-sticky .one-page-menu {
    background-color: #ff9000 !important;
    border-bottom: none;
    z-index: 1;
  }
  .is-sticky .one-page-menu ul > li > a {
    color: #9cb3cf;
  }
  .is-sticky .one-page-menu ul > li > a:hover {
    color: #fff;
  }
  .is-sticky .one-page-menu ul > li.active > a {
    color: #fff;
  }
}
@media (min-width: 601px) {
  .business-directory-banner {
    background: url(../images/banner/business-directory-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .small-footer {
    display: none;
  }
  ul.points > li {
    flex: 0 0 50%;
  }
  .serverCard {
    background-color: none;
    border: none;
    box-shadow: none;
    padding-left: 3rem;
  }
  .serverArticle h2 {
    padding-left: 3rem;
  }
}
@media (min-width: 993px) {
  .why_Business_directory .whyfirstRow {
    margin-top: 1rem;
  }
  .why_Business_directory .card {
    margin-bottom: 0.3rem;
  }
  .why_Business_directory h5 {
    margin-bottom: 0.3rem;
  }
  .why_Business_directory h5 {
    font-size: medium;
    color: #FF9000;
  }
  #demos .demo .row {
    display: flex;
    align-items: center;
  }
  #demos .demo .row .btn {
    margin-top: 0.5rem;
  }
  .addressBox .card .card-content {
    min-height: 0 !important;
  }
  .includeprice {
    margin-top: 1.5rem;
  }
  .page-banner {
    padding: 30px;
  }
  .page-banner h1 {
    font-size: 2.5rem;
  }
  .page-banner p {
    font-size: 1.25rem;
  }
  .is-sticky .one-page-menu {
    background-color: #ff9000 !important;
    border-bottom: none;
    z-index: 1;
  }
  .is-sticky .one-page-menu ul > li > a {
    color: #9cb3cf;
  }
  .is-sticky .one-page-menu ul > li > a:hover {
    color: #fff;
  }
  .is-sticky .one-page-menu ul > li.active > a {
    color: #fff;
  }
  ul.points > li {
    flex: 0 0 33.3333%;
  }
}
@media only screen and (min-width: 993px) {
  .one-page-menu-one {
    visibility: hidden;
  }
  .mobilesideNav {
    display: none;
  }
  .sidenav {
    display: none !important;
  }
  .tabs .tab {
    margin: 0 23px 0px 0px;
  }
  .whatCarclassified .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .whatCarclassified .row .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  #how-we-work .row .col.l3 {
    width: 50%;
    margin-bottom: 12px;
  }
}
@media (min-width: 1199.98px) {
  .relatedScripts .card {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .one-page-menu ul {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1000px) {
  .servicebox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .techRow .verticalLine {
    display: none;
  }
  #priceChart table {
    border: 0;
  }
  #priceChart table th {
    padding-left: 5px;
  }
  #priceChart table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #priceChart table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  #priceChart table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  #priceChart table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #priceChart table td:last-child {
    border-bottom: 0;
  }
  table td {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .demo {
    margin-bottom: 3rem;
  }
  .timeline-main .timeline-wrap::before {
    left: 95%;
  }
  .timeline-main .timeline-wrap .timeline-card {
    width: 95%;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    padding: 20px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    font-size: 18px;
    line-height: 28px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
    font-size: 14px;
    line-height: 24px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 992.98px) {
  .why_Business_directory img {
    display: none;
  }
  .mobilesideNav {
    left: -170px;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    background-color: #f3f8ff;
    border: 1px solid rgba(128, 128, 128, 0.2784313725);
    z-index: 9999;
    border-radius: 0 8px 8px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: block;
    width: 170px;
    transition: 0.5s;
  }
  .mobilesideNav .sidenav-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: #1ca2e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 0 6px 6px 0;
    z-index: 99999;
    overflow-y: auto;
  }
  .mobilesideNav .one-page-menu-one li {
    padding-left: 12px;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }
  .mobilesideNav .one-page-menu-one li a {
    color: #0253c9;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: color 0.28s ease;
  }
  .mobilesideNav .one-page-menu-one li a:hover {
    color: #ff9000;
  }
  .mobilesideNav .one-page-menu-one li > li.active > a {
    border-bottom-color: #55bf39;
    color: #1465cf;
  }
  .mobilesideNav.active {
    left: 0; /* Visible */
  }
  .one-page-menu-two {
    display: none;
  }
}
@media (max-width: 1199px) {
  .displayHide {
    display: none;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even)::after {
    right: unset;
    left: -10px;
    animation-delay: 2.6s;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap {
    margin-right: 0;
    margin-left: 35px;
    animation: fadeInLeft 2.5s;
    animation-fill-mode: both;
    animation-delay: 2.5s;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap::after {
    right: unset;
    border-left: none;
    left: -8px;
    border-right: 10px solid #ff9000;
  }
}
@media (min-width: 567px) and (max-width: 992px) {
  .whatCarclassified {
    text-align: center;
  }
  .one-page-menu-two {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */