@charset "utf-8";

/* CSS Document */
.tf-btn {
  cursor: pointer;
}

.logo {
  display: block;
  padding: 10px 0px;
}

.logo a img {
  height: 90px;
  width: auto;
}

.is-fixed .logo a img {
  height: 60px;
  width: auto;
}

.tf-spacing-new {
  padding: 70px 0px;
}

.header-inner-wrap .logo a,
.top-header-mobi a.m-logo {
  font-size: 35px;
  color: #000;
  font-weight: bold;
}

.top-header-mobi a.m-logo {
  font-size: 15px;
}

.title-page-title {
  font-size: 60px;
  line-height: 1.1;
}

.page-title-home.style-2 .page-title-home-image .image-1 {
  position: relative;
}

.req-demo .form-control,
.req-demo .form-select {
  height: 40px;
  font-size: 16px;
  line-height: 18px !important;
  border-color: transparent;
}

.box-icon-content .title a {
  font-size: 20px;
}

.about-left .image {
  position: relative;
}

.about-left .image .exp-box {
  position: absolute;
  left: 50px;
  bottom: -50px;
  padding: 35px 40px;
  background-color: var(--Primary);
  font-size: 20px;
  line-height: 1.2em;
  color: var(--White);
  letter-spacing: -0.04em;
  font-weight: 600;
  background-image: url('../image/new-images/lines3.webp');
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1399.98px) {
  .about-left .image .exp-box {
    left: 15px;
    bottom: -50px;
  }
}

@media (max-width: 767.98px) {
  .about-left .image .exp-box {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .about-left .image .exp-box::before {
    display: none;
  }
}

.about-left .image .exp-box:before {
  position: absolute;
  right: -40px;
  bottom: 0;
  content: "";
  border-bottom: 50px solid var(--Primary);
  border-right: 40px solid transparent;
}

.about-bg-shape {
  position: absolute;
  top: 75px;
  left: 0;
  right: 125px;
  margin: 0 auto;
  text-align: center;
  z-index: -2;
}

.about-shape {
  position: absolute;
  right: 22px;
  bottom: -22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-shape {
    right: 100px;
    bottom: -35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-shape {
    right: -30px;
    bottom: -5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-shape {
    right: 0px;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .about-shape {
    display: none;
  }
}

.about-shape .content {
  position: absolute;
  right: 30%;
  top: 25%;
  transform: rotate(-28deg);
}

.about-shape .content h4 {
  font-size: 55px;
  color: #ffffff;
  font-weight: bold;
}

.about-shape .content span {
  font-size: 40px;
  color: #ffffff;
  display: block;
}

.blog-image img {
  width: 100%;
}

.blog-info h5 {
  color: #000;
  margin-bottom: 15px;
}

.blog_content {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 50px 75px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_content {
    margin-top: 0;
    padding: 68px 20px 42px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_content {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .blog_content {
    margin-top: 0;
    padding: 30px;
  }
}

.page-title-content span {
  display: inline-block;
  background-color: #f6921e;
  padding: 8px 20px;
}

.details-section .outter{
     display: flex;
    flex-direction: column;
    gap: 20px;
    /* overflow: scroll; */
    overflow-x: hidden;
    height: 340px;
}

.details-section .outter .box{
    border: 1px solid #DFE2E7;
    padding: 12px;
    background: white;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.details-section .outter .box h3{
    font-size: 20px;
    line-height: 15px;
}

.details-section ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  line-height: 26px;
}

.details-section ul li i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ec145a;
  text-align: center;
  line-height: 30px;
  color: #FFF;
}

.details-section ul li a {
  color: #000;
}

.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%
}

.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.sidebar-service-list li a i,
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  background-color: var(--Primary);
  color: #fff
}

.sidebar-service-list {
  margin: 0
}

.sidebar-service-list li+li {
  margin-top: 10px
}

.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  color: var(--Black);
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  background-color: #f5faff;
  border-radius: 15px;
  padding: 19px 40px
}

.sidebar-service-list li a:hover {
  color: var(--Primary)
}

.sidebar-service-list li a:hover i {
  transform: translateY(-50%)
}

.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px
}

.sidebar-service-list li.current a {
  color: #ec145a
}

.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: #ec145a
}

.service-details h5 {
  font-weight: bold;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.service-details ol {
  margin-left: 20px;
  line-height: 1.4;
}

.service-details ol li {
  list-style-type: decimal;
}

.service-details ul {
  margin-top: 10px;
  margin-left: 20px;
}

.service-details ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  line-height: 26px;
}

.service-details ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: 0px;
  color: var(--Primary)
}

.sidebar__category,
.sidebar__category-list li a {
  position: relative;
  display: block;
  border-radius: 10px
}

