:root {
  --font: calibri;
  --size-pri: 1px;
  --size-sec: 100px;
  --main-clr: #105e9b;
  --white: #fff;
}

.text-blue {
  color: #105e9b;
}
.bg-blue {
  background-color: #105e9b !important;
}

/* .flexx-column {
  flex-direction: column;
} */

.justify {
  text-align: justify !important;
}

.black {
  color: rgb(46, 44, 44);
}

.custom-one-gradiant:hover {
  scale: 0.9;
}

.bg-sometime {
  background-color: #f1f6f9;
}

.bg-footer-color {
  background: #c1e7f5;
}

.main-bdit-logo {
  width: 12rem;
}

/* .footer-widget__logo {
  width: 280px;
} */

.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-45 {
  font-size: 35px;
}
.flexx {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.jost-font {
  font-family: "Jost", serif !important;
}

.mt-10 {
  margin-top: 10px;
}

.btn {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120.52px !important;
  min-height: 48px;
  font-family: "Jost", serif !important;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
  background-color: transparent;
  overflow: hidden;
}

i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.5s linear;
}

.btn:hover img {
  transform: translateX(-10px);
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr);
  z-index: -1;
  transition: all 400ms ease-in;
}

.btn:hover {
  color: #fff;
}

.btn::before {
  opacity: 0.3;
}

.btn::after {
  transition-delay: 0.3s;
}

.btn:hover::before,
.btn:hover::after {
  top: 0;
}

.btn2 {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120.52px !important;
  min-height: 48px;
  font-family: "Jost", serif !important;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
  background-color: transparent;
  overflow: hidden;
}

i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.5s linear;
}

.btn2:hover img {
  transform: translateX(-10px);
}

.btn2::before,
.btn2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr);
  z-index: -1;
  transition: all 400ms ease-in;
}

.btn2:hover {
  color: var(--white);
  background-color: var(--main-clr);
}

.btn2::before {
  opacity: 0.3;
}

.btn2::after {
  transition-delay: 0.3s;
}

.btn2:hover::before,
.btn2:hover::after {
  top: 0;
}

.custom-ht-box-images {
  width: 500px;
}

@media screen and (max-width: 522px) {
  .custom-ht-box-images {
    width: 100%;
  }
  .custom-d-hidden {
    display: none;
  }
  .header__logo a {
    width: 10rem;
  }
  .footer-widget__logo {
    width: 100%;
  }
}

/* Career Page Style */

.preview-container {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.preview-box {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #f9f9f9;
}
.preview-box img {
  max-width: 100%;
  max-height: 100%;
}
.delete-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ff0000;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}
.delete-icon:hover {
  background: #ff0000;
  color: #fff;
}

/* Another Form IT Outsourcing */

:root {
  --font: calibri;
  --size-pri: 1px;
  --size-sec: 100px;
  --main-clr: #105e9b;
  --white: #fff;
}

.btn {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220.52px;
  min-height: 56px;
  font-family: calibri;
  font-size: 1.2em;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--white);
  color: var(--white);
  background-color: transparent;
  overflow: hidden;
}

i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.5s linear;
}

.btn:hover i {
  transform: translateX(-10px);
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr);
  z-index: -1;
  transition: all 400ms ease-in;
}

.btn:hover {
  color: #fff;
}

.btn::before {
  opacity: 0.3;
}

.btn::after {
  transition-delay: 0.3s;
}

.btn:hover::before,
.btn:hover::after {
  top: 0;
}

.input-group {
  margin-bottom: 20px;
  /* width: 90%; */
}

