@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

footer .footer_bottom .f_socialbody {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  transition: all 150ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  transition: all 150ms ease-in-out;
}

.banner_box22 {
  background-image: linear-gradient(120deg, #1d7ba4 0%, #000733 85%);
}

.banner_v2_wrap .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner_v2_wrap .banner_inner {
  position: relative;
  z-index: 1;
}

.banner_v2_wrap .banner_inner .banner_info {
  width: 100%;
  max-width: 750px;
}

.banner_v2_wrap .banner_inner .banner_info h1 {
  /* font-size: 46px; */
  font-size: 38px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--white);
  margin: 0;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.banner_v2_wrap .banner_inner .banner_info h1 span {
  font-weight: 700;
}

.banner_v2_wrap .banner_inner .banner_info h1::after {
  content: "";
  width: 65%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner_v2_wrap .banner_inner .banner_info h2 {
  /* font-size: 46px; */
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  color: #1cf;
}

.banner_v2_wrap .banner_inner .banner_info a {
  font-size: 18px;
  font-weight: 600;
  background-color: #27abec;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  padding: 18px 30px;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
}

.banner_v2_wrap .banner_inner .banner_info a:hover {
  background-color: #fff;
  color: #1e2f97;
}

.banner_v2_wrap .banner_inner .banner_img {
  position: absolute;
  top: -45px;
  right: -150px;
  width: 660px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@media (max-width: 992px) {
  .banner_v2_wrap {
    padding: 0;
    background-size: cover;
  }

  .banner_v2_wrap .banner_inner .banner_info {
    padding: 65px 0;
  }

  .banner_v2_wrap .banner_inner .banner_img {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 0 auto;
    bottom: -44px;
  }

  .tail_wrap .dw_item figure {
    height: 180px !important;
  }
}

@media (max-width: 575px) {
  .banner_v2_wrap .banner_inner .banner_info h1 {
    font-size: 30px;
  }

  .banner_v2_wrap .banner_inner .banner_info a {
    margin-top: 20px;
  }

  .banner_v2_wrap .banner_inner .banner_info h2 {
    font-size: 30px;
  }

  .banner_v2_wrap .banner_inner .banner_info a {
    font-size: 16px;
    padding: 15px 25px;
  }

  .banner_v2_wrap .banner_inner .banner_img {
    bottom: -30px;
    width: 455px;
  }

  .tail_wrap .dw_item figure {
    height: 249px !important;
  }

  .tail_wrap .dw_item figure img {
    object-fit: inherit !important;
  }
}

.sec_heading {
  margin-bottom: 45px;
}

.sec_heading h3,
.sec_heading .heading3 {
  font-size: 36px;
  line-height: 1.25;
  color: #111;
  margin: 0;
  margin-bottom: 10px;
}

.sec_heading h3 span,
.sec_heading .heading3 span {
  color: #1e2f97;
  margin-left: 10px;
}

.advantage_box span {
  margin-left: unset !important;
}

.sec_heading p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #242424;
  margin: 0;
  padding: 0;
}

.sec_heading.text-white h3,
.sec_heading.text-white p {
  color: var(--white);
}

@media (max-width: 575px) {
  .sec_heading {
    margin-bottom: 40px;
  }

  .sec_heading h3 {
    font-size: 27px;
  }

  .sec_heading p {
    font-size: 16px;
  }
}

.w700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto !important;
}

.w1020 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto !important;
}

.w1080 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important;
}

.tail_wrap {
  padding: 60px 0;
  padding-bottom: 75px;
}

.tail_wrap .row {
  margin: -5px;
}

.tail_wrap .row .col-12 {
  padding: 5px;
}

.tail_wrap .dw_item {
  background-color: #edeff3;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.tail_wrap .dw_item figure {
  width: 100%;
  height: 249px;
  background-color: #27abed;
  margin: 0;
  position: relative;
}

.tail_wrap .dw_item figure img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  position: absolute;
  width: 100%;
}

.tail_wrap .dw_item .dw_con {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 16px;
  padding: 24px;
  min-height: 400px;
}

.tail_wrap .dw_item .dw_con h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #111;
  margin: 0;
  min-height: 70px;
}

.tail_wrap .dw_item .dw_con P {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #242424;
  padding: 0;
  margin: 0;
  min-height: 260px;
}

.tail_wrap .dw_item .dw_con a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  color: #1e2f97;
  position: relative;
  width: fit-content;
}

.tail_wrap .dw_item .dw_con a i {
  line-height: unset;
  padding-left: 5px;
  font-weight: 600;
}

.tail_wrap .dw_item .dw_con a::before {
  content: "";
  background-color: #1e2f97;
  width: 0;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 400ms ease-in-out;
}

.tail_wrap .dw_item .dw_con a:hover::before {
  width: 100%;
}

@media (max-width: 768px) {
  .dw_item .dw_con {
    min-height: auto;
  }
}

@media (max-width: 1400px) {
  .tail_wrap .dw_item .dw_con {
    min-height: 400px;
  }
}

@media (max-width: 1200px) {
  .tail_wrap .dw_item .dw_con {
    min-height: 490px;
  }
}

@media (max-width: 992px) {
  .tail_wrap .dw_item .dw_con {
    min-height: 575px;
  }
}

@media (max-width: 820px) {
  .tail_wrap .dw_item .dw_con {
    /* min-height: 620px */
    min-height: 540px;
    padding: 12px;
  }
  .tail_wrap .dw_item .dw_con h3 {
    font-size: 22px;
  }
  .tail_wrap .dw_item .dw_con p {
    min-height: 370px;
  }
}

@media (max-width: 575px) {
  .tail_wrap .dw_item .dw_con {
    min-height: unset;
  }

  .tail_wrap .dw_item .dw_con h3 {
    min-height: unset;
  }

  .tail_wrap .dw_item .dw_con P {
    min-height: unset;
  }
}

.schedule_wrap {
  position: relative;
  padding: 80px 0;
  padding-top: 70px;
  background-image: var(--reverse-blue-gr);
}

.schedule_wrap .sch_inner {
  position: relative;
}

.schedule_wrap .sch_inner .sch_info {
  width: 100%;
}

.schedule_wrap .sch_inner .sch_info h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 32px;
  max-width: 465px;
}

.schedule_wrap .sch_inner .sch_info a {
  font-size: 18px;
  font-weight: 600;
  background-color: #27abec;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  padding: 18px 30px;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
}

.schedule_wrap .sch_inner .sch_info a:hover {
  background-color: #fff;
  color: #1e2f97;
}

.schedule_wrap .sch_inner .sch_info ul {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.schedule_wrap .sch_inner .sch_info ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 27.2px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.schedule_wrap .sch_inner .sch_info ul li i {
  color: #60935d;
  font-size: 24px;
}

.schedule_wrap .sch_inner img {
  position: absolute;
  bottom: -90px;
  right: 0;
  width: 460px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@media (max-width: 820px) {
  .schedule_wrap .sch_inner img {
    position: absolute !important;
    bottom: -90px;
    right: 0 !important;
    width: 460px !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }

  .download_flyer_schedule .sch_inner img {
    position: relative !important;
  }
}

@media (max-width: 768px) {
  .schedule_wrap {
    overflow: hidden;
  }

  .schedule_wrap .sch_inner img {
    position: relative;
    right: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
  }

  .download_flyer_schedule .sch_inner img {
    position: relative !important;
  }
}

@media (max-width: 575px) {
  .schedule_wrap .sch_inner .sch_info a {
    font-size: 16px;
    padding: 14px 25px;
  }

  .schedule_wrap .sch_inner img {
    position: relative !important;
  }

  .download_flyer_schedule .sch_inner img {
    bottom: -54px !important;
    width: 100% !important;
  }
}

footer {
  padding: 64px 0;
  padding-bottom: 25px;
  background-color: #111;
  position: relative;
  overflow: hidden;
}

footer .f_widget {
  margin-bottom: 35px;
}

footer .f_widget h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px;
}

footer .f_widget ul {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .f_widget ul li {
  display: block;
  line-height: 1.7;
}

footer .f_widget ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 20px;
  transition: all 400ms ease-in-out;
}

footer .f_widget ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #747474;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 400ms ease-in-out;
}