.sidebar__category-list li a:hover,
.sidebar__category-list li.active a {
  background-color: #fff;
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category {
  color: #171717;
  background-color: #f8f6f1;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1
}

@media only screen and (max-width:767px) {
  .sidebar__category {
    padding: 30px 15px
  }
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 25px;
  color: #000;
  font-weight: bold;
}

.sidebar__category-list {
  margin: 0
}

.sidebar__category-list li+li {
  margin-top: 15px
}

.sidebar__category-list li a {
  color: #000;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  background: 0 0;
  padding: 12px 20px;
  font-weight: 500
}

.sidebar__category-list li a:hover {
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: .5s;
  transition: .5s;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px
}

.sidebar__category-list li.active a {
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  border-radius: 10px;
  color: var(--Primary)
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e
}

.login a {
  display: inline-block;
  background-color: var(--Primary);
  color: #FFF !important;
  border: 1px solid var(--Primary);
}

.login a:hover {
  background-color: var(--Critical);
  color: var(--White) !important;
  border: 1px solid var(--Critical);
}

.modal-dialog h5 {
  color: var(--Black);
  font-weight: bold;
}

.modal-dialog .form-group {
  margin-bottom: 20px;
}

.modal-dialog .form-group .form-control,
.modal-dialog .form-group .form-select {
  font-size: 16px;
  line-height: 38px;
}

.for-whom-page ol li {
  margin-bottom: 20px;
}

.leader-page ol>li {
  position: relative;
  padding-left: 190px;
  min-height: 130px;
}

.leader-page ol li img {
  width: 170px;
  left: 0px;
  margin-top: 0px;
  position: absolute;
  left: 0px;
}

.leader-page ol>li ul li {
  margin-bottom: 5px;
}

.why-choose-us {
  display: block;
  background-position: center;
  background-size: cover;
  padding: 50px 40px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 490px;
}

.why-choose-us:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  content: "";
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: 500ms;
}

.why-choose-us:hover:before {
  background-color: rgba(51, 51, 51, 0.5);
}

.why-choose-us h4 {
  margin-bottom: 20px;
  min-height: 84px;
}

.why-choose-us h4,
.why-choose-us p {
  position: relative;
  z-index: 2;
  color: #FFF;
}

.app-download {
  display: block;
  padding: 70px 0px;
}

.app-download a {
  display: inline-block;
  margin: 10px 30px;
}

.app-download a img {
  transition: 500ms;
}

.app-download a:hover img {
  transform: scale(1.05);
}

.feature-content ul {
  margin-left: 30px;
}

.feature-content ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.feature-content ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: 0px;
  color: var(--Critical)
}

.faq-app {
  display: block;
  margin: 15px 0px;
  text-align: center;
}

.faq-app a {
  display: inline-block;
  margin: 10px 20px;
}

.faq-app a img {
  height: 50px;
  width: auto;
}

.feature-img {
  position: relative;
  margin-left: -60px;
}

.feature-img .feature-icon {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 150px;
  z-index: -1;
  animation: rotation infinite 3s linear;
  opacity: 0.3;
}

.feature-img .feature-icon1 {
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 150px;
  z-index: -1;
  animation: updown infinite 3s linear;
  opacity: 0.1;
}

.feature-content {
  position: relative;
  background-color: #FFF;
  margin-right: -60px;
  z-index: 1;
  padding: 30px 40px;
}

.sec-alt .feature-img {
  margin-left: auto;
  margin-right: -60px;
}

.sec-alt .feature-img .feature-icon {
  left: -60px;
  top: -60px;
  right: auto;
}

.sec-alt .feature-img .feature-icon1 {
  position: absolute;
  right: -60px;
  left: auto;
  bottom: -60px;
  width: 150px;
  z-index: -1;
  animation: updown infinite 3s linear;
}

.sec-alt .feature-content {
  margin-right: auto;
  margin-left: -60px;
}

.categories-item-fea {
  position: relative;
  padding-left: 150px;
  color: #FFF;
  margin-bottom: 30px;
}

.categories-item-fea .icon {
  width: 130px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 30px;
  color: var(--Primary);
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  text-align: center;
}

.categories-item-fea:hover .icon i {
  animation: updown infinite 1s linear;
}

.categories-item-fea .categories-content {
  color: #FFF;
  font-size: 16px;
}

.categories-item-fea .categories-content h5 {
  color: #FFF;
  margin-bottom: 10px;
}

.about-grid-card {
  display: flex;
  gap: 20px;
  position: relative;

}

.about-grid-card.style6 .box-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.about-grid-card.style6:hover .box-title {
  color: #1998D5;
}

.about-grid-card.style6 {
  background: #F6F6F7;
  border-radius: 12px;
  padding: 40px;
  padding-left: 150px;
  border: 1px solid #F6F6F7;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.about-grid-card.style6 .box-icon {
  /* width: 300px; */
  /* height: auto; */
  background: transparent;
  /* align-self: start; */
  /* position: absolute; */
  /* left: 40px; */
  /* top: 40px; */
}
.about-grid-card.style6 .box-icon.leader{
  width: 300px;
}

.about-grid-card.style6 .box-icon img,
.about-grid-card.style6 .box-icon svg,
.about-grid-card.style6 .box-icon i {
  transition: 0.4s;
  width: 80px;
}

.about-grid-card.style6 .box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.about-grid-card.style6:not(:last-child) {
  margin-bottom: 20px;
}