.input-group label {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

.input-group input {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
}

.input-group input:focus {
  border-color: rgb(10, 39, 85);
}

.custom-bg-it-outsourcing {
  background-color: #3c68b1;
}

.custom-para-size-it {
  font-size: 14px;
}

/* Gallery */

/* .bg-img-who-we-are{
  width: 100%;
  background-image: url(../images/why-choose-us-img/gallery-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.gallery {
  --s: 150px;
  --g: 10px;
  --f: 1.5;
  width: 100% !important;

  display: grid;
  gap: var(--g);
  width: calc(3 * var(--s) + 2 * var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3, auto);
}

.gallery > img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(80%);
  transition: 0.35s linear;
}

.gallery img:hover {
  filter: grayscale(0);
  width: calc(var(--s) * var(--f));
  height: calc(var(--s) * var(--f));
}

@media screen and (max-width: 602px) {
  .gallery {
    --s: 150px;
    --g: 10px;
    --f: 1.5;
    width: 100% !important;
    display: grid;
    gap: var(--g);
    width: calc(3 * var(--s) + 2 * var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(2, auto);
  }
}

/* card Who We Are */

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 10%, 90%);
  --fg: hsl(var(--hue), 10%, 10%);
  --primary: hsl(227, 40%, 37%);
  font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1280 - 320));
}
.card-box {
  /* animation: rotate 15s ease-in-out infinite; */
  background-color: var(--primary);
  background-image: radial-gradient(
      circle at 100% 0%,
      hsla(0, 0%, 100%, 0.08) 29.5%,
      hsla(0, 0%, 100%, 0) 30%
    ),
    radial-gradient(
      circle at 100% 0%,
      hsla(0, 0%, 100%, 0.08) 39.5%,
      hsla(0, 0%, 100%, 0) 40%
    ),
    radial-gradient(
      circle at 100% 0%,
      hsla(0, 0%, 100%, 0.08) 49.5%,
      hsla(0, 0%, 100%, 0) 50%
    );
  border-radius: 0.5em;
  box-shadow: 0 0 0 hsl(0, 0%, 80%), 0 0 0 hsl(0, 0%, 100%),
    -0.2rem 0 0.75rem 0 hsla(0, 0%, 0%, 0.3);
  color: hsl(0, 0%, 100%);
  padding-bottom: 30px;
  position: relative;
}

.who-we-are-h-w {
  height: 100px;
  width: 100px;
}

/*  */
/*  */
/*  */

.client-logo-c {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  /* margin-bottom: -50px; */
}

.mb--60 {
  margin-top: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .client-logo-c {
    height: 80px;
    width: 80px;
  }

  .flexx-column {
    flex-direction: column;
  }

  /* .mb--60 {
    margin-top: 10px;
  } */

  .custom-response-benefit-of-erp {
    flex-direction: column;
  }
}

.flags-client {
  display: flex;
  justify-content: center;
  margin-bottom: -20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, margin 0.3s ease;
}

.client-cards:hover .flags-client {
  display: flex;
  justify-content: center;
  margin: 0px auto -20px auto;
  opacity: 1;
  visibility: visible;
}

