@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.btn {
  --bs-btn-padding-x: 1rem;
}

.ezhSec1 p {
  color: #989898;
  max-width: 70ch;
  font-weight: 500;
}
.ezhSec1 form .input-group {
  background: #F0F0F0;
  border-radius: 50px;
  padding: 5px;
}
@media (max-width: 767px) {
  .ezhSec1 form .input-group {
    padding: 0;
  }
  .ezhSec1 form .input-group select, .ezhSec1 form .input-group .ezJobLocation {
    display: none;
  }
}
.ezhSec1 form .input-group input,
.ezhSec1 form .input-group select {
  border: none;
  background: transparent;
  outline: none;
  padding: 0 10px;
  color: #989898;
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 16px 16px;
  padding-left: 36px;
}
.ezhSec1 form .input-group input {
  border-right: 1px solid #393939;
}
@media (max-width: 767px) {
  .ezhSec1 form .input-group input {
    border-right: none;
    padding: 0px 20px;
  }
}
.ezhSec1 form .input-group .ezJobLocation {
  background-image: url(../media/svg/ezSearchLocation.svg);
}
.ezhSec1 form .input-group .ezJobDesignation {
  background-image: url(../media/svg/ezSearchDesignation.svg);
}

.ezhSec2 {
  position: relative;
}
.ezhSec2::after {
  content: "";
  background: linear-gradient(263.48deg, #215FAD 2.45%, #F7CD09 31.7%, #7C1DC9 66.72%, #00A89C 99.28%);
  opacity: 0.3;
  filter: blur(44px);
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  height: 250px;
  z-index: -1;
}
.ezhSec2 .ezMainImg {
  text-align: center;
  margin-top: 180px;
  background-image: url(../media/images/sec2_main.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  .ezhSec2 .ezMainImg {
    height: 50vh;
  }
}
.ezhSec2 .ezMainImgCards {
  position: relative;
  margin-top: 0px;
}
.ezhSec2 .ezMainImgCards div {
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .ezhSec2 .ezMainImgCards div {
    scale: 0.5;
  }
}
.ezhSec2 .ezMainImgCards div.ezMIC1 {
  top: -100px;
  left: 0;
  transform: rotate(315deg);
}
.ezhSec2 .ezMainImgCards div.ezMIC2 {
  top: -100px;
  right: 0;
  left: -28%;
  margin: auto;
  transform: rotate(-24.02deg);
  text-align: center;
}
@media (max-width: 767px) {
  .ezhSec2 .ezMainImgCards div.ezMIC2 {
    display: none;
  }
}
.ezhSec2 .ezMainImgCards div.ezMIC3 {
  top: -100px;
  right: 0;
  transform: rotate(45deg);
}
.ezhSec2 .ezMainImgCards div img {
  animation: floating 5s linear infinite forwards;
}
.ezhSec2 .ezhSec2Bg {
  position: relative;
}
.ezhSec2 .ezhSec2Bg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  z-index: -1;
}
.ezhSec2 .ezMonitorZone {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  top: -150px;
}
.ezhSec2 .ezMonitorZone .ezMZSlides {
  position: relative;
  z-index: 1;
  width: 75%;
  margin: auto;
}
@media (max-width: 767px) {
  .ezhSec2 .ezMonitorZone .ezMZSlides {
    width: 100%;
  }
}
.ezhSec2 .ezMonitorZone .ezMZSlides video {
  border-radius: 32px;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.09));
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .ezhSec2 .ezMonitorZone .ezMZSlides video {
    border-radius: 8px;
  }
}
.ezhSec2 .ezMonitorZone .ezMZCards img {
  position: absolute;
}
@media (max-width: 991px) {
  .ezhSec2 .ezMonitorZone .ezMZCards img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .ezhSec2 .ezMonitorZone .ezMZCards img {
    display: none;
  }
}
.ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(1) {
  top: 50px;
  left: 0;
  animation: bounce;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
}
@media (max-width: 767px) {
  .ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(1) {
    top: 5px;
  }
}
.ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(2) {
  top: 80px;
  right: 0;
}
@media (max-width: 767px) {
  .ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(2) {
    top: -15px;
  }
}
.ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(3) {
  bottom: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(3) {
    bottom: -20px;
  }
}
.ezhSec2 .ezMonitorZone .ezMZCards img:nth-child(4) {
  bottom: -40px;
  right: 0;
}

.ezhSec3 .card {
  border: 1px dashed rgba(0, 0, 0, 0.1254901961);
  border-radius: 20px;
}
.ezhSec3 .card p {
  font-size: 14px;
  line-height: 17px;
  color: #B6B6B6;
}