footer .f_widget ul li a::after {
  content: "";
  background-color: #3db4ef;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: all 400ms ease-in-out;
}

footer .f_widget ul li a:hover {
  color: #3db4ef;
}

footer .f_widget ul li a:hover::before {
  border-radius: 50%;
  transform: rotate(360deg);
  background-color: #fff;
}

footer .f_widget ul li a:hover::after {
  width: 75%;
}

footer .footer_bottom {
  align-items: flex-end;
}

footer .footer_bottom .f_social {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

footer .footer_bottom .f_social li {
  display: block;
}

footer .footer_bottom .f_social li a {
  display: block;
  font-weight: 400;
  background-color: #cfcfcf;
  color: #111;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

footer .footer_bottom .f_social li a i {
  position: relative;
  z-index: 1;
}

footer .footer_bottom .f_social li a img {
  filter: invert(1);
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out;
}

footer .footer_bottom .f_social li a:hover {
  color: #fff;
  background-color: #1e2f97;
}

footer .footer_bottom .f_social li a:hover img {
  filter: none;
}

footer .footer_bottom p {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
  margin: 0;
}

footer .footer_bottom p a {
  display: inline-block;
  color: inherit;
}

footer .footer_bottom p a:hover {
  color: #3db4ef;
}

footer .footer_bottom .f_brand {
  width: 100%;
  max-width: 840px;
  display: flex;
  margin: 0 auto;
  margin-right: 0;
  gap: 25px;
}

footer .footer_bottom .f_brand a {
  display: block;
}

footer .footer_bottom .f_brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

footer .footer_bottom .f_brand .Scorecard_img {
  width: 10%;
}

footer .footer_bottom .f_brand .brand_sec_box {
  width: 43%;
  margin-left: -3%;
}

footer .footer_bottom .f_brand .footer_sco_box {
  display: contents;
}

footer .footer_bottom .f_brand .footer_sco_box a::after {
  content: "";
  background-color: #fefefe;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 34%;
  right: 76.2%;
}

footer .footer_bottom .f_brand .brand_bsi_box {
  width: 310%;
  margin-right: -14%;
}

footer .footer_bottom .f_brand .rate_box {
  width: 42%;
}

footer .footer_bottom .f_brand .brand_aicpa_box {
  width: 90%;
  position: relative;
  left: 12%;
}

footer .footer_bottom .terms_link {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px 0;
  margin-bottom: 15px;
}

footer .footer_bottom .terms_link li {
  display: inline-block;
  position: relative;
}

footer .footer_bottom .terms_link li::after {
  content: "";
  background-color: #939393;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 1px;
  right: -10px;
}

footer .footer_bottom .terms_link li a {
  display: block;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
  transition: all 300ms ease-in-out;
}

footer .footer_bottom .terms_link li a:hover {
  color: #27abed;
}

footer .footer_bottom .terms_link li:last-child::after {
  content: none;
}

@media (max-width: 1400px) {
  footer .footer_bottom .f_brand {
    width: 92%;
    margin-left: 1%;
  }

  footer .footer_bottom p {
    font-size: 7px !important;
  }
}

@media (max-width: 1200px) {
  footer {
    height: 750px;
  }

  footer .footer_bottom .col-12:first-child {
    order: 2;
    position: absolute;
    top: 88%;
    left: 40%;
  }

  footer .footer_bottom .f_brand .brand_aicpa_box {
    position: absolute;
    width: 30%;
    top: 120%;
    left: 55%;
  }

  footer .footer_bottom .f_brand .brand_bsi_box {
    margin-right: -50%;
  }

  footer .bsi_text {
    left: 48%;
    top: 285%;
    font-size: 12px !important;
  }

  footer .footer_bottom .terms_link {
    width: 270px;
  }

  footer .footer_bottom .f_social {
    margin-left: 22px;
  }
}

@media (max-width: 1100px) {
  .landing_footer {
    height: 480px;
  }

  .landing_footer .footer_bottom .col-12:first-child {
    top: 73% !important;
  }

  .landing_menu_cta {
    margin-left: 54%;
  }
}

@media (max-width: 992px) {
  footer .f_widget h4 {
    margin-bottom: 10px;
  }

  footer .footer_bottom {
    display: grid;
    justify-content: stretch;
    gap: 30px;
  }

  footer .footer_bottom .col-12:first-child {
    order: 2;
    position: absolute;
    top: 65%;
    left: 0;
  }

  footer .footer_bottom .f_social {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 130px;
  }

  .landing_footer .footer_bottom .f_social {
    margin-top: 50px;
  }

  footer .footer_bottom .f_social li {
    display: block;
  }

  footer .footer_bottom .f_social li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  footer .footer_bottom .f_social li a img {
    margin-bottom: 4px;
    margin-right: 1px;
  }

  footer .footer_bottom {
    left: -25%;
    top: 245%;
  }

  footer .footer_bottom p {
    text-align: center;
    font-size: 15px;
    left: -28%;
    top: 229%;
  }

  footer .footer_bottom .f_brand {
    margin: 0 auto;
    width: 100%;
  }

  footer .footer_bottom .terms_link {
    justify-content: center;
    width: unset;
  }

  footer .footer_bottom .f_brand .brand_bsi_box {
    width: 300%;
    margin-right: -1%;
  }

  footer .footer_bottom .f_brand .brand_aicpa_box {
    width: 21%;
    position: absolute;
    left: 40%;
    top: 107%;
  }
}

@media (max-width: 930px) {
  .landing_menu_cta {
    margin-left: 68%;
  }

  .landing_footer .footer_bottom p {
    top: 250%;
  }

  .landing_footer {
    height: 420px;
  }

  .landing_footer .footer_bottom .col-12:first-child {
    top: 65% !important;
  }
}

@media (max-width: 830px) {
  .landing_menu_cta {
    margin-left: 64%;
  }
}

@media (max-width: 575px) {
  .solutions_f_widget {
    margin-left: unset !important;
  }

  .platforms_f_widget {
    margin-left: unset !important;
  }

  footer {
    height: unset;
  }

  footer .footer_bottom .f_brand .brand_bsi_box {
    width: 100%;
    margin-left: unset;
  }

  footer .footer_bottom .f_brand .brand_aicpa_box {
    width: 40%;
    margin: 0 auto;
    left: 0;
    position: unset;
  }

  footer .footer_bottom .f_brand {
    display: grid;
  }

  footer .f_widget ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .Industries_footer ul {
    display: unset !important;
  }

  footer .footer_bottom .f_brand .rate_box {
    margin: 0 auto;
    width: unset;
  }

  footer .footer_bottom .f_brand .footer_sco_box {
    margin: 0 auto;
    display: unset;
  }

  .Industries_footer {
    gap: 10px !important;
  }

  footer .footer_bottom .f_social {
    margin-top: -15px;
  }

  footer .footer_bottom .col-12:first-child {
    position: unset;
  }

  .landing_footer .footer_bottom .f_social {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .landing_menu_cta {
    margin-left: 48% !important;
  }
}

.glance_wrap {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 75px;
  background-color: #f3f3f5;
}

.glance_wrap .glance_ul {
  padding-inline-start: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.glance_wrap .glance_ul li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 15px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 0.15);
}

.glance_wrap .glance_ul li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.glance_wrap .glance_ul li h4 {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #111;
}

.glance_wrap .glance_ul li h4 span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  color: #1e2f97;
  margin-bottom: 5px;
}

.glance_wrap .cl_review {
  padding-left: 45px;
  position: relative;
}

.glance_wrap .cl_review h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #111;
  margin: 0;
  margin-bottom: 15px;
}

