.ltr-space1 {
  letter-spacing: 0.6px;
  word-spacing: 2px;
}

.ltr-space2 {
  letter-spacing: 0.4px;
}

.calibri {
  font-family: Calibri;
}

body {
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-family: Calibri;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 50px;
}

body::-webkit-scrollbar-thumb {
  width: 20px;
  height: 100px;
  background-color: #0d63ae;
}

a {
  cursor: pointer;
}

.dropdown-content a span {
  display: inline-block;
}

.dropdown-content a span:after {
  display: block;
  width: inherit;
  content: "";
  border-bottom: 3px solid #0d63ae;
  /* width: 100px; */
  transform: scaleX(0);
  transition: transform 500ms ease;
  z-index: 3;
  transform-origin: 0% 100%;
}

.dropdown-content a:hover span:after {
  transform: scaleX(1);
  transform-origin: 0% 100%;
  z-index: 3;
}

.dropdown-content a:hover {
  transform: translateX(15px);
  transition: all 0.2s ease-out;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: height ease-in 0.5s;
  z-index: 3;
}

/* .menu{
    border: solid rgb(206, 206, 206) 2px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .menu:hover{
    border: solid rgb(177, 177, 177) 2px;
    transition: all 0.5s ease-out;
  } */
.career {
  width: 73px;
}

.menu-top {
  border-bottom: rgb(97, 97, 97) 1px solid;
  border-top: 0 solid white;
  height: 0px;
  margin-bottom: 4.4px;
  width: 20px;
}

.menu-middle {
  border-bottom: rgb(97, 97, 97) 1px solid;
  border-top: 0 solid white;
  height: 0px;
  margin-bottom: 4px;
  margin-top: 4.7px;
  width: 28px;
}

.menu-bottom {
  border-bottom: rgb(97, 97, 97) 1px solid;
  border-top: 0 solid white;
  height: 0px;
  margin-top: 4.4px;
  width: 20px;
}

#myBtn:hover .menu-top {
  transition: all 0.5s ease-in-out;
  width: 28px;
  border-bottom: 2px solid rgb(116, 116, 116);
}

#myBtn:hover .menu-bottom {
  transition: all 0.5s ease-in-out;
  width: 28px;
  border-bottom: 2px solid rgb(116, 116, 116);
}

#myBtn:hover .menu-middle {
  transition: all 0.5s ease-in-out;
  width: 28px;
  border-bottom: 2px solid rgb(116, 116, 116);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #0d63ae;
  overflow-x: hidden;
  padding-top: 130px;
  transition: 0.5s;
}

.sidechildnav1,
.sidechildnav2 {
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  background-color: #0d63ae;
  overflow-x: hidden;
  padding-top: 130px;
  transition: 0.25s;
}

