@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

*:focus {
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  color: #313554;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}

ul li {
  text-decoration: none;
  list-style: none;
}
p{
  font-size: 14px !important;
  margin-bottom: 15px;
}

.h1,
h1 {
  font-weight: bold;
}

.h2,
h2 {
  font-weight: bold;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

a {
  color: #0078a4;
}

a:hover{
  color: #005270;
}

header {
  top: 0;
  width: 100%;
}

.popover {
  box-shadow: 5px 5px 20px #0003;
}




header .stickyHeader {
  /* background: #005270; */
  background: #082e45;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 3px 8px #00000057;
  position: fixed;
}

.navigation-wrap {
  width: 100%;
  left: 0;
  position: relative;
  background-color: #005270;
}

.navigation-wrap .container-fluid {
  width: 100%;
}

.btn-primary .navigation-wrap .nav-item {
  transition: all 200ms linear;
  color: #fff;
  padding: 0 8px;
}

.navigation-wrap .nav-item a {
  color: white;
  transition: color 0.4s ease-in-out;
}

.navigation-wrap .nav-item a.active {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.navbar-toggler:focus {
  outline: unset;
  border: unset;
  box-shadow: none;
}

.navbar-toggler i {
  color: #ffffff;
  background-color: #0775a3;
  padding: 12px;
  border-radius: 50%;
}

.navbar-brand {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #fff;
}

.navigation-wrap .main-btn {
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background-color: #e97812;
}

.navigation-wrap .main-btn:hover {
  color: #ffffff;
  background-color: #ff8618;
  box-shadow: 0px 5px 5px #ff7a046b;
}

.shape-1 {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 26%;
  left: -4%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/shape-circle1.png");
  z-index: -1;
}

.shape-squre-dotted {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 30%;
  left: 10%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.75;
  background-image: url("../images/squre-dotted.png");
  z-index: -1;
}

.shape-circle-dotted {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 15%;
  left: 75%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/circle-dott-img.png");
  z-index: -1;
}

.shape-tringle {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 80%;
  left: 5%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/tringle-outline.png");
  z-index: -1;
}

.shape-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 100%;
  left: 80%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/circle-outline.png");
  z-index: -1;
}

.shape-circle-small {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10%;
  left: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/circle-outline.png");
  z-index: -1;
}

.rotating {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition-duration: 5s;
  -webkit-transition-duration: 5s;
  transition-delay: now;
  -webkit-transition-delay: now;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

.navbar-collapse {
  width: 100%;
}

.navbar-toggler:focus {
  outline: unset;
  border: unset;
  box-shadow: none;
}

.navbar-toggler {
  padding: 0;
}

.caption-box {
  width: 650px;
  /* background-color: #0e3b53ad; */
  border-radius: 30px;
  padding: 70px 50px;
  min-height: 270px;
}

.caption-box h3{
  font-size: 40px;
  /* color: #ee7b11; */
  font-weight: bold;
}

.frontend-side {
  /* background-image: url("../images/home-header2.webp"); */
}

.frontend-side button:hover {
  color: violet;
}

.uiux-side {
  /* background-color: #092e42; */
}

.uiux-side button:hover {
  color: #005de3;
}

.slider-hero-item video{
  width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.slider-hero-item .slick-slide {
  margin: 0px;
}

.slider-hero-item.slick-dotted.slick-slider {
  margin: 0px;
}

.slider-hero-item .slick-dots li button:before {
  color: #fff;
}

.slider-hero-item .slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dots {
  position: relative;
  bottom: auto;
}

.slider-hero-item .slick-dots {
  position: absolute;
  bottom: 35px;
}



.slider-hero-item .slick-next {
  right: 35px;
  opacity: .2;
  z-index: 1;
}

.slider-hero-item .slick-prev {
  left: 45px;
  opacity: .2;
  z-index: 1;
}

/* .slider-hero-item:hover .slick-next,
.slider-hero-item:hover .slick-prev, */
.slick-prev:hover,
.slick-next:hover{
  opacity: 1;
}

.split-pane {
  padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-height: 9em;
  color: #fff;
  text-align: center;
}

@media (min-width: 500px) {
  .split-pane {
    padding-top: 2em;
    /* height: 100%; */
  }
}

.split-pane .caption-box {
  position: relative;
  /* transform: translate(25%, -50%); */
  top: 0%;
  left: 15%;
  text-align: center;
  margin: 0;
  z-index: 99;

  /* background-image: url("../images/shape-circle1.png"),
    url("../images/shape-circle2.png");  */
  background-position: -140px -140px, right 244px;
  background-repeat: no-repeat, no-repeat;
}

.split-pane .caption-box h4 {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
}

.split-pane .caption-box p {
  text-align: justify;
}

.split-pane .caption-box h1 {
  font-size: 45px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}

.btn-secondary {
  background: white;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
  color: #313554;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-weight: bold;
}

.btn-secondary-outline {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-weight: bold;
}

.btn-secondary:hover,
.btn-secondary-outline:hover {
  background-color: #ee7b11;
  border: 2px solid #ee7b11;
  color: #fff;
}

.split-pane .caption-box span {
  position: relative;
}

.split-pane .caption-box span::after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ee7b11;
  border-radius: 50px;
  display: block;
  position: absolute;
  left: -17px;
  top: 10px;
}

.split-pane button {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 0.5em;
  padding: 0.8em;
  font-weight: bold;
  transition: all 0.2s ease-out;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 500px) {
  .split-pane button {
    font-size: 0.4em;
  }
}

.split-pane button:hover {
  background: #fff;
  text-decoration: none;
}

.split-pane .text-content {
  line-height: 1.6em;
  text-align: left;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.split-pane .text-content .bold {
  font-size: 0.6em;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .split-pane .text-content .bold {
    font-size: 0.4em;
  }
}

.split-pane .text-content .big {
  font-size: 2em;
  font-weight: 800;
}

@media (max-width: 500px) {
  .split-pane .text-content .big {
    font-size: 1.5em;
  }
}

.split-pane-line {
  color: white;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
}

.split-pane-line img {
  height: 6em;
}

@media (max-width: 500px) {
  .split-pane-line img {
    height: 3em;
  }
}

@media (min-width: 500px) {
  .col-sm-6 {
    /* width: 45%; */
  }
}

.credits footer {
  position: absolute;
  bottom: 0;
  right: 5px;
  text-align: right;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}

.credits footer p {
  border: none;
  padding: 0;
}

.credits footer p strong {
  font-size: 2em;
  text-decoration: none;
}

.credits footer p strong:hover {
  color: #ff0909;
  transition: all 0.4s ease-in-out;
  font-weight: 1500;
  font-size: 4em;
}

.credits footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.9s ease-in-out;
}

.credits footer a:hover {
  color: #f22;
  font-weight: 900;
  font-size: 1.5em;
}

.right-form {
  padding: 25px;
  border-radius: 25px;
  /* margin-top: 50px; */
  width: 450px;
  right: 0;
  position: absolute;
  background-color: #fff;
}

.modal .right-form {
  width: 100%;
  padding: 15px;
  position: relative;
}

.form-head {
  text-align: center;
  color: #313554;
  font-weight: bold;
  margin-bottom: 15px;
}

.form-head h3 {
  font-weight: bold;
}

.form-group {
  margin-bottom: 15px;
}

.right-form::placeholder {
  color: gray;
  font-size: 14px;
}

.right-form select {
  color: gray;
  font-size: 14px;
  width: -webkit-fill-available;
  margin: -5px -8px 0px -8px;
}

.social-media-sticky {
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 30%;
  /* transform: translate(25%, -50%); */
}

.social-media-sticky a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  background-color: #173140b5;
  text-decoration: none !important;
  list-style: none;
}

.social-media-sticky a:hover {
  color: #000 !important;
  background-color: #ffffff;
  box-shadow: 1px 4px 15px #00000042;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/arrow_drop_down.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.btn-primary {
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background-color: #ee7b11;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 5px 8px #ff7a046b;
  min-width: 120px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn:focus-visible {
  color: #ffffff;
  background-color: #ff8618;
  box-shadow: 0px 5px 15px #ff7a046b;
  outline: none;
  box-shadow: 0px 5px 8px #ff7a046b;
}



.btn-default{
  color: #ffffff;
}

.text-rotate {
  transform: rotate(270deg);
  display: block;
  right: 20px;
  color: #fff;
  position: absolute;
  text-wrap: nowrap;
  right: -10px;
  bottom: -70px;
  mix-blend-mode: difference;
  color: #979797;
}

.right-form button {
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.right-form button:hover {
  color: #ffffff;
  background-color: #ff8618;
  box-shadow: 0px 5px 5px #ff7a046b;
}

.right-form button:active {
  box-shadow: none;
}

.hero-section {
  width: 100%;
  height: 90vh;
  /* min-height: 650px; */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 60px; */
  padding-bottom: 60px;
  background-size: cover;
}

.hero-section.hero-2 {
  width: 100%;
  height: 90vh;
  /* min-height: 650px; */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-section.home {
  background-image: url("../images/home-header.webp");
}

.top-banner .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.top-banner .row {
  margin: 0 auto;
}

.top-banner .skills-tag {
  /* background-color: red; */
  margin-left: auto;
}

.top-banner .skills-tag p {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.top-banner .skills-tag p span {
  height: 5px;
  width: 5px;
  background-color: #ee7b11;
  border-radius: 50px;
  /* margin-right: 16px; */
}

.images-banner-center {
  position: absolute;
  width: 375px;
  left: 50%;
  top: 50%;
  transform: translate(-68%, -13%);
  z-index: 3;
  display: block;
}

.top-banner .skills-tag .title {
  /* width: 90%; */
  /* font-size: 95px; */
  text-transform: capitalize;
}

.top-banner .title h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}

.top-banner .sub-title .tag-list p {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

.top-banner .sub-title .tag-list p i {
  color: #ee7b11;
  font-size: 20px;
}

.page-heading-banner {
  width: 100%;
  height: 250px;
  background: url("../images/about-banner.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  /* padding-top: 50px; */
}

.page-heading-banner .content {
  text-transform: uppercase;
  width: 100%;
  /* background-color: #000; */
}

.page-heading-banner .content-1 {
  text-transform: uppercase;
  width: 100%;
  /* background-color: #000; */
}

.page-heading-banner h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}

.page-heading-banner h1 {
  font-size: 44px;
}

section {
  position: relative;
}

.about-section .matters {
  background-color: #f5f8fe;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

.about-section .matters .container .card {
  width: 200px;
  background-color: #f5f8fe;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.about-section .matters .container .card img {
  width: 100%;
  margin-top: -90px;
}

.about-section .matters h1 span {
  color: #e97812;
  font-size: 44px;
}

.about-section .matters p {
  font-size: 14px;
  /* padding: 50px 0; */
  color: #313554;
  text-align: justify;
}

.about-section .matters p span {
  font-size: 24px;
  color: #e97812;

}

.about-section .about-type {
  padding: 5rem 0;
}

.about-section .about-type .title {
  margin: 20px 0;
}

.about-section .about-type .title span {
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-section .about-type h2 {
  position: relative;
  font-weight: bold;
}

.about-section .about-type p {
  margin: 5px 0px;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}

.about-section .about-type .features {
  display: flex;
}

.about-section .about-type .features .feature {
  margin-right: 50px;
}

.about-section .about-type .features .feature ul li {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  /* padding: 5px; */
}

.about-section .about-type .features .feature ul li i {
  height: 25px;
  width: 25px;
  background-color: #e97812;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}

.about-section .about-type .social-media .main-btn {
  border: 1px solid #1f718f;
  padding: 8px 19px;
  border-radius: 50px;
  background-color: #1f718f;
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}

.about-section .about-type .social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-section .about-type .social-media .main-btn:hover {
  background-color: #fff;
  border: 1px solid #1f718f;
  color: #1f718f;
}

.about-section .about-type .social-media a {
  color: #1f718f;
  border: 1px solid #1f718f;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 40px;
  border-radius: 50px;
  margin-left: 5px;
}

.h-service-head span {
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  margin-bottom: 15px;
  font-weight: 700;
}

.h-service-bg {
  background-image: url("../images/home-img/service-bg.webp");
  padding-top: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
  background-attachment: fixed;
}

.h-service-head {
  text-align: center;
}

.home-s-item {
  width: 100%;
  margin: 0px auto;
  margin-top: 20px;
}

.h-service-img img {
  width: -webkit-fill-available;
  border-radius: 10px;
  cursor: pointer;
}

.h-service-img {
  position: relative;
}

.h-service-img .case-img {
  position: relative;
  filter: drop-shadow(0px 9px 13px #00000055);
}

.service-content {
  position: absolute;
  padding: 15px;
  color: white;
  width: 100%;
  bottom: 0;
  transition: all 0.3s ease;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 30%) 30%,
    rgb(0 0 0) 99%
  );
  border-radius: 15px;
  cursor: pointer;
}

.service-content h3 {
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.service-content h3 i {
  margin-left: 20px;
  right: 15px;
  display: block;
  position: absolute;
  top: 3px;
}

.service-content p {
  display: none;
  transition: all 0.3s ease;
  font-size: 12px;
}

.h-service-img:hover p {
  display: block;
  transition: all 0.3s ease;
}

.why-choose-bg {
  background-image: url("../images/home-img/choose.webp");
  padding-top: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 35px;
  /* background-position-y: 65px; */
  background-attachment: fixed;
  z-index: 0;
}

.chooseus-head span {
  border: 1px solid #ced7df;
  border-radius: 50px;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-choose-bg .choose-main-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
  width: 95%;
  padding: 10px;
  padding-right: 70px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.why-choose-bg .choose-main-card .choose-icon{
  min-width: 65px;
}

.choose-main-card:hover {
  background-color: #0d162299;
  transition: all 0.3s ease;
}

.choose-main-card .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  margin-top: 15px;
  text-decoration: none;
}

.choose-main-card .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 100%;
  transform: translate(-50%, -45%);
  background-color: #fff;
  height: 45px;
  width: 45px;
  display: none;
  border-radius: 50px;
  text-decoration: none;
}

.choose-main-card:hover .icon a {
  display: block;
  text-decoration: none;
}

.choose-containt {
  color: white;
}

.choose-containt h2 {
  color: white;
  font-size: 24px;
  margin-top: 15px;
}

.choose-containt p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.choose-ytub {
  position: relative;
  margin-top: 25px;
  text-align: center;
}

.choose-ytub video {
  width: -webkit-fill-available;
  min-height: 250px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.on-text {
  position: absolute;
  bottom: 198px;
  left: -3px;
  background: #295972;
  padding: 9px 11px 0px 0px;
  border-radius: 6px;
}

.on-text p {
  text-align: center;
  margin-left: 15px;
  color: white;
}

.choose-ytub .btn {
  background: #ee7b11;
  border: 1px solid #ee7b11;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}

.choose-ytub .btn:hover {
  color: #ee7b11;
  border: 1px solid #ee7b11;
  background-color: #fff;
}

.testimonial-bg {
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
}


.testimonial-img{
  float: left;
}
.testmonial-head {
  text-align: center;
  margin-bottom: 15px;
}

.checked {
  color: orange;
}

.testimonials-s {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

.testimonials-item {
  width: 100%;
  margin: 0px auto;
  /* margin-top: 50px; */
}

.testimonial-contnt {
  margin-left: 58px;
  width: 57%;
  display: block;
  position: relative;
}

.slick-slide img {
  display: inline-block;
  border-radius: 15px;
}

.testimonial-contnt h3 {
  display: inline-block;
}
.testimonial-contnt p {
  text-align: justify;
}

.hconnet-bg {
  background: #1f718f;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/bg-pattern.webp");
  background-attachment: fixed;
  overflow: hidden;
}

.lets-connect {
  color: white;
  text-align: center;
}

.lets-connect h2 {
  font-weight: bold;
}

.lets-connect p{
  text-align: center !important;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}


.hconnet-bg .social-media a {
  color: #000 !important;
  font-size: 18px;
  background-color: #fff;
}

.social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  /* font-size: 18px; */
  /* color: #000 !important; */
  /* background-color: #fff; */
  text-decoration: none !important;
  list-style: none;
  margin: 5px;
}

.social-media.contact a {
  /* display: flex; */
  display: block;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  font-size: 18px;
  color: #000 !important;
  background-color: #fff;
  text-decoration: none !important;
  list-style: none;
  margin: 5px;
}

.social-media a.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  font-size: 18px;
  color: #000 !important;
  background-color: #fff;
  text-decoration: none !important;
  list-style: none;
}

.social-media .youtube:hover {
  color: red !important;
}

.social-media .link:hover {
  color: #0b65c2 !important;
}

.social-media .insta:hover {
  color: rgb(255, 84, 58) !important;
}

.social-media .twitter:hover {
  color: #000 !important;
}

.social-media .facebook:hover {
  color: #0765ff !important;
}

.whatsap-img {
  text-align: center !important;
  color: white;
}

.whatsap-img img {
  width: 85px;
}

.whatsap-img a.btn {
  background: white;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
  color: #313554;
  margin-left: auto;
  margin-right: auto;
  /* display: flex; */
  /* margin-top: 34px; */
}

.whatsap-img a.btn:hover {
  background-color: #313554;
  border: 1px solid #025171;
  color: #fff;
}

.show-bg {
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
}

.showcase-head span {
  border: 1px solid #ced7df;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 10px;
}

.showcase-contnt p {
  margin-top: 23px;
  text-align: justify;
}

.show-case-img img {
  width: -webkit-fill-available;
}
.show-case-item .img-mobile {
  width: 135px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.show-case-item .slick-slide {
  display: block;
  padding: 20px;
}

.soft-menu {
  margin: 15px 0;
}

.soft-menu a {
  color: black;
  text-decoration: none;
}

.soft-menu .ative-home {
  font-weight: bold;
}

.heading-divider {
  margin: 10px 0;
  font-size: 0;
  line-height: 1;
}

.heading-divider:before {
  background-color: #e67725;
}

.heading-divider:before {
  display: inline-block;
  content: "";
  width: 66px;
  height: 3px;
}

.about-us-head {
  margin-top: 80px;
}

.about-us-head span {
  border: 1px solid #ced7df;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-us-contn {
  margin: 23px 0px;
}
.about-us-contn p{
  text-align: justify;
}

.about-us-img {
  position: relative;
}

.about-us-img img {
  width: -webkit-fill-available;
}

.bg-about {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.bg-ex {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.ex-img img {
  width: 100%;
}

/* .exprience-head {
  margin-top: 15px;
} */

.exprience-contnt {
  margin-top: 18px;
  margin-bottom: 44px;
}

.exprience-contnt p{
  text-align: justify;
}

.bg-collaboration {
  background-image: url("../images/about-img/collaboration.webp");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position-y: 65px; */
  background-attachment: fixed;
  padding: 5rem 0;
}

.collaboration-head {
  color: white;
  /* margin-top: 100px; */
}

.collaboration-contnt {
  margin-top: 18px;
  color: white;
  /* margin-bottom: 140px; */
}
.collaboration-contnt p{
  text-align: justify;
}

.bg-founder {
  background-image: url("../images/about-img/founder-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.social-soft {
  justify-content: start;
  display: flex;
}

.social-soft .social-icon {
  color: white;
  border: 1px solid white;
  /* padding: 10px; */
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 40px;
  border-radius: 50px;
  margin-left: 5px;
}

.social-soft .main-btn:hover {
  background-color: transparent;
  background-color: white;
  color: #313554;
}

.bg-founder .social-media a.facebook:hover {
  color: #0b65c2 !important;
}

.bg-founder .social-media a.twitter:hover {
  color: #000 !important;
}

.bg-founder .social-media a.instagram:hover {
  color: rgb(255, 84, 58) !important;
}

.bg-founder .social-media a.linkedin:hover {
  color: #2959a5 !important;
}

.bg-founder .social-media a.youtube:hover {
  color: #ff0707 !important;
}

.social-soft .main-btn {
  border: none;
  padding: 8px 19px;
  border-radius: 50px;
  /* background-color: #313554; */
  color: #fff;
  font-size: 16px;
}

.founder-section img {
  width: -webkit-fill-available;
  margin: -25px 0px 1px 0px;
}

.main {
  position: relative;
  /* text-align: center; */
}

.founder-content {
  position: absolute;
  top: 50%;
  left:45%;
  transform: translate(-15%, -50%);
  color: white;
}

.founder-head {
  display: flex;
}

.founder-head p {
  border: 1px solid #588ea8;
  border-radius: 17px;
  align-items: center;
  display: flex;
  /* margin-left: 33px; */
  margin: 13px -151px 15px 19px;
  padding: 0px 16px 0px 16px;
}

.all-btn button {
  background: #ea7b26;
  border: none;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
  color: white;
  /* margin-left: auto; */
  margin-right: auto;
  display: flex;
  margin-top: 80px;
}

.founder-section {
  background-image: url("../images/about-img/abt-f-img.webp");
  /* min-height: 350px; */
  display: block;
  position: relative;
  border-radius: 10px;
  background-size: 100%;
}

.profile-img {
  width: 33%;
  margin-left: 25px;
}

.all-btn {
  display: flex;
}

.industry-head span {
  border: 1px solid #ced7df;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  font-weight: bold;
  margin-bottom: 10px;
}

.industry-head p {
}

.indus-bg {
  background-color: #f0f2ff;
  padding: 4rem 0;
}

.industry-head {
  text-align: center;
  margin-bottom: 15px;
}

.bg-tech {
  background-image: url("../images/squre-bg-dotted.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 5rem 0;
}

.padding {
  padding: 5rem;
}

.items {
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
}

.abt-items {
  width: 100%;
  margin: 0px auto;
  margin-top: 30px;
}

.slick-slide {
  margin: 10px;
}

.media iframe,
.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-content:before {
  content: "";
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px);
}

.circle .media-content:before {
  width: 40%;
  left: 30%;
}

.indus-content {
  gap: 12px;
  min-height: 150px;
  overflow: auto;
  display: flex;
  background: white;
  border-radius: 14px;
  margin-bottom: 15px;
  padding: 10px 5px 25px 75px;
  transition: all 0.3s ease;
  position: relative;
}

.indus-content:hover,
.indus-content:focus {
  background: #265271;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px #00000040;
}

.indus-solution-icon {
  width: 60px;
  margin-left: 5px;
  height: 60px;
  display: block;
  position: absolute;
  left: 3px;
}

.indus-solution-icon img {
  margin: 0 auto;
  width: 60px;
}

.indus-content h3 {
  font-size: 20px;
  font-weight: bold;
}

.indus-content p {
  font-size: 13px !important;
  min-height: 80px;
  overflow: auto;
  margin: 0;
  padding-right:10px ;
  text-align: left !important;
}

.slick-next:before {
  content: url("../images/about-img/right-aerrow.webp") !important;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  margin-top: -13px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  /* margin-left: -23px; */
  align-items: center;
  justify-content: center;
}

.slick-prev:before {
  content: url("../images/about-img/left.webp") !important;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  margin-top: -13px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-left: -25px;
  align-items: center;
  justify-content: center;
}

.slick-dots li button:before {
  font-size: 18px !important;
}

.abt-tech-head span {
  border: 1px solid #ced7df;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  font-weight: bold;
  margin-bottom: 10px;
}

.abt-tech-head {
  text-align: center;
}

.abt-blog-img {
  position: relative;
}

.abt-blog-img img {
  width: -webkit-fill-available;
  border-radius: 15px;
}

.abt-blog-img p {
  width: 80%;
}

.blog-content {
  position: absolute;
  bottom: 8px;
  color: white;
  left: 15px;
  text-shadow: 2px 2px 5px #082e45;
}

.bg-call {
    /* background: url(../images/image-20240329-065908.png), #f0f2ff; */
    background: linear-gradient(to right, rgb(16 97 127 / 55%), rgb(37 72 94 / 0%)), url("../images/image-20240329-065908.webp") no-repeat top center;
    padding: 8rem 0;
    background-size: cover;
}

.call-back-head {
  /* margin-top: 50px; */
}
.call-back-head h1 {
  color: #fff;
}

.call-back-head img {
  width: 70px;
  position: absolute;
  left: 2%;
  bottom: 66px;
  border-radius: 5px;
}

.call-back-img img {
  width: 100%;
  margin-top: -18px;
}

.call-back-head button {
  font-size: 20px;
  border: none;
  background: #36718f;
  color: white;
  border-radius: 4px;
  padding: 5px 10px;
  /* margin: 0px 0 0 70px; */
  height: 50px;
  position: relative;
}

.custom-icon.phone {
  width: 74px;
  height: 70px;
  display: block;
  /* background-image: url("../images/phone-clock-icon.png"); */
  position: absolute;
  left: -70px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  top: 0px;
}

/* footer */
footer {
  background-color: #052733;
  background-image: url("../images/footer-bg-map.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .container .about-footer {
  padding: 50px 0 0;
}

footer .container .contact li i {
  color: #e97812;
  margin-right: 2px;
}

footer .container .social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* footer .container .social-media i {
    background-color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    margin-left: 22px;
    align-items: center;
    border-radius: 50px;
} */

footer .container .social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 20px;
  color: #000 !important;
  background-color: #fff;
  text-decoration: none;
}

footer .container .social-media a:nth-child(5):hover {
  color: red !important;
}

footer .container .social-media a:nth-child(4):hover {
  color: #0b65c2 !important;
}

footer .container .social-media a:nth-child(3):hover {
  color: rgb(255, 84, 58) !important;
}

footer .container .social-media a:nth-child(2):hover {
  color: #000 !important;
}

footer .container .social-media a:nth-child(1):hover {
  color: #0765ff !important;
}

footer .container .about-footer ul .about {
  color: white;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 16px;
}

footer .container .about-footer ul {
  margin-left: 0;
  padding-left: 0;
}

footer .container .about-footer ul li {
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  margin-left: 15px;
}

footer .container .about-footer ul li a:hover {
  cursor: pointer;
  color: #e97812  ;
}

footer i.fa-solid {
  margin-bottom: 15px;
  position: absolute;
  left: -15px;
  top: 5px;
}

footer .container .about-footer ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 1px 0;
  margin-bottom: 13px;
  line-height: normal;
}

.copy-right .row {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-top: 1px solid #113948;
}

.copy-right .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.copy-right .left p {
  font-size: 14px;
  margin: 0;
}

.copy-right .right {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.copy-right .container .right a {
  text-decoration: none;
  padding: 0 15px;
  /* font-size: 12px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #113948;
  color: #fff;
}

.copy-right .container .right a:last-child {
  border: none;
}

.front-end label {
  margin-bottom: 0 !important;
}

.unleashing-head {
  /* margin-top: 70px; */
  text-align: center;
  margin-bottom: 35px;
}
.unleashing-section {
  padding: 5rem 0;
}

.unleashing-head span {
  border: 1px solid #ced7df;
  border-radius: 22px;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  color: #1f718f;
  font-weight: bold;
  margin-bottom: 10px;
}

.programme_list {
  border: 1px solid #eaeaea;
  padding: 10px;
  border-top: 0;
  border-left: 0;
  /* margin-top: 35px; */
}

.programme_list a{
  color: #313554;
  text-decoration: none;
}

.icon-img {
  display: flex;
  justify-content: center;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
}

.icon-content {
  text-align: center;
  margin-top: 10px;
}

.develop-bg {
  background-image: url("../images/service-img/app-dev.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.develop-bg ul li span{
  font-size: 14px;
}

.head-contnt p {
  margin-top: 20px;
  text-align: justify;
}

.dev-head {
  margin-top: 70px;
}

.features {
  display: flex;
}

.feature {
  margin-right: 90px;
}

.feature ul li {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.feature ul li i.custom-icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: #6fbe6e;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.feature ul li i.custom-icon.android {
  background-image: url("../images/service-img/android-icon.webp");
}
.feature ul li i.custom-icon.android-watch {
  background-image: url("../images/service-img/android-watch-icon.webp");
}

.feature ul li i.custom-icon.apple {
  background-image: url("../images/service-img/apple-icon.webp");
}

.feature ul li i.custom-icon.apple-watch {
  background-image: url("../images/service-img/apple-watch-icon.webp");
}

.feature ul li p {
  font-size: 14px;
  font-weight: bold;
}

.sub-h {
  margin: 40px 0px;
}

.custom-bg {
  background-image: url("../images/service-img/custom-web.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  z-index: 1;
}

.custom-head {
  margin-top: 30px;
  color: white;
}

.custom-contnt p {
  color: white;
  margin-top: 22px;
  font-size: 18px;
}

.custom-bg .slick-dots li button:before {
  color: #fff;
}

@media screen and (max-width: 592px) {
  .custom-bg {
    background-image: url("../images/service-img/custom-web.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 35px;     */
  }

  .custom-head {
    margin: 15px 0;
    /* text-align: center; */
    /* margin-bottom: 35px; */
    color: white;
  }

  .custom-contnt p {
    color: white;
    margin-top: 12px;
  }

  .custom-contnt p br {
    display: none;
  }
}

.q-left-img img {
  width: -webkit-fill-available;
  margin-top: 27px;
  border-right: 1px dotted gray;
}

.q-right-img img {
  width: -webkit-fill-available;
  margin-top: 78px;
}

@media screen and (max-width: 592px) {

  .abt-tech-head p {
    margin-top: 0;
  }

  .abt-tech-head h1 {
    font-size: 28px;
  }

  .q-left-img img {
    /* width: -webkit-fill-available; */
    margin-top: 7px;
    border-right: none;
  }

  .q-right-img img {
    width: -webkit-fill-available;
    margin-top: 0px;
  }
}

.backend-bg {
  background-color: #e5f6fb;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.backend-header {
  margin-top: 55px;
}

.backend-header p {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: justify;
}

.backend-bg .container .skills {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}

.backend-bg .container .skills .card-logo {
  display: flex;
  margin-bottom: 6px;
}

.backend-bg .container .skills .card-logo .brand {
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 43px;
  width: 127.5px;
  border-radius: 9px;
  box-shadow: rgb(0 0 0 / 11%) 0px 4px 12px;
}

.backend-bg .container .skills .card-logo .brand img {
  padding: 3px;
  height: 35px;
  width: 35px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
}

.backend-bg .container .skills .card-logo img {
  height: 30px;
  width: 30px;
}

@media screen and (max-width: 592px) {
  .backend-header {
    margin-top: 25px;
  }

  .backend-header h1 {
    font-size: 21px;
    font-weight: 900;
  }

  .backend-header p {
    font-size: 16px;
    margin-top: 16px;
  }

  .skills {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.apiDev {
  background: url("../images/service-img/api-bg.webp");
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 0;
  min-height: 500px;
}

.apiDev .container .api {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: right;
}

.apiDev .container .api-container {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 35px;
  align-items: center;
}

.apiDev .container .api-container .rest {
  background-color: #fff;
  height: 150px;
  width: 140px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  scale: 0.9;
}

.apiDev .container .api-container .rest img {
  height: 90px;
  width: 90px;
  border-radius: 50px;
  /* padding: 20px; */
  background-color: #b3ebff;
}

.apiDev .container .api-container .rest h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.apiDev .container .api-archi {
  background-color: #005270;
  margin-top: 40px;
  margin-left: 40px;
  padding: 18px;
  border-radius: 10px;
  color: #fff;
  width: 82%;
  flex-wrap: wrap;
}

.apiDev .container .api-archi h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.apiDev .container .api-archi .api-key {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.apiDev .container .api-archi .api-key .key-right {
  margin-right: 20px;
}

.apiDev .container .api-archi .api-key .key {
  font-size: 14px;
  font-weight: 600;
  /* background-color: red; */
}

.apiDev .container .api-archi .api-key .key i {
  margin-right: 10px;
  font-size: 24px;
  color: #ee7b11;
}

.apiDev .container .api-content {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  /* margin-bottom: 90px; */
  width: 50%;
}

.apiDev .container .api-content .title {
  width: 100%;
}

.apiDev .container .api-content .title h1 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
}

.apiDev .container .api-content .sub-title {
  margin: 20px 0;
}

.apiDev .container .api-content .sub-title p {
  font-size: 16px;
  text-align: justify;
}

.apiDev .container .api-content .main-btn button {
  background-color: #ee7b11;
  border: 1px solid #ee7b11;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
}

.apiDev .container .api-content .main-btn button:hover {
  background-color: transparent;
  border: 1px solid #ee7b11;
  color: #ee7b11;
}

@media screen and (max-width: 592px) {
  .apiDev {
    background: url("../images/service-img/bg-pattern.webp");
    background-size: cover;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    width: 100%;
    padding: 5rem 0;
    min-height: 500px;
  }

  .apiDev .container .api-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* flex-direction: column; */
    margin-bottom: 10px;
    width: 100%;
  }

  .apiDev .container .api-container .rest {
    height: 110px;
    width: 110px;

    background-color: #fff;
    /* height: 150px;
        width: 140px; */
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }

  .apiDev .container .api-container .rest img {
    height: 55px;
    width: 55px;
    /* border-radius: 50px; */
    padding: 1px;
    background-color: none;
  }

  .apiDev .container .api-container .rest h6 {
    font-size: 12px;
    text-transform: uppercase;
  }

  .apiDev .container .api-archi {
    background-color: #005270;
    margin-top: 10px;
    margin-left: 0px;
    padding: 18px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    flex-wrap: wrap;
  }

  .apiDev .container .api-archi h4 {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 30px; */
  }

  .apiDev .container .api-archi .api-key .key-right {
    margin-right: 0px;
  }

  .apiDev .container .api-archi .api-key .key {
    font-size: 16px;
    font-weight: 600;
    /* background-color: red; */
  }

  .apiDev .container .api-archi .api-key .key i {
    margin-right: 5px;
    font-size: 19px;
    color: #ee7b11;
  }

  .apiDev .container .api-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 90px;
    width: 100%;
  }

  .apiDev .container .api-content .title h1 {
    /* width: 100%; */
    margin-top: 20px;
    font-size: 25px;
    /* font-weight: 700; */
    color: #fff;
    text-align: center;
  }

  .apiDev .container .api-content .sub-title {
    margin: 10px 0;
    /* color: #fff; */
  }

  .apiDev .container .api-content .sub-title p {
    font-size: 14px;
  }

  .apiDev .container .api-content .main-btn {
    margin: 0 auto;
  }
}

/*============== End Api Development ========= */

/* ======== Start MVP Devlopment ======== */
.mvpDev {
  background: url("../images/service-img/mvp.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 5rem 0;
}

.mvpDev .container .mvp-content .title h1 {
  margin: 20px 0 20px;
  font-weight: 700;
}

.mvpDev .container .paragraph {
  width: 81%;
}

.mvpDev .container .paragraph p {
  font-size: 14px;
  text-align: justify;
}

.mvpDev .container .key-compo .title {
  margin: 10px 0 0;
}

.mvpDev .container .key-compo .title h4 {
  font-size: 24px;
  font-weight: 600;
}

.mvpDev .container .key-compo .keys {
  display: flex;
  width: 68%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 230px;
}

.mvpDev .container .key-compo .keys .key {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 0;
}

.mvpDev .container .key-compo .keys .key img {
  height: 70px;
  width: 70px;
  margin: 20px 0;
}

.mvpDev .container .key-compo .keys .key h6 {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 592px) {
  .mvpDev .container .paragraph {
    width: 100%;
  }
}

.quote {
  /* background-color: rgb(254, 51, 51); */
  width: 100%;
  /* height: 40%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  border-bottom-style: dashed;
  /* margin-bottom: 100px; */
  padding: 5rem 0;
}

.quote .container .left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.quote .container .left .title h1 {
  font-weight: 600;
  /* font-size: 45px; */
}

.quote .container .left .sub-title h5 {
  font-size: 20px;
}

.quote .container .left .social-icon {
  gap: 15px;
  display: flex;
}

.quote .container .left .social-icon i {
  height: 30px;
  width: 30px;
  font-size: 18px;
  padding: 25px;
  border-radius: 50px;
  background-color: #d7f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.quote .container .left .social-icon i:nth-child(1):hover {
  color: #0b65c2;
}

.quote .container .left .social-icon i:nth-child(2):hover {
  color: #000;
}

.quote .container .left .social-icon i:nth-child(3):hover {
  color: red;
}

.quote .container .left .social-icon i:nth-child(4):hover {
  color: #0b65c2;
}

.quote .container .left .social-icon i:nth-child(5):hover {
  color: red;
}

.quote .container .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.quote .container .right img {
  height: 90px;
  width: 90px;
}

.quote .container .right h3 {
  font-size: 25px;
}

.quote .container .right h3 span {
  font-weight: 500;
}

.quote .container .right button {
  background-color: #ee7b11;
  border: 1px solid #ee7b11;
  color: #fff;
  padding: 6px 25px;
  border-radius: 50px;
}

.quote .container .right button:hover {
  background-color: transparent;
  color: #ee7b11;
  border: 1px solid #ee7b11;
}

@media screen and (max-width: 592px) {
  .quote .container .left .title h1 {
    font-size: 35px;
  }

  .quote .container .left .sub-title h5 {
    font-size: 18px;
  }
}

/* =========== End Quote ========== */

/* ====== start SEO section ====== */
.seo {
 padding: 5rem 0;
}
.seo .title h1 {
  text-align: center;
  margin-bottom: 35px;
}

.seo .container .row {
  height: 89%;
}

.seo .container .left,
.right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.seo .container .image img {
  width: 100%;
}

.seo .container .sub-title p {
  font-size: 14px;
  margin: 20px 0;
}

@media screen and (max-width: 592px) {
  .seo .title h1 {
    margin: 20px 0;
    font-size: 25px;
  }

}

.devOps {
  background-color: rgb(221, 250, 255);
  padding: 3rem 0;
}

.devOps .container {
  width: 95%;
}

.devOps .container .title h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 10px 0 15px;
}

.devOps .container .left {
  text-align: center;
}

.devOps .container img {
  width: 100%;
}

.devOps .container .sub-title {
  font-size: 14px;
  text-align: justify;
}

@media screen and (max-width: 592px) {
  .devOps .container .title h1 {
    padding: 20px 0 0;
  }

  .devOps .container .sub-title {
    /* text-align: left; */
    /* padding: 0 10px; */
  }
}

.arDev {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}

.arDev .row {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 70px 0; */
}

.arDev .title h1 {
  font-weight: 700;
}

.arDev .sub-title p {
  font-size: 14px;
  margin: 10px 0;
  text-align: justify;
}

.arDev img {
  /* width: 100%; */
}

.arDev .container .benifits {
  margin: 0 0 50px;
}

.arDev .container .benifits .heading h4 {
  font-weight: 600;
}

.arDev .container .benifits .bottom-img {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 592px) {

  .arDev .title h1 {
    font-size: 33px;
  }

  .arDev .sub-title p {
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
  }

  .arDev .container .benifits .bottom-img img {
    text-align: center;
    width: 100%;
  }
}

.benifits {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0 5rem 0;
}



.benifits img{
  width: 80%;
  margin: 0 auto;
  display: block;
}


.arServ {
  background: url("../images/service-img/service-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 45vh; */
  width: 100%;
  background-position: right;
  /* margin-bottom: 100px; */
  padding: 5rem 0;
}

.arServ .headline h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}

.arServ .tag-line h5 {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}

.arServ .tag-line h5 span {
  font-size: 22px;
  font-weight: 700;
}

.arServ .tag {
  /* text-align: center; */
  margin: 40px 0 0;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.arServ .tag img {
  width: 70px;
  position: absolute;
  top: 25;
  left: 25;
  transform: translate(-100%, 0%);
}

.arServ .tag a {
  text-decoration: none;
  list-style: none;
  background-color: rgb(93, 196, 93);
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 41px;
  border-radius: 0 50px 50px 0;
  padding: 1px 1px 1px 30px;
  width: 45% !important;
  line-height: 1.2;
}

.arServ .tag a span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.iotDev {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}

.iotDev .container .image img {
  max-width: 100%;
}

.iotDev .container .title {
  /* background-color: red; */
  width: 80%;
  margin-bottom:15px;
}
.iotDev p{
  text-align: justify;
}

.iotDev .container .title h1 {
  /* font-size: 45px; */
}

@media screen and (max-width: 592px) {
  .iotDev {
    margin: 0;
  }

  .iotDev .container .title {
    margin: 0 0 20px;
  }

  .iotDev .container .title h1 {
    font-size: 33px;
  }
}

.staff {
  background-color: #cff1fb;
  padding: 5rem 0;
}

.staff .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff .container .sub-title {
  width: 80%;
  font-weight: 800;
  margin-bottom: 15px;
}

.staff .container .paragraph p {
  font-size: 14px;
  text-align: justify;
}

.staff .container .staff-key {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.staff .container .staff-key .key {
  font-size: 14px;
  display: flex;
  min-width: 45%;
}

.staff .container .staff-key .key span {
  color: #005270;
  padding: 9px;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  border: 4px solid rgb(202, 214, 213);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  margin-right: 5px;
}

.staff .container img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 592px) {
  .staff .container .title h1 {
    font-size: 38px;
    margin: 15px 0;
    /* font-family: 30px; */
  }

  .staff .container img {
    width: 100%;
  }

  .staff .container .sub-title {
    width: 100%;
  }
}

.security {
  padding: 5rem 0;
}

.security .container .image-sequre {
  width: 100%;
}

.security .container .title h1 {
  /* background-color: red; */
  margin-top: 10px;
  /* width: 90%; */
}

.security .container .sub-title p {
  font-size: 14px;
  /* margin: 50px 0; */
  text-align: justify;
}

.security .container .bottom-title h5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}
fv
.security .container .left div,
.security .container .right-key div {
  margin: 8px 0;
  font-size: 16px;
}

.security .container .left div i,
.security .container .right-key div i {
  font-size: 20px;
  color: #ee7b11;
  margin-right: 5px;
  margin-bottom:8px;
}

.programme_list .box-div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  /* min-height: 155px; */
  align-items: center;
  display: grid;
  transition: all 0.3s ease;
  margin: 3px 0;
}

.programme_list .box-div:hover {
  background-color: rgb(192 227 242 / 47%);
  scale: 1.04;
}

.programme_list .box-div p {
  margin-bottom: 0;
  text-align: center;
}

.integ-bg {
  background-image: url("../images/service-img/api-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.backend-header button {
  background: #ea7b26;
  border: none;
  border-radius: 20px;
  padding: 8px 30px 8px 30px;
  color: white;
  /* margin-left: auto;
    margin-right: auto; */
  display: flex;
  margin-top: 34px;
}

.about-section .matters .container .card img {
  width: 100%;
}

.about-section .about-type h1 {
  /* width: 62%; */
  position: relative;
  /* font-size: 47px; */
}


.about-section .about-type .sub-title {
  margin: 30px 0;
  font-size: 16px;
}

.about-section .about-type .cards {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.about-section .about-type .cards .card {
  /* height: 345px; */
  width: 350px;
  padding: 5px;
  border: none;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: grid;
  margin-bottom: 15px;
}

.about-section .about-type .cards .card .card-body img {
  /* height: 70px; */
  width: 50px;
}

.about-section .about-type .cards .card .card-body h5 {
  margin: 10px 0 20px;
  font-weight: 600;
}

.about-section .about-type .cards .card .card-body p {
  font-size: 16px;
  width: 100%;
}

.about-section .about-type .text-sec .main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.about-section .about-type .text-sec .main-btn a {
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #e97812;
  border: 1px solid #ee7b11;
  text-decoration: none ;
  color: #fff;
  font-size: 18px;
}

.about-section .about-type .text-sec .main-btn a:hover {
  color: #ee7b11;
  border: 1px solid #ee7b11;
  background-color: #fff;
}

.about-section .about-type .right {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about-section .about-type .right .card img {
  max-width: 380px;
}

.about-section .about-type .right .img-title a {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  display: block;
}

.about-section .about-type .right .img-title a i {
  color: #e97812;
  font-size: 22px;
  margin-left: 10px;
}

.front-end {
  width: 100%;
  height: 82%;
  background: url("../images/Technology/front-bg.webp");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
  padding: 5rem 0;
}

.front-end .title {
  color: #fff;
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  /* gap: 300px; */
  position: relative;
}


.about-section .about-type h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  transform: translateX(-10%);
  width: 60px;
  height: 4px;
  border-radius: 10px;
  margin-left: 5px;
  background-color: #e97812;
}

.front-end .title h1::after {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 4px;
  border-radius: 10px;
  margin-top: 55px;
  background-color: #e97812;
}

.front-end .title p {
  font-size: 18px;
  margin: 35px 0;
}

.front-end .nav-tabs {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 0;
}

.front-end .nav-tabs input[type="radio"] {
  display: none;
  position: absolute;
}

.front-end .nav-tabs li {
  float: left;
  display: block;
  box-sizing: border-box;
}

.front-end .nav-tabs label i {
  margin-right: 7px;
  font-size: 20px;
}

.front-end .nav-tabs label i::after {
  content: "";
  width: 50px;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  height: 100%;
  background: red;
  clip-path: polygon(0 0, 0 102%, 100% 0);
}

.front-end .nav-tabs .nav-link {
  background-color: #c9e3ea;
  display: inline-block;
  margin-right: 5px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  color: #000;
  margin-bottom: 0px;
}
.front-end .nav-tabs .nav-link.active {
  background-color: #fff;
}

.front-end .tab-content {
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
  /* border: 1px solid rgb(219, 219, 219); */
  padding: 25px;
  min-height: 200px;
}

.front-end .nav-tabs {
  border-bottom: none;
}


.front-end .nav-tabs [id^="tab"]:checked + label {
  background-color: #fff;
  color: #000;
}

.front-end .nav-tabs [id^="tab"]:checked ~ .tab-content {
  display: block;
  /* position: relative; */
}

.front-end .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  filter: drop-shadow(0px 15px 15px #00000070);
}




.backend-section {
  justify-content: center;
  align-items: center;
  position: initial;
  background-color: #f0f2ff;
    padding: 4rem 0;
}

.backend-section  .title {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  /* gap: 300px; */
  position: relative;
}


.backend-section .headline h1::after {
  content: "";
  position: absolute;
  /* bottom: 5px; */
  left: 50%;
  transform: translateX(-50%);
  width: 155px;
  height: 4px;
  border-radius: 10px;
  margin-top: 50px;
  background-color: #e97812;
}


.consult {
  background: url("../images/Technology/whats.webp");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  color: #fff;
  padding:3rem 0;
}

.consult .row {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.consult .bottom-content {
  margin: 20px 0;
}

.consult .hero-title {
  display: flex;
  justify-content: center;
}

.consult .hero-title h1 {
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
}

.consult .connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-top: 15px;
}

.consult .connect p {
  font-size: 23px;
}

.consult .content .social-icon {
  /* background-color: red; */
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.consult .content .social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 19px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.consult .content .social-icon a:nth-child(5):hover {
  color: red !important;
}

.consult .content .social-icon a:nth-child(4):hover {
  color: #0b65c2 !important;
}

.consult .content .social-icon a:nth-child(3):hover {
  color: rgb(255, 84, 58) !important;
}

.consult .content .social-icon a:nth-child(2):hover {
  color: #000 !important;
}

.consult .content .social-icon a:nth-child(1):hover {
  color: #0765ff !important;
}

.consult .connect img {
  height: 70px;
  width: 70px;
}

.consult .connect a button {
  padding: 10px 30px;
  color: #313554;
  background-color: #fff;
  border: none;
  border-radius: 50px;
}

.consult .connect a button:hover {
  background-color: #313554;
  border: 1px solid #025171;
  color: #fff;
}

.hero-title h1 {
  color: white;
  text-align: center;
}

.bg-database {
  background: #f0f2ff;
  padding: 5rem 0;
}

.software-testing {
  background-color: #005270;
  padding: 5rem 0;
}

.software-testing .title h1 {
  /* font-size: 47px; */
  position: relative;
}

.software-testing .title h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 47%;
  transform: translateX(-10%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  margin-left: 5px;
  background-color: #e97812;
}



.software-testing .title p {
  font-size: 19px;
  width: 95%;
  margin: 30px auto;
}

.software-testing .accordion li {
  /* padding: 10px;  */
  border-radius: 10px;
  list-style: none;
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.software-testing .accordion li label {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  margin: 0;
}

.software-testing .accordion {
  overflow-anchor: none;
  margin-bottom: 6px;
  padding: 0;
}

.software-testing .accordion li label img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.software-testing .accordion li label i {
  font-size: 25px;
  margin-left: auto;
}

.software-testing .accordion li label + input[type="radio"] {
  display: none;
}

.software-testing .accordion .content-a {
  padding: 0 10px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.software-testing .accordion .content-a p{
  padding: 10px;
  text-align: justify;
}

.software-testing
  .accordion
  li
  label
  + input[type="radio"]:checked
  + .content-a {
  max-height: 300px;
  border-top: 1px solid #e3e3e3;
}

.software-testing iframe {
  border-radius: 20px;
}

.hosting {
  padding: 5rem 0 8rem;
}

.hosting .headline h1::after {
  content: "";
  position: absolute;
  /* bottom: 5px; */
  left: 50%;
  transform: translateX(-50%);
  width: 155px;
  height: 4px;
  border-radius: 10px;
  margin-top: 50px;
  background-color: #e97812;
}

.hosting .headline p {
  font-size: 18px;
  /* width: 75%; */
  margin: 10px auto;
}

.hosting .hosting-wrapper {
  /* box-shadow: 0 0 0.565rem 0 rgb(0 0 0 / 5%); */
  background: #fff;
  margin: auto;
  border-radius: 0.625rem;
}

.hosting .hosting-wrapper .username {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  text-align: left;
}

.hosting .hosting-wrapper .username p {
  font-size: 18px;
  width: 90%;
  text-align: justify;
}

.hosting .hosting-wrapper .username .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hosting .hosting-wrapper .username .title img {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  padding: 10px;
  margin-right: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.hosting .hosting-wrapper img {
  width: 100%;
  margin: 1.25rem auto;
  object-fit: cover;
  background-color: #fff;
}

.hosting .hosting-wrapper span {
  color: gray;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1rem 0;
  display: block;
}

.hosting .hosting-wrapper p {
  color: gray;
  font-size: 0.875rem;
}

.hosting .carousel-indicators [data-bs-target] {
  background-color: #313554;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* height: 0.213rem; */
}

.hosting .carousel-control-next-icon,
.hosting .carousel-control-prev-icon {
  background-color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50px;
}

.hosting .carousel-indicators {
  bottom: -7rem;
}

.hosting .slider-icon {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}

.hosting .carousel-control-prev {
  left: -2.75rem;
}

.hosting .carousel-control-next {
  right: -2.75rem;
}

.skills-icon-bg {
  background: #f6f7ff;
}

.skills-item {
  width: 100%;
  margin: 0px auto;
  margin-top: 30px;
}

.skills-card {
  background: white;
  /* width: 120px; */
  border-radius: 5px;
  margin: 1px 45px 5px -31px;
  /* width: 140px !important; */
  /* height: 85px !important; */
}

.skills-card img {
  /* width: 250px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
}

.skills-item ul {
  display: none !important;
}

.address .container .row, .contact-type {
  padding: 3rem 0;
} 

.address .card {  
  height: 225px;
  /* width: 300px; */
  overflow: hidden;
  background-size: cover;
  background-size: contain;
  border: none;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.address .card .card-img-overlay {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-img-overlay h2 {
  font-size: 24px;
  margin-top: 15px;
}

.address .card .card-img-overlay img {
  height: 50px;
  /* width: 70px; */
}

.address .card .card-img-overlay p {
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  color: #5f6370;
}

.address .card .card-img-overlay a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 2px 0;
  font-size: 16px;
  color: #5f6370;
  color: #5f6370;
}

.address .card .card-img-overlay .social-icon {
  display: flex;
  justify-content: space-around;
  /* background-color: red; */
  /* font-size: 90px; */
}

.address .card .card-img-overlay .social-icon a:nth-child(5):hover {
  color: red;
}

.address .card .card-img-overlay .social-icon a:nth-child(4):hover {
  color: #0b65c2;
}

.address .card .card-img-overlay .social-icon a:nth-child(3):hover {
  color: rgb(255, 65, 18);
}

.address .card .card-img-overlay .social-icon a:nth-child(1):hover {
  color: #0b65c2;
}

.address .card .card-img-overlay .social-icon a i {
  font-size: 30px;
  background-color: #fff;
  padding: 5px;
}

.card.location {
  background-image: url("../images/location-icon.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 150px;
}

.card.phone {
  background-image: url("../images/phone-icon.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 150px;
}

.card.email {
  background-image: url("../images/email-icon.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 150px;
}

.contact-type {
  padding: 5rem 0;
}

.contact-type .title {
  margin: 30px 0;
}

.contact-type .title span {
  border: 1px solid #ced7df;
  color: #1f718f;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.contact-type .text-sec h1 {
  width: 65%;
  /* font-size: 47px; */
  position: relative;
}

.contact-type .text-sec h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 2%;
  transform: translateX(-10%);
  width: 100px;
  height: 4px;
  border-radius: 10px;
  margin-left: 5px;
  background-color: #e97812;
}

.contact-type .text-sec p {
  margin: 30px 0;
  width: 93%;
  line-height: 25px;
  font-size: 18px;
}

.contact-type .text-sec .features {
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  /* background-color: red; */
  width: 100%;
}

.contact-type .text-sec .features .feature {
  margin-right: 53px;
  margin-bottom: 30px;
}

.contact-type .text-sec .features .feature ul {
  /* background-color: red; */
  /* width: 16vw; */
}

.contact-type .text-sec .features .feature ul li {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  /* padding: 5px; */
  width: 100%;
  /* background-color: yellow; */
}

.contact-type .text-sec .features .feature ul li i {
  height: 25px;
  width: 25px;
  background-color: #e97812;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}

.contact-type .text-sec .social-media .main-btn {
  border: none;
  padding: 8px 19px;
  border-radius: 50px;
  background-color: #005270;
  color: #fff;
  font-size: 16px;
}

.contact-type .text-sec .social-media .main-btn:hover {
  color: #313554;
  background-color: #fff;
  border: 1px solid #005270;
}

.contact-type .text-sec .social-media .fa-brands {
  color: #313554;
  border: 1px solid #005270;
  /* padding: 10px; */
  height: 40px;
  width: 40px;
  font-size: 18px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
}

.contact-type .text-sec .social-media .fa-brands:hover {
  color: #fff;
  background-color: #313554;
  border: 1px solid #025171;
}

.contact-type form {
  padding: 40px;
  /* background-color: #313554; */
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.contact-type form .inputBoxs .form-title p {
  font-size: 14px;
}

.contact-type form .inputBoxs .top-fill {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-type form .inputBoxs .top-fill input {
  width: 48%;
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: none;
  background-color: #f4f5f7;
}

.contact-type input,
textarea {
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  border: none;
  background-color: #f4f5f7;
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f4f5f7;
  background-clip: padding-box;
  border: 1px solid #f4f5f7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-type form .inputBoxs .main-btn {
  display: flex;
  align-items: center;
}

.contact-type form .inputBoxs button {
  padding: 8px 72px;
  border: none;
  border-radius: 50px;
  /* background-color: #005270; */
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  margin: 0px 0 0 auto;
}

.contact-type form .inputBoxs button:hover {
  background-color: #fff;
  border: 1px solid #025171;
  color: #313554;
}


#scrollToTop {
  display: inline-block;
  background-color: #306782;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#scrollToTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
}

#scrollToTop:hover {
  cursor: pointer;
  background-color: #36718f;
  box-shadow: 1px 4px 15px #36718f;
}

#scrollToTop:active {
  background-color: #555;
}

#scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  margin-top: 15px;
  font-size: 18px;
  color: #6c767a;
  line-height: 1.5;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(196, 196, 196);
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #095c7c;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #082e45;
}

.border-right-1 {
  border-right: 2px solid #ffffff33;
}

.image-dotted-bottom-left::before {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url("../images/squre-dotted.png");
  position: absolute;
  bottom: 0;
}

.masked-image,
.masked-video {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  z-index: 2;
  text-align: center;
}

.masked-image img.tech {
  filter: none;
  mix-blend-mode: multiply;
}

.masked-image img,
.masked-video video {
  max-width: 100%;
  filter: drop-shadow(2px 4px 32px #00002545);
  border-radius: 10px;
}

.masked-image .dot,
.masked-video .dot {
  position: absolute;
  height: 100px;
  width: 100px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.content-area {
  align-items: center;
  display: grid;
}

.quality-testing-section {
  padding: 5rem 0;
}

.tab-area {
  position: absolute;
  left: 0;
}
.tab-area img {
  max-width: none;
}
.finance-section {
  padding: 5rem 0;
  background-image: url("../images/service-img/custom-web.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
}

.finance-section,
.about-us-head {
  margin-top: 70px;
}

.real-estate {
  padding: 5rem 0;
  background-image: url(../images/real-estate.webp);
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.real-estate p {
  margin-top: 5px;
}

.circle-white {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-color: #fff;
  outline: 25px solid #f5f5f535;
  position: relative;
  padding: 18% 10%;
  text-align: center;
}

.play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ee7b11;
  outline: 12px solid #ee7b1157;
  position: relative;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  padding: 15px;
  font-size: 20px;
  color: #fff;
}

/*---------- Video CSS Start -------*/
.fin_video {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
  background-color: #e5f7fb;
}

.fin_video_box {
  position: relative;
}

.fin_video_box {
  position: relative;
}
.fin_video_box_data h1 {
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}

.fin_video_box_data img {
  border-radius: 15px;
  margin-bottom: 15px;
  display: block;
  /* margin-top: 30px;   */
}
.fin_video_box p {
  text-transform: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ee7b11;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ee7b11;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ff000000;
  margin: 5px;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.fin_video_box_data a.fin_btn {
  color: #ffffff;
  background-color: #1f718f;
}

.crm-cms-service {
  padding: 5rem 0;
  background-color: #005270;
  min-height: 330px;
  z-index: 1;
  margin-bottom: 50px;
  color: #fff;
}

.laptop-area {
  margin: 0 auto;
  margin-bottom: -8rem;
}

.crm-cms-service p{
  text-align: justify;
}

.plus-icon-btn {
  width: 50px;
  height: 50px;
  background-image: url(../images/plus-icon-btn.png);
  background-color: #005270;
  border-radius: 50%;
  box-shadow: 0px 5px 10px #00000055;
  border: none;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

.lms-section {
  padding: 5rem 0;
  min-height: 330px;
  background-image: url(../images/bg-2354234434.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.custom-card {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.it-challenges {
  padding: 5rem 0;
  background-image: url(../images/it-background.webp);

  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 45vh; */
  width: 100%;
  background-position: right;
}

.it-challenges .content-it-area {
  width: 50%;
  margin: 0 auto;
  color: #fff;
}

.it-challenges .headline h1 {
  font-size: 32px;
  text-align: center;
}

.it-challenges .tag-line h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 5px;
}

.it-challenges .tag-line h5 span {
  font-size: 20px;
  font-weight: 700;
}

.it-challenges .tag {
  /* text-align: center; */
  margin: 40px 0 0;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.it-challenges .tag img {
  width: 70px;
  position: absolute;
  top: 25;
  left: 25;
  transform: translate(-100%, 0%);
}

.it-challenges .tag a {
  text-decoration: none;
  list-style: none;
  background-color: rgb(93, 196, 93);
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 44px;
  border-radius: 0 50px 50px 0;
  padding: 3px 18px 4px 51px;
  line-height: 1.2;
}

.it-challenges .tag a span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.social-media-section {
  padding: 5rem 0px;
  /* background-color: #e5f7fb; */
}

.social-media-section .caption {
  position: absolute;
  /* left: 90%; */
  width: 100%;
  background: #fff;
  height: 235px;
  top: 35px;
  bottom: 35px;
  margin: auto;
  box-shadow: 0 5px 24px 0 hsl(0deg 0% 0% / 8%);
  z-index: 99;
  border-left: 10px solid #1f718f;
  border-radius: 15px;
  padding: 25px 25px;
}

.social-media-section img {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
  text-align: center;
  display: block;
}

.fin_video.tablet {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg-tablet.png);
  background-position: right;
  background-repeat: no-repeat;
}

.fitness-app-section {
  padding: 5rem 0px !important;
  /* background-color: #e5f7fb; */
}

.fitness-app-section .caption {
  position: absolute;
  /* left: 90%; */
  width: 120%;
  background: #fff;
  /* height: 235px; */
  top: 50px;
  /* bottom: 35px; */
  margin: auto;
  box-shadow: 0 5px 24px 0 hsl(0deg 0% 0% / 8%);
  z-index: 99;
  border-left: 10px solid #1f718f;
  border-radius: 15px;
  padding: 25px 25px;
}

.fitness-app-section img {
  margin: 0 auto;
  max-width: 100%;
  /* width: 400px; */
  text-align: center;
  display: block;
  border-radius: 20px;
  margin-bottom: 15px;
}



.backend-content {
  gap: 12px;
  min-height: 150px;
  overflow: auto;
  display: flex;
  background: white;
  border-radius: 14px;
  margin-bottom: 15px;
  padding: 10px 5px 25px 100px;
  transition: all 0.3s ease;
  position: relative;
}

.backend-content:hover,
.backend-content:focus {
  background: #265271;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px #00000040;
}

.backend-content .indus-solution-icon {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  display: block;
  position: absolute;
  left: 3px;
}

.backend-content .indus-solution-icon img {
  margin: 0 auto;
  width: 80px;
  border-radius: 10px;
}

.backend-content h3 {
  font-size: 20px;
  font-weight: bold;
}

.backend-content p {
  font-size: 13px !important;
  min-height: 80px;
  overflow: auto;
  margin: 0;
  padding-right:10px ;
  text-align: left !important;
}

.image-border{
border: 8px solid rgb(240, 243, 255);
border-radius: 15px !important;
}

.cookies-section{
  background-color: #005270;
  padding: 1.5rem 0 1rem 0;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999999;
  box-shadow: 0px -6px 10px #00000024;
}

.cookies-text-area{
  display: flex;

}
.cookies-text-area a{
  color: #fff;
  text-decoration: underline;
}
.cookies-icon{
  margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
}

.cookies-icon img{
  display: block;
    width: 50px;
    /* height: 50px; */
}

.btn-group-cookies {
  display: block;
  text-align: center;
}



/*--------------- case studies css -----------------*/

.page-heading-black, .exoticexotic-heading-image {
  color: #fff;
  /* background: rgb(8 46 69); */
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 480px;
  background: url(../images/case_study/exotic-head-bg.jpg) center center / cover no-repeat rgb(8 46 69);
}



.page-heading-black:before, 
.laundry-heading-image:before  {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 39, .8);
  z-index: 0;
}


.laundry-heading-image {
  background: url(../images/pexels-photo-4700383.webp) center center / cover no-repeat rgb(8 46 69);
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}



.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-2e13edd {
  margin: 0 auto;
  position: relative;
}
.elementor-widget-wrap.elementor-element-populated {
  margin: 0 auto;
}

.elementor-widget-container {
  /* transform: translate(17%, 10px); */
  margin: 0 auto;
  display: block;
}

.page-heading-black h1 {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 25px !important;
}

.page-heading-black p {
  font-size: 20px;
  max-width: 650px;
}

.page-heading-black h1 strong {
  font-weight: inherit;
  position: relative;
}

.page-heading-black .arrow-down {
  left: -20px;
  top: 125px;
}

.page-heading-black h1 strong::after {
  content: "";
  height: 2px;
  background: #f47521;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 3px;
}

.arrow-down .arrow-down-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  animation-name: down-animation;
  animation-timing-function: cubic-bezier(.8,0,.2,1);
  animation-iteration-count: infinite;
  animation-duration: 4s;
  color: #fff;
}

.arrow-down .second-svg {
  top: 0;
  margin-top: -23px;
}
.arrow-down {
  width: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

@keyframes down-animation{
  0% {
    transform:translateX(0)
  }
  20% {
    transform: translateY(53px)
  }
  to {
    transform: translateY(53px)
  }
}
.arrow-down{
  position: absolute;
  left: -30px;
  top: 200px;
}

.page-id-26, .portfolio-list, .portfolio-details-list {
  background: #e4f8fc;
  padding: 5rem 0;
}


.portfolio-details-list .container .row{
  padding: 2rem 0;
}

.work-filter {
  list-style-type: none;
  /* padding: 0; */
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px){

  .work-filter {
    list-style-type: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
}

.page-id-26, .portfolio-list {
  background: #f3f3f3;
  padding: 3rem 0;
}
.page-heading-black{
  padding: 5rem 0;
}

}

@media screen and (min-width: 992px){

  .work-filter {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 50px;
}
}

.work-filter li {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 38px;
  color: #434343;
  padding: 5px;
}

.work-filter li.current {
  font-weight: 600;
  color: #fff;
  border: 1px solid #003244;
  background-color: #005270;
  min-width: 80px;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
}

.work-item {
  margin-bottom: 60px;
  background: #fff;
}

.work-item>.row {
  margin: 0;
}
.work-item>.row>div {
  padding: 0;
}

.work-item .work-item-description {
  position: relative;
  padding: 50px 50px 50px 50px;
  height: 100%;
  overflow: hidden;
} 

.work-item .work-item-description .work-category {
  position: relative;
}

.work-item .work-item-description .work-category::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 475px;
  height: 2px;
  background: #e87811;
  top: 10px;
}

.work-item .work-item-description .work-category span {
  text-transform: uppercase;
  background: #fff;
  position: relative;
  padding: 0 12px 0 0;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  color: #015275;
}

.work-item .work-details-wrap {
  padding-left: 0px;
} 

.work-item .work-item-description .work-title {
  margin-top: 20px;
}

.work-item .work-item-description .work-title h3{
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}

.work-item .work-item-description .work-data {
  padding-top: 10px;
  padding-bottom: 10px;
  /* border-top: 1px solid rgba(112, 112, 112, .25); */
}
.work-item .work-item-description .work-data .row {
  justify-content: space-between;
}

.work-item .work-item-description .work-data h5 {
  font-size: 16px;
  padding-top: 0;
  margin-bottom: 10px;
  color: #005270;
  font-weight: bold;
}

.work-item .work-item-description .work-data p {
  font-size: 15px;
  margin-bottom: 0;
}

/* .work-item .work-item-description a {
  font-size: 18px;
  padding-bottom: 5px;
} */

.work-item .work-item-img {
  overflow: hidden;
  height: 100%;
}

.work-item .work-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease-in-out .4s;
}

.work-item .work-item-img img:hover {
  transform: scale(1.07);
}

.work-item .work-item-description .work-details-wrap p a{
   display: inline;
   margin-right: 5px;
   color: #005270; 
}
.image-group{
  display: inline-block;
}

.image-group img{
  width: 90px;
  /* float: left; */
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  height: 52px;
  vertical-align: middle;
}
.core-features{
  margin: 0;
  padding: 0;
}

.core-features li{
  min-width: 150px;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-color: #ee7b11;
  list-style: decimal-leading-zero;
  text-align: center;
  vertical-align: middle;
  /* min-height: 50px; */
  padding: 18px 10px;
  margin-bottom: 15px;
}

.core-feature-section{
  background-color: #082e45;
  padding: 45px;
  border-radius: 15px;
  color: #fff;
  background-image: url(../images/about-banner.jpg);
  background-size: cover;
}
.card-sidebar{
  padding: 15px;
  background-color: #cbecf3;
}

.card-sidebar h3 {
  background-color: #005270;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.case-result{
  padding: 5rem 0;
}

.case-challanges{
  padding: 5rem 0;
  background-image: url(../images/home-header.webp);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}