/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
body {
  font-family: "Sora", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
body.headitemshow {
  overflow: hidden;
}
a:hover {
  color: #051135;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-bg {
  width: 100%;
  height: auto;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.baner_blog {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.baner_txt {
  margin: 0 auto;
  text-align: center;
}
.baner_txt h1 {
  font-family: Sora;
  font-size: 55px;
  font-weight: 400;
  line-height: 75.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #051135;
  margin-bottom: 18px;
}
.baner_txt h1 b {
  color: #417ef9;
  font-weight: 800;
}
.baner_txt p {
  color: #515f7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 64px;
}
.req_btn {
  box-shadow: 0px 8px 8px 0px #417ef926;
  background: #417ef9;
  border: 2px solid #417ef9;
  padding: 12px 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  grid-gap: 12px;
}
.req_btn:hover {
  background: transparent;
  color: #417ef9;
  transition: all 0.5s ease-in;
}
.req_btn:hover svg path {
  stroke: #417ef9;
}
.stripe_blog {
  background: #051135;
  padding: 15px 0;
  transform: skewY(-3deg);
}
.stripe_blog ul {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 38px;
}
.stripe_blog ul li {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 0 45px;
  position: relative;
}
.stripe_blog ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 0 0 0;
  background: url(../images/star.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 22px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.choose_blog {
  padding: 100px 0 50px;
}
.sub_txt {
  color: #ff5c00;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6px;
}
.main_txt {
  color: #051135;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.para_txt {
  color: #515f7c;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0;
}
.choose_bx,
.border_bx {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  grid-gap: 0;
  justify-content: center;
}
.chose_indiv {
  padding: 30px;
  text-align: center;
  background: linear-gradient(183deg, rgba(220, 232, 243, 0) 0%, #dce8f3 70%);
  position: relative;
  z-index: 0;
  max-width: 430px;
}
.chose_indiv::before {
  content: "";
  position: absolute;
  top: 0; /* Adjust for border thickness */
  bottom: 2px;
  left: 0;
  right: 2px;
  background: #f8f9fb;
  z-index: -1;
}
.chose_indiv:last-child::before {
  right: 0;
}
.border_bx .chose_indiv {
  background: linear-gradient(1deg, rgba(220, 232, 243, 0) 0%, #dce8f3 70%);
}
.border_bx .chose_indiv:nth-last-child(2)::before,
.border_bx .chose_indiv:nth-last-child(1)::before {
  bottom: 0;
}
.chose_indiv span {
  margin-bottom: 28px;
  display: block;
}
.chose_indiv span img {
  width: auto;
  height: 70px;
}
.chose_indiv h3 {
  color: #051135;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 11px;
}
.chose_indiv p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.who_blog {
  padding: 100px 50px;
}
.who_bx {
  background: url(../images/who-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 32px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.who_lft {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.who_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.who_txt h5 {
  color: #ff5c00;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}
.who_txt h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.who_txt p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.free_btn {
  box-shadow: 0px 8px 8px 0px #417ef926;
  background: #417ef9;
  border: 2px solid #417ef9;
  padding: 18px 28px;
  display: inline-flex;
  grid-gap: 10px;
  border-radius: 14px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.free_btn:hover {
  background: transparent;
}
.experience_blog {
  padding: 50px 0;
}
.exp_flx {
  display: flex;
  align-items: center;
  background: linear-gradient(
    128.01deg,
    #efedff -3.45%,
    #ffffff 50.12%,
    #eefcff 102.85%
  );
  border: 1px solid #d7e6f3;
  padding: 30px;
  border-radius: 16px;
  justify-content: space-between;
}
.abt_tag {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  color: #051135;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  border-radius: 90px;
  transform: rotate(270deg);
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px 0 0 -50px;
}
.exp_left {
  margin: 0 auto;
  text-align: center;
}
.exp_left img {
  width: 100%;
  max-width: 372px;
  height: auto;
  object-fit: contain;
}
.exp_rgt {
  position: relative;
  padding: 0 0 0 50px;
}
.exp_rgt h6,
.fav_lft h6,
.indust_title h6 {
  color: #ff5c00;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
}
.exp_rgt h3,
.fav_lft h3,
.indust_title h3 {
  color: #051135;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
}
.respon_txt h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  margin-bottom: 28px;
  color: #051135;
}
.exp_rgt p,
.fav_lft p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 20px;
}
.exp_rgt ul li,
.fav_lft li {
  color: #051135;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 0 0 15px 30px;
  position: relative;
}
.exp_rgt ul li::before,
.fav_lft li::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  background: #05c16e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.port_blog {
  padding: 50px 0;
}
.project_bx h6 {
  color: #ff5c00;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6px;
}
.project_bx h4 {
  color: #051135;
  font-size: 32px;
  font-weight: 600;
  line-height: 40.32px;
  text-align: left;
  margin-bottom: 10px;
}
.project_bx p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 46px;
}
.count_flx {
  display: flex;
  align-items: center;
}
.count-up {
  margin-bottom: 58px;
}
.counter-count,
.count_flx {
  color: #417ef9;
  font-size: 48px;
  font-weight: 600;
  line-height: 60.48px;
  text-align: left;
  margin-bottom: 8px;
}
.count-up span {
  color: #051135;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  display: block;
}
.port_bx {
  padding: 30px;
}
.port_bx figure,
.port_set figure {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}
.port_bx figure::before,
.port_set figure::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border: 1px dashed #bfc5d9;
  width: 120px;
  height: 120px;
  z-index: -1;
}
.port_bx figure img,
.port_set figure img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.port_bx ul {
  margin-bottom: 50px;
}
.port_bx ul li,
.port_set ul li {
  padding: 30px 30px 50px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.port_bx ul li:hover,
.port_set ul li:hover {
  background: #e9edf4;
  border-top: 1px solid #d7e6f3;
  border-bottom: 1px solid #d7e6f3;
}
.port_bx ul li a {
  display: flex;
  align-items: center;
  grid-gap: 36px;
}
.port_set ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.port_txt h3 {
  margin-bottom: 16px;
  color: #051135;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.port_bx ul li:hover .port_txt h3 {
  color: #417ef9;
}
.port_bx ul li:hover figure::before,
.port_set ul li:hover figure::before {
  background: #fff;
  z-index: 0;
}
.port_set ul li:hover .arrow {
  background: #417ef9;
}
.port_set ul li:hover .arrow svg {
  transform: rotate(45deg);
}
.port_set ul li:hover .arrow svg path {
  stroke: #fff;
}
.port_txt p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0;
}
.arrow {
  border: 2px solid #417ef9;
  background: #f8f9fb;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flx_set {
  display: flex;
  align-items: center;
  grid-gap: 36px;
}
.view_btn {
  display: inline-flex;
  align-items: center;
  grid-gap: 9px;
  color: #ff5c00;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff5c00;
  margin: 0 30px;
}
.fav_blog {
  padding: 50px 0;
  position: relative;
}
.fav_blog::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/s-shape.png) no-repeat;
  background-size: cover;
  background-position: top right;
  width: 353px;
  height: 300px;
}
.fav_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tech_blog {
  background: url(../images/tech-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  padding: 80px 0;
}
.tech_blog .nav-pills {
  justify-content: center;
  margin: 45px auto;
  border: 1px solid #d7e6f3;
  width: fit-content;
  padding: 12px;
  border-radius: 90px;
  grid-gap: 12px;
}
.tech_blog .nav-pills .nav-link {
  padding: 20px 30px;
  border: 1px solid #d7e6f3;
  background: #f1f6fb;
  border-radius: 90px;
  color: #051135;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.tech_blog .nav-pills .nav-link.active,
.tech_blog .nav-pills .show > .nav-link {
  background: #417ef9;
  box-shadow: 0px 4px 4px 0px #417ef940;
  color: #fff;
}
.tech_bx {
  border: 1px solid #d7e6f3;
  padding: 44px 40px 20px;
  border-radius: 18px;
  backdrop-filter: blur(20px);
  min-height: 190px;
}
.tech_bx figure {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-item img {
  width: 55px;
  height: 55px;
}
.partner_blog_2 .owl-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.partner_blog_2 p {
  font-size: 14px;
}

.tech_bx figure img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.tech_bx h3 {
  color: #051135;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: center;
  margin: 30px auto 0;
}
#owlService .owl-nav.disabled {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#owlService .owl-nav button span {
  background: #417ef9;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#owlService .owl-nav button span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: 0;
  border: 1.07px solid #d7e6f3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}
#owlService .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
}
#owlService .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5em;
}
.faq_blog {
  padding: 80px 0 40px;
}
.faq_blog .sub_txt,
.faq_blog .main_txt {
  text-align: left;
}
.faq_blog p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
}
.faq_blog .accordion-item {
  border: 1px solid #d7e6f3;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #f2f8ff;
}
.faq_blog .accordion {
  background: transparent;
}
.faq_blog .accordion-header {
  background: #fff;
  border-radius: 12px;
}
.faq_blog .accordion-header button {
  color: #051135;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  padding: 20px 18px;
  background: transparent;
  border: 0;
}
.faq_blog .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #051135;
}
.faq_blog .accordion-button:not(.collapsed) {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.faq_blog .accordion-body {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
}
.faq_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.testi_blog {
  padding: 50px 0;
  position: relative;
}
.testi_blog p {
  color: #051135;
  font-size: 28px;
  font-weight: 600;
  line-height: 44.8px;
  text-align: center;
  margin-bottom: 30px;
}
.testi_blog h3 {
  color: #051135;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: center;
  margin-bottom: 18px;
}
.testi_blog h3 span {
  color: #6c7087;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  padding: 0 0 0 20px;
  display: inline-block;
  position: relative;
}
.testi_blog h3 span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  bottom: 0;
  background: #d0d8f0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.rating {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.testi_blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/quote.png) no-repeat;
  background-size: cover;
  width: 138px;
  height: 121px;
  margin: 3em 0px 0 8em;
}
.testi_blog::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/quote.png) no-repeat;
  background-size: cover;
  width: 138px;
  height: 121px;
  margin: 3.5em 8em 0 0;
  transform: rotateY(180deg);
}
#owltesti .owl-dots.disabled {
  display: block !important;
}
#owltesti button.owl-dot {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #d0d7e7;
}
#owltesti .owl-dots {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: center;
  margin-top: 25px;
}
#owltesti button.owl-dot.active span {
  background: #d0d7e7;
}
#owltesti button.owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  display: block;
  position: absolute;
  top: 3px;
  left: 3.4px;
}
.blog {
  padding: 50px 0;
}
.blog .main_txt {
  margin-bottom: 50px;
}
.blog_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
}
.blog_bx {
  display: block;
}
.blog_bx span {
  color: #417ef9;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  display: block;
  margin: 18px auto 16px;
}
.blog_bx h3 {
  color: #051135;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  text-align: left;
  margin-bottom: 13px;
}
.blog_bx p {
  color: #515f7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 0;
}
.start_blog {
  background: url(../images/start-bg.png) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: top center;
  height: auto;
  padding: 100px 0;
}
.start_bx {
  position: relative;
}
.start_bx::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/curve-arrow.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 49px;
  max-width: 230px;
  width: 100%;
  margin: 0 auto -5em;
}
.start_bx .sub_txt {
  text-align: left;
}
.start_bx .main_txt {
  text-align: left;
  margin-bottom: 12px;
}
.start_bx p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 30px;
}
.start_btn {
  box-shadow: 0px 8px 8px 0px #417ef926;
  background: #417ef9;
  border: 2px solid #417ef9;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  grid-gap: 12px;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 14px;
}
.start_btn:hover {
  background: transparent;
  color: #417ef9;
}
.start_btn:hover svg path {
  stroke: #417ef9;
}
.start_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*------Portfolio [ START ]------*/
.iner_blog {
  background: url(../images/portfolio/inner_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 443px;
  display: flex;
  align-items: center;
}
.iner_txt h2 {
  color: #051135;
  font-size: 48px;
  font-weight: 700;
  line-height: 60.48px;
  text-align: center;
  margin-bottom: 20px;
}
.iner_txt p {
  color: #515f7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
.portfolio_blog {
  padding: 80px 0 70px;
}
/*------Portfolio [ END ]------*/
/*------Blog [ START ]----*/
.blog {
  padding: 80px 0 50px;
}
.blo_bx {
  margin-bottom: 28px;
}
.bog_img img {
  width: 100%;
  height: 377px;
  object-fit: fill;
}
.blog_detail_img img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
.blog_img.index_blog img{
  min-height: 215px;
  max-height: 215px;
  object-fit: fill !important;
}
.blo_bx h3 {
  margin: 15px auto 11px;
  color: #240253;
  font-size: 28px;
  font-weight: 600;
  line-height: 35.28px;
  text-align: left;
}
.blo_bx p {
  color: #515f7c;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 22px;
}
.read_btn {
  border: 1px solid #417ef9;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  border-radius: 90px;
  display: inline-block;
}
.read_btn:hover {
  background: #417ef9;
  color: #fff;
}
.white_bx {
  border: 1px solid #c7d0dd;
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-bottom: 24px;
}
.head_title {
  color: #051135;
  font-size: 20px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  margin-bottom: 17px;
  padding: 0 0 0 14px;
  position: relative;
}
.head_title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border-left: 3px solid #417ef9;
  height: 22px;
}
.blog form .form-group {
  margin-bottom: 0;
  position: relative;
}
.blog form .form-control {
  border: 1px solid #c7d0dd;
  border-radius: 25px;
  background: #fbfcfe;
  padding: 16px 26px;
  height: auto;
  width: 100%;
  color: #051135;
  font-size: 14px;
  font-weight: 400;
}
.blog form .form-control::placeholder {
  color: rgb(5 17 53 / 50%);
}
.srch_btn {
  background: #417ef9;
  border: 2px solid #417ef9;
  color: #fff;
  padding: 13px 33px;
  border-radius: 90px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.srch_btn:hover {
  background: transparent;
  color: #417ef9;
}
.category_list {
  margin: 24px auto 0;
}
.category_list li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category_list li:last-child {
  margin-bottom: 0;
}
.category_list li p {
  color: #515f7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 0;
}
.category_list li span {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  display: block;
}
.post_list {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-bottom: 20px;
}
.post_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}
.blog_txt h4 {
  color: #051135;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
  margin-bottom: 5px;
}
.blog_txt span {
  color: #515f7c;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
  text-align: left;
  display: block;
}
/*------Blog [ END ]----*/
/*-----About Us [ START ]--------*/
.about-bg {
  background: url(../images/about/about-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: auto;
}
.our_blog {
  padding: 80px 0 60px;
}
.our_bx {
  display: block;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(238, 247, 251, 0.5) 0%,
    rgba(238, 247, 251, 0) 100%
  );
  border-radius: 28px;
  height: 100%;
}
.inr_ourbx {
  padding: 30px;
}
.box_border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all ease 0.6s;
}
.blue_bx .box_border {
  background: linear-gradient(180deg, #38b9f2 0%, rgba(188, 234, 255, 0) 100%)
    border-box;
}
.grn_bx .box_border {
  background: linear-gradient(180deg, #35d4a3 0%, rgba(176, 244, 223, 0) 100%)
    border-box;
}
.icon_bg {
  margin-bottom: 24px;
  display: block;
}
.inr_ourbx h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 27.72px;
  text-align: left;
  margin-bottom: 12px;
}
.blue_bx h4 {
  color: #38b9f2;
}
.grn_bx h4 {
  color: #35d4a3;
}
.inr_ourbx p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0;
}
.msg_blog {
  padding: 60px 0;
}
.msg_bx {
  background: url(../images/about/msg-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: auto;
  padding: 30px 50px;
  border: 1px solid #6c7087;
  border-radius: 28px;
}
.msg_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about_txt {
  position: relative;
}
.about_txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/about/quote.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 43px;
  height: 38px;
  margin: 2em 0em 0 0;
}