.sidenav a {
  padding: 8px 8px 8px 80px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidechildnav1 a,
.sidechildnav2 a,
.sidechildnav1 .closebtn,
.sidechildnav2 .closebtns {
  padding: 8px 8px 8px 80px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
  width: 500px;
}

.sidenav a:hover,
.sidechildnav1 a:hover,
.sidechildnav2 a:hover {
  color: rgb(202, 202, 202);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.awsome {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  filter: invert(1);
  margin-left: 5px;
}

.awsome2 {
  margin-top: 5px;
  width: 20px;
  height: 20px;
  filter: invert(1);
  margin-left: -20px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 72px;
  background-color: #ffffff;
  width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 3;
}

.imps {
  text-decoration: none !important;
  color: inherit !important;
}

.pointer {
  cursor: pointer;
}

.stick {
  z-index: 95;
  left: 0;
}

#top-nav {
  width: 100%;
}

.logo {
  height: 56px;
}

@media (min-width: 1200px) {
  .logo {
    width: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .logo {
    width: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .logo {
    width: 85px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .logo {
    width: 90px;
  }
}

@media (max-width: 575.98px) {

  .newh,
  .newh1 {
    font-size: 22px !important;
    padding-top: 30px;
  }

  .newh1 {
    margin-top: 215px !important;
  }

  .logo {
    width: 80px;
  }

  .mmb-5 {
    margin-bottom: 3rem !important;
  }

  .mmb-3 {
    margin-bottom: 1rem !important;
  }
}

.body-one,
.body-two {
  border-radius: 27px;
  height: 100%;
  background-color: #f1f1f1;
  transition: all 0.5s ease-out;
}

.body-one-head,
.body-two-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 25px;
}

.red {
  color: #bf0000;
  transition: all ease-in-out 0.5s;
}

.blue {
  color: #bf0000;
  transition: all ease-in-out 0.5s;
}

.image-1-size,
.image-2-size {
  width: 100%;
  border-radius: 26px 26px 0px 0px;
}

.question,
.info {
  height: 28px;
  width: 28px;
  vertical-align: middle;
}

.more {
  height: 20px;
  width: 20px;
}

.sign {
  height: 17px;
  width: 17px;
  vertical-align: middle;
}

.questions {
  height: 40px;
  width: 40px;
}

.globe {
  height: 28px;
  width: 28px;
}

.home {
  height: 10px;
}

.mobiles {
  width: 15px;
  padding-bottom: 2px !important;
}

button {
  border: none !important;
  background-color: transparent;
}

button:focus {
  outline: none;
}

.business {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.popin {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.points {
  width: 60px;
  top: 150px;
  position: absolute;
  top: 40%;
}

.sele {
  color: #be2025;
  border-bottom: solid 3px #be2025;
}

.social {
  height: 16px;
  width: 16px;
}

.opacity-0 {
  opacity: 0;
}

#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

#on {
  border-bottom: solid 3px #be2025;
  color: #be2025;
}

.show {
  transition: opacity 1.5s ease-in-out;
  opacity: 1;
}

.hide {
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
}

.new-hide {
  animation: new-hede 1.5s ease-in-out 1 forwards;
}

@keyframes new-hede {
  0% {
    opacity: 1;
  }

  100% {
    /* transition: opacity 1.5s ease-in-out; */
    opacity: 0;
  }
}

.show-right {
  animation: shew-right 1.5s ease-in-out forwards;
}

@keyframes shew-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: opacity 1.5s linear;
    opacity: 1;
  }
}

.show-top {
  animation: shew-top 1.5s ease-in-out forwards;
}

@keyframes shew-top {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 1.5s linear;
    opacity: 1;
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 100%);
  }
}

