h1,h2,h3,h4,h5,h6 {
        font-family: "Roboto", sans-serif;
}
p,a, {
        font-family: "Roboto", sans-serif;
}
ul li {
     font-family: "Roboto", sans-serif;
}
span.custom-badge.iancs-xyz-abc {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    display: inline-block;
    position: absolute;
    top: 0;
    background: #27235eba;
    padding: 7px 6px;
    left: 0;
    border-radius: 0px 0px 8px 0px;
}
.iancs-xyz-abc a {
    color: #fff;
    text-decoration: none;
}
.inner_heading ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}
.inner_heading ul li a {
    color: #000000;
}
.inner_heading ul li:after {
    position: absolute;
    top: 0;
    right: 7px;
    content: "/";
}
.inner_heading ul li.active {
    color: #3d0aab;
}
.inner_heading ul li:last-child:after {
    content: "";
}
.inner_heading {
    background: #ffffff;
    padding: 10px 0px;
    border-top: 1px solid #ebedf1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}
.inner_heading ul {
    padding-left: 0;
    margin-bottom: 0;
}
/*.contact-box-ics {
    padding: 20px;
    border-radius: 20px;
}*/
.contact-box-ics {
    padding: 21px 12px;
    background: #c2bdff2e;
    color: #27235e;
    border-radius: 12px;
}
.contact-box-ics h4 {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 21px;
}
.contact-box-ics2 a {
    color: #27235e;
    text-decoration: none;
}
span.iancs-bcd-efg {
    color: #5300ff;
    font-weight: 600;
}
form.iancs-vwx-yza .form-control {
    background-color: #e4e4e4b3 !important;
    padding: 8px;
}
form.iancs-vwx-yza label {
    color: black;
    font-weight: 600;
    font-size: 14px;
}
.our-clients-page .iancsite-q5h-e8f-vfbox {
    border: 1px solid #e7e7eb;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 10px 20px rgb(155 155 155 / 20%);
    background: #fff;
    border-radius: 15px;
}

section.py-3.py-md-5.ics-violet-bg-section {
    background: #27235e;
    color: #fff;
}


.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #222257;
}
.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #222257;
  display: block;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 30px;
  color: #222257;
  margin-top: 30px;
}
.process__subtitle {
  display: block;
  font-size: 15px;
  color: #191616;
  margin-top: 30px;
  line-height: 1.5;
}
.iancs-uvw-xyz h5 {
    font-size: 13px;
    margin-bottom: 7px !important;
}
.category_wrp li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}
.category_wrp li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.category_wrp li a span {
    float: right;
}
.category_wrp {
    padding: 0;
}
.blog-pagi .page-link {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    color: #222257;
}
.blog-pagi .pagination {
    gap: 10px;
}
.faqs-page .accordion-item {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 10px;
}
.faqs-page .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: unset;
    font-weight: 600;
}
.our-teams .teams-img img {
      width: 100%;
    border-radius: 15px;
}
.team-details .tab-content ul li {
        list-style: none;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
}
.team-details .tab-content ul li i {
       margin-right: 7px;
    color: #473fa9;
        margin-top: 2px;
}
.team-details .tab-content ul {
    padding-left: 0px;
        margin-top: 20px;
}
.sing-teams-member {
    box-shadow: 0px 10px 20px rgb(157 157 157 / 20%);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.sing-teams-member .nav-tabs .nav-link.active, .sing-teams-member .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    background: #222257 !important;
}
.sing-teams-member .nav-tabs .nav-link {
    border-radius: 20px;
    border: 1px solid #222257;
    color: #222257;
}
.sing-teams-member .nav-tabs .nav-link i {
  margin-right: 5px;
}
.sing-teams-member .nav {
    gap: 15px;
}
.team-details h2 {
    color: #231e5a;
}
.blogbody-iancs25-a1b-9xkz h1 {
        font-size: 42px;
    margin: 10px 0;
    color: #222257;
}
.blogbody-iancs25-a1b-9xkz h2 {
        font-size: 30px;
    margin: 10px 0;
    color: #222257;
}