.ezhSec4 {
  margin: 50px 0;
}
.ezhSec4 .card {
  background-color: #F5FAFF;
  border: none;
}
.ezhSec4 .card .card-body {
  padding: 100px 30px;
  color: #363848;
}
@media (max-width: 767px) {
  .ezhSec4 .card .card-body {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .ezhSec4 .card .card-body .w-75 {
    width: 100% !important;
  }
}

.ezhSec5 {
  margin: 100px 0;
  color: #363848;
}
.ezhSec5 .card {
  border: none;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 10px;
}
.ezhSec5 .card .card-body {
  padding: 50px 50px 35px 50px;
}
@media (max-width: 767px) {
  .ezhSec5 .card .card-body {
    color: #fff;
  }
}
.ezhSec5 .card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ezhSec5 .card .card-body ul li {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3137254902);
  width: 100%;
  padding: 13px 0px;
  font-weight: 500;
}
.ezhSec5 .card .card-body .btn-primary {
  border: none;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 25px;
}
.ezhSec5 .card .card-body .btn-primary img {
  transition: all 0.2s linear;
}
.ezhSec5 .card .card-body .btn-primary:hover img {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .ezhSec5 .card .card-body .btn-primary img {
    transform: translateX(5px);
  }
}
.ezhSec5 .card.ezhFreeCard {
  color: #7C1DC9;
}
.ezhSec5 .card.ezhFreeCard .btn-primary {
  background-color: #7C1DC9;
}
.ezhSec5 .card.ezhFreeCard:hover {
  background-color: #7C1DC9;
}
@media (max-width: 767px) {
  .ezhSec5 .card.ezhFreeCard {
    background-color: #7C1DC9;
  }
}
.ezhSec5 .card.ezhBasicCard {
  color: #0080FF;
}
.ezhSec5 .card.ezhBasicCard .btn-primary {
  background-color: #0080FF;
}
.ezhSec5 .card.ezhBasicCard:hover {
  background: #0080FF;
}
@media (max-width: 767px) {
  .ezhSec5 .card.ezhBasicCard {
    background-color: #0080FF;
  }
}
.ezhSec5 .card.ezhPremiumCard {
  color: #0061EC;
}
.ezhSec5 .card.ezhPremiumCard .btn-primary {
  background-color: #0061EC;
}
.ezhSec5 .card.ezhPremiumCard:hover {
  background: #0061EC;
}
@media (max-width: 767px) {
  .ezhSec5 .card.ezhPremiumCard {
    background-color: #0061EC;
  }
}
.ezhSec5 .card .btn-primary {
  color: white;
}
.ezhSec5 .card:hover {
  color: white;
}
.ezhSec5 .card:hover .btn {
  background-color: white;
  color: black;
}
.ezhSec5 .card:hover .btn img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .ezhSec5 .card {
    color: white;
  }
  .ezhSec5 .card .btn-primary {
    background-color: white !important;
    color: black;
  }
  .ezhSec5 .card .btn-primary img {
    filter: brightness(0);
  }
}

.ezhSec6 {
  margin: 100px 0px;
}
.ezhSec6 .ezhQuoteImg {
  position: relative;
}
.ezhSec6 .ezhQuoteImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url("../media/svg/ezhSec6Quote.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  animation: floating 2s linear infinite forwards;
}
.ezhSec6 p {
  font-size: 14px;
}
.ezhSec6 .ezhServiceCards {
  margin-top: 30px;
}
.ezhSec6 .ezhServiceCards .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
}
.ezhSec6 .ezhServiceCards .card:nth-child(1) {
  background: #F8F0FF;
}
.ezhSec6 .ezhServiceCards .card:nth-child(2) {
  background: #FFFCED;
}
.ezhSec6 .ezhServiceCards .card:nth-child(3) {
  background: #F1F7FF;
  margin-bottom: 0;
}
.ezhSec6 .ezhServiceCards .card .card-body {
  padding: 10px;
}
.ezhSec6 .ezhServiceCards .card .card-body img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 10px;
}

.ezhSec7 {
  overflow: hidden;
  padding: 110px 0 200px;
}
.ezhSec7 .slider-container {
  left: -50px;
  margin: 0 auto;
  position: relative;
  transform: rotate(7deg);
}
.ezhSec7 .slider-container .slider-container-1,
.ezhSec7 .slider-container .slider-container-2 {
  transform: translateX(0);
}
.ezhSec7 .slider-container .slider-container-1 > div,
.ezhSec7 .slider-container .slider-container-2 > div {
  border-radius: 20px;
  flex: 1 1;
  margin: 10px;
  max-height: 268px;
  min-width: 25%;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .ezhSec7 .slider-container .slider-container-1 > div,
.ezhSec7 .slider-container .slider-container-2 > div {
    min-width: 300px;
  }
}
.ezhSec7 .slider-container .slider-container-1 > div.violet-bg,
.ezhSec7 .slider-container .slider-container-2 > div.violet-bg {
  background-color: #7057f3;
}
.ezhSec7 .slider-container .slider-container-1 > div img,
.ezhSec7 .slider-container .slider-container-1 > div video,
.ezhSec7 .slider-container .slider-container-2 > div img,
.ezhSec7 .slider-container .slider-container-2 > div video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.ezhSec7 .slider-container .slider-container-1 > div .slider-card,
.ezhSec7 .slider-container .slider-container-2 > div .slider-card {
  border-radius: 10px;
  padding: 10px;
}
.ezhSec7 .slider-container .slider-container-1 > div .slider-card h4,
.ezhSec7 .slider-container .slider-container-2 > div .slider-card h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 auto 20px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .ezhSec7 .slider-container .slider-container-1 > div .slider-card h4,
.ezhSec7 .slider-container .slider-container-2 > div .slider-card h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 10px;
  }
}
.ezhSec7 .slider-container .slider-container-1 > div .slider-card p,
.ezhSec7 .slider-container .slider-container-2 > div .slider-card p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  margin: 0 auto;
  max-width: 80%;
}
@media (max-width: 767px) {
  .ezhSec7 .slider-container .slider-container-1 > div .slider-card p,
.ezhSec7 .slider-container .slider-container-2 > div .slider-card p {
    font-size: 12px;
    line-height: 18px;
  }
}
.ezhSec7 .justify-flex-end {
  justify-content: flex-end;
}
.ezhSec7 .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ezhSec7 .nowrap {
  flex-wrap: nowrap;
}

