* {
  padding: 0;
  margin: 0;
}

::selection {
  color: #fff;
  background-color: #e65e15;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI.woff2') format('woff2'),
    url('../fonts/SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Light.woff2') format('woff2'),
    url('../fonts/SegoeUI-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI Semilight';
  src: url('../fonts/SegoeUI-Semilight.woff2') format('woff2'),
    url('../fonts/SegoeUI-Semilight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUIBlack.woff2') format('woff2'),
    url('../fonts/SegoeUIBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
    url('../fonts/SegoeUI-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Segoe UI';
  color: #000;
}

.navbar-brand-logo {
  min-width: 90px;
  max-width: 120px;

}

.nav-main {
  border-top: 1px solid #eeeeee;
}

.navbar-expand-lg.navbar-end .navbar-absolute-top-scroller,
.navbar-expand-lg.navbar-end .navbar-sticky-top-scroller {
  margin-left: 0px;
}

.container,
.container-fluid,
.container-xxl {
  max-width: 1280px;
}

.nav-rt-btn {
  float: right;
}

#navbarNavDropdown .navbar-absolute-top-scroller {
  width: 100%;
}

#navbarNavDropdown .navbar-absolute-top-scroller ul.navbar-nav {
  justify-content: start;
  padding-left: 150px;
}

.nav-item.nav-rt-btn {
  margin-left: auto;
}

.navbar.navbar-scrolled.navbar-light {
  transition: all 0.5s ease;
}

.navbar.navbar-untransitioned {
  transition: all 0.5s ease;
}

.navbar.navbar-scrolled.navbar-light .navbar-nav .nav-link {
  padding: 0.7rem 0.60rem;
}

/* .navbar.navbar-scrolled.navbar-expand-lg .hs-sub-menu.dropdown-menu {     margin-top: 12px;} */

.navbar.sticky-top.navbar-expand-lg.navbar-end.navbar-absolute-top.navbar-light.navbar-show-hide.navbar-scrolled {
  margin-top: 0px !important;
}


.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.navbar-untransitioned {
  transition: all 0.5s ease;
}

.navbar-scrolled {
  transition: all 0.5s ease;
}

.head-top-sticky {
  margin-top: 86px;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 0px;
  height: 100%;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}

.slide-con-custom h5 span {
  display: block;
}

.slide-btn a {
  font-size: 14px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 5px 15px 7px 15px;
}

.slide-btn a span {
  color: #fff;
  font-weight: 500;
  padding-left: 5px;
  font-size: 20px;
  line-height: 0px;
  position: relative;
  top: 3px;
  left: 1px;
}

.slide-btn a:hover {
  color: #e65e15;
}

.slide-btn a:hover span {
  color: #e65e15;
}

.slide-con-custom {
  text-align: left;
}

.slide-con-custom h5 {
  font-size: 30px;
  font-family: "Segoe UI Emoji";
  color: rgb(0, 0, 0);
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-con-custom p {
  font-size: 15px;
  font-family: "Segoe UI Emoji";
  color: rgb(0, 0, 0);
  line-height: 1.467;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  box-shadow: none;
  border-color: transparent;
  border-radius: 100px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #232222;
}

.navbar-light .navbar-nav .nav-link {
  color: #232222;
  text-transform: uppercase;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #e65e15;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #e65e15;
}

.navbar .nav-item:hover>.nav-link {
  color: #e65e15;
}

.navbar .dropdown-menu {
  border-top: 0.1875rem solid #e65e15;
}

/* .nav-item.nav-rt-btn a.btn-transition{font-size: 16px;font-family: "Segoe UI";color: rgb(215, 91, 8);line-height: 1.2;} */
.nav-item.nav-rt-btn a.btn-transition {
  font-size: 16px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 5px 15px 7px 15px;
}

.nav-item.nav-rt-btn a.btn-transition:hover {
  color: #e65e15;
}

.fa-light.fa-angles-right.joinus {
  color: #fff;
}

.fa-light.fa-angles-right.joinus:hover {
  transition: all .2s ease-in-out;
}

/* counter */
.counter-box {
  padding: 25px 15px;
}

.counter {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.067;
  text-align: left;
}

.counter-plus {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.067;
  text-align: left;
}

.counter-box p {
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.067;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

/* counter */
.it-tl {
  margin-bottom: 10px;
}

.it-services {
  margin-top: 20px;
}

.it-services-main-box {
  margin: 30px auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
}

.it-services-box4 {
  padding: 0px;
  border: 1px solid #eee;
}

.ist1 {}

.ist2 {}

.ist3 {}

.ist4 {}

.ist5 {}

.ist5 {}

/* flip */
h1 {
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
}

.service-box {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.service-icon {
  width: 100%;
  height: 240px;
  padding: 20px;
  text-align: left;
  transition: all 0.5s ease;
}


.service-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 240px;
  padding: 20px;
  text-align: left;
  transition: all 0.5s ease;
  background-color: #474747;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
  position: relative;
  top: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

.service-box .service-icon .front-content h3 {
  font-size: 22px;
  font-family: "Segoe UI";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px;
}

.service-box .service-content h3 {
  font-size: 22px;
  font-family: "Segoe UI";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.service-box .service-content p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.yellow {
  background-color: #ffc000;
}

.orange {
  background-color: #fc7f0c;
}

.red {
  background-color: #e84b3a;
}

.grey {
  background-color: #474747;
}

.service-box:hover .service-icon {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  display: flex;
  align-items: center;
  justify-content: center;

}

/* flip */

.box-1-bg {}

.box-1-bgf {
  background: url(../images/ser-box-3bg.png) center center no-repeat;
  text-align: center;
}

.box-2-bgf {
  background: url(../images/ser-box-2bg.png) center center no-repeat;
  text-align: center;
}

.box-3-bgf {
  background: url(../images/ser-box-1bg.png) center center no-repeat;
  text-align: center;
}

.box-4-bgf {
  background: url(../images/it_infra_box1.jpg) center center no-repeat;
  text-align: center;
}

.box-5-bgf {
  background: url(../images/design_development.jpg) center center no-repeat;
  text-align: center;
}

.box-6-bgf {
  background: url(../images/ser-box-4bg.png) center center no-repeat;
  text-align: center;
}

.box_dg_1 {
  background: url(../images/box_dg_1.jpg) center center no-repeat;
  text-align: center;
}

.box_dg_2 {
  background: url(../images/box_dg_2.jpg) center center no-repeat;
  text-align: center;
}

.box_dg_3 {
  background: url(../images/box_dg_3.jpg) center center no-repeat;
  text-align: center;
}

.box_dg_4 {
  background: url(../images/box_dg_4.jpg) center center no-repeat;
  text-align: center;
}

.box_dg_5 {
  background: url(../images/box_dg_5.jpg) center center no-repeat;
  text-align: center;
}

.box_dg_6 {
  background: url(../images/box_dg_6.jpg) center center no-repeat;
  text-align: center;
}



.left-video video {
  width: 410px;
  height: auto;
  object-fit: cover;
  max-width: 100%;

}

.right-videos {
  display: flex;
  flex-direction: column;
  gap: 80px;
  height: auto;
}

.right-videos video {
  width: 465px;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.box_sty1_left1,
.box_sty1_right1 {
  height: auto;
}

.box_sty1_left1 {
  background-color: white;
}

.left-video {
  height: auto;
  overflow: hidden;
}

.box-hov-link i {
  color: #fff;
  font-size: 35px;
}

.box-hov-link:hover i {
  color: #000;
  font-size: 35px;
}

.fl-hover h3 {
  margin: 1rem 0rem 1.5rem 0rem;
}

.business-apps {
  margin: 2.5rem 0rem;
}

.business-apps .owl-item {}

.ba-slide-con-1 {
  margin: 0rem 0rem;
  padding: 30px 0px 0px 30px;
  min-height: 185px;
}

.ba-slide-con-1 h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.ba-slide-con-1 p {
  color: #fff;
  font-size: 15px;
}

.ba-slide-con-2 {
  margin-bottom: 1.2rem;
  margin-left: 2rem;
  margin-top: 1rem;
}

.ba-slide-con-2 .fa-duotone:after,
.ba-slide-con-2 .fad:after {
  color: #fff;
  opacity: 0.9 !important;
}

.ba-slide-con-2 .fa-duotone::before,
.ba-slide-con-2 .fad:before {
  color: #cf5413;
  opacity: 0.9 !important;
}

.owl-carousel.business_apps-slider .owl-stage-outer {}

.business-apps .owl-item:first-child {
  background-color: #000;
}

.business-apps .owl-item:first-child {
  background-color: #000;
}

.business_apps-slider-it-infra .owl-item:first-child {
  background-color: #cf5413;
}

.business-apps .owl-stage-outer {
  margin: 20px auto;
  background-color: rgb(255, 255, 255);
}

.ba-slide-con-2 a {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  -moz-transform: matrix(0.43803693207591, 0, 0, 0.43803693207591, 0, 0);
  -webkit-transform: matrix(0.43803693207591, 0, 0, 0.43803693207591, 0, 0);
  -ms-transform: matrix(0.43803693207591, 0, 0, 0.43803693207591, 0, 0);
}

/* .business_apps-slider2  .ba-slide-con-2 a{color:#fff;} */

.ba-slide-con-2 a i {
  font-size: 14px;
  line-height: normal !important;
  position: relative;
  top: 0px;
  left: 0.2px;
  color: #fff;
  font-style: normal !important;
}

.ba-slide-con-2 a:hover {
  color: #cf5413;
}

/* .business_apps-slider2 .ba-slide-con-2 a:hover{color: #fff;} */
.ba-slide-con-2 a:hover .fa-duotone:after,
.ba-slide-con-2 .fad:after {
  color: #e65e15;
  opacity: 0.9 !important;
}

.ba-slide-con-2 a:hover .fa-duotone::before,
.ba-slide-con-2 .fad:before {
  color: #cf5413;
  opacity: 0.9 !important;
}

.owl-carousel.owl-drag .owl-item {
  padding-bottom: 2px;
}


.case-studies-block-inner {
  background-color: #f2f8fb;
  padding: 30px 15px;
}

.home-cas-con-block-btn a {
  font-size: 16px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 7px 20px 10px 20px;
}

.home-cas-con-block-btn a i {
  color: #e65e15;
  font-weight: 600;
  padding-left: 5px;
  font-size: 25px;
  line-height: 0px;
  position: relative;
  top: 5px;
  left: 5px;
}

.home-cas-con-block-img {
  text-align: right;
}


.home-cas-con-block {
  background-color: #fff;
}

.home-cas-con-block-con {
  padding: 45px;
}

.case-studies-block-inner .nav-pills .nav-link.active,
.case-studies-block-inner .nav-pills .show>.nav-link {
  color: initial;
  background-color: rgb(255 255 255);
  border-radius: 0px;
  font-size: 22px;
  color: rgb(0, 0, 0);
  line-height: 1.636;
  text-align: left;
  font-weight: 600;
  /* border-bottom: 1px solid  rgb(230 94 21); */
}

.case-studies-block-inner .flex-column {
  min-width: 300px;
}

.case-studies-block-inner .nav-pills .nav-link {
  border-radius: 0px;
  font-size: 22px;
  color: rgb(0, 0, 0);
  line-height: 1.636;
  text-align: left;
  padding-left: 35px;
  font-weight: 500;
  border-bottom: 1px solid #797c7d;
}

.case-studies-block-inner .nav-pills .nav-link:hover {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.case-studies-block-inner .nav-pills .nav-link:first-child {
  border-bottom: 1px solid transparent;
}

.home-companies {
  margin: 3rem 0rem;
}

.companies-tl {
  margin-bottom: 2rem;
}

.footer-div {
  background: url(../images/footer-bg.png) top left no-repeat #f0f6f9;
  background-size: contain;
  margin-top: 50px;
}

.footer_t_left1 h3 {
  font-size: 40px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
}

.social-block {
  list-style: none;
  padding: 0px;
  margin-top: 2rem;
}

.social-block li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}

.social-block li a i {
  color: #000;
}

.footer_t_center ul {
  padding: 0px;
  list-style: none;
  padding-left: 30px;
}

.footer_t_center ul li {
  display: block;
  margin-bottom: 1.2rem;
  position: relative;
  color: #000;
}

.footer_t_center ul li a {
  color: #000;
}

.footer_t_center ul li a:hover {
  color: #e65e15;
}

.footer_t_center ul li.f_addresh::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
}

.footer_t_center ul li.f_contact::before {
  content: "\f2a0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.footer_t_center ul li.f_email::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.footer_t_center ul li::before {
  position: absolute;
  left: -30px;
  font-size: 19px;
  color: #e65e15;
}

.home-footer-btn-submit button {
  font-size: 16px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 10px 20px 10px 20px;
  line-height: 20px;
  border: none;
  border-radius: 0px;
}

.home-footer-btn-submit button:hover {
  background: #e65e15;
}

.home-footer-btn-submit button i {
  color: #e65e15;
  font-weight: 500;
  padding-left: 5px;
  font-size: 25px;
  line-height: 0px;
  position: relative;
  top: 3px;
  left: 5px;
}

.home-footer-btn-submit button:hover i {
  color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: transparent;
  background-clip: padding-box;
  border: 0.0625rem solid rgb(0 0 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.go-to:focus:hover,
.go-to:hover {
  background-color: #e65e15;
}

.white-text,
.white-text h5,
.white-text p {
  color: #fff;
}

.white-btn a {
  background-color: #fff;
  color: #000;
}

.white-btn a:hover {
  color: #e65e15;
}

.white-btn a span.slider_i {
  color: #000;
}

.white-btn a:hover span.slider_i {
  color: #e65e15;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.footer_t_center h4,
.footer_t_right h4 {
  margin-bottom: 1.5rem;
}

.footer-form .form-control {
  padding: 0.5rem 1rem;
}

.footer-form .form-control::placeholder {
  color: #000;
}

.footer-bt-left ul li a {
  font-size: 13.5px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 600;
}

.footer-bt-left ul li a:hover {
  color: #e65e15;
}

.footer-bt-right p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Segoe UI";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 600;
}

.ba-slide-con-2 span {
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  justify-content: center;
}

.ba-slide-con-2 a span {
  background-color: #e65e15;
  align-items: center;
  justify-content: center;
}

/* .business_apps-slider2 .ba-slide-con-2:hover a span{background-color: #fff;} */


.ba-slide-con-2 a:hover span {
  background-color: #000;
}


.ba-slide-con-2 a:hover span i {
  color: #fff;
}

/* .business_apps-slider2 .ba-slide-con-2 a:hover span i{color: #000;} */


/* .ba-slide-con-2 span i{color: #fff;} */
.joinus {
  color: #0a0a0a;
}

.nav-rt-btn a:hover .joinus {
  color: #e65e15;
}

.test-count {
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quoit1 {
  margin-top: 1rem;
}

.quoit2 {
  position: relative;
  top: 1rem;
  left: 1rem;
}

.test-name {
  margin-top: 2rem;
}

.test-name h5 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

.test-name p {
  font-size: 16px;
  color: #5d5b5b;
  line-height: 1.2;
  font-weight: 600;
}

.testi-block {
  position: relative;
}

.testi-block-boder:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: -50px;
  background-color: #000;
  z-index: 9999999;
  top: 0px;
}

.test-view-btn {
  text-align: right;
}

.home-cas-con-block-btn a:hover {
  background: #e65e15;
  color: #fff;
}

.home-cas-con-block-btn a:hover i {
  color: #fff;
}

.footer-bt-right {
  text-align: right;
}

.business-apps .owl-dots,
.business-apps .owl-nav {
  display: none;
}

.banner {
  position: relative;
}

.banner-tl-block {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  bottom: 20px;
  padding-left: 3rem;
}

.banner-tl-block .banner-tl-block-inner h1 {
  color: #fff;
  font-size: 30px;
  text-transform: unset;
  line-height: 1.029;
  text-align: center;
}

.banner-tl-block .banner-tl-block-inner p {
  color: #fff;
}

.banner .banner-tl-block .banner-tl-block-inner h1 {
  text-align: left;
}

.breadcrumb li {
  color: #fff;
  font-size: 12px;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb li.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #ffffff;
  content: var(--bs-breadcrumb-divider, "/");
}

.inner-content {
  margin: 1.5rem 0rem;
}

.breadcrumb2 .breadcrumb li {
  color: #000;
}

.breadcrumb2 .breadcrumb li a {
  color: #000;
}

.breadcrumb2 .breadcrumb li.active {
  color: #000;
}

.breadcrumb2 .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #000;
  content: var(--bs-breadcrumb-divider, "/");
}

.inner-con-tl h1 {

  font-size: 35px;

  text-transform: uppercase;
  line-height: 1.029;
}

/* Gallery */

.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {

  transform: scale(1);
  transition: transform 0.4s ease;
}


.img-box {
  box-sizing: content-box;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}


.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption-box .caption-inner h4 {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 16px;
}

.caption-box {
  margin-bottom: 2rem;
}

/* .gl-tl-boder{    width: 50px;
  height: 2px;  transition: width 2s;
  background-color: #83a7b0;
  display: inline-block;
  position: absolute;
  bottom: -8px;}
.img-box-main:hover .gl-tl-boder{width: 100px;  transition: width 2s;} */
.gallery-tl {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.carousel-control-next {
  right: -50px;
}

.carousel-control-prev {
  left: -50px;
}

.head-top-sticky.home-slider {
  overflow-x: hidden;
}

.no-banner {
  padding-top: 2rem;
}

.ratio.ratio-16x9 img {
  object-fit: none !important;
}

.img-box-main.img-box {
  max-height: 222px;
  overflow: hidden;
  min-width: 100%;
  margin-bottom: 15px;
}

.img-box-main a .img-box,
.img-box-main a .img-box img {
  width: 100%;
  transition: transform 0.4s ease;
}

.career-top-block {
  text-align: center;
  width: 70%;
  margin: auto;
}

.current-openings .accordion-item {
  margin-bottom: 2rem;
}

.current-openings .accordion-item {
  border: none;
}

.current-openings .accordion-item {
  background-color: #fff;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
}

.accordion-collapse {
  padding: 15px;
}

.current-openings .accordion-header h2 {
  padding-left: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 27px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

.current-openings .accordion-header ul {
  margin-bottom: 0rem;
}

.current-openings .accordion-header ul li {
  display: inline-block;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  padding: 6px 15px;
  margin-left: 15px;
}

.accordion-button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  font-weight: 500;
  color: #020404;
  font-size: 25px;
  height: 1.5rem;
}

.current-openings .accordion-header ul {
  padding-left: 5rem;
}

.current-openings .accordion-header ul li a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.2;
}

.current-openings .accordion-header ul li a:hover {
  color: #000;
}

.career-con-block ul {
  padding-left: 0px;
  list-style: none;
}

/* .career-top-block{padding: 2rem 0rem;} */


.accordion-button::after {
  position: absolute;
  right: 20px;
}

.current-openings .accordion-header ul {
  margin-left: auto;
  margin-right: 3rem;
}

/* footer-btn */


.footer-form-btn .button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 auto;
  padding: 19px 15px !important;
  border: none;
  border-radius: none !important;
  overflow: hidden;
  font-size: 16px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 10px 13px 10px 20px;
  line-height: 20px;
  border: none;
  border-radius: 0px;
  min-width: 150px;

}

.fa-regular.fa-angle-right {
  color: #e65e15;

}

.footer-form-btn .button:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e65e15;
}

.footer-form-btn .button span {
  position: absolute;
  line-height: 0;
}

.footer-form-btn .button span i {
  transform-origin: center center;
}

.footer-form-btn .button span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}

.footer-form-btn .button span:nth-of-type(2) {
  top: 100%;
  transform: translateY(0%);
  font-size: 24px;
}

.footer-form-btn .button span:nth-of-type(3) {
  display: none;
}

.footer-form-btn .active {
  background-color: #4caf50;
}

.footer-form-btn .active:before {
  width: 100%;
  transition: width 3s linear;
}

.footer-form-btn .active span:nth-of-type(1) {
  top: -100%;
  transform: translateY(-50%);
}

.footer-form-btn .active span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.footer-form-btn .active span:nth-of-type(2) i {
  animation: loading 500ms linear infinite;
}

.footer-form-btn .active span:nth-of-type(3) {
  display: none;
}

.finished {
  background-color: #e65e15;
}

.finished .submit {
  display: none;
}

.finished .loading {
  display: none;
}

.finished .check {
  display: block !important;
  font-size: 24px;
  animation: scale 0.5s linear;
  background-color: #4caf50;
  width: 100%;
  padding: 7px;

}

.finished .check i {
  transform-origin: center center;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(10);
  }

  50% {
    transform: scale(0.2);
  }

  70% {
    transform: scale(1.2);
  }

  90% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

/* footer-btn */

.theme-btn a {
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 5px 12px 8px 15px;
}

.theme-btn a:hover {
  color: #e65e15;
}

.theme-btn a i {
  font-weight: 300;
  position: relative;
  top: 2px;
}

.theme-btn a:hover img {
  color: #e65e15;
}

.navbar.navbar-scrolled {
  z-index: 9999;
}

.who-we-are1 {
  text-align: right;
}

.who-we-are2 {
  margin-top: 2rem;
}

.who-we-are2-inner {
  border: 0px solid #79eaf2;
  height: 100%;
}

.who-we-are3 {
  overflow-x: hidden;
  margin-top: 2rem;
}

.block-left {
  height: 100%;
}

/* .block-left-main{padding-right: 0px;}
  .block-rt-main{padding-left: 0px;} */
.light {
  font-weight: 400;
}

/* .who-we-top{background-color:#ecf3f6; padding: 45px;}
.who-we-top h2{font-size: 35px; font-weight: 400;color: #82a8af;}
.who-we-top p{font-size: 20px;font-weight: 300;letter-spacing: 0.5px;word-spacing: 0px;} */

.form_box {
  margin-top: 3rem;
}

/* .form_box{background-color:#ecf3f6; padding: 45px;} */
.wt-bg {
  background-color: #fff;
}

.tab-box {
  padding: 45px;
}

.tab-content {
  width: 100%;
}

.text-right {
  text-align: right;
}

.forgot-text a {
  color: #838c93;
}

.forgot-text a:hover {
  color: #000;
}

.careers-form {
  max-width: 577px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  padding: 45px;
  margin: 2rem auto;
}

.enquiry-form {
  max-width: 767px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  padding: 45px;
  margin: 3rem auto;
}


.no-boder {
  border: none;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #ecf3f6;
  cursor: pointer;
}

.upload-block .input-group-text.form-control {
  background-color: #ecf3f6;
  max-width: 145px;
  border-right: 0px;
}

.custom-file-button .form-control:focus {
  border: 0.0625rem solid rgb(0 0 0);
}

.thank-you {
  background-color: #f0f6f9;
  margin-bottom: 0px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you h2 {
  font-size: 55px;
  color: #88a7b7;
  margin: 1.5rem 0rem 1rem 0rem;
}

.thank-you-btn {
  background: #88a7b7;
  color: #fff;
  padding: 6px 18px 8px 18px;
  line-height: 18px;
  display: initial;
}

.thank-you-block {
  text-align: center;
  width: 50%;
  max-width: 550px;
  margin: auto;
  background: #fff;
  padding: 45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 5%);
}

.box_sty1 {
  margin: 3rem 0rem;
}

.box_sty1_right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_sty1_right_inner {
  height: 100%;
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
  display: flex;
  width: 100%;
}

.awards_block h3 {
  /* font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #000; */
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  color: #000;

}

.awards-btn span {
  font-size: 16px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 7px 20px 10px 20px;
}

.box-shadow {
  height: 100%;
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  display: flex;
  align-items: center;

}

.box-shadow p {
  margin-bottom: 0px;
}

.box-shadow a {
  color: #000;
}

.box-shadow a:hover {
  color: #82a8af;
}

.box-shadow .con-box label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.w100 {
  width: 100%;
}


.contact-us-icon {
  display: flex;
  align-items: center;
}

.contact-us-icon img.img-responsive {
  max-width: 26px;
}

.icon-text {
  margin-left: 20px;
}

label {
  display: inline-block;
}

.icon-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  color: #191919;

}

.icon-text p a {
  color: #191919;
  text-decoration: none;
  transition: all .2s linear;

}

.con-icon {
  border-radius: 100px;
  background: #ecf3f6;
  padding: 15px;
  font-size: 25px;

  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-icon i,
.con-icon svg {
  border-radius: 0px;
}

.inquiry-details {
  margin-top: 20px;
}

.adt-contact-dtls h3 {
  font-size: 18px;
  margin: 30px 0px 15px 0;
}

.adt-contact-dtls2 h3 {
  font-size: 18px;
  margin: 0px 0px 15px 0;
}

.contact-us-icon:hover .con-icon i {
  background: #86a8af;
  padding: 15px;
  font-size: 25px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-map {
  height: 100%;
  min-height: 300px;
}

.form-switch .form-check-input {
  width: 30px;
  height: 16px;
  border-width: 0;
  background-color: #e7eaf3;
  margin-top: 0.3em;
  margin-right: 0.75rem;
}

.form-switch .form-check-input:checked {
  background-color: #f7be9f;
  background-position: right center;
  background-image: url(../images/dot.svg);
}

.form-check.form-switch {
  margin-bottom: 5px;
}

.rotate-icon {
  margin-top: 0.5rem;
}

.rotate-icon i {
  font-size: 30px;
  color: #000;
}

.rotate-icon i:hover {
  color: #86a8af;
}

.container-end {
  width: 1300px;
  margin-left: auto;
  display: flex;
  padding: 0px;
  margin-right: 0px;
  overflow-x: hidden;
}

.col-sm-3.our-work-block-list {
  margin-bottom: 15px;
}

.our-work-block {
  border: 1px solid rgb(230, 94, 21);
  border-radius: 5px;
  background-color: rgb(215, 215, 215);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
  position: relative;
  cursor: pointer;
}

.our-work-block img {
  border-radius: 5px;
  height: 100%;
}

.our-word-block-text {
  font-size: 15px;
  color: rgb(255, 255, 255);
  /* line-height: 1.716; */
  text-align: center;
  border-radius: 5px;
  background-color: rgb(230, 94, 21);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 18px 12px;
  width: 100%;
  transition: all .5s ease;
}

.our-work-block:hover .our-word-block-text {
  opacity: 1;
}

.our-work-block:hover {
  border: 1px solid #fff;
}

.every-business-block {
  overflow-x: hidden;
  margin: 3rem 0rem;
}

.every-business-block .inner-block-01-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-content-flex-center {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  padding: 45px;
  margin: 0rem auto;
  height: 100%;
}

.col-lg-6.inner-block-01-left1 {
  width: auto;
}

.provides-end-to-end-block {
  background: url(../images/services/adit-provide-bg-img.jpg) top center no-repeat;
  position: relative;
}

.provides-end-to-end-block {
  padding: 70px 0px;
}

.ecommerce-website-development {
  background: url(../images/services/magento-dev-bg-img.jpg) top center no-repeat;
  position: relative;
}

.list-block {
  list-style: none;
}

.list-block li {
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #191919;
  margin-bottom: 12px;
}

.list-block {
  margin-top: 1.5rem;
}

.list-block li::before {
  position: absolute;
  content: "\f105";
  color: #e65e15;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -26px;
  font-size: 17px;
  top: 2px;
  z-index: 2;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.light-tl h2 {
  font-weight: 400;
}

.bottom-border {
  border: 2px solid rgb(230, 94, 21);
  width: 95%;
  margin: 0 auto;
  border-radius: 40px;
  position: absolute;
  bottom: 60px;
  left: 2%;
  z-index: -1;
}

.bottom-text {
  visibility: hidden;
  padding: 70px;
}

.bottom-border {
  border: 2px solid rgb(230, 94, 21);
  width: 95%;
  margin: 0 auto;
  border-radius: 40px;
  position: absolute;
  bottom: 60px;
  left: 2%;
  z-index: -1;
}

.bottom-content {
  border-radius: 5px;
  background-color: rgb(238 243 247);
  font-size: 18px;
  padding: 20px;
  line-height: 28px;
  color: #191919;
  margin-top: 30px;
  text-align: center;
}

.we-design-bottom-content-section {
  margin-bottom: 80px;
}

.it-infra-top.text-center p {
  width: 80%;
  margin: auto;
  margin-top: 1rem;
}

.it-infra-top.text-center h2 {
  font-size: 35px;
  color: rgb(0, 0, 0);
  line-height: 1.029;
  margin-top: 2rem;
}

.it_infra_slide .slide_more span {
  background-color: #e6f2fb;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  justify-content: center;
}

.slide_more span i {
  font-size: 20px;
  position: relative;
  top: 0px;
  left: 1px;
  color: #000000;
}

.it_infra_slide:hover span {
  background-color: #fff;
}

.it_infra_slider .slide_icon {
  max-width: 100% !important;
  min-width: auto !important;
  width: auto !important;
}

.it_infra_slider .owl-nav,
.it_infra_slider .owl-dots {
  display: none;
}

/* .it_infra_slide{position: relative; z-index: 0;}
.it_infra_slide-con{position: absolute; bottom: 0px; z-index: 99;} */
.it_infra_slide_con_inner h2 {
  font-size: 25px;
  margin: 1.5rem 0rem;
}

.it_infra_slide-con {
  padding: 0px 0px;
}

.slide_1:hover .it_infra_slide_con_inner {
  background: url(../images/ser-box-3bg.png) center center no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}

.slide_2:hover .it_infra_slide_con_inner {
  background: url(../images/ser-box-2bg.png) center center no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}

.slide_3:hover .it_infra_slide_con_inner {
  background: url(../images/ser-box-6bg.png) center center no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}

.slide_4:hover .it_infra_slide_con_inner {
  background: url(../images/ser-box-4bg.png) center center no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
}


.it_infra_slide:hover h2 {
  color: #fff;
}

.slide_more {
  text-align: right;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

/* .hover-on-div{    position: relative; top: -34px; left: 0px; display: none; height: 0px;} */
.hover-on-div {
  display: none;
}

.test:hover .hover-on-div {
  display: block;
}

.test:hover .dnone-hover {
  display: none;
}


.service-icon-infra {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
  transition: all 0.5s ease;
  padding-bottom: 55px;
}

.it-services-box,
.service-box-no-flip {
  height: 100%;
}

.it_infra_slide_con_inner {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
  padding: 15px 25px;
}

.it_infra_slider-col {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 0px rgb(8 8 8 / 9%);
}

.owl-item,
.item,
.it_infra_slide.test,
.it_infra_slide-con,
.owl-stage,
.owl-stage-outer,
.it_infra_slide_con_inner {
  min-height: 100% !important;
  min-height: 100%;
  height: 100% !important;
}

.it_infra_slider-col .owl-stage-outer {
  display: grid !important;
}

.infra-btn {
  position: absolute;
  bottom: 15px;
  z-index: 999;
}

.it-infra .service-icon-infra {
  position: relative;
}

.it_infra ul {
  margin: 0px;
  padding: 0px;
}

.it_infra ul li {
  padding-bottom: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  font-family: "Segoe UI";
  color: rgb(0, 0, 0);
  line-height: 1.8;
}

.it_infra ul li:before {
  position: absolute;
  content: "\f105";
  color: black;
  /* font-family: "Font Awesome 6 Free"; */
  display: inline-block;
  width: 0.8em;
  margin-left: -18px;
  font-size: 19px;
  top: -2px;
  z-index: 999;
  /* font-weight: 300; */
  right: 0px;
}

.theme-btn.infra-btn a {
  font-size: 13px;
}

.it_infra ul li a {
  color: rgb(0, 0, 0);
  display: block;
}

.it_infra ul li:hover a {
  color: rgb(230 94 21);
}

.client_logo ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  list-style: none;
  width: 100%;
}

.client_logo ul li {
  display: inline-block;
  padding: 5px 5px;
  border: 1px solid #eee;
  margin: 5px;
}

.client_logo ul li>img {
  max-width: 120px;
}

.client_logo {
  margin-bottom: 3rem;
}



.it_infra ul li:after {
  /* display:block;
  content: '';
  border-bottom: solid 3px #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out; */
  display: block;
  content: '';
  border-bottom: solid 1px #e6f2fb00;
  transform: scaleX(1);
  transition: 0.8s;
  position: absolute;
  width: 0%;
  height: 19px;
  bottom: 0px;
  left: 0px;
}

.it_infra ul li:hover:after {
  /* display:block;
  content: '';
  border-bottom: solid 3px #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out; */
  display: block;
  content: '';
  border-bottom: solid 1px #000;
  transform: scaleX(1);
  transition: 0.8s;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
}

/* h1:hover:after { transform: scaleX(1); } */
.it_infra ul li:after {
  transform-origin: 100% 50%;
}

.block-bottom-content {
  height: 100%;
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
}

.block-bottom-content p:last-child,
.box_sty1_right_inner2 p:last-child {
  margin-bottom: 0px;
}

.mar-top3 {
  margin-top: 3rem;
}



/*******************Web app Development Page Css*****************/
.other-service-section {
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}

.web-app-dev-left-section p {

  font-size: 16px;
  line-height: 24px;
  color: #191919;
}

.web-app-dev-section {
  background-image: url('../images/Web-App-Devlopment-bg-img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.vertical-tabs-container {
  display: flex;
}

.vertical-tabs {
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #f0f6f9 !important;
  position: relative;
  padding-left: 112px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* height: 22em; */
  height: 100%;
  display: none;
}


.vertical-tabs-container .vertical-tabs.vertical-tabs-asp-net {
  height: 100%;
}


.vertical-tabs a,
.vertical-tabs>span {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: #000;
  padding: 12px;
  margin-bottom: 10px;
  width: 100% !important;
}

.vertical-tabs .is-active {

  font-size: 18px;
  /* line-height: 32px; */
  color: #454545;
  background-color: #e4edf1;
}

.vertical-tab-content h4 {
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}

.vertical-tab-content p {

  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.vertical-tab-content-container {
  background-color: #e4edf1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 70%;
  padding: 95px;
  /* background: url(../images/services/mobile-application-development-bg.png) top right no-repeat #e4edf1; */
}

.other-service-title {
  font-size: 26px;
  line-height: 32px;
  color: #eb661e;
  margin-bottom: 35px;
}

.reqbtn {
  text-align: start;

  /* margin-top: 45px; */
}

.other-service-title::before {
  content: '\2022';
  color: #eb661e;
}

.vertical-tabs-container hr {
  position: absolute;
  top: 28px;
  width: 45%;
  left: -67px;
  color: #eb661e;
  border: 1px solid #eb661e;
}

.viewportfolio {
  margin-left: 30px;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.know-more-btn {
  color: #fff !important;
  border: 2px solid #000 !important;
}

.area-title {
  text-align: center;
}

.area-of-focus-content p {
  font-size: 18px;
  line-height: 32px;
  color: #454545;
  text-align: center;
}

.vertical-tabs-container .vertical-tab-accordion-heading {
  background-color: #ed7b37;
  border-top: 1px solid gainsboro;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0.75em 0.809em;
}

.areas-of-focus-section {
  padding-top: 3rem;
}

.horizontal-flex {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 3rem;
}

.horizontal-tabs {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  background-color: #fff !important;
  padding: 0;
  height: auto;
}

.horizontal-content {
  width: 100%;
  padding: 0;
  background-image: none;
}

.acc-left-side-img {
  width: 35%;
  position: relative;
}

.acc-right-side-content {
  width: 65%;
}

.acc-left-side-img img {
  width: 100%;
  height: 100%;
}

.horizontal-tab-content {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.acc-img-text {
  font-size: 35px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 20%;
  text-align: center;
  z-index: 99999;
  line-height: 30px;
}

.business-text {
  top: 40%;
  left: 14%;
}

.project-text {
  top: 45%;
  left: 8%;
}

.acc-img-text span {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.app-dev-title {
  width: 81%;
  margin-left: 30px;
  color: rgb(69, 69, 69) !important;
  font-size: 24px !important;
  line-height: 1.333;

}

.acc-left-side-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(240 246 249 / 33%);
  height: 100%;
  width: 100%;
}

.acc-right-side-content {
  /* border-radius: 5px; */
  background-color: rgb(240 246 249);
  display: flex;
  align-items: center;
  /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
}

.acc-right-side-content p {
  color: #454545;
  font-size: 18px;
  line-height: 32px;

  padding: 0 30px;
}

.horizontal-tabs a,
.horizontal-tabs>span {
  border-radius: 5px;
  background-color: rgb(240 246 249) !important;
  align-items: center !important;
  position: relative;
  margin-bottom: 30px;
}

.horizontal-tabs .is-active {
  background-color: rgb(235, 102, 29) !important;
  box-shadow: 0px 2px 38.18px 7.82px rgba(0, 0, 0, 0.09);
}

.horizontal-tabs .is-active .area-icon-hidden-desktop {
  position: absolute;
  display: block;
  top: 0;
}

.horizontal-tabs .is-active .app-dev-title {
  color: #fff !important;
}

.margin-right {
  margin-right: 30px !important;
}

.app-dev-icon {
  position: relative;
}

.area-icon-hidden-desktop {
  display: none;
}

.horizontal-tabs a:hover .area-icon-hidden-desktop {
  position: absolute;
  display: block;
  top: 0;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid rgb(235, 102, 29);
  position: absolute;
  bottom: -24px;
  left: 42%;
  opacity: 0;
}

.horizontal-tabs a:hover .triangle-down {
  opacity: 1;
}

.horizontal-tabs .is-active .triangle-down {
  opacity: 1;
}

/*******************Mobile app Development Page Css*****************/

.mobile-app-left-section .mobile-app-title {
  font-size: 26px;
  line-height: 32px;
  color: #191919;
  position: relative;
  padding-bottom: 25px;
}

.mobile-app-left-section .mobile-app-title::after {
  position: absolute;
  content: "";
  width: 280px;
  height: 2px;
  background-color: rgb(230, 94, 21);
  left: 0;
  top: 43px;
}

.mobile-app-dev-content-section {
  background-image: url('../images/Mobile-App-Devlopment-Service_02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-none::after {
  background: transparent;
}

.halo-project-title {
  color: #e9a722;
}

.petzzco-project-title {
  color: #fff;
}

.myplug-project-title {
  color: rgb(160, 236, 70);
}

.halo-project-title,
.petzzco-project-title,
.myplug-project-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}

.halo-project-title span {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.halo-more-details-btn,
.petzzco-more-details-btn,
.myplug-more-details-btn {
  margin-top: 45px;
}

.myplug-more-details-btn a {
  border-radius: 5px;
  background-color: rgb(160, 236, 70);
  padding: 10px;
  text-decoration: none;
  color: rgb(39, 39, 39);

}

.petzzco-more-details-btn a {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
  color: rgb(39, 39, 39);

}

.halo-more-details-btn a {
  border-radius: 5px;
  background-color: rgb(216, 151, 19);
  padding: 10px;
  text-decoration: none;
  color: #fff;

}

.halo-more-details-btn a:hover {
  border: 2px solid rgb(216, 151, 19);
  border-radius: 5px;
  background-color: transparent;
}

.petzzco-more-details-btn a:hover {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  background-color: transparent;
}

.myplug-more-details-btn a:hover {
  border: 2px solid rgb(160, 236, 70);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.project-info p {

  font-size: 16px;
  color: #fff;
}

.halo-slide {
  background-image: url('../images/halo-bg-img.jpg');
}

.petzzco-slide {
  background-image: url('../images/petzzco-bg-img.png');
}

.myplug-slide {
  background-image: url('../images/myplug-bg-img.png');
  position: relative;
}

.myplug-slide .car-img {
  position: absolute;
  right: 250px;
  bottom: 10px;
}

.halo-slide,
.petzzco-slide,
.myplug-slide {

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 855px;
  margin: 0 auto;
  border-radius: 15px;
}

.project-left-section {
  padding: 45px;
  margin-bottom: 30px;
}

.project-img {
  position: relative;
}

.back-img {
  /* margin-left: 95px;
  margin-top: 45px; */
  margin: 45px auto;
}

.front-img {
  position: absolute;
  right: 185px;
  top: 35px;
}

.mobile-app-dev-slider .slick-arrow {
  display: none !important;
}

.mobile-app-dev-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mobile-app-dev-slider .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.header-btn .header-btn-style,
.btn-style-primary {
  background-color: #000000;
  color: #fff;
  padding: 7px 30px 9px;
  border: 1px solid transparent;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: normal;
}

.banner-btn-style:hover,
.header-btn-style:hover,
.btn-style-primary:hover {
  background-color: transparent;
  /* transition: all .5s ease; */
  color: #000 !important;
  border: 1px solid #000000;
  transition: all 0.5s ease-out;
}

.services-nav2 {
  width: 100%;
}

.services-nav2 a.dropdown-item {
  word-break: break-word;
  white-space: normal;
}

.foo-left-copy {
  margin-bottom: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Segoe UI";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0.5rem;
}

.go-to {
  width: 2.5rem;
  height: 2.5rem;
}

.why_us_block {
  margin-top: 3rem;
}

.inner-block-01>.row {
  margin: 0px;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_sty1 p span {
  color: #e65e15;
  font-family: 'DM Sans', sans-serif;
}

.box_sty1 p strong {
  font-weight: 600;
}

.php-tl {
  display: flex;
  padding-top: 31px;
}

.php_box {
  padding: 20px;
}

.box-shadow.php_box {
  display: block;
}

.php_box img {
  margin-bottom: 0.9rem;
}

.php-bt-block .row.row-cols-2 .col {
  margin-bottom: 20px;
  text-align: center;
}


.accordian-block-innner {
  margin-top: 3rem;
}

/* tab start tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt*/
.other-service-title {
  position: relative;
}

.other-service-title::after {
  content: '';
  background: #eb661e;
  position: absolute;
  width: 100%;
  height: 1px;
  left: -99%;
  top: 48px;
}

/* tab end  tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt*/

.companies_slider .owl-nav {
  display: none;
}

.companies_slider img {
  margin: 0 4px;
  padding: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .2s linear, background .2s linear;
  -moz-transition: all .2s linear, background .2s linear;
  -o-transition: all .2s linear, background .2s linear;
  transition: all .2s linear, background .2s linear;
  opacity: 0.5;
}

.companies_slider img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.bolb-box {
  height: 180px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.bolb-box:hover {
  background: #fff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 20%), 0 10px 10px rgb(0 0 0 / 18%);
  background: #e65e15;
  transition: all .5s ease-out;
  border: none;
}

.bolb-box:hover>.grayscale {
  filter: invert(1);
  animation-name: pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.bolbbox-parent {
  text-align: center;
  margin-bottom: 30px;
}

.bolb-box img {
  max-height: 80px;
  display: block;
}

.technology-box img {
  text-align: center;
  margin-bottom: 30px;
  max-height: 120px;
}

.tl-h2 {
  margin: 3rem 0rem;
}




/************IOS App Page********************/
.ios-title {
  margin-top: 0 !important;
}

.ios-technologies-section {
  margin-bottom: 60px;
}

.ios-devlope-text {
  padding: 0px;
  height: 100%;
  position: relative;
}

.ios-devlope-text img {
  display: none;
}

.ios-devlope-text:after {
  position: absolute;
  content: "";
  background: url(../images/services/ios-banner-left.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.ios-wrapper {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background: #fff;
  box-shadow: -5px 0 5px 0 rgb(4 4 4 / 8%);
  height: 100%;
  width: 100%;
}

.ios-wrap-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ios-wrap-list ul {
  counter-reset: section;
  display: flex;
  padding: 0 15px;
  width: 50%;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}

.ios-wrap-list ul.section-reset-right {
  counter-reset: section 3;
}

.ios-app-list {
  display: flex;
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}

.ios-wrap-list ul:after {
  position: absolute;
  content: "";
  width: 1px;
  border-left: 1px dashed #ccc;
  left: 62px;
  z-index: 5;
  height: 100%;
}

.ios-icon-component {
  position: relative;
  width: 100%;
  z-index: 9;
}

.ios-wrap-list ul li.ios-icon-component:after {
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  text-align: center;
  top: -15px;
  font-size: 14px;
  color: #ccc;
  border-radius: 50%;
  content: "" counter(section, decimal)"";
  counter-increment: section;
  left: 36px;
  border: 1px solid #ccc;
}

.ios-icon-box {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.ios-icons {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background: #fafafa;
  box-shadow: 0 0 5px #cccccc;
  text-align: center;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  box-shadow: 0 0 5px #cccccc;
  border-radius: 50%;
  padding: 15px;
  margin-right: 20px;
}

.ios-icon-discrption {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.ios-icon-discrption strong {
  font-size: 18px;
  font-weight: 600;
}

.ios-icon-discrption aside {
  font-size: 16px;
  margin-top: 5px;
}

.ios-wrap-list ul li:last-child .ios-icon-box {
  margin-bottom: 0px;
}

.php-applist-coulm {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.app-box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.php-app-list-box {
  padding: 20px;
  border: 1px solid #cecece;
  /* margin-bottom: 1rem; */
  text-align: center;
  height: 100%;
  border-top: 0;
  border-left: 0;
  transition: all .4s ease-in-out;
}

.php-app-list-box p {
  font-size: 16px;
  margin-top: 5px;
}

.col-md-4.php-app-list {
  padding: 0;
}

.php-icon {
  display: table;
  margin: 0 auto;
}

.php-app-list-box:hover {
  box-shadow: 1px 0 15px 1px rgb(165 164 164 / 30%), 0 10px 10px 1px rgb(165 164 164 / 30%);
}

.php-applist-coulm .php-app-list:nth-child(3n) .php-app-list-box {
  border-right: 0px;
}

.ios-devlope-types {
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 0px;
}

.php-applist-coulm .php-app-list:nth-last-child(-n+3) .php-app-list-box {
  border-bottom: 0px;
}

/************IOS App Page********************/



.bolb-box:hover {
  background: #fff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 20%), 0 10px 10px rgb(0 0 0 / 18%);
  background: #e65e15;
  transition: all .5s ease-out;
  border: none
}

.bolb-box:hover>.grayscale {
  filter: invert(1);
  animation-name: pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}

.bolb-box:hover>.boxshadow {
  filter: drop-shadow(2px 4px 6px black);
  animation-name: pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}

@keyframes pulse-shrink {
  100% {
    transform: scale(0.9);
  }
}


.ios-6icon-box .bolb-box:hover {
  background-color: #fff !important;
}

.ios-mobail-6box {
  padding-bottom: 25px;
}

.ecom-block-box {
  padding: 25px;
  height: 100%;
}

.ecom-block-box1 {
  background-color: #ecf3f6;
}

.ecom-block-box2 {}

.ecom-block-box1-main {
  height: 100%;
  padding: 50px;
  background-color: #ecf3f6;
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.ecom-block-box2-main {
  height: 100%;
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  width: 100%;
}

.ecw-pr {
  padding-right: 0px;
}

.ecw-pl {
  padding-left: 0px;
}

.website-design-services {
  margin-top: 5rem;
}


.new-table th,
.new-table th strong {
  font-size: 22px;
  font-weight: 600;
}

.it-infra-counter {
  padding: 45px;
  margin: 0rem 0rem;
}

.companies_slider .owl-item img {
  width: auto;
  max-width: 80%;
  margin: 0 auto;
  max-height: 100%;
}

.pb-8px {
  padding-bottom: 8px;
}

.home-counter {
  padding: 40px 0px;
}

.quality-part {
  position: relative;
  box-shadow: 0px 0px 25.23px 3.77px rgba(0, 0, 0, 0.23);
  border-radius: 15px;

}

.quality-part img {

  border-radius: 15px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
}

.quality-part:hover .overlay {
  background: rgb(0 0 0 / 70%);
}

.quality-part:hover>img {
  filter: blur(1px);
}

.video-tab {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%);
}

.quality-part:hover .video-tab {
  opacity: 1;

}

.icon-title {
  text-align: center;
  margin-top: 15px;
}

.icon-title p {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
}

.Rectangle_4 {
  border-radius: 15px;
  background-color: rgb(62, 176, 73);
  box-shadow: 0px 0px 25.23px 3.77px rgba(0, 0, 0, 0.23);
  position: absolute;
  left: 136px;
  top: 1182px;
  width: 275px;
  height: 210px;
  z-index: 7;
}

.ourwork-wrap,
.ourwork-sec-tab,
.ourwork-third-tab {
  padding: 0px 45px;
}

.ourwork-wrap {
  margin-top: 70px;
}

.hr-line {
  margin-top: 12px;
  margin-bottom: 40px;
}

.elearning-devlopment-2 {
  position: relative;
  background: #eeeded;
  padding: 25px 0px;
  margin-top: 60px;
}

.elearnig-tab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

}

.elearnig-tab img {
  width: 100%;
  height: 100%;
}

.h2-tl h2 {
  text-align: center;
  font-size: 35px;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  margin-top: 2rem;
}

.h2-tl p {
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.box-icon-top .list-block.it_infra img {
  margin-bottom: 20px;
}

.box-icon-top .list-block.it_infra p {
  margin-bottom: 10px;
}

.list-block.it_infra .item h5 {
  margin-bottom: 20px;
}

.list-block.it_infra .item p i {
  font-size: 30px;
}

.list-block.it_infra .item p i.fa.fa-quote-left {
  padding-right: 8px;
}

.list-block.it_infra .item p i.fa.fa-quote-right {
  padding-left: 8px;
}

.h2-tl {
  width: 90%;
  margin: auto;
}

.col-sm-3.ng-scope {
  overflow: hidden;
}

.img-box-main.img-box a img {
  min-height: 222px;
}

.home-cas-con-block-con h2 {
  font-size: 22px;
}

.clients-testimonials h5 {
  font-size: 0.9rem;
  font-weight: 400;
}

.it-infra-counter-inner {
  border: 1px solid #eee;
  border: 1px solid #eee;
  padding: 30px 15px;
  background: #ecf3f6;
}

.who-we-top-new {
  background-color: #ecf3f6;
  padding: 45px;
}

.who-we-top-new h2 {
  font-size: 35px;
  font-weight: 400;
  color: #82a8af;
}

.who-we-top-new p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  word-spacing: 0px;
}

/* .box-etc{   padding:30px 15px;}
.box-etc .col{    height: 100%;
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgb(8 8 8 / 9%);
  display: flex; height: 100%;
  align-items: center;}  */
.box-etc {
  width: 70%;
  margin: auto;
  padding: 50px 0px;
}

.contact-box {
  padding: 50px 25px;
}

.help-block.with-errors.has-error {
  font-size: 12px;
  margin-top: 3px;
}

.page_bottom_pad {
  margin-bottom: 3rem;
}

.text_wrap {
  word-break: break-all;
}

.h2-tl h3 {
  color: #000;
  font-size: 1.75rem;
}

.box_bg_1 .team_con_box_img {
  position: relative;
  z-index: 9;
}

.box_bg_1 .team_con_box_img img {
  position: relative;
  z-index: 9;
  padding: 0px 15px;
}

.box_bg_1 .team_con_box_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0px;
  z-index: 0;
  left: 0px;
}

.color_1::after {
  background-color: #f2e4ae;
}

.color_2::after {
  background-color: #cef2cc;
}

.color_3::after {
  background-color: #c5d2fa;
}

.color_4::after {
  background-color: #daf0b8;
}

.color_5::after {
  background-color: #fac5c5;
}

.color_6::after {
  background-color: #c5ebfa;
}

.color_7::after {
  background-color: #fae3b7;
}

.color_8::after {
  background-color: #ecc5fa;
}

.color_9::after {
  background-color: #cfe5ac;
}

.team_con_box {
  text-align: center;
}

.team_con_box h2 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0px;
}

.team_con_box p {
  font-size: 16px;
  color: rgb(108, 106, 104);
  line-height: 1.15;
  text-align: center;
}

.box_bg_1 {
  margin-bottom: 3rem;
}


.certificate {
  margin: 0;
  padding: 15px 0;
  float: left;
  width: 100%;
}

.alliances-group {
  margin: 0 auto;
  text-align: center;
}

body .alliances-group>img {
  display: inline-block;
  padding: 0 26px;
}

.certificate img {
  margin: 0 4px;
  padding: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .2s linear, background .2s linear;
  -moz-transition: all .2s linear, background .2s linear;
  -o-transition: all .2s linear, background .2s linear;
  transition: all .2s linear, background .2s linear;
  opacity: 0.5;
}

.credentials-group {
  display: block;
  text-align: center;
}

.certificate img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.privilege-access .front-content img {
  margin-bottom: 1rem;
}

.privilege-access .list-block {
  margin-top: 0rem;
}

.box {
  padding: 0px;
  background-color: #fff;
  padding: 45px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.box .d-flex h5.fw-bold {
  font-weight: 600 !important;
  font-size: 19px;
}

.title-bt-mar {
  margin-bottom: 3rem;
}

.list-block-tab ul {
  margin-top: 0;
  margin-bottom: 0rem;
  padding-left: 0rem;
}

.list-block-tab ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #191919;
  margin-bottom: 12px;
  display: inline-flex;
  margin-right: 15px;
  background: #eee;
  padding: 15px;
  padding-left: 40px;
  flex-wrap: wrap;
  width: 31.7%;
}

.list-block-tab ul li::before {
  position: absolute;
  content: "\f105";
  color: #e65e15;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -26px;
  font-size: 17px;
  top: 15px;
  z-index: 2;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.tab-box2 {
  padding-top: 10px;
}

.bx-tab-box {
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
}

.bx-tab-box::before {
  position: absolute;
  content: "\f105";
  color: #e65e15;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -30px;
  font-size: 17px;
  top: 15px;
  z-index: 2;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

button {
  cursor: pointer;
}

.thank-p {
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 14.5px;
}

.thank-p-1 {}

.thank-p-2 {}

.thank-p2 a {
  margin: 0px 2px;
  color: #88a7b7;
}

.thank-p2 a:hover {
  color: #e65e15;
}

.thank-p3 {
  padding-top: 15px;
}

.team_box_1 {
  border: 10px solid #eee;
  padding: 30px;
  height: 100%;
}

.team_box_1 h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.team_box_1 h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team_box_1 p {
  font-size: 12px;
  margin-bottom: 0px;
}

.md-boder {
  border: 10px solid #c5ebfa;
}

.director-boder {
  border: 10px solid #fac5c5;
}

.md-dir-block {
  margin: 3rem 0rem;
}

.block-box3 .it_infra img {
  margin-bottom: 15px;
}

.it_infra_slide-con {
  position: relative;
}

.it_slider_block2 .slide_more {
  text-align: center;
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 100%;
}

.it_slider_block2 .it_infra_slide_con_inner h2 {
  font-size: 23px;
  margin: 1.5rem 0rem;
  padding-bottom: 25px;
  text-align: center;
}

.it_slider_block2 .col-sm-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.linkp a {
  margin: 0px 2px;
}

.page404tl {
  font-size: 22px;
  line-height: 30px;
  margin: 1.5rem 0rem 1rem 0rem;
}

.table-style2 tr td {
  background: #fff;
  color: #000;
}

.table-style2 tr:first-child td {
  font-weight: 600;
  font-size: 20px;
}

.table-style2 tr:first-child td img {
  margin-right: 10px;
}

.seo-blocks {
  width: 75%;
  background: #f9f9f9;
  float: right;
  height: 100%;
  position: relative;
  left: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.seo-blocksTabsbg {
  margin-left: -70px;
}

.seo-blocksContent {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 4rem;
}

.seo-blocksContent>h3 {
  font-size: 20px;
}

.seo-blocksContentCircle {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 15px;
  border: 2px solid #e3e3e3;
}

.seo-blocksContentCircle h4 {
  margin: 0px;
  margin-top: 10px;
}

.seo-boxsection {
  overflow: hidden;
}


.Client-Logo {
  padding: 35px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 38.18px 7.82px rgb(0 0 0 / 9%);
}

.Client-Logo ul {
  padding: 0;
  list-style: none;
}

.Client-Logo ul li {
  display: inline-block;
  padding: 5px 20px;
  max-height: 80px;
  margin-bottom: 10px;
}

.Client-Logo ul li>img {
  max-height: 70px;
  max-width: 88px;
}

.btn-datalist {
  font-size: 14px;
  font-family: "Segoe UI Emoji";
  color: rgb(255, 255, 255);
  line-height: 3;
  background: #000;
  padding: 3px 12px 8px 12px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 5px;
}

.btn-datalist:hover,
.btn-datalist:active {
  background: #e65e15;
  color: rgb(255, 255, 255);
}

.box_style {
  margin-bottom: 15px;
}

.footer_ewblock {
  position: relative;
  height: 0px;
  z-index: 91;
}

.footer_ewblock_inner {
  position: fixed;
  right: 55px;
  bottom: 73px;
  width: 60px;
}

.footer_ewblock_inner a {
  margin: 8px 0px;
  display: block;
}

.footer_ewblock_inner a img {
  max-width: 60px;
}

.megamenu_custum_inner_div .dropdown-divider {
  border-top: 1px solid #e7eaf345;
}

.megamenu_custum_inner_div .dropdown-item {
  padding: .3rem 1rem .4rem 1.5rem;
  position: relative;
}

.megamenu_custum_inner_div a.dropdown-item:after {
  position: absolute;
  content: "\f105";
  color: #e65e15;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  width: 0.8em;
  margin-left: -18px;
  font-size: 16px;
  top: 4px;
  z-index: 999;
  font-weight: 300;
  right: auto;
  left: 26px;
}

.borderbox-content .color-2,
.borderbox-content .color-2 {
  font-size: 18px;
  font-weight: 600;
}

/* .case_block{background-color: #eeeded;  padding-bottom: 50px;} */
.case_block .casbtl h2 {
  text-align: left !important;
  width: 100% !important;
}

.case_block .font-txt {
  color: #000;
}

.case_block h4 a {
  color: #000;
}

.case_block .h2-tl {
  width: 100% !important;
}

.case_block h4 a:hover {
  color: #e65e15;
}

.case_block .home-cas-con-block-btn a {
  line-height: 24px;
}

.flex_center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxcase .home-cas-con-block-btn {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.boxcase {
  height: 100%;
  padding: 10px 50px 50px 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.casetl {
  padding-top: 20px;
  padding-bottom: 15px;
}

.casetl h2 {
  font-size: 30px;
}

.font-bold {
  font-weight: 600;
}

.case_tl01 {
  font-size: 18px;
  font-weight: 600;
}

.case_tl02 {
  font-size: 17px;
  font-weight: 600;
  color: #e65e15;
}

.font_blackbold {
  font-weight: 600;
  color: #000;
}

@media only screen and (max-width: 575px) {
  .case_block {
    padding: 30px 0px;
  }

  .case_block .service-center-title {
    margin-top: 20px;
  }

  .home-cas-con-block-btn {
    justify-content: start;
    align-items: flex-start;
    height: 100%;
    display: flex;
    margin-top: 5px;
  }

  .casetl h2 {
    font-size: 22px;
  }


  .sap_res_none {
    display: none !important;
  }

  .dropdown-header {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 400;
  }

  .dropdown-header::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    margin-left: auto;
    padding-left: 1.25rem;
    content: '';
    right: 0px;
    position: absolute;
    top: 11px;
  }

  .dropdown-header::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    margin-left: auto;
    padding-left: 1.25rem;
    content: '';
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    /* Rotate arrow by default */
    transition: transform 0.3s ease;
    /* Add transition effect */

  }

  .dropdown-header.show::after {
    transform: translateY(-50%) rotate(180deg);
    /* Rotate arrow when content is shown */
  }

  .tog2.show+.dropdown-header::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  .tog2 {
    display: none;
  }

  .tog2.show {
    display: block !important;
  }

}

.homenew_abtsec {
  height: 100%;
  display: flex;
  align-items: center;
}

.hmnewabtblock_rt {
  border: 1px solid #f2f8fb;
  padding: 30px;
  box-shadow: 0px 0px 15px 4px #dddddd5e;
}

.linehnor {
  line-height: normal !important;
}

.case_studies_item h2 {
  font-size: 1.55rem;
}

.case_studies_item h3 {
  color: #000;
  margin-top: 1.2rem;
  margin-bottom: 0.1rem;
  font-size: 19px;
}

.case_studies_item h4 {
  color: #e65e15;
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 15px;
}

.case_boxtop p {
  margin-bottom: 0px;
  font-size: 14px;
  list-style: 16px;
}

.box4case .case_boxtop {
  padding: 15px 15px;
}

.case_studies_item_7_main {
  display: flex;
  align-items: center;
}

.case_studies_new .case-studies-block-inner {
  background-color: #f2f8fb;
  padding: 50px 50px;
}

.case_studies_new .owl-nav {
  display: block;
}

.case_studies_new .case_studies_new_inner .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  top: 46%;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  background: #92a8b3;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100px;
}

.case_studies_new .case_studies_new_inner .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 46%;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  background: #92a8b3;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100px;
}

.case_studies_new .case_studies_new_inner .owl-nav .owl-prev span,
.case_studies_new .case_studies_new_inner .owl-nav .owl-next span {
  position: relative;
  top: -6px;
}

.item1 {
  background-color: #f2f8fb;
}

.item2 {
  background-color: #fef8f2;
}

.item3 {
  background-color: #f5edf7;
}

.item4 {
  background-color: #f2f7f4;
}


.case_studies_item_7_inner {
  padding: 30px;
}

/* .home-cas-con-block-img img.caseimg{max-height: 500px;} */

.home-cas-con-block-img img.caseimg {
  object-fit: cover;
  max-height: 490px;
}

.animate-text {
  height: 156px;
  overflow: hidden;
  margin-bottom: 0px;
  font-family: 'Segoe UI';
}

.animate-text span b {
  font-size: 50px;
  font-weight: 700;
  color: #d44a00;
  font-family: 'Segoe UI';
}

.animate-text span {
  font-size: 30px;
  color: #000 !important;
  font-weight: 700;
  line-height: 40px;
  display: none;
  min-width: 270px;

}

.animate-text img {
  max-width: 50px;
  position: relative;
  top: -10px;
  left: -3px;
  z-index: 9;
}

.about_taglinebox h4 {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  line-height: 36px;
  margin: 0px;
}

.elementor-widget-container {
  border-left: 5px solid #d44a00;
  padding-left: 30px;
}

.animate-text span.text-in {
  display: block;
  animation: textIn 1.5s ease;
}

.animate-text span.text-out {
  animation: textOut 1.5s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);

  }
}


.animate-text {
  position: relative;
  display: flex;
  align-items: center;
}

.text-block {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.text-in {
  opacity: 1;
  z-index: 1;
}

.text-block {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
  pointer-events: none;
}

/* When active */
.text-in {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}



.slide-btn_2 a {
  font-size: 14px;
  font-family: "Segoe UI Emoji";
  color: rgb(0 0 0);
  line-height: 3;
  background: #ffffff;
  padding: 5px 15px 7px 15px;
}

.slide-btn_2 a span {
  color: #000000;
  font-weight: 500;
  padding-left: 5px;
  font-size: 20px;
  line-height: 0px;
  position: relative;
  top: 3px;
  left: 1px;
}

.business-apps .owl-item:first-child {
  background-color: #00000000;
}

.imgabt {
  max-width: 25px;
  position: relative;
  top: -3px;
}

.abtlist {
  padding: 0px;
  margin: 0px;
}

.abtlist li {
  font-size: 22px;
  font-weight: 600;
  list-style: none;
  background: url(../images/check.svg) 0px 9px no-repeat;
  background-size: 19px;
  padding-left: 25px;
  padding-bottom: 2px;
}

.theme_color {
  color: #d44a00;
}

.business_apps-slider .item .ba-slide-con-1,
.business_apps-slider2 .item .ba-slide-con-1 {
  background: url(../images/box_bg.jpg) center no-repeat;
  background-size: cover;
  border-bottom: 5px solid #E65D15;
}

.business_apps-slider2 .ba-slide-con-1-con-img img {
  position: relative;
  bottom: -0px;
}

.business_apps-slider .ba-slide-con-1-con-img {}

.business_apps-slider .ba-slide-con-1-con-img img {
  max-width: 235px;
  position: relative;
  bottom: 0px;
}

.f500 {
  font-weight: 600 !important;
}

.vertical-tabs-container.vertical-tabs-container-des-dev-page {
  display: flex;
  justify-content: center;
  align-items: center;
}


.vertical-tabs-container.vertical-tabs-container-des-dev-page .vertical-tab-content-container {
  background-color: #e4edf1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 70%;
  padding: 50px 10px 50px 50px;
  min-height: 400px;

}

.vertical-tabs-container-des-dev-page .vertical-tabs {
  background: transparent !important;
}

.other-service-section2 {
  background-image: linear-gradient(to right, #f0f6f9, #e4edf1);
}

.new_ser_1b .new_ser_1b_inner {
  background: url(../images/it-infra.jpg) center no-repeat;
  background-size: cover;
}

.new_ser_2b .new_ser_2b_inner {
  background: url(../images/design_and-development.jpg) center no-repeat;
  background-size: cover;
}

.new_ser .new_ser_1b_inner,
.new_ser .new_ser_2b_inner {
  padding: 30px;
}

.new_ser h3,
.new_ser p,
.new_ser a {
  color: #fff;
}

.new_ser img {
  margin-bottom: 10px;
}

.new_ser a:hover,
.new_ser a:hover svg path {
  fill: #E65D15 !important;
  color: #E65D15;
}

.home-tl2.it-tl.oursolu {
  margin-bottom: 30px;
}

.new_ser .new_ser_1b_inner>div,
.new_ser .new_ser_2b_inner>div {
  width: 70%;
}

.ecommerce_services_inner .row>div {
  margin-bottom: 25px !important;
}

.imgebox_servicer {
  max-width: 80px;


  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.ecommerce_services_block {
  padding: 30px;
  box-shadow: 0px 0px 15px 4px #eee;

  display: flex;
  justify-content: center;

  margin-bottom: 20px;
  height: 100%;

  background: url(../../assets/images/ecommerce_design/boxbg_services.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.ecommerce_services_block_inner {
  text-align: center;
}

.ecommerce_services_block_inner h3 {
  font-size: 23px;
  color: #f57d3c;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ecommerce_services_block_inner p {
  color: #ffffff;
}

.ecommerce_services_lasi_block_inner_con {
  text-align: left;
  padding-left: 30px;
}

.ecommerce_services_main {
  margin-top: 35px;
}

.section_spacing {
  padding: 70px 0px;
}

.acco_con_box {
  padding-left: 1rem;
}

/* rrrr3333333333333333333 */

.custom-faq-accordion {

  margin: auto;

}

.faq-item {
  border: 1px solid #efefef;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #f7f7f7;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 20px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
}



.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #444;
}

.faq-question {
  cursor: auto !important;
  width: 100%;
  display: block;
}

.new_call_toaction {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px 25px;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 0;

  overflow-anchor: none;
  transition: all .2s ease-in-out, border-radius .15s ease;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
}

.faq-answer {
  max-height: unset;
}

.new_call_toaction span {
  font-weight: 600;
}

.mpsec_bg {
  padding-top: 20px;
  padding-bottom: 60px;
}

.industry-box {

  box-shadow: 0px 0px 40px 0px rgba(8, 8, 8, 0.09);
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  height: 100%;
  /* background: url(../images/box_bg.jpg) center no-repeat; */
  background-size: cover;
  border-bottom: 5px solid #E65D15;

}

/* .industry-box h4, .industry-box p{color: #fff;} */
.industry-box h4 {
  font-size: 23px;
  margin-bottom: 0px;
}

.ecommerce_services_inner_top .industry-box h4 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ecommerce_services_inner_top .industry-box2 h4 {
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.we_servebox .we_servebox_inner .row>div {
  margin-bottom: 20px;
}

.industry-icon img {
  max-width: 65px;
}

/* .industry-icon  {
     display: flex;
    width: 100%;
    gap: 20px;
}
  */
.industry-info h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text_ind_we_space {
  padding-top: 20px;
  padding-bottom: 20px;
}

.adit-cta-section {


  background: url(../../assets/images/ecommerce_design/gt.jpg) top right no-repeat;
  background-size: cover;
  position: relative;
}

.din {
  display: inline-block;
}

.coll_box_tl {
  color: #ffffff;
  font-size: 37px;
}

.coll_box_p {
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 32px;
}

.adit-cta-btn {
  background: #e65e15;
  color: #fff;
  padding: 8px 15px 11px 15px;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
}

.adit-cta-btn:hover {
  background: #fff;
  color: #000;
}

.h2lineht {
  line-height: 45px !important;
}

.industry-info-img img {
  max-height: 80px;
  padding-right: 10px;
}

.industry-box .header-btn.reqbtn {
  margin-top: 15px;
}

.breadcrumb .breadcrumb-item {
  color: #ffffff;
}

.process_box {
  min-width: 200px;
}

.wrap_1200andd0ownnowrap {
  display: block;
}

/* .footer-form-btn #btnSubmitRequest { 
    color: rgb(255 255 255 / 84%); 
    background: #b5bec3;  
    cursor: no-drop;
}
.footer-form-btn #btnSubmitRequest .fa-regular.fa-angle-right {
    color: #ffffff;
} */


.footer-form-btn .button[disabled] {
  color: rgb(255 255 255 / 84%);
  background: #b5bec3;
  cursor: no-drop;
}

.footer-form-btn .button[disabled] .fa-regular.fa-angle-right {
  color: #ffffff;
}

/* fonts css add 17-3-26 */

.fa-light,
.footer_t_center ul li.f_addresh::before,
.footer_t_center ul li.f_contact::before,
.megamenu_custum_inner_div a.dropdown-item:after,
.listCircle li:after {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* new add css 1-4-26 */

.tagline-section {
  padding: 40px 0px 0;
}

.tagline-box {
  margin: auto;
  background: #fff;
  padding: 25px;
  border-left: 5px solid #d44a00;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
  text-align: center;
}

.mt_12px {
  margin-top: 12px;
}

.new_ser_1b_inner,
.new_ser_2b_inner {
  height: 100%;
}

.new_ser_1b_inner .owl-nav,
.new_ser_1b_inner .owl-dots,
.new_ser_2b_inner .owl-nav,
.new_ser_2b_inner .owl-dots {
  display: none !important;
}

.new_ser_1b_inner .icon-box,
.new_ser_2b_inner .icon-box {
  color: #fff;
  font-size: 25px;
  line-height: normal;
  transition: 0.3s;
  font-weight: 400;
  margin: 0 0 6px;
}

:root {
  --primary-navy: #002e5b;
  --accent-red: #cc1d24;
}



.faq-section .faq-title {
  color: var(--primary-navy);
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.faq-section .faq-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--accent-red);
  display: block;
  margin: 10px auto;
}

.faq-section .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-section .accordion-button {
  background-color: #f7f7f7;
  color: #000028;
  transition: all 0.3s ease;
  padding-left: 8px;
  padding-right: 43px;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: var(--primary-navy);
  color: #fff;
  box-shadow: none;
  padding-right: 43px;
}

.faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.faq-section .accordion-body {
  padding: 0;
  line-height: 1.7;
  color: #444;
  background-color: #fff;
}

.faq-section .faq-icon {
  margin-right: 15px;
  color: var(--accent-red);
}

.faq-section .accordion-button:not(.collapsed) .faq-icon {
  color: #fff;
}

.faq-section .accordion-button::after {
  position: absolute;
  right: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2321325b'%3e%3cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 28px;
  top: auto !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23377dff'%3e%3cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

:root {
  --shopify-green: #e65e15;
  --dark-navy: #002e5b;
  --soft-gray: #f8f9fa;
}


.shopify-service-section {
  padding: 0px 0 50px;
}

.shopify-service-section .service-card {
  border: none;
  border-radius: 20px;
  background: var(--soft-gray);
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shopify-service-section .service-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(230 94 21 / 24%);
  border-radius: 50%;
  top: -50px;
  right: -50px;
  z-index: -1;
  transition: 0.4s;
}

.shopify-service-section .service-card:hover {
  background: #fff;
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.shopify-service-section .service-card:hover::after {
  background: var(--shopify-green);
  transform: scale(3);
  opacity: 0.1;
}

.shopify-service-section .icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.shopify-service-section .icon-wrapper img {
  max-width: 50px;
  height: auto;
  transition: transform 0.3s ease;
}

.shopify-service-section .service-card:hover .icon-wrapper img {
  transform: rotate(10deg) scale(1.1);
}

.shopify-service-section .service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.shopify-service-section .service-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

.shopify-service-section .section-heading {
  margin-bottom: 40px;
}

.why-choose-section .section-heading {
  margin-bottom: 20px;
}

.shopify-service-section .text-green {
  color: var(--shopify-green);
}

:root {
  --brand-navy: #002e5b;
  --brand-red: #cc1d24;
  --light-bg: #f9faff;
}


.why-choose-section .feature-card {
  background: var(--light-bg);
  border: none;
  border-radius: 15px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.why-choose-section .feature-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--brand-navy);
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 0 0 15px 15px;
}

.why-choose-section .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 46, 91, 0.15);
}

.why-choose-section .feature-card:hover::before {
  height: 100%;
}

.why-choose-section .feature-card:hover h3,
.why-choose-section .feature-card:hover p {
  color: #ffffff !important;
}

.why-choose-section .icon-box {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.why-choose-section .icon-box i {
  font-size: 28px;
  color: var(--brand-red);
  transition: 0.3s;
}

.info-section {
  padding: 50px 0 0;
}

.info-card {
  background: #ffffff;
  border: none;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 46, 91, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #002e5b;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 46, 91, 0.1);
}

.accent-red {
  border-left-color: #cc1d24;
}

.service-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #7f54b3;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: rgba(127, 84, 179, 0.1);
  color: #7f54b3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.solution-card {
  background: #fff;
  border: none;
  border-radius: 15px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 46, 91, 0.12);
  border-bottom: 4px solid #e65e15;
}

.solution-card h3 {
  margin-bottom: 18px;
}


.solution-card .list-block {
  margin-bottom: 10px;
  flex-grow: 1;
  margin-top: 0;
}



.solution-card ul li a {
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s;
}

.solution-card ul li a:hover {
  color: #e65e15;
  padding-left: 1px;
}

.btn-infra {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  width: fit-content;
}

.btn-infra:hover {
  background: #e65e15;
  color: #fff;
}

.car-img-icon1 {
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  max-width: 45px;
  margin-right: 7px;
}

.faq-section button.accordion-button {
  flex-wrap: nowrap !important;
}

/* --- Privacy Policy Global Styles --- */
.policy_page {
  padding: 50px 0 0;
}

.policy_page h2 {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
}

.policy_page h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #cc1d24;
  /* Corporate Red */
}

.policy_page p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.policy_page b {
  font-weight: 600;
}

.who-we-top {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border-left: 5px solid #002e5b;
}

.policy_page h2+p+p {
  background: #fff9f9;
  padding: 25px;
  border: 1px solid #ffebeb;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
}


.policy_page a {
  color: #cc1d24;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.policy_page a:hover {
  text-decoration: underline;
  color: #002e5b;
}

.mt-4 {
  margin-top: 3rem !important;
}

:root {
  --brand-orange: rgb(230, 94, 21);
  --brand-dark: #232222;
  --text-gray: #555555;
  --bg-light: #fdfdfd;
}

.testimonial-section {
  padding: 40px 0 0;
}

.section-title {
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--brand-dark);
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.section-title span {
  color: var(--brand-orange);
}

.review-card {
  background: #ffffff;
  border-radius: 0px;
  padding: 45px;
  height: 100%;
  border: 1px solid #eeeeee;
  border-top: 5px solid var(--brand-dark);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card:hover {
  transform: translateY(-10px);
  border-top-color: var(--brand-orange);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.quote-icon {
  color: var(--brand-orange);
  font-size: 2rem;
  margin-bottom: 20px;
  opacity: 0.8;
}

.review-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--brand-dark);
  margin-bottom: 30px;
  font-weight: 500;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
}

.client-initials {
  width: 50px;
  height: 50px;
  background: var(--brand-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.review-card:hover .client-initials {
  background: var(--brand-orange);
}

.client-name h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0;
  color: var(--brand-dark);
}

.client-name p {
  font-size: 0.85rem;
  color: var(--brand-orange);
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.who-we-top h2 {
  margin-top: 0 !important;
}







/* 

.card:hover {
  transform: translateY(-8px);
  transition: 0.3s ease;
}

.btn-primary {
  background: linear-gradient(45deg, #007bff, #00c6ff);
  border: none;
}
.service-card {
        border: none;
        border-radius: 15px;
        transition: all 0.3s ease-in-out;
        background: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .service-card::before {
        content: "";
        position: absolute;
        top: 0; left: 0; width: 0; height: 4px;
        background: #d44a00; 
        transition: width 0.3s ease;
    }

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }

    .service-card:hover::before {
        width: 100%;
    }

   .icon-box {
    width: 60px;
    height: 60px;
    background: rgba(0, 46, 91, 0.1);
    color: #232222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 20px;
    transition: 0.3s;
}

    .service-card:hover .icon-box {
        background: #232222;
        color: #fff;
    }

.btn-learn {
    background: transparent;
    color: #000;
    border: 1px solid #d44a00;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 20px;
    transition: 0.3s;
}

    .btn-learn:hover {
        background: #d44a00;
        color: white;
    } */