.glance_wrap .cl_review .clr_item p {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.glance_wrap .cl_review .clr_item .clr_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.glance_wrap .cl_review .clr_item .clr_con h4 {
  width: calc(100% - 125px);
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  color: #1e2f97;
  margin: 0;
}

.glance_wrap .cl_review .clr_item .clr_con h4 span {
  display: block;
}

.glance_wrap .cl_review .clr_item .clr_con figure {
  position: relative;
  margin: 0;
  background-color: #1c80c4;
  padding: 10px;
  border-radius: 50%;
}

.glance_wrap .cl_review .clr_item .clr_con figure .profile_img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  filter: invert(1);
}

.glance_wrap .cl_review .clr_item .clr_con figure .quote_icon {
  position: absolute;
  top: 15px;
  left: -5px;
  width: 30px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.glance_wrap .cl_review .cl_review_slide {
  margin: 0;
}

.glance_wrap .cl_review .slick-dots {
  bottom: auto;
  top: -48px;
  width: auto;
  right: 0;
}

.glance_wrap .cl_review .slick-dots li {
  margin: 0 4px;
}

.glance_wrap .cl_review .slick-dots li button {
  background-color: #c2c2c2;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.glance_wrap .cl_review .slick-dots li.slick-active button {
  background-color: #1e2f97;
}

.quote_icon {
  display: inline-flex !important;
}

@media (max-width: 992px) {
  .glance_wrap .row {
    gap: 50px;
  }

  .glance_wrap .cl_review {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .glance_wrap .glance_ul li {
    display: grid;
    gap: 20px;
    padding: 20px 10px;
  }

  .glance_wrap .glance_ul li img {
    width: 100%;
    height: 50px;
  }

  .glance_wrap .glance_ul li h4 {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .glance_wrap .cl_review .clr_item p {
    font-size: 16px;
  }

  .glance_wrap .cl_review .clr_item .clr_con {
    display: grid;
    justify-content: stretch;
    gap: 15px;
  }

  .glance_wrap .cl_review .clr_item .clr_con h4 {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .glance_wrap .cl_review .clr_item .clr_con figure {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }

  .glance_wrap .cl_review .slick-dots {
    top: auto;
    bottom: -40px;
    width: 100%;
  }
}

.reco_wrap {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
  padding-bottom: 75px;
}

.reco_wrap .reco_slide {
  position: relative;
}

.reco_wrap .reco_slide a {
  display: block;
  width: 100%;
  height: 115px;
}

.reco_wrap .reco_slide a img {
  width: 95%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.reco_wrap .reco_slide .slick-next,
.reco_wrap .reco_slide .slick-prev {
  display: block !important;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff0;
  border-radius: 0;
}

.reco_wrap .reco_slide .slick-prev {
  left: -55px;
  right: auto;
}

.reco_wrap .reco_slide .slick-prev::before {
  content: "\e64a";
  font-family: "themify";
  background-color: #fff0;
  border-radius: 0;
  color: #1e2f97;
  border: none;
  font-size: 50px;
  padding: 0;
}

.reco_wrap .reco_slide .slick-next {
  left: auto;
  right: -55px;
}

.reco_wrap .reco_slide .slick-next::before {
  content: "\e649";
  font-family: "themify";
  background-color: #fff0;
  border-radius: 0;
  color: #1e2f97;
  border: none;
  font-size: 50px;
  padding: 0;
}

.award_image img {
  height: 125px !important;
  margin-top: -10px;
}

@media (max-width: 1200px) {
  .reco_wrap .reco_slide .slick-next {
    right: -38px;
  }

  .reco_wrap .reco_slide .slick-prev {
    left: -38px;
  }
}

@media (max-width: 992px) {
  .reco_wrap .reco_slide a {
    height: 115px;
  }

  .reco_wrap .reco_slide .slick-next {
    right: -15px;
  }

  .reco_wrap .reco_slide .slick-prev {
    left: -15px;
  }
}

@media (max-width: 575px) {
  .reco_wrap .reco_slide a {
    height: 100px;
  }

  .award_image img {
    height: 100px !important;
  }

  .reco_wrap .reco_slide .slick-next::before {
    font-size: 38px;
  }

  .reco_wrap .reco_slide .slick-next {
    right: -18px;
  }

  .reco_wrap .reco_slide .slick-prev {
    left: -18px;
  }

  .reco_wrap .reco_slide .slick-prev::before {
    font-size: 38px;
  }
}

.right_pr_inner .main_row {
  margin: 0 -5px;
}

.right_pr_inner .main_row .main_col {
  padding: 0 5px;
}

.right_pr_inner .com_card {
  background-color: #2d376f;
  padding: 25px;
  box-shadow: 0 3px 15px rgb(0 0 0 / 0.1);
  border-radius: 5px;
  min-height: 355px;
  width: 100%;
  margin-bottom: 15px;
}

.right_pr_inner .com_card h5 {
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
}

.right_pr_inner .com_card p {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #fff;
  min-height: 300px;
}

.right_pr_inner .com_card a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  color: #27abec;
  position: relative;
  width: fit-content;
}

.right_pr_inner .com_card a::before {
  content: "";
  background-color: #27abec;
  width: 0;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 400ms ease-in-out;
}

.right_pr_inner .com_card a:hover::before {
  width: 100%;
}

.right_pr_inner .com_point {
  background-color: #fff;
  color: #242424;
  padding: 10px 15px;
  box-shadow: 0 3px 15px rgb(0 0 0 / 0.1);
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
}

.right_pr_inner .sub_row {
  margin: 0 -5px;
}

.right_pr_inner .sub_row .sub_col {
  padding: 5px;
}

.right_pr_inner .sub_row .sub_col:nth-child(2) .com_point {
  background-color: #2d376f;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}

.right_pr_inner .sub_row .sub_col .com_point .left_point {
  display: block;
  background-color: #2d376f;
  width: 15px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
}

.right_pr_inner .sub_row .sub_col .com_point .left_point::before {
  width: 0;
  height: 0;
  border-top: 20px solid #fff0;
  border-bottom: 20px solid #fff0;
  border-right: 15px solid #2d376f;
  content: "";
  position: absolute;
  top: -8px;
  left: -10px;
}

.right_pr_inner .sub_row .sub_col .com_point .right_point {
  display: block;
  background-color: #2d376f;
  width: 15px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 9;
}

.right_pr_inner .sub_row .sub_col .com_point .right_point::before {
  width: 0;
  height: 0;
  border-top: 20px solid #fff0;
  border-bottom: 20px solid #fff0;
  border-left: 15px solid #2d376f;
  content: "";
  position: absolute;
  top: -8px;
  right: -10px;
}

@media (max-width: 992px) {
  .right_pr_inner {
    width: 850px;
  }

  .right_pr_inner .main_row {
    margin: -10px -5px;
  }

  .right_pr_inner .main_row .main_col {
    padding: 10px 5px;
  }

  .right_pr_inner .com_card {
    padding: 20px;
  }

  .right_pr_inner .com_card h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .right_pr_inner .com_card p {
    font-size: 14px;
  }

  .right_pr_inner .com_point {
    padding: 5px 10px;
    font-size: 15px;
    min-height: 54px;
  }

  .right_pr_inner .sub_row {
    margin: -10px -5px;
  }

  .right_pr_inner .sub_row .sub_col {
    padding: 10px 5px;
  }

  .right_pr_inner .sub_row .sub_col:nth-child(2) .com_point {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .rpr_wrap {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #999;
  }

  .rpr_wrap::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }

  .rpr_wrap::-webkit-scrollbar-thumb {
    background-color: #999;
  }

  .rpr_wrap::-webkit-scrollbar-track {
    background-color: #fff0;
  }

  .rpr_wrap:hover::-webkit-scrollbar-thumb {
    background-color: #888;
  }

  .rpr_wrap:hover::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
}

.banner_wrap.bg-blue.about_banner {
  background-image: linear-gradient(60deg, #4eb6e3 0%, #000c59 120%);
}

.banner_wrap.mdm_banner.about_banner .banner_img {
  height: 400px;
  margin: 0;
  margin-bottom: -35px;
}

.bg_grey2 {
  background-color: #f6f4fc;
}

.about_anunta {
  padding: 60px 0;
  padding-bottom: 75px;
  position: relative;
}

.about_anunta .row {
  align-items: center;
  margin: 0;
}

.about_anunta .row .col-12 {
  padding: 0;
}

.about_anunta .row .col-12:last-child {
  padding-left: 60px;
}

.about_anunta img {
  width: 100%;
  max-width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about_work_img {
  width: 300px;
  height: 300px;
  background-color: #6d95cc;
  border-radius: 100%;
  position: absolute;
  right: 28%;
  top: 0;
}

.about_work_img22 {
  width: 50px;
  height: 50px;
  background-color: #6d95cc;
  border-radius: 100%;
  position: absolute;
  right: 15%;
  top: 0%;
}

.about_anunta h3 {
  font-size: 36px;
  line-height: 1.25;
  color: #111;
  margin: 0;
  margin-bottom: 20px;
}

.about_anunta h3 span {
  color: #1e2f97;
  margin-left: 6px;
}

.about_anunta p {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  color: #242424;
  margin: 0;
  padding: 0;
}

.about_anunta p:last-child {
  margin-top: 15px;
}

.about_anunta a {
  font-size: 17px;
  font-weight: 500;
  background-color: #27abed;
  color: #fff;
  margin-top: 25px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

.about_anunta a:hover {
  background-color: #1e2f97;
}

@media (max-width: 1400px) {
  .banner_wrap.bg-blue.about_banner {
    padding: 25px 0;
  }

  .banner_wrap.bg-blue.about_banner .banner_img {
    margin: 20px 0;
    margin-bottom: -60px;
  }
}

@media (max-width: 768px) {
  .banner_wrap.bg-blue.about_banner {
    padding: 40px 0;
    overflow: visible;
  }

  .banner_wrap.bg-blue.about_banner .banner_img {
    height: auto;
    margin: 0 auto;
    margin-bottom: -68px;
    width: 95%;
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .about_anunta .row .col-12:last-child {
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  .about_anunta {
    padding: 70px 0;
    padding-top: 80px;
  }

  .about_anunta .row {
    gap: 30px;
  }

  .about_anunta img {
    display: block;
    margin: 0 auto;
    max-width: unset;
  }

  .about_anunta_career img {
    max-width: 400px;
  }

  .about_anunta h3 {
    margin-bottom: 15px;
  }

  .about_anunta p:last-child {
    margin-top: 10px;
  }

  .about_anunta .row .col-12:last-child {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .about_anunta h3 {
    font-size: 32px;
  }

  .transform_box_wrap .trans_small_box,
  .transform_box_wrap .trans_small_box p {
    min-height: auto;
  }
}

.about_count {
  padding-inline-start: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 45px;
}

.about_count li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  padding: 30px 15px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #111;
  transition: all 300ms ease-in-out;
}

.about_count li span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #1e2f97;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
  width: 165px;
  height: 165px;
  background-color: #f6f4fc;
  border-radius: 50%;
  line-height: 5.5;
}

@media (max-width: 768px) {
  .about_count {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
  }

  .about_count li {
    padding: 25px 10px;
  }
}

@media (max-width: 575px) {
  .about_count {
    gap: 10px;
  }

  .about_count li span {
    margin-bottom: 5px;
  }
}

.inf_seq h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #111;
  margin: 0;
  margin-bottom: 15px;
}

.inf_seq ul li:nth-child(4) img {
  height: 135px;
  margin-top: -18px;
}

.inf_seq ul li:nth-child(3) img {
  height: 135px;
  margin-top: -18px;
}

.inf_seq ul li:nth-child(6) {
  padding: 10px;
}

.inf_seq ul {
  padding-inline-start: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.inf_seq ul li {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 0.15);
  transition: all 300ms ease-in-out;
}

.inf_seq ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.inf_seq ul li:hover {
  transform: translateY(-5px) scale(1.05);
}

@media (max-width: 575px) {
  .inf_seq ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .inf_seq ul li {
    height: 135px;
  }
}

.banner_wrap.inner_page_banner .banner_info .link_btn {
  font-size: 17px;
  font-weight: 600;
  background-color: #1e2f97;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
  width: 125px;
  text-align: center;
  margin-top: 15px;
}

.banner_wrap.inner_page_banner .banner_info .link_btn:hover {
  background-color: #fff;
  color: #1e2f97;
}

.when_choose {
  margin-top: 50px;
  text-align: center;
}

.when_choose h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #111;
  margin: 0;
  margin-bottom: 35px;
}

.when_choose ul {
  padding-inline-start: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.when_choose ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f3f3f5;
  border-radius: 5px;
  padding: 30px 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #1e2f97;
  transition: all 300ms ease-in-out;
  min-height: 150px;
}

.when_choose ul li img {
  width: 13%;
  height: unset;
  margin-bottom: 10px;
}

.when_choose_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.when_choose_box_text h5 {
  line-height: 1.6;
  font-weight: 700;
  color: #1e2f97;
  padding-top: 90px;
}

.when_choose_box_text22 h5 {
  line-height: 1.6;
  font-weight: 700;
  color: #1e2f97;
  padding-top: 90px;
  text-align: right;
}

.when_choose_box_text33 h5 {
  padding-top: 130px;
}

@media (max-width: 992px) {
  .when_choose {
    margin-top: 40px;
  }

  .when_choose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .when_choose ul li {
    width: 48.7%;
  }
}

@media (max-width: 650px) {
  .when_choose {
    margin-top: 30px;
  }

  .when_choose h4 {
    font-size: 24px;
  }

  .when_choose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .when_choose ul li {
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
    min-height: auto;
  }
}

.w555 {
  width: 100%;
  max-width: 555px !important;
}

.emp_testimonial {
  padding: 50px 0;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff;
}

.emp_testimonial .emp_test_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.emp_testimonial .emp_test_inner .emp_test_item {
  border-radius: 5px;
  text-align: center;
}

.emp_testimonial .emp_test_inner .emp_test_item p {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  font-style: italic;
}

.emp_testimonial .emp_test_inner .emp_test_item p i {
  display: block;
  font-size: 80px;
  width: 80px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  opacity: 0.3;
  color: #1e2f97;
}

.emp_testimonial .emp_test_inner .emp_test_item img {
  text-align: center;
  display: unset;
}

.emp_testimonial .emp_test_inner .emp_test_item h4 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin: 0;
}

.emp_testimonial .emp_test_inner .emp_test_item h4 span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #1e2f97;
}

.emp_testimonial .emp_test_inner .emp_test_slide {
  margin: 0;
}

.emp_testimonial .emp_test_inner .emp_test_slide .slick-list {
  margin: -25px;
}

.emp_testimonial .emp_test_inner .emp_test_slide .slick-list .slick-slide {
  padding: 25px;
}

.emp_testimonial .emp_test_inner .emp_test_slide .slick-dots {
  bottom: 0;
}

.emp_testimonial .emp_test_inner .emp_test_slide .slick-dots li button {
  background-color: #000;
  width: 10px;
  height: 10px;
  opacity: 0.2;
}

.emp_testimonial
  .emp_test_inner
  .emp_test_slide
  .slick-dots
  li.slick-active
  button {
  background-color: #1e2f97;
  opacity: 1;
}

.looking_for {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.looking_for li {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  color: #242424;
  position: relative;
  padding-left: 34px;
}

.looking_for li::before {
  content: "\eb7b";
  font-family: remixicon !important;
  background-color: #1e2f97;
  color: #fff;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
}

@media (max-width: 768px) {
  .looking_for {
    gap: 15px;
  }

  .looking_for li {
    font-size: 16px;
  }

  .looking_for li::before {
    top: 2px;
  }
}

.bpage_title {
  background-image: linear-gradient(60deg, #4eb6e3 0%, #000c59 120%);
  padding: 60px 0;
  position: relative;
}

.bpage_title .row {
  margin: 0;
}

.bpage_title .row .col-12 {
  padding: 0;
}

.bpage_title ul {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  gap: 10px 25px;
  flex-wrap: wrap;
}

.bpage_title ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f5faf8;
  border-radius: 4px;
  background: rgb(7 30 34 / 0.1);
  padding: 6px 8px;
  transition: all 250ms ease-in-out;
}

.bpage_title ul li::before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #f5faf8;
  position: absolute;
  top: 10px;
  right: -15px;
  transform: rotate(25deg);
}

.bpage_title ul li a {
  display: block;
  color: inherit;
  transition: none;
  padding: 6px 8px;
  margin: -6px;
}

.bpage_title ul li:hover {
  background-color: #f5faf8;
  color: #111;
}

.bpage_title ul li:last-child::before {
  content: none;
}

.bpage_title .page_title_heading {
  font-size: 28px;
  color: #fff;
  text-align: right;
}

@media (max-width: 768px) {
  .bpage_title {
    padding: 48px 0;
    padding-top: 40px;
  }

  .bpage_title .row {
    gap: 20px;
  }

  .bpage_title .row .col-12:first-child {
    order: 2;
  }

  .bpage_title ul {
    justify-content: center;
  }

  .bpage_title .page_title_heading {
    text-align: center;
    font-size: 26px;
  }
}

.evlist_wrap {
  padding: 60px 0;
  padding-bottom: 75px;
  position: relative;
  background-color: #fff;
}

.evlist_wrap .row {
  margin: -12px;
}

.evlist_wrap .row .col-12 {
  padding: 12px;
}

.evlist_wrap .evlist_item {
  background-color: #edeff3;
  overflow: hidden;
  border-radius: 5px;
}

.evlist_wrap .evlist_item figure {
  width: 100%;
  height: 250px;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.evlist_wrap .evlist_item figure::after {
  content: "";
  background: #fff;
  background: linear-gradient(180deg, #fff0 20%, #000000 100%);
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.evlist_wrap .evlist_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 200ms ease-in-out;
}

.evlist_wrap .evlist_item figure span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: block;
  color: #f5faf8;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.evlist_wrap .evlist_item figure span i {
  font-weight: 400;
  font-size: 18px;
  margin-right: 5px;
}

.evlist_wrap .evlist_item .evlist_con {
  padding: 15px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 345px;
}

.evlist_wrap .evlist_item .evlist_con .item_title {
  font-size: 22px;
  line-height: 1.5;
  color: #1e2f97;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 65px;
}

.evlist_wrap .evlist_item .evlist_con .date {
  display: block;
  color: #242424;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.evlist_wrap .evlist_item .evlist_con .date i {
  font-weight: 400;
  font-size: 18px;
  margin-right: 5px;
}

.evlist_wrap .evlist_item .evlist_con p {
  font-size: 15px;
  font-weight: 500;
  color: #242424;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.evlist_wrap .evlist_item .evlist_con .sch_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #1e2f97;
  margin: 10px 0;
  margin-bottom: 5px;
}

.evlist_wrap .evlist_item:hover figure img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .evlist_wrap .row {
    margin: -10px;
  }

  .evlist_wrap .row .col-12 {
    padding: 10px;
  }

  .evlist_wrap .evlist_item figure {
    height: 225px;
  }

  .evlist_wrap .evlist_item figure span {
    letter-spacing: 0;
  }

  .evlist_wrap .evlist_item figure span i {
    font-size: 16px;
  }

  .evlist_wrap .evlist_item .evlist_con .item_title {
    font-size: 20px;
  }

  .evlist_wrap .evlist_item .evlist_con .date i {
    font-size: 16px;
  }

  .evlist_wrap .evlist_item .evlist_con .sch_btn {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .evlist_wrap .row {
    margin: 0;
    gap: 20px;
  }

  .evlist_wrap .row .col-12 {
    padding: 0;
  }
}

.enterprise_schedule .sch_inner .sch_info {
  max-width: 710px;
}

.enterprise_schedule .sch_inner .sch_info h3 {
  max-width: unset;
}

.desktop_schedule .sch_inner .sch_info {
  max-width: 800px;
}

.ot_item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #1e2f97;
}

.ot_item figure {
  margin: 0;
  width: 100%;
  height: 325px;
  position: relative;
}

.ot_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ot_item figure .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    130deg,
    rgb(91 206 255 / 0.2) 0%,
    rgb(0 12 89 / 0.5) 120%
  );
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.ot_item .ot_con {
  padding: 20px 10px;
  min-height: 145px;
  position: relative;
}

.ot_item .ot_con h3 a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 1px;
  margin: 0;
}

.ot_item .ot_con h3 {
  margin-bottom: 10px;
  color: #fff;
}

.ot_item .ot_con p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  margin: 0;
  min-height: 80px;
}

.ot_item .ot_con_link span a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 15px;
  cursor: pointer;
}

.ot_item .ot_con_link span a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #27abed;
  transition: all 300ms ease-in-out;
}