.slide-right {
  -webkit-animation: slide-right 1.5s ease-out forwards;
  animation: slide-right 1.5s ease-out forwards;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.slide-top {
  -webkit-animation: slide-top 1.5s ease-out forwards;
  animation: slide-top 1.5s ease-out forwards;
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.blur-in {
  /* -webkit-animation: blur 0.5s linear forwards;
      -moz-animation: blur 0.5s linear forwards;
      -ms-animation: blur 0.5s linear forwards;
      -o-animation: blur 0.5s linear forwards; */
  animation: blur 1.5s linear forwards;
  /* -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s; */
}

@keyframes blur {
  0% {
    filter: blur(1.5rem);
  }

  100% {
    transition: opacity 1.5s linear, 1.5s -webkit-filter ease-in-out filter;
    filter: blur(0);
    opacity: 1;
  }
}

.extra {
  animation: new 1.5s ease-in-out forwards;
}

@keyframes new {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    transition: opacity 1.5s linear;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* .button-top-initial {
    top: 445px;
  } */

.tabs {
  width: 400px;
  height: 160px;
}

.icons {
  -webkit-transition: all 1.2s ease-in;
  -moz-transition: all 1.2s ease-in;
  -o-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;
}

.anima:hover .icons {
  transform: rotateY(360deg);
  transition: all 1.2s;
}

.prop {
  word-break: break-word;
  background-color: #f8f8f8;
  padding-top: 5rem;
}

.heading {
  color: #be2025;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.referal {
  font-weight: 400;
  color: #18191d;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
}

.referal-para {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #535353;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  max-width: 720px;
}

.text-style {
  line-height: 1.4;
  font-size: 15px;
  color: #535353;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.pic {
  width: 50%;
}

.ones {
  border: 2px solid #be2025;
}

.ones:hover,
.ones:hover p {
  color: white;
  background-color: #be2025;
}

.ones:hover img {
  bottom: 13px;
  filter: brightness(0) invert(1);
}

.skiptranslate {
  display: none !important;
}

.translated-rtl>body {
  top: 0 !important;
}

.translated-ltr>body {
  top: 0 !important;
}

body {
  overflow-y: scroll;
}

/*------ Section-10----------------- */

.translated-rtl>body {
  top: 0 !important;
}

.translated-ltr>body {
  top: 0 !important;
}

/*-----------------------------------( below header )-----------------------------------*/
.section2 {
  padding-top: 38px;
  /* background-color: #f8f8f8; */
  padding-bottom: 68px;
}

.section2-text {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}

.schedule-button {
  background-color: #fc6404;
  color: white;
  font-size: 20px;
  border-radius: 10px;
}

/* ------------------section3----------------------◆-- */

.new-bullet {
  display: list-item;
  list-style-type: "◆";
  padding-left: 10px;
  margin-bottom: 0.25rem;
}

.new-bullet::marker {
  font-size: 12px;
  vertical-align: top;
  color: #0d63ae;
}

.section3-heading {
  font-size: 2rem;
  font-weight: 700;
}

.section3-heading span {
  border-bottom: solid 4px #0d63ae;
}

.section3-text {
  font-size: 20px;
  /* line-height: 27px; */
}

.section3-text-two {
  font-size: 18px;
  font-weight: 400;
  /* line-height: 27px; */
}

.section3-text-three {
  font-weight: 600;
  font-size: 20px;
}

.section3-text-four {
  font-size: 18px;
  font-weight: 400;
  /* line-height: 27px; */
}

.bullet {
  color: #0d63ae;
  font-size: 12px;
  margin-right: 10px;
  vertical-align: top;
}

.section3-image {
  height: 487px;
  width: 100% !important;
  /* margin-left: 100px; */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate_Right {
  animation: Right 1s ease-in forwards;
}

@keyframes Right {
  0% {
    right: -200px;
    opacity: 0.2;
  }

  100% {
    right: 0px;
    opacity: 1;
  }
}

.animate_Left {
  animation: Left 1s ease-in forwards;
}

@keyframes Left {
  0% {
    left: -200px;
    opacity: 0.2;
  }

  100% {
    left: 0px;
    opacity: 1;
  }
}

.animate_Up {
  animation-name: Up;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  position: relative;
}

@keyframes Up {
  0% {
    top: 200px;
    opacity: 0.4;
  }

  100% {
    top: 0px;
  }
}

.section3 {
  padding-top: 30px;
  background-color: #f8f8f8;
  padding-bottom: 50px;
}

/* ------------------------------------ section 4 --------------------------------------- */
.section4-heading {
  font-size: 2rem;
  font-weight: 700;
}

.section4-heading span {
  border-bottom: solid 4px #0d63ae;
}

.section4-text {
  font-size: 33px;
  line-height: 47px;
}

.section4 {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.tabs-sec4 {
  border: solid 3px #0d63ae;
  font-size: 18px;
  font-weight: 400;
  /* line-height: 33px; */
  position: relative;
  padding: 1rem;
  padding-top: 2.7rem;
  transition: all 0.2s ease-out;
}

.on-show-right {
  animation: shew-right 1.5s ease-in-out forwards;
}

.tabs-sec4:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.12) !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .padding-sm {
    padding: 0px 123px 30px 123px;
  }
}

@media (min-width: 1200px) and (max-width: 1417px) {
  .text {
    padding: 25px 24px 10px 24px !important;
    text-align: justify;
  }
}

.tabs-sec4-image::after,
.tabs-sec4-image-one::after,
.tabs-sec4-image-2::after,
.tabs-sec4-image-3::after,
.tabs-sec4-image-4::after {
  position: absolute;
  height: 70px;
  width: 70px;
  top: -38px;
  left: 50px;
}

.tabs-sec4-image::before,
.tabs-sec4-image-one::before,
.tabs-sec4-image-2::before,
.tabs-sec4-image-3::before,
.tabs-sec4-image-4::before {
  content: "";
  width: 89px;
  height: 3px;
  background: white;
  left: 41px;
  top: -3px;
  position: absolute;
}

.tabs-sec4-image::after {
  content: url("/images/Modules/1_ATS.svg");
}

.tabs-sec4-image-one::after {
  content: url("/images/Modules/2_Buddy.svg");
}

.tabs-sec4-image-2::after {
  content: url("/images/Modules/3_iCanRefer.svg");
}

.tabs-sec4-image-3::after {
  content: url("/images/Modules/4_Vendor.svg");
}

.tabs-sec4-image-4::after {
  content: url("/images/Modules/5_Customizable.svg");
}

/* ------------------------------------ section 5 --------------------------------------- */

.section5 {
  background-color: #0d63ae;
  color: white;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.circle {
  height: 110px;
  width: 110px;
  border: solid 2px white;
  border-radius: 110px;
}

.circle-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0rem !important;
  /* line-height: 45px; */
}

/* ------------------------------------ section 6 --------------------------------------- */

.section6-heading {
  font-size: 2rem;
  font-weight: 700;
}

.section6-heading span {
  border-bottom: solid 4px #0d63ae;
}

.section6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.section6-text {
  font-size: 20px;
  /* line-height: 47px; */
  /* word-spacing: 6px; */
}

.section6-text-two {
  font-size: 18px;
  font-weight: 400;
  /* line-height: 33px; */
}

.border-one {
  border-left: solid 8px #0d63ae;
}

.border-two {
  border-left: solid 8px #fc6404;
}

.card-style {
  font-size: 18px;
  transition: all 0.2s ease-out;
  background-color: #f3f3f3;
  box-shadow: 10px 10px 15px -1px rgb(217 217 217);
}

.card-style:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.12) !important;
}
.pointer{

}

/* -------------------------------section 7---------------------------- */
.section7 {
  background-color: #f8f8f8;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.write-us-heading {
  border-bottom: 5px solid #0d63ae;
}

::-webkit-input-placeholder {
  font-size: 11.5px;
  letter-spacing: 0.25px;
}

::-moz-placeholder {
  font-size: 11.5px;
  letter-spacing: 0.25px;
}

:-ms-input-placeholder {
  font-size: 11.5px;
  letter-spacing: 0.25px;
}

::placeholder {
  font-size: 11.5px;
  letter-spacing: 0.25px;
}

[required] {
  /* border-color:#fa5956 !important;  */
  outline: none;
}

input:invalid {
  border-color: #fa5956 !important;
}

textarea:invalid {
  border-color: #fa5956 !important;
}

.custom-select {
  border-color: #909395;
}

.contact {
  border-color: #909395;
}

.form-control {
  border: 1px solid #909395;
}

h1,
.ech,
h3,
h4,
.eh5,
h6 {
  font-family: "Poppins", sans-serif;
}

/* .form-control,
.custom-select {
  line-height: 2.5;
  height: 54px;
} */
.font-weight-600 {
  font-weight: 600;
}

input {
  box-shadow: none !important;
}

textarea {
  height: 80px !important;
}

.shadows {
  box-shadow: 1px 1px 11px -1px rgb(202, 202, 202);
}

.animate_Up {
  animation-name: Up;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  position: relative;
}

@keyframes Up {
  from {
    top: 200px;
    opacity: 0.4;
  }

  to {
    top: 0px;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .abc {
    margin-top: -36px;
    margin-left: -34px;
  }
}

.submits:disabled {
  background: #06c288 !important;
  border-color: #06c288 !important;
  color: #fff !important;
}

.submits:not(:disabled):hover {
  background: #1d652e !important;
  border-color: #1d652e !important;
  color: #fff !important;
}

.submits:not(:disabled) {
  background: #2d9c48 !important;
  border-color: #2d9c48 !important;
  color: #fff !important;
}

/*------------ top of page----------------- */
.top-page {
  background-color: #0d63ae;
  color: white;
  font-size: 18px;
}

/* navbar */
.nav_header:hover .underline {
  border-bottom: solid 2px #0d63ae;
  padding-bottom: 3px;
  transition: all 0.2s ease-out;
}

.nav_header .underline {
  border-bottom: solid 2px transparent;
  padding-bottom: 3px;
  transition: all 0.2s ease-out;
}

.logout {
  background-color: #fc6404;
  color: white;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-radius: 5px;
}

.nav-text {
  font-size: 20px;
}

.demo-btn {
  margin-top: 2rem !important;
}

.show-right {
  animation: shew-right 1.5s ease-in-out forwards;
}

.show-right.start {
  animation: shew-right 1.5s ease-in-out forwards;
}

@keyframes shew-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: opacity 1.5s linear;
    opacity: 1;
  }
}

.show-right-1 {
  animation: shew-right 1.9s ease-in-out forwards;
}

@keyframes shew-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: opacity 1.5s linear;
    opacity: 1;
  }
}

.show-left {
  animation: shew-left 1.5s ease-in-out forwards;
}

@keyframes shew-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0px);
    transition: opacity 1.5s linear;
    opacity: 1;
  }
}

#pageMessages {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 30%;
  z-index: 999;
}

.alert {
  position: relative;
}

.alert .close {
  position: absolute;
  top: 5px;
  /* right: 5px; */
  font-size: 1rem;
}

.alert .fa {
  margin-right: 0.3em;
}

.animated {
  animation: alert-right 0.5s ease-in-out forwards;
}

@keyframes alert-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: opacity 1.5s linear;
    opacity: 1;
  }
}