.sdsds {
  position: relative;
}
.ggggg {
  position: absolute;
  left: 0;
  display: flex;
  top: 82%;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* BLOG */

h1 {
  font-size: 4em;
  margin: 0 0 1rem;
  font-family: serif;
  position: relative;
}

h1::after {
  content: "";
  position: absolute;
  width: 6rem;
  background-color: hsl(0, 0, 80%);
  height: 2px;
  top: 0;
  left: 2rem;
}

.content-text {
  color: hsl(0, 0, 30%);
  margin-bottom: 2rem;
}

.content-text p {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.content-text a {
  text-decoration: none;
  border: 1px solid hsl(0, 0, 70%);
  border-radius: 1em;
  padding: 1em 2em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: inherit;
  display: inline-block;
  background-color: white;
}

.image-container {
  position: relative;
}

.image-container a {
  position: absolute;
  left: 0;
  bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0.2em 1.2em hsla(20, 20, 20, 10%);
}

.attribution {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ea4c89; /* dribbble pink */
  color: white;
  padding: 0.5em 1em;
}

/* Section grid styles */
@media (min-width: 40em) {
  .section-container {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 4fr 4fr 5fr;
    grid-template-areas:
      ". . title"
      "img img content"
      "img img .";
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-container::after {
    content: "";
    grid-column: 2 / -1;
    grid-row: 1 / 3;
    position: relative;
    z-index: -1;
    background: white;
    box-shadow: 0 0.2em 1em hsla(20, 20, 20, 20%);
  }

  .section-title {
    grid-area: title;
    padding-top: 1rem;
    padding-left: 3rem;
  }

  .content-text {
    grid-area: content;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-container {
    grid-area: img;
  }
}

.photographer-credit {
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 4px 6px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco",
    "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial,
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  border-radius: 3px;
}

.photographer-credit span {
  display: inline-block;
  padding: 2px 3px;
}

.photographer-credit svg {
  height: 12px;
  width: auto;
  position: relative;
  vertical-align: middle;
  top: -1px;
  fill: white;
}

/* Cloud */

.cloud-hover-change-clr:hover {
  color: #105e9b;
}

.hitech-cloud:hover h6 {
  color: #105e9b;
}

.bg-light-cloud {
  background-image: url(../images/bg/bg-light-abstract.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.iot-bg-mid {
  background-image: url(../images/iot-technology/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-seo-box:hover {
  scale: 1.1;
  transition: 1s ease;
}
.custom-packaging-box {
  height: 400px;
  width: 400px;
}
.custom-packaging-box:hover {
  height: 410px;
  width: 410px;
  transition: 1s ease;
}

/*  */
/*  */

.hwcnwehlp {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.hwcnwehlp .hrlpbx {
  width: 20%;
  float: left;
  text-align: center;
}

.hwcnwehlp .hrlpbx .hlpbx {
  width: 192px;
  height: 192px;
  background: #fff;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(11, 11, 11, 0.34);
  border-radius: 50%;
}

.hwcnwehlp .hrlpbx .hlpbx .icon {
  width: 72px;
  height: 72px;
  margin: 20px auto 10px;
}

.hwcnwehlp .hrlpbx .hlpbx p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}

.hwhelphoverbx {
  width: calc(192px - 20px);
  height: calc(192px - 20px);
  display: none;
  background: #38bdcc;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
}

.hwhelphoverbx .icon {
  width: 72px;
  height: 72px;
  margin: 10px auto;
}

.hwhelphoverbx p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
}

/*  */
/*  */
.custom-social-media1 {
  background-color: #ea4c89;
  border-radius: 50%;
  height: 50px;
}
.custom-social-media-card:hover .custom-social-media1 .custom-color-change {
  background-color: #105e9b;
  border-radius: 50%;
  height: 50px;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #3b5998; /* Facebook blue */
  border-radius: 50%;
  color: white;
  font-size: 24px;
  text-align: center;
}

.icon-circle:hover {
  background-color: #2d4373; /* Darker shade on hover */
  cursor: pointer;
}

.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.instagram:hover {
  filter: brightness(1.2); /* Brighten on hover */
}

.twitter {
  background-color: #1da1f2; /* Twitter blue */
}

.twitter:hover {
  background-color: #0d8ae0; /* Slightly darker blue on hover */
}

.linkedin {
  background-color: #0077b5; /* LinkedIn blue */
}

.linkedin:hover {
  background-color: #005582; /* Darker blue on hover */
}

/* Pinterest colors */
.pinterest {
  background-color: #e60023; /* Pinterest red */
}

.pinterest:hover {
  background-color: #b5001c; /* Darker red on hover */
}

/* YouTube colors */
.youtube {
  background-color: #ff0000; /* YouTube red */
}

.youtube:hover {
  background-color: #cc0000; /* Darker red on hover */
}

.scalling-img:hover {
  scale: 1.1;
  transition: 1s ease;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

/*** Clients Carousel Start ***/
.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 50px rgba(234, 0, 30, 0.3);
}

.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** Clients Carousel End ***/

.hovertowhitea:hover {
  color: white;
}