.our-story-section {
  position: relative;
  padding: 50px 0;
  /* Removed background-color and added background-image */
  background-image: url("../images/about/about-banner.png"); /* Replace with your PNG URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-story-title {
  font-size: 4rem;
  font-weight: bold;
  color: #ff5c00; /* Orange color for "Our Story" */
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
/* Blue line decoration */
.our-story-title::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 135px;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/aroow-1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.about_txt .sub_txt {
  text-align: left;
}
.about_txt .main_txt {
  color: #fff;
  text-align: left;
  margin-bottom: 17px;
}
.testi_txt p {
  color: #6b839c;
  font-family: "Work Sans", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 32.4px;
  text-align: left;
  margin-bottom: 24px;
}
.testi_txt h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.testi_txt h6 span {
  color: #6c7087;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  padding: 0 0 0 22px;
  position: relative;
}
.testi_txt h6 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #d0d8f0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 7px 0 0 9px;
}
.msg_bx #owltesti .owl-dots.disabled {
  display: none !important;
}
.appro_blog {
  padding: 40px 0;
}
.appro_bx {
  border: 1px solid #d7e6f3;
  background: #ffffff80;
  padding: 60px;
  border-radius: 16px;
  position: relative;
}
.appro_bx::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/about/approach_blur.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 382px;
}
.appro_txt .sub_txt,
.appro_txt .main_txt {
  text-align: left;
}
.appro_txt p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 28px;
}
.abt_listing li {
  display: flex;
  align-items: center;
  grid-gap: 23px;
  margin-bottom: 28px;
}
.abt_listing li span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0511353d;
  color: transparent;
  font-size: 32px;
  font-weight: 700;
  line-height: 40.32px;
  text-align: left;
  position: relative;
  width: 6%;
}
.abt_listing li span::before {
  content: "";
  position: absolute;
  border-right: 1px dashed #515f7c;
  top: 0;
  right: 0;
  height: 34px;
  margin: 3px -0.3em 0 0;
}
.list_txt h3 {
  color: #515f7c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 6px;
}
.list_txt h6 {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0;
}
.appro_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.respon_blog {
  padding: 40px 0;
}
.respon_bx {
  background: linear-gradient(
    128.01deg,
    #efedff -3.45%,
    #ffffff 50.12%,
    #eefcff 102.85%
  );
  border: 1px solid #d7e6f3;
  padding: 60px;
  border-radius: 16px;
  padding: 60px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.respon_img,
.respon_txt {
  width: 50%;
}
.respon_img img {
  width: 100%;
  max-width: 496px;
  height: auto;
  object-fit: cover;
}
.respon_txt .sub_txt,
.respon_txt .main_txt {
  text-align: left;
}
.respon_txt p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 28px;
}
.respon_txt .abt_listing li span {
  width: 9%;
}
.respon_txt .abt_listing li span::before {
  margin: 3px -0.35em 0 0;
}
.google_blog {
  padding: 50px 0;
}
.google_txt .sub_txt,
.google_txt .main_txt {
  text-align: left;
}
.google_txt h6 {
  color: #515f7c;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  margin-bottom: 12px;
}
.google_txt p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 18px;
}
.google_txt h4 {
  color: #515f7c;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  margin-bottom: 12px;
}
.google_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.graph_blog {
  padding: 40px 0;
}
.graph_bx {
  border: 1px solid #d7e6f3;
  background: #ffffff80;
  padding: 60px;
  border-radius: 16px;
}
/*.graph_img img{
  width: 100%;
  height: auto;
  object-fit: contain;
}*/
.path_blog {
  padding: 40px 0;
}
.path_blog .respon_img img {
  max-width: 100%;
}
.path_bx {
  background: linear-gradient(
    128.01deg,
    #efedff -3.45%,
    #ffffff 50.12%,
    #eefcff 102.85%
  );
  border: 1px solid #d7e6f3;
  padding: 60px;
  border-radius: 16px;
  padding: 60px;
}
.path_bx .respon_img,
.path_bx .respon_txt {
  width: 100%;
}
.tec_blog {
  padding: 40px 0;
}
.count_blog {
  padding: 50px 0;
}
.count_bx {
  background: url(../images/about/count-bg.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  border: 0.8px solid #ffffff;
  border-radius: 32px;
  padding: 50px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 100px;
}
.count_step {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.count_step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #ffffff;
  height: auto;
  margin: 0 -6em 0 0;
}
.count_step:last-child::before {
  border: 0;
}
.count_step span {
  margin-bottom: 20px;
  display: block;
}
.count_step .count_flx {
  margin-bottom: 10px;
  color: #fff;
  justify-content: center;
}
.count_step .counter-count {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.4px;

  color: #ffffff;
  margin-bottom: 0;
}
.count_step p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: center;
  color: #ffffff;
}

