.custom-font {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.d-inharit{display: inherit !important;}
.d-inharit li{width: 100% !important;}
.back_ground_gray {
 
  border: 1px solid #0d2642 !important;
}
.duration i {
  padding-right: 5px;
  color: #0d2642 !important;
}
.back_ground_orange {
  /* background-color: #0d2642 ; */
  border: 1px solid #0d2642  !important;
  padding: 0 !important;
  vertical-align: middle !important;
}
.arrow_color i {
  color: #fbfbfb;
}
.carousel-indicators li{background: #000; background-clip: padding-box;}
.carousel-indicators{position: absolute; bottom: -20px;}
.shipping-info {
  border: 1px solid #eee;
  position: relative;
  top: -2px;
  background: #fafafa;
  background: linear-gradient(to bottom, #fffaf5 0, #f8ecff 100%);
}
.shipping-info ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 5px;
}

.shipping-info li:first-child {
  border-left: 1px solid #ddd;
}
.shipping-info li {
  list-style: none;
  float: left;
  width: 25%;
  padding: 15px;
  /* padding-left: 15px; */
  padding-bottom: 7px;
  border-right: 1px solid #ddd;
}
.shipping-info ul li .media-left {
  padding-left: 0;
  padding-right: 15px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}
.media-left img {
  width: 40px;
}
.shipping-info .media-body {
  padding-bottom: 0;
}
.shipping-info li h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 2px;
}
.shipping-info ul span {
  font-size: 16px;
  color: #444;
}


.stats-card {
  background: #ffffff;
  /* Pure white for a clean look */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  border-radius: 14px;
  /* Smooth corners */
  text-align: center;
  /* Center align content */
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  /* Add animation */
}

.stats-card:hover {
  transform: translateY(-10px);
  /* Subtle lift effect */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  /* Stronger shadow */
}

/* Icon Styling */
.stats-icon {
  width: 60px;
  /* Fixed width for consistent size */
  margin-bottom: 10px;
  /* Space below icon */
}

/* Text Styling */
.stats-text {
  font-size: 1.2rem;
  /* Larger font size for readability */
  color: #333333;
  /* Dark grey for a softer contrast */
  font-weight: 600;
  /* Make text bold */
}

.tparrows.tp-leftarrow:before {
  content: '\f104' !important;
  /* Font Awesome Unicode for left arrow */
  font-family: 'Font Awesome 5 Free';
  /* Correct font family */
  font-weight: 900 !important;
  /* This is important for Font Awesome 5 */
}

.tparrows.tp-rightarrow:before {
  content: '\f105' !important;
  /* Font Awesome right arrow */
  font-family: 'Font Awesome 5 Free';
  /* Correct font family */
  font-weight: 900 !important;
  /* Font Awesome 5 weight */
}

/* 1/11/2024 rating part*/
span.typing-text {
  display: block;
 
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 5s steps(50) infinite, blink 0.75s step-end infinite;
  color: #fff;
  font-size: 20px;
}

.section-invite {
  background-color: #355bbf;
  padding: 30px 0;
}

.section-invite__list-area {
  margin-right: 0;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section-invite__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-invite__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-invite__item-title {

  font-size: 20px;
  /* line-height: 22px; */
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.section-invite__item-title span {
  font-size: 16px;
  /* line-height: 18px; */
  display: block;
}
.item-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  padding: 10px 0px;
  background: #ddf0f8;
}

.bg-0d2642 {
  background: #0d2642;
}

section {
  padding-top: 30px;
  padding-bottom: 30px !important;
  position: relative;
}

.ot-heading {
  margin-bottom: 15px;
}

.ot-heading h1,
h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  /* line-height: 1.3; */
  color: #000;
}
.ot-heading strong {
  
  font-weight: 500;
  
}

.ot-heading h1,
h2 span {
  color: #2E9F32;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.56px;
}

.bg-color {
  background-color: #f8faff;
  border-radius: 5px;
  padding: 6px 5px 6px 6px;
  margin-bottom: .8rem;
  font-weight: 500;
}

.bg-color i {
  width: 23px;
  background: #2E9F32;
  border-radius: 4px;
  height: 23px;
  text-align: center;
  color: #fff;
  line-height: 23px;
}

.space-20 {
  height: 20px;
  width: 100%;
}

.box-wrapper img {
  background: #2e9f32;
  width: 50px;
  border-radius: 8px;
  margin-bottom: .6rem;
  box-shadow: 0 6px 16px rgb(153 153 153 / 26%) !important;
}

.shadow-box {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
  /* padding: 0.4rem 1.4rem; */
  padding: 1.4rem 2.4rem;
  background-color: #fff;
  color: #00111f;
  height: 100%;
  margin-bottom: 1rem;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gap-2 {
  gap: .5rem !important;
}

.px-border {
  padding: 10px;
  border: 1px solid #fff;
}

.space-50 {
  height: 50px;
  width: 100%;
}

.section-bg-blue {
  background-color: #f3f6ff;
}

.color-blue {
  color: #2e9f32;
}

.pt-50 {
  padding-top: 50px;
}

.choose-content-area .choose-text {
  margin-top: 20px;
  position: relative;
  padding-left: 35px;
}
.fs-22{font-size: 22px; font-weight: 600;}
.choose-content-area .choose-text i {
  position: absolute;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  text-align: center;
  color: #2e9f32;
  border-radius: 50px;
  top: 4px;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.content h4{font-size: 22px; font-weight: 600;}
.syllbus-btn {
  font-size: 16px !important;}
.solution__sub-heading{font-size: 20px;}
.service-wrapper .tech-box,
.solution-box {
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, .1);
  border-radius: 6px;
  background-color: #fff;
  display: block;
  border: 1px solid #29abe212;
  padding: 30px 15px;
  position: relative;


}

.seo-service-section .solution-box {
  padding: 10px;
}

.solution-box .icon {
  /* width: 28px;
    height: 28px; */
  border-radius: 50%;
  font-size: 30px;
}

.solution-box p {
  font-size: 16px;
}

.seo-service-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin: .6rem 0;
}

a.a-btn {
  width: 72% !important;
  padding: 19px !important;

}

.transfrom-none h1,
span {
  text-transform: none !important;
}

.border-box {
  border: 3px solid #2E9F32;
  border-radius: 20px;
  padding: 30px;
}

.bg-image {
  background-image: url(../assets/Images/Download_one.gif);
}

p.text-p {
  font-size: 28px;
  font-weight: 700;
}

.bg-color-aqua {
  background-color: #2a67ff !important;
  border: none;
}

.p-none {
  padding: 20px;
}

.text-medile {
  align-items: center;
  display: flex;
}

.icon-box-s2.s1 .icon-main,
.icon-box-s2.s3 .icon-main {

  float: left;
  text-align: center;
  line-height: 1;

}

.s1 {
  display: flex;
  align-items: center;
}
.page-footer{padding-top: 2rem !important;}
section#shadow-host-companion{display: none;}
.dev-h1 {
  color: #fff;
}
.c-000{color: #000 !important;}
.box-form input {
  width: 100%;
  background: #fff;
  /* color: #202020; */
  font-weight: 400;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0px;
  outline: none;
  font-size: 16px;
  /* border-color: cadetblue; */
}

.form-check-input {
  width: 0PX !important;

}

.form-check-label {
  font-size: 16px !important;
}

.box-shadow {
  box-shadow: 0 0 8px 0 rgba(39, 101, 255, .30980392156862746);
}

/* .zoom-img .solution-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: grayscale(90%);
} */
.bg-1 {
  background: #d8f4f8;
}

.bg-2 {
  background: #fbd1d8;
}

.bg-3 {
  background: #da2FAE36;
}

.bg-4 {
  background: #e3fFBCBD;
}

.bg-5 {
  background: #bcc8FF9C;
}

.bg-6 {
  background: #fdeeee;
}

.w-70 {
  width: 70%;
}

a.link-p-all {
  padding: 1.5rem 4rem !important;
}

.devlopers-bg {
  background-image: url(../assets/Images/erp-middle-banner.webp);
}

.p-6 {
  padding: 30px;
}

.contact-wrap-bg {
  background-color: #eff2f6;
  background-image: url(../assets/Images/contact-wrap-bg.webp);
  background-repeat: no-repeat;
  background-position: top right;
}

.bg-img {
  background-color: #ecedea;
  background-image: url(../assets/Images/app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.api-image {
  background-color: #d2d2d2;
  background-image: url(../assets/Images/api-application.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec_bg {
  background-image: url(../assets/Images/E-Learning-middle-banner.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #0c2050;
  opacity: .9;
}

.contact-wrap .heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fa6220ba;
}

.contact-wrap .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 39px;
}

.contact-wrap .sub-heading {
  margin-top: 15px;
  font-size: 18px;
  margin-left: 34px;
  color: #696969;
}

/* .hire-bg{
  background: #001c4f!important;}
  .zoom-img .solution-box img {
    transition: all .3s linear;
   -webkit-transition: all .3s linear;
  } */
.gap-4 {
  gap: 1rem !important;
}

.icon-box-s3.i7 {
  padding: 20px 0;
}
.icon-box-s3 h6 a {
  font-size: 22px; font-weight: 600;
}
.btn-link:hover{color: #000 !important;}
.icon-box-s3 {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  /* place-items: center;
  display: grid; */
}

.basline {
  align-items: center !important;
}

.hire-bg-1 {
  background-image: url(../assets/Images/benefits-of-working-with-us.webp);
}

.support-i7 {
  background-color: #f2f5fa;
}

.mb {
  margin-bottom: -.8rem !important;
}

.icon-box-s3 .top-box {
  overflow: hidden;
  margin-bottom: 24px;
}

.icon-box-s3 .icon-main {
  float: left;
  text-align: center;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #f4f2fc;
  border-radius: 50%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

.icon-box-s3:hover .icon-main {
  background: #9de2ff75;
}

.icon-box-s3:hover {
  border-color: #29abe2;
}

.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}

.icon-box-s2.s3 .icon-main {
  float: right;
}

.icon-box-s2.s1 .content-box {
  padding-left: 75px;
}

section.why-chooseUs .number span {
  color: #29abe2;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  position: relative;
}

section.why-chooseUs .number span:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 11px;
  background: #29abe2;
  width: 90px;
  margin-left: 10px;
}

.icon-wrap-no {
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #29abe2;
  color: #fff;
  border-radius: 100%;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
  border: 2px solid transparent;
}

.icon-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #e4e4e4;
  height: calc(100% - 53px);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.feature-left .service-item span,
.feature-right .service-item span {
  font-size: 141px;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  top: -13px;
  bottom: 0;
  right: 0;
  color: #b2afaf17;
}

.feature-left .service-item,
.feature-right .service-item {
  z-index: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  padding: 30px 20px;
  border-radius: 7px;
  margin-bottom: 30px;
  background-color: #eaebec;
}

.brand-box {
  position: relative;
  padding-top: 40px;
  padding-right: 20px;
}

.brand-services::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 75%;
  height: 100%;
  top: 0;
  border-radius: 10px;
  background: #e4f6f6;
  background: -moz-linear-gradient(top, #97c8ef 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, #97c8ef 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(228, 246, 246, 1) 0%, #a9c8e2 100%);
}

section.our-portfolio .gallery-box {
  border-radius: 5px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
}

section.our-portfolio .ot-button.PortfolioBtn a {
  background: #29abe2;
  color: #fff;
  border: 1px solid #29abe2;
}

.octf-btn {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  font-size: 16px;
  padding: 13px 20px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background: #29abe2;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  border-radius: 5px;
  border: 1px solid #29abe2;
}

section.our-portfolio .gallery-box .image {
  transition: all .3s linear;
  overflow: hidden;
}

section.our-portfolio .gallery-box .image img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.work-process-item .icon {
  color: #fff;
  font-size: 65px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #29abe2;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
}

.work-process-shape {
  position: absolute;
  width: 110%;
  top: 0%;
  left: -23%;
  z-index: -1;
}

.work-process-item .number {
  display: block;
  font-weight: 700;
}

.mt-80 {
  margin-top: 80px;
}

.mt-50 {
  margin-top: 50px;
}

.br-10 {
  border-radius: 10px;
}

h1.text-white.ot-heading-fs.mb-2 {
  font-size: 30px;
  letter-spacing: 1px;
}

.partner h4 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.partner a img {
  width: 250px;
  margin-top: -19px;
  margin-left: 30px;
}

.partner {
  display: flex;
  padding: 30px 0;
}

/* .bring-mad-item img { */
  /*  width:190px;*/
/* } */

.new-custom-submit {
  width: 100%;
  padding: 7px !important;
  border-radius: 10px !important;
}

.call-us h4 {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

/* Retaing Slider css 09/07/2024 */
.review-section {
  border-radius: 20px;
  padding: 2rem;
}

.review-section .ot-counter span {
  font-size: 30px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}

.google-icon {
  background: #fff;
  box-shadow: 2px 6px 6px rgb(0 0 0 / 5%);
  margin: auto;
  margin-top: -2rem;
  padding: .6rem 1rem 0rem;
  border-radius: 6px;
}

h1.top-heading-text {
  font-size: 30px;
  letter-spacing: 1px;
  color: #000;
}

.custom-design-owl-carousal {
  margin-top: 25px;
  background: none;
  box-shadow: none;
}

.owl-carousel .owl-item img {
  border-radius: 5px !important;
}

.web-development-company h2 span,
.web-development-company h1,
.web-development-company p {
  color: #fff !important;
}

.mb-30 {
  margin-bottom: 30px;
}


/* tab css  */
.services-section {
  background-color: #f6f5fb;
}

.tabs>ul li a,
.tabs>ul li a:visited {
  display: flex;
  border-bottom: none;
  text-decoration: none;
  margin: 0 .8rem;
  transition: all .2s ease-in-out;
  word-wrap: break-word;
  color: #9b9999;
}

.tabs>ul li a {
  background-color: #fff;
  justify-content: center;
}

.bg-blue {
  background-color: #29abe2;
}

.single-services-box {
  position: relative;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
}

.single-services-box .icon {
  background: #ececff;
}

.single-services-box .icon:hover {
  background: #fff;
}

.single-services-box .icon {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.single-services-box h3 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #202647;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}

.single-services-box p {
  color: #6a6c72;
  font-weight: 400;
  margin: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.plus-bg {
  border: 2px solid #29abe2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 2.3;
  color: #29abe2;
}

.single-services-box .icon img {
  width: 75%;
}

.tabs section.active {
  display: block;
}

.tabs section {
  padding-left: 5rem;
  display: none;
  word-wrap: break-word;
  margin: 0 .8rem;
}

.site-wrapper .icon-main img {
  width: 20%;
}

.tab-body h5 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.tab-body p {
  color: #f8f8f8;
}

.tab-box {
  display: none;
}

.tab-box.active {
  display: block;
}

.tab-link.active {
  font-weight: bold;
  /* Example of active tab link styling */
}

a.tab-box.active .single-services-box::after {
  content: '' !important;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #29abe2;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-46%);
}

/* tab css  */
/* Industries We Serve */
.seoServices {
  /* float: left; */
  width: 100%;
  padding: 50px 0 50px;
  margin: 0;
  background-image: url(../assets/images/bg-dark.webp);
  background-size: 900px;
  background-attachment: fixed;
  position: relative;
}

.seoServices:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  margin: 0 auto;
  background-color: #fff;
}

.seoServices .title_1 {
  color: #fff;
}

.title_1 {
  color: #09334f;
  font-size: 30px;
  /* line-height: 1.2; */
  font-weight: 500;
  /* text-align: center; */
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.industriesTitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.seoServices p {
  color: #fff;
}

.maxWidth {
  /* text-align: center; */
  /* max-width: 950px; */
  font-size: 20px;
  /* line-height: 31px; */
  /* margin: 0 0 45px; */
}
.whyCareer {
  float: left;
  width: 100%;
  border-radius: .75rem;
  position: relative;
  margin-bottom: 20px;
}
.seoBox {
  float: left;
  width: 100%;
  border-radius: .75rem;
  position: relative;
  box-shadow: 0 0 2px rgba(29, 32, 71, .05), 0 18px 36px rgba(29, 32, 71, .05);
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
}
.placement-assistance {
  font-size: 22px;}
.seoBoxTitle2 {
  font-weight: 600;
  /* line-height: 1.25; */
  margin-bottom: 10px;
  color: #02619e;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
}

.seoBox ul {
  margin: 0 0 20px;
  display: block;
  display: flex;
  padding: 0;
  flex-flow: row wrap;
}
.whyCareer ul li {
    float: left;
    width: 100%;
    border-radius: .75rem;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
}
.seoBox ul li {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  position: relative;
  color: #333;
  line-height: 30px; 
}
.productbox ul li {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  position: relative;
  color: #333;
  line-height: 30px; 
}
.w-haf ul li {width: calc(100% / 4);}
.seoBox ul li:before,.whyCareer ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 20px;
  background: url(../assets/images/download-1.svg) no-repeat;
  background-size: 100%;
}
.productbox ul li:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 20px;
  background: url(../assets/images/download-1.svg) no-repeat;
  background-size: 100%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.common_btn3 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc83e), to(#ef9b2d)); */
  background-image: -o-linear-gradient(top, #ffc83e, #ef9b2d);
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  font-size: 19px;
  color: #222;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  border: 0;
  position: relative;
  padding-right: 60px;
  max-width: 26.25rem;
}

.common_btn3:after {
  content: url("../assets/images/download-2.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(237, 120, 11, .3);
  line-height: 0;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  border-left: 2px solid #ffc73e;
  /* width: 60px;
  display: flex;
  align-items: center;
  justify-content: center; */
  
}
.dev_techno h2{font-size: 30px; font-weight: 500;}
.common_btn3:hover {
  color: #212529;
  background: #f9ba00 linear-gradient(180deg, #fac426, #f9ba00) repeat-x;
  /* background: #f9ba00 -o-linear-gradient(top, #fac426, #f9ba00) repeat-x; */
  border-color: #ecb100;
  text-decoration: none;
}
.after-d-none::after{content: none;}
@media (max-width: 980px) {
  .seoBox ul li {
    width: calc(100% / 2);
  }
}

@media (max-width: 1200px) {
  .seoBox ul li {
    width: calc(100% / 2);
  }
  section.main-slider {
    padding-top: 30px;
}
.space-between { justify-content: left !important;}
/* .header-2 .menu-link { justify-content:left !important}*/
} 

@media (max-width: 767px) {
  .seoBox ul li {
    width: calc(100% / 1);
  }

  .common_btn3 {
    padding: 0 12px;
    font-size: 16px;
    padding-right: 65px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 1200px) {
  .seoBox ul li {
    font-size: 16px;
  }
}

/* Industries We Serve 18/07/2024 */
/* tab 2 css 19/07/2024*/
.agencyOffers {
  width: 100%;
  margin: 0;
/*  padding: 50px 0 0;*/
  background-color: #fff;
}

.templateTabs {
  background-color: #fff;
}

.navTabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #dee2e6;
  /* padding: 0 20px; */
}

.navTabs li a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  margin-bottom: -1px;
  display: block;
  padding: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.navTabs li {
  list-style: none;
  width: calc(100% / 4);
}

.navTabs li a.active {
  position: relative;
  color: #fff;
  border: solid 1px #0d2642;
  background: #0d2642;
  box-shadow: 0 4px 7px 0 rgba(182, 182, 182, .4);
}

.navTabs li a.active:hover {
  color: #fff;
}

.navTabs li a:hover {
  color: #0d2642;
  text-decoration: none;
}

.templateTabs .tab-content .tab-pane {
  padding: 50px 0;
}

.tabTitle {
  font-weight: 600;
  /* line-height: 1.25; */
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
}

.navTabs li a.active:after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #0d2642 transparent transparent transparent;
}

@media (max-width: 980px) {
  .navTabs li {
    list-style: none;
    width: calc(100% / 2);
    line-height: normal;
    border: 1px solid #eee;
    overflow: hidden;
  }

  .navTabs li a {
    padding: 1rem 1rem;
  }

  .navTabs li {
    list-style: none;
    width: calc(100% / 2);
    line-height: normal;
    border: 1px solid #eee;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .navTabs li a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .navTabs li a {
    padding: 15px 15px;
    font-size: 14px;
  }
}

/* tab 2 css 19/07/2024*/
/* Case Studies css 19/07/2024*/
.clientResults {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #f1f8fb;
}

/* .case-studies-slide .owl-next,
.case-studies-slide .owl-prev {
  line-height: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 190px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0;
  outline: 0;
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d) !important;
  color: #09334f;
  border-color: #ffc83e;
  border-radius: 4px;
  z-index: 9;
} */

/* .case-studies-slide .owl-nav .owl-prev {
  left: 0;
}

.case-studies-slide .owl-nav .owl-next {
  right: 0;
} */
.owl-nav{display: none;}
.companyName {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
  color: #02619e;
  font-size: 24px;
  background: linear-gradient(118deg, #fbbc39 32.59%, #CE7802 99.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keywords {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}

.accordion {
  border-radius: 6px !important;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 20px;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #e0e3eb;
}

.accordion-item {
  margin-bottom: 0;
  border-radius: 0 !important;
  overflow: hidden;
}

.accordion-header {
  padding: 0 !important;
  margin: 0 !important;
  text-transform: initial;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: #09334f;
  font-weight: 600;
}

.accordion-button .countNumber {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #c3dcfb;
  color: #09334f;
  margin-right: 10px;
}

.noTitle1 {
  font-size: 17px;
  margin: 0;
  padding: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-button {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f5f8ff;
}

.accordion-button:focus,
.accordion-button:hover {
  color: #fff;
  background: #09334f;
}

.accordion-item {
  background-color: #fff;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  /* padding: 1rem 1.25rem; */
  font-size: 1rem;
  color: #212529;
  text-align: left;
  /* background-color: #fff; */
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.case-studies-slide .serviceProvide {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 1.5rem;
}

.case-studies-slide .serviceProvide li {
  position: relative;
  list-style: none;
}

.case-studies-slide .serviceProvide li:before {
  position: absolute;
  content: "";
  left: -1.5rem;
  top: 7px;
  background: url(../assets/Images/list-checkmarks.svg) no-repeat;
  width: 15px;
  aspect-ratio: 1;
}

.similarBtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
  background-image: -o-linear-gradient(top, #ffc83e, #ef9b2d);
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  font-size: 16px;
  color: #222;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  border: 0;
  position: relative;
  padding-right: 50px;
  max-width: 26.25rem;
  margin-bottom: 15px;
}

.similarBtn:after {
  content: url(../assets/Images/download-3.svg);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  width: 40px;
  top: 0;
  bottom: 0;
  background: rgba(237, 120, 11, .3);
  line-height: 0;
  padding: 1rem;
  border-radius: 0 4px 4px 0;
  border-left: 2px solid #ffc73e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.similarBtn:hover {
  color: #212529;
  background: #f9ba00 linear-gradient(180deg, #fac426, #f9ba00) repeat-x;
  /* background: #f9ba00 -o-linear-gradient(top, #fac426, #f9ba00) repeat-x; */
  border-color: #ecb100;
  text-decoration: none;
}

.seoResult {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.seoResultTitle {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  color: #02619e;
  font-size: 14px;
}

.rankingTable {
  width: 100%;
  float: left;
  max-height: 200px;
  margin-bottom: 15px;
  overflow: hidden;
  overflow-y: auto;
}

.rankingTable table {
  width: 100%;
  text-align: left;
  float: left;
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
}

.rankingTable table tr:first-child td {
  height: 30px;
  background: #f7f7f8;
  font-weight: 700;
  color: #09334f;
  font-size: 14px;
}

.rankingTable table td:first-child {
  width: 65%;
  padding: 0 15px;
  text-align: left;
}

.rankingTable table td {
  border: 1px solid #d0d0d0;
  padding: 0;
  text-align: center;
  color: #000;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
}

.rankingTable table tr td:nth-child(2) {
  width: 15%;
  background: #eee;
  border: 1px solid #d0d0d0;
  text-align: center;
  vertical-align: middle;
}

.rankingTable table tr:first-child td {
  height: 30px;
  background: #f7f7f8;
  font-weight: 700;
  color: #09334f;
  font-size: 14px;
}

.seoResultNumber {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.seoResultNumber span {
  font-size: 13px;
  border: 1px solid #7fecbf;
  background-color: #cef7e6;
  padding: 3px 10px;
  line-height: normal;
  margin-left: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.accordion .brandTitle {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  text-align: left;
  margin-bottom: 5px;
}

ul.mediaGrid {
  /* float: left; */
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

ul.mediaGrid li {
  list-style: none;
  text-align: center;
  width: calc(100% / 3);
  padding: 5px;
  position: relative;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bed1db;
  margin-top: -1px;
  margin-right: -1px;
  transition: all .3s ease-in-out;
  background: #fff;
}

ul.mediaGrid li img {
  width: 100px !important;
  height: auto;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: 0;
  border: 0;
  background-color: transparent;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f5aa31;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 3px;
  background: #d6d6d6;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.icon-1 {
  color: #000;
}
.item-btn {
  box-shadow: none !important;
}
.border-of {
  border: none !important;
  background-color: #fff !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.border-bottom-000 {
  border-bottom: 1px solid #000 !important;
}
.new-faq {
  color: #000 !important;
  background: #ddf0f8;
}
.body-p-10 {
  padding: 0.25rem 0.1rem 1rem !important;
  font-size: 16px;
  /* line-height: 26px; */
  font-weight: 400;
  background: #ddf0f8;
  text-align: left;
}

.icon-1 .fas {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.btn:not(.collapsed) .icon-1 .fas {
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../assets/Images/download-5.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed):after {
  background-image: url(../assets/Images/download-4.svg);
  transform: rotate(0);
}

/* .accordion-button:not(.collapsed)::after {
  background-image: url(../assets/Images/download-4.svg);
  transform: rotate(-180deg);
} */
.accordion-button:hover:after {
  background-image: url(../assets/Images/download-4.svg);
  transform: rotate(-180deg);
}

/* Case Studies css 19/07/2024*/

@media (max-width: 768px) {

  .ot-counter span.num,
  .review-section .ot-counter span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {

  .listen {
   padding: 0px;
  }
  .shipping-info li{padding-left: 0px;}
}

.carousel-item {
  transition: transform 1s ease, opacity 1s ease;
}

.carousel-item.active {
  transition: transform 1s ease, opacity 1s ease;
}

.carousel-item img {
  object-fit: cover;
  /* Ensures images cover the space without stretching */
  /* border-radius: 10px; */
  transition: transform 0.5s ease-in-out;
}

.carousel-item img:hover {
  transform: scale(1.05);
  /* Slight zoom effect on hover */
}

span.typing-text {
  display: block;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 5s steps(50) infinite, blink 0.75s step-end infinite;
  color: #fff;
  font-size: 19px;
} 

/* Keyframe for typing effect */
@keyframes typing {
  0% {
    width: 0;
   
  }

  50% {
    width: 100%; }
  100% {
    width: 100%;
    
  }
}

/* Keyframe for blinking cursor */
 @keyframes blink {
  50% {
    border-color: transparent;
    
  }
}

.frist {
  background: #0d2642 url(/assets/landing/banner-gradient.png) no-repeat;
  background-position: top left;
  padding: 135px 20px 27px;
  overflow: hidden;
}

.carousel-item img {
  border-radius: 10px;
  
}
.w-74{width: 100%;}
/* Base Styles */
.frist__bannertitle {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  /* line-height: 40px; */
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  /* text-align: center; */
}

.frist__bannersubtitle {
  font-size: 20px;
  /* line-height: 30px; */
  font-weight: 500;
  color: #fff;
  text-align: left;
}

.new-home-banner__right-deatils-green {
  color: #3cc065;
  font-weight: 500;
}
.hire-box{height: 100%;}
.row-reverse {
  flex-direction: column-reverse;
}
.provider-box-titel {
  font-size: 16px !important;}
  .dev-h1 h2 {font-size: 30px; font-weight: 500; }
  .dev-h1 h4{font-size: 22px; font-weight: 600;}
@media screen and (min-width: 767px) {

  .row-reverse {
    flex-direction: inherit;
  }

  .frist__bannertitle {
    font-size: 30px;
    /* line-height: 48px; */
    margin-bottom: 30px;
  }

  .frist__bannersubtitle {
    font-size: 20px;
    /* font-size: 31px; */
    /* line-height: 40px; */
    text-align: left;
  }

  /* span.typing-text {
    font-size: 24px !important;
  } */

  .solution__heading {
    font-size: 30px;
    /* line-height: 45px; */
    font-weight: 500;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .w-74 {
      width: 75%;
  }

  
}
@media screen and (max-width: 992px) {
 
  .carousel-item img {
    width: 100%;
    
  }
  
}

/* Retaing css Slider 09/07/2024 */
/* 
Heading : 30:500/22:600
Bellow heading: 20:500
Others: 16 */