.ezhSec8 {
  margin: 50px 0px;
}
.ezhSec8 .btn {
  color: #989898;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.ezhSec8 .btn a {
  color: currentColor;
  text-decoration: none;
}
.ezhSec8 .btn.btn-primary {
  color: #fff;
}
.ezhSec8 .btn.btn-primary:hover {
  color: #fff;
}
.ezhSec8 .btn:hover {
  color: #000;
}
.ezhSec8 .btn:last-child {
  margin-bottom: 0;
}

.ezhSec9 {
  margin: 100px 0px;
  background-color: #0061EC;
  color: #fff;
  padding: 30px 0px;
}

.ezhSec10 {
  margin: 100px 0px;
  padding: 30px 0px;
  position: relative;
}
.ezhSec10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(263.48deg, rgba(33, 95, 173, 0.3764705882) 2.45%, rgba(191, 114, 253, 0.3764705882) 35.74%, rgba(252, 234, 149, 0.3764705882) 70.53%, rgba(33, 95, 173, 0.3764705882) 99.28%);
  filter: blur(44px);
  z-index: -1;
}
.ezhSec10 .btn {
  background: linear-gradient(263.48deg, rgba(33, 95, 173, 0.4196078431) 2.45%, rgba(73, 241, 236, 0.5098039216) 49.86%, rgba(0, 168, 156, 0.5215686275) 99.28%);
  color: #000;
  border: none;
  padding: 5px 30px;
}

.ezhSec11 {
  margin: 50px 0px;
}
.ezhSec11 .card {
  background-color: #fafafa;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 15px;
}
.ezhSec11 .card .card-body {
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .ezhSec11 .card .card-body {
    padding: 20px;
  }
}
.ezhSec11 .ezhTestiActions {
  margin-top: 30px;
}
.ezhSec11 .ezhTestiActions button {
  background: #fff;
  border-radius: 50px;
  height: 42px;
  width: 42px;
  border: none;
  margin: 0 10px;
  padding: 0;
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  transition: all 0.3s ease-in-out;
}
.ezhSec11 .ezhTestiActions button img {
  filter: brightness(0);
}
.ezhSec11 .ezhTestiActions button:hover {
  background: #1967D2;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.ezhSec11 .ezhTestiActions button:hover img {
  filter: none;
}

footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  footer ul {
    margin-bottom: 10px;
  }
}
footer ul li {
  display: inline-block;
  margin-left: 15px;
}
footer ul li:first-child {
  margin-left: 0;
}
footer ul li a {
  text-decoration: none;
}
@media (max-width: 575px) {
  footer ul li a svg {
    height: 18px;
    width: 18px;
  }
}
footer ul li a svg path {
  fill: #000;
}
footer ul li a svg:hover.tr_socialFB path {
  fill: #1877f2;
}
footer ul li a svg:hover.tr_socialTW path {
  fill: #1da1f2;
}
footer ul li a svg:hover.tr_socialLN path {
  fill: #0077b5;
}
footer ul li a svg:hover.tr_socialIN path {
  fill: #c13584;
}
footer ul li a svg:hover.tr_socialYT path {
  fill: #ff0000;
}
footer ul li:hover a svg path {
  fill: inherit;
}
footer ul li .btn {
  border-radius: 0px;
  padding-inline: 30px;
  font-weight: 500;
}
footer ul li .btn:hover {
  background-color: #B7E4FF;
  color: #000;
  border: 1px solid #B7E4FF;
}
@media (max-width: 575px) {
  footer ul li .btn {
    padding: 3px 10px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer a {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer p span {
    display: none;
  }
}

.owl-carousel .owl-item img {
  width: unset;
  display: unset;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button {
  vertical-align: middle;
}
.owl-carousel .owl-dots button.owl-dot span {
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  margin-inline: 3px;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #7EB7FF;
}

.ezhTabContents .owl-dot span, .ezPackages .owl-dot span {
  background: #d9d9d9 !important;
}
.ezhTabContents .owl-dot.active span, .ezPackages .owl-dot.active span {
  background: #215FAD !important;
}

@keyframes floating {
  0% {
    transform: translateZ(0);
  }
  45% {
    transform: translate3d(0, -10%, 0);
  }
  55% {
    transform: translate3d(0, -10%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