/*-----About Us [ END ]-----------*/
/*-----Contact Us [ START ] -----------*/
.contact_blog {
  padding: 100px 0 40px;
  background: url(../images/contact/contact-bg.png) no-repeat;
  width: 100%;
  height: auto;
}
.contact_img img {
  height: auto;
  object-fit: cover;
  width: 95%;
}
.contact_frm {
  border: 1px solid #d7e6f3;
  backdrop-filter: blur(20px);
  background: #ffffff80;
  padding: 40px;
  border-radius: 8px;
}
.frm_flx {
  display: flex;
  align-items: center;
  grid-gap: 21px;
}
.contact_frm .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.contact_frm .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #5d7492;
  display: block;
}
.contact_frm .form-group label sup {
  color: #ed4f4f;
}
.contact_frm .form-control {
  background: #ffffff;
  border: 1px solid #d0dded;
  border-radius: 8px;
  padding: 15px 15px;
  display: block;
  height: auto;
  color: #16171b;
  font-size: 16px;
  font-weight: 500;
}
.error {
  font-size: 12px;
  display: block;
  color: red;
  margin: 5px 0;
  display: none;
  text-transform: capitalize;
}
.submit_btn {
  box-shadow: 0px 8px 8px 0px #417ef926;
  background: #417ef9;
  border: 2px solid #417ef9;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  padding: 14px 20px;
  width: 100%;
  justify-content: center;
  margin: 10px auto 0;
}
.map_blog {
  padding: 40px 0 0;
}
.map iframe {
  border: 1px solid #d7e6f3;
  border-radius: 28px;
}
/*-----Contact Us [ END ] -----------*/
/*----- Career [ START ]------------*/
.career_blog {
  padding: 50px 0 80px;
}
.career_blog .nav-pills {
  justify-content: center;
  grid-gap: 36px;
  margin-bottom: 40px;
}
.career_blog .nav-pills .nav-link {
  border: 1px solid #c7d0dd;
  padding: 12px 28px;
  border-radius: 90px;
  color: #051135;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.career_blog .nav-pills .nav-link.active,
.career_blog .nav-pills .show > .nav-link {
  background: #dde9ff;
  color: #417ef9;
  border: 1px solid #dde9ff;
}
.col-grid-creative {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.career_bx {
  border: 1px solid #c7d0dd;
  padding: 20px;
  border-radius: 12px;
}
.career_bx h3 {
  color: #417ef9;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  text-align: left;
  margin-bottom: 13px;
}
.career_bx ul {
  display: flex;
  align-items: center;
  grid-gap: 13px;
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e4e9ef;
}
.career_bx ul li {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.career_bx ul li p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.career_bx h6 {
  color: #051135;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.apply_btn {
  background: #dde9ff;
  border-radius: 22px;
  padding: 10px 20px;
  border: 2px solid #dde9ff;
  color: #417ef9;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.apply_btn:hover {
  background: #417ef9;
  border: 2px solid #417ef9;
  color: #dde9ff;
}
/*----- Career [ END ]------------*/
/*------Services [ START ] --------------*/
.service_bg {
  background: url(../images/service/service_bg.jpg) no-repeat;
  width: 100%;
  height: auto;
}
.work_blog {
  padding: 50px 0;
}
.work_blog .main_txt {
  margin-bottom: 30px;
}
.work_bx {
  margin: 0 auto;
  text-align: center;
  background: #ebfbf6;
  border-radius: 28px;
  padding: 50px 40px;
}
.work_bx span {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.work_bx span img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.blue_bg {
  box-shadow: 0px 8px 12px 0px #39b9f24d;
  background: #39b9f2;
}
.grn_bg {
  box-shadow: 0px 8px 12px 0px #35d4a34d;
  background: #35d4a3;
}
.work_bx h3 {
  color: #051135;
  font-size: 22px;
  font-weight: 600;
  line-height: 27.72px;
  text-align: center;
  margin-bottom: 10px;
}
.work_bx p {
  color: #515f7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
.org_bg {
  box-shadow: 0px 8px 12px 0px #f582384d;
  background: #f58238;
}
.connect_blog {
  padding: 50px 0;
}
.connect_img {
  margin: 0 auto;
  text-align: center;
}
.connect_bx .main_txt {
  margin-bottom: 58px;
}
/*------Services [ END ] --------------*/
/*-----------Indstruies [ START ]-------------*/
.indust_blog {
  padding: 50px 0;
}
.indust_title {
  margin: 0 auto 40px;
  text-align: center;
}
.indust_title h6,
.indust_title h3 {
  text-align: center;
}
.indus_bx {
  box-shadow: 0px 40px 100px 0px #d8d8d833;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.indus_bx h4 {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  text-align: left;
  margin: 50px 0 12px;
}
.indus_bx p {
  color: #868686;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  margin-bottom: 46px;
}
.indus_bx a {
  display: flex;
  align-items: center;
  grid-gap: 9px;
  color: #417ef9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
}
.indus_icon {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  margin: -4em 0 0;
  box-shadow: 0px 40px 100px 0px #d8d8d833;
}
.indus_icon img {
  width: fit-content;
  height: auto;
  border-radius: 8px;
}
#owlindus .owl-stage-outer {
  padding: 35px 0 15px;
}
#owlindus .owl-nav button {
  background: #f2f4f5;
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
#owlindus .owl-nav {
  display: flex;
  align-items: center;
  grid-gap: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -7em 0 0;
}
#owlindus .owl-nav button:hover {
  background: #417ef9;
}
#owlindus .owl-nav button:hover span svg path {
  stroke: #fff;
}
/*-----------Indstruies [ END ]-------------*/
/*--------Home Portfolio [ START ]-----------*/
.porting {
  padding: 40px 0;
}
.portfolio {
  box-shadow: 0px 1px 2px 0px #1018280f;
  border-radius: 32px;
  margin-bottom: 30px;
}
.portfolio img {
  border-radius: 32px 32px 0 0;
}
.p_content {
  padding: 24px;
}
.p_content h3 {
  color: #051135;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  margin-bottom: 8px;
}
.p_content p {
  color: #515f7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
}
.hashtag {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.hashtag span {
  background: #f4f4f4;
  padding: 4px 8px;
  color: #515f7c;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: block;
}
.pro_btn {
  font-size: 16px;
  font-weight: 500;
  color: #417ef9;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
/*--------Home Portfolio [ END ]------------*/
/*------portfolio Paage [ START ]-----------*/
.portfolio_section {
  padding: 80px 0;
}
.post_bx {
  margin-bottom: 30px;
}
.post_bx img {
  border: 1px solid #c7d0dd;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.post_bx h4 {
  margin: 20px auto 10px;
  color: #051135;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.2px;
  text-align: left;
}
.post_bx p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 0;
  color: #515f7c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map_section .indust_title,
.map_section .indust_title h6,
.map_section .indust_title h3 {
  text-align: left;
}
.map_bx {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  grid-row-gap: 10px;
}
.map_bx img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.map_bx a {
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_bx a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.map_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_img img {
  max-width: 667px;
  width: 100%;
  height: auto;
}
/*-------Testimonial [ START ]-------------*/
.wd_testimonial {
  padding: 100px 0 40px;
}
.wd_testimonial .owl-carousel .owl-stage-outer {
  padding: 40px 20px 80px;
}
.wd_testimonial .owl-carousel .owl-item img {
  width: 100%;
  height: auto;
}
.owl-carousel {
  display: block !important;
}
.tab-pane {
  display: none;
}
.tab-pane.show.active {
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 1 !important;
}
.tab-pane .owl-nav button span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgb(65, 126, 249);
  border-radius: 50%;
}
.tab-pane .owl-prev {
  position: absolute !important;
  top: 0px !important;
  bottom: 0px !important;
  left: -1.5em !important;
}
.tab-pane .owl-next {
  position: absolute !important;
  top: 0px !important;
  bottom: 0px !important;
  right: -1.5em !important;
}
.owlport {
  box-shadow: 0px 20px 60px 0px #2e213d14;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 54px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.owlport::before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  box-shadow: 0px 20px 60px 0px #2e213d14;
  border-radius: 10px;
  width: 85%;
  height: 378px;
  margin: 0 auto;
  z-index: -2;
}
.owl_img img {
  border-radius: 10px 10px 0 0;
}
.owl_txt {
  padding: 34px 0;
}
.owl_txt h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #051135;
  margin-bottom: 10px;
}
.owl_txt span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #515f7c;
  margin-bottom: 16px;
  display: block;
}
.owl_txt p {
  color: #515f7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: justified;
  margin-bottom: 20px;
}
#owlport .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*-------Testimonial [ END ]---------------*/
.partner_blog {
  padding: 50px 0 0;
}
.partner_bg {
  background: #f3f5f6;
  padding: 59px 0;
}
.partner_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/*------Portfolio Page [ END ]--------------*/
/*-------Service [ START ]------------*/
.excellence_blog {
  padding: 80px 0 40px;
}
.serve_blog {
  padding: 80px 0 40px;
}
.serve_bx {
  border-radius: 28px;
  padding: 30px 26px;
  margin-bottom: 30px;
}
.serve_bx h3 {
  color: #051135;
  margin: 30px auto 7px;
  font-family: Sora;
  font-size: 22px;
  font-weight: 600;
  line-height: 27.72px;
  text-align: center;
}
.serve_bx p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 120px;
}
.serve_icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.more_btn {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  color: #ff5c00;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.blu_bg {
  background: #eef7fb;
}
.blu_bg .serve_icon {
  background: #39b9f2;
  box-shadow: 0px 8px 12px 0px #39b9f24d;
}
.gren_bg {
  background: #ebfbf6;
}
.gren_bg .serve_icon {
  background: #35d4a3;
  box-shadow: 0px 8px 12px 0px #35d4a34d;
}
.orang_bg {
  background: #fef3ec;
}
.orang_bg .serve_icon {
  background: #f58238;
  box-shadow: 0px 8px 12px 0px #f582384d;
}
.purp_bg {
  background: #f0eefb;
}
.purp_bg .serve_icon {
  background: #9987fc;
  box-shadow: 0px 8px 12px 0px #9987fc4d;
}
.light_bg {
  background: #fbedeb;
}
.light_bg .serve_icon {
  box-shadow: 0px 8px 12px 0px #fbedeb4d;
}
.pink_bg {
  background: #feecf7d9;
}
.pink_bg .serve_icon {
  background: #ff7dcd;
  box-shadow: 0px 8px 12px 0px #feecf74d;
}
.talent_blog {
  padding: 40px 0;
}
.talent_blog p {
  margin-bottom: 11px;
}
.solution_blog {
  margin: 50px 0;
  background: linear-gradient(180deg, #417ef9 0%, #051135 100%);
  position: relative;
  padding: 30px 0 0;
  transform: skewY(-1deg);
}
.solution_blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/portfolio/stroke.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 410px;
  width: 100%;
}
.solution_txt h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
}
.solution_txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.solution_txt h4 {
  font-size: 20px;
}
.sol_img {
  margin: 0 auto;
  text-align: right;
}
.wd-solution-accord {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 13px;
  padding: 15px;
}
/* -------Accordion------ */
.software_blog {
  padding: 40px 0;
}
.wd-solution-accord .card {
  border: 0;
  margin-bottom: 16px;
}
.wd-solution-accord .accordion > .card > .card-header {
  padding: 16px;
  background: transparent;
  border-bottom: 1px solid #0000001a;
  background: #f5f5f5;
  border-radius: 10px;
}
.wd-solution-accord .card:has(.show) .card-header {
  background: transparent;
  border-radius: 0;
}
.wd-solution-accord .card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.wd-solution-accord .card-link h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  gap: 10px;
  color: #051135;
  margin-bottom: 0;
}
.wd-solution-accord .card-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.wd-accordion-icon {
  transition: all 0.6s ease-in-out;
}
.wd-accordion-icon svg {
  width: 24px;
  height: 24px;
}
.wd-solution-accord .card:has(.show) .wd-accordion-icon {
  transform: rotate(45deg);
}
.wd-solution-accord .card:has(.show) .wd-accordion-icon svg path {
  stroke: #f2683e;
}
.wd-solution-accord .card-body {
  padding: 15px 0 0;
}
.wd-solution-accord .card-body p {
  font-weight: normal;
  font-size: 16px;
  color: #515f7c;

  margin-bottom: 16px;
}
.wd-solution-accord ul {
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid #0000001a;
}
.wd-solution-accord ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}
.wd-solution-accord ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  color: #515f7c;
}
/* -------Accordion [END] ------ */
.portfolio_btn {
  box-shadow: 0px 8px 8px 0px #417ef926;
  background: #417ef9;
  border: 2px solid #417ef9;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  grid-gap: 5px;
  color: #fff;
  border-radius: 8px;
}
.portfolio_btn:hover {
  background: transparent;
  color: #417ef9;
}
.portfolio_btn:hover svg path {
  stroke: #417ef9;
}
.opa_60 {
  opacity: 0.6;
}
/*-------Service [ END ]--------------*/
/*---------IT Consulting [ START ] ------------*/
.consulting {
  background: #f8f9fb;
}
.consulting_blog {
  padding: 46px 0 46px;
}
.consult_txt .sub_txt,
.consult_txt .main_txt,
.protect_txt .sub_txt,
.protect_txt .main_txt,
.unlock_txt .sub_txt,
.unlock_txt .main_txt {
  text-align: left;
}
.consult_txt p,
.protect_txt p,
.unlock_txt p {
  color: #515f7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.consult_list {
  display: flex;
  grid-gap: 26px;
  margin-bottom: 30px;
}
.consult_list span {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.32px;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0511353d;
  color: transparent;
  position: relative;
}
.consult_list span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px dashed #515f7c;
  height: 34px;
  margin: 3px -0.4em 0 0;
}
.consulting_txt h3 {
  color: #515f7c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 6px;
}
.consulting_txt p {
  color: #515f7c;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 0;
}
.protect_blog {
  padding: 79px 0;
  background: #fff;
}
.protect_txt ul {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
}
.protect_txt ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 10px;
}
.protect_txt ul li span {
  position: relative;
}
.protect_txt ul li span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px dashed #515f7c;
  margin: 0px -0.5em 0 0;
  height: 34px;
}
.protect_txt ul li h4 {
  color: #515f7c;
  font-family: Sora;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 0;
}
/*---------IT Consulting [ END ] ------------*/