.ot_item a {
  padding-top: 29px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.ot_con_link:hover span a {
  color: #27abed;
}

.ot_con_link:hover span a::after {
  width: 100%;
}

.ot_item.team_details {
  margin-right: 15px;
}

.ot_item.team_details .ot_con_link {
  min-height: auto;
}

.ot_item a i:hover {
  color: #27abed;
}

@media (max-width: 1200px) {
  .enterprise_schedule .sch_inner .sch_info {
    z-index: 1;
    position: relative;
  }
}

@media (max-width: 992px) {
  .ot_item.team_details {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }

  .enterprise_schedule .sch_inner .sch_info {
    z-index: 1;
    position: relative;
  }
}

.our_teams_wrap {
  position: relative;
  padding: 60px 0;
  padding-bottom: 75px;
  background-color: var(--white);
}

.our_teams_wrap .row {
  margin: -15px;
  justify-content: center;
}

.our_team_box_wrap .row {
  justify-content: unset;
}

.our_teams_wrap .row .col-12 {
  padding: 15px;
}

@media (max-width: 768px) {
  .our_teams_wrap .row {
    margin: -10px;
  }

  .our_teams_wrap .row .col-12 {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .our_teams_wrap .row {
    margin: 0;
    gap: 25px;
  }

  .our_teams_wrap .row .col-12 {
    padding: 0;
  }

  .ot_item.team_details {
    max-width: unset;
  }
}

.team_details_wrap {
  position: relative;
  padding: 60px 0;
  padding-bottom: 75px;
  background-color: var(--white);
}

.team_details_wrap .row {
  align-items: flex-start;
}

.team_details_wrap .td_para {
  position: relative;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team_details_wrap .td_para::before {
  content: "\ec51";
  font-family: remixicon !important;
  position: absolute;
  top: -65px;
  left: -10px;
  font-size: 70px;
  opacity: 0.5;
  color: #1e2f97;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.team_details_wrap .td_para p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #242424;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .team_details_wrap .row {
    gap: 55px;
  }

  .team_details_wrap .td_para {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .team_details_wrap .row {
    gap: 25px;
  }

  .team_details_wrap .td_para {
    margin: 0;
  }

  .team_details_wrap .td_para::before {
    display: none;
  }

  .team_details_wrap .td_para p {
    font-size: 15px;
  }
}

.con_wrap {
  padding: 60px 0;
  padding-bottom: 75px;
  position: relative;
  background-color: var(--white);
}

.con_wrap .con_tabs_inner .nav {
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.con_wrap .con_tabs_inner .nav li {
  display: block;
}

.con_wrap .con_tabs_inner .nav li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  background-color: #27abec;
  color: var(--white);
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
  min-width: 150px;
  text-align: center;
}

.con_wrap .con_tabs_inner .nav li a.active {
  background-color: #1e2f97;
}

.con_wrap .ct_inner .row {
  margin: -5px;
  justify-content: center;
}

.con_wrap .ct_inner .row .col-12 {
  padding: 5px;
}

.con_wrap .ct_inner .ct_item {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 3px 20px rgb(0 0 0 / 0.1);
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: 0.3s;
  border: 3px solid var(--white);
  height: 100%;
}

.con_wrap .ct_inner .ct_item:hover {
  border: 3px solid #3db4ef;
}

.con_wrap .ct_inner .ct_item h4 {
  color: #1e2f97;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  margin-bottom: -10px;
}

.con_wrap .ct_inner .ct_item ul {
  padding-inline-start: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.con_wrap .ct_inner .ct_item ul li {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #242424;
  font-family: "Poppins", sans-serif;
}

.con_heading {
  font-size: 36px;
  line-height: 1.25;
  color: #111;
  margin: 0;
  margin-bottom: 25px;
}

.con_heading span {
  color: #1e2f97;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .con_wrap .con_tabs_inner .nav {
    gap: 10px;
  }

  .con_wrap .con_tabs_inner .nav li a {
    font-size: 15px;
    padding: 12px 15px;
  }
}

@media (max-width: 575px) {
  .con_wrap .con_tabs_inner .nav {
    margin-bottom: 25px;
  }

  .con_wrap .con_tabs_inner .nav li a {
    font-size: 15px;
    padding: 12px;
    min-width: 125px;
  }

  .con_wrap .ct_inner .row {
    margin: 0;
    gap: 15px;
  }

  .con_wrap .ct_inner .row .col-12 {
    padding: 0;
  }

  .con_wrap .ct_inner .ct_item {
    height: auto;
    padding: 15px;
  }

  .con_wrap .ct_inner .ct_item ul li {
    font-size: 14px;
  }

  .con_heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.con_form {
  padding: 60px 0;
  padding-bottom: 75px;
  position: relative;
  background-color: #f6f4fc;
}

.con_form form {
  display: block;
  margin-top: 35px;
}

.con_form form .row {
  margin: -10px;
}

.con_form form .row .col-12 {
  padding: 10px;
}

.con_form form input,
.con_form form textarea {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background-color: var(--white);
  border: solid 2px #ebebeb;
  outline: none;
  padding: 12px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}

.con_form form input:focus,
.con_form form textarea:focus {
  border-color: #3db4ef;
}

.con_form form textarea {
  min-height: 150px;
  resize: none;
}

.con_form form .form-check {
  min-height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
}

.con_form form .form-check input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.con_form form .form-check label {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  cursor: pointer;
}

.con_form form .btn_submit {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background-color: #1e2f97;
  color: var(--white);
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
  min-width: 150px;
  text-align: center;
  margin-top: 10px;
}

.con_form form .btn_submit:hover {
  background-color: #27abec;
}

@media (max-width: 992px) {
  .con_form form {
    margin-top: 25px;
  }

  .con_form form .row {
    margin: -8px;
  }

  .con_form form .row .col-12 {
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .con_form form .row {
    margin: 0;
    gap: 15px;
  }

  .con_form form .row .col-12 {
    padding: 0;
  }

  .con_form form input,
  .con_form form textarea {
    font-size: 15px;
    border: solid 1px #ebebeb;
  }

  .con_form form textarea {
    min-height: 150px;
    resize: none;
  }

  .con_form form .form-check {
    margin-top: 10px;
  }

  .con_form form .form-check label {
    font-size: 13px;
  }

  .con_form form .btn_submit {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.static_loc {
  position: relative;
  padding: 60px 0;
  padding-bottom: 75px;
  background-color: var(--white);
}

.static_loc .row {
  margin: -5px;
  margin-top: 30px;
  justify-content: center;
}

.static_loc .row .col-12 {
  padding: 5px;
}

.static_loc .sl_item {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 3px 20px rgb(0 0 0 / 0.1);
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: 0.3s;
  border: 3px solid var(--white);
  height: 100%;
}

.static_loc .sl_item:hover {
  border: 3px solid #3db4ef;
}

.static_loc .sl_item h4 {
  color: #1e2f97;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  margin-bottom: 12px;
}

.static_loc .sl_item ul {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.static_loc .sl_item ul li {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #242424;
  font-family: "Poppins", sans-serif;
}

.static_loc .sl_item p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #242424;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.static_loc .sl_item.email {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 575px) {
  .static_loc .row {
    margin: 0;
    margin-top: 20px;
    gap: 15px;
  }

  .static_loc .row .col-12 {
    padding: 0;
  }

  .static_loc .sl_item {
    padding: 15px;
  }

  .static_loc .sl_item ul li {
    font-size: 14px;
  }

  .static_loc .sl_item p {
    font-size: 14px;
  }

  .static_loc .sl_item.email {
    gap: 15px;
  }
}

.news_lwrap {
  padding: 60px 0;
  padding-bottom: 75px;
  position: relative;
  background-color: var(--white);
}

.news_lwrap .row {
  margin: -10px;
}

.news_lwrap .row .col-12 {
  padding: 10px;
}

.news_lwrap .nl_item {
  display: block;
  background-color: #edeff3;
  overflow: hidden;
  border-radius: 5px;
}

.news_lwrap .nl_item figure {
  width: 100%;
  height: 250px;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.news_lwrap .nl_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 200ms ease-in-out;
}

.news_lwrap .nl_item .nl_con {
  padding: 15px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 230px;
}

.news_lwrap .nl_item .nl_con h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #1e2f97;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_lwrap .nl_item .nl_con span {
  display: block;
  color: #242424;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.news_lwrap .nl_item .nl_con span i {
  font-weight: 400;
  font-size: 18px;
  margin-right: 5px;
}

.news_lwrap .nl_item .nl_con P {
  font-size: 15px;
  font-weight: 500;
  color: #242424;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_lwrap .nl_item:hover figure img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .news_lwrap .nl_item figure {
    height: 225px;
  }

  .news_lwrap .nl_item .nl_con h3 {
    font-size: 20px;
  }

  .news_lwrap .nl_item .nl_con span i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .news_lwrap .row {
    margin: 0;
    gap: 20px;
  }

  .news_lwrap .row .col-12 {
    padding: 0;
  }
}

.news_dwrap {
  padding: 60px 0;
  padding-bottom: 75px;
  position: relative;
  background-color: var(--white);
}

.news_dwrap .nd_img {
  margin: 0;
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 5px;
  overflow: hidden;
}

.news_dwrap .nd_img::before {
  content: "";
  background: #fff;
  background: linear-gradient(180deg, #fff0 20%, #000000 100%);
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news_dwrap .news_header {
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 15px 15px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 0.2);
}

.news_dwrap .news_header img {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.news_dwrap .news_header .news_info {
  display: inline-block;
  width: calc(87% - 179px);
  padding-left: 27px;
}

.news_dwrap .news_header .news_info h3 {
  font-size: 24px;
  line-height: 1.6;
  color: #111;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.news_dwrap .news_header .news_info ul {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  float: inline-end;
}

.news_dwrap .news_header .news_info ul li {
  display: block;
  color: #242424;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

.news_dwrap .news_header .news_info ul li i {
  font-weight: 400;
  font-size: 18px;
  margin-right: 5px;
}

.news_dwrap .nd_para {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.event_schedule_btn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
  min-width: 130px;
  text-align: center;
  transition: all 250ms ease-in-out;
  background-color: #1e2f97;
}

.event_schedule_btn:hover {
  color: #fff;
}

.partner_schedule_btn {
  margin-top: 20px;
  margin-left: 20px;
}

.news_dwrap .nd_para p {
  font-size: 15px;
  font-weight: 500;
  color: #242424;
  line-height: 1.65;
  padding: 0;
  margin: 0;
}

.news_dwrap .nd_para p b {
  font-size: 18px;
}

.news_dwrap .nd_para p b strong {
  font-size: 18px;
}

.news_dwrap .nd_para ul {
  padding-left: 30px;
}

@media (max-width: 575px) {
  .news_dwrap .news_header {
    margin-bottom: 20px;
  }

  .news_dwrap .news_header img {
    margin-bottom: 20px;
  }

  .news_dwrap .news_header .news_info {
    display: block;
    padding: 0;
    width: 100%;
  }

  .news_dwrap .news_header .news_info ul {
    gap: 15px;
    float: unset;
    margin-top: unset;
  }

  .news_dwrap .news_header .news_info ul li {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .news_dwrap .news_header .news_info ul li i {
    font-size: 16px;
  }

  .news_dwrap .news_header .news_info h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .news_dwrap .nd_para {
    gap: 12px;
  }

  .news_dwrap .nd_para p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.ev_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 15px;
}

.ev_filter .row {
  margin: 0;
}

.ev_filter .row .col-12 {
  padding: 0;
}

.ev_filter .ev_select {
  background-color: #edeff3;
  width: 100%;
  max-width: 300px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.ev_filter .ev_select select {
  background-color: #fff0;
  outline: none;
  padding: 12px 15px;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  color: #242424;
  -webkit-appearance: none;
}

.ev_filter .ev_select::before {
  content: "\ea4e";
  font-family: remixicon !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 20px;
}

.ev_filter .ev_ser {
  background-color: #edeff3;
  width: 100%;
  max-width: 300px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.ev_filter .ev_ser input {
  padding: 12px 15px;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  background-color: #fff0;
  color: #242424;
  outline: none;
}

.ev_filter .ev_ser i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-size: 18px;
}

@media (max-width: 575px) {
  .ev_filter {
    display: grid;
    gap: 10px;
    justify-content: stretch;
  }

  .ev_filter .ev_select {
    max-width: 100%;
  }

  .ev_filter .ev_ser {
    max-width: 100%;
  }
}

.ev_tag {
  padding-inline-start: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.ev_tag li {
  display: block;
  background-color: #27abed;
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
}

.sch_meet_modal .modal-content {
  border-radius: 5px;
}

.sch_meet_modal .modal-dialog {
  width: 100%;
  max-width: 800px;
}

.sch_meet_modal .modal_inner {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sch_meet_modal .modal_inner .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 37px;
  background-color: #fff0;
  color: #111;
  font-size: 22px;
  transition: all 300ms ease-in-out;
  border: none;
}

.sch_meet_modal .modal_inner .btn_close:hover {
  color: #27abec;
}

.sch_meet_modal .modal_inner h3 {
  font-size: 24px;
  color: #111;
  text-align: center;
  margin: 0;
}

.sch_meet_modal .modal_inner form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sch_meet_modal .modal_inner form .row {
  margin: -8px;
}

.sch_meet_modal .modal_inner form .row .col-12 {
  padding: 8px;
}

.sch_meet_modal .modal_inner form input,
.sch_meet_modal .modal_inner form textarea {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background-color: #f6f4fc;
  outline: none;
  padding: 12px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  border: solid 1px #e6e4ed;
}

.sch_meet_modal .modal_inner form input:focus,
.sch_meet_modal .modal_inner form textarea:focus {
  border-color: #3db4ef;
}

.sch_meet_modal .modal_inner form textarea {
  min-height: 100px;
  resize: none;
}

.sch_meet_modal .modal_inner form .modal_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.sch_meet_modal .modal_inner form .modal_footer button {
  display: block;
  background-color: #1e2f97;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #1e2f97;
  padding: 12px;
  min-width: 130px;
  text-align: center;
  transition: all 250ms ease-in-out;
}

.sch_meet_modal .modal_inner form .modal_footer button:hover {
  border-color: #27abec;
  background-color: #27abec;
}

.sch_meet_modal .modal_inner #wpforms-5163 {
  margin-left: unset;
  margin-right: unset;
}

.sch_meet_modal .modal_inner #wpforms-5163 input {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background-color: #f6f4fc;
  outline: none;
  padding: 22px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  border: solid 1px #e6e4ed;
}

.sch_meet_modal .modal_inner #wpforms-5163 textarea {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background-color: #f6f4fc;
  outline: none;
  padding: 12px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  border: solid 1px #e6e4ed;
}

.wpforms-submit-container {
  text-align: -webkit-center;
}

.wpforms-submit-container button {
  display: block !important;
  background-color: #1e2f97 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 1px solid #1e2f97 !important;
  padding: 12px !important;
  min-width: 130px;
  text-align: center;
  transition: all 250ms ease-in-out;
}

.wpforms-submit-container button:hover {
  border-color: #27abec !important;
  background-color: #27abec !important;
}

.wpforms-field-container input {
  border: solid 2px #ebebeb !important;
  outline: none !important;
  padding: 12px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px !important;
  height: 55px !important;
}

.choice-1 input {
  height: unset !important;
}

.wpforms-one-half {
  width: 49% !important;
  margin-left: 2% !important;
}

.hs-fieldtype-intl-phone.hs-input select {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background-color: #f6f4fc;
  outline: none;
  padding: 12px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  border: solid 1px #e6e4ed;
}

.hs-fieldtype-intl-phone.hs-input select {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background-color: #f6f4fc;
  outline: none;
  padding: 12px 15px;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  border: solid 1px #e6e4ed;
}

@media (max-width: 992px) {
  .solutions_f_widget {
    margin-left: -38% !important;
  }
}

@media (max-width: 768px) {
  .sch_meet_modal .modal-content {
    border-radius: 5px;
  }

  .sch_meet_modal .modal-dialog {
    width: 95%;
    max-width: 800px;
  }

  .sch_meet_modal .modal_inner {
    padding: 20px 15px;
    padding-bottom: 30px;
    gap: 20px;
  }

  .sch_meet_modal .modal_inner .btn_close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 18px;
  }

  .sch_meet_modal .modal_inner h3 {
    font-size: 20px;
  }

  .sch_meet_modal .modal_inner form {
    gap: 0;
  }

  .sch_meet_modal .modal_inner form .row {
    margin: 0;
    gap: 12px;
  }

  .sch_meet_modal .modal_inner form .row .col-12 {
    padding: 0;
  }

  .sch_meet_modal .modal_inner form .modal_footer {
    gap: 10px;
  }

  .sch_meet_modal .modal_inner form .modal_footer button {
    padding: 10px;
    min-width: 115px;
  }
}

@media (max-width: 575px) {
  .sch_meet_modal .modal-content {
    border-radius: 0;
    height: auto;
  }

  .sch_meet_modal .modal-dialog {
    margin: 0;
    width: 100%;
  }

  .sch_meet_modal .modal_inner {
    padding: 15px;
  }

  .sch_meet_modal .modal_inner .btn_close {
    top: 15px;
    right: 10px;
  }

  .sch_meet_modal .modal_inner form .modal_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    margin: 0;
  }
}

.bcta_wrap {
  position: relative;
  padding: 30px 0;
  padding-top: 30px;
  background-image: var(--reverse-blue-gr);
  overflow: hidden;
}

.bcta_wrap .bcta_img {
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 460px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.bcta_wrap .bcta_inner {
  position: relative;
}

.bcta_wrap .bcta_inner .bcta_info {
  width: 100%;
  max-width: 520px;
}

.bcta_wrap .bcta_inner .bcta_info p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.bcta_wrap .bcta_inner .bcta_info h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
}

.bcta_wrap .bcta_inner .bcta_info a {
  font-size: 18px;
  font-weight: 600;
  background-color: #1e2f97;
  color: #fff;
  display: inline-block;
  padding: 18px 30px;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
}

.bcta_wrap .bcta_inner .bcta_info a:hover {
  background-color: #fff;
  color: #1e2f97;
}

@media (max-width: 992px) {
  .bcta_wrap .bcta_inner .bcta_info h3 {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .bcta_wrap {
    padding: 0;
    padding-top: 60px;
  }

  .bcta_wrap .bcta_img {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    bottom: unset !important;
  }

  .bcta_wrap .bcta_inner .bcta_info {
    padding-bottom: 48px;
  }
}

@media (max-width: 575px) {
  .bcta_wrap .bcta_inner .bcta_info p {
    font-size: 15px;
  }

  .bcta_wrap .bcta_inner .bcta_info h3 {
    font-size: 30px;
  }

  .bcta_wrap .bcta_inner .bcta_info a {
    font-size: 16px;
    padding: 14px 25px;
  }
}

.Industries_footer {
  display: flex;
  gap: 60px;
}

.bcta_inner_box22 {
  width: 400px;
  height: 400px;
  background-color: #6d95cc;
  border-radius: 100%;
  position: absolute;
  right: 8%;
  top: -5%;
}

.bcta_inner_box33 {
  width: 50px;
  height: 50px;
  background-color: #6d95cc;
  border-radius: 100%;
  position: absolute;
  right: 0%;
  top: -5%;
}

.solutions_f_widget {
  margin-left: 6%;
}

.platforms_f_widget {
  margin-left: -30%;
}

@media (max-width: 575px) {
  .bcta_inner_box22 {
    right: 5%;
    top: 58%;
  }

  .bcta_inner_box33 {
    right: 0%;
    top: 55%;
  }
}

.why_us_banner {
  background-image: linear-gradient(95deg, #1e2f97, #fff0),
    url(..//images/why_anunta_banner.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.about_anunta .whyus_count {
  margin-top: 50px;
}

.about_anunta .whyus_count .row {
  margin: -15px;
}

.about_anunta .whyus_count .row .col-12 {
  padding: 15px;
}

.about_anunta .whyus_count .whyus_item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: inline-block;
  vertical-align: middle;
}

.about_anunta .whyus_count .whyus_item .whyus_info {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  padding-left: 10px;
  min-height: 70px;
}

.about_anunta .whyus_count .whyus_item .whyus_info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #1e2f97;
  margin: 0;
  margin-bottom: 5px;
  transition: all 300ms ease-in-out;
}

.about_anunta .whyus_count .whyus_item .whyus_info p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #242424;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .about_anunta .whyus_count .row {
    gap: 0;
  }

  .kfwDIk {
    width: 215px;
  }

  .why_us_banner {
    background-size: cover;
  }
}

@media (max-width: 575px) {
  .about_anunta .whyus_count {
    margin-top: 30px;
  }

  .about_anunta .whyus_count .whyus_item img {
    width: 50px;
    height: 50px;
  }

  .about_anunta .whyus_count .whyus_item .whyus_info {
    width: calc(100% - 55px);
  }

  .about_anunta .whyus_count .whyus_item .whyus_info h3 {
    font-size: 22px;
    margin-bottom: 3px;
  }

  .about_anunta .whyus_count .whyus_item .whyus_info p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #242424;
    margin: 0;
    padding: 0;
  }

  .why_us_banner {
    background-size: cover;
    padding-top: unset;
  }

  .choose_wrap .choose_img_text h4 {
    padding: 25px 8px !important;
  }

  .choose_wrap {
    margin-bottom: unset;
  }

  .ds_wrap .ds_inner h3 {
    padding-bottom: 30px;
  }

  .solutions_f_widget {
    margin-left: unset !important;
  }
}

.ds_wrap {
  position: relative;
  padding: 60px 0;
  padding-bottom: 75px;
  text-align: center;
}

.ds_wrap .ds_inner {
  margin-top: 20px;
}

.ds_wrap .ds_inner .ds_info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 20px;
  margin-top: 20px;
}

.ds_wrap .ds_inner h3 {
  font-size: 30px;
  line-height: 1.5;
  color: #111;
  margin: 0;
}

.ds_wrap .ds_inner h3 span {
  display: block;
  font-size: 15px;
}

.ds_wrap .ds_inner .ds_info img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgb(0 0 0 / 0.15);
}

.ds_wrap .ds_info i {
  display: block;
  width: 65px;
  height: 65px;
  padding: 10px;
  font-size: 45px;
  line-height: 45px;
  background-color: #1e2f97;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 74%;
  left: 9%;
}

.ds_wrap p {
  color: #242424;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}

.ds_wrap .ds_info img {
  border-radius: 50%;
  width: 92%;
}

@media (max-width: 575px) {
  .ds_wrap .ds_inner .ds_info {
    gap: 15px;
  }

  .ds_wrap .ds_inner .ds_info h3 {
    font-size: 18px;
  }

  .ds_wrap .ds_inner i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 30px;
  }

  .ds_wrap p {
    font-size: 15px;
  }
}

.choose_wrap {
  background-color: #1e2f97;
}

.choose_wrap .sec_heading h3 {
  color: #fff;
}

.choose_wrap .sec_heading h3 span {
  margin-left: unset;
  color: unset;
}

.choose_wrap .choose_img_box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #4eb6e3;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.choose_wrap .choose_img_text h4 {
  padding: 25px 10px;
  color: #fff;
  min-height: unset;
  font-size: 18px;
}

.choose_wrap .choose_img_text {
  display: inline-flex;
}

.choose_wrap .trans_small_box {
  background-color: unset;
  min-height: 480px;
  max-height: 480px;
}

.choose_wrap .trans_small_box p {
  color: #fff;
  min-height: 330px;
}

.reco_wrap.why_reco .sec_heading h4 {
  font-size: 24px;
  line-height: 1.5;
  color: #111;
  margin: 5px 0;
}

@media (max-width: 1400px) {
  .choose_wrap .trans_small_box {
    min-height: 480px;
  }

  .choose_wrap .trans_small_box p {
    min-height: 350px;
  }
}

@media (max-width: 1200px) {
  .choose_wrap .trans_small_box {
    min-height: 600px;
  }
}

.news_dwrap .nd_para h1 {
  width: 100%;
}

.news_dwrap .nd_para h1 iframe {
  width: 100%;
}

.news_dwrap .nd_para h3 {
  color: #000;
}

.news_dwrap .nd_para h6 img {
  width: 100%;
  height: auto;
}

.flx {
  display: flex;
  gap: 20px;
}

.flx .flx-img {
  width: 100%;
}

.flx .flx-img h5 img {
  width: 100%;
  height: auto;
}

.flx .flx-content p {
  color: #000;
}

.nd_para ul li {
  list-style: disc;
  color: #242424;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
}

.leverage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.leverage img {
  width: 275px;
  height: 250px;
  margin-inline: auto;
  box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
}

.leverage br {
  display: none !important;
}

.job_banner_box {
  background-image: linear-gradient(95deg, #0090cf, #fff0),
    url(..//images/jop_banner.jpeg);
  height: 345px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.job_banner_box .banner_info h1 span {
  display: contents;
  color: #1e2f97;
}

@media (max-width: 575px) {
  .job_banner_box {
    height: unset;
    background-size: cover;
    background-position: right;
  }
}

.hbspt-form .actions input {
  background-color: #1e2f97 !important;
  color: #fff !important;
}

.hbspt-form .actions input:hover {
  background-color: #27abed !important;
}

.w700_paragraph {
  width: 100% !important;
  max-width: 1020px !important;
}

.banner_v2_wrap .banner_inner .banner_info .banner_sub_heading {
  color: white;
  font-weight: 500;
  font-size: 25px;
}