.about-grid-card.style6:hover {
  border: 1px solid #1998D5;
}

.about-grid-card.style6:hover .box-icon img {
  transform: scale(-1) rotate(180deg);
}

@media (max-width: 991.98px) {
  .about-grid-card.style6 .box-icon {
    justify-content: start;
  }
}

@media (max-width: 767.98px) {
  .about-grid-card.style6 {
    padding: 30px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes updown {
  0% {
    transform: translateY(-20%);
  }

  50% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(-20%);
  }
}

.page-title-home-swiper-4 {
  position: relative;
  padding-top: 40px;
}

.page-title-home-swiper-4 .slider-arrow {
  position: absolute;
  display: flex;
  gap: 15px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.page-title-home-swiper-4 .slider-arrow .section-next-2 {
  right: 0px;
  left: auto;
  position: absolute;
}

.workflow-img {
  padding: 20px 40px;
}

.workflow-img img {
  border-radius: 40px;
}

.workflow-content {
  display: block;
  padding: 20px 40px 20px 60px;
  position: relative;
}

.workflow-content span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 100px;
  color: #FFF;
  opacity: 0.2;
  font-weight: 900;
}

.workflow-content h4 {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 30px;
}

.workflow-content ul li {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.workflow-content ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  content: "\f0da";
  position: absolute;
  left: 0px;
  color: #F6921E;
  left: 5px;
}

#contactform fieldset,
#demoform .form-group,
#signupform .form-group,
#serviceform .form-group {
  position: relative;
}

#contactform fieldset label.error,
#demoform .form-group label.error,
#signupform .form-group label.error,
#serviceform .form-group label.error {
  position: absolute;
  left: 0px;
  bottom: -10px;
  color: #f00;
  font-size: 12px;
  line-height: 0;
}


/* #signinModal .modal-dialog{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}



#signinModal .modal-content {
    border-radius: 13px;
}

#signinModal .modal-header {
  padding: 15px 20px;
}

#signinModal .modal-title{
  font-size: 20px;
}
#signinModal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 15px 20px;
}


#signinModal .modal-body a{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 7px;
    color: #363636;
}
#signinModal .modal-body a:hover
{
  background-color: #f2f2f2;
  gap: 14px;

}
#signinModal .modal-body a img{ 
    height: 35px;
    width: 35px;
} */

/* form .iti--allow-dropdown {
  width: 100%;
} */

.header-right .login {
  position: relative;

}


#signinDropdown.dropdown-content {
  border-radius: 13px;
  top: 45px;
  display: none;
  position: absolute;
  background: #fff;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#signinDropdown .dropdownContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 15px 20px;
}


#signinDropdown .dropdownContent a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 7px;
  color: #363636 !important;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
  transition: all .3s ease;
}

#signinDropdown .dropdownContent a:hover {
  background-color: #f2f2f2;
  gap: 14px;

}

#signinDropdown .dropdownContent a img {
  height: 35px;
  width: 35px;
}

@media (max-width: 1020px) {
  .header-inner .logo img {
    height: 60px;
  }
}

.details-section {
  display: none;
}

.details-section.active {
  display: block;
}

.content.active {
  display: block;
}

.section-info.office-adress {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-select {
  position: relative;
  width: 200px;
  cursor: pointer;
  /* margin-bottom: 24px; */
}

.custom-select span{
    position: absolute;
    top: -5px;
    z-index: 1;
    font-size: 12px;
    background: #ffffff;
    color: #525252;
    left: 11px;
}
.custom-select .selected {
    border: 1px solid #DFE2E7;
    padding: 8px;
    background: white;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 4px
}


.custom-select .selected img {
  width: 30px;
  /* height: 15px; */
  margin-right: 8px;
}


.custom-select .select-options {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 999;
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}

.custom-select .select-options li {
  padding: 8px;
  display: flex;
  align-items: center;
}

.custom-select .select-options li img {
  width: 30px;
  /* height: 15px; */
  margin-right: 8px;
}

.custom-select .select-options li:hover {
  background-color: #eee;
}

.custom-select .selected .arrow {
  transition: transform 0.3s ease;
}

.custom-select .selected .arrow.rotate {
  transform: rotate(-3.142rad);
}

form select {
  width: 100% !important;
  position: relative !important;
  padding: 9px 15px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

form .phone{
  width: 100%;
}
form .phone .iti{
  width: 100%;
}

.primary-h2 {
    font-size: 44px;
    line-height: 50px;
    color: #000000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .primary-h2 {
    font-size: 30px;
    line-height: 42px;
    }
}

.primary-h1 {
    font-size: 45px;
    line-height: 55px;
    color: #121212;
    font-weight: bold;
}

.service-h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    padding: 12px 0;
}
@media (max-width: 768px) {
   .service-h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    }
}

.primary-h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
.why-h4 {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    min-height: 84px;
    font-weight: 700;
}

.benefit-h2 {
    padding-bottom: 8px;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 30px;
    color: #121212;
}
.categories-item:hover .benefit-h2{
  
  color: #ffffff
}
