/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;
1,200..1000&display=swap');
 */
@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../../fonts/nunito/Nunito-Regular.woff") format("woff"),
    url("../../fonts/nunito/Nunito-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../../fonts/nunito/Nunito-Medium.woff") format("woff"),
    url("../../fonts/nunito/Nunito-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../../fonts/nunito/Nunito-SemiBold.woff") format("woff"),
    url("../../fonts/nunito/Nunito-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../../fonts/nunito/Nunito-Bold.woff") format("woff"),
    url("../../fonts/nunito/Nunito-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../../fonts/nunito/Nunito-Black.woff") format("woff"),
    url("../../fonts/nunito/Nunito-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body,
html {
  height: 100%;
}
body {
  font-family: "Nunito", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
p {
  color: #323338;
  padding: 0;
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
/*---------- Home Page Css Start ----------*/
.container {
  /* max-width: 1320px;
    */
  margin: 0 auto;
  padding: 0 15px;
}
.topaddfix {
  position: fixed;
  top: 88px;
  right: 0;
  z-index: 99;
}
.topaddfix img {
  max-width: 50%;
  display: block;
  margin-left: auto;
}
.module-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.three {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.four {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
   }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
   }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
   }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
   }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
*/
header.mainhead {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
}
header {
  position: relative;
}
header {
  background: #fff;
  transition: all ease 0.54s;
}
header {
  background: #fff;
  transition: all ease 0.54s;
}
.headeriner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerleft {
  width: 71%;
  display: flex;
  align-items: center;
}
.headerright {
  width: 40%;
  text-align: right;
}
.headerleft .logo {
  width: 24%;
  margin-right: 30px;
  text-align: left;
  position: relative;
}
.logo a {
  text-decoration: none;
}
.logo a:hover {
  color: transparent;
}
.logo a span {
  font-size: 8px;
  color: #143586;
  font-weight: 600;
  position: absolute;
  width: 100%;
  top: 35px;
  left: 68px;
  display: block;
}
.headermenu {
  width: 74%;
}
.logo-img.img-responsive img {
  width: 85%;
}
.headermenu ul {
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin-bottom: 0;
}
.headermenu .dropdown-menu {
  display: none;
}
.headermenu .nav-item.dropdown {
  padding: 30px 0;
}
.headermenu .dropdown-menu .border-bottom-1,
.headermenu .dropdown-menu .mt-0.h-36 {
  margin-left: 0;
}
.headermenu .dropdown-menu .border-bottom-1 .lh-17 {
  line-height: 13px;
}
.headermenu ul li a {
  color: #3b3c4e;
  font-weight: 500;
  text-decoration: none;
}
.headermenu ul li {
  margin-left: 21px;
  padding: 30px 0;
}
.headerright ul {
  justify-content: flex-end;
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
.headerright ul li {
  padding-left: 20px;
}
.headerright ul li a {
  color: #6a6aff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.r-gap-30 {
  row-gap: 30px;
}
/* .shadow-pulse {
    -webkit-animation: 1s infinite shadow-pulse;
    animation: 1s infinite shadow-pulse;
    transition: all .3s ease-in-out;
}
@keyframes shadow-pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(64, 130, 213, .7) 
   }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0) 
   }
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 35px rgba(255, 82, 82, 0) 
   }
}
*/
.mrtopbdaas1 {
  margin-bottom: 33px;
}
.commonbtn {
  border: 1px solid #6a6aff;
  background: #6a6aff;
  color: #fff !important;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 31px;
}
li.cstbtn a {
  border: 1px solid #6a6aff;
  background: #6a6aff;
  color: #fff !important;
  padding: 10px 27px;
  display: inline-block;
  border-radius: 6px;
}
li.cstbtn a:hover {
  background: transparent;
  color: #6a6aff !important;
}
li.cstbtn.menu-item-3069 a {
  border: 1px solid #6a6aff;
  background: #fff;
  color: #6a6aff !important;
}
li.cstbtn.menu-item-3069 a:hover {
  background: #6a6aff;
  color: #fff !important;
  border: 1px solid #6a6aff;
}
.headermobile {
  display: none;
}
.toggle {
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  margin-left: auto;
}
.toggle span {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #6a6aff;
  border-radius: 10px;
  transition: 0.5s;
}
.toggle span:nth-child(1) {
  transform: translateY(-9px);
  width: 22px;
}
.toggle.active span:nth-child(1) {
  width: 30px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}
.toggle span:nth-child(2) {
  transform: translateY(9px);
  width: 22px;
}
.toggle.active span:nth-child(2) {
  width: 30px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}
.toggle.active span:nth-child(3) {
  transform: translateX(60px);
}
.headermenu ul li.menu-item-has-children ul.sub-menu li {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #ff572252;
}
.headermenu ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  left: auto;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  top: 100%;
  transition: all ease 0.5s;
  display: block;
  z-index: 11;
  width: 100%;
  left: 0;
}
.headermenu ul li.menu-item-has-children ul.sub-menu.open {
  visibility: visible;
  opacity: 1;
  display: flex;
  box-shadow: 0 0 0 0 rgba(163, 163, 163, 0.1),
    0 27px 59px 0 rgba(163, 163, 163, 0.1),
    0 107px 107px 0 rgba(163, 163, 163, 0.09),
    0 240px 144px 0 rgba(163, 163, 163, 0.05),
    0 426px 170px 0 rgba(163, 163, 163, 0.01),
    0 666px 186px 0 rgba(163, 163, 163, 0);
  border: 1px solid #bdbdbd;
  border-radius: 8px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu::after {
  content: "";
  width: 330%;
  position: absolute;
  left: -100%;
  background: #fff;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(52, 63, 104, 0.47);
  margin: 0 -15px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li {
  border: none;
  width: 32%;
  padding: 10px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu {
  background: #fff;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.firsthead
  span.sub {
  margin: 0;
  color: #344054;
  font-size: 14px;
  line-height: 24px;
  margin-top: 7px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li {
  width: 100%;
  padding: 5px 0;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li
  a {
  font-size: 16px;
  color: #6a6aff;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menutphead
  a {
  position: relative;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu {
  margin-top: 30px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  a
  i {
  position: static;
  opacity: 1;
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-left: 0;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li
  a
  span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li .menu-image-title {
  font-size: 18px;
  display: inline-block;
  color: #000;
  margin-bottom: 0;
  line-height: 28px;
  padding-left: 15px;
  font-weight: 500;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a span {
  transition: all ease 0.5s;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li
  img {
  width: 30px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li
  span.sub {
  color: #667085;
  font-weight: 400;
  margin-left: 15px;
  margin-top: 0;
  display: block;
}
/* header.mainhead.headerrewamp .headermenu ul li.menu-item-has-children ul.sub-menu {
    border: none;
    border-radius: 0 
}
*/
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li {
  padding: 8px 9px;
}
header.mainhead.headerrewamp
  .headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu {
  margin-top: 3px;
  border-top: 1px solid #eaecf0;
  padding-top: 10px;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li:last-child {
  border: none;
}
.headermenu ul li.menu-item-has-children i {
  color: #000;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
  position: static;
}
.headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  i.fa-solid.fa-sort-down {
  display: none;
}
.headermenu ul li.menu-item-has-children ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li {
  border: none;
  width: 33.33%;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
  display: block;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li {
  width: 100%;
  padding: 8px 0;
  display: flex;
}
.headermenu ul li.menu-item-has-children ul.sub-menu {
  max-width: 1240px;
  margin: 0 auto;
  right: 0;
  display: none;
}
.mainbodywrapper {
  overflow: hidden;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu::after {
  display: none;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.menutitle > a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0 15px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
.headermenu ul li.sld > a {
  color: #6a6aff;
}
.headermenu ul li.sld > i {
  color: #6a6aff;
}
.headermenu
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li
  a:hover
  span {
  color: #6a6aff !important;
}
.headermenu ul li.menu-item-has-children ul.sub-menu.open li ul.sub-menu.open {
  box-shadow: none;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #3b3c4e;
}
.headermenu ul li.menu-item-has-children i {
  font-size: 14px;
  top: 0;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li i {
  display: none;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li .mt-9 {
  display: inline-block;
  transform: inherit;
  color: #6a6aff;
  background: #eaeaff;
  padding: 7px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 20px;
}
.headermenu ul li.menu-item-has-children ul.sub-menu li img {
  max-width: 100%;
}
.headermenu ul li.menu-item-has-children.sld i {
  transform: rotate(180deg);
}
.headermenu ul li.menu-item-has-children i {
  cursor: pointer;
}
.sub-menu .img-wrapper {
  width: 71%;
  margin-left: auto;
}
.left-sltion {
  width: 57% !important;
  margin-left: 0 !important;
  margin-right: auto;
}
.more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 10px;
  padding: 0;
  background-color: transparent;
}
.left-sltion-more {
  justify-content: flex-start !important;
}
.more a {
  font-size: 18px;
  color: #333f48;
  color: #6a6aff !important;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.more a:hover {
  color: #225469 !important;
}
.more a svg {
  margin-left: 5px;
  transition: ease 0.1s all;
}
.more a:hover svg {
  margin-left: 10px;
}
.more a:hover svg path {
  fill: #225469;
}
/* Old pages padding top */
.indexbannerfile_screenshot {
  padding-top: 122px !important;
}
.employee_monitoring_software_banner {
  padding-top: 122px !important;
}
.p-60 {
  padding-top: 122px !important;
}
.pt0-60 {
  padding-top: 20px !important;
}
.ftrpding {
  padding-top: 40px !important;
}
.btn_grey {
  text-transform: inherit !important;
}
.logo_bootom_wrap {
  margin-top: 25px;
}
.p-800 {
  padding-top: 172px !important;
}
.p-700 {
  padding-top: 80px !important;
}
/* Old pages padding top End*/
.banner {
  width: 100%;
  /* height: 100%;
    */
  z-index: 1;
  position: relative;
  padding: 122px 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-image: url(../../../img/desktrack-banner.jpg);
}
.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
  position: absolute;
  background-image: linear-gradient(
    to left,
    #4d27c0,
    #635195,
    #4d3097,
    #50279e
  );
}
.pbosster {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
/* .h-vh-100 {
    height: 100vh;
}
*/
.items-center {
  align-items: center;
}
.w-50percent {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.w-50percent .w-full p {
  color: #fff;
  margin-bottom: 0;
}
.dtk-heading h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
  position: relative;
  vertical-align: middle;
  transition: color 0.3s;
}
.dtk-heading h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
  position: relative;
  vertical-align: middle;
  transition: color 0.3s;
}
/* .dtk-heading h1::after {
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to left, #da7327, #da7327, #24556b, #24556b);
    position: absolute;
}
*/
.items-start p {
  color: #f1f1f1;
  line-height: 1.5em;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.ca-initvalues-applied {
  width: 100%;
}
.thim-sc-course-search {
  max-width: 540px;
  position: relative;
  margin: 0 auto;
}
.thim-sc-course-search form {
  position: relative;
  display: block;
}
.thim-sc-course-search.style_kit input[name="email"] {
  padding-left: 26px;
  padding-right: 163px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  text-align: left;
  width: 100%;
  height: 51px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  border: 0;
  box-shadow: -7.5px 13px 35px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module-btn {
  padding-top: 0px;
  padding-bottom: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-align: unset;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 1, 0.3, 1);
}
.btn:focus {
  box-shadow: unset;
  outline: unset;
  border: none;
}
.btn-xl {
  padding: 20px 11px;
  border-radius: 100px;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  width: 148px;
  height: 40px;
  top: 4px;
  right: 7px;
  position: absolute;
  z-index: 9;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  line-height: 0px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-xl.bg-primary {
  background-color: #ffc800 !important;
  color: #000;
}
.bg-primary:hover {
  color: #fff;
  background-color: #6a6aff !important;
}
/* .bg-primary {
    -webkit-animation: 1.1s infinite shadow-pulse;
    animation: 1.1s infinite shadow-pulse;
    background-color: #6A6AFF !important;
}
@keyframes shadow-pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(14, 130, 213, .7) 
   }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0) 
   }
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 35px rgba(255, 82, 82, 0) 
   }
}
*/
/* .bg-primary:hover {
    color: #fff;
    background-color: #0d6efd !important;
}
*/
.btn-telesto {
  background-color: #fff;
  color: #f73859;
}
.btn-telesto:hover {
  background-color: #f73859;
  color: #fff;
}
.lqd-highlight-custom .lqd-highlight .lqd-highlight-inner {
  height: auto;
  background: 0 0;
  color: inherit;
  opacity: 1 !important;
  transform: none !important;
}
.split-text {
  color: #fff;
  font-size: 23px;
  margin-top: 0px;
  font-weight: 600;
  position: relative;
  line-height: 1.2em;
  display: inline-block;
}
.scroll-links.nav-tabs .nav-link {
  border: none;
}
.orng {
  color: #ffc800;
  font-weight: 900;
}
.blue {
  color: #0e2d3a;
  font-weight: 900;
}
/* .split-text::before, .split-text::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 57px;
    background: transparent;
    transition: 1s;
}
.split-text::before {
    top: -22px;
    left: -29px;
    border-top: 10px solid #da7327;
    border-left: 10px solid #da7327;
}
.split-text::after {
    bottom: -22px;
    right: -29px;
    border-bottom: 10px solid #143c4e;
    border-right: 10px solid #143c4e;
}
*/
.lqd-highlight-inner {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  display: inline-block;
  transition-delay: inherit;
  transform-origin: left center;
  transition: transform 0.85s, opacity 0.85s, height 0.45s, bottom 0.45s,
    color 0.45s;
  transition-timing-function: cubic-bezier(0.3, 0.8, 0.35, 1);
}
.w-710 {
  width: 100%;
  max-width: 100%;
}
.mt5 {
  margin-top: 40px;
}
.mrt6 {
  margin-top: 31px !important;
  width: 100%;
  margin: 0 auto;
}
.mrt6 img {
  max-width: 76%;
}
.module-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.module-img h6 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}
.module-img h6 .highlight {
  font-weight: 900;
  font-size: 16px;
  color: #143c4e;
  /* text-shadow: 0 0 12px rgba(0, 0, 0, .99);
    */
  /* animation: highlight 1s ease-in-out infinite alternate;
    */
}
@keyframes highlight {
  to {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.99);
    color: #f2d9ff;
  }
}
.module-img h6:after {
  content: "";
  display: block;
  position: absolute;
  right: 49px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  rotate: -22deg;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../img/down-arow.png);
}
.module-img h6.nt2:after {
  content: "";
  rotate: 8deg;
  top: 41px;
  left: -40px;
  background-image: url(../../../img/down-arow-left.png);
  width: 30px;
  height: 30px;
}
.module-img h6.nt3:after {
  top: 50px;
}
.pb-40,
.py-40 {
  padding-bottom: 40px;
}
.text-center {
  text-align: center;
}
.items-center {
  align-items: center;
}
.text-blue-900 {
  color: #fff;
}
.mb-30,
.my-30 {
  margin-bottom: 30px;
}
.clients {
  background-color: #fff;
  padding-top: 40px;
  background-image: url(https://flywp.com/wp-content/uploads/2024/02/empowering-wp-bg-image.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.text-heiglight {
  color: #6a6aff;
  font-weight: 600;
}
.ld-fancy-heading .clients-logos .text h2 {
  margin-bottom: 5px;
}
.ld-fancy-heading .clients-logos .text p {
  margin-bottom: 10px;
}
.review {
  color: #6d6f78;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0px;
  align-items: flex-start;
  text-align: center;
  padding: 7px 15px;
  border-radius: 16px;
  border: 1px solid #d1d1e3;
  background-color: #fff;
}
.ReviewBadge-svgWrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ReviewBadge-svgWrap img {
  max-width: 70%;
}
.max-width-client {
  max-width: 62% !important;
}
.start-icon {
  display: flex;
  margin: 0 auto;
}
.MuiSvgIcon {
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: #f6c358;
}
.module-img img {
  max-width: 85%;
  display: block;
  margin: 0 auto;
}
.features-content {
  position: absolute;
  top: 50%;
  left: 54px;
  display: flex;
  width: 87%;
  justify-content: space-around;
}
.heding-text {
  background: #57689e;
  padding: 7px 11px;
  border-radius: 11px;
  text-align: center;
  box-shadow: 0px 3px 16px -10px black, inset 4px 4px 9px -8px white;
}
.heding-text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  animation: blinker 1.5s linear infinite;
}
/* @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(359deg);
   }
}
*/
/* .lqd-highlight-brush-svg {
    display: block;
    height: auto;
    max-height: 0.475em;
    position: relative;
    transition-delay: inherit;
    fill: #675de1;
}
*/
.counter {
  padding-top: 60px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(239, 238, 229, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(255, 149, 74, 0) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.heading-content {
  max-width: 100%;
  margin: auto;
}
.heading-content .primary-heading,
.primary-heading-2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 500;
  color: #6a6aff;
}
.primary-heading-2 {
  font-size: 36px;
  font-weight: 600;
  color: #225469;
  margin-bottom: 20px;
}
.secondary-heading {
  margin: auto auto 35px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #666;
}
.single-image {
  margin-top: 30px;
}
.thim-sc-counter-box.circle .sc-counter-circle {
  width: 403px;
  height: 403px;
  border: 1px dotted #ccc;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.thim-sc-counter-box.circle .sc-counter-circle .center-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: #fff;
  text-align: center;
  line-height: 85px;
  box-shadow: -7.5px 13px 35px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box:nth-last-of-type(4) {
  left: 50%;
  top: -63px;
  transform: translateX(-50%);
}
.thim-sc-counter-box.circle .sc-counter-circle .item-counter-box {
  position: absolute;
  width: 150px;
  height: 150px;
  box-shadow: -7.5px 13px 35px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}
.thim-sc-counter-box.circle .sc-counter-circle .item-counter-box .number {
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.number {
  background: transparent !important;
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box
  .number
  .number_counter,
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box
  .number
  .text-number {
  font-size: 30px;
  font-weight: 700;
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box
  .number
  .title_counter {
  margin-top: 5px;
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box
  .number
  .title_counter
  .title {
  font-size: 15px;
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box:nth-last-of-type(3) {
  left: -59px;
  top: 50%;
  transform: translateY(-50%);
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box:nth-last-of-type(2) {
  right: -59px;
  top: 50%;
  transform: translateY(-50%);
}
.thim-sc-counter-box.circle
  .sc-counter-circle
  .item-counter-box:nth-last-of-type(1) {
  bottom: -63px;
  left: 50%;
  transform: translateX(-50%);
}
.video-area {
  padding: 65px 0;
  padding-bottom: 50px;
  background: #fff;
  /* background-image: linear-gradient(to left, #fff3d7bf, #fff3d7bf, #fff3d7bf, #fff3d7bf);
    */
}
.video-row {
  padding-top: 0px;
}
.text-side {
  position: relative;
  z-index: 1;
}
.text h2 strong {
  color: #6a6aff;
}
.haddingh1top h1 strong {
  color: #6a6aff;
}
.video-layout-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 12px;
  margin-right: 32px;
}
.block-icon {
  width: 50px;
  height: 50px;
  margin-right: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 18px 26px 0px rgb(0 0 0 / 13%);
}
.has-text-color {
  color: #2e2e2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.video-layout-flex:nth-child(2) {
  margin-right: 0;
}
.mr1 {
  margin-right: 32px !important;
}
.mr0 {
  margin-right: 0px;
}
.populated {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.printec-video-popup {
  text-align: left;
  position: relative;
}
.video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.printec-video-popup .video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  left: 50%;
  position: absolute;
  z-index: 9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 18px;
  color: #16243d;
  background-color: #ff9dc5;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0px 18px 26px 0px rgb(0 0 0 / 22%);
}
.main-slider-two__video-icon::before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.1;
  z-index: 1;
}
.main-slider-two__video-icon .fa.fa-play-circle-o {
  font-size: 31px;
  color: #fff;
}
.main-slider-two__video-icon .ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple::before,
.main-slider-two__video-icon .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(12, 224, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(12, 224, 255, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(12, 224, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(12, 224, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.image-hover {
  position: relative;
  height: 100%;
}
.image-hover img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.desktrack_indextop_business {
  padding: 30px 0;
  background: #f6f6f1;
}
.desktrack_indextop_business .text p {
  margin-bottom: 30px;
}
.employers {
  background: #fffceb;
}
.managers {
  background: #fff3ed;
}
.employees {
  background: #e5f4fc;
}
.ddi-content-item {
  text-align: center;
  justify-content: center;
  justify-items: center;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  height: 100%;
  min-height: auto;
  padding: 30px 26px 40px 26px;
  border-radius: 30px 30px 30px 30px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 80%;
  margin: 0 auto;
}
.ddi-content-item:hover {
  background: #fff;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
}
.ddi-content-item > div:not(:last-child) {
  margin-bottom: 14px;
}
.ddi-content-item .ddi-content-media-group {
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ddi-content-item .ddi-content-media-group .ddi-content-icon-wrapper {
  margin: 0px 0px 5px 0px;
  text-align: center;
  display: inline-flex;
  justify-content: inherit;
}
.ddi-content-item .ddi-content-icon-wrapper .ddi-content-icon {
  display: inline-flex;
  justify-content: inherit;
}
.ddi-content-item .ddi-content-icon-wrapper .ddi-content-icon figure img {
  max-width: 58%;
}
.ddi-content-title {
  margin-bottom: 12px;
}
.ddi-content-title h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 0;
  text-transform: none;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ddi-content-description {
  margin: 0px 0px 10px 0px;
  color: #666;
  font-size: 14px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ddi-content-item:hover::after {
  transform: translate(-50%) scale(1);
  -webkit-transform: translate(-50%) scale(1);
  -moz-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  -o-transform: translate(-50%) scale(1);
}
.ddi-content-item::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  height: 4px;
  content: "";
  transform: translate(-50%) scale(0);
  -webkit-transform: translate(-50%) scale(0);
  -moz-transform: translate(-50%) scale(0);
  -ms-transform: translate(-50%) scale(0);
  -o-transform: translate(-50%) scale(0);
  transition: all 0.5s ease 0s;
  border-radius: 0 0 4px 4px;
  background-color: #112446;
}
.ddi-content-description a {
  color: #6a6aff;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ddi-content-description a:hover {
  color: #112446;
  text-decoration: underline;
}
.industry-list::nth-last-of-type(2) {
  margin-top: 30px;
}
.industry-list {
  margin-top: 40px;
}
.industry-itme-box {
  display: flex;
  align-items: center;
}
.idt-center-icon {
  text-align: center;
}
.idt-center-icon img {
  max-width: 70%;
}
.title-industry h4 {
  font-size: 18px;
}
.features-area {
  padding: 50px 0;
  background: #ffebe04a;
}
.desktrack-features-1 {
  padding: 16px 19px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  min-height: 80px;
  background: rgba(26, 182, 157, 0.07);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.features-2 {
  background: #ee4a6212;
}
.features-3 {
  background: #0ecd7312;
}
.features-4 {
  background: #f8b81f12;
}
.features-5 {
  background: #8e56ff12;
  margin-bottom: 30px;
}
.features-6 {
  background: #f9259612;
  margin-bottom: 0px;
}
.features-7 {
  background: #5866eb12;
}
.features-8 {
  background: #39c0fa12;
}
.features-9 {
  background: #f8941f12;
  margin-bottom: 30px;
}
.desktrack-features-1 .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 84px;
  font-size: 48px;
  color: #1ab69d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.desktrack-features-1 .content {
  margin-left: 20px;
}
.desktrack-features-1 h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.desktrack-features-1 h5 a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.desktrack-features-1 h5 a:hover {
  color: #6a6aff;
}
.section.is-scroll {
  padding-top: 0;
  padding-bottom: 0;
}
.container {
  position: relative;
}
.container.is-scroll {
  height: 100%;
  max-width: 100%;
}
.scroll-tabs {
  z-index: 1;
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.scroll-tabs-links {
  z-index: 1;
  opacity: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.scroll-tab-link {
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0.5;
  text-align: center;
  background-color: rgba(0, 31, 31, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
}
.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all ease 0.5s;
}
.scroll-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 31, 31, 0);
}
.w-tab-link.w--current {
  background-color: #c8c8c8;
}
.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}
.scroll-tabs-content {
  z-index: 1;
  overflow: visible;
}
.scroll-tab-content {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 2222;
}
.scroll-item-grid {
  width: 100%;
  height: 100%;
  position: relative;
}
.w-tab-pane {
  display: none;
  position: relative;
}
.w--tab-active {
  display: block;
}
.customfetin {
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  max-width: 68%;
  margin-left: auto;
  align-items: center;
}
.scroll-item-content {
  position: relative;
}
.scroll-item-image-wrapper {
  overflow: hidden;
}
.rightimg img.attachment-full.size-full {
  height: auto;
}
.rightimg img {
  width: 100%;
}
.customfetin .rightimg {
  width: 50%;
  padding: 0;
}
.rightimg {
  width: 50%;
  padding: 0 20px;
}
.scroll-item-image {
  object-fit: cover;
  border-radius: 0;
}
.leftfeaturedet {
  width: 40%;
}
.leftfeaturedet p {
  font-size: 20px;
  line-height: 32px;
  margin: 30px 0;
}
.scroll-item-title {
  font-size: 2.5rem;
}
.scroll-wrapper {
  width: 100%;
  height: 200vh;
  position: relative;
}
.scroll-wrapper.is-light {
  color: #001f1f;
}
.scroll-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.scroll-bg-sticky {
  width: 100%;
  height: 50vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}
.scroll-bg-image {
  opacity: 0;
  object-position: 50% 0%;
  border-radius: 0;
  transition: opacity 0.5s linear;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.scroll-bg-image.is-1 {
  opacity: 1;
}
.scroll-bg-image.is-light {
  margin-left: auto;
}
.scroll-bg-image.is-dark {
  height: 108%;
}
.scroll-anchors {
  z-index: 0;
  width: 20px;
  height: 100%;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
.scroll-anchor {
  width: 100%;
  height: 100%;
  background-color: #c4f5db;
  position: relative;
}
.scroll-anchor.is-1 {
  background-color: #8bf0ba;
}
.scroll-anchor.is-2 {
  background-color: #51e0cd;
}
.scroll-anchor.is-3 {
  background-color: #b8b8ff;
}
.scroll-anchor.is-4 {
  background-color: #fab8ff;
}
.scroll-links {
  width: 30%;
  height: auto;
  max-width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 18px;
  padding-left: 0;
  display: flex;
  position: -webkit-relative;
  position: relative;
  top: 0;
  z-index: 0;
}
.scroll-links li {
  display: block;
  width: 100%;
  margin-bottom: 21px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 21px;
  position: relative;
}
.scroll-links .nav-link.active::after {
  content: "\f061";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  right: 0;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #6a6aff;
  transform: translate(0, -50%);
  transition: top 0.2s;
  z-index: 100;
  top: 14px;
  font-family: FontAwesome;
}
.scroll-links li:last-child {
  border-bottom: 0px;
}
.scroll-links-sticky {
  width: 100px;
  height: 100vh;
  max-width: 78rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}
.scroll-link {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  font-weight: 600;
  display: flex;
  top: -0.4rem;
}
.scroll-link:hover {
  opacity: 1;
}
.scroll-link:focus-visible {
  opacity: 1;
}
.scroll-link[data-wf-focus-visible],
.scroll-link.w--current {
  opacity: 1;
}
.scroll-item-paragraph {
  font-size: 1.2rem;
  line-height: 1.3;
}
.page-template-template-homerewamp .mainbodywrapper {
  overflow: inherit;
}
.section.is-scroll {
  background: #ffebe04a;
}
.scroll-link {
  font-size: 24px;
  line-height: 40px;
  width: auto;
  height: auto;
  color: #e4c8b9;
  font-weight: 700;
}
a.scroll-link.w--current {
  color: #ff5722;
}
.scroll-link:hover {
  font-size: 24px;
  line-height: 40px;
}
.tabing-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 0px;
  background: #ffebe04a;
}
.scroll-links .nav-link {
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
  width: 90%;
  padding: 0;
  border: none;
  color: #000000b3;
  font-size: 18px;
  transition: all ease 0.5s;
  text-align: left;
}
.scroll-links .nav-link:focus-visible {
  border: none;
  outline: 0;
}
.scroll-links .nav-link:hover,
.scroll-links .nav-link:focus {
  background: transparent;
  border: none;
  outline: 0;
}
.scroll-links .nav-link.active {
  background-color: transparent !important;
  color: #6a6aff;
  border-color: unset;
  border: none;
}
.scroll-links {
  border-bottom: 0;
}
.tab-conted-box h2 {
  margin-bottom: 25px;
  font-size: 32px;
}
.scroll-item-grid img {
  display: block;
  margin: 0 auto;
}
.testimonial {
  padding-top: 20px;
}
.clint-img-box {
  flex-direction: column;
}
.test-img {
  margin-right: 10px;
  width: 100%;
}
.test-img img {
  max-width: 90%;
  border-radius: 100px;
  margin-bottom: 15px;
}
.is-layout-box h2 {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(1.805rem, 1.805rem + ((1vw - 0.2rem) * 2.409), 3.13rem);
}
.is-layout-box p {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
  color: #fff;
  text-align: center;
}
.is-layout-box .pricing__footer {
  justify-content: center;
}
.is-layout-box .btn.is-fill {
  background: #6a6aff;
  border: 1px solid #6a6aff;
  border-radius: 50px;
}
.is-layout-box .btn.is-fill:hover {
  background: #fff;
  color: #6a6aff;
  border-color: #fff;
}
.is-layout-box p strong a:hover {
  color: #6a6aff;
}
.widget-wrap {
  display: flex;
}
.widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.populated {
  padding: 10px;
}
.testimonial-image {
  width: 100%;
}
.widget-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.pb-60 {
  padding-bottom: 0px;
}
.p-relative {
  position: relative;
}
.colum-box {
  display: flex;
  align-items: center;
}
.colum-box .ppwm-img {
  width: 36%;
  margin-right: 15px;
}
.colum-box .tptestimonial-4-content {
  width: 62%;
}
.testimonial-4-main-thumb img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  visibility: hidden;
}
.testimonial-4-main-anim {
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  left: 10%;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.tp-tooltip-circle .tp-tooltip-effect-1,
.tp-tooltip-circle .tp-tooltip-effect-2,
.tp-tooltip-circle .tp-tooltip-effect-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;
  height: 400px;
  background: rgba(119, 90, 252, 0.05);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: tp-hotspot-2 5s infinite cubic-bezier(0.4, 0, 1, 1);
  animation: tp-hotspot-2 5s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
}
.tp-tooltip-circle .tp-tooltip-effect-2 {
  animation-delay: 0.8s;
}
.tp-tooltip-circle .tp-tooltip-effect-3 {
  animation-delay: 1.6s;
}
@keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.testimonial-4-shape-1 {
  position: absolute;
  bottom: 85px;
  left: 200px;
}
.testimonial-4-shape-1 img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.testimonial-4-shape-2 {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 80px;
}
.testimonial-4-shape-2 img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.testimonial-4-shape-3 {
  position: absolute;
  left: -6px;
  bottom: 231px;
  width: 60px;
}
.testimonial-4-shape-3 img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.testimonial-4-shape-4 {
  position: absolute;
  top: 27px;
  right: 85px;
  width: 140px;
}
.testimonial-4-shape-4 img {
  height: 140px;
  width: 140px;
  object-fit: cover;
}
.testimonial-4-shape-5 {
  position: absolute;
  top: 36%;
  left: 200px;
  width: 100px;
}
.testimonial-4-shape-6 {
  position: absolute;
  bottom: 205px;
  right: 62px;
  width: 80px;
}
.testimonial-4-shape-6 img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.review-star {
  width: 100%;
}
/* .pl0-populated {
    padding: 10px 10px 10px 100px;
}
*/
.widget-tp-heading {
  width: 100%;
  margin-block-end: 20px;
}
.section-wrapper span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #6a6aff;
}
.section-title-4-2 {
  font-size: 50px;
}
.section-title-4 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.review-star i {
  color: #ffb866;
  font-size: 18px;
}
.tptestimonial-4-icon {
  flex: 0 0 auto;
  margin-top: 8px;
  margin-bottom: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.testimonial-4-wrap {
  background: #fff;
  border-radius: 7px;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 19px 30px;
  box-shadow: 0px 20px 40px rgba(8, 10, 55, 0.12);
}
.tptestimonial-4-text p {
  font-size: 18px;
  line-height: 1.68;
  color: #55585b;
  margin-bottom: 25px;
}
.active-testi .tptestimonial-4-author .title {
  color: #fff;
}
.tptestimonial-4-author {
  font-weight: 600;
}
.active-testi .tptestimonial-4-text p,
.active-testi .tptestimonial-4-author span {
  color: #dfdfdf;
}
.active-testi {
  background: #6a6aff;
}
.tptestimonial-4-author .title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  color: #6a6aff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.clint-img-box {
  position: relative;
}
.clint-img-box .tptestimonial-4-icon {
  position: absolute;
  top: -7px;
  left: 0;
}
.tptestimonial-4-content .test-img {
  max-width: 40%;
  margin: 0 auto;
}
.eeab .tptestimonial-4-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 100px;
  position: absolute;
  top: -34px;
  left: -19px;
  background: #ffb866;
  box-shadow: 0px 20px 40px rgba(8, 10, 55, 0.12);
}
.mt-2 {
  margin-top: 63px !important;
}
.mt-3 {
  margin-top: 130px !important;
}
.widget-tp-testimonial-ex {
  width: 100%;
}
.testimonial-arrow-4 .tptestimonal-4-nav {
  margin-top: 0;
  justify-content: start;
}
.testimonial-arrow-4 .tptestimonal-4-nav .slick-arrow {
  border: none;
  background: transparent;
}
.prev-slide,
.prv-testi-case,
.prv-nav-tab {
  margin-right: 27px;
}
.prev-slide,
.next-slide,
.prv-testi-case,
.next-testi-case,
.prv-nav-tab,
.next-nab-tab,
.prv-nav-tab,
.next-nav-tab {
  position: relative;
  width: 30px;
  height: 40px;
  font-size: 0;
}
.prev-slide span,
.prv-testi-case span,
.prv-nav-tab span {
  right: 0;
}
.prev-slide span,
.next-slide span,
.prv-testi-case span,
.next-testi-case span,
.prv-nav-tab span,
.next-nab-tab span,
.prv-nav-tab span,
.next-nav-tab span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1.8px;
  background: #8a8a8d;
  font-size: 0;
  transition: all 0.25s;
}
.testimonial-arrow-4 .prv-testi-case span::before,
.testimonial-arrow-4 .next-testi-case span::before {
  border: 1px solid #775afc;
}
.prv-testi-case span::before,
.next-testi-case span::before {
  border: 1px solid #775afc;
}
.prev-slide span svg,
.prv-testi-case span svg,
.prv-nav-tab span svg {
  left: 0;
}
.next-slide span svg,
.next-testi-case span svg,
.next-nav-tab span svg {
  right: 0;
}
.prev-slide span:before,
.prv-testi-case span:before,
.prv-nav-tab span:before {
  left: -13px;
}
.prev-slide span:before,
.next-slide span:before,
.prv-testi-case span:before,
.next-testi-case span:before,
.prv-nav-tab span:before,
.next-nab-tab span:before,
.prv-nav-tab span:before,
.next-nav-tab span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 34px;
  height: 34px;
  border: 1px solid var(--tp-theme-primary);
  border-radius: 50%;
  transition: transform 0.25s;
}
.prev-slide svg,
.next-slide svg,
.prv-testi-case svg,
.next-testi-case svg,
.prv-nav-tab svg,
.next-nab-tab svg,
.prv-nav-tab svg,
.next-nav-tab svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.prev-slide path,
.next-slide path,
.prv-testi-case path,
.next-testi-case path,
.prv-nav-tab path,
.next-nab-tab path,
.prv-nav-tab path,
.next-nav-tab path {
  fill: #8a8a8d;
  transition: fill 0.25s;
}
.prev-slide:hover span:before,
.next-slide:hover span:before,
.prv-testi-case:hover span:before,
.next-testi-case:hover span:before,
.prv-nav-tab:hover span:before,
.next-nab-tab:hover span:before,
.prv-nav-tab:hover span:before,
.next-nav-tab:hover span:before {
  transform: translateY(-50%) scale(1);
}
.testimonial-arrow-4 .prv-testi-case:hover span,
.testimonial-arrow-4 .next-testi-case:hover span {
  background: #775afc;
}
.prev-slide:hover span,
.next-slide:hover span,
.prv-testi-case:hover span,
.next-testi-case:hover span,
.prv-nav-tab:hover span,
.next-nab-tab:hover span,
.prv-nav-tab:hover span,
.next-nav-tab:hover span {
  width: 40px;
  background: #775afc;
}
.uniqueness-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.aap-item-image {
  text-align: center;
  margin-bottom: 36px;
}
.aap-item-image h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #000;
  text-transform: uppercase;
}
.aap-item-image span {
  padding: 5px;
  color: #225469;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.aap-item-image span::after {
  content: "";
  background: #225469;
  width: 1px;
  height: 17px;
  position: absolute;
  top: 17%;
  right: -3px;
}
.aap-item-image span:last-child:after {
  display: none;
}
/*---------- Time Tracking Software Css Start ----------*/
.lqd-section {
  padding-top: 20px;
}
.pb-40,
.py-40 {
  padding-bottom: 20px;
}
.text h2 {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #0a1f29;
  font-size: 2.25rem;
}
.bannerh1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #fff;
  padding-top: 30px;
}
.bgwhiteh1 {
  color: #225469;
}
.pmsbannerbtn .ca-initvalues-applied {
  padding-top: 0px;
}
.pmsbannerbtn .thim-sc-course-search {
  margin-left: 0px;
}
.pmsbannerbtn .btn-xl {
  text-align: center;
  color: #fff;
  background-color: #6a6aff !important;
}
.pmsbannerbtn .btn-xl:hover {
  background-color: #000 !important;
}
.haddingh1top h1 {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #225469;
  font-size: 2.25rem;
}
.css-1u41y9g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
  column-gap: 10px;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 11px;
  text-align: center;
}
.review {
  color: #6d6f78;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0px;
  align-items: flex-start;
  text-align: center;
  padding: 7px 15px;
  border-radius: 16px;
  border: 1px solid #d1d1e3;
  background-color: #fff;
}
.main-title-section-wrapper {
  clear: both;
  margin: 0;
  width: 100%;
}
.main-title-section-wrapper {
  position: static;
  padding-top: 34px;
  padding-bottom: 36px;
}
.tracking-banner-bg {
  padding-top: 122px;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../../../img/employee-productivity-tracking-banner-bg.png);
    */
  background-color: #0043b7;
}
.dtk-section.banner .bg-orange-100 p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding-top: 21px;
}
.welcome-content h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 50px;
}
.welcome-content p {
  color: #fff;
  margin-bottom: 24px;
}
.welcome-content .hero-2-subtitle {
  font-size: 23px;
  font-weight: 600;
  background: #141515;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  padding: 15px;
  clip-path: polygon(0 0, 100% 30%, 100% 30%, 0% 0%);
  margin-left: 60px;
  transition: 500ms ease-in-out;
}
.welcome-content .hero-2-subtitle {
  clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
}
.welcome-content .hero-2-title {
  clip-path: polygon(6% 0, 100% 0, 100% 81%, 0% 100%) !important;
}
.welcome-content .hero-2-title {
  background: #af2200;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 60px;
  padding-bottom: 25px;
  clip-path: polygon(6% 0, 100% 0, 100% 0%, 0% 0%);
  transition: 500ms ease-in-out;
  transition-delay: 0.5s;
}
.welcome-content .hero-2-title-2 {
  clip-path: polygon(6% 14%, 94% 0, 100% 100%, 0% 100%) !important;
}
.welcome-content .hero-2-title-2 {
  background: #060647;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 60px;
  padding-bottom: 15px;
  clip-path: polygon(6% 14%, 94% 0, 100% 0%, 0% 15%);
  margin-top: -18px;
  margin-bottom: 20px;
  transition: 500ms ease-in-out;
  transition-delay: 1s;
}
.welcome-content .hero-3-title-3 {
  clip-path: polygon(6% 1%, 94% 0, 100% 91%, 0% 100%) !important;
}
.welcome-content .hero-3-title-3 {
  background: #e1eaea;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 60px;
  padding-bottom: 15px;
  clip-path: polygon(6% 14%, 94% 0, 100% 0%, 0% 15%);
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 8px;
  transition: 500ms ease-in-out;
  transition-delay: 1s;
}
.tracking-banner-bg .btn.is-fill {
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  line-height: 36px;
  position: relative;
  text-transform: capitalize;
  transition: 0.5s;
  z-index: 1;
  background-color: #153486;
  box-shadow: 0 13px 27px 0 rgba(15, 35, 86, 0.25);
  color: #fff;
}
.tracking-banner-bg .btn.is-fill.is-light {
  background-color: #fff;
  color: #153486;
}
.is-fill:after,
.is-fill:before {
  background: #07c8ff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: -1;
}
.is-fill:before {
  border-radius: 0 4px 4px 0;
  right: 0;
}
.is-fill:after {
  border-radius: 4px 0 0 4px;
  left: 0;
}
.is-fill:hover:after,
.is-fill:hover:before {
  width: 50%;
}
.tracking-banner-bg .btn.is-fill.is-light:hover {
  color: #fff;
}
.sppb-sp-slider-image img {
  display: inline-block;
  height: auto !important;
  width: auto !important;
}
.tracking-banner-bg .pricing__footer {
  position: relative;
}
.sppb-sp-slider-image {
  position: absolute;
  right: 49px;
  top: -22px;
  display: table;
  word-break: break-word;
}
.services-area-list {
  padding: 30px 0;
  position: relative;
}
.section-title {
  margin-bottom: 25px;
  text-align: center;
}
.apptetl {
  margin-bottom: 20px;
}
.pbosster .section-title {
  margin-bottom: 2px;
}
.section-title .bar {
  background: #c6c6f3;
  border-radius: 30px;
  height: 5px;
  margin: 20px auto;
  position: relative;
  width: 90px;
  display: none;
}
.section-title .bar:before {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
  animation-timing-function: linear;
  background: #6a6aff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: -2.7px;
  width: 10px;
}
@keyframes MOVE-BG {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
.single-box:nth-child(7),
.single-box:nth-child(8),
.single-box:nth-child(9) {
  margin-bottom: 0px;
}
.single-box {
  background: #fff;
  /* background-image: url(../img/cards-bg.png);
    */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px dashed #cdf1d8;
  border-radius: 5px;
  height: 100%;
  min-height: 333px;
  max-height: 333px;
  margin-bottom: 29px;
  padding: 30px 25px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
}
.single-box:before {
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
  background: rgb(106, 106, 255);
  background: #fff;
}
.single-box .icon {
  background: #d9d9f3;
  border-radius: 50%;
  color: #6a6aff;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  transition: 0.5s;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-box .icon img {
  max-width: 45px;
}
.single-box:hover .icon {
  background: #dfdeff;
  color: #6a6aff;
}
.single-box:hover a {
  color: #000;
}
.single-box:hover h3 {
  color: #6a6aff;
}
.single-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
  transition: 0.5s;
  color: #0e314c;
  font-weight: 600;
}
.single-box p {
  transition: 0.5s;
  color: #19242e;
  margin-bottom: 0;
  line-height: 1.8;
}
.single-box:hover {
  border-color: transparent;
  transform: translateY(-9px);
}
.single-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.bg-f7fafd {
  background-color: #ffebe04a;
}
.services-content .section-title {
  margin-bottom: 20px;
  text-align: left;
}
.services-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.services-content .box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  color: #6084a4;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  padding: 15px 12px 15px 12px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.services-content .box img {
  display: inline-block;
  margin-right: 8px;
  transition: 0.5s;
  max-width: 25px;
}
.services-content .box:hover {
  color: #6a6aff;
  transform: translateY(-5px);
}
.services-right-image {
  position: relative;
  text-align: center;
}
.services-right-image .bg-image {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -60px;
}
.rotateme {
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
.staff-hours {
  padding: 20px 0;
}
.desk-box {
  position: relative;
}
.desk-text-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
}
.title-left,
.title-right {
  width: 25%;
  text-align: center;
}
.title-left ul,
.title-right ul {
  padding: 0;
  display: block;
  height: 20px;
  margin-bottom: 0;
  list-style-type: none;
}
.title-left ul li,
.title-right ul li {
  color: #153486;
  font-weight: 500;
  font-size: 18px;
}
.title-left ul li:nth-child(4n + 1),
.title-right ul li:nth-child(4n + 1) {
  transform: translateY(-173px);
}
.title-left ul li:nth-child(4n + 2),
.title-right ul li:nth-child(4n + 2) {
  transform: translateY(-32px);
}
.title-left ul li:nth-child(4n + 3),
.title-right ul li:nth-child(4n + 3) {
  transform: translateY(102px);
}
.title-left ul li:nth-child(4n + 4),
.title-right ul li:nth-child(4n + 4) {
  transform: translateY(235px);
}
.newsletter-cta-content {
  display: flex;
  z-index: 9;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 50px 60px 50px;
  background: #6a6aff;
  /* background-image: linear-gradient(to left, #AC99E3, #AC99E3, #8296D6, #8296D6);
    */
  box-shadow: 0 35px 100px 0 rgba(108, 25, 25, 0.09);
  border-radius: 5px;
}
.nsltop {
  position: relative;
  background-image: linear-gradient(90deg, #432295 18%, #311c6b 67%);
}
.nsltop img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.11;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.newsletter-cta-content {
  background: transparent;
  box-shadow: none;
}
.cta-content-container {
  display: flex;
  max-width: calc(100% - 150px);
}
.icon-logo {
  box-shadow: 0 22px 26px 0 rgb(106 106 255 / 25%);
}
.icon-logo {
  border-radius: 50%;
  display: inline-flex;
  margin-right: 28px;
  width: 60px;
}
.cta-content-text h3 {
  font-weight: 700;
  font-size: 24px;
  color: #245368;
  line-height: 34px;
  letter-spacing: 0.33px;
  text-align: left;
  margin-bottom: 14px;
}
.cta-content-text p {
  color: #000;
}
.cta-btn {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 16px 28px;
  min-width: 100px;
  height: 35px;
  border-radius: 6px;
  border: 1px solid #000;
  background: #000;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: inherit;
  box-shadow: 0 13px 27px 0 rgb(173 173 253 / 17%);
}
.cta-btn:hover {
  color: #6a6aff;
  border-color: #fff;
  background: #fff;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.cta-btn:focus {
  color: #fff;
  background: #6a6aff;
  border-color: #6a6aff;
}
.nsltop .cta-content-text h3 {
  color: #fff;
}
.nsltop .cta-content-text p {
  color: #fff;
  margin-bottom: 0px;
}
.nsltop {
  margin-bottom: 0px;
}
.nsltop .cta-btn {
  background: #fff;
  color: #000000;
  border-color: #fff;
}
.nsltop .cta-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.time-tracking-area {
  margin-top: -72px;
  position: relative;
  z-index: -1;
  padding: 101px 0 40px 0;
}
.welcome-meter {
  position: relative;
  z-index: 1;
}
.welcome-meter img {
  max-width: 80%;
  display: block;
  margin-right: auto;
}
.mr-auto1 img {
  margin-left: auto;
  margin-right: inherit;
}
.who-we-contant h4 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #225469;
  font-weight: 500;
}
.who-we-contant p {
  color: #888;
}
.padding-70 {
  padding: 20px 0;
}
.aut-pb1 {
  padding: 20px 0;
}
.mtems5 {
  margin-top: 26px;
}
.bg-fff {
  background: #fff;
}
.staps-area .box {
  justify-content: space-between;
}
.staps-area .box .stap-text {
  width: 90%;
  color: #000;
}
.circle-stap {
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 0 2px 20px 0 rgb(189 189 189 / 78%);
}
.staps-area .circle-stap:after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 48px;
  left: 33px;
  width: 0;
  height: 100%;
  transition: 0.5s;
  border-left: 2px solid #ccc;
}
.staps-area .circle-stap.last-child:after {
  display: none;
}
.staps-area .box:hover .circle-stap:after {
  border-color: #6a6aff;
}
.benefits-areas .box:hover .circle-stap {
  background: unset !important;
  color: unset;
}
.staps-area .box:hover .circle-stap {
  background: #6a6aff;
  color: #fff;
}
.chy-services-5-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.chy-services-5-item:nth-child(1) {
  border-right: 1px solid rgba(200, 174, 255, 0.5);
  border-bottom: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(2) {
  border-right: 1px solid rgba(200, 174, 255, 0.5);
  border-bottom: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(3) {
  border-bottom: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(4) {
  border-right: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(5) {
  border-right: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(7) {
  border-right: 1px solid rgba(200, 174, 255, 0.5);
  border-top: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(8) {
  border-right: 1px solid rgba(200, 174, 255, 0.5);
  border-top: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(9) {
  border-top: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(4) .disc-wrap,
.chy-services-5-item:nth-child(5) .disc-wrap,
.chy-services-5-item:nth-child(6) .disc-wrap {
  height: 202px;
}
.chy-services-5-item {
  padding: 37px;
  position: relative;
  z-index: 1;
  transition: 400ms ease-in-out;
}
.chy-services-5-item::after {
  content: "";
  width: 10%;
  height: 10%;
  position: absolute;
  top: 70px;
  left: 60px;
  z-index: -1;
  border-radius: 50%;
  transition: 400ms ease-in-out;
  background: #fff;
  /* background: linear-gradient(90deg, #9255CE -2.17%, #6a6aff 100%);
    */
}
.chy-services-5-item:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
.chy-services-5-item:hover {
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1607843137);
}
.chy-services-5-item .icon {
  width: 100px;
  height: 100px;
  background: #f4f0ff;
  border-radius: 50%;
  text-align: center;
  font-size: 45px;
  line-height: 92px;
  position: relative;
  color: #6a6aff;
  margin-bottom: 28px;
  transition: 400ms ease-in-out;
}
.chy-services-5-item:hover .icon {
  color: #fff;
  background: transparent;
}
.chy-services-5-item:nth-child(1) .icon::before {
  background: rgba(210, 149, 255, 0.7);
}
.chy-services-5-item .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #9255ce -2.17%, #6a6aff 100%);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.chy-services-5-item:hover .icon::before {
  opacity: 1;
}
.chy-services-5-item:hover .icon::after {
  top: 0px;
  left: 0px;
  z-index: 1;
}
.chy-services-5-item .icon img {
  max-width: 70%;
  z-index: 9;
  position: relative;
}
.chy-services-5-item .title {
  font-size: 20px;
  line-height: 1.38;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 400ms ease-in-out;
}
.chy-heading-2 {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 0;
}
.chy-services-5-item .disc-wrap {
  overflow: hidden;
  height: 309px;
}
.chy-services-5-item .heightmin {
  height: 202px;
}
.chy-services-5-item .md-btn .cta-btn {
  display: block;
  height: auto;
  text-align: center;
  width: 100%;
  margin-top: 9px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #6a6aff;
  padding: 0;
  text-decoration: underline;
}
.chy-services-5-item:hover .md-btn .cta-btn {
  color: #6a6aff;
}
.chy-services-5-item:hover .md-btn .cta-btn:hover {
  color: #07c8ff;
}
.chy-services-5-item p {
  margin-bottom: 16px;
  color: #1d1d1d;
  height: 100%;
  overflow: hidden;
  transition: 400ms ease-in-out;
}
.chy-services-5-item:hover .title {
  color: #6a6aff;
}
.chy-services-5-item:hover p {
  height: auto;
  color: #6084a4;
}
.pt-50 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.what-else-area .main-btn-5 .cta-btn {
  background: #6a6aff;
  color: #fff;
  border-color: #6a6aff;
}
.what-else-area .main-btn-5 .cta-btn:hover {
  background: #000;
  border-color: #000;
}
.newsletter-cta-content .news-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.data-secure-area .chy-services-5-item-wrap {
  display: flex;
  grid-template-columns: inherit;
}
.data-secure-area .section-title {
  width: 42.857%;
}
.data-secure-area .section-title {
  text-align: left;
  margin-top: 150px;
  margin-bottom: 0px;
}
.data-secure-area .section-title .bar {
  margin: 20px auto 20px 0px;
}
.offset-secure-box {
  width: 57.143%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.offset-secure-box .populated {
  flex-wrap: nowrap;
}
.pxl-meta-img {
  margin-bottom: 38px;
}
.pxl-meta-img img {
  max-width: 30%;
}
.cloud-solution-box {
  margin-left: 28px;
}
.pxl-solution {
  position: relative;
  background-color: #fff;
  padding: 57px 51px 66px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
}
.pxl-solution h3 {
  font-size: 32px;
  color: #6a6aff;
  margin-top: -9px;
  margin-bottom: 26px;
}
.on-premise .pxl-solution {
  margin-top: 0px;
}
.mkdf-iwt-icon-left {
  padding: 21px 21px 21px 21px;
  border: 1px dashed #6a6aff;
  color: rgba(234, 61, 86, 0.1);
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mkdf-iwt-icon-left:hover {
  box-shadow: 0px 10px 30px 0px;
  color: rgb(153 153 255 / 30%);
  width: 100%;
}
.mkdf-iwt-icon-left .mkdf-iwt-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  padding: 0px 0 0 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mkdf-iwt-icon-left .mkdf-iwt-icon img {
  max-width: 60%;
}
.mkdf-iwt-icon-left .mkdf-iwt-content {
  padding: 8px 0 0 13px;
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  text-align: left;
}
.mkdf-iwt-icon-left .mkdf-iwt-content h6 {
  font-size: 18px;
  font-weight: 500;
  color: #225469;
}
.pdding-10 {
  padding-top: 30px;
}
.on-top .review {
  border: 1px dashed #6a6aff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px;
}
.on-top .review:hover {
  box-shadow: 0px 10px 30px 0px;
  color: rgb(153 153 255 / 30%);
}
.contact-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contactForm .form-control {
  background: #f5f5f5;
  border: 1px solid #eceaea !important;
  border-radius: 0 !important;
  color: #0e314c !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  transition: 0.5s;
}
.contactForm textarea {
  height: auto !important;
  margin-bottom: 40px;
}
.contactForm .form-control:focus {
  background: #fff;
  border-color: #44ce6f !important;
  box-shadow: unset !important;
  outline: 0;
}
.contactForm .cta-btn {
  padding: 16px 30px;
}
.ptb-15 {
  padding: 20px 0;
}
.time-line {
  position: relative;
}
.border-top-line {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  z-index: -4;
  top: -27px;
  right: -77px;
  opacity: 1;
  height: 1px;
  color: #b0b7d3;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 10px;
}
.time-line-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  transition: all 0.4s;
  position: absolute;
  top: -32px;
  left: 41%;
  background-color: #b0b7d3;
}
.time-line-dot::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  transform: translate(-10px, -10px);
  background: #fff;
  box-shadow: 5px 3px 13px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  border-radius: 50%;
}
.nav-pills .nav-link.active .time-line-dot {
  background-color: #ff7268;
}
.nav-pills .nav-link.active .time-line-dot::before {
  opacity: 1;
}
.time-line .nav-link {
  color: #000;
  font-size: 16px;
  padding: 12px;
}
.time-line .nav-link:hover {
  color: #6a6aff;
}
.time-line .nav-link.active:hover {
  color: #fff;
}
.time-line .nav-link.active {
  background-color: #6a6aff;
  box-shadow: 0 13px 27px 0 rgb(173 173 253 / 43%);
}
.kpi-area .tab-content {
  margin-top: 30px;
  background: #fff;
  padding: 10px 30px;
  box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
}
.kpi-area .nav-pills {
  justify-content: center;
  margin-top: 30px;
}
.context-box h3 {
  font-size: 29px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #000;
}
.context-box p {
  color: #2c2c2c;
  font-size: 16px;
}
.kpi-area .tab-pane img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.disc-font-s {
  padding-left: 0;
  margin-top: 15px;
}
.disc-font-s li {
  list-style-type: none !important;
  margin-bottom: 10px;
}
.disc-font-s li i {
  color: #6a6aff;
  font-size: 12px;
  padding-right: 5px;
}
.faqsection {
  padding: 20px 0;
}
.faqnew .accordion-item {
  margin-top: 30px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item .accordion-body {
  color: #6e7076;
}
.faqnew .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #6a6aff;
}
.faqnew .accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 0 16px 0px;
}
.faqnew .accordion-item:last-child {
  border-bottom: 0px;
}
.faqsection .accordion-body ul {
  list-style-type: disc;
  padding-left: 37px;
  padding-top: 10px;
}
.faqsection .accordion-body ul li {
  list-style-type: disc;
}
.newsleeter {
  background: #fff;
  padding-top: 45px;
}
.features-area {
  padding: 20px 0;
  background: #ffebe04a;
}
.newsleeter .text h2 {
  margin-bottom: 15px;
  color: #fff;
}
.newsleeter .text h2 strong {
  color: #07c8ff;
}
.text h2 strong {
  color: #6a6aff;
}
.text h2 .read-color {
  color: #f73859;
}
.newsleeter {
  background-image: linear-gradient(90deg, #432295 18%, #311c6b 67%);
}
.is-layout-box {
  border-radius: 30px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-box h2 {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(1.805rem, 1.805rem + ((1vw - 0.2rem) * 2.409), 3.13rem);
}
.is-layout-box p {
  margin-block-start: 2px;
  margin-block-end: 0;
  color: #fff;
  text-align: center;
}
.is-layout-box p a {
  color: #29cfff;
  text-decoration: underline;
}
.is-layout-box p strong a:hover {
  color: #fff;
}
.is-layout-box .pricing__footer {
  margin-top: 12px !important;
  margin-bottom: 7px;
}
.pricing__footer {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-top: 37px !important;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}
.is-layout-box .pricing__footer {
  justify-content: center;
}
.is-layout-box .btn.is-fill {
  background: #6a6aff;
  border: 1px solid #6a6aff;
  border-radius: 6px;
}
.btn.is-fill {
  border-radius: 6px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  background: #6a6aff;
  text-align: center;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: all 0.2s ease;
  font-weight: 500;
  height: auto;
  display: block;
}
.btn {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}
.is-fill:before {
  border-radius: 0 4px 4px 0;
  right: 0;
}
.is-fill:after,
.is-fill:before {
  background: #07c8ff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: -1;
}
.is-fill:after {
  border-radius: 4px 0 0 4px;
  left: 0;
}
.is-layout-box .btn.is-fill:hover {
  background: #fff;
  color: #6a6aff;
  border-color: #fff;
}
.is-layout-box p {
  margin-block-start: 2px;
  margin-block-end: 0;
  color: #fff;
  text-align: center;
}
.ReviewBadge-svgWrap img {
  max-width: 70%;
}
.start-icon {
  display: flex;
  margin: 0 auto;
}
.MuiSvgIcon {
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: #f6c358;
}
.populated {
  padding: 10px;
}
.populated {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.field-contactform-contact_number {
  margin-top: 14px;
}
.field-contactform-contact_number.mt010 {
  margin-top: 0px;
}
.faqnew .accordion-button:hover {
  background: transparent;
  border-color: transparent;
}
.faqnew .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
/*---------- Time Tracking Software Css End ----------*/
/* Time Tracking New Section Css Add */
.time-tracking-sec.bg-white-section {
  background-color: #ffebe04a;
  background-image: none;
  padding: 20px 0;
}
/* section {
    padding: 100px 0;
}
*/
.section-title h2 {
  /* font-size: 30px;
    */
  line-height: 43px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section-title p {
  color: #6e7076;
  font-size: 16px;
  list-style: none;
  line-height: 28px;
}
.sticky-box {
  position: sticky;
  top: 160px;
  margin-top: 50px;
  border-radius: 20px;
  z-index: 1;
  border-left: 20px double #225469;
  border-right: 20px double #225469;
}
.sticky-box .title img {
  width: 100%;
  height: auto;
  animation: move 3s ease infinite alternate;
}
@keyframes move {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
.scroller-box {
  padding: 0 30px;
}
.service-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  transition: border 0.3s;
  border: 1px solid #ccc;
}
.service-box:hover {
  border: 1px solid #6a6aff;
}
.service-box h3 {
  /* padding-left: 48px;
    */
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: #1d1d1d;
  font-family: "Nunito", sans-serif;
}
.service-box p {
  /* padding-left: 50px;
    */
  margin-bottom: 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  font-family: "Nunito", sans-serif;
}
/* Handle scrolling better for smaller screens */
@media (max-width: 992px) {
  .service-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .service-box h3 {
    font-size: 20px;
  }
  .scroller-box {
    overflow-y: auto;
    max-height: 400px;
    /* Adjust as needed for smaller devices */
  }
  .sticky-box {
    position: static;
    /* Disable sticky on smaller screens */
  }
}
/* Add some padding to service boxes on small screens */
@media (max-width: 576px) {
  .service-box h3 {
    font-size: 18px;
  }
  .service-box {
    padding: 15px;
  }
}
/*---------- Employee Monitoring Software Css Start ----------*/
.ems-area {
  min-height: 560px;
  /* background-image: linear-gradient(to left, #445899, #445899, #445899, #445899);
    */
  background-image: linear-gradient(
    to left,
    #203b93,
    #2f4897,
    #2d479d,
    #273f8f
  );
}
.banner-area {
  position: relative;
  margin-top: -220px;
}
.banner-area .banner-img {
  text-align: center;
}
.banner-area .banner-img img {
  background-image: linear-gradient(#f1effd, #f1effd);
  border: 1px solid #f1effd;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 10px 4px rgba(105, 94, 238, 0.1);
}
.tracking-banner-bg .banner-img img {
  display: block;
  margin: 0 auto;
}
.slider-intro.emp.mf-input-wrapper .form-control {
  position: relative;
  font-size: 16px;
  border-style: solid;
  border-width: 0;
  color: #495057;
  padding: 21px 26px 21px 40px !important;
  border-radius: 0;
  background-color: #fff;
  border-color: #0c5adb40;
  width: 78%;
  max-width: 78%;
  padding: 12px;
  height: auto;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background: 0 0;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  box-shadow: 0 13px 27px 0 rgba(15, 35, 86, 0.25);
}
.slider-intro.emp.mf-input-wrapper .btn_submit {
  padding: 23px 40px 22px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 9;
  margin-top: 0px;
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: #153486;
  border-style: none;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 13px 27px 0 rgba(15, 35, 86, 0.25);
  line-height: 18px;
  -webkit-transition: 0.4s;
  transition: all 0.4s;
}
.slider-intro.emp.mf-input-wrapper .btn_submit:hover {
  color: #fff;
  background-color: #07c8ff;
}
.mf-input-wrapper .input-group {
  margin-top: 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.av-device {
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 14px 0;
}
.av-device:before {
  content: "\f058";
  font-family: "FontAwesome";
  margin-right: 18px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
}
.av-device span {
  margin-right: 5px;
  color: #fff;
}
.av-device i {
  background: url(../../../img/mac4.png) no-repeat;
  width: 23px;
  height: 28px;
  display: block;
  margin: auto;
  margin-left: 15px;
  position: relative;
  color: #fff;
  text-align: center;
}
.av-device i.icon2 {
  background: url(../../../img/linux5.png) no-repeat;
  width: 31px;
  height: 31px;
}
.av-device i.icon3 {
  background: url(../../../img/android1.png) no-repeat;
  width: 24px;
  height: 31px;
}
.av-device i.icon4 {
  background: url(../../../img/ios2.png) no-repeat;
  width: 36px;
  height: 17px;
}
.av-device i.icon5 {
  background: url(../../../img/windows3.png) no-repeat;
  width: 21px;
  height: 25px;
}
.ft-partner {
  width: 100%;
  display: flex;
  margin: 22px 0 217px;
  justify-content: center;
}
.ft-partner .partcol {
  padding: 0 20px;
  text-align: center;
}
.ft-partner .partcol .review {
  border-radius: 0;
  border: unset;
  background-color: transparent;
}
.ft-partner .partcol .ReviewBadge-svgWrap {
  height: 32px;
  display: flex;
  margin: 0 auto 12px;
  align-items: center;
}
.ft-partner .partcol .ReviewBadge-svgWrap img {
  max-width: 68%;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}
.populated-rvo {
  display: flex;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.populated-rvo {
  background: #fff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
}
.widget-wrap-rvo {
  padding: 34px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.rvo-choose-us-block {
  width: 100%;
  text-align: center;
}
.rvo-us-img {
  margin-bottom: 20px;
}
.rvo-us-img img {
  height: auto;
  max-width: 30%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.rvo-choose-us-block h4 {
  font-size: 22px;
  font-weight: 700;
  color: #192225;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.employee-monitoring-tool-area {
  padding: 20px;
  background: #f2eff8;
}
.postion-box {
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.employee-monitoring-tool-area .hooper-pagination {
  display: flex;
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 0;
  margin-top: 28px;
  transform: translateX(0);
}
.employee-monitoring-tool-area .hooper-pagination-right {
  top: 0;
  right: 57px;
  left: unset;
  height: 74px;
  margin-top: 0px;
}
.employee-monitoring-tool-area
  .hooper-pagination-right
  .nav-link.active::before {
  display: none;
}
.employee-monitoring-tool-area
  .hooper-pagination-right
  .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  bottom: -14px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #6a6aff;
}
.hooper-pagination .nav-link {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  margin-right: 15px;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.hooper-pagination .nav-link i {
  font-size: 19px;
  color: #898989;
  filter: grayscale(1);
}
.hooper-pagination .nav-link.active i {
  color: #fff;
}
.hooper-pagination .nav-link.active::before {
  content: "";
  width: 0;
  height: 0;
  top: -13px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #6a6aff;
}
.postion-box .tab-pane {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: FadeInTop;
}
.paddingleft12 {
  padding-left: 73px;
}
.service-info-block1 {
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #43d6df 0, #37e5bd 100%);
    */
}
.service-info-block1 ul {
  list-style-type: none;
  display: block;
  padding-left: 0px;
  margin: 0;
}
.service-info-block1 ul li {
  padding-top: 4px;
  display: block;
}
.service-info-block1 ul li i {
  color: #6a6aff;
}
.service-info-block2 {
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #ff73a5 0, #ff9393 100%);
    */
}
.service-info-block3 {
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #c38bf2 0, #f5a4c5 100%);
    */
}
.service-info-block {
  padding-bottom: 57px;
}
.service-info-block {
  padding: 50px 38px;
  color: #000;
  border: 1px dashed #cdf1d8;
}
.service-info-block .info-block-header {
  margin-bottom: 25px;
}
.service-info-block .info-block-header {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
.service-info-block .info-block-header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  animation: 3s cubic-bezier(0.4, 0, 1, 1) infinite both pulseanim;
}
.service-info-block1 .info-block-header i {
  font-size: 45px;
  line-height: 93px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7551e1),
    to(#c442fb)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-info-block .info-block-header i img {
  max-width: 63%;
}
.service-info-block2 .info-block-header i {
  font-size: 45px;
  line-height: 93px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fe5e31),
    to(#e946c8)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-info-block3 .info-block-header i {
  font-size: 45px;
  line-height: 93px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#51ce2d),
    to(#2dc955)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-info-block .service-info-title {
  margin-bottom: 25px;
  color: #6a6aff;
  font-size: 1.1986666667rem;
  font-weight: 700;
}
.service-info-block p {
  color: #6e7076;
}
.improve-productivity-area {
  padding-top: 20px;
}
.improve-productivity-area .section-title {
  text-align: left;
}
.improve-productivity-area .section-title .bar {
  margin-left: unset;
  margin-right: unset;
}
.improve-productivity-img {
  display: block;
  max-width: 100%;
  padding-right: 15px;
  margin: 0 auto;
}
.improve-productivity-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.improve-productivity-area .accordion-button:hover {
  background: transparent;
  border: none;
}
.improve-productivity-area .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
}
.improve-productivity-area .accordion-button:focus {
  box-shadow: none;
  background: transparent;
  outline: 0;
  border: none;
}
.improve-productivity-area .accordion-button {
  border: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.improve-productivity-area .accordion-header {
  position: relative;
  margin-left: 44px;
}
.improve-productivity-area .accordion-header .stapscounter {
  font-size: 20px;
  text-align: center;
  color: #6a6aff;
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  left: -44px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  border: 1px solid rgba(37, 48, 83, 0.3);
}
.improve-productivity-area .accordion-item:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2530534d;
  bottom: -16px;
  height: 1px;
  left: 0;
  width: 100%;
}
.improve-productivity-area .accordion-item:last-child:after {
  display: none;
}
.emssecurity .section-title {
  width: 33.857%;
}
.emssecurity .offset-secure-box {
  width: 66%;
}
.staps-area .optimized {
  display: block;
  height: 100%;
  margin-top: 0;
}
.staps-area .individual .circle-stap:after {
  display: none;
}
.staps-area .individual {
  display: flex;
  align-items: flex-start;
}
.services-content .individual {
  transform: unset;
  border-left: 5px solid #6a6aff;
}
/* .emsMb5 {
    margin-bottom: 20px;
}
*/
.esmMB5 {
  margin-bottom: 20px;
}
.services-content .individual:hover {
  transform: unset;
  background: #6a6aff;
  border-left: 5px solid #07c8ff;
}
.services-content .individual:hover .stap-text {
  color: #fff;
}
.services-content .individual:hover .stap-text p {
  color: #f1f1f1;
}
.services-content .individual .stap-text p {
  width: 100%;
}
.services-content .individual .stap-text h5 {
  font-size: 23px;
  margin-bottom: 8px;
}
.staps-area .individual p {
  float: unset;
  width: 100%;
}
.optimized .circle-stap {
  float: left;
  margin-right: 14px;
  background: #07c8ff;
}
.staps-area .optimized .stap-text {
  width: 90%;
  float: left;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.staps-area .optimized p {
  float: left;
  width: 90%;
  font-weight: 400;
}
.services-content .optimized img {
  margin-right: 0px;
}
.benefits-areas .optimized {
  display: flex;
  align-items: center;
  padding: 0 0px 18px 0;
  margin: 0 5px 0 5px;
  background-color: unset;
  box-shadow: unset;
  transition: all 450ms ease-in-out;
}
.benefits-areas .optimized .circle-stap {
  min-width: 110px;
  height: 110px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  float: unset;
  background-color: #fff4f4;
}
.benefits-areas .circle-stap img {
  max-width: 40%;
}
.benefits-areas .optimized .stap-text {
  padding: 55px 39px 57px 94px;
  margin-left: -65px;
  border-radius: 3px;
  box-shadow: 0 0 15px 10px #f8f8f8;
}
.staps-area .circle-stap:last-child::after {
  display: none;
}
.benefits-areas .circle-stap:after {
  display: none;
}
.section.is-scroll {
  background: #ffebe04a;
  padding: 20px 0;
}
.section.is-scroll .content-section {
  padding-top: 0px;
  margin-bottom: 0px;
}
.is-scroll #sidebar .heading_h2 {
  color: #6a6aff !important;
}
.is-scroll .content-section .heading_h2 {
  color: #225469 !important;
}
.is-scroll .liststyle-disc .text_blue {
  color: #333 !important;
}
.is-scroll .liststyle-disc h3 {
  margin-bottom: 11px;
  color: #153486;
  font-weight: 500;
}
.is-scroll .fixedmenu .active-section {
  background: #6a6aff;
}
.is-scroll .fixedmenu .active-section:hover {
  color: #fff;
}
.bgd8fbf1.change_color {
  background-color: #fff9f6;
}
.mobile_view.bgd8fbf1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.bgd8fbf1 .toggle_mode .box_mode {
  background: #07c8ff0d !important;
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.5);
}
.bgd8fbf1.darkmode .emp_mode_visible {
  color: #6a6aff;
}
.bgd8fbf1.darkmode .emp_mode_visible p {
  color: #000 !important;
}
.bgd8fbf1.darkmode .emp_moni_mode {
  border: 1px dashed #cdf1d8;
}
.bgd8fbf1 .emp_mode_steath {
  color: #6a6aff !important;
  border: 1px dashed #cdf1d8;
}
.bgd8fbf1 .emp_mode_steath p {
  color: #000 !important;
}
.bgd8fbf1 .emp_mode_visible {
  border: 1px dashed #cdf1d8;
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
}
.bgd8fbf1.darkmode .swtcolor {
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
}
.emsFaq .liststyle-disc {
  list-style-type: none;
}
.emsFaq .liststyle-disc li {
  list-style-type: none;
}
.ems-get-area .chy-services-5-item .heightmin {
  height: auto;
}
.ems-get-area .chy-services-5-item {
  padding: 30px;
}
@keyframes FadeInTop {
  from {
    opacity: 0;
    transform: scaleX(1);
  }
  to {
    opacity: 1;
  }
}
/*---------- Employee Monitoring Software Css End ----------*/
/*---------- Appliction and url tracking Css Start ----------*/
.appurl-area {
  margin-top: 0;
  padding-top: 20px;
  z-index: 1;
}
.single-box .count {
  font-size: 36px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.who-we-contant .cta-btn {
  margin-top: 21px;
  border-radius: 6px;
  height: auto;
  width: 31%;
  display: block;
  text-align: center;
  background: #1e3a88;
  border: 1px solid #1e3a88;
  cursor: pointer;
}
.who-we-contant .cta-btn:hover {
  background: #fff;
  color: #1e3a88;
  border-color: #1e3a88;
}
/*---------- Appliction and url tracking Css End ----------*/
/*---------- Productivity Monitoring Software Page Css Start ----------*/
.pmsbannerlist {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.pmsbannerlist li {
  display: block;
  list-style-type: none;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
.pmsbannerlist li i {
  margin-right: 10px;
  font-size: 20px;
  color: #4eb968;
}
.tracking-banner-bg .pmsbannerbtn .btn.is-fill {
  border-radius: 6px;
  padding: 9px 40px;
  border: 1px solid #153486;
}
.tracking-banner-bg .pmsbannerbtn .btn.is-fill:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.pmsbannerbtn .is-fill:after,
.pmsbannerbtn .is-fill:before {
  display: none;
}
.tracking-banner-bg .pmsbannerbtn .btn.is-fill.is-light {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.tracking-banner-bg .pmsbannerbtn .btn.is-fill.is-light:hover {
  background-color: #fff;
  color: #000;
}
.baneer-btn-pms {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.baneer-btn-pms span {
  color: #fff;
  font-size: 13px;
  margin-top: 7px;
}
.pmsarea .ft-partner {
  margin: 22px 0 0px;
  width: 79%;
}
.pmsarea .ft-partner .partcol {
  padding: 0 5px;
}
.pmsarea .ft-partner .partcol .ReviewBadge-svgWrap img {
  max-width: 82%;
}
.pmsarea {
  padding: 100px 0;
  padding-bottom: 40px;
}
.what-is-text {
  padding: 0;
  border: 0px;
}
.essential-features .single-box {
  min-height: 460px;
  max-height: 460px;
}
.single-box p a {
  color: #6a6aff;
  text-decoration: underline;
}
.essential-features .maxheight30 {
  min-height: 330px;
  max-height: 330px;
}
.pwdtextleft {
  margin-top: 0px;
}
.pwdtextleft .section-title {
  text-align: left;
}
.pwdtextleft .section-title .bar {
  margin-left: unset;
  margin-right: unset;
}
.list-unstyled {
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}
.list-item-23 {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
.text-block-130 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  margin-left: 16px;
}
.text-block-130 strong {
  color: #000;
  font-weight: 700;
}
.howdoesit .cta-btn {
  background: #6a6aff;
  border-color: #6a6aff;
}
.howdoesit .cta-btn:hover {
  background: transparent;
  border-color: #6a6aff;
  color: #6a6aff;
}
.bookbtnday1 {
  margin-top: 23px;
  margin-bottom: 15px;
}
.pwdtextcenter {
  margin-top: 35px;
  text-align: center;
}
.pwdtextcenter .list-unstyled {
  text-align: left;
}
.pwdtextcenter .improve-productivity-img {
  max-width: 100%;
  padding-right: 45px;
}
.cloreblack {
  color: #000;
  background: unset !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
.minheight25 {
  height: 100%;
  min-height: 365px;
  max-height: 365px;
}
.minheight27 {
  min-height: 405px;
  max-height: 405px;
}
.howdoesit.staps-area .box {
  border: none;
}
.pmsBenefits .optimized {
  border: none;
}
/*---------- Productivity Monitoring Software Page Css End ----------*/
/*---------- Partnership Page Css Start -----------*/
.dark-bg-breadcrumb {
  background: #f0f4f9;
}
.bemo2-bg {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../img/breadcrumb-bg-1.jpg) !important;
  visibility: visible;
  transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
}
.bemo2-bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080211;
  opacity: 0.7;
}
.inner-banner-heading {
  text-align: left;
}
.bemo2-bg .inner-banner-heading h2 {
  color: #fff;
}
.inner-banner-heading h2 {
  padding-top: 30px;
}
.bemo2-bg .inner-banner-heading p {
  color: #e7e7e7;
}
.font-size23 {
  font-size: 43px !important;
  font-weight: 800 !important;
  color: #000 !important;
}
.martop88 {
  margin-top: 88px;
}
@media (min-width: 1024px) {
  .pricing__footer {
    margin: 0;
    flex-direction: row;
  }
  .pricing__footer .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .btn.is-fill {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
    font-size: 22px;
    line-height: 64px;
  }
}
.btn.is-light:hover,
.btn.is-dark:hover {
  background: #6a6aff;
  color: #fff;
  border-color: #6a6aff;
}
.bemo2-bg .is-light:hover {
  border-color: #6a6aff !important;
}
.bemo2-bg .is-light {
  color: #fff !important;
  border-color: #fff !important;
}
.collaborate {
  padding: 40px 0;
}
.why-desktrack-section {
  padding-top: 20px;
  padding-bottom: 0px;
}
.pts-pt2 {
  padding-top: 35px;
  padding-bottom: 50px;
}
.ptr-contend-box h2 {
  font-size: 43px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
}
.about-shape-1 {
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: -1;
  -webkit-animation: rotateme 25s linear infinite;
  animation: rotateme 25s linear infinite;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.partner-img-box {
  position: relative;
  z-index: 1;
  padding: 0px 0;
  left: -38px;
}
.partner-img-box img {
  max-width: 100%;
  margin: 0 auto;
}
.hlt_wedobox {
  float: left;
  width: 100%;
  min-height: 293px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 70px 15px 40px 15px;
}
.hlt_wedobox .hlt_hexa {
  width: 55px;
  height: 90px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -45px;
  line-height: 90px;
  padding-top: 11px;
}
.hlt_wedobox .hlt_hexa:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-right: 25px solid #ffffff;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_wedobox .hlt_hexa:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 25px solid #ffffff;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_wedobox .hlt_hexabk {
  width: 57px;
  height: 92px;
  background: #d3d3d3;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0px auto;
  top: -46px;
  z-index: -1;
}
.hlt_wedobox .hlt_hexabk:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-right: 25px solid #d3d3d3;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_wedobox .hlt_hexabk:after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 25px solid #d3d3d3;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_wedobox h4 {
  float: left;
  font-size: 17px;
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: unset;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.hlt_wedobox h4:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  background-color: #6a6aff;
  width: 60px;
  height: 1px;
  bottom: 0px;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_wedobox p {
  float: left;
  width: 100%;
  margin: 0px;
}
.hlt_wedobox a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -16px;
  border: 1px solid #d3d3d3;
  width: 70px;
  padding: 3px;
  border-radius: 50px;
  background-color: #ffffff;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_wedobox.clrs_01:after {
  background-color: #6a6aff;
}
.hlt_wedobox:hover h4:after {
  background-color: #fff;
}
.hlt_wedobox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  outline: none !important;
  box-shadow: none;
  /* -webkit-transition: all 0.5s;
    */
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hlt_hexa i {
  font-size: 34px;
  color: #6a6aff;
}
.hlt_wedobox:hover:after {
  opacity: 1;
  visibility: visible;
}
.hlt_wedobox:hover h4,
.hlt_wedobox:hover p {
  color: #ffffff;
}
.ptr-contend-box {
  padding-left: 90px;
}
.ptr-contend-box h2 {
  margin-bottom: 15px;
}
.e-con-boxed {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #6a6aff;
}
.elementor-element-3b0f82fd {
  display: flex;
  flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  align-items: flex-start;
  gap: 0px 0px;
  --background-transition: 0.3s;
  overflow: visible;
  color: #fff;
}
.why-affiliateus {
  width: 40%;
}
.why-affiliateus .ekit-wid-con h2 {
  font-size: 44px;
  padding-bottom: 20px;
}
.why-affiliateus .is-fill {
  background: #fff;
  color: #000;
  font-size: 16px !important;
  line-height: 50px !important;
}
.why-affiliateus .ekit-wid-con p {
  color: #fff;
}
.elementor-element-14599ad2 {
  width: 46%;
  padding-left: 42px;
  padding-right: 10px;
}
.ptrrightimgbox img {
  max-width: 60%;
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727d;
  font-size: 50px;
  text-align: center;
}
.elementor-icon img {
  max-width: 100%;
  margin-bottom: 18px;
}
.elementor-icon-box-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
.elementor-icon-box-content p {
  color: #6e7076;
  font-size: 16px;
  margin-bottom: 20px;
}
.elementor-icon-box-wrapper {
  text-align: left;
}
.nitro-lazy-render {
  background: linear-gradient(to left, #ac99e3, #ac99e3, #8296d6, #8296d6);
  padding: 50px 0;
}
.elementskit-info-box-icon {
  padding: 11px 11px 11px 11px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #ffffff12;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.elementskit-info-box-icon img {
  max-width: 36px;
}
.elementskit-infobox {
  margin-bottom: 10px;
}
.elementskit-infobox .box-body h4 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 7px;
}
.elementskit-infobox .box-body p {
  color: #fff;
  font-size: 16px;
}
.footer_left {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.social a {
  margin-left: 8px;
}
.sprite2 {
  width: 26px;
  height: 26px;
  color: #6a6aff;
  font-size: 27px;
}
.fw-semibold {
  color: #000;
  font-size: 14px;
  font-weight: 600 !important;
}
.contact_info a,
.copyright a,
.copyright p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.rating .fs-5 {
  color: #000;
  margin-top: 10px !important;
  font-size: 17px !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .form-control {
  height: calc(1.8rem + 32px);
  padding: 14px 20px;
  outline: 0;
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  appearance: none;
  border-radius: 0.25rem;
  background-color: #f4f5f8 !important;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.country-group {
  display: flex;
  position: relative;
  justify-content: flex-start;
}
.country-group input {
  height: calc(1.8rem + 32px);
  padding: 14px 20px;
  outline: 0;
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  appearance: none;
  border-radius: 0.25rem;
  background-color: #f4f5f8 !important;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.country-group .contry-input {
  width: 6%;
  padding-right: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.country-group .mobile-contact {
  padding-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.btn_blue_new {
  padding: 12px 29px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  border: none;
  background: #235569;
}
.btn_blue_new:hover {
  background: #6a6aff;
}
.service-item-current-style4 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-item-current-style4 .service-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 323px;
  padding: 45px 13px 18px;
  background-color: #fff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 0.3s linear;
  z-index: 2;
}
.service-item-current-style4 .count {
  position: absolute;
  right: -40px;
  top: -70px;
  height: 136px;
  width: 136px;
  background-color: #6a6aff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.service-item-current-style4 .count:before {
  content: "01";
  counter-increment: my-sec-counter;
  left: 50%;
  top: 50%;
  transform: translate(-30px, 10px);
  position: absolute;
  color: #f6f2f0;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  font-family: "Be Vietnam Pro", sans-serif;
}
.service-item-current-style4 .count-tow::before {
  content: "02";
}
.service-item-current-style4 .count-three::before {
  content: "03";
}
.service-item-current-style4 .count-for::before {
  content: "04";
}
.service-item-current-style4 .icon {
  position: relative;
  display: block;
  font-size: 48px;
  color: #6a6aff;
  font-weight: 400;
  line-height: 1em;
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.service-item-current-style4 .service-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.service-item-current-style4 .service-details {
  line-height: 30px;
  transition: all 0.3s linear;
}
.service-item-current-style4 .service-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #6a6aff;
  transform: scale(0);
  transform-origin: right top;
  border-radius: 0 0 0 500px;
  content: "";
  z-index: -1;
  transition: all 0.3s linear;
}
.service-item-current-style4 .service-inner:hover .count {
  background-color: rgba(255, 255, 255, 0.2);
}
.service-item-current-style4 .service-inner:hover .service-title,
.service-item-current-style4 .service-inner:hover .service-details,
.service-item-current-style4 .service-inner:hover .icon {
  color: #fff;
}
.service-item-current-style4 .service-inner:hover:after {
  transform: scale(1.5);
  opacity: 1;
}
/*---------- Pricing Page Css Start ----------*/
.pricingarea {
  padding-top: 112px;
  padding-bottom: 40px;
}
.plan-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-top: 33px;
}
.plan-column-highlighted:before {
  content: "";
  display: block;
  width: 138px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: -22px;
  transform: rotate(30deg);
  background: #ffebeb;
  z-index: -1;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
}
.plan-column-flash {
  color: #6a6aff;
  padding: 7px 0;
  text-align: center;
  background-size: contain;
  top: 6px;
  right: -35px;
  font-weight: 600;
  background: #ffebeb;
}
.plan-column-flash {
  transform: rotate(30deg);
  width: 138px;
  height: 40px;
  position: absolute;
}
.plan-columns > div {
  flex: 1;
  min-width: 288px;
  margin-right: 8px;
}
.plan-column > div.plan-column-content,
.plans-sidebar {
  padding: 48px 32px;
  background: rgb(255, 235, 235);
}
.plans-sidebar {
  padding: 20px 32px !important;
  background: rgb(34 84 105) !important;
}
.plans-sidebar .plan-column-name {
  color: #fff;
}
.plan-column-highlighted > div.plan-column-content {
  border: 2px solid #6a6aff;
  color: #fff;
  box-shadow: 1px 18px 50px rgb(0 0 0 / 55%);
  background: #6a6aff;
  border-radius: 16px;
  padding: 64px 32px;
}
.top-minus {
  background: #f0f4fd !important;
}
.plan-column-mobile-header,
.plan-column-name {
  font-size: 28px;
  line-height: 38px;
}
.plan-column-name {
  font-weight: 600;
}
.plan-column-highlighted .plan-column-price,
.plan-column-highlighted .plan-column-price-row,
.plan-column-highlighted .plan-column-price-rule,
.plan-column-highlighted .plan-column-body strong {
  color: #fff;
}
.plan-column-highlighted .plan-column-cta a {
  background: #fff;
  color: #000;
}
.plan-column-cta a {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #6a6aff;
  border: 0px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-column-highlighted .plan-column-cta a:hover {
  color: #fff;
}
.plan-column-cta a:hover {
  background: #2ebb79;
  color: #fff;
}
.plans-input-usersnum-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 15px;
}
#plans-input-usersnum {
  flex-basis: 60%;
  border-color: #225469;
  color: #225469;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #fff;
}
#plans-input-usersnum:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #6a6aff;
}
#plans-input-usersnum:focus {
  outline: none;
  box-shadow: none;
  border-color: #6a6aff;
}
#plans-input-usersnum:hover {
  border-color: #6a6aff;
}
.plan-column-highlighted {
  position: relative;
  z-index: 9;
}
#plans-input-usersnum::-webkit-inner-spin-button,
#plans-input-usersnum::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#plans-input-usersnum {
  -moz-appearance: textfield;
}
.plans-input-usersnum-control {
  background: #fff;
  border: 1px solid #ecf4ff;
  width: 33px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 31px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.plans-input-usersnum-control:hover {
  cursor: pointer;
}
.plans-input-usersnum-control.control-disabled:hover {
  cursor: default;
}
.plans-input-usersnum-control.control-disabled {
  background: rgb(226, 242, 253);
  color: #000;
}
.plan-column-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  height: 96px;
}
/* .plan-column:last-of-type>div.plan-column-content {
    border-radius: 0 16px 16px 0 
}
*/
.plan-column-price {
  font-size: 32px;
  line-height: 38.4px;
  margin-bottom: 16px;
  height: 120px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.plan-column-price-row {
  color: #000;
}
.plan-column-highlighted .plan-item-tooltip {
  color: #fff;
}
.plan-column-price-num {
  font-size: 48px;
  line-height: 57.6px;
}
.plans-trial-title {
  margin: 12px 0 8px;
}
.plans-trial-description {
  line-height: 24px;
}
.plan-column-body {
  margin-top: 32px;
}
.plan-column-body li,
.plan-column-body li {
  margin-top: 12px;
  position: relative;
}
.plan-column-body ul {
  margin-top: 32px;
}
.plan-column-body ol,
.plan-column-body .ul-list {
  padding-left: 20px;
  list-style-type: none;
}
.plan-column-body ol li,
.plan-column-body .ul-list li {
  list-style-type: none;
  position: relative;
}
.plan-column-body ol li::before {
  position: absolute;
  left: -33px;
  top: 1px;
}
/* .plan-column-body ul>li::marker {
    font-size: .7em;
    color: #293763 
}
*/
.plan-column-body .ul-list li::before {
  content: "\f00d" !important;
  background: red !important;
}
.plan-column-body ol li::before,
.plan-column-body .ul-list li::before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: #fff;
  background: #02cc87;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
}
.plan-column-body b,
.plan-column-body strong {
  font-weight: 500;
}
.button-border-primary {
  background-color: transparent;
  border: 2px solid #5470cb;
  border-radius: 6px;
  color: #5470cb;
}
.pricing-cta-button {
  font-weight: 500;
  border: 2px solid #5470cb;
}
.p-0 {
  padding: 0;
}
.border-black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.border-right {
  border-right-width: 1px;
  border-right-style: solid;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.justify-center {
  justify-content: center;
}
.flex-col {
  flex-direction: column;
}
.add-ons-item {
  padding: 15px;
  display: inline;
}
.add-ons-item:nth-child(odd) > h4 {
  background: #6a6aff;
}
.even-bg h4 {
  background: #225469 !important;
}
.even-bg h4:after {
  border-top-color: #225469 !important;
}
.add-ons-item h4 {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 1;
  position: relative;
  float: left;
  color: #fff !important;
  padding: 15px 8px 15px 15px;
}
.add-ons-item h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top-color: #6a6aff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-width: 10px;
  border-top-style: solid;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.add-ons-item ul {
  padding: 0px;
  list-style-type: circle;
  margin: 10px 0 5px auto !important;
}
.add-ons-item ul li {
  display: block;
  padding: 0px;
  width: 100%;
  float: left;
}
.add-ons-item ul li p {
  padding: 10px 8px 10px 25px;
  margin-bottom: 5px;
  position: relative;
  color: #323338;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
  float: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.add-ons-item ul li p:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgb(0 0 0 / 15%);
}
.add-ons-item ul li p:after {
  background: #6a6aff;
}
.add-ons-item ul li p:after {
  content: "";
  display: inline-block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  left: 9px;
  top: 50%;
  width: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.add-ons-item ul li p:before:last-child {
  display: none;
}
.text-title {
  color: var(--lqd-color-title);
}
.m-0 {
  margin: 0;
}
.pb-35,
.py-35 {
  padding-bottom: 35px;
}
.pt-35,
.py-35 {
  padding-top: 35px;
}
.add-ons {
  padding: 36px 0;
}
.box-shado {
  box-shadow: 0 30px 70px 0 rgba(27, 32, 75, 0.07);
}
@media only screen and (max-width: 1540px) {
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.slider-intro-content.emp.pt-30 {
  padding-top: 18px !important;
  padding-bottom: 10px;
}
.imgpt00 {
  padding-top: 0px !important;
}
.desktrack_indexsub_heading .text_white strong a {
  text-decoration: underline;
}
.nesttabs-activity .nav-pills > li a:hover {
  background-color: #6a6aff !important;
  color: #fff !important;
  border-color: #6a6aff !important;
}
.nesttabs-activity .nav-pills > li .active {
  background-color: #6a6aff !important;
  color: #fff !important;
  border-color: #6a6aff !important;
}
.nesttabs-activity .nav-pills > li .active .descrip,
.nesttabs-activity .nav-pills > li .active .descrip h4 {
  color: #fff !important;
}
/* -------Project Management Page Css Start------- */
.banner-section.style2 {
  position: relative;
  background-image: none;
}
.banner-section {
  height: auto;
  position: relative;
  padding-top: 0px;
  overflow: hidden;
  background-position: 0% 100%;
  background-size: cover;
}
.bg-ash-color2 {
  background-color: #faf9ff;
}
.banner-section.style2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 330px;
  height: 430px;
  background-image: url(../../../img/right-shape.png);
  background-size: cover;
  display: none;
}
.banner-section .banner-content {
  text-align: center;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.banner-section.style2 .banner-text h1 {
  font-size: 30px;
  color: #153486;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.banner-section.style2 .banner-text p {
  color: #55585b;
  margin-bottom: 30px;
}
.banner-section.style2 .banner-text .button-store .custom-btn {
  padding: 15px 20px;
  border: 1px solid #fff;
  font-weight: 500;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 103, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-section.style2 .banner-text .button-store .custom-btn.active {
  background-color: #6a6aff;
  color: #fff;
  margin-right: 15px;
}
.banner-section.style2 .banner-text .button-store .custom-btn:hover {
  background-color: #153486;
  color: #fff;
}
.banner-section.style2:after {
  content: "";
  position: absolute;
  right: 80px;
  top: 95px;
  width: 325px;
  height: 325px;
  background-image: url(../../../img/circle-shape.png);
  background-size: cover;
  display: none;
}
.pr--30 {
  padding-right: 30px;
}
.banner-joint-image {
  position: relative;
}
.banner-joint-image .img1 {
  max-width: 100%;
  /* box-shadow: 0 10px 30px 0 rgba(13, 0, 46, 0.1);
    */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.client-logo-section {
  background: #faf9ff;
}
.client-logo-section .clients-logos {
  overflow: hidden;
  padding: 0px 16px 0px 16px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.client-logo-section .clients-logos .ReviewBadge-svgWrap img,
.client-logo-section .clients-logos .max-width-client {
  max-width: 68% !important;
}
.client-logo-section .clients-logos .review {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
}
.pmwdgy {
  background: #faf9ff;
  padding-top: 40px;
}
.screenshot-content h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.screenshot-content p {
  font-size: 16px;
  line-height: 36px;
  color: #55585b;
}
.screenshot-content p a {
  text-decoration: underline;
  color: #6a6aff;
}
.screenshot-content p a:hover {
  color: #153486;
}
.wrapper.is--intgrate {
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: 95%;
  max-width: 1280px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 0 70px;
  position: relative;
  overflow: visible;
  justify-content: space-between;
}
.section-text-container.integrate {
  z-index: 30;
  width: 46%;
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
}
.section-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 550px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.section-image-container.integrate {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 58%;
  max-width: 630px;
  margin-top: -40px;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}
.image-28 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.simplifies-project {
  padding-bottom: 40px;
}
.tracking-works-area {
  padding-top: 30px;
}
.section-text-container h2,
.simplifies-project h2 {
  color: #153486;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}
.tracking-works-area .improve-productivity-img {
  max-width: 100%;
}
.section-text-container p {
  font-size: 16px;
  line-height: 36px;
  color: #55585b;
}
.section-text-container a {
  padding: 15px 20px;
  background-color: #6a6aff;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #fff;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 103, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-text-container a:hover {
  background-color: #153486;
  color: #fff;
}
.button-store .custom-btn.active {
  background-color: #6a6aff;
  color: #fff;
  margin-right: 15px;
}
.button-store .custom-btn {
  padding: 15px 20px;
  border: 1px solid #fff;
  font-weight: 500;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 103, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-store .custom-btn:hover {
  background-color: #153486;
  color: #fff;
}
.textboldh2 {
  color: #153486 !important;
  font-weight: 700 !important;
}
.project-management-foypm .single-box {
  min-height: 335px;
  max-height: 335px;
}
.get-app-section {
  background-color: #6f64e7;
  position: relative;
  overflow: hidden;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.get-app-section h3 {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}
.get-app-section .get-image {
  position: absolute;
  width: 60%;
  left: 45%;
  top: 50%;
  transform: translateY(-45%);
}
.get-app-section .hover-effect-parent {
  margin-top: 20px;
}
.getapp-btn.active {
  background-color: #fff !important;
  color: #6a6aff !important;
}
.getapp-btn {
  background-color: transparent !important;
  border-color: #fff;
  color: #fff;
}
.getapp-btn.active:hover {
  background-color: #153486 !important;
  color: #fff !important;
  border-color: #153486 !important;
}
.getapp-btn:hover {
  background-color: #fff !important;
  color: #6a6aff !important;
}
.desk-testimonial-section .testimonial-4-wrap {
  background: transparent;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px;
}
.desk-testimonial-section .slick-slide {
  margin-right: 30px;
  border-radius: 10px;
  padding: 45px 35px 30px 35px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.desk-testimonial-section .testimonial-4-wrapper.slick-slider {
  padding: 20px 20px 18px 20px;
  overflow: hidden;
  margin: 0 auto;
}
.desk-testimonial-section .draggable {
  padding: 20px 18px 18px 20px;
  overflow: hidden;
}
.name-author-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.name-author-box .tptestimonial-4-author .title {
  margin-bottom: 0px;
}
.desk-testimonial-section .tptestimonial-4-text p {
  height: 162px;
}
.desk-testimonial-section .testimonial-arrow-4 {
  padding-left: 45px;
  display: block;
}
.intpadingtop111 {
  padding-top: 40px;
}
.intpadingtopdblock .is--intgrate {
  display: flex;
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
}
.intpadingtopdblock .integrate {
  width: 100%;
  max-width: 70%;
}
.mrgin-top21 {
  margin-top: 12px !important;
}
.intpadingtopdblock .integrate p a {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  color: #6a6aff;
  box-shadow: none;
  text-decoration: underline;
}
.section-text-container .btnbgremove {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  text-decoration: underline;
  color: #6a6aff;
}
.auto-timerpt1 {
  padding-top: 20px;
}
.demo-bg-remove {
  padding-top: 40px;
  background-image: none;
}
.demo-bg-remove {
  padding-top: 40px;
  background-image: none;
}
.pl-30,
.px-30 {
  padding-left: 30px;
}
.pr-30,
.px-30 {
  padding-right: 30px;
}
.pt-110,
.py-110 {
  padding-top: 110px;
}
.pb-35,
.py-35 {
  padding-bottom: 35px;
}
.pos-rel,
.relative {
  position: relative;
}
.pt-45,
.py-45 {
  padding-top: 45px;
}
.pr-35,
.px-35 {
  padding-right: 21px;
}
.pb-35,
.py-35 {
  padding-bottom: 35px;
}
.pl-40,
.px-40 {
  padding-left: 21px;
}
.mb-30,
.my-30 {
  margin-bottom: 30px;
}
.bg-pink-100 {
  background-color: #fef7fc;
}
.pt-120 {
  padding-top: 120px;
}
.pt-130 {
  padding-top: 56px;
}
.flex-col {
  flex-direction: column;
}
.rounded-10 {
  border-radius: 10px;
}
.transition-all {
  box-shadow: 0px 8px 14px rgba(8, 10, 20, 0.12);
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s,
    border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.iconbox {
  transition: box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
}
.iconbox .iconbox-icon-container,
.iconbox .iconbox-icon-wrap {
  flex-shrink: 0;
  margin-top: 20px;
}
.iconbox .iconbox-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.iconbox .iconbox-icon-container,
.iconbox .iconbox-icon-wrap {
  flex-shrink: 0;
  margin-top: 20px;
}
.iconbox .iconbox-icon-container > svg,
.iconbox .iconbox-icon-container > svg circle,
.iconbox .iconbox-icon-container > svg ellipse,
.iconbox .iconbox-icon-container > svg path,
.iconbox .iconbox-icon-container > svg polygon,
.iconbox .iconbox-icon-container > svg polyline,
.iconbox .iconbox-icon-container > svg rect {
  transition: fill 0.3s, stroke 0.3s;
}
.iconbox-icon-container i,
.iconbox-icon-container > svg {
  display: inline-block;
}
.iconbox-icon-container > svg {
  line-height: 0;
  fill: currentColor;
}
.iconbox h3,
.iconbox p {
  transition-property: color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.iconbox h3 {
  display: inline-block;
}
.iconbox h3,
.iconbox p {
  transition-property: color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.boost-sales-area {
  padding: 30px 0;
}
.iconbox h3 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0.7em;
}
.contents .text-16 {
  color: #000;
}
.text-16 {
  font-size: 16px;
}
.contents .text-16 a {
  color: #6a6aff;
  margin-left: 8px;
  font-weight: 600;
  text-decoration: underline;
}
.contents .text-16 a:hover {
  color: #9494ff;
}
.bg-red-100 {
  background-color: #f4eefa;
}
.bg-yellow-100 {
  background-color: #ffedef;
}
.bg-purple-100 {
  background-color: #f0f8ff;
}
.container-core-columns-layout-3.container-core-columns-layout-3 {
  flex-wrap: nowrap;
  gap: clamp(3rem, 3vw, 3rem) clamp(4rem, 4vw, 4rem);
}
.container-core-columns-layout-3 {
  margin-top: 70px;
}
.is-layout-flex {
  display: flex;
}
.block-column.is-vertically-aligned-center {
  align-self: center;
}
.block-column.is-vertically-aligned-bottom,
.block-column.is-vertically-aligned-center,
.block-column.is-vertically-aligned-top {
  width: 100%;
}
.block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.block-group {
  box-sizing: border-box;
}
.block-heading.has-text-color {
  font-size: 30px;
  color: #225469;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  margin: 0;
}
.fthas-text-color {
  color: #8a8a8a;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
}
.dark-bg-breadcrumb {
  padding-top: 124px;
  padding-bottom: 53px;
}
.bg-scroll {
  background-image: url(../../../img/affiliate-banner.png) !important;
  padding-top: 130px;
  padding-bottom: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}
.bg-scroll .is-fill:after,
.bg-scroll .is-fill:before {
  background: #000;
}
.bg-scroll .is-fill:hover:after,
.bg-scroll .is-fill:hover:before {
  width: 50.333%;
}
.bg-scroll:before {
  display: none;
}
.bg-scroll .inner-banner-heading p {
  font-size: 21px;
}
.form-contact-text .mobile_num {
  padding-bottom: 9px;
}
.bg-scroll .btn.is-fill {
  font-size: 18px !important;
  line-height: 50px !important;
  background: #fff !important;
  color: #6a6aff !important;
  border: none !important;
}
.bg-scroll .btn.is-fill:hover {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
}
.bg-scroll .btn.is-fill.is-light {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: transparent !important;
}
.bg-scroll .text h1 {
  font-size: 76px;
  font-weight: 900;
  line-height: 93px;
  color: #fff;
}
.hero-1-img img {
  max-width: 74%;
  display: block;
  margin-left: auto;
}
.pts-pt2.flex-column-reverse {
  flex-direction: inherit !important;
}
.mlauto img {
  margin-left: auto;
  display: block;
}
/*---------- Feature Page Css Start ----------*/
.feature-banner {
  padding-top: 112px;
  padding-bottom: 40px;
}
.fb-bg {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../../img/features-banner-bg.jpg);
}
.fb-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  backdrop-filter: blur(3px);
}
.fb-bg .text h2 {
  color: #fff;
}
.fb-bg .text p {
  color: #fff;
}
.round-icon {
  width: 57px;
  height: 57px;
  border-radius: 5px;
  color: #225469;
  font-size: 30px;
  background: #d2cbfb;
  border-radius: 10px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb-bg h4 {
  color: #ffc800;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg-icon-fa {
  width: 50px;
  height: 50px;
  background: #ffe37d;
  border-radius: 100px;
  color: #6a6aff;
  font-size: 29px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mt-40 {
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.d-flex-inlerit {
  width: 23%;
  display: block !important;
}
.width10 {
  width: 50%;
}
.width10 li {
  width: 45%;
}
.management-bg {
  padding: 40px 0;
  background-image: linear-gradient(
    to left,
    #ac99e3,
    #ac99e3,
    #8296d6,
    #8296d6
  );
}
.bg-remove {
  background: transparent;
}
/* .heding-row {
    background: #ffffff24;
    backdrop-filter: blur(3px);
    border-radius: 10px;
}
*/
.feature-list {
  border: 0;
  margin: 0;
  padding: 0;
  padding-right: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-list li {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 13px;
  vertical-align: text-top;
}
.feature-list li a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.feature-list li p {
  color: #fff;
}
.feature-list li a:hover {
  background: transparent;
  color: #f73859 !important;
  text-decoration: underline;
}
.feature-list li a:hover {
  color: #6a6aff;
}
.feature-list li a img {
  margin-bottom: 8px;
}
.container-core-columns-layout-3.container-core-columns-layout-3 {
  flex-wrap: nowrap;
  gap: clamp(3rem, 3vw, 3rem) clamp(4rem, 4vw, 4rem);
}
.is-layout-flex {
  display: flex;
}
.container-core-columns-layout-3 {
  margin-top: 70px;
}
.block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
.block-column.is-vertically-aligned-bottom,
.block-column.is-vertically-aligned-center,
.block-column.is-vertically-aligned-top {
  width: 100%;
}
.block-column.is-vertically-aligned-center {
  align-self: center;
}
.block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.block-group {
  box-sizing: border-box;
}
.block-heading.has-text-color {
  font-size: 30px;
  color: #225469;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}
.block-heading strong {
  color: #6a6aff;
}
.fthas-text-color {
  color: #8a8a8a;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
}
.fthas-text-color strong {
  color: #000;
}
.webstoriesarea {
  padding-top: 120px;
  padding-bottom: 40px;
}
.cmsmargintop12 {
  margin-top: 50px;
}
@media (min-width: 782px) {
  .block-columns:not(.is-not-stacked-on-mobile) > .block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 782px) {
  .block-columns {
    flex-wrap: nowrap !important;
  }
}
/*---------- Feature Page Css End ----------*/
@media (min-width: 576px) {
  .banner-section.style2 .banner-text h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .banner-section {
    padding-top: 165px;
  }
}
@media (min-width: 992px) {
  .banner-section {
    height: 100vh;
    padding-top: 0;
  }
  .banner-section.style2:before {
    display: block;
  }
  .banner-section .banner-content {
    height: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .banner-image-content {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    padding-left: 100px;
    padding-top: 100px;
    z-index: 2;
  }
  .banner-section.style2:after {
    display: block;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .banner-section.style2 {
    padding-top: 39px;
    height: 67vh;
  }
  .heightvh100 {
    height: 78vh !important;
  }
  .banner-section.style2:before {
    width: 470px;
    height: 455px;
  }
  .banner-section.style2 .banner-text h1 {
    font-size: 42px;
    line-height: 1.33;
  }
  .banner-section.style2 .banner-image-content {
    padding-top: 93px;
  }
  .banner-image-content {
    padding-top: 50px;
  }
  .banner-section.style2:after {
    width: 467px;
    height: 467px;
  }
  .screenshot-content h3 {
    line-height: 1.33;
    margin-bottom: 15px;
  }
}
/* Responsive Divice */
@media (min-width: 768px) {
  .btn.is-fill {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
    font-size: 22px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .pricing__footer .btn + .btn {
    margin-left: 20px;
  }
  .pricing__footer {
    margin: 0;
    flex-direction: row;
  }
  .pricing__footer .btn {
    margin: 0;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .headermenu ul li.menu-item-has-children ul.sub-menu.open {
    border: none;
  }
  .container-core-columns-layout-3 {
    margin-top: 12px;
  }
  .block-column.is-vertically-aligned-center figure {
    margin-bottom: 24px;
  }
  .container-core-columns-layout-3.container-core-columns-layout-3 {
    gap: clamp(1rem, 3vw, 3rem) clamp(4rem, 4vw, 4rem);
  }
  .btn.is-fill {
    margin-left: 5px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-layout-flex {
    flex-direction: column;
  }
  .intpadingtopdblock .integrate {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .section-title h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 800;
  }
  .time-tracking-area .column-reverse {
    flex-direction: column-reverse;
  }
  /* Partnership page css */
  .pts-pt2 {
    flex-direction: column;
  }
  .pts-pt2.flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .partner-img-box {
    text-align: center;
  }
  .ptr-contend-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer_left {
    margin-bottom: 10px;
  }
  .bemo2-bg {
    background-size: cover !important;
  }
  .country-group .contry-input {
    width: 18%;
  }
  .country-group .mobile-contact {
    padding-left: 9px;
  }
  /* Pricing page css */
  .plan-columns {
    display: block;
    width: 100%;
  }
  .plan-columns {
    margin-top: 20px;
  }
  .plan-columns > div {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .plan-column-flash {
    top: -14px;
    right: 0;
  }
  .plan-column-highlighted:before {
    display: none;
  }
  /* Header Css */
  .headeriner {
    display: none;
  }
  .headermobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .headermobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobilelogo {
    width: 201px;
  }
  .headermobile .logo {
    width: 100%;
    position: relative;
  }
  .logo a span {
    left: 36px;
  }
  .headermenu {
    width: 34%;
  }
  ul#menu-my-mobile-menu {
    height: calc(100vh - 85px);
    opacity: 1;
    overflow: auto;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    visibility: visible;
    width: 100vw;
    padding-bottom: 40px;
  }
  .headermenu.mobilemenu ul {
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    align-content: flex-start;
    display: none;
  }
  .headermenu.mobilemenu ul li.menu-item-has-children {
    position: relative;
  }
  .headermenu.mobilemenu ul li {
    width: 100%;
    padding: 5px 20px;
    border-top: 1px solid #e4e6ea;
    margin: 0;
  }
  .headermenu.mobilemenu ul li a {
    padding: 10px 0;
    display: block;
  }
  .headermenu.mobilemenu ul li.menu-item-has-children ul.sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    display: none;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li {
    padding: 7px 0;
    width: 100%;
  }
  .headermenu.mobilemenu ul li.menu-item-has-children {
    position: relative;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    ul.sub-menu {
    margin-top: 0;
    border-top: 1px solid #eaecf0;
    padding-top: 0;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    ul.sub-menu
    li
    a {
    padding: 2px 0;
  }
  .headermenu.mobilemenu ul li.menu-item-has-children i {
    position: absolute;
    right: 15px;
    font-size: 18px;
    line-height: 18px;
    top: 15px;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    ul.sub-menu
    li
    span.sub {
    margin-left: 55px;
  }
  .headermenu.mobilemenu .headerright {
    width: 100%;
  }
  .headermenu.mobilemenu .headerright a {
    border: 1px solid #6a6aff;
    background: #6a6aff;
    color: #fff !important;
    padding: 10px 30px;
    display: block;
    border-radius: 30px;
    margin-top: 10px;
    text-align: center;
    width: 63%;
  }
  .headermenu.mobilemenu .headerright a:hover {
    background: transparent;
    color: #6a6aff !important;
  }
  .headermenu.mobilemenu .headerright .create-btn-mobile {
    border: 1px solid #6a6aff;
    background: #fff;
    color: #6a6aff !important;
  }
  .headermenu.mobilemenu .headerright .create-btn-mobile:hover {
    background: #225469;
    color: #fff !important;
    border: 1px solid #225469;
  }
  .headermenu.mobilemenu .headerright .sign-btn-mobile {
    color: #6a6aff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    background: transparent;
    border: none;
    padding: 10px 37px;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    ul.sub-menu
    li
    a
    span {
    font-size: 14px;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu::after {
    display: none;
  }
  /* Header Css End */
  /* ------ Home Page css ------ */
  .topaddfix {
    display: none;
  }
  .banner {
    padding: 20px 0px;
  }
  .dtk-heading h1 {
    font-size: 35px;
  }
  .dtk-heading h2 {
    font-size: 35px;
  }
  .video-row {
    padding-top: 0px;
  }
  .module-img.mrt6 {
    margin-top: 0 !important;
  }
  .module-img h6.nt2:after,
  .module-img h6:after {
    display: none;
  }
  .module-img h6 {
    font-size: 17px;
  }
  .thim-sc-course-search.style_kit input[name="email"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-xl {
    position: unset;
    border-radius: 6px;
    width: 100%;
    display: block;
    margin-top: 15px;
    padding: 28px 10px;
  }
  .mdflexnone {
    display: block !important;
  }
  .video-layout-flex {
    margin-right: 0;
    background: #e7e7ff;
    padding: 12px;
    border-radius: 5px;
    margin-top: 5px;
  }
  .video-layout-flex.mr1 {
    margin-right: 0px !important;
  }
  .printec-video-popup .video-icon {
    top: 26%;
    left: 40%;
  }
  .tabing-section {
    display: none;
  }
  .section-title-4 {
    font-size: 36px;
  }
  .section.is-scroll {
    display: none;
  }
  .thim-sc-counter-box.circle .sc-counter-circle {
    width: 300px;
    height: 300px;
    margin-bottom: 48px;
  }
  .is-layout-box h2 {
    font-size: 20px;
  }
  .thim-sc-counter-box.circle .sc-counter-circle .item-counter-box {
    width: 90px;
    height: 90px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(4) {
    top: -43px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(1) {
    bottom: -43px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(3) {
    left: -30px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(2) {
    right: -30px;
  }
  .thim-sc-counter-box.circle .sc-counter-circle .center-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box
    .number
    .number_counter,
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box
    .number
    .text-number {
    font-size: 19px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box
    .number
    .title_counter
    .title {
    font-size: 13px;
  }
  .thim-sc-counter-box {
    margin-top: 70px;
    margin-bottom: 26px;
  }
  .bg-setion {
    padding-top: 9px;
  }
  .pt-110,
  .py-110 {
    padding-top: 45px;
  }
  .pt-120 {
    padding-top: 0;
  }
  .pt-130 {
    padding-top: 24px;
  }
  .text h2 {
    font-size: 25px;
  }
  .welcome-content .hero-2-subtitle,
  .welcome-content .hero-2-title {
    font-size: 31px;
  }
  .welcome-content .hero-2-title-2 {
    font-size: 18px;
    margin-top: -12px;
    margin-bottom: 16px;
  }
  .tracking-banner-bg .banner-img img {
    max-width: 60%;
  }
  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .welcome-content .hero-3-title-3 {
    font-size: 22px;
  }
  .tptestimonial-4-text p {
    font-size: 16px;
  }
  .sppb-sp-slider-image {
    display: none;
  }
  .pricing__footer {
    flex-direction: inherit;
  }
  .tracking-banner-bg .btn.is-fill {
    padding: 15px 18px;
    margin-top: 0px;
  }
  .pricing__footer {
    margin-top: 22px !important;
  }
  .tracking-banner-bg .btn.is-fill.is-light {
    margin-left: 17px;
  }
  .aap-item-image {
    text-align: center;
    margin-bottom: 31px;
  }
  .dtk-section.banner .bg-orange-100 p {
    width: 100%;
  }
  .css-1u41y9g {
    display: block;
    flex-direction: inherit;
  }
  .trusted-clients-area .review {
    width: 29%;
    display: inline-block;
  }
  .start-icon {
    justify-content: center;
  }
  .mkdf-iwt-icon-left {
    padding: 21px 10px 21px 10px;
  }
  .mkdf-iwt-icon-left .mkdf-iwt-icon {
    display: block;
    width: 100%;
  }
  .mkdf-iwt-icon-left .mkdf-iwt-content {
    width: 100%;
    padding-left: 0px;
    display: block;
    text-align: center;
  }
  .mkdf-iwt-icon-left .mkdf-iwt-content h6 {
    font-size: 16px;
  }
  .mkdf-iwt-icon-left .mkdf-iwt-icon img {
    max-width: 27%;
  }
  .review {
    margin-bottom: 15px;
    align-items: center;
  }
  .on-top .review {
    width: 29%;
    display: inline-block;
  }
  .chy-services-5-item-wrap {
    grid-template-columns: 1fr;
  }
  .data-secure-area .section-title {
    margin-top: 0px;
  }
  .data-secure-area .chy-services-5-item-wrap {
    display: block;
  }
  .data-secure-area .section-title {
    width: 100%;
  }
  .offset-secure-box {
    width: 100%;
  }
  /* .offset-secure-box .populated {
        flex-wrap: inherit;
   }
    */
  .cloud-solution-box {
    margin-left: unset;
  }
  .on-premise .pxl-solution {
    margin-top: 24px;
  }
  .cta-content-container {
    max-width: 100%;
  }
  .kpi-area .nav {
    flex-direction: unset;
  }
  .kpi-area .time-line {
    width: 48%;
    display: inline-block;
    margin-right: 5px;
  }
  .kpi-area .time-line .nav-link {
    font-size: 12px;
    padding: 7px;
  }
  .border-top-line,
  .time-line-dot {
    display: none;
  }
  .desk-text-box {
    display: none;
  }
  .newsletter-cta-content,
  .cta-content-container {
    flex-direction: column;
  }
  .newsletter-cta-content {
    padding: 30px;
  }
  .cta-btn {
    margin-top: 18px;
    display: block;
    height: auto;
  }
  .services-right-image .bg-image.rotateme {
    display: none;
  }
  .services-right-image img {
    margin-top: 33px;
  }
  .main-title-section-wrapper {
    padding-top: 129px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 33px;
  }
  .welcome-meter img {
    margin: 18px auto;
  }
  .staps-area .box .stap-text {
    margin-left: 10px;
  }
  .chy-services-5-item:nth-child(1),
  .chy-services-5-item:nth-child(2),
  .chy-services-5-item:nth-child(3),
  .chy-services-5-item:nth-child(4),
  .chy-services-5-item:nth-child(5),
  .chy-services-5-item:nth-child(6) {
    border: 1px solid rgba(200, 174, 255, 0.5);
  }
  .chy-services-5-item .heightmin,
  .chy-services-5-item .disc-wrap {
    height: auto;
  }
  .chy-services-5-item {
    margin-bottom: 15px;
  }
  .mkdf-iwt-icon-left {
    margin-bottom: 18px;
  }
  .pdding-10 {
    padding-top: 0px;
  }
  .time-line .nav-link {
    width: 100%;
    margin-bottom: 7px;
    box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  }
  .staps-area .circle-stap:after {
    top: 60px;
  }
  .welcome-content h1 {
    font-size: 25px;
    line-height: 36px;
  }
  .ft-partner {
    display: block;
  }
  .ft-partner .partcol {
    width: 49%;
    display: inline-block;
  }
  .ft-partner {
    margin: 22px 0 60px;
  }
  .banner-area {
    margin-top: -90px;
  }
  .employee-monitoring-tool-area .hooper-pagination {
    width: 100%;
    top: -82px;
    bottom: unset;
  }
  .hooper-pagination .nav-link {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
  .hooper-pagination .nav-link.active::before {
    bottom: -7px;
    top: unset;
    transform: rotate(180deg);
  }
  .hooper-pagination .nav-pills {
    margin-top: 22px;
  }
  .employee-monitoring-tool-area .tab-content {
    margin-top: 39px;
  }
  .employee-monitoring-tool-area
    .hooper-pagination-right
    .nav-link.active::after {
    bottom: -6px;
  }
  .paddingleft12 {
    padding-left: 12px;
    padding-top: 23px;
  }
  .service-info-block {
    margin-bottom: 23px;
  }
  .staps-area .optimized .stap-text,
  .staps-area .optimized p {
    width: 80%;
  }
  .staps-area .optimized .stap-text {
    margin-left: 0px;
  }
  .benefits-areas .optimized .stap-text {
    width: 100%;
    margin-left: 0px;
    padding: 70px 25px 32px 25px;
  }
  .benefits-areas .circle-stap img {
    max-width: 58%;
  }
  .benefits-areas .optimized .stap-text p {
    width: 100%;
  }
  .emssecurity .offset-secure-box {
    width: 100%;
  }
  .av-device:before {
    font-size: 19px;
    margin-right: 7px;
  }
  .av-device span {
    margin-right: 5px;
    font-size: 15px;
  }
  .av-device i {
    margin-left: 5px;
  }
  .slider-intro.emp.mf-input-wrapper .form-control {
    width: 100%;
    max-width: 100%;
    border-radius: 50px;
  }
  .slider-intro.emp.mf-input-wrapper .btn_submit {
    position: relative !important;
    border-radius: 50px;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    margin-top: 17px !important;
    display: block;
    margin: 0 auto;
    margin-left: auto !important;
    width: 100%;
  }
  .context-box h3 {
    font-size: 25px;
  }
  .single-box {
    min-height: 400px;
    max-height: 400px;
  }
  .who-we-contant .cta-btn {
    width: 67%;
    margin-bottom: 34px;
  }
  .pmsbannerbtn {
    display: block;
  }
  .pmsbannerbtn .baneer-btn-pms {
    margin-right: 0;
    margin-top: 25px;
  }
  .tracking-banner-bg .pmsbannerbtn .btn.is-fill {
    margin-right: 0px;
    width: 100%;
  }
  .essential-features .single-box {
    min-height: 490px;
    max-height: 490px;
  }
  .essential-features .maxheight30 {
    min-height: 335px;
    max-height: 335px;
  }
  .pmsBenefits .optimized .stap-text {
    font-size: 14px;
  }
  .minheight25 {
    height: 100%;
    min-height: 370px;
    max-height: 370px;
  }
  .minheight27 {
    height: 100%;
    min-height: 430px;
    max-height: 430px;
  }
  .minheight26 {
    height: 100%;
    padding: 50px 10px;
    min-height: 395px;
    max-height: 395px;
  }
  .pmsarea .banner-img img {
    text-align: center;
  }
  .mobile-rt01 {
    margin-bottom: 50px !important;
  }
  .solutions-innerpages .slider-intro-content.wow {
    padding: 36% 0 0 0 !important;
  }
  .innerpage-topspace {
    padding-top: 130px !important;
  }
  .banner {
    padding-top: 122px;
    background-image: inherit;
  }
  .banner-section.style2 {
    padding-top: 102px;
  }
  .banner-section.style2 .banner-text .button-store .custom-btn.active {
    font-size: 13px;
  }
  .banner-section.style2 .banner-text .button-store .custom-btn.active {
    margin-right: 7px;
  }
  .banner-section .banner-content {
    padding-bottom: 50px;
  }
  .pr--30 {
    padding-right: 15px;
  }
  .pl--30 {
    padding-left: 15px;
  }
  .client-logo-section .clients-logos .ReviewBadge-svgWrap img,
  .client-logo-section .clients-logos .max-width-client {
    max-width: 100% !important;
  }
  .screenshot-content {
    margin-bottom: 15px;
  }
  .wrapper.is--intgrate {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 30px 0 30px;
  }
  .section-text-container {
    width: 100% !important;
    max-width: 100%;
  }
  .section-image-container.integrate {
    position: unset;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .textboldh2 {
    font-size: 27px !important;
  }
  .pwdtextleft {
    margin-top: 0px;
  }
  .project-management-foypm .single-box {
    min-height: 380px;
    max-height: 380px;
  }
  .project-management-foypm .maxheightaut332 {
    min-height: 330px;
    max-height: 330px;
  }
  .desk-testimonial-section .slick-slide {
    margin-right: 10px;
  }
  .tptestimonial-4-author .title {
    font-size: 18px;
  }
  .name-author-box .tptestimonial-4-author span {
    font-size: 14px;
  }
  .desk-testimonial-section .slick-slide {
    padding: 20px 15px 18px 15px;
  }
  .desk-testimonial-section .tptestimonial-4-text p {
    height: 138px;
  }
  .banner-joint-image .img1 {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .bookbtnday1 {
    margin-top: 0px;
  }
  .howdoesit .cta-btn {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  .hover-effect-parent {
    margin-top: 20px;
  }
  .get-app-section h3 {
    margin-bottom: 9px !important;
  }
  .desk-testimonial-section .testimonial-4-wrapper.slick-slider,
  .desk-testimonial-section .draggable {
    padding-top: 8px;
  }
  .chy-para-4.main-btn-5 .cta-btn {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .pt-50 {
    padding-top: 0px;
  }
  .get-app-section.pt-50 {
    padding-top: 50px;
  }
  .image-28 {
    margin-top: 21px;
  }
  .screenshot-content h3 {
    font-size: 30px;
  }
  .section-text-container.integrate {
    padding-top: 29px;
  }
  .elementor-element-3b0f82fd {
    display: block;
  }
  .why-affiliateus {
    width: 100%;
  }
  .elementor-element-14599ad2 {
    padding-left: 15px;
    width: 100%;
  }
  .hero-1-img img {
    max-width: 100%;
  }
  .bg-scroll .text h1 {
    padding-top: 0px;
    font-size: 48px;
    line-height: 59px;
  }
  .button-store .custom-btn {
    padding: 15px 8px;
  }
  .button-store .custom-btn.active {
    margin-right: 5px;
  }
  .employee-monitoring-tool-area .hooper-pagination-right {
    top: -36px !important;
    left: 0;
  }
  .benefits-areas .optimized {
    display: block;
    margin: 0 5px 25px 5px;
  }
  .benefits-areas .optimized .circle-stap {
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 16px auto -57px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-layout-flex {
    flex-direction: inherit;
  }
  .container-core-columns-layout-3.container-core-columns-layout-3 {
    gap: clamp(1rem, 3vw, 3rem) clamp(3rem, 4vw, 4rem);
  }
}
@media (min-width: 440px) and (max-width: 767px) {
  .ft-partner .partcol .ReviewBadge-svgWrap img {
    max-width: 41%;
  }
  .testimonial-image {
    width: 83%;
    display: block;
    margin: 0 auto;
  }
  .desk-testimonial-section .tptestimonial-4-text p {
    height: 314px;
  }
}
@media (min-width: 320px) and (max-width: 436px) {
  .welcome-content .hero-2-subtitle,
  .welcome-content .hero-2-title {
    font-size: 15px;
  }
  .welcome-content .hero-3-title-3 {
    font-size: 17px;
  }
  .welcome-content .hero-2-subtitle {
    font-size: 13px !important;
    padding: 15px 8px;
  }
  .welcome-content .hero-2-title-2 {
    font-size: 13px;
  }
  .banner-section.style2 .banner-text .button-store .custom-btn {
    padding: 15px 8px;
    font-size: 13px;
  }
  .banner-section.style2 .banner-text .button-store .custom-btn.active {
    margin-right: 2px;
  }
  .desk-testimonial-section .tptestimonial-4-text p {
    height: 314px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .hooper-pagination .nav-link {
    width: 29px;
    height: 29px;
  }
  .printec-video-popup .video-icon {
    top: 50%;
    left: 50%;
    transform: translate(-27px, -39px);
  }
  .kpi-area .time-line .nav-link {
    font-size: 12px !important;
    padding: 10px 7px !important;
  }
  .tracking-banner-bg .btn.is-fill {
    padding: 7px 10px;
  }
  .welcome-content .hero-2-subtitle,
  .welcome-content .hero-2-title {
    font-size: 18px;
  }
  .welcome-content .hero-2-title-2,
  .welcome-content .hero-3-title-3 {
    padding-left: 29px;
    padding-right: 29px;
  }
  .desk-testimonial-section .tptestimonial-4-text p {
    height: 314px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bemo2-bg .pricing__footer {
    flex-direction: column;
  }
  .testimonial-4-shape-5 {
    top: 37%;
    left: 123px;
  }
  .tp-tooltip-circle .tp-tooltip-effect-1,
  .tp-tooltip-circle .tp-tooltip-effect-2,
  .tp-tooltip-circle .tp-tooltip-effect-3 {
    width: 280px;
    height: 280px;
  }
  .testimonial-4-shape-4 {
    top: 54px;
    right: 15px;
    width: 80px;
  }
  .testimonial-4-shape-4 img {
    height: 80px;
    width: 80px;
  }
  .testimonial-4-shape-6 {
    bottom: 75px;
    right: 14px;
    width: 60px;
  }
  .testimonial-4-shape-6 img {
    height: 60px;
    width: 60px;
  }
  .testimonial-4-shape-1 {
    bottom: 12px;
    left: 180px;
  }
  .testimonial-4-shape-2 {
    top: 25px;
    left: 20px;
  }
  .testimonial-4-shape-3 {
    left: 31px;
    bottom: 81px;
  }
  .section-title {
    margin-bottom: 18px;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  .postion-box .column-reverse {
    flex-direction: column-reverse;
  }
  .about-shape-1 {
    display: none;
  }
  .partner-img-box {
    left: 0px;
    top: 10px;
  }
  .maxheightaut331 {
    min-height: 333px;
    max-height: 333px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .printec-video-popup .video-icon {
    top: 50%;
    left: 50%;
    transform: translate(-14px, -32px);
  }
  .single-box {
    min-height: 280px;
    max-height: 280px;
  }
  .maxheightems25 {
    min-height: 370px;
    max-height: 370px;
  }
  .maxheightaut331 {
    min-height: 333px;
    max-height: 333px;
  }
  .cta-content-text .tabproml1 {
    margin-left: 52px;
  }
  .newsletter-cta-content .cta-content-container {
    flex-direction: unset;
  }
  .section-title h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 800;
  }
  .welcome-content .hero-3-title-3 {
    font-size: 22px;
  }
  .welcome-content .hero-2-title-2 {
    font-size: 22px;
  }
  .country-group .contry-input {
    width: 9%;
  }
  .thim-sc-counter-box {
    margin-top: 0;
  }
  .dtk-heading h1 {
    font-size: 31px;
  }
  .dtk-heading h2 {
    font-size: 31px;
  }
  .aap-item-image h3 {
    font-size: 15px;
  }
  .primary-heading-2 {
    font-size: 26px;
  }
  .tp-tooltip-circle .tp-tooltip-effect-1,
  .tp-tooltip-circle .tp-tooltip-effect-2,
  .tp-tooltip-circle .tp-tooltip-effect-3 {
    width: 200px;
    height: 200px;
  }
  .testimonial-4-shape-5 {
    top: 26%;
    left: 90px;
  }
  .testimonial-4-shape-6 {
    bottom: 165px;
    right: 12px;
  }
  .testimonial-4-shape-4 {
    top: 25px;
    right: -59px;
  }
  .testimonial-4-shape-4 img {
    height: 80px;
    width: 80px;
  }
  .testimonial-4-shape-1 {
    bottom: 55px;
  }
  .testimonial-4-shape-6 {
    bottom: 135px;
    right: -13px;
  }
  .testimonial-4-shape-6 img {
    height: 50px;
    width: 50px;
  }
  .testimonial-4-shape-2 {
    top: 159px;
    left: -7px;
  }
  .testimonial-4-shape-3 {
    left: 14px;
    bottom: 224px;
  }
  .welcome-content .hero-2-subtitle,
  .welcome-content .hero-2-title {
    font-size: 28px;
  }
  .appurl-area .column-reverse {
    flex-direction: column-reverse;
  }
  .section-title {
    margin-bottom: 14px;
  }
  .who-we-contant .cta-btn {
    width: 28%;
  }
  .review {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
  }
  .start-icon {
    justify-content: center;
  }
  .css-1u41y9g {
    display: block;
    flex-direction: inherit;
  }
  .minheight25 {
    height: 100%;
    min-height: 300px;
    max-height: 300px;
  }
  .minheight27 {
    height: 100%;
    min-height: 327px;
    max-height: 327px;
  }
  .employee-monitoring-tool-area .hooper-pagination-right {
    top: -21px !important;
    right: 80px;
    left: unset;
    width: auto;
  }
  .employee-monitoring-tool-area .hooper-pagination {
    top: -57px;
  }
  .employee-monitoring-tool-area .section-title {
    margin-bottom: 50px;
  }
  .ft-partner .partcol {
    width: 19%;
  }
  .ft-partner .partcol .ReviewBadge-svgWrap img {
    max-width: 96%;
  }
  .pts-pt2 {
    flex-direction: unset !important;
  }
  .pricing__footer {
    flex-direction: unset;
  }
  .pricing__footer .btn {
    margin-right: 8px;
  }
  .service-item-current-style4 .service-inner {
    min-height: 287px;
  }
  .pts-pt2.flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .about-shape-1 {
    display: none;
  }
  .partner-img-box img {
    max-width: 84%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .essential-features .single-box {
    min-height: 350px;
    max-height: 350px;
  }
  .essential-features .maxheight30 {
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .essential-features .maxheight30 {
    min-height: 380px !important;
    max-height: 380px !important;
  }
  .project-management-foypm .single-box {
    min-height: 460px !important;
    max-height: 460px !important;
  }
  .banner-section {
    height: 80vh;
  }
  .heightvh100.banner-section {
    height: 92vh !important;
  }
  .heightvh100 .banner-image-content {
    padding-top: 118px;
  }
  .banner-section.style2:before {
    height: 518px;
  }
  .banner-section.style2:after {
    top: 148px;
  }
  .banner-image-content {
    padding-top: 12px;
  }
  .headerleft {
    width: 86%;
  }
  .headermenu {
    width: 74%;
  }
  .logo a span {
    left: 58px;
  }
  .slider-intro-content.emp.pt-30 {
    padding-top: 11px !important;
    padding-bottom: 30px;
  }
  .headermenu ul li {
    margin-left: 17px;
  }
  .headermenu ul li.menu-item-has-children i {
    margin-left: 0px;
  }
  .headerright ul #menu-item-3068 {
    padding-right: 10px;
    padding-left: 0px;
  }
  .headerright ul #menu-item-3069 {
    padding-right: 10px;
  }
  .headerright ul li {
    padding-left: 0px;
  }
  .headerright ul li a {
    font-size: 13px;
  }
  .headermenu ul li a {
    font-size: 14px;
  }
  .headermenu .nav-item.dropdown {
    padding: 33px 0 !important;
  }
  li.cstbtn a {
    padding: 10px 10px;
  }
  .headerright {
    width: 40%;
  }
  .logo a span {
    font-size: 7px;
  }
  .headerleft .logo {
    margin-right: 13px;
  }
  /* .headeriner {
        padding: 15px 0;
   }
    */
  .module-img h6 {
    font-size: 12px;
  }
  .has-text-color {
    font-size: 13px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(3) {
    left: -32px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(2) {
    right: -32px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(1) {
    bottom: -45px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(4) {
    top: -45px;
  }
  .thim-sc-counter-box.circle .sc-counter-circle .item-counter-box {
    width: 110px;
    height: 110px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box
    .number
    .number_counter,
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box
    .number
    .text-number {
    font-size: 18px;
  }
  .section-title-4 {
    font-size: 46px;
  }
  .testimonial-4-shape-5 {
    top: 45%;
  }
  .testimonial-4-shape-6 {
    bottom: 165px;
    right: 2px;
  }
  .testimonial-4-shape-1 {
    bottom: 75px;
    left: 310px;
  }
  .testimonial-4-shape-4 {
    top: 74px;
    right: 45px;
  }
  .testimonial-4-shape-4 img {
    height: 100px;
    width: 100px;
  }
  .testimonial-4-shape-2 {
    top: 130px;
    left: 60px;
  }
  .testimonial-4-shape-3 {
    left: 94px;
    bottom: 101px;
  }
  .pmsarea .pricing__footer {
    flex-direction: inherit;
  }
  .welcome-content .hero-2-title-2 {
    font-size: 20px;
  }
  .who-we-contant .cta-btn {
    width: 42%;
  }
  .welcome-content .hero-2-subtitle {
    font-size: 20px;
  }
  .welcome-content .hero-3-title-3 {
    font-size: 25px;
  }
  .sppb-sp-slider-image {
    right: -121px;
    top: -7px;
  }
  .newsletter-cta-content {
    flex-direction: column;
  }
  .cta-content-container {
    margin-bottom: 30px;
  }
  .essential-features .single-box {
    min-height: 570px;
    max-height: 570px;
  }
  .single-box {
    min-height: 432px;
    max-height: 432px;
    margin-bottom: 30px;
  }
  .hooper-pagination .nav-link {
    margin-right: 10px;
  }
  .maxheightaut331 {
    min-height: 378px;
    max-height: 378px;
  }
  .newsletter-cta-content {
    padding: 50px 20px 50px;
  }
  .title-left ul li:nth-child(4n + 1),
  .title-right ul li:nth-child(4n + 1) {
    transform: translateY(-127px);
  }
  .title-left ul li:nth-child(4n + 2),
  .title-right ul li:nth-child(4n + 2) {
    transform: translateY(-31px);
  }
  .title-left ul li:nth-child(4n + 3),
  .title-right ul li:nth-child(4n + 3) {
    transform: translateY(62px);
  }
  .title-left ul li:nth-child(4n + 4),
  .title-right ul li:nth-child(4n + 4) {
    transform: translateY(150px);
  }
  .title-left ul li,
  .title-right ul li {
    font-size: 17px;
  }
  .staps-area .box .stap-text {
    margin-left: 15px;
  }
  .chy-services-5-item .title {
    font-size: 15px;
  }
  .chy-services-5-item .heightmin {
    height: 318px;
  }
  .chy-services-5-item:nth-child(4) .disc-wrap,
  .chy-services-5-item:nth-child(5) .disc-wrap,
  .chy-services-5-item:nth-child(6) .disc-wrap {
    height: 286px;
  }
  .time-line .nav-link {
    font-size: 13px;
    padding: 12px 5px;
  }
  .mkdf-iwt-icon-left {
    padding: 21px 12px 21px 12px;
  }
  .mkdf-iwt-icon-left .mkdf-iwt-content {
    padding: 8px 0 0 7px;
  }
  .mkdf-iwt-icon-left .mkdf-iwt-content h6 {
    font-size: 15px;
  }
  .data-secure-area .section-title {
    width: 28.857%;
  }
  .offset-secure-box {
    width: 71.143%;
  }
  .pxl-solution {
    padding: 57px 38px 66px;
  }
  .pxl-solution h3 {
    font-size: 22px;
  }
  .services-right-image .bg-image {
    display: none;
  }
  .css-1u41y9g {
    width: 100%;
    margin: 0 auto;
  }
  .employee-monitoring-tool-area .hooper-pagination {
    bottom: -17px;
  }
  .hooper-pagination .nav-link {
    width: 40px;
    height: 40px;
  }
  .employee-monitoring-tool-area
    .hooper-pagination-right
    .nav-link.active::after {
    bottom: 1px;
  }
  .paddingleft12 {
    padding-left: 34px;
    padding-top: 38px;
  }
  .staps-area .optimized .stap-text,
  .staps-area .optimized p {
    width: 80%;
  }
  .staps-area .optimized .stap-text {
    margin-left: 0px;
  }
  .benefits-areas .optimized .stap-text {
    width: 100%;
    margin-left: -65px;
  }
  .emsheightmobile .heightmin {
    height: 396px;
  }
  .ems-get-area .chy-services-5-item:nth-child(4) .disc-wrap,
  .ems-get-area .chy-services-5-item:nth-child(5) .disc-wrap,
  .ems-get-area .chy-services-5-item:nth-child(6) .disc-wrap {
    height: auto;
  }
  .minheight25 {
    height: 100%;
    min-height: 430px;
    max-height: 430px;
  }
  .minheight26 {
    min-height: 390px;
    max-height: 390px;
  }
  .minheight27 {
    min-height: 500px;
    max-height: 500px;
  }
  .plan-columns {
    width: 100%;
    margin-top: 72px;
  }
  .plans-usersnum .plan-column-name {
    font-size: 18px;
  }
  .plans-sidebar {
    padding: 20px 17px !important;
  }
  .hlt_wedobox {
    min-height: 522px;
  }
  .wrapper.is--intgrate {
    width: 100%;
  }
  .section-image-container.integrate {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .headermenu ul li .open {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 298px;
  }
  .service-item-current-style4 .service-title {
    font-size: 16px;
  }
  .service-item-current-style4 .service-inner {
    height: 100%;
    min-height: 323px;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu::after {
    height: auto;
  }
  header.mainhead.headerrewamp
    .headermenu
    ul
    li.menu-item-has-children
    ul.sub-menu
    li.firsthead
    span.sub {
    font-size: 12px;
  }
  .banner-section {
    height: 80vh;
  }
  .heightvh100.banner-section {
    height: 96vh !important;
  }
  .banner-section.style2:before {
    height: 517px;
  }
  .banner-section.style2:after {
    top: 155px;
  }
  .project-management-foypm .single-box {
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .cta-content-text h3 {
    font-size: 21px;
  }
  .nsltop .cta-btn {
    padding: 16px 18px;
  }
  .who-we-contant .cta-btn {
    width: 36%;
  }
  .slider-intro-content.emp.pt-30 {
    padding-top: 11px !important;
    padding-bottom: 30px;
  }
  .headermenu {
    width: 75%;
  }
  .headermenu ul li.menu-item-has-children i {
    margin-left: 0px;
  }
  .headerleft {
    width: 84%;
  }
  .headerright {
    width: 42%;
  }
  .headermenu ul li {
    margin-left: 20px;
  }
  .headerright ul li a {
    font-size: 14px;
  }
  .headermenu .nav-item.dropdown {
    padding: 33px 0 !important;
  }
  .logo a span {
    font-size: 8px;
  }
  li.cstbtn a {
    padding: 8px 22px;
  }
  .mrt6 {
    width: 100%;
  }
  .section-title-4 {
    font-size: 46px;
  }
  .headerright ul li {
    padding-left: 15px;
  }
  .headerright ul #menu-item-3068 {
    padding-left: 0px;
  }
  .dtk-heading h1 {
    font-size: 41px;
  }
  .dtk-heading h2 {
    font-size: 41px;
  }
  .module-img h6 {
    font-size: 15px;
  }
  .footer__main_widget_subtitle[data-v-1fd36c51] {
    font-size: 20px;
  }
  .footer__main_widget_subscribe__form-submit[data-v-4b0b3a08] {
    font-size: 16px;
    text-align: center;
  }
  .banner-list {
    font-size: 14px;
  }
  .pr-30,
  .px-30 {
    padding-right: 18px;
  }
  .pl-30,
  .px-30 {
    padding-left: 18px;
  }
  .p-30 {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bg-setion {
    padding-top: 160px;
  }
  .welcome-content .hero-2-title-2 {
    font-size: 28px;
  }
  .sppb-sp-slider-image {
    right: 8px;
    top: -22px;
  }
  .essential-features .single-box {
    min-height: 500px;
    max-height: 500px;
  }
  .essential-features .maxheight30 {
    min-height: 370px;
    max-height: 370px;
  }
  .time-line .nav-link {
    font-size: 14px;
  }
  .single-box {
    min-height: 374px;
    max-height: 374px;
  }
  .title-left ul li:nth-child(4n + 1),
  .title-right ul li:nth-child(4n + 1) {
    transform: translateY(-149px);
  }
  .title-left ul li:nth-child(4n + 3),
  .title-right ul li:nth-child(4n + 3) {
    transform: translateY(80px);
  }
  .title-left ul li:nth-child(4n + 4),
  .title-right ul li:nth-child(4n + 4) {
    transform: translateY(194px);
  }
  .chy-services-5-item .title {
    font-size: 19px;
  }
  .chy-services-5-item .heightmin {
    height: 280px;
  }
  .chy-services-5-item:nth-child(4) .disc-wrap,
  .chy-services-5-item:nth-child(5) .disc-wrap,
  .chy-services-5-item:nth-child(6) .disc-wrap {
    height: 221px;
  }
  .staps-area .optimized .stap-text,
  .staps-area .optimized p {
    width: 80%;
  }
  .staps-area .optimized .stap-text {
    margin-left: 0px;
  }
  .benefits-areas .optimized .stap-text {
    width: 100%;
    margin-left: -65px;
  }
  .employee-monitoring-tool-area .hooper-pagination {
    bottom: -16px;
  }
  .hooper-pagination .nav-link {
    width: 44px;
    height: 44px;
  }
  .employee-monitoring-tool-area
    .hooper-pagination-right
    .nav-link.active::after {
    bottom: 1px;
  }
  .ems-get-area .chy-services-5-item:nth-child(4) .disc-wrap,
  .ems-get-area .chy-services-5-item:nth-child(5) .disc-wrap,
  .ems-get-area .chy-services-5-item:nth-child(6) .disc-wrap {
    height: auto;
  }
  .plan-columns > div {
    min-width: 281px;
  }
}
@media (min-width: 991px) and (max-width: 1280px) {
  .w-50percent {
    width: 58%;
  }
}
@media (max-width: 576px) {
  .w-50percent {
    width: 90%;
  }
  .tracking-banner-bg .banner-img img {
    max-width: 100%;
  }
}