.blogbody-iancs25-a1b-9xkz h3 {
        font-size: 24px;
    margin: 10px 0;
    color: #222257;
}
.container-fluid.iancls-yc6-g4bv {
    background-color: #f5f7fe;
}
.iancls2-q2k-703i {
    width: 100%;
    background: transparent;
    color: #27235e;
    font-weight: 600;
    font-size: 15px;
    background: #27235e17;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 5px;
}
.iancls-wx9-56nb h6 {
    color: #271bcf;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600;
}
.iancls-wx9-56nb p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
    letter-spacing: 0px;
}
.iancls2-3n9-8kz1 form {
    background: #27235e !important;
    color: #fff;
}
form.bg-white.p-4.iancls-o4v-h04o h2 {
    font-size: 23px;
    text-align: left !important;
    margin-bottom: 30px !important;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}
.iancls2-inu-3fnc {
    height: 41px;
}
.iancls2-b5j-turn span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-left: 10px;
}
.iancls2-5jf-pxh2 span {
    background: #e3e4ef !important;
    border-radius: 4px !important;
    font-size: 10px;
    padding: 4px 9px;
    color: #27235e !important;
}
.iancls2-3n9-8kz1 form.bg-white.p-4.iancls-o4v-h04o .form-select, .iancls2-3n9-8kz1 form.bg-white.p-4.iancls-o4v-h04o .form-control {
    background-color: #ffffff26 !important;
    border: none;
    color: #fff;
}
.iancls-o4v-h04o label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.iancls2-3n9-8kz1 button.btn.btn-primary {
    background: #fff;
    color: #27235e;
    font-weight: 500;
}
.iancls2-ahv-t2mx {
    height: 72px;
    margin: 9px;
    border-radius: 10px;
}
.iancls2-7rz-cb8d {
    border: 1px solid #27235e;
    background: transparent;
    color: #27235e;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 11px;
    border-radius: 21px !important;
}
.contact-box-ics.contact-box-ics-colored.iancls2-4yu-dz3f {
    background: #f5f7fe !important;
    color: #27235e !important;
    margin-top: 21px;
}
.iancls2-bc5-1r7n {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #f5f7fe !important;
    box-shadow: -1px -4px 16px 0px #0000002b;
}
#ics-bd-858 {
    opacity: 0;
    transition: all .4s;
    bottom: -90px;
}
.iancls2-2cv-5grk {
    width: 96%;
    margin-left: 3px;
     background: #f5f7fe;
    border-radius: 11px;
    padding: 11px;
}
.iancls2-2cv-5grk-right h4 a {
    text-decoration: none;
    color: #000;
}
.iancls2-2cv-5grk-right h4 {
    font-size: 17px;
    margin: 0;
}
.iancls2-2cv-5grk-right-city p {
    color: #271bcf;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
}
.iancls2-3n9-8kz1 .contact-box-ics a {
    color: #27235e !important;
    text-decoration: none;
    border: 1px solid;
    background: transparent !important;
}
.contact-box-ics-colored a {
    background: #ffffff42;
    display: inline-block;
    padding: 5px 31px;
    border-radius: 31px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}
.iancls-ikn-sa9r img {
        padding: 10px;
    background: #fff;
}
.iancls2-3n9-8kz1 form::placeholder {
    color: #ababab;
}
.iancs-ghi-jkl img {
    width: 80px;
}

.pricingTable .tabsBtnHolder ul {
    float: left;
    display: block;
    width: 100%;
    max-width: 326px;
    border-radius: 1.6666666667rem;
    margin: 0px auto;
    margin-bottom: 40px;
    background: #222256;
    text-align: center;
    position: relative;
}
@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}

@media (max-width: 767px) {
 .sing-teams-member .nav {
    justify-content: center;
}
.sing-teams-member .nav-tabs .nav-link {
    width: 100%;
}
.team-details {
    margin-top: 10px;
}
    div .iancls2-q2k-703i {
        margin-bottom: 13px;
        width: 140%;
    }
}


@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}


@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1190px;
    }
}