@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&amp;family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap");
/* Material Font Face */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2")
    format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "icomoon";
  src: url("../icomoon0f39.html?64rlul");
  src: url("../icomoon0f39.html?64rlul#iefix") format("embedded-opentype"),
    url("../icomoon0f39-2.html?64rlul") format("truetype"),
    url("../icomoon0f39-3.html?64rlul") format("woff"),
    url("../icomoon0f39-4.html?64rlul#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --default: #041541;
  --primary: #374253;
  --secondary: #ed6d3a;
  --navyblue: #1074b7;
  --lightpink: #ffdcce;
  --black: #000000;
  --black40: #00000040;
  --white: #ffffff;
  --offorange: #ff7b47;
  --lightsuccess: #a2d15c;
  --lightyellow: #faad29;
  --logoyellow: #f5c527;
  --lightorange: #d95b20;
  --lightgray: #707070;
  --textcolor: #000000bf;
  --hover--card: #fab22edb;
  --default-btn: #d55d2b;
  --default-btn-hover: #ff7946;
  --bg--form: #def2ff;
  --crimsonpro: "Crimson Pro", serif;
  --lexend: "Lexend", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  position: relative;
  scroll-behavior: auto !important;
}

body.portfolio-new {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  font-family: var(--lexend);
}

p {
  color: var(--textcolor);
  font-family: var(--lexend);
  font-size: 1rem;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--default);
  font-family: var(--lexend);
  font-weight: 400 !important;
}

button {
  text-transform: capitalize;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

.test-strong-text {
  font-weight: 400;
  font-family: var(--crimsonpro);
  font-size: 1.3rem;
  font-style: italic;
}

.text-default-btn {
  color: var(--default-btn);
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bg-themecolor {
  background: var(--secondary);
}

.head-wrapper {
  text-align: center;
}
.head-wrapper .smalltitle {
  text-transform: uppercase;
  color: #000f45cc;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: var(--lexend);
}
.head-wrapper .maintitle {
  text-transform: capitalize;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 400;
}
.head-wrapper .titledescr {
  font-weight: 300;
}
.head-wrapper .maintitle-big {
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--default-btn);
  opacity: 0.4;
  padding: 1rem 0;
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 400;
}

.link-btns {
  font-size: 1rem;
  font-family: var(--lexend);
  font-weight: 400;
  color: var(--default-btn);
  text-decoration: none;
  text-transform: capitalize;
  align-items: center;
  gap: 6px;
}
.link-btns img {
  width: 16px;
  height: auto;
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
}
.link-btns:hover {
  color: var(--default-btn);
}
.link-btns:hover img {
  transform: translateX(5px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-top: 0;
  gap: 1rem;
  background: var(--default-btn);
  border-radius: 14px;
  padding: 1rem 1.6rem;
  font-family: var(--lexend);
  width: 90%;
}
.stats div {
  color: var(--white);
}
.stats div strong {
  line-height: 3.6rem;
  display: block;
  font-size: 3rem;
  font-family: var(--lexend);
  font-weight: 600;
}
.stats div p {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 0;
}

/* Landing Popup Modal  
____________________________ */
#downloadModalToggle .help-block-error {
  font-size: 14px;
  color: red;
}
#downloadModalToggle .modal-body {
  padding: 50px 46px;
}
#downloadModalToggle .modal-content {
  background-color: #f7e2d9;
  box-shadow: -2px 6px 26.7px 2px var(--black40);
  border: 0;
  border-radius: 20px;
}
#downloadModalToggle .arrow-btn {
  width: 13px;
  padding-left: 0;
}
#downloadModalToggle .crossbtn {
  color: var(--black);
  font-size: 16px;
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  right: 1.2rem;
  background: transparent;
  border-radius: 50px;
  border: none;
  transition: background 0.1s ease-in-out;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#downloadModalToggle .crossbtn:hover {
  background: rgba(255, 255, 255, 0.3294117647);
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.0901960784);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
#downloadModalToggle h2 {
  font-size: 24px;
  font-family: var(--lexend);
  font-weight: 600;
}
#downloadModalToggle .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--default);
  line-height: 22px;
}
#downloadModalToggle .note-text {
  font-size: 13px;
  font-weight: 500;
  color: red;
}
#downloadModalToggle .form-wrapper .form-card .custom--input {
  margin-bottom: 4px;
  padding: 0.795rem 0.75rem;
  font-style: italic;
  font-weight: 400;
  font-family: var(--lexend);
  border: 0;
  letter-spacing: 0.4px;
  font-size: 14px;
}
#downloadModalToggle .form-wrapper .form-card form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
#downloadModalToggle .form-wrapper .form-card .default--btn {
  border-radius: 12px;
  margin-top: 0;
}
#downloadModalToggle .form-wrapper .form-card .default--btn .downarrow {
  width: 18px;
  padding-left: 4px;
  transition: transform 0.3s ease-in-out;
}
#downloadModalToggle .form-wrapper .form-card .default--btn:hover .downarrow {
  animation: shakeRotate 4s ease-in-out infinite;
}

@keyframes shakeRotate {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(-90deg) translateY(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: rotate(-90deg) translateY(3px);
  }
}
#exampleModalToggle .help-block-error {
  font-size: 14px;
  color: red;
}
#exampleModalToggle .modal-content {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
  border-radius: 24px;
}
#exampleModalToggle .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../png/modal-bg.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
  border-radius: 22px;
}
#exampleModalToggle .modal-body {
  padding: 0;
}
#exampleModalToggle .crossbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  position: absolute;
  z-index: 2;
  top: 0.6rem;
  right: 1rem;
  padding: 6px 8px;
  background: transparent;
  border: none;
  border-radius: 50px;
  transition: background 0.2s ease-in-out;
}
#exampleModalToggle .crossbtn .fa-times {
  font-size: 22px;
}
#exampleModalToggle .crossbtn:hover {
  background: rgba(255, 255, 255, 0.3294117647);
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.0901960784);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
}

.main-wrapper {
  display: flex;
  gap: 2.6rem;
  align-items: center;
}
.main-wrapper .left-section {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.main-wrapper .left-section .top-content-box {
  width: 100%;
}
.main-wrapper .left-section .top-content-box .headings {
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: var(--white);
  font-family: var(--lexend);
  font-weight: 400;
}
.main-wrapper .left-section .top-content-box .headings span {
  color: var(--secondary);
}
.main-wrapper .left-section .top-content-box .para {
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--white);
}
.main-wrapper .left-section .stats {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-top: 0;
  gap: 1rem;
  background: var(--default-btn);
  border-radius: 14px;
  padding: 1rem 1.6rem;
  font-family: var(--lexend);
  width: 90%;
}
.main-wrapper .left-section .stats div {
  color: var(--white);
}
.main-wrapper .left-section .stats div strong {
  font-size: 3rem;
  line-height: 3.6rem;
  display: block;
  font-family: var(--lexend);
  font-weight: 500;
}
.main-wrapper .left-section .stats div p {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 0;
  font-weight: 300;
  display: inline-block;
}
.main-wrapper-test {
  padding: 0rem 1.5rem 1rem 0;
  display: flex;
  align-items: center;
  gap: 0rem;
}
.main-wrapper-test img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.main-wrapper-test img:last-child {
  position: relative;
  z-index: 1;
  left: -15px;
}
.main-wrapper-test p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 4px;
  color: var(--white);
}
.main-wrapper-test p:last-child {
  color: var(--default-btn);
  font-weight: 400;
}
.main-wrapper .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
}
.main-wrapper .form-wrapper .form-card {
  background: var(--white);
  border-radius: 20px;
  padding: 1.6rem 1.2rem 1.2rem;
  box-shadow: -2px 6px 26.7px 2px var(--black40);
}
.main-wrapper .form-wrapper .form-card h2 {
  color: var(--default-btn);
  font-size: 22px;
  font-family: var(--lexend);
  font-weight: 400;
}
.main-wrapper .form-wrapper .form-card .custom--input {
  margin-bottom: 4px;
  padding: 0.795rem 0.75rem;
  font-weight: 300;
  font-family: var(--lexend);
  border: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7490196078);
  background: rgba(55, 66, 83, 0.0509803922);
  border-radius: 0.5rem;
}
.main-wrapper .form-wrapper .form-card form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.main-wrapper .form-wrapper .logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  padding-top: 1.2rem;
  grid-gap: 8px;
}
.main-wrapper .form-wrapper .logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.main-wrapper .form-wrapper .logo1 {
  grid-column: 1/2;
  grid-row: 1;
}
.main-wrapper .form-wrapper .logo2 {
  grid-column: 2/3;
  grid-row: 1;
}
.main-wrapper .form-wrapper .logo3 {
  grid-column: 3/4;
  grid-row: 1;
}
.main-wrapper .form-wrapper .logo4 {
  grid-column: 4/5;
  grid-row: 1;
}
.main-wrapper .form-wrapper .logo5 {
  grid-column: 5/6;
  grid-row: 1;
}
.main-wrapper .form-wrapper .logo6 {
  grid-column: 1/4;
  grid-row: 2;
}
.main-wrapper .form-wrapper .logo7 {
  grid-column: 4/5;
  grid-row: 2;
}
.main-wrapper .form-wrapper .logo8 {
  grid-column: 5/6;
  grid-row: 2;
}

/* Common style 
____________________________ */
@keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.8);
  }
}
@keyframes normal {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.6);
  }
}
@keyframes loud {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1.2);
  }
}
.container_music {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.container_music-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.container_music .text i {
  cursor: pointer;
}

.blog--box p {
  position: relative;
}
.blog--box ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
  list-style: disc;
}
.blog--box ul li {
  font-weight: 300;
}

.musicBoxContainer {
  display: flex;
  justify-content: space-evenly;
  height: 54px;
  --boxSize: 6px;
  --gutter: 6px;
  width: calc((var(--boxSize) + var(--gutter)) * 12);
}

.musicBox {
  transform: scaleY(0.4);
  height: 100%;
  width: 3px;
  background: var(--secondary);
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 8px;
}

.box1 {
  animation-name: quiet;
}

.box2 {
  animation-name: normal;
}

.box3 {
  animation-name: quiet;
}

.box4 {
  animation-name: loud;
}

.box5 {
  animation-name: quiet;
}

.box6 {
  animation-name: quiet;
}

.box7 {
  animation-name: loud;
}

.box8 {
  animation-name: normal;
}

.box9 {
  animation-name: quiet;
}

.box10 {
  animation-name: quiet;
}

.mb--8 {
  margin-bottom: 8px;
}

.txt--underline {
  text-decoration: underline;
}

.text--black {
  color: var(--black);
}

.text--white {
  color: var(--white);
}

.text--color {
  color: var(--secondary);
}

.no-padding {
  padding: 0 0;
}

.table--layout table th {
  font-family: var(--lexend);
}

.title {
  line-height: 1.15;
  font-size: 27px;
  font-weight: 500;
  color: var(--default);
}

.highlighter {
  position: relative;
  z-index: 0;
}
.highlighter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: var(--lightpink);
  bottom: 12px;
  left: 0;
  z-index: -1;
}

.title,
.slider-title {
  font-size: 30px;
  font-weight: 400;
  color: var(--default);
  text-transform: capitalize;
}
.title span,
.slider-title span {
  position: relative;
  z-index: 0;
}
.title span::before,
.slider-title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: var(--lightpink);
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.watch--btn--header {
  padding: 10px 16px 10px 52px;
  height: auto;
  position: relative;
  transition: ease-in-out 0.4s;
  background-color: transparent;
  border: 2px solid var(--default-btn);
  border-radius: 40px;
  width: auto;
  color: var(--white);
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 500;
}
.watch--btn--header:hover {
  padding: 10px 52px 10px 16px;
}
.watch--btn--header:hover::before {
  left: calc(100% - 45px);
}
.watch--btn--header::before {
  content: url("../arrow.html");
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: ease-in-out 0.5s;
  position: absolute;
  background-color: var(--default-btn);
  top: 0;
  left: 0;
  border-radius: 40px;
  transform: scale(0.9);
}

.slider-title span::before {
  height: 10px;
  bottom: 2px;
}

.arrow-btn1 {
  width: 40px;
  padding-left: 8px;
  transition: all 0.4s ease-in-out;
}

.arrow-btn,
.long--arrow {
  width: 26px;
  padding-left: 4px;
  position: relative;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.long--arrow {
  width: 34px;
}

.left--home--buttons a:hover {
  color: var(--white);
}

a.default--btn:hover {
  color: var(--white);
}

.default--btn {
  border: none;
  border-radius: 0.5rem;
  padding: 0.7rem 0.9rem;
  background-color: #d55d2b;
  color: var(--white);
  outline: none;
  transition: all 0.3s ease 0s;
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--lexend);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  letter-spacing: 0.7px;
  line-height: normal;
  text-transform: capitalize;
  height: 2.875rem;
  max-width: max-content;
}
.default--btn span {
  padding-left: 5px;
}

.contact-row .intl-tel-input .selected-flag {
  height: 100%;
}
.contact-row .intl-tel-input .selected-flag .selected-dial-code {
  padding-right: 15px;
  font-size: 14px;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline;
  font-size: 12px;
  font-family: var(--lexend);
  font-weight: 400;
}
.breadcrumb li + li:before {
  padding: 0 5px;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  color: var(--primary);
}
.breadcrumb li a {
  color: var(--primary);
  font-family: var(--lexend);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* Common Contact Form */
.common-contact-form {
  padding: 2rem 0;
}

.form-row-sepe #contact_no-error {
  position: absolute;
  top: 50px;
  margin-bottom: 1rem;
}

.main--logo {
  width: 140px;
}

#jsServicePhoneNo-error,
#jsPhoneNo-error,
#number-error {
  bottom: 0;
  top: 0;
}

.iti__selected-flag {
  height: 44px !important;
}

.contactus-form-grid .form-content {
  border-radius: 8px !important;
}

:root {
  --slide-width: 90px;
  --slide-height: 100px;
  --slide-count: 7;
  --gap: 7px;
  --time: 5s;
}

.common-contact-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.common-contact-wrapper-content h2 {
  font-size: 38px;
  font-family: var(--lexend);
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: capitalize;
}
.common-contact-wrapper-content h2 span {
  color: var(--secondary);
}
.common-contact-wrapper-content p {
  font-size: 20px;
  font-family: var(--lexend);
  font-weight: 500;
  margin-bottom: 0;
  color: var(--default);
}
.common-contact-wrapper .sliders {
  display: flex;
  gap: 35px;
}
.common-contact-wrapper .slider-container {
  width: var(--slide-width);
  height: calc(var(--slide-height) * 6 + var(--gap) * 2);
  background: transparent;
  position: relative;
  overflow: hidden;
}
.common-contact-wrapper .slider-track {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  animation: moveUp calc(var(--time) * var(--slide-count)) linear infinite;
}
.common-contact-wrapper .slide {
  width: var(--slide-width);
  height: var(--slide-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-contact-wrapper .slide img {
  max-height: 100%;
  max-width: 100%;
}

#slider2 .slider-track {
  animation: moveDown calc(var(--time) * var(--slide-count)) linear infinite;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(
      calc(-1 * var(--slide-count) * (var(--slide-height) + var(--gap)))
    );
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(
      calc(-1 * var(--slide-count) * (var(--slide-height) + var(--gap)))
    );
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .common-contact-wrapper {
    gap: 2.2rem;
    flex-direction: column;
    overflow: hidden;
  }
  .common-contact-wrapper .slider-container {
    width: 100%;
    height: 86px;
  }
  .common-contact-wrapper .slider-track {
    flex-direction: row;
    width: max-content;
    animation: moveLeft calc(var(--time) * var(--slide-count)) linear infinite;
  }
  .common-contact-wrapper .sliders {
    gap: 0px;
    flex-direction: column;
  }
  #slider2 .slider-track {
    animation: moveRight calc(var(--time) * var(--slide-count)) linear infinite;
  }
  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(
        calc(-1 * var(--slide-count) * (var(--slide-width) + var(--gap)))
      );
    }
  }
  @keyframes moveRight {
    0% {
      transform: translateX(
        calc(-1 * var(--slide-count) * (var(--slide-width) + var(--gap)))
      );
    }
    100% {
      transform: translateX(0);
    }
  }
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 450px 600px;
  grid-gap: 3rem;
  align-items: center;
  background: #faebe5;
  padding: 3rem;
  border-radius: 20px;
  justify-content: space-between;
}
.contact-form-grid .head-wrapper {
  text-align: start;
  padding-right: 3rem;
}
.contact-form-grid .head-wrapper .maintitle {
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
  line-height: 2.6rem;
}
.contact-form-grid .main-wrapper-test {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 1.0625rem;
  max-width: max-content;
  background: #ffffff73;
  border-radius: 0.625rem;
}
.contact-form-grid .main-wrapper-test img {
  width: 80px !important;
  height: auto;
  border-radius: 0;
  left: 0;
}
.contact-form-grid .main-wrapper-test p:last-child {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-form-grid .subtitle {
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.contact-form-grid #tel_number-error {
  position: absolute;
  top: 44px;
  margin-bottom: 0rem;
}
.contact-form-grid #service-error {
  top: 0px;
}
.contact-form-grid .help-block-error {
  position: relative;
  top: -16px;
  font-size: 14px;
  color: red;
}
.contact-form-grid .form-image {
  background-color: var(--bg--form);
  padding: 2rem;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  height: 100%;
}
.contact-form-grid .form-content {
  padding: 30px;
  background-color: white;
  border-radius: 8px;
}
.contact-form-grid .form-content .form-title {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--lexend);
  color: var(--default);
}
.contact-form-grid .form-content .form-message {
  font-size: 18px;
  margin-bottom: 28px;
}
.contact-form-grid .form-content .contact-form-input {
  margin-bottom: 15px;
  outline: none;
  padding: 0.675rem 0.75rem;
  color: var(--default);
  font-weight: 200;
  font-family: var(--lexend);
  background: rgba(55, 66, 83, 0.0509803922);
  border: none;
}
.contact-form-grid .form-content .contact-form-textarea {
  font-weight: 200;
  font-family: var(--lexend);
  border: none;
  color: var(--default);
  background: rgba(55, 66, 83, 0.0509803922);
}
.contact-form-grid .form-content .contact-form-input::placeholder,
.contact-form-grid .form-content .contact-form-textarea::placeholder {
  font-size: 15px;
  color: var(--default);
  letter-spacing: 0.5px;
}
.contact-form-grid .form-content .contact-form-input:focus,
.contact-form-grid .form-content .contact-form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0;
  border-color: #ced4da;
}
.contact-form-grid .form-content .send-msg-btn {
  margin-top: 1.9rem;
}

.send-msg-btn {
  margin-top: 15px;
  display: inline-block;
}

.icon-navigation-left:before {
  content: "\e90b";
}

.icon-navigation-right:before {
  content: "\e90c";
}

.icon-rocket-icon:before {
  content: "\e90a";
  color: var(--white);
}

.icon-android:before {
  content: "\e900";
  color: var(--white);
}

.icon-cross .path1:before {
  content: "\e901";
  color: rgb(0, 0, 0);
}

.icon-cross .path2:before {
  content: "\e902";
  margin-left: -0.8505859375em;
  color: var(--white);
}

.icon-cross .path3:before {
  content: "\e903";
  margin-left: -0.8505859375em;
  color: rgb(255, 255, 255);
}

.icon-hybrid:before {
  content: "\e904";
  color: var(--white);
}

.icon-Icon-simple-apple:before {
  content: "\e905";
  color: var(--white);
}

.icon-Domain-icon:before {
  content: "\e906";
  color: var(--white);
}

.icon-Map-Icon:before {
  content: "\e907";
  color: var(--white);
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-custom-white .path1:before {
  content: "\e911";
  color: var(--white);
}

.icon-custom-white .path2:before {
  content: "\e912";
  color: var(--white);
  margin-left: -0.939453125em;
}

.icon-custom-white .path3:before {
  content: "\e913";
  color: #1075b7;
  margin-left: -0.939453125em;
}

.icon-custom-white .path4:before {
  content: "\e914";
  color: var(--white);
  margin-left: -0.939453125em;
}

/* Navbar 
____________________________ */
body.index .fixed-navbar {
  background-color: var(--white) !important;
  box-shadow: 0 0 13px var(--black40);
}

body.portfolio #mainNavbar,
body.portfolio #mainNavbarDesk {
  background-color: var(--white) !important;
}
body.portfolio .fixed-navbar {
  background-color: var(--white) !important;
  box-shadow: 0 0 13px var(--black40);
}

body:not(.index) .fixed-navbar {
  background-color: var(--white) !important;
  box-shadow: 0 0 13px var(--black40);
}

#mainNavbar,
#mainNavbarDesk {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.callus--btn {
  color: var(--default-btn);
  font-size: 1.02rem;
  font-family: var(--lexend);
  font-weight: 300;
  border: 2px solid var(--default-btn);
  border-radius: 0.5rem;
  padding: 0.7rem 0.9rem;
  background: transparent;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.875rem;
}
.callus--btn:hover {
  background: var(--default-btn);
  color: var(--white);
}
.callus--btn:focus {
  box-shadow: unset;
}

.w-20 {
  width: 18px;
  margin-right: 6px;
}

.mega--menu .industry--menu .menu--pt4 {
  padding-top: 4rem;
}
.mega--menu .box--one a {
  position: relative;
}
.mega--menu .box--one .menu--arow {
  transition: ease-in-out 0.4s;
  opacity: 0;
  position: absolute;
  top: -2px;
  right: -10px;
  margin-bottom: 0;
}
.mega--menu .box--one:hover .menu--arow {
  right: -26px;
  top: -2px;
  opacity: 1;
}
.mega--menu--grid .menu--title {
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  text-decoration: underline;
}
.mega--menu--grid ul li {
  margin-bottom: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.mega--menu--grid ul li a {
  position: relative;
}
.mega--menu--grid ul li .menu--arow {
  transition: ease-in-out 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.mega--menu--grid ul li:hover .menu--arow {
  right: -26px;
  opacity: 1;
}
.mega--menu--grid--btm-srv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box--one--icons {
  width: 24px;
  margin-right: 6px;
}

@media (max-width: 1999px) {
  #my-menu {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #mm-my-menu,
  #mobile--navbar {
    display: none !important;
  }
}
.d--navdesk {
  display: none;
}

#my-menu:not(.mm-menu) {
  display: none;
}

.mobile--header {
  float: right;
}
.mobile--header .humburger {
  background: #263238;
  display: block;
  height: 2px;
  margin: 6px 0;
}
.mobile--header .humburger span {
  position: relative;
  width: 2px;
  height: 4px;
  background-color: #d95b20;
}
.mobile--header .humburger span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 4px;
  background-color: #d95b20;
}
.mobile--header .humburger span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 4px;
  background-color: #d95b20;
}

.service--inner--pt {
  padding-top: 10px;
}

.mm-navbar__title {
  background-image: url(../svg/logo.svg);
  background-repeat: no-repeat;
  background-position: 40% center;
  background-size: 40%;
}
.mm-navbar__title span {
  display: none;
}

.mm-menu_offcanvas {
  z-index: 1000;
  box-shadow: 10px 8px 26px rgba(0, 0, 0, 0.2117647059);
}

.floatingNav {
  width: calc(100vh - 90px);
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}

.mm-navbar {
  height: 94px;
}

.mm-panel,
.mm-navbar {
  background-color: #fff0ea !important;
}

.nav--colpos {
  position: relative;
}

.contactus--nav .mm-listitem__text {
  padding-top: 2.8rem;
}

.mm-listitem__text {
  color: #2c201b;
  font-size: 14px;
  font-weight: 500;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none !important;
}

.my-header {
  padding: 0.5rem 0 1rem;
  background-color: var(--white);
  z-index: 100;
  left: 0;
}

.reachus--chat {
  position: fixed;
  bottom: 82px;
  right: 30px;
}
.reachus--chat--icon {
  width: 32px;
  animation: ShakeIcon 0.7s linear infinite;
}

.wapp--icon {
  width: 20px;
  animation: ShakeIcon 0.7s linear infinite;
  margin-left: 10px;
}

@keyframes ShakeIcon {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.mobnav--arrow {
  padding-left: 0.4rem;
}

.mobile-nav-shadow {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3490196078);
}

.navlist--social {
  text-align: center;
}
.navlist--social .mm-listitem__text {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.removeborder--nav {
  border-bottom: none;
}

.sticky-wrapper {
  height: 76.125px !important;
}

.navheader {
  width: 50px;
  height: auto;
  padding: 0 12px;
  margin: 2px;
  position: relative;
  top: 22px;
  display: block;
}
.navheader::after {
  content: "";
  display: block;
  background: #263238;
  height: 2px;
}
.navheader::before {
  content: "";
  display: block;
  background: #263238;
  height: 2px;
}
.navheader span {
  background: #263238;
  display: block;
  height: 2px;
  margin: 6px 0;
}

.navbar--color .navbar-brand {
  padding-top: 0.7125rem;
}

/*______________________________ */
/* Home 
______________________________ */
/* Home ~ header section */
.newbanner-home {
  padding: 8rem 0 6rem;
}
.newbanner-home .banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
}
.newbanner-home .banner-wrapper-one {
  width: 75%;
}
.newbanner-home .banner-wrapper-two {
  position: relative;
}
.newbanner-home .banner-wrapper .playicons-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  height: auto;
}
.newbanner-home .banner-wrapper .playicon {
  width: 84px;
  cursor: pointer;
}
.newbanner-home .banner-wrapper .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000000f5;
}
.newbanner-home .banner-wrapper .modal-content {
  position: relative;
  margin: 0px auto 0;
  padding: 15px;
  width: 80%;
  height: 100%;
  background-color: transparent;
  border: none;
  overflow: hidden;
  justify-content: center;
}
.newbanner-home .banner-wrapper .close {
  position: absolute;
  color: var(--white);
  font-size: 2.2rem;
  font-family: var(--lexend);
  font-weight: 300;
  cursor: pointer;
  background: transparent;
  z-index: 1002;
  top: 38px;
  right: 24px;
}
.newbanner-home .banner-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.newbanner-home .banner-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newbanner-home .unlock--title {
  text-transform: capitalize;
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--crimsonpro);
}
.newbanner-home .unlock-descr {
  font-size: 1.2rem;
  font-family: var(--lexend);
  font-weight: 300;
  padding: 2rem 0;
  color: var(--default);
  line-height: 1.85rem;
}
.newbanner-home .left--home--buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer--banner .gradient-titles {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--lexend);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5882352941),
    #000f45
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.footer--banner .cont {
  display: grid;
  height: 100px; /* match your card height */
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-mask-box-image: -webkit-linear-gradient(
    top,
    transparent,
    transparent 0,
    var(--white) 0%,
    var(--white) 100%,
    transparent 100%
  );
}
.footer--banner .cont-cards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer--banner .cont-card {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  animation: slideUp 12s infinite;
}
.footer--banner .cont-card:nth-child(1) {
  animation-delay: 0s;
  background-color: transparent;
}
.footer--banner .cont-card:nth-child(2) {
  animation-delay: 3s;
  background-color: transparent;
}
.footer--banner .cont-card:nth-child(3) {
  animation-delay: 6s;
  background-color: transparent;
}
.footer--banner .cont-card:nth-child(4) {
  animation-delay: 9s;
  background-color: transparent;
}

@keyframes slideUp {
  0%,
  20% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
  }
  25%,
  45% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50%,
  70% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
  }
  75%,
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
  } /* 0%,
  100% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
  }
  5%,
  20% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
  }
  25%,
  40% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  45%,
  60% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
  }
  65% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
  } */
}

.homepage-logo-container {
  padding: 1rem 3.6rem;
  background: var(--default);
  border-radius: 16px;
}
.homepage-logo-container .logo-carousel .item {
  text-align: center;
}

.worksection {
  padding-bottom: 5rem;
  margin: 2rem 0;
  background: rgba(250, 235, 229, 0.6);
}
.worksection .clientlogos-section {
  position: relative;
  top: -4.4rem;
}
.worksection .reviews {
  padding-top: 2.4rem;
}
.worksection .head-wrapper .titledescr {
  font-weight: 300;
}
.worksection .owl-theme .owl-nav {
  margin-top: 10px;
}
.worksection .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.worksection .review-img {
  width: 120px;
  margin-bottom: 0.6rem;
  height: 53px;
  object-fit: contain;
}
.worksection .discover-wrapper {
  padding-top: 2rem;
}
.worksection .review-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.worksection .review-card .review-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000000bf;
  line-height: 1.7rem;
  margin-bottom: 1.2rem;
}
.worksection .review-card .stars {
  margin-bottom: 0.8rem;
}
.worksection .review-card .stars i {
  color: #f8c02d;
  font-size: 1.2rem;
  margin: 0 2px;
}
.worksection .review-card .rating {
  font-weight: 400;
  margin-bottom: 0;
  color: #000000bf;
}
.worksection .review-card .subtext {
  font-size: 0.9rem;
  color: #000000bf;
  margin-bottom: 0;
}

.hm-ourservices-section {
  background-color: rgba(252, 244, 241, 0.6);
  padding: 3.5rem 0;
}
.hm-ourservices-section .head-wrapper {
  text-align: start;
}
.hm-ourservices-section .head-wrapper .maintitle {
  line-height: 2.6rem;
}
.hm-ourservices-section .subtitles {
  margin: 1rem 0 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  width: 76%;
  color: #000f45;
}
.hm-ourservices-section .hm-services-wrapper {
  align-items: center;
}
.hm-ourservices-section .hm-services-wrapper-col-1 {
  position: sticky;
  top: 16rem;
  align-self: flex-start;
  height: max-content;
  padding: 8rem 0 10rem;
}
.hm-ourservices-section .hm-services-wrapper-col-2 {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.hm-ourservices-section .hm-services-box {
  display: flex;
  gap: 1.4rem;
  padding: 1.8rem 3rem;
  border-radius: 20px;
}
.hm-ourservices-section .hm-services-box:nth-child(1),
.hm-ourservices-section .hm-services-box:nth-child(4) {
  background: rgba(245, 197, 38, 0.1803921569);
}
.hm-ourservices-section .hm-services-box:nth-child(2),
.hm-ourservices-section .hm-services-box:nth-child(5) {
  background: rgba(204, 255, 133, 0.3607843137);
}
.hm-ourservices-section .hm-services-box:nth-child(3),
.hm-ourservices-section .hm-services-box:nth-child(6) {
  background: rgba(191, 124, 242, 0.168627451);
}
.hm-ourservices-section .hm-services-box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hm-ourservices-section .hm-services-box h3 {
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--default);
}
.hm-ourservices-section .hm-services-box p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.6rem;
  line-height: 1.78rem;
}
.hm-ourservices-section .service-icons {
  width: 50px;
  height: auto;
}

.hm-industry-section {
  padding: 2rem 0;
}
.hm-industry-section .head-wrapper {
  text-align: start;
}
.hm-industry-section .head-wrapper .maintitle {
  padding-right: 1rem;
}
.hm-industry-section .hm-industry-inner-two {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 18px;
}
.hm-industry-section .industry-carousel .icon-box {
  display: flex;
  justify-content: flex-end;
}
.hm-industry-section .industry-carousel .items-box {
  width: 78px;
}
.hm-industry-section .industry-carousel .items-box img {
  width: auto;
}

.hm-about-section {
  padding: 2rem 0;
}
.hm-about-section .about-container {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 540px 1fr;
}
.hm-about-section .head-wrapper {
  text-align: start;
}
.hm-about-section .about-image img {
  width: 560px;
  display: block;
  height: auto;
}
.hm-about-section .about-content .subtitle {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #888;
}
.hm-about-section .about-content .title {
  font-size: 2rem;
  font-weight: 700;
  color: #0a1a40;
  margin: 0.5rem 0 1rem;
}
.hm-about-section .about-content .description {
  font-size: 1.1rem;
  color: var(--black);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.hm-about-section .counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.hm-about-section .counter-grid .counter-box {
  background: rgba(164, 201, 225, 0.4);
  border-radius: 8px;
  padding: 0.6rem 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hm-about-section .counter-grid .counter-box img {
  width: 36px;
}
.hm-about-section .counter-grid .counter-box .counter,
.hm-about-section .counter-grid .counter-box .signs {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--lexend);
  color: var(--default);
  display: inline-block;
}
.hm-about-section .counter-grid .counter-box p {
  font-size: 0.73rem;
  margin: 0;
  color: var(--default);
}

.expertise-section {
  background: url("../ourexpertise-img.html") no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 80px 0;
  position: relative;
}
.expertise-section .expertise-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.expertise-section .content-box {
  width: 55%;
  background: rgba(255, 255, 255, 0.9490196078);
  color: var(--black);
  padding: 2rem;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.expertise-section .head-wrapper .smalltitle {
  font-size: 14px;
}
.expertise-section .head-wrapper .maintitle {
  font-size: 28px;
}
.expertise-section .subtitles {
  font-size: 16px;
  font-family: var(--lexend);
  font-weight: 500;
  margin-top: 1rem;
}
.expertise-section .stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--lexend);
  margin-bottom: 3rem;
  padding: 0;
  background: transparent;
  width: 100%;
}
.expertise-section .stats strong {
  text-align: center;
  font-size: 2.8rem;
  font-family: var(--lexend);
  font-weight: 700;
  color: var(--default-btn);
  margin-bottom: 0.4rem;
}
.expertise-section .stats p {
  color: var(--black);
  font-size: 1rem;
  font-family: var(--lexend);
  font-weight: 600;
}
.expertise-section .badge-icon {
  position: absolute;
  top: -70px;
  right: -60px;
}

.hm-video-section {
  padding: 60px 0 20px;
  /* Modal fade-in scale effect */
}
.hm-video-section .video-banner {
  background: url("../video-banner.html") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 90px 8px;
  border-radius: 12px;
}
.hm-video-section .play-button {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  animation: pulse 1.5s infinite;
  cursor: pointer;
}
.hm-video-section .play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #f26522;
}
.hm-video-section .video-text h2 {
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  font-size: 48px;
  font-weight: 600;
}
.hm-video-section .video-text p {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white);
}
.hm-video-section .video-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hm-video-section .video-cta h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  color: var(--secondary);
}
.hm-video-section .video-modal .modal-dialog {
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}
.hm-video-section .video-modal.show .modal-dialog {
  transform: scale(1);
}
.hm-video-section .video-modal .modal-content {
  position: relative;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.casestudies-mob {
  display: none !important;
}
.casestudies-desk {
  display: flex !important;
}
.casestudies-section {
  padding: 3.5rem 0;
}
.casestudies-section .casestudies-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.casestudies-section .link-btns {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.casestudies-section .casestudies-mob {
  margin-bottom: 30px;
  align-items: center;
  gap: 1.5rem;
}
.casestudies-section .casestudies-mob li {
  background: #faebe5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  padding: 6px 12px;
  text-align: center;
  color: var(--secondary);
}
.casestudies-section .casestudies-point {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
}
.casestudies-section .casestudies-point li {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: var(--lexend);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.42594rem 0.70775rem;
  text-align: center;
  color: #000000bf;
  border-radius: 0.55rem;
  background: #ffffff;
  height: auto;
}
.casestudies-section .casestudies-box {
  display: grid;
  gap: 5rem;
}
.casestudies-section .default--btn {
  width: max-content;
  margin: 1.2rem 0 0.5rem;
}
.casestudies-section .casestudies-content {
  padding: 0 20px 0 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.3rem;
}
.casestudies-section .casestudies-content h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 2.6rem;
}
.casestudies-section .casestudies-content span {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}
.casestudies-section .casestudies-head {
  padding-right: 25px;
  margin-bottom: 30px;
}
.casestudies-section .casestudies-row {
  background-color: #e7f1f8;
  display: grid !important;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-gap: 3rem;
}
.casestudies-section .casestudies-img-wrapper {
  position: relative;
}
.casestudies-section .casestudies-img-wrapper .casestudies-point {
  position: absolute;
  bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .casestudies-section .casestudies-row,
  .casestudies-section .casestudies-head {
    position: sticky;
    top: 130px;
  }
  .casestudies-section .casestudies-row {
    top: calc((100vh - 300px) / 2);
  }
}
@media only screen and (min-width: 1366px) {
  .casestudies-section .casestudies-row {
    top: calc((100vh - 130px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .casestudies-section .casestudies-row {
    top: calc((100vh - 220px) / 2);
  }
}
@media only screen and (min-width: 1680px) {
  .casestudies-section .casestudies-row {
    top: calc((100vh - 400px) / 2);
  }
}

/* .casestack-wrapper {
  padding: 2rem 0;
}
.casestack-wrapper figure {
  margin: 0;
}
.casestack-wrapper .casestudies-row {
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 2.2rem;
  justify-content: space-between;
  align-items: center;
  background: rgba(234, 245, 251, 0.4);
}
.casestack-wrapper .casestudies-img img {
  width: 600px;
  height: 430px;
  border-radius: 8px 0 0 8px;
}
.casestack-wrapper .casestudies-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.casestack-wrapper .link-btns {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.casestack-wrapper .casestudies-point {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
}
.casestack-wrapper .casestudies-point li {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: var(--lexend);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.42594rem 0.70775rem;
  text-align: center;
  color: #000000bf;
  border-radius: 0.55rem;
  background: #ffffff;
  height: auto;
}
.casestack-wrapper .casestudies-content {
  padding: 0 20px 0 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.3rem;
}
.casestack-wrapper .casestudies-content h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 2.6rem;
}
.casestack-wrapper .casestudies-content span {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}
.casestack-wrapper .casestudies-head {
  margin-bottom: 2rem;
}
.casestack-wrapper .casestudies-img-wrapper {
  position: relative;
}

.casestudies-mob {
  display: none !important;
}

.casestudies-desk {
  display: flex !important;
} */

.profile-cta {
  display: flex;
  margin-top: 2rem;
  gap: 3.5rem;
  align-items: flex-start;
}
.profile-cta .profile-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.profile-img {
  position: relative;
}
.profile-img::before {
  content: url("../checked.html");
  position: absolute;
  top: -7px;
  left: -9px;
  transform: scale(0.7);
}

.profile-text {
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-family: var(--lexend);
}
.profile-text strong {
  font-size: 0.99rem;
  font-weight: 300;
}
.profile-text span {
  font-size: 0.75rem;
  font-weight: 200;
  font-family: var(--lexend);
  color: rgba(255, 255, 255, 0.7490196078);
}

.hm-solutions-section {
  background-color: #000f45;
  color: var(--white);
  position: relative;
  margin: 2rem 0;
  padding: 3rem 0;
  /* Stacked Cards */
}
.hm-solutions-section .solutions-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(430px, auto));
  grid-gap: 1rem;
  align-items: center;
}
.hm-solutions-section .solutions-left {
  padding-right: 15rem;
}
.hm-solutions-section .head-wrapper {
  text-align: start;
}
.hm-solutions-section .head-wrapper .smalltitle {
  color: rgba(255, 255, 255, 0.7490196078);
}
.hm-solutions-section .head-wrapper .maintitle {
  color: var(--white);
}
.hm-solutions-section .subtitle {
  color: var(--white);
  padding: 20px 0 0px;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.7;
  font-size: 1.1rem;
}
.hm-solutions-section .solutions-right {
  position: relative;
}
.hm-solutions-section .accr-container {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin: 2rem 0 1.6rem;
}
.hm-solutions-section .accr-item {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.hm-solutions-section .accr-item img {
  width: 36px;
}
.hm-solutions-section .accr-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: var(--lexend);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  position: relative;
  top: 0.2rem;
}
.hm-solutions-section .accr-question .icon {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}
.hm-solutions-section .accr-question .icon i {
  transform: rotate(0deg);
  font-size: 0.9rem;
}
.hm-solutions-section .accr-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
  color: var(--white);
}
.hm-solutions-section .accr-answer p {
  margin: 0 0 0;
  color: rgba(255, 255, 255, 0.7490196078);
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.7;
}
.hm-solutions-section .accr-item.active .accr-answer {
  max-height: 200px;
  padding-top: 0.8rem;
}
.hm-solutions-section .accr-item.active .accr-question .icon {
  transform: rotate(180deg);
}

.box-color-1 {
  background-image: linear-gradient(to bottom, var(--default-btn), #ff7946);
}
.box-color-1 h3 {
  color: #fff;
}
.box-color-1 p {
  color: #fff;
}

.box-color-2 {
  background-color: #faebe5;
}

.box-color-3 {
  background-color: #fab32f;
}
.box-color-3 h3 {
  color: #fff;
}
.box-color-3 p {
  color: #fff;
}

.card-stack #img-container {
  width: 100%;
  position: relative;
}
.card-stack #img-container li {
  transition: all 400ms ease-in-out;
  position: absolute;
  width: 545px;
  list-style: none;
  box-shadow: 0 1px 10px 1px var(--black40);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: cover;
  border-radius: 1.2rem;
  user-select: none;
  display: flex;
  gap: 18px;
  padding: 18px;
}
.card-stack #img-container li:nth-child(1) {
  top: 5rem;
  transform: translateY(-7.5%) scale(0.88);
  z-index: 1;
}
.card-stack #img-container li:nth-child(2) {
  top: 6rem;
  transform: translateY(-3%) scale(0.94);
  z-index: 2;
}
.card-stack #img-container li:nth-child(3) {
  top: 7rem;
  transform: translateY(0%) scale(1);
  z-index: 3;
}

/* Animate card leaving (scaleDown) */
.transformThis {
  animation: scaleDown 500ms ease-in-out forwards;
}

/* Animate card entering (scaleUp) */
.transformPrev {
  animation: scaleUp 500ms ease-in-out forwards;
}

/* Smooth scaleUp divided into 5 steps */
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(80px);
    opacity: 0;
  }
  20% {
    transform: scale(0.85) translateY(60px);
    opacity: 0.25;
  }
  40% {
    transform: scale(0.9) translateY(40px);
    opacity: 0.5;
  }
  60% {
    transform: scale(0.95) translateY(20px);
    opacity: 0.75;
  }
  80% {
    transform: scale(0.98) translateY(10px);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
/* Smooth scaleDown divided into 5 steps */
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  20% {
    transform: scale(0.98) translateY(10px);
    opacity: 0.9;
  }
  40% {
    transform: scale(0.95) translateY(20px);
    opacity: 0.75;
  }
  60% {
    transform: scale(0.9) translateY(40px);
    opacity: 0.5;
  }
  80% {
    transform: scale(0.85) translateY(60px);
    opacity: 0.25;
  }
  100% {
    transform: scale(0.8) translateY(80px);
    opacity: 0;
  }
}
.testimonial-seo-section .description {
  font-size: 18px;
  font-family: var(--lexend);
  font-weight: 400;
  margin: 18px 0;
  line-height: 1.4;
}

.test--client--container {
  padding: 3.5rem 0 2rem;
  height: auto;
}

#main--slider {
  position: relative;
  margin: 5rem 0 1rem;
}
#main--slider .testimonial-box p {
  color: #000000bf;
  line-height: 1.76rem;
  font-size: 1rem;
}
#main--slider .testimonial-box .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#main--slider .casestudy-text {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 15, 69, 0.6980392157);
  padding: 0 0.36rem;
  border-radius: 0.3125rem;
  margin-left: 0.2rem;
  font-size: 0.78rem;
  font-weight: 300;
  font-family: var(--lexend);
  display: inline-block;
  text-transform: capitalize;
}
#main--slider .client-logo {
  width: 90px;
}
#main--slider .owl-carousel.owl-drag .owl-item {
  background: rgba(96, 160, 204, 0.1490196078);
  border-radius: 20px;
  padding: 25px;
  height: 310px;
}
#main--slider .owl-carousel .owl-stage {
  display: flex;
  padding-left: 0 !important;
}
#main--slider .owl-stage-outer {
  padding-top: 1.5rem;
}
#main--slider .owl-theme .fa-arrow-right,
#main--slider .owl-theme .fa-arrow-left {
  color: var(--white);
  background: #000f45;
  padding: 12px 14px;
  border-radius: 25px;
  font-size: 20px;
}
#main--slider .owl-theme .owl-nav[class*="owl-"] {
  margin-top: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: -20%;
  transition: 0.4s ease-in-out;
}
#main--slider .owl-theme .owl-nav[class*="owl-"]:hover {
  background: transparent;
}
#main--slider .owl-theme .owl-nav .disabled {
  opacity: 0.13;
}
#main--slider .owl-theme .owl-next,
#main--slider .owl-theme .owl-prev {
  position: relative;
}
#main--slider .owl-theme .owl-next:hover,
#main--slider .owl-theme .owl-prev:hover {
  background: transparent;
}
#main--slider .flex-square {
  padding-bottom: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  grid-gap: 4rem;
}
#main--slider .flex-square-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
#main--slider .flex-square-content .clientphoto {
  width: 50px;
  border-radius: 50%;
}
#main--slider .flex-square-content .name {
  margin-bottom: 0;
  color: var(--black);
  font-size: 16px;
  font-family: var(--lexend);
  font-weight: 400;
}
#main--slider .flex-square-content .name .name--link {
  color: var(--default);
}
#main--slider .flex-square-content .service-name {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: var(--lexend);
  color: var(--black);
  line-height: 16px;
}

.PortfoliotextSlider {
  height: 74px;
  overflow: hidden;
}
.PortfoliotextSlider h2 {
  font-size: 62px;
  font-weight: 700;
  color: var(--secondary);
}
.PortfoliotextSlider .swiper-slide {
  text-align: start;
  width: 100%;
}

.common-titles {
  text-transform: capitalize;
  font-size: 42px;
  margin-bottom: 22px;
}
.common-titles .highlighter {
  color: var(--secondary);
  position: relative;
  z-index: 1;
}
.common-titles .highlighter::before {
  content: "";
  position: absolute;
  background-color: #feded1;
  width: 100%;
  height: 14px;
  bottom: 8px;
  z-index: -1;
}

.portfolio-gallery-header-section {
  background: url("../gallery-banner-bg.html")
    no-repeat;
  background-size: cover;
  padding: 8rem 0 4rem;
}

.downarrow {
  width: 12px;
  margin-left: 2px;
}

.bg-loading {
  background-color: #0b1523;
}

.portdetail-wrapper {
  padding: 6rem 0 3rem;
}
.portdetail-wrapper .gallery-box {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem 2.4rem;
}
.portdetail-wrapper .gallery-box-one {
  text-align: start;
}
.portdetail-wrapper .gallery-box-one .mainheading {
  font-size: 34px;
  margin-bottom: 28px;
  border-radius: 0;
  color: var(--white);
  font-weight: 400;
}
.portdetail-wrapper .gallery-box-one .mainsubtitle {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 200;
  padding: 0px;
  margin-bottom: 40px;
}
.portdetail-wrapper .gallery-box-one .default--btn {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  padding: 10px 28px;
}
.portdetail-wrapper .gallery-box-one .default--btn .downarrow {
  transition: transform 0.3s ease-in-out;
}
.portdetail-wrapper .gallery-box-one .default--btn:hover .downarrow {
  margin-left: 4px;
  animation: shakeRotate 4s ease-in-out infinite;
}
.portdetail-wrapper .gallery-box-labled-text {
  display: flex;
  margin-bottom: 20px;
  gap: 22px;
  align-items: center;
}
.portdetail-wrapper .gallery-box-labled-text-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.portdetail-wrapper .gallery-box-labled-text-inner p {
  font-size: 15px;
  color: var(--white);
  margin-bottom: 0;
  padding: 0;
}

.portdetails-extras {
  /* General skeleton animation */
}
.portdetails-extras .sertech-flexbox {
  margin: 30px 0;
  display: grid;
  grid-gap: 2.2rem;
  grid-template-columns: repeat(2, auto);
}
.portdetails-extras .sertech-flexbox-items {
  display: flex;
  gap: 8px;
  flex-direction: column;
  background-color: #fee7df;
  border-radius: 6px;
  padding: 16px 30px;
}
.portdetails-extras .sertech-flexbox-items img {
  width: 34px;
}
.portdetails-extras .sertech-flexbox-items .inner {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.2rem;
}
.portdetails-extras .sertech-flexbox-items .inner h2 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--secondary);
  font-weight: 400;
}
.portdetails-extras .sertech-flexbox-items p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
  color: var(--default);
  font-weight: 400;
}
.portdetails-extras .sertech-flexbox-items p a.item-label {
  text-decoration: underline;
}
@keyframes skeleton-loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.portdetails-extras .skeleton-container,
.portdetails-extras .skeleton-logo-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.portdetails-extras .skeleton-box {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background: #e2e2e2;
  background-image: linear-gradient(
    90deg,
    #e2e2e2 0px,
    #f5f5f5 40px,
    #e2e2e2 80px
  );
  background-size: 600px;
  animation: skeleton-loading 1.2s infinite;
}
.portdetails-extras .skeleton-line {
  height: 14px;
  background: #e2e2e2;
  border-radius: 4px;
  animation: skeleton-loading 1.2s infinite;
  background-image: linear-gradient(
    90deg,
    #e2e2e2 0px,
    #f5f5f5 40px,
    #e2e2e2 80px
  );
  background-size: 600px;
  margin: 4px 0;
}
.portdetails-extras .skeleton-line.short {
  width: 80px;
}
.portdetails-extras .skeleton-line.long {
  width: 200px;
}
.portdetails-extras .skeleton-logo {
  width: 120px;
  height: 60px;
  border-radius: 6px;
  background: #e2e2e2;
  background-image: linear-gradient(
    90deg,
    #e2e2e2 0px,
    #f5f5f5 40px,
    #e2e2e2 80px
  );
  background-size: 600px;
  animation: skeleton-loading 1.2s infinite;
}
.portdetails-extras .tab-navigation {
  padding: 40px 20px 0;
  position: sticky;
  top: 3rem;
}
.portdetails-extras .tab-navigation-heading {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.portdetails-extras .tab-content {
  padding-top: 1.2rem;
}
.portdetails-extras .tab-list {
  list-style: none;
}
.portdetails-extras .tab-item {
  padding: 0px 20px 0 16px;
  margin-bottom: 0px;
  cursor: pointer;
  border-left: 3px solid #d9d9d9;
  transition: all 0.3s ease;
  font-weight: 500;
  color: var(--default);
  font-family: var(--lexend);
}
.portdetails-extras .tab-item span {
  display: block;
  padding: 5px 0;
}
.portdetails-extras .tab-item.active {
  border-left: 3px solid var(--default-btn);
}
.portdetails-extras .tab-item:hover:not(.active) {
  border-left: 3px solid var(--default-btn);
}
.portdetails-extras .content-section {
  padding: 20px 0 0;
}
.portdetails-extras .content-section h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.portdetails-extras .process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.portdetails-extras .process-steps span {
  background-color: #e1f0ff;
  color: #0066cc;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
}

#gallery {
  margin: 2rem 0;
}

.tab-container .cta-box {
  background: #fee7df;
  border-radius: 6px;
  margin-top: 26px;
  padding: 20px 14px;
}
.tab-container .cta-box-heading {
  font-size: 1.4rem;
  font-weight: 400;
}
.tab-container .cta-box-subtitle {
  font-size: 16px;
  margin: 12px 0 16px;
}
.tab-container .lined-btn {
  border: 1px solid var(--default-btn);
  border-radius: 50px;
  color: var(--default-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  background: transparent;
  width: 100%;
  height: 46px;
  font-weight: 400;
}
.tab-container .lined-btn .paperplane-icon {
  width: 18px;
}

.tablist-mobile {
  position: sticky;
  top: 80px;
  z-index: 1000;
  background: #fff;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  border-bottom: 1px solid #ddd;
}
.tablist-mobile::-webkit-scrollbar {
  display: none;
}

#downIcon {
  z-index: 1000;
}

.down-mobicon {
  position: fixed;
  z-index: 1000;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tab-list-mobile {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tab-item-mobile {
  flex: 0 0 auto;
  padding: 10px 10px 5px;
  font-weight: 500;
  color: #000;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s;
  cursor: pointer;
}
.tab-item-mobile.active {
  border-bottom: 2px solid var(--default-btn);
}

.portdetails-nt9876-section::after {
  content: "";
  display: none;
}

.gallery-box {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.gallery-box-one {
  text-align: center;
}
.gallery-box-one h1 {
  font-size: 44px;
  margin-bottom: 36px;
  border-radius: 10px;
  color: #f5c526;
}
.gallery-box-one p {
  color: var(--white);
  font-size: 20px;
  padding: 0px 20px;
}

.gallery-text-slider .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.gallery-text-slider .tag-list li {
  padding: 1rem 0.6rem;
  transition: 300ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: var(--lexend);
  color: rgba(255, 255, 255, 0.4392156863);
}
.gallery-text-slider .tag-list li:hover,
.gallery-text-slider .tag-list li:focus,
.gallery-text-slider .tag-list li:active {
  transform: scale(1.1);
}
.gallery-text-slider .scroller {
  max-width: max-content;
}
.gallery-text-slider .scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
.gallery-text-slider .scroller[data-direction="slow"] {
  --_animation-duration: 20s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.gallery-text-slider .scroller__inner {
  display: flex;
  flex-wrap: wrap;
}
.gallery-text-slider .scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    var(--white) 10%,
    var(--white) 90%,
    transparent
  );
  mask: linear-gradient(
    90deg,
    transparent,
    var(--white) 10%,
    var(--white) 90%,
    transparent
  );
}
.gallery-text-slider .scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  animation-delay: 1s;
}

.gallery-service-section {
  padding: 80px 0 0;
}
.gallery-service-section .wecreate-heading-header {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 1.4rem;
  font-weight: 400;
}
.gallery-service-section .wecreate-heading-highlighter {
  color: var(--secondary);
  position: relative;
}
.gallery-service-section .wecreate-heading-highlighter::before {
  content: "";
  position: absolute;
  background-color: #feded1;
  width: 100%;
  height: 14px;
  bottom: 8px;
  z-index: -1;
}
.gallery-service-section .wecreate-heading p {
  font-size: 20px;
}
.gallery-service-section .wecreate-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
  background: #fee6dd;
  padding: 40px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 9.1px 0px rgba(213, 93, 43, 0.5294117647);
  position: relative;
  z-index: 1;
  border: 2px solid rgba(213, 93, 43, 0.2);
}
.gallery-service-section .wecreate-flexbox::before {
  content: "";
  background: url(../gallery-wecreate-arrow.html)
    no-repeat;
  background-size: 100%;
  width: 200px;
  height: 100%;
  position: absolute;
  right: -38px;
  top: 60px;
  z-index: 2;
}
.gallery-service-section .wecreate-flexbox-items {
  display: flex;
  align-items: self-start;
  gap: 10px;
  max-width: 320px;
}
.gallery-service-section .wecreate-flexbox-items .gallery-service-icon {
  width: 70px;
}
.gallery-service-section .wecreate-flexbox-items .inner h3 {
  font-size: 18px;
  margin-bottom: 0.8rem;
}
.gallery-service-section .wecreate-flexbox-items .inner p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.owl-carousel1 .owl-item.active .categories-tags {
  opacity: 0;
  transition-duration: 0.1s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.owl-carousel1 .owl-item.active.center .categories-tags {
  opacity: 1;
  transition-duration: 2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials {
  position: relative;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-stage-outer .owl-item {
  transform: scale(0.8);
  transition: transform 0.2s ease-in-out;
  display: block;
}
.gtco-testimonials .owl-stage-outer .owl-item.active.center {
  transform: scale(1.1);
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-next,
.gtco-testimonials .owl-carousel .owl-nav button.owl-prev,
.gtco-testimonials .owl-carousel button.owl-dot {
  outline: 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
  margin-top: 1.2rem;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: var(--white);
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
}
.gtco-testimonials .new-carousel .categories-tags {
  right: 0;
  left: 0;
  grid-gap: 14px;
  display: flex;
  justify-content: center;
}

.galleryimg-section {
  padding: 80px 0 40px;
}
.galleryimg-section .swiper-wrapper {
  padding: 70px 0;
}
.galleryimg-section .title {
  font-weight: 400;
}
.galleryimg-section .swiper-slide .categories-tags {
  opacity: 0;
  transition-duration: 0.1s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.galleryimg-section .swiper-slide-prev,
.galleryimg-section .swiper-slide-next {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
  display: block;
}
.galleryimg-section .swiper-slide-active {
  display: block;
  transform: scale(1.2);
  transition: transform 0.2s ease-in-out;
}
.galleryimg-section .swiper-slide-active .categories-tags {
  opacity: 1;
  transition-duration: 2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

.galleryimg_slider .owl-item .categories-tags {
  display: block; /* Show buttons only on the center slide */
}
.galleryimg_slider .owl-item.show-tags .categories-tags {
  display: none; /* Hide buttons by default */
}
.galleryimg_slider .owl-item .item img {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.galleryimg_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.galleryimg_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.imagegallery-section {
  padding: 40px 0;
}
.imagegallery-section .imagegallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.imagegallery-section .gallery-image-middletext {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  font-family: var(--lexend);
  padding: 40px 0 0;
}

.ptf-details-header-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.ptf-details-header-section.lazyload[data-bg] {
  background-image: none;
}
.ptf-details-header-section.lazyloaded[data-bg] {
  background-image: url(""); /* fallback to be overwritten by JS */
}
.ptf-details-header-section .gallery-box {
  grid-template-columns: repeat(2, auto);
  grid-gap: 3rem 6rem;
}

.problem-sol-section {
  padding: 60px 0 20px;
}
.problem-sol-section .prosol-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.problem-sol-section .prosol-grid-items h4 {
  margin-bottom: 35px;
}
.problem-sol-section .prosol-grid-items-title {
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}
.problem-sol-section .prosol-grid-items-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: var(--lightpink);
  bottom: 12px;
  left: 0;
  z-index: -1;
}

.nt9876-section {
  padding: 20px 0 0;
  position: relative;
}
.nt9876-section::after {
  content: "";
  background-color: var(--secondary);
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.nt9876-section .nt9876-boxshade {
  background-color: #fedccf;
  padding: 0px 40px 40px 40px;
  border-radius: 8px;
  position: relative;
  z-index: -1;
}
.nt9876-section .nt9876-boxshade::before {
  content: url("../testimonail-arrow.html");
  position: absolute;
  right: 0;
  top: 5%;
  z-index: 4;
  transform: scale(0.5);
}
.nt9876-section .nt9876-heading h4 {
  font-size: 88px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 2.6rem;
}
.nt9876-section .nt9876-container {
  padding: 30px;
  position: relative;
  z-index: 3;
  background: rgba(254, 220, 207, 0.59);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  border: 0;
}
.nt9876-section .nt9876-container::before {
  content: url("../testimonial-clouds.html");
  position: absolute;
  right: -16px;
  bottom: 100px;
  z-index: 4;
  transform: scale(0.6);
}
.nt9876-section .nt9876-carousel {
  position: relative;
}
.nt9876-section .nt9876-carousel::before,
.nt9876-section .nt9876-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: radial-gradient(
    170.42% 30% at 50% 50%,
    #ffffff 80%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}
.nt9876-section .nt9876-carousel::before {
  left: 0px;
}
.nt9876-section .nt9876-carousel::after {
  right: 0px;
}
.nt9876-section .nt9876-carousel-description {
  margin-bottom: 38px;
}
.nt9876-section .nt9876-carousel-description img {
  width: 34px;
  height: auto;
}
.nt9876-section .nt9876-carousel-description p {
  text-wrap: pretty;
  font-size: 16px;
  padding-left: 0;
}
.nt9876-section .nt9876-carousel-description p:last-child {
  margin-bottom: 0;
}
.nt9876-section .nt9876-carousel-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nt9876-section .nt9876-carousel-flex .nt9876-client h4 {
  font-size: 18px;
  margin-bottom: 6px;
}
.nt9876-section .nt9876-carousel-flex .nt9876-client p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.nt9876-section .nt9876-carousel-flex .nt9876-client-logo {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.nt9876-section .nt9876-carousel .nt9876-stars .star-rating {
  font-size: 18px;
}
.nt9876-section .nt9876-carousel .nt9876-stars .checked {
  color: #f5c526;
}
.nt9876-section .nt9876-carousel .nt9876-stars .unchecked {
  color: var(--lightgray);
}
.nt9876-section .nt9876-carousel .nt9876-stars .half-star {
  position: relative;
  display: inline-block;
}
.nt9876-section .nt9876-carousel .nt9876-stars .half-star::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f5c526;
  width: 50%;
  overflow: hidden;
}
.nt9876-section .nt9876-carousel .nt9876-stars .half-star::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--lightgray);
}

.process-flow-wrapper::after {
  content: "";
  display: none;
}

.process-flow-section {
  background-color: var(--secondary);
  padding: 30px 0;
  border-radius: 8px;
}
.process-flow-section .process-flow-heading {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--white);
}
.process-flow-section .process-flow-heading span {
  color: #f5c526;
}
.process-flow-section .process-flow-descr {
  font-size: 1.2rem;
  color: var(--white);
  width: 70%;
  margin: 0 auto;
}

.resultcnt-wrapper-counter {
  background: var(--default);
  padding: 40px 40px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 3rem;
  margin: 40px 0 10px;
  border-radius: 8px;
  flex-direction: column;
}
.resultcnt-wrapper-counter .resultcnt-wrapper-flex {
  display: grid;
  grid-template-columns: repeat(2, 25%);
  grid-gap: 10rem;
  width: 100%;
  justify-content: center;
}
.resultcnt-wrapper-counter .resultcnt-heading {
  font-size: 116px;
  font-weight: 800;
  font-family: var(--lexend);
  margin-bottom: 14px;
  color: var(--white);
}
.resultcnt-wrapper-counter .resultcnt-para {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--white);
}
.resultcnt-wrapper-counter .result-button {
  text-align: center;
  margin-top: 1rem;
}
.resultcnt-wrapper-counter .rightArrow-icon .rightArrow {
  width: 14px;
  margin-left: 0.6rem;
  transform: rotate(-90deg);
}

.flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  height: 100%;
}
.flow-container .step {
  display: flex;
  text-align: center;
}
.flow-container .step p {
  font-size: 12px;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.6px;
}
.flow-container .img-container {
  width: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.flow-container .flow-button {
  color: var(--white);
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  width: 90px;
  padding-bottom: 10px;
}
.flow-container .flow-button.active {
  filter: grayscale(0%);
}
.flow-container .arrow {
  width: 28px;
  height: 28px;
  background-image: url("../process-icon-arrow.html");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: relative;
  top: 22%;
}
.flow-container .arrow.visible {
  opacity: 1;
}

#carousel .cg1234 {
  z-index: 2;
}
#carousel .owl-carousel .owl-stage {
  padding: 40px 0 20px;
}
#carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  border-radius: 6px;
}
#carousel .owl-item.active.center {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#carousel .item {
  margin: 10px;
}
#carousel .owl-theme .owl-dots {
  display: block;
  padding-top: 20px;
}
#carousel .owl-theme .owl-dots .owl-dot {
  transition: 0.1s ease-in-out;
}
#carousel .owl-theme .owl-dots .owl-dot.active span {
  background: var(--secondary);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
#carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--secondary);
  border-radius: 2px;
}
#carousel .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  border-radius: 2px;
  background-color: var(--secondary);
}

.turning-ideas-section {
  padding: 80px 0;
}
.turning-ideas-section .turning-ideas-heading {
  text-align: center;
}
.turning-ideas-section .turning-ideas-heading-title {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 1.4rem;
  font-weight: 400;
}
.turning-ideas-section .turning-ideas-heading .highlighter {
  color: var(--secondary);
  position: relative;
}
.turning-ideas-section .turning-ideas-heading .highlighter::before {
  content: "";
  position: absolute;
  background-color: #feded1;
  width: 100%;
  height: 18px;
  bottom: 18px;
  z-index: -1;
}
.turning-ideas-section .turning-ideas-img {
  margin-top: 40px;
}
.turning-ideas-section .turning-ideas-img-banner {
  width: 100%;
  border-radius: 8px;
}

.single-logo-slider .slider {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 8px;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    var(--white) 20%,
    var(--white) 80%,
    transparent
  );
  mask: linear-gradient(
    90deg,
    transparent,
    var(--white) 20%,
    var(--white) 80%,
    transparent
  );
}
.single-logo-slider .slider:hover .item {
  animation-play-state: paused;
}
.single-logo-slider .item {
  animation: logoanimate 20s linear infinite;
}
.single-logo-slider .item img {
  min-width: 140px;
  padding: 0 10px;
}

@keyframes logoanimate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1800px, 0, 0);
  }
}
.client--logos--section {
  padding: 40px 0;
}
.client--logos--section .clients-carousel {
  margin-bottom: 20px;
}

#banner,
#circle {
  display: none;
}

.gallery-text-slider .logo-slider {
  overflow: hidden;
  width: 100%;
  max-width: max-content;
}
.gallery-text-slider .slider-track {
  display: flex;
  width: 2100px;
  animation: scroll 40s linear infinite;
}

.logo-slider .client--logos {
  width: 200px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3000px);
  }
}
@keyframes scrollReverse {
  0% {
    transform: translateX(-3000px);
  }
  100% {
    transform: translateX(0);
  }
}
.clients-carousel-portfolio .clients-carousel .box,
.clients-carousel-rev .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 10px auto;
}
.clients-carousel-portfolio .clients-carousel .box img,
.clients-carousel-rev .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.clients-carousel-portfolio .clients-carousel .box:hover,
.clients-carousel-rev .box:hover {
  transform: scale(1.2);
}

/* Home ~ About section */
.aboutus--title {
  font-size: 27px;
}

.i--span {
  font-size: 30px;
}

.one--icon {
  font-size: 25px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #8cc33b;
  box-shadow: 0 0 20px rgba(140, 195, 59, 0.6509803922);
}

.two--icon {
  font-size: 17px;
  padding: 14px 11px;
  border-radius: 50px;
  background-color: #fcaa26;
  box-shadow: 0 0 20px rgba(252, 170, 38, 0.7411764706);
}

.three--icon {
  font-size: 22px;
  padding: 0.7rem 0.7rem;
  border-radius: 50px;
  background-color: var(--default-btn);
  box-shadow: 0 0 20px rgba(213, 93, 43, 0.568627451);
}

.home-a-main-grid {
  padding-top: 40px;
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0;
}
.home-a-main-grid .first-col {
  width: 100%;
}
.home-a-main-grid .subtitle {
  font-family: var(--lexend);
  margin-bottom: 25px;
  font-size: 17px;
  color: var(--primary);
  font-weight: 500;
}

.home-a-main-grid .card-section {
  align-items: end;
}

.card-section {
  padding-top: 30px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.7rem;
}
.card-section .services-clutchicon {
  position: absolute;
  right: 36px;
  top: 2.2rem;
  z-index: 1;
}
.card-section .about--cc--one:hover {
  background-color: #8cc33b;
}
.card-section .about--cc--one:hover .label--name,
.card-section .about--cc--one:hover .card-number {
  color: var(--white);
}
.card-section .about--cc--one:hover .card-label {
  color: var(--white);
}
.card-section .about--cc--one:hover .one--icon {
  border: 1px solid var(--white);
}
.card-section .about--cc--two {
  padding-top: 2.1rem;
}
.card-section .about--cc--two:hover {
  background-color: #fcaa26;
}
.card-section .about--cc--two:hover .card-number-1 {
  color: var(--white);
}
.card-section .about--cc--two:hover .label--name,
.card-section .about--cc--two:hover .card-label {
  color: var(--white);
}
.card-section .about--cc--two:hover .two--icon {
  border: 1px solid var(--white);
}
.card-section .about--cc--three:hover {
  background-color: var(--default-btn);
}
.card-section .about--cc--three:hover .card-number-2 {
  color: var(--white);
}
.card-section .about--cc--three:hover .label--name,
.card-section .about--cc--three:hover .card-label {
  color: var(--white);
}
.card-section .about--cc--three:hover .three--icon {
  border: 1px solid var(--white);
}
.card-section .small-card {
  background-color: #fafafa;
  border-radius: 10px;
  border: none;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 0.8rem;
  height: 100%;
  transition: all 0.4s ease-in-out;
  padding: 0.8rem 1rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
.card-section .small-card .label--name {
  font-size: 0.84rem;
  font-family: var(--lexend);
  font-weight: 300;
}
.card-section .small-card-content {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.card-section .small-card .card-icon {
  display: block;
  margin: 0 auto;
  width: 120px;
}
.card-section .small-card .card-number,
.card-section .small-card .card-number-1,
.card-section .small-card .card-number-2 {
  color: var(--lightsuccess);
  font-size: 24px;
  font-family: var(--lexend);
  margin-bottom: 0;
  font-weight: 700;
}
.card-section .small-card .count {
  line-height: 38px;
}
.card-section .small-card .card-number-1 {
  color: var(--lightyellow);
}
.card-section .small-card .card-number-2 {
  color: var(--lightorange);
}
.card-section .small-card .card-label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

/* Home ~ service section */
.inner--pt {
  padding-top: 10px;
}

.home-servive {
  background-image: url("../home-service-bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.home-servive h5 {
  text-align: center;
}

.service--card--img {
  width: 88px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 40px;
  grid-gap: 1.4rem;
}
.service-grid .grid--cards {
  display: grid;
  grid-template-columns: 105px 1fr;
}
.service-grid .grid--cards .service--card--img {
  grid-column: 1/2;
}
.service-grid .grid--cards .service--card--title {
  grid-column: 2/3;
  padding-right: 2.4rem;
  margin-bottom: 0;
}
.service-grid .grid--cards .tagline {
  grid-column: 1/3;
  grid-row: 2/3;
}
.service-grid .service--card--title {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: var(--lexend);
  color: var(--default);
}
.service-grid p {
  padding-right: 40px;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--lexend);
  margin-bottom: 0;
  letter-spacing: 0.3px;
}
.service-grid .offer--learn {
  background-color: rgba(255, 220, 206, 0.7294117647);
  padding: 1.5rem 1rem;
  border-radius: 14px;
}
.service-grid .offer--learn p {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  font-family: var(--lexend);
  margin-bottom: 1rem;
}

.cards,
.cards-1,
.cards-2,
.cards-3,
.cards-4,
.cards-5 {
  align-items: center;
  border-radius: 0.6rem;
  background-color: var(--white);
  padding: 0.8rem 0 0.8rem 0.8rem;
  position: relative;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.cards:hover,
.cards-1:hover,
.cards-2:hover,
.cards-3:hover,
.cards-4:hover,
.cards-5:hover {
  transform: translate(0, -8px);
  transition: all 0.4s ease-in-out;
}
.cards:hover .cards::before,
.cards:hover .cards-1::before,
.cards:hover .cards-2::before,
.cards:hover .cards-3::before,
.cards:hover .cards-4::before,
.cards:hover .cards-5::before,
.cards-1:hover .cards::before,
.cards-1:hover .cards-1::before,
.cards-1:hover .cards-2::before,
.cards-1:hover .cards-3::before,
.cards-1:hover .cards-4::before,
.cards-1:hover .cards-5::before,
.cards-2:hover .cards::before,
.cards-2:hover .cards-1::before,
.cards-2:hover .cards-2::before,
.cards-2:hover .cards-3::before,
.cards-2:hover .cards-4::before,
.cards-2:hover .cards-5::before,
.cards-3:hover .cards::before,
.cards-3:hover .cards-1::before,
.cards-3:hover .cards-2::before,
.cards-3:hover .cards-3::before,
.cards-3:hover .cards-4::before,
.cards-3:hover .cards-5::before,
.cards-4:hover .cards::before,
.cards-4:hover .cards-1::before,
.cards-4:hover .cards-2::before,
.cards-4:hover .cards-3::before,
.cards-4:hover .cards-4::before,
.cards-4:hover .cards-5::before,
.cards-5:hover .cards::before,
.cards-5:hover .cards-1::before,
.cards-5:hover .cards-2::before,
.cards-5:hover .cards-3::before,
.cards-5:hover .cards-4::before,
.cards-5:hover .cards-5::before {
  right: 0;
  transition: all 0.4s ease-in-out;
}

.cards::before,
.cards-1::before,
.cards-2::before,
.cards-3::before,
.cards-4::before,
.cards-5::before {
  content: "";
  background-image: url("../arrow.html");
  background-repeat: no-repeat;
  position: absolute;
  width: 8%;
  right: 6px;
  top: 50%;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.cards::after,
.cards-1::after,
.cards-2::after,
.cards-3::after,
.cards-4::after,
.cards-5::after {
  content: "";
  background-color: rgba(247, 209, 130, 0.5294117647);
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.cards:hover .h--1 {
  color: var(--default-btn);
}
.cards:hover::after {
  background-color: var(--default-btn);
  transition: all 0.4s ease-in-out;
}

.cards-1:hover .h--2 {
  color: #fcaa26;
}
.cards-1:hover::after {
  background-color: #fcaa26;
  transition: all 0.4s ease-in-out;
}

.cards-2:hover .h--3 {
  color: #9fd356;
}
.cards-2:hover::after {
  background-color: #9fd356;
  transition: all 0.4s ease-in-out;
}

.cards-3:hover .h--4 {
  color: #1b77b5;
}
.cards-3:hover::after {
  background-color: #1b77b5;
  transition: all 0.4s ease-in-out;
}

.cards-4:hover .h--4 {
  color: #a11cd9;
}
.cards-4:hover::after {
  background-color: #a11cd9;
  transition: all 0.4s ease-in-out;
}

.cards-5:hover .h--4 {
  color: #d21b1b;
}
.cards-5:hover::after {
  background-color: #d21b1b;
  transition: all 0.4s ease-in-out;
}

.cards-1::after {
  background-color: #e4f2d0;
}

.cards-2::after {
  background-color: #cbe2f1;
}

.cards-3::after {
  background-color: #fcdccf;
}

.cards-4::after {
  background-color: #e9d6fd;
}

.cards-5::after {
  background-color: rgba(228, 45, 98, 0.4);
}

.button-section {
  padding-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

/* Home ~ Request qoute */
.request-banner-bg {
  background-image: url("../request-banner.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 50px 0;
}

.request--form .success--box,
.request--form .error--box {
  width: 100%;
  margin: 10px auto 0;
  background-color: rgba(239, 239, 239, 0.5490196078);
  border: 1px dashed #888888;
  border-radius: 12px;
  padding: 0.2rem 0.5rem;
}
.request--form .error--box {
  width: 80%;
}
.request--form .success {
  font-size: 13px;
  color: #0d650d;
  margin-bottom: 0;
  font-family: var(--lexend);
  font-weight: 400;
  line-height: 1.8;
}
.request--form .error {
  font-size: 13px;
  color: #d81010;
  margin-bottom: 0;
  font-family: var(--lexend);
  font-weight: 400;
}

.req-title {
  text-align: center;
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
  font-family: var(--lexend);
  line-height: normal;
}

.req-subtitle {
  text-align: center;
  color: var(--white);
  font-weight: 300;
  padding-top: 20px;
  font-size: 18px;
}

#req_common_form #tel_number-error {
  top: 0px;
}

.req-form .iti__flag-container {
  padding: 0;
}
.req-form .iti--allow-dropdown .iti__flag-container,
.req-form .iti--separate-dial-code .iti__flag-container {
  display: flex;
}
.req-form #tel_number-error {
  position: relative;
  top: -14px;
  font-size: 14px;
  color: red;
  font-weight: 400;
}
.req-form #email_id-error {
  position: relative;
  top: -14px;
  font-size: 14px;
  color: red;
  font-weight: 400;
}
.req-form .iti {
  margin-bottom: 22px;
}
.req-form .inner-form {
  font-size: 18px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 1rem 1rem;
  margin-top: 25px;
  position: relative;
}
.req-form .inner-form .cc-phone-input {
  margin-left: 98px !important;
  padding-left: 0 !important;
  width: 230px !important;
}
.req-form .inner-form .formcontrol {
  border: none;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
  color: var(--primary);
  letter-spacing: 0.4px;
  font-family: var(--lexend);
  font-style: italic;
  height: 45px;
}
.req-form .inner-form .formcontrol::placeholder {
  font-size: 14px;
  font-family: var(--lexend);
}
.req-form .inner-form .formcontrol:focus {
  outline: none;
  box-shadow: unset;
}
.req-form .submit {
  background-image: linear-gradient(to right, #fcaa26, #f5c540);
  font-size: 16px;
  color: var(--white);
  font-weight: 300;
  font-family: var(--lexend);
  border-radius: 28px;
  width: 100%;
  border: none;
  padding: 10px;
}
.req-form .submit:hover {
  background-image: linear-gradient(to left, #fcaa26, #f5c540);
}
.req-form .submit .submit--span {
  height: 100%;
  display: inline-block;
}

/* Home ~ Porfolio */
#gallery--portfolio {
  padding-right: 0px !important;
}

.portfolio-banner-section {
  background-image: url("../portfolio-banner.html");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 150px;
  padding: 60px 0;
}
.portfolio-banner-section p {
  font-weight: 400;
  font-size: 18px;
}
.portfolio-banner-section .port-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding-top: 15px;
}
.portfolio-banner-section .port-grid .item {
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
}
.portfolio-banner-section .port-grid .item span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  transition: 0.4s ease-in-out;
  opacity: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--lexend);
  text-align: center;
}
.portfolio-banner-section .port-grid .item:hover span {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.portfolio-banner-section .port-grid .item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -16px;
  background: transparent;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 36% 36%;
  transition: transform 0.5s ease-in-out;
}
.portfolio-banner-section .port-grid .item:hover::before {
  background: var(--hover--card);
  transform: scale(26);
}
.portfolio-banner-section .port-grid .item-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.errorheader-section {
  background-image: url("../banner-404.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.errorinner-section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.errorinner-section .error-title {
  font-size: 30px;
  padding-bottom: 30px;
}
.errorinner-section img {
  margin: auto;
}
.errorinner-section .error-smalltext {
  padding-bottom: 30px;
}

.flex-error {
  display: flex;
  text-align: start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 20px;
  flex-direction: column;
}
.flex-error .item {
  position: relative;
  width: 100%;
  padding-bottom: 8px;
}
.flex-error .item::before {
  content: url("../arrow-orange.html");
  position: relative;
  right: 7px;
  top: 1px;
  display: inline-flex;
}
.flex-error .item .item-label {
  color: var(--lightorange);
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 400;
}

.go-back-btn {
  padding-top: 30px;
  text-align: center;
}

/* About us Page
________________________________________________________ */
.aboutus--banner {
  padding: 10rem 0 9rem;
}
.aboutus--banner .grid--header--one {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 8rem;
  align-items: center;
}
.aboutus--banner .grid--header--one .aboutus-title {
  text-transform: capitalize;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: var(--crimsonpro);
}
.aboutus--banner .grid--header--one .ptag {
  font-weight: 300;
  font-family: var(--lexend);
  padding: 1rem 0;
  font-size: 1.3rem;
  padding-right: 4rem;
  color: var(--default);
}
.aboutus--banner .header--col--two {
  display: grid;
  grid-template-columns: repeat(2, 15fr);
  gap: 2.6rem;
  height: 100%;
  margin-right: 3rem;
}
.aboutus--banner .header-child-one,
.aboutus--banner .header-child-two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.2rem;
}
.aboutus--banner .header-child-two {
  position: relative;
  top: 4.5rem;
}
.aboutus--banner .stat-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.12888rem;
  align-self: stretch;
  border-radius: 0.85rem;
  background: #f0f6fa;
  height: 9.557rem;
}
.aboutus--banner .stat-box .counter {
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--lexend);
  color: #000f45;
}
.aboutus--banner .stat-box .sign,
.aboutus--banner .stat-box .static {
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--lexend);
  color: #000f45;
  display: inline-block;
}
.aboutus--banner .stat-box p {
  font-size: 1.2rem;
  margin: 0;
  color: #000f45;
}

.abt-logos-slider {
  padding-bottom: 4rem;
}

.abt-whatarewe-section {
  background: #fcf4f1;
  padding: 3rem 0;
  margin: 0 0 2rem;
}
.abt-whatarewe-section .head-wrapper {
  text-align: start;
}
.abt-whatarewe-section .maintitle span {
  color: var(--default-btn);
}
.abt-whatarewe-section .abt-whatarewe-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
.abt-whatarewe-section .abt-whatarewe-grid-coltwo img {
  display: block;
}

.abt-mission-vision-section {
  padding: 3rem 0;
  padding: 2rem 0;
}
.abt-mission-vision-section .mission-vision-wrapper {
  padding-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
.abt-mission-vision-section .our-story {
  position: relative;
  background: url(../mission-vision.html) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.abt-mission-vision-section .our-story-content {
  position: absolute;
  bottom: 0;
  padding: 2.2rem;
}
.abt-mission-vision-section .our-story-content h3 {
  color: var(--white);
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 300;
  margin-bottom: 1.2rem;
}
.abt-mission-vision-section .our-story-content p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 200;
  color: var(--white);
  margin-bottom: 0;
}
.abt-mission-vision-section .common-content {
  padding: 3.4rem 2.2rem;
  display: flex;
  align-items: center;
  border-radius: 12px;
  transition: background 0.4s ease-in-out;
}
.abt-mission-vision-section .common-content:hover {
  background: #fff6d8;
}
.abt-mission-vision-section .our-mission {
  background: #fff6d8;
}
.abt-mission-vision-section .our-mission-content div:first-of-type {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.abt-mission-vision-section .our-vision-content div:first-of-type {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.abt-mission-vision-section .mission-vision-wrapper-mv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}
.abt-mission-vision-section .mission-vision-wrapper-mv img {
  width: 30px;
}
.abt-mission-vision-section .mission-vision-wrapper-mv h3 {
  color: var(--default);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 400;
  margin-bottom: 0rem;
}
.abt-mission-vision-section .mission-vision-wrapper-mv p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.7rem;
}

.abt-gallery-section {
  padding: 3rem 0 2rem;
}

.why-choose-us {
  background: url("../why-choose-us-bg.html") no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: border-box;
  padding: 3rem 0;
  margin: 2rem 0;
}
.why-choose-us .head-wrapper {
  text-align: start;
}
.why-choose-us .head-wrapper .smalltitle {
  color: var(--white);
  font-weight: 200;
}
.why-choose-us .head-wrapper .maintitle {
  color: var(--white);
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.6rem;
}
.why-choose-us .accr-container {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin: 2rem 0 1.6rem;
}
.why-choose-us .accr-item {
  padding: 1rem 1rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.08);
}
.why-choose-us .accr-item img {
  width: 32px;
}
.why-choose-us .accr-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 10px;
  color: var(--white);
  font-family: var(--lexend);
  position: relative;
  top: 0.4rem;
}
.why-choose-us .accr-question .icon {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}
.why-choose-us .accr-question .icon i {
  transform: rotate(0deg);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us .accr-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
  color: var(--white);
}
.why-choose-us .accr-answer p {
  margin: 0 0 0;
  color: rgba(255, 255, 255, 0.7490196078);
  font-weight: 200;
  font-size: 0.99rem;
  padding-right: 6rem;
  line-height: 1.5rem;
}
.why-choose-us .accr-item.active .accr-answer {
  max-height: 200px;
}
.why-choose-us .accr-item.active .accr-question .icon {
  transform: rotate(180deg);
}

.team-section {
  padding: 4rem 0 0;
}
.team-section .team-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5rem;
}
.team-section .team-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, auto));
  gap: 2rem;
  margin: 2rem auto;
  width: 100%;
}
.team-section .team-card {
  position: relative;
  background: rgba(255, 242, 198, 0.6980392157);
  border-radius: 0.8rem;
  padding: 0rem 1.8rem 1.8rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 1rem;
}
.team-section .team-card-inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  height: 180px;
}
.team-section .team-card .team-photo {
  position: relative;
  top: -3rem;
  width: 45%;
  border-radius: 0.8rem;
}
.team-section .team-card .team-content h3 {
  font-size: clamp(1.19rem, 2vw, 1.45rem);
  font-weight: 400;
  margin-bottom: 0.8rem;
  text-transform: capitalize;
}
.team-section .team-card .team-content .role {
  margin: 0.25rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  color: var(--black);
  text-transform: capitalize;
  padding-right: 5.5rem;
}
.team-section .team-card .team-content img {
  width: 25px;
}
.team-section .team-card .desc {
  font-size: clamp(0.96rem, 2vw, 1rem);
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.8rem;
}
.team-section .team-members .team-content {
  padding: 0 1rem 0rem 2em;
  position: absolute;
  top: 70%;
}
.team-section .team-members h3 {
  color: var(--white);
  font-size: clamp(1rem, 2vw, 1.26rem);
  font-weight: 300;
}
.team-section .team-members p {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 200;
  margin-bottom: 0;
}
.team-section .team-members .owl-carousel .owl-item img {
  border-radius: 0.8rem;
}

.joinus-team-section {
  padding: 3rem 0 1rem;
}
.joinus-team-section .joinus-team-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  padding: 3.0625rem 3.6875rem;
  background: #e7f1f8;
  border-radius: 1.05rem;
}
.joinus-team-section .joinus-team-wrapper .smalltitle,
.joinus-team-section .joinus-team-wrapper .maintitle,
.joinus-team-section .joinus-team-wrapper .smalldescr {
  color: #000f45;
}
.joinus-team-section .joinus-team-wrapper .smalldescr {
  font-size: 1.1rem;
  padding-top: 0.8rem;
  font-weight: 300;
  width: 80%;
  margin: 0 auto 0.2rem;
  line-height: 2rem;
}

.ourjrny-section {
  padding: 3rem 0;
}

#ourjrny-slider {
  padding: 2.2rem 0 0;
}
#ourjrny-slider .owl-carousel.owl-drag .owl-item {
  background: #f0f6fa;
  border-radius: 12px;
  padding: 25px;
}
#ourjrny-slider .owl-stage-outer {
  padding-top: 3rem;
}
#ourjrny-slider .owl-theme .fa-arrow-right,
#ourjrny-slider .owl-theme .fa-arrow-left {
  color: var(--white);
  background: #000f45;
  padding: 12px 14px;
  border-radius: 25px;
  font-size: 20px;
}
#ourjrny-slider .owl-theme .owl-nav[class*="owl-"] {
  position: absolute;
  right: 0;
  left: 0;
  top: -10%;
  transition: 0.4s ease-in-out;
  margin-top: 0;
}
#ourjrny-slider .owl-theme .owl-nav[class*="owl-"]:hover {
  background: transparent;
}
#ourjrny-slider .owl-theme .owl-nav .disabled {
  opacity: 0.13;
}
#ourjrny-slider .owl-theme .owl-next {
  position: relative;
}
#ourjrny-slider .owl-theme .owl-next:hover {
  background: transparent;
}
#ourjrny-slider .item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#ourjrny-slider .item h3 {
  font-size: clamp(2.8rem, 2vw, 3.2rem);
  font-family: var(--lexend);
  font-weight: 0;
}
#ourjrny-slider .item h4 {
  font-weight: 400;
}
#ourjrny-slider .item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.tech-container {
  padding: 40px 0 0;
}
.tech-container .col-12 {
  padding-bottom: 1.5rem;
}
.tech-container .new-test .tech-box-image-icon {
  width: 70px;
}
.tech-container .tech-box {
  border: none;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  background-color: var(--white);
  box-shadow: 0 3px 10px rgba(219, 210, 210, 0.5411764706);
}
.tech-container .tech-box h3 {
  margin-bottom: 0px;
  font-size: 18px;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
}
.tech-container .tech-box-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 10px;
  grid-gap: 15px;
}
.tech-container .tech-box-image-icon {
  width: 100%;
  margin: 0 10px 0;
}

.tools-section {
  background-image: url("../world-map.html");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 30px 0 10px;
}
.tools-section .client-bg-img {
  zoom: 0.6;
  -moz-transform: scale(0.6);
}

.tools-grid-wrpr {
  margin-top: 40px;
}
.tools-grid-wrpr .main-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
.tools-grid-wrpr .tools-grid-item {
  position: relative;
  list-style: none;
  height: 100px;
  width: 50%;
  margin-bottom: 22px;
}
.tools-grid-wrpr .tools-grid-item span,
.tools-grid-wrpr .tools-grid-item .html--label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 13px;
  font-family: var(--lexend);
  color: rgba(147, 147, 147, 0.8392156863);
  font-weight: 300;
  letter-spacing: 0.2px;
}
.tools-grid-wrpr .tools-grid-item .html--label {
  bottom: -14px;
}
.tools-grid-wrpr .tools-grid-item .ww--label {
  bottom: -10px;
}
.tools-grid-wrpr .tools-grid-item .label--react {
  bottom: -5px;
}
.tools-grid-wrpr .flex-break {
  flex-basis: 0;
  height: 0;
}
.tools-grid-wrpr li {
  list-style: none;
}

.bg-html {
  width: 110px;
  height: 140px;
  background: url(../tools-technologies.html) -58px -34px;
}

.bg-css {
  width: 110px;
  height: 140px;
  background: url(../tools-technologies.html) -340px -34px;
}

.bg-react_js {
  width: 140px;
  height: 140px;
  background: url(../tools-technologies.html) -604px -34px;
}

.bg-typescript {
  width: 188px;
  height: 80px;
  background: url(../tools-technologies.html) 770px -54px;
}

.bg-express {
  width: 188px;
  height: 70px;
  background: url(../tools-technologies.html) 492px -66px;
}

.bg-wordpress {
  width: 194px;
  height: 100px;
  background: url(../tools-technologies.html) 192px -68px;
}

.bg-woo_commerce {
  width: 210px;
  height: 70px;
  background: url(../tools-technologies.html) 2px -248px;
}

.bg-shopify {
  width: 200px;
  height: 90px;
  background: url(../tools-technologies.html) -304px -238px;
}

.bg-magento {
  width: 200px;
  height: 70px;
  background: url(../tools-technologies.html) -578px -262px;
}

.bg-mysql {
  width: 210px;
  height: 130px;
  background: url(../tools-technologies.html) -292px -430px;
}

.bg-postgre_sql {
  width: 200px;
  height: 128px;
  background: url(../tools-technologies.html) -566px -618px;
}

.bg-laravel {
  width: 180px;
  height: 88px;
  background: url(../tools-technologies.html) -306px -630px;
}

.bg-aws {
  width: 194px;
  height: 116px;
  background: url(../tools-technologies.html) -302px 168px;
}

.bg-php {
  width: 243px;
  height: 100px;
  background: url(../tools-technologies.html) 218px -444px;
}

.bg-mongo_db {
  width: 210px;
  height: 60px;
  background: url(../tools-technologies.html) 2px -460px;
}

.bg-node_js {
  width: 220px;
  height: 110px;
  background: url(../tools-technologies.html) 510px -242px;
}

.bg-saas {
  width: 160px;
  height: 100px;
  background: url(../tools-technologies.html) -300px -222px;
}

.bg-codeigniter {
  width: 210px;
  height: 88px;
  background: url(../tools-technologies.html) 2px -630px;
}

.bg-react_native {
  width: 210px;
  height: 130px;
  background: url(../tools-technologies.html) -570px -430px;
}

.bg-google_cloud {
  width: 210px;
  height: 118px;
  background: url(../tools-technologies.html) 2px 160px;
}

.bg-google_analytics {
  width: 168px;
  height: 116px;
  background: url(../tools-technologies.html) -876px -627px;
}

.bg-clickup {
  width: 202px;
  height: 70px;
  background: url(../tools-technologies.html) 201px -640px;
}

.bg-gitlab {
  width: 215px;
  height: 70px;
  background: url(../tools-technologies.html) -11px 346px;
}

.bg-github {
  width: 190px;
  height: 80px;
  background: url(../tools-technologies.html) -580px 346px;
}

.bg-slack {
  width: 195px;
  height: 80px;
  background: url(../tools-technologies.html) -300px 352px;
}

.bg-jira_software {
  width: 215px;
  height: 110px;
  background: url(../tools-technologies.html) -858px 368px;
}

.bg-swagger {
  width: 190px;
  height: 70px;
  background: url(../tools-technologies.html) 498px 336px;
}

.bg-postman {
  width: 210px;
  height: 138px;
  background: url(../tools-technologies.html) 208px 369px;
}

.bg-digital_ocean {
  width: 192px;
  height: 132px;
  background: url(../tools-technologies.html) -576px 170px;
}

.bg-figma {
  width: 150px;
  height: 142px;
  background: url(../tools-technologies.html) -880px 180px;
}

.bg-sketch {
  width: 210px;
  height: 82px;
  background: url(../tools-technologies.html) 492px 162px;
}

.bg-angular_js {
  width: 220px;
  height: 70px;
  background: url(../tools-technologies.html) 210px -254px;
}

.bg-joomla {
  width: 190px;
  height: 60px;
  background: url(../tools-technologies.html) -860px -266px;
}

.bg-fire_base {
  width: 200px;
  height: 90px;
  background: url(../tools-technologies.html) 494px -626px;
}

.bg-pwa {
  width: 194px;
  height: 86px;
  background: url(../tools-technologies.html) 498px -450px;
}

.bg-flutter {
  width: 190px;
  height: 80px;
  background: url(../tools-technologies.html) -862px -448px;
}

.brands-section {
  padding: 50px 0 30px;
}
.brands-section .client-bg-img {
  zoom: 0.5;
  -moz-transform: scale(0.5);
  /* Firefox */
}

.essential-grid-wrpr {
  padding: 10px 0 0;
}
.essential-grid-wrpr .main-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding-left: 0;
}
.essential-grid-wrpr .essen-grid-item {
  position: relative;
  list-style: none;
  height: 100px;
  width: 50%;
  margin-bottom: 22px;
}
.essential-grid-wrpr .essen-grid-item span {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  text-align: center;
  font-size: 13px;
  font-family: var(--lexend);
  color: rgba(147, 147, 147, 0.8392156863);
  font-weight: 300;
  letter-spacing: 0.2px;
}
.essential-grid-wrpr .essen-grid-item .iirm--text,
.essential-grid-wrpr .essen-grid-item .igtc--text {
  bottom: -25px;
}
.essential-grid-wrpr .essen-grid-item .label--orchard {
  bottom: -18px;
}
.essential-grid-wrpr .essen-grid-item .label--feast {
  bottom: -18px;
  left: -24px;
}
.essential-grid-wrpr .essen-grid-item .label--hasthkari {
  left: -25px;
}
.essential-grid-wrpr .flex-break {
  flex-basis: 0;
  height: 0;
}
.essential-grid-wrpr li {
  list-style: none;
}

.bg-automania {
  width: 216px;
  height: 59px;
  background: url(../all-clients.html) 2px -78px;
}

.bg-belly_driven {
  width: 190px;
  height: 110px;
  background: url("../all-clients.html") -300px -52px;
}

.bg-closet_redefined {
  width: 190px;
  height: 100px;
  background: url("../all-clients.html") -570px -62px;
}

.bg-crb_tech {
  width: 190px;
  height: 70px;
  background: url(../all-clients.html) -860px -70px;
}

.bg-effingut_brews {
  width: 220px;
  height: 120px;
  background: url(../all-clients.html) 502px -50px;
}

.bg-magsol {
  width: 210px;
  height: 85px;
  background: url(../all-clients.html) 206px -66px;
}

.bg-eve_care {
  width: 210px;
  height: 80px;
  background: url(../all-clients.html) 2px -260px;
}

.bg-eventspedia {
  width: 210px;
  height: 80px;
  background: url(../all-clients.html) -290px -260px;
}

.bg-focus {
  width: 200px;
  height: 145px;
  background: url(../all-clients.html) -568px -226px;
}

.bg-gw_sports_app {
  width: 160px;
  height: 140px;
  background: url(../all-clients.html) -876px -229px;
}

.bg-hashbyte {
  width: 190px;
  height: 150px;
  background: url(../all-clients.html) 490px -230px;
}

.bg-hasthkari {
  width: 212px;
  height: 60px;
  background: url(../all-clients.html) 210px -270px;
}

.bg-hindi_law_house {
  width: 216px;
  height: 70px;
  background: url(../all-clients.html) 2px -450px;
}

.bg-indian_institute_of_rular_management {
  width: 187px;
  height: 150px;
  background: url(../all-clients.html) -300px -420px;
}

.bg-indian_trends {
  width: 180px;
  height: 150px;
  background: url(../all-clients.html) -588px -414px;
}

.bg-intervine_global {
  width: 180px;
  height: 140px;
  background: url(../all-clients.html) -866px -410px;
}

.bg-james_ferreira {
  width: 200px;
  height: 130px;
  background: url(../all-clients.html) 500px -414px;
}

.bg-limelite {
  width: 200px;
  height: 130px;
  background: url(../all-clients.html) 190px -422px;
}

.bg-moonshine {
  width: 208px;
  height: 114px;
  background: url(../all-clients.html) 3px -616px;
}

.bg-indo_german_training_center {
  width: 210px;
  height: 80px;
  background: url(../all-clients.html) -290px -640px;
}

.bg-neyochem {
  width: 200px;
  height: 90px;
  background: url(../all-clients.html) -576px -640px;
}

.bg-orchard_press {
  width: 193px;
  height: 134px;
  background: url(../all-clients.html) -860px -614px;
}

.bg-parmar_jewellers {
  width: 180px;
  height: 155px;
  background: url(../all-clients.html) 480px -604px;
}

.bg-pet_feast {
  width: 190px;
  height: 145px;
  background: url(../all-clients.html) 188px -614px;
}

.bg-pula_pune_ladies {
  width: 219px;
  height: 100px;
  background: url(../all-clients.html) 6px 548px;
}

.bg-pune_eat_outs {
  width: 190px;
  height: 80px;
  background: url(../all-clients.html) -296px -828px;
}

.bg-pune_gas {
  width: 242px;
  height: 50px;
  background: url(../all-clients.html) -547px 529px;
}

.bg-pune_orders {
  width: 215px;
  height: 80px;
  background: url(../all-clients.html) -850px -840px;
}

.bg-rungta_advisors {
  width: 210px;
  height: 140px;
  background: url(../all-clients.html) 500px -809px;
}

.bg-ryan_facades {
  width: 220px;
  height: 120px;
  background: url(../all-clients.html) 206px 552px;
}

.bg-sapnas_kalnjali {
  width: 230px;
  height: 50px;
  background: url(../all-clients.html) 2px 332px;
}

.bg-search_bourne_consulting {
  width: 200px;
  height: 100px;
  background: url(../all-clients.html) -298px 356px;
}

.bg-shiv_swarajya {
  width: 200px;
  height: 120px;
  background: url("../all-clients.html") -580px 356px;
}

.bg-shuvam_aviation {
  width: 200px;
  height: 70px;
  background: url(../all-clients.html) 772px 338px;
}

.bg-titos_goa {
  width: 190px;
  height: 80px;
  background: url(../all-clients.html) 486px 348px;
}

.bg-urban_beans_coffee {
  width: 200px;
  height: 150px;
  background: url(../all-clients.html) 188px 371px;
}

.bg-vittech {
  width: 230px;
  height: 160px;
  background: url(../all-clients.html) 2px 186px;
}

.bg-prime_abgb {
  width: 200px;
  height: 80px;
  background: url(../all-clients.html) -292px 152px;
}

.bg-yaras {
  width: 200px;
  height: 80px;
  background: url(../all-clients.html) -570px 152px;
}

.bg-y_pheria {
  width: 220px;
  height: 110px;
  background: url(../all-clients.html) 790px 160px;
}

.client--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  padding-top: 30px;
}
.client--grid .col--line .client--logo {
  width: 120px;
}

.about--why {
  background-color: #fff0ea;
  padding: 60px 0 30px;
}
.about--why .why--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  padding: 30px 0;
}
.about--why .why--grid .col--four {
  grid-row: 2/3;
  margin: auto 0;
}
.about--why .why--grid .label--q {
  font-size: 20px;
  font-weight: 500;
}
.about--why .why--grid .label--ans {
  font-weight: 300;
}
.about--why .why--grid .box--why--one:first-child {
  padding-bottom: 20px;
}
.about--why .why--grid .box--why--one .q--title {
  color: var(--offorange);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--lexend);
}
.about--why .why--grid .box--why--one .q--ans {
  color: var(--offorange);
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.4px;
}
.about--why .why--grid .why--boxes {
  padding-top: 10px;
}
.about--why .why--grid .rounded--icon {
  width: 40px;
}
.about--why .why--grid .label--q {
  padding-top: 10px;
  margin-bottom: 1rem;
}

/* Gallery Modal Style */
#exampleModal {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.6901960784);
}

.g--modal--content .modal-header {
  border-bottom: none;
}
.g--modal--content .modal-body {
  padding: 1rem 0 0;
}

.g--modal--content {
  background-color: transparent;
  border: none;
}
.g--modal--content .btn-close {
  color: #000;
  background: rgba(255, 255, 255, 0.7294117647)
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  opacity: 1;
}
.g--modal--content .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.g--modal--content .owl-nav span {
  font-size: 22px;
  color: var(--white);
  background-color: #000;
  padding: 0 1.6rem 0.2rem;
  border: 1px solid aliceblue;
  border-radius: 50px;
}

.detail--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
  padding: 30px 0;
}
.detail--grid .col--photo {
  cursor: pointer;
}
.detail--grid .gallery--photo {
  width: 100%;
}

.gallery--modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 520px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery--modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: fit-content;
}
.gallery--modal .close {
  color: var(--white);
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  top: 36%;
  right: 8px;
  font-size: 35px;
  font-weight: bold;
}
.gallery--modal .close:hover,
.gallery--modal .close:focus {
  color: var(--secondary);
  text-decoration: none;
  cursor: pointer;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.gallery--modal .mySlides {
  display: none;
}
.gallery--modal .prev,
.gallery--modal .next {
  cursor: pointer;
  position: absolute;
  top: 80%;
  width: auto;
  padding: 9px;
  margin-top: 0px;
  color: var(--secondary);
  font-weight: bold;
  font-size: 26px;
  transition: 0.4s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.gallery--modal .prev {
  right: 30px;
  border-radius: 3px 0 0 3px;
}
.gallery--modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.padding--x {
  padding: 60px 0;
}

.team--flex {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  gap: 2rem;
}
.team--flex .flex--card {
  width: 100%;
  box-shadow: 0 0px 5px rgba(196, 196, 196, 0.6392156863);
  margin: 0 0 20px 0;
  border-radius: 12px;
}
.team--flex .flex--card .card-img-top {
  padding: 0.5rem;
}
.team--flex .flex--card .flex--title {
  align-items: center;
  padding-bottom: 18px;
}
.team--flex .flex--card .card-icon {
  color: var(--navyblue);
  font-size: 16px;
}
.team--flex .flex--card .card-title {
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--lexend);
  color: var(--navyblue);
}
.team--flex .flex--card .designation {
  padding-bottom: 5px;
  font-size: 14px;
  color: var(--default);
  font-weight: 600;
  font-family: var(--lexend);
}
.team--flex .flex--card .card-text {
  font-size: 13px;
  color: var(--primary);
}

.team--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  padding-top: 30px;
}
.team--grid .small--card {
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 0px 10px rgba(174, 174, 174, 0.5215686275);
}
.team--grid .small--card .team--photo {
  padding: 0.2rem;
}
.team--grid .small--card .name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  padding-top: 8px;
}
.team--grid .small--card .designation {
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 300;
}

.loading--gif {
  width: 34px;
  margin: 12px auto 0;
  display: block;
}

.select--input {
  padding: 0.675rem 0.75rem;
  color: var(--lightgray);
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.common--header {
  background-image: url("../common-banner.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0 2rem;
  text-align: center;
}
.common--header .home-a-main-grid {
  display: block;
  padding-top: 0;
  padding-bottom: 15px;
}
.common--header .ch--flex {
  grid-template-columns: 1fr;
}
.common--header .cd--flex .breadcrumb {
  justify-content: start;
}
.common--header .col--one:first-child {
  text-align: left;
  padding-top: 0.1rem;
}
.common--header .subtitle {
  font-size: 18px;
  font-family: var(--lexend);
  margin: 18px 0;
  line-height: 1.4;
}
.common--header .breadcrumb {
  justify-content: center;
}
.common--header .breadcrumb li {
  font-size: 14px;
}

.contactus--first {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem;
}
.contactus--first .box--one {
  padding-top: 20px;
}
.contactus--first .box--two {
  padding-top: 12px;
}
.contactus--first .box--three {
  padding-top: 16px;
}
.contactus--first .col--one .contactus--first {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.clw--title {
  border-bottom: 1px solid #e5e5e5;
}
.clw--title:first-child {
  padding-top: 0;
}

.clw--items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 18px;
}
.clw--items .emails-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
  padding-bottom: 18px;
}
.clw--items .emails-grid-list {
  display: flex;
  flex-direction: column;
}

.clw--items1 {
  display: flex;
}

.item p {
  font-size: 15px;
  margin-bottom: 0;
}
.item .icons {
  width: 50px;
}

.laf--section {
  padding: 40px 0;
}

.laf--flex {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 0;
}
.laf--flex-title {
  padding-top: 20px;
  font-size: 16px;
}
.laf--flex .items {
  text-align: center;
  width: 100%;
}
.laf--flex .items .learn--img,
.laf--flex .items .team--learn--img {
  width: 200px;
}
.laf--flex .items p {
  font-size: 14px;
}

.openjob--section {
  background-color: #fafafa;
  padding: 30px 0;
}

.span--icons {
  font-size: 13px;
  color: var(--primary);
  font-weight: 400;
  font-family: var(--lexend);
}
.span--icons i {
  color: #807874;
  padding-right: 5px;
  font-size: 11px;
}

.act-hiring {
  padding: 2px 6px;
  color: var(--white);
  font-size: 12px;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    green,
    rgba(0, 128, 0, 0.6117647059),
    green,
    green
  );
  background-size: 400%;
  border-radius: 4px;
  animation: loopAnimate 8s linear infinite;
}

@keyframes loopAnimate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.card--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  padding-top: 20px;
}
.card--grid .career--cards {
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(187, 183, 183, 0.4588235294);
  display: flex;
  flex-direction: column;
  justify-content: unset;
  position: relative;
  height: 280px;
}
.card--grid .career--cards .detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card--grid .career--cards .career-buttons .default--btn {
  position: absolute;
  bottom: 22px;
}
.card--grid .card--header {
  display: flex;
  justify-content: start;
  grid-gap: 1.2rem;
  padding-bottom: 10px;
}
.card--grid .card--header .item:last-child {
  height: 80px;
}
.card--grid .card--header .item .techonolgy--logo {
  width: 46px;
}
.card--grid .card--header .item .card--title {
  font-size: 18px;
  font-family: var(--lexend);
  font-weight: 500;
}

.iti {
  width: 100%;
}

.career-details-form .apply--job--title {
  padding: 10px 0 22px !important;
}

.career--detail--header {
  background-image: url("../cd-banner.html");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9rem 0 3rem;
}
.career--detail--header .col-sm-6 {
  text-align: left;
}
.career--detail--header #file-chosen {
  font-size: 14px;
  color: #3677b5;
  font-weight: 600;
}
.career--detail--header .help-block-error {
  position: relative;
  top: -14px;
  font-size: 14px;
  color: red;
  font-weight: 300;
}
.career--detail--header .cd--flex {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  position: relative;
}
.career--detail--header .cd--flex .col--one {
  width: 100%;
}
.career--detail--header .cd--flex .jsCareerDetailWrpr {
  box-shadow: 0 0px 20px #d2cece !important;
  background-color: var(--white) !important;
}
.career--detail--header .cd--flex .jsCareerDetailWrpr .custom--input {
  border: 1px solid #eee !important;
}
.career--detail--header .cd--flex .right--col {
  box-shadow: 0 0px 20px var(--white);
  border-radius: 8px;
  background-color: var(--logoyellow);
  padding: 1rem;
  text-align: start;
}
.career--detail--header .apply--job--title {
  font-weight: 300 !important;
  font-size: 24px;
  padding: 10px 0 0;
  margin-bottom: 0;
}
.career--detail--header .apply--job--content {
  font-size: 17px;
  padding-top: 4px;
  padding-right: 80px;
  margin-bottom: 22px;
}
.career--detail--header .custom--input {
  margin-bottom: 15px;
  outline: none;
  padding: 0.675rem 0.75rem;
  color: var(--default);
  font-weight: 200;
  font-family: var(--lexend);
  border: none;
}
.career--detail--header .custom--input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #ced4da;
  border-color: transparent;
}
.career--detail--header .custom--input::placeholder {
  font-size: 14px;
  letter-spacing: 0.4px;
}
.career--detail--header .padd--span--left {
  padding-left: 20px;
}
.career--detail--header .career--d--title {
  font-size: 26px;
  margin-bottom: 0;
}
.career--detail--header .descri {
  padding-top: 14px;
}

.lists-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--default);
  margin-bottom: 16px;
}
.lists ul {
  list-style: none;
  padding: 0;
}
.lists li {
  margin: 0;
  padding: 0 0 10px 26px;
  list-style: none;
  background-image: url("../arrow-gray.html");
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 20px;
  color: var(--primary);
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 400;
}

.upload--box {
  background-color: #e8f5ff;
  border: 1px dashed #c7c7c7;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.upload--box .label {
  font-family: var(--lexend);
  font-weight: 500;
  font-size: 14px;
  color: var(--navyblue);
}
.upload--box .upload--btn {
  background-color: #1b77b5;
  padding: 6px 24px;
  border: none;
  border-radius: 50px;
  color: var(--white);
}
.upload--box .upload--file--input {
  position: absolute;
  font-size: 80px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.success--box {
  background-color: rgba(211, 243, 211, 0.5490196078);
  border: 1px dashed #c7c7c7;
  border-radius: 12px;
  padding: 0.5rem 0.8rem;
  margin-top: 1rem;
}
.success--box .success {
  font-size: 13px;
  color: #0d650d;
  margin-bottom: 0;
  font-family: var(--lexend);
  font-weight: 400;
}

.error--box {
  background-color: rgba(251, 170, 170, 0.431372549);
  border: 1px dashed #989292;
  border-radius: 12px;
  padding: 0.5rem 0.8rem;
  margin-top: 1rem;
}
.error--box .error {
  font-size: 13px;
  color: #d81010;
  margin-bottom: 0;
  font-family: var(--lexend);
  font-weight: 400;
}

.header--bottom {
  background-color: var(--lightpink);
  padding: 1.5rem 0;
}
.header--bottom .slist--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 0;
  text-align: center;
  align-items: center;
}
.header--bottom .slist--grid .list--name .name {
  color: var(--black);
  font-family: var(--lexend);
  font-weight: 400;
}
.header--bottom .slist--grid .list--name .name:hover {
  color: var(--secondary);
}

.app--development {
  padding: 40px 0;
}

.ad--title {
  padding: 20px 0 5px;
  font-size: 24px;
}

.design--service .service--cards:hover .h--3 {
  color: #f4b32f;
}

.service--cards {
  border: none;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(219, 210, 210, 0.5411764706);
  background-color: var(--white);
  transition: 0.4s ease-in-out;
}
.service--cards:hover {
  transform: translate(0, -10px);
  transition: 0.4s ease-in-out;
}
.service--cards:hover .ad--icons {
  width: 26px;
  transition: 0.3s ease-in-out;
}
.service--cards:hover .h--1 {
  color: var(--navyblue);
  font-weight: 500;
}
.service--cards:hover .h--2 {
  color: var(--secondary);
  font-weight: 500;
}
.service--cards:hover .h--3 {
  color: #ffa53e;
  font-weight: 500;
}
.service--cards:hover .h--4 {
  color: #90cb5b;
  font-weight: 500;
}
.service--cards--title {
  padding: 14px 0 6px;
  font-weight: 500;
}

.ad--icon--25 {
  width: 25px;
}

.ad--icon {
  width: 35px;
}

.ad--icons {
  width: 23px;
}

.app--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem;
}
.app--grid .card--one {
  grid-row: 2/3;
}
.app--grid .card--two {
  grid-row: 3/4;
}
.app--grid .card--three {
  grid-row: 4/5;
}
.app--grid .card--four {
  grid-row: 5/6;
}
.app--grid .right--card--five {
  grid-row: 1/2;
}
.app--grid .right--card--five .descr {
  padding-bottom: 14px;
}
.app--grid .right--card--five .expore--service:hover {
  color: var(--secondary);
}
.app--grid .right--card--five .expore--service:hover img {
  width: 23px;
  transition: 0.3s ease-in;
}
.app--grid .right--card--five .expore--service img {
  width: 20px;
  transition: 0.3s ease-in;
}

.ras-wrapper {
  background-color: #fafafa;
  padding: 40px 0;
}
.ras-wrapper .ras-heading {
  margin-bottom: 4rem;
}
.ras-wrapper-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
}
.ras-wrapper-subtitle {
  font-size: 24px;
  font-family: var(--lexend);
  margin-bottom: 2rem;
  text-align: center;
}
.ras-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}
.ras-wrapper-grid-card {
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(183, 181, 181, 0.7411764706);
  background-color: var(--white);
  padding: 26px;
  transition: 0.3s ease;
  cursor: default;
}
.ras-wrapper-grid-card:hover {
  transform: translateY(-12px);
}
.ras-wrapper-grid-card h4 {
  font-size: 20px;
  margin-bottom: 1.2rem;
}

.industryspec-wrapper {
  padding: 40px 0;
  background-color: #fff0ea;
}
.industryspec-wrapper .nav-pills {
  gap: 22px;
}
.industryspec-wrapper .tab-content {
  padding: 20px 0;
}
.industryspec-wrapper .industryspec-headings {
  margin-bottom: 2rem;
  text-align: center;
}
.industryspec-wrapper .industryspec-headings .title {
  margin-bottom: 1rem;
}
.industryspec-wrapper .btn {
  position: relative;
  display: inline-block;
  font-size: 17px;
  padding: 0;
}
.industryspec-wrapper .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--default);
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
}
.industryspec-wrapper .btn:hover::after,
.industryspec-wrapper .btn.active::after {
  transform: scaleX(1);
}
.industryspec-wrapper .btn:focus {
  box-shadow: none;
}

.appcontent--section .appcontent--main {
  transition: 0.3s ease-in-out;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.appcontent--section .app--items {
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(183, 181, 181, 0.7411764706);
  padding: 1rem 1.4rem;
  background-color: var(--white);
}
.appcontent--section .title--app {
  padding: 10px 0 0;
  margin-bottom: 0;
}
.appcontent--section .subtitle--app {
  padding: 14px 0 20px;
  font-size: 14px;
  margin-bottom: 0;
}

.mob--development {
  background-color: #fafafa;
  padding: 60px 0;
}

.w--26 {
  width: 26px;
}

.w--32 {
  width: 32px;
}

.w--46 {
  width: 46px;
}

.mob--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem;
}
.mob--grid .left--card .descr {
  padding-bottom: 14px;
}
.mob--grid .left--card .expore--service:hover {
  color: var(--secondary);
}
.mob--grid .left--card .expore--service:hover img {
  width: 25px;
  transition: 0.3s ease-in;
}
.mob--grid .left--card .expore--service img {
  width: 20px;
  transition: 0.3s ease-in-out;
}
.mob--grid .unique--card {
  background-color: #fedcce;
  border-radius: 10px;
  padding: 0 1.2rem 1.6rem;
  margin: auto 0;
}
.mob--grid .unique--card .title {
  font-size: 15px;
  padding: 20px 0 4px;
}
.mob--grid .unique--card p {
  font-size: 13px;
  font-style: italic;
  color: var(--default);
  margin-bottom: 1.5rem;
}

.small--banner {
  background-image: url("../small-banner.html");
  background-size: cover;
  padding: 30px 0;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.small--banner .heading-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 0 20px;
}

.digital--mark {
  background-image: url("../digital-bg.html");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 30px 0;
}

.design--service {
  background-color: #fafafa;
  padding: 40px 0;
}

.icon--size {
  font-size: 28px;
}

.a--icon {
  background-color: #9fd356;
  padding: 0.8rem 0.9rem;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(163, 209, 94, 0.6705882353);
}

.ai--icon {
  background-color: #fcaa26;
  padding: 0.6rem 0.8rem;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(250, 179, 47, 0.5882352941);
}

.cust--mob--section {
  padding: 40px 0;
}

.custmob--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem;
  position: relative;
}
.custmob--grid .cards::before,
.custmob--grid .cards-1::before,
.custmob--grid .cards-2::before,
.custmob--grid .cards-3::before {
  content: "";
  background-image: url("../arrow.html");
  background-repeat: no-repeat;
  position: absolute;
  width: 9%;
  right: 0;
  top: 44%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custmob--grid .cards::after,
.custmob--grid .cards-1::after,
.custmob--grid .cards-2::after,
.custmob--grid .cards-3::after {
  content: "";
  background-color: rgba(247, 209, 130, 0.5294117647);
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.custmob--grid .cards:hover .h--1 {
  color: #fc9426;
}
.custmob--grid .cards:hover::after {
  background-color: #fc9426;
  transition: all 0.4s ease-in-out;
}
.custmob--grid .cards-1:hover .h--2 {
  color: #8cc33b;
}
.custmob--grid .cards-1:hover::after {
  background-color: #8cc33b;
  transition: all 0.4s ease-in-out;
}
.custmob--grid .cards-2:hover .h--3 {
  color: var(--navyblue);
}
.custmob--grid .cards-2:hover::after {
  background-color: var(--navyblue);
  transition: all 0.4s ease-in-out;
}
.custmob--grid .cards-3:hover .h--4 {
  color: var(--default-btn);
}
.custmob--grid .cards-3:hover::after {
  background-color: var(--default-btn);
  transition: all 0.4s ease-in-out;
}
.custmob--grid .cards-1::after {
  background-color: #e4f2d0;
}
.custmob--grid .cards-2::after {
  background-color: #cbe2f1;
}
.custmob--grid .cards-3::after {
  background-color: #fcdccf;
}
.custmob--grid h6 {
  padding: 30px 0 15px;
}
.custmob--grid .col--one {
  position: relative;
}
.custmob--grid .t--content {
  margin-bottom: 0;
}
.custmob--grid .color--card {
  background-color: #fafafa;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 1rem;
  padding: 1rem 1.9rem 1rem 1rem;
}
.custmob--grid .h--width {
  width: 44px !important;
  margin-left: auto !important;
}
.custmob--grid .h--sdd {
  grid-column: 1/2;
  width: 60px;
}
.custmob--grid .sec--item {
  grid-template: 2/3;
}
.custmob--grid .sec--item h3 {
  font-size: 14px;
  margin-bottom: 0.4rem;
  font-weight: 400;
}
.custmob--grid .sec--item p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 300;
}

.offering--section {
  background-image: url("../offer-bg.html");
  background-size: cover;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.offer--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  padding: 30px 0;
}
.offer--grid .offer--colone-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.offer--grid .offer--col li {
  padding: 0 0 10px 34px;
  font-weight: 500;
}
.offer--grid .offer--learn {
  background-color: rgba(255, 220, 206, 0.7294117647);
  padding: 1.5rem 1rem;
  border-radius: 14px;
}
.offer--grid .offer--learn-title {
  font-size: 20px;
}
.offer--grid .offer--learn p {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  font-family: var(--lexend);
}

.process--web {
  background-image: url("../process-bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fafafa;
  padding: 30px 0;
}

.pw--subtitle {
  text-align: center;
  font-size: 14px;
  padding: 30px 0 0;
  margin-bottom: 0;
}

.process--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.process--grid .common--pwt {
  padding: 88px 0 0;
  background-repeat: no-repeat;
}
.process--grid h3 {
  font-size: 1.25rem;
}
.process--grid .pw--colone {
  background-image: url("../pw-one.html");
}
.process--grid .pw--coltwo {
  background-image: url("../pw-two.html");
}
.process--grid .pw--colthree {
  background-image: url("../pw-three.html");
}
.process--grid .pw--colfour {
  background-image: url("../pw-four.html");
}
.process--grid .pw--colfive {
  background-image: url("../pw-five.html");
}

.hire--section {
  background-color: #fafafa;
  padding: 30px 0;
}

.hire--flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-around;
}
.hire--flex .img--item {
  width: 45%;
  padding: 1.4rem 0.5rem 0;
}

.portfolio-new-section {
  padding: 7rem 0 1rem;
}

.portfolio-heading-banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}
.portfolio-heading-banner-h1 {
  text-transform: capitalize;
  margin-bottom: 1.4rem;
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--crimsonpro);
}
.portfolio-heading-banner-p {
  font-size: 1.14rem;
  line-height: 1.8rem;
  margin-bottom: 0;
  font-weight: 300;
}

.portfolio-banner-content {
  padding-bottom: 3rem;
}

.portfolio-banner-image {
  position: relative;
  /* Modal backdrop */
}
.portfolio-banner-image .playicons-container {
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
.portfolio-banner-image .playicons-container .playicon {
  width: 80px;
  cursor: pointer;
}
.portfolio-banner-image .video-banner {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.portfolio-banner-image .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.portfolio-banner-image .modal-content {
  position: relative;
  margin: 0px auto 0;
  padding: 70px 0 0;
  width: 80%;
  height: 100%;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.portfolio-banner-image .close {
  position: absolute;
  color: var(--white);
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  z-index: 1002;
  top: 30px;
  right: 0px;
}
.portfolio-banner-image .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.portfolio-banner-image .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-clutchicon .home-clutchicon {
  float: none;
  top: 0;
}

.home-clutchicon,
.clutchicon-container {
  position: absolute;
  right: 0;
  top: 30px;
}
.home-clutchicon .clutch-navigate,
.clutchicon-container .clutch-navigate {
  cursor: pointer;
}
.home-clutchicon .circle,
.clutchicon-container .circle {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-clutchicon .clutchlogo,
.clutchicon-container .clutchlogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  width: 90px;
  height: 100%;
  background: url(../clutch.html) no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 100vmax;
}
.home-clutchicon .text,
.clutchicon-container .text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 15px;
  animation: textRotation 8s linear infinite;
  background-color: var(--secondary);
  border-radius: 100px;
  z-index: 1;
}
.home-clutchicon .text span,
.clutchicon-container .text span {
  position: absolute;
  left: 50%;
  font-size: 0.9em;
  transform-origin: 0 70px;
  top: 0;
}

@keyframes textRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.client-logo-banner {
  position: relative;
}

.portfolio-banner-logos {
  background: rgba(213, 93, 43, 0.1607843137);
  border-top-left-radius: 50px;
  margin-left: 0;
  border-bottom-left-radius: 50px;
  padding-top: 0;
  position: absolute;
}

.portfolio-logos-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
}
.portfolio-logos-grid-colone {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  gap: 10px;
  padding-left: 30px;
}
.portfolio-logos-grid-p {
  margin-bottom: 0;
  color: var(--default-btn);
  font-weight: 400;
}

.portfolio-our-gallery-section {
  padding: 40px 0 20px;
}

.categories-tags {
  position: absolute;
  bottom: 14px;
  left: 10px;
  display: flex;
  justify-content: start;
  gap: 10px;
  overflow: hidden;
  width: 100%;
}
.categories-tags .tags {
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 7px;
  padding: 4px 12px;
  color: var(--white);
  font-family: var(--lexend);
  font-size: 12px;
  width: 100%;
  display: flex;
  text-wrap: nowrap;
  font-weight: 300;
}

/* Container styles */
.portfolio-cards {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}

.portfolio-cards .back-shadow {
  position: relative;
}
.portfolio-cards .back-shadow::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7019607843);
  border-radius: 8px;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.portfolio-cards .back-shadow:hover .simple-cs-grid-content {
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 2;
}
.portfolio-cards .back-shadow:hover::before {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.portfolio-cards .images-inner {
  position: relative;
}
.portfolio-cards .images-inner:hover .hover-effect {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 3;
}
.portfolio-cards .images-inner .hover-effect {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}
.portfolio-cards-images {
  position: relative;
}
.portfolio-cards-title-h3 {
  font-size: 1.4rem;
  margin: 14px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.8rem;
}
.portfolio-cards-subtitle-p {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}
.portfolio-cards .categories-tags {
  position: relative;
  bottom: 0;
  left: 10px;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  gap: 10px;
  overflow: hidden;
}

.case-studies-testimonial .owl-theme .fa-arrow-left,
.case-studies-testimonial .owl-theme .fa-arrow-right {
  color: var(--white);
}
.case-studies-testimonial .owl-theme .owl-nav[class*="owl-"] {
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 48%;
}
.case-studies-testimonial .owl-theme .owl-nav[class*="owl-"]:hover {
  background: transparent;
  color: var(--secondary);
}
.case-studies-testimonial .owl-theme .owl-next:hover,
.case-studies-testimonial .owl-theme .owl-prev:hover {
  background: transparent;
}
.case-studies-testimonial .owl-theme .owl-next:hover .fa-arrow-left,
.case-studies-testimonial .owl-theme .owl-next:hover .fa-arrow-right,
.case-studies-testimonial .owl-theme .owl-prev:hover .fa-arrow-left,
.case-studies-testimonial .owl-theme .owl-prev:hover .fa-arrow-right {
  color: var(--secondary);
}
.case-studies-testimonial .owl-theme .owl-next {
  position: relative;
  left: 50px;
  top: 2px;
  z-index: 10;
}
.case-studies-testimonial .owl-theme .owl-prev {
  position: relative;
  top: 2px;
  right: 50px;
  z-index: 10;
}
.case-studies-testimonial .owl-theme .owl-dots {
  padding-top: 20px;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 48%;
  z-index: 2;
}
.case-studies-testimonial .owl-theme .owl-dots .owl-dot {
  transition: 0.1s ease-in-out;
}
.case-studies-testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: var(--secondary);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.case-studies-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--secondary);
  border-radius: 2px;
}
.case-studies-testimonial .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  border-radius: 2px;
  background-color: var(--white);
}

.case-study-slider .categories-tags {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 48px;
}
.case-study-slider .carousel-item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  color: var(--white);
  height: 70vh;
  text-align: center;
  padding: 40px;
  border-radius: 8px;
}
.case-study-slider .carousel-item .watch--btn--header {
  padding: 10px 14px 10px 56px;
  border: 1px solid var(--white);
  color: var(--white);
}
.case-study-slider .carousel-item .watch--btn--header:hover {
  padding: 10px 56px 10px 14px;
}
.case-study-slider .carousel-item .watch--btn--header:hover ::before {
  left: calc(100% - 48px);
}
.case-study-slider .carousel-item .watch--btn--header::before {
  width: 48px;
}
.case-study-slider .carousel-item .content h4 {
  font-size: 30px;
  margin-bottom: 26px;
  color: var(--white);
}
.case-study-slider .carousel-item .content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: var(--white);
  margin-bottom: 80px;
}
.case-study-slider .carousel-item .image {
  width: 330px;
  margin: 0 auto;
}
.case-study-slider .carousel-items-1 {
  background: url("../case-study-slider-bg-1.html") no-repeat;
  background-size: 100% 100%;
}
.case-study-slider .carousel-items-2 {
  background: url("../case-study-slider-bg-2.html") no-repeat;
  background-size: 100% 100%;
}
.case-study-slider .carousel-items-3 {
  background: url("../case-study-slider-bg-3.html") no-repeat;
  background-size: 100% 100%;
}
.case-study-slider .carousel-items-4 {
  background: url("../case-study-slider-bg-4.html") no-repeat;
  background-size: 100% 100%;
}

.simple-casestudy-section {
  padding: 40px 0;
  transition: all 0.4s ease-in-out;
}
.simple-casestudy-section .simple-cs-grid .categories-tags {
  justify-content: start;
}

.simple-cs-grid {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.simple-cs-grid-one:hover-content {
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 2;
}
.simple-cs-grid-one-singlecasestudy {
  justify-content: right;
  align-items: center;
  padding: 40px 0px 0;
}
.simple-cs-grid-one-singlecasestudy img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.simple-cs-grid-two {
  position: relative;
}
.simple-cs-grid-content {
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.simple-cs-grid-content .middle-title {
  margin: 60px 0;
}
.simple-cs-grid .back-shadow {
  position: relative;
  overflow: hidden;
}
.simple-cs-grid .back-shadow::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7019607843);
  border-radius: 8px;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.simple-cs-grid .back-shadow:hover .simple-cs-grid-content {
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 2;
}
.simple-cs-grid .back-shadow:hover::before {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.simple-cs-grid .middle-title-h2 {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 400;
}
.simple-cs-grid p {
  color: var(--white);
  font-weight: 200;
}
.simple-cs-grid .categories-tags {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 28px;
}
.simple-cs-grid .simple-case-study-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.redefining-section {
  padding: 20px 0 40px;
}
.redefining-section .redefine-arrow {
  position: relative;
  background: url("../redefine-arrow.html") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center right;
}
.redefining-section .redefining-header h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 2.2rem;
}

.redefining-counter {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 2;
}
.redefining-counter::before {
  content: "";
  width: 88%;
  height: 38px;
  background-color: rgba(255, 218, 204, 0.5490196078);
  position: absolute;
  bottom: 84px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  border-radius: 4px;
}
.redefining-counter .number {
  margin-bottom: 12px;
  color: var(--secondary);
  font-size: 80px;
  position: relative;
  z-index: 10;
  font-family: var(--lexend);
  font-weight: 500;
}
.redefining-counter .label-title {
  font-size: 24px;
  font-weight: 300;
  color: var(--secondary);
}

.header--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header--flex img {
  margin-right: 2rem;
}
.header--flex .pd--rightside {
  padding-top: 20px;
}

.client--page {
  background-color: #fafafa;
  padding: 40px 0;
}
.client--page .info-section-grid {
  padding-top: 3rem;
}
.client--page--subtitle {
  font-size: 22px;
  position: relative;
  z-index: 2;
  color: var(--white);
  font-weight: 300;
  line-height: 32px;
  padding-left: 28px;
}
.client--page--subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 18px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6392156863);
}
.client--page .container_item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.client--page .image-section {
  flex: 1;
  position: relative;
  padding: 15px;
}
.client--page .image-section img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 4px rgba(120, 119, 119, 0.2823529412));
  filter: drop-shadow(0 3px 4px rgba(120, 119, 119, 0.2823529412));
}
.client--page .info-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--secondary);
  color: var(--white);
  position: relative;
  border-radius: 8px;
}
.client--page .info-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: calc(100% + 0px);
  height: 100%;
  background-color: var(--secondary);
  z-index: 1;
  border-radius: 8px;
}
.client--page .info-section h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.client--page .info-box {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.client--page .info-box h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: var(--white);
  text-transform: uppercase;
}
.client--page .info-box p {
  margin: 5px 0;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cpage--flex .gallery--img {
  width: 100%;
  border-radius: 6px;
}
.cpage--flex .gallery--items {
  position: relative;
}
.cpage--flex .gallery--items .items--inner {
  position: relative;
}
.cpage--flex .gallery--items .items--inner:hover .overlay {
  width: 100%;
}
.cpage--flex .gallery--items .items--inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(237, 109, 58, 0.7882352941);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.4s ease;
  z-index: 1;
  border-radius: 6px;
}
.cpage--flex .gallery--items .items--inner .overlay i {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: var(--white);
  padding: 0.6rem;
  border-radius: 40px;
  z-index: 2;
}
.cpage--flex .gallery--items .items--inner .overlay .clip {
  left: 30%;
  padding: 0.6rem 0.7rem;
}
.cpage--flex .cpage--colone {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
  padding: 0 0 20px;
}
.cpage--flex .cpage--coltwo h6 {
  margin-bottom: 1rem;
}
.cpage--flex .cpage--coltwo .list {
  margin-bottom: 0;
  font-weight: 400;
}
.cpage--flex .cpage--coltwo .descr {
  padding-top: 1rem;
}

.portfolio--navtabs {
  padding: 30px 0;
}
.portfolio--navtabs .nav-pills {
  flex-direction: column;
}
.portfolio--navtabs .nav-pills .nav-link {
  font-family: var(--lexend);
  font-weight: 500;
}
.portfolio--navtabs .nav-pills .nav-link.active {
  color: var(--default-btn);
  background-color: #fff0ea;
}
.portfolio--navtabs .nav-pills .show .nav-link {
  color: var(--default-btn);
  background-color: #fff0ea;
}
.portfolio--navtabs .button--bunch {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 1.6rem;
  padding-top: 20px;
}
.portfolio--navtabs .button--bunch #industry,
.portfolio--navtabs .button--bunch #technology {
  border: 1px solid #ededed;
  font-weight: 500;
  font-family: var(--lexend);
  color: var(--primary);
  font-size: 14px;
}
.portfolio--navtabs .button--bunch #industry:focus,
.portfolio--navtabs .button--bunch #technology:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.portfolio--navtabs .button--bunch .dropdown-menu {
  border: 1px solid #ededed;
  padding: 0rem 0;
}
.portfolio--navtabs .button--bunch .dropdown-item {
  font-weight: 400;
  font-family: var(--lexend);
  border-bottom: 1px solid rgba(237, 237, 237, 0.6392156863);
  font-size: 13px;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.portfolio--navtabs .button--bunch .dropdown-item:hover {
  background-color: #fff0ea;
  color: var(--secondary);
}

.tooltip .tooltip-inner {
  background-color: transparent;
  font-family: var(--lexend);
}
.tooltip .tooltip-arrow {
  border-top-color: #00cc00 !important;
}

.all--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem 0;
  padding-top: 30px;
}
.all--grid .gallery--img {
  width: 100%;
  border-radius: 6px;
}
.all--grid .gallery--items {
  position: relative;
}
.all--grid .gallery--items .items--inner {
  position: relative;
}
.all--grid .gallery--items .items--inner:hover .overlay {
  width: 100%;
}
.all--grid .gallery--items .items--inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(237, 109, 58, 0.7882352941);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.4s ease;
  z-index: 1;
  border-radius: 6px;
}
.all--grid .gallery--items .items--inner .overlay i {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: var(--white);
  padding: 0.6rem;
  border-radius: 40px;
  z-index: 2;
}
.all--grid .gallery--items .items--inner .overlay .clip {
  left: 30%;
  padding: 0.6rem 0.7rem;
}
.all--grid .gallery--items .items--inner img {
  display: block;
  border-radius: 6px;
  box-shadow: 0 0px 10px #c5c4c4;
}
.all--grid .gallery--items h6 {
  padding-top: 14px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.all--grid .gallery--items small {
  font-size: 13px;
  font-weight: 300;
  font-family: var(--lexend);
}
.all--grid .gallery--items p {
  padding-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}

.portfolio--posts--section {
  padding: 40px 0;
}
.portfolio--posts--section h2 {
  margin-bottom: 3rem;
}

.technology--header .cd--flex .right--col .apply--job--title {
  padding: 10px 0;
  font-weight: 300 !important;
}

.ourreact--section {
  background-image: url("../app-dev-bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.ourreact--section .title {
  font-size: 27px;
  text-align: center;
}
.ourreact--section .subtitle {
  padding-top: 20px;
  text-align: center;
}
.ourreact--section .oureact--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}
.ourreact--section .cr--content-title {
  font-size: 1.2rem;
}
.ourreact--section .card--block {
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(183, 181, 181, 0.7411764706);
  padding: 1rem;
  background-color: var(--white);
}
.ourreact--section .card--block img {
  width: 52px;
  margin-bottom: 12px;
}
.ourreact--section .card--block p {
  margin-bottom: 0;
  font-size: 14px;
}

.whychoose--section {
  background-color: #fafafa;
  padding: 40px 0;
}
.whychoose--section .title {
  font-size: 27px;
}

.whychoose--grid {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.8rem 1.2rem;
  mask-image: h6;
  mask-image-margin-bottom: 1rem;
}
.whychoose--grid .wc--colone-title {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
.whychoose--grid p {
  font-size: 15px;
}
.whychoose--grid .lists ul {
  margin-bottom: 0;
}
.whychoose--grid .lists li {
  font-size: 15px;
  font-weight: 500;
}
.whychoose--grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.dyk--section {
  background-image: url("../dyk-banner.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 40px 0;
  text-align: center;
}
.dyk--section h3 {
  color: var(--white);
  margin-bottom: 1.4rem;
}
.dyk--section p {
  color: var(--white);
  font-size: 15px;
  padding: 0 15px;
  margin-bottom: 2rem;
}
.dyk--section .submit {
  background-color: #fcaa27;
  font-size: 18px;
  color: var(--white);
  padding: 6px 10px;
  width: 90%;
  font-weight: 500;
  font-family: var(--lexend);
  border-radius: 28px;
  box-shadow: 0 0px 8px #fc9827c4;
  border: none;
  margin: 2px;
}

.i--exprt--section {
  background-image: url("../expert.html");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.i--exprt--section .title {
  color: var(--white);
}
.i--exprt--section .title span::before {
  background-color: rgba(237, 109, 58, 0.6196078431);
}
.i--exprt--section .subtitle {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 0;
}
.i--exprt--section .iexpert--grid {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}
.i--exprt--section .exprt--title {
  color: var(--white);
  padding: 12px 0 0;
  margin-bottom: 0;
  font-size: 16px;
}
.i--exprt--section .exprt--subtitle {
  color: var(--white);
  padding: 10px 0;
  font-size: 14px;
}
.i--exprt--section .nav-pills .nav-link {
  background-color: rgba(255, 255, 255, 0.2509803922);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-radius: 0.25rem;
  margin-bottom: 0.4rem;
  position: relative;
  font-family: var(--lexend);
  font-weight: 500;
  padding-left: 4.5rem;
  text-align: start;
  width: 90%;
}
.i--exprt--section .nav-pills .nav-link::before {
  position: absolute;
  content: url("../healthcare-icon.html");
  left: 20px;
  top: 0;
}
.i--exprt--section .nav-pills .nav-link.active {
  background-color: var(--white);
  border: 1px solid #f9aa29;
  color: var(--secondary);
}
.i--exprt--section .nav-pills .nav-link.active .color_hover {
  color: violet;
}

.t--whyhire--section .why--grid {
  grid-gap: 0.2rem 1rem;
}
.t--whyhire--section .cust--padd {
  padding-top: 40px;
}

.hired--section {
  padding: 30px 0;
}
.hired--section .hd--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem 0;
  padding-top: 60px;
}
.hired--section .hd--grid img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.hired--section .hd--grid h6 {
  padding-top: 20px;
  font-weight: 300;
}

.accordion-body {
  padding: 0px 0 0.6rem;
  font-family: var(--lexend);
  font-weight: 400;
}
.accordion-body p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #000000bf;
}

.accordion-item {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 20px;
  border-bottom: 1px solid #000f454d;
}
.accordion-button {
  color: var(--lexend);
  padding: 0 0 1.2rem;
  font-size: 1.1rem;
}
.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-button::after {
  content: "+";
  font-size: 26px;
  background-image: none;
}
.accordion-button:not(.collapsed) {
  color: var(--default);
  background-color: transparent;

  font-weight: 400;
  font-family: var(--lexend);
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  transform: rotate(0deg);
}

.table--layout table th,
.table--layout table td {
  font-family: var(--lexend);
}

.foodapp--grid {
  display: none;
}

.industry--header--section,
.industry-section {
  background-image: url("../industry-bg.html");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem 0 4rem;
  text-align: center;
}
.industry--header--section h1,
.industry-section h1 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.industry--header--section p,
.industry-section p {
  padding-top: 10px;
  color: var(--default);
}
.industry--header--section .header--buttons,
.industry-section .header--buttons {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.2rem;
}

.watch--btn {
  background-color: transparent;
  border: 2px solid var(--default-btn);
  border-radius: 40px;
  width: auto;
  color: var(--secondary);
  font-family: var(--lexend);
  font-weight: 500;
  position: relative;
  text-align: right;
  padding: 10px 20px;
  font-size: 16px;
  width: 200px;
  height: 51px;
}
.watch--btn::before {
  content: url("../play.html");
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid var(--white);
  transition: ease-in-out 0.5s;
  position: absolute;
  background-color: var(--default-btn);
  top: 0;
  left: 0;
  padding: 20px 20px;
  border-radius: 40px;
}

.foodapp--section {
  background-image: url("../custom-bg-element-1.html");
  background-size: cover;
  background-position: right top;
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
}
.foodapp--section .subtitle {
  text-align: center;
  padding-top: 10px;
}
.foodapp--section .fcards--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}
.foodapp--section .fc--card {
  background-color: var(--white);
  box-shadow: 0 0 8px #cfcfcf;
  border-radius: 12px;
  padding: 0rem 0.6rem;
  text-align: center;
}
.foodapp--section .fc--card img {
  width: 120px;
}
.foodapp--section .fc--title {
  font-weight: 600;
  padding: 14px 0;
}
.foodapp--section .one--color {
  color: #9fd356;
}
.foodapp--section .two--color {
  color: var(--navyblue);
}
.foodapp--section .three--color {
  color: #ed6d3a;
}
.foodapp--section .fc--subtitle {
  font-weight: 500;
  margin-bottom: 0.6rem;
  font-size: 14px;
}

.slider--text--section .btn:focus {
  box-shadow: none;
}
.slider--text--section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.slider--text--section .slider--text {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.demandapp--section {
  background-color: var(--secondary);
  padding: 40px 0;
}
.demandapp--section .demand--grid {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 2rem;
}
.demandapp--section .submit {
  background-color: #fcaa26;
  font-size: 15px;
  color: var(--white);
  font-weight: 400;
  font-family: var(--lexend);
  border-radius: 28px;
  padding: 6px 30px;
  border: none;
}
.demandapp--section .take--away {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.demandapp--section .da--items {
  text-align: center;
}
.demandapp--section .da--items .da--title {
  color: var(--white);
}
.demandapp--section .da--items p {
  padding: 20px 0;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--white);
}

.tech--sol--section {
  padding: 40px 0;
}
.tech--sol--section .tech--navtabs {
  padding-top: 30px;
}
.tech--sol--section .nav-pills {
  border-bottom: 1px solid var(--lightpink);
}
.tech--sol--section .nav-pills .nav-link {
  padding: 0.3rem 1rem;
  font-size: 16px;
}
.tech--sol--section .nav-pills .nav-link.active {
  color: var(--offorange);
  background-color: transparent;
  border-bottom: 3px solid #ed6d3a;
  border-radius: 0;
}

.faq--input {
  display: none;
}
.blogs-faq .title {
  font-size: 32px;
  margin-bottom: 30px;
}
img.blog--d--img {
  height: 215px;
}
.faq--section {
  padding: 3rem 0;
}
.faq--section .contact-box {
  padding: 2.6rem 2rem;
  border-radius: 1.25rem;
  background: #e7f1f8;
  max-width: 400px;
  color: var(--default);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: max-content;
}
.faq--section .contact-box h3 {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 0;
}
.faq--section .contact-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.faq--section .contact-button {
  background-color: #dd5a2a;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq--section .contact-button:hover {
  background-color: #c94e23;
}
.faq--section .head-wrapper .smalltitle {
  text-transform: unset;
}
.faq--section .faq--grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr;
  gap: 10rem;
  height: 54vh;
  padding-top: 2rem;
}
.faq--section .faq--grid img {
  display: none;
}
.faq--section .content {
  background: #f8f8f8;
  padding: 10px 25px;
  border: 1px solid #f8f8f8;
  margin: 0 0 1px 0;
  border-radius: 3px;
  transition: all 0.6s ease-in-out;
}

.faq--label {
  display: block;
  padding: 8px 12px;
  margin: 0 0 8px 0;
  cursor: pointer;
  background: #fff0ea;
  border-radius: 5px;
  color: #ed6d3a;
  transition: ease 0.5s;
  position: relative;
}
.faq--label::after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 2px;
}

.faq--input:checked + .faq--label::after {
  content: "-";
  right: 14px;
  top: 3px;
}

.faq--input + .faq--label + .content {
  display: none;
}

.faq--input:checked + .faq--label + .content {
  display: block;
}

.hide--fmob {
  display: none;
}

.hide--fdektop {
  display: block;
}

footer {
  padding: 2rem 0 0;
}
.logo-social-flex {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
.running-box {
  padding: 40px 0 10px;
}
.running-box-footer-row {
  margin-bottom: 12px;
}
.running-box-footer-row span {
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--lexend);
  font-weight: 400;
  margin-right: 4px;
  font-size: 14px;
}
.running-box-footer-row a {
  color: var(--primary);
  padding: 0 5px;
  border-right: 1px solid #333;
  font-family: var(--lexend);
  font-weight: 300;
  font-size: 12px;
}
.running-box-footer-row a:hover {
  text-decoration: underline;
  color: var(--default-btn);
}
.running-box-footer-row a:last-child {
  border-right: 0px;
}

.footer_menu a {
  display: block;
  padding-left: 15px;
  padding-bottom: 8px;
  font-weight: 200;
}

.drop-down {
  max-height: 0;
  overflow: hidden;
}
.drop-down li {
  position: relative;
}
.drop-down a {
  font-family: var(--lexend);
  font-size: 0.8rem;
  color: var(--white);
  text-decoration: none;
}

.drop-down-menu {
  display: block;
}

.hide--fdesktop {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-title {
  display: block;
  padding: 0px 0px 10px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-family: var(--lexend);
  font-weight: 400;
  font-size: 1rem;
}
.menu-title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: relative;
  left: 5px;
  top: 2px;
}

.activate {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 0 0 -15px;
  opacity: 0;
}

.activate:checked ~ .drop-down {
  max-height: 200px;
}

.drop-down,
.footer_menu a,
.drop-down-menu {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer--banner {
  background-color: #000f45;
  padding: 60px 0 0;
}
.footer--banner .logo {
  width: 140px;
}

.main--grid {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: repeat(5, auto);
  grid-gap: 1.6rem;
  justify-content: space-between;
}
.main--grid--gttitle {
  color: var(--white);
  font-size: 20px;
  font-family: var(--lexend);
  font-weight: 300;
}
.main--grid .footer--col {
  position: relative;
}
.main--grid .footer--col:nth-child(1) {
  width: 23rem;
}
.main--grid .footer--col:nth-child(2),
.main--grid .footer--col:nth-child(3),
.main--grid .footer--col:nth-child(4),
.main--grid .footer--col:nth-child(5) {
  margin-top: 1.6rem;
}
.main--grid .footer--col .description-call {
  color: var(--white);
}
.main--grid .ul--dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main--grid .ul--dropdown li {
  padding-bottom: 0.66rem;
  position: relative;
}
.main--grid .ul--dropdown li a {
  font-family: var(--lexend);
  font-size: 13px;
  color: var(--white);
  font-weight: 200;
}
.main--grid .description {
  font-size: 0.966rem;
  padding-top: 30px;
  color: var(--white);
}
.footer-clutch-social .brands-icons i {
  padding: 8px 10px;
  border-radius: 50%;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.1490196078);
  transition: background-color 0.3s ease;
}
.footer-clutch-social .brands-icons i:hover {
  color: var(--default);
  background-color: var(--white);
}

.footer-language-wrapper {
  padding: 60px 0;
}

.footer--bottom {
  display: grid;
  text-align: center;
  align-items: center;
  padding: 4rem 0 0.4rem;
}
.footer--bottom .copyrigh--text {
  color: var(--white);
  font-weight: 200;
  font-family: var(--lexend);
  font-size: 14px;
  margin-bottom: 0.7rem;
}
.footer--bottom .policies {
  text-align: center;
  padding-bottom: 1.6rem;
}
.footer--bottom .policies ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--bottom .policies li {
  display: inline-flex;
  padding-right: 10px;
}
.footer--bottom .policies li:first-child {
  border-right: 1px solid var(--white);
}
.footer--bottom .policies a {
  color: var(--white);
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 200;
}

.policy--section {
  padding: 30px 0;
}
.policy--section p {
  letter-spacing: 0.2px;
}
.policy--section .policy--title {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.policy--section .breadcrumb {
  margin-bottom: 0.4rem;
  margin-left: 0.2rem;
}
.policy--section .heading {
  color: var(--default);
  font-size: 18px;
  margin-bottom: 0.6rem;
  padding-top: 1rem;
  font-weight: 500;
  font-family: var(--lexend);
}
.policy--section .sub--heading {
  color: var(--default);
  font-weight: 500;
  font-family: var(--lexend);
  margin-bottom: 0.5rem;
}
.policy--section strong {
  color: var(--default);
}
.policy--section .a--link {
  color: var(--primary);
  font-weight: 500;
  font-family: var(--lexend);
}
.policy--section .a--link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.categories-list {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 10px;
}

.cat-filter {
  background: var(--white);
  padding: 10px 15px;
  border-radius: 30px;
  color: var(--black);
  position: relative;
  border: 1px solid #616160;
  font-size: 14px;
  letter-spacing: normal;
  transition: all 0.3s ease-in-out;
}

/* Hide icon initially */
.cat-filter::before {
  position: absolute;
  content: "";
  background-image: url("../checkmark.html");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  height: 100%;
  width: 100%;
  top: 52%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.cat-filter.active {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
  padding-left: 30px;
}

.cat-filter.active::before {
  opacity: 1;
  visibility: visible;
}

.blog--section {
  padding: 3rem 0;
}
.blog--section .blog-loadmore {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.seperator {
  font-size: 14px;
}

.popular-post-section {
  padding: 60px 0;
}
.popular-post-section .heading-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.popular-post-section .heading-title-1 {
  font-size: 22px;
  font-family: var(--lexend);
  font-weight: 400;
  text-align: center;
}
.popular-post-section .heading-title-2 {
  font-size: 26px;
  font-family: var(--lexend);
  text-transform: capitalize;
  margin-bottom: 2rem;
  text-align: center;
}
.popular-post-section .post-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.popular-post-section .post-wrapper span {
  font-weight: 400;
}

#popular_post_slider .item,
#related_post_slider .item {
  margin: 15px;
}

#related_post_slider {
  margin-top: 2.6rem;
}

.popularpost-box .card--content {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  height: auto;
}
.popularpost-box .posting--content {
  color: var(--primary);
  font-size: 14px;
  padding: 0;
  font-family: var(--lexend);
  padding-top: 6px;
  width: 100%;
  justify-content: space-between;
}
.popularpost-box .blog--d--title {
  font-size: 1.2rem;
  color: var(--default);
  margin-bottom: 0px;
  line-height: 1.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}

.wrapper-box-card {
  height: 100%;
  gap: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.wrapper-box-card img {
  width: 100%;
  border-radius: 12px;
}

.readmore-wrapper {
  padding-top: 1rem;
}
.readmore-wrapper .explore--service {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--lexend);
  font-weight: 300;
  font-size: 0.96rem;
}
.readmore-wrapper .explore--service:hover {
  color: var(--secondary);
}
.readmore-wrapper .explore--service img {
  width: 16px;
  margin-left: 6px;
}

.wrapper--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3.5rem;
}

.short-form-msg {
  max-width: 280px;
}

.blog--details--section {
  padding: 9rem 0 3rem;
}

.blog--details--subtitle {
  font-size: 18px;
}

.blog--details--title {
  font-size: 22px;
  margin-bottom: 30px;
}

.blog--box .seperator {
  border-right: 2px solid var(--lightgray);
  padding-left: 9px;
  position: relative;
  right: 6px;
}
.blog--box .text {
  color: var(--lightgray);
  text-decoration: none;
}
.blog--box .text a:hover {
  text-decoration: underline;
}
.blog--box .header--img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  margin-bottom: 36px;
}
.blog--box .lists {
  margin-bottom: 10px;
}
.blog--box .lists li {
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
}

.wrapper--middle {
  padding: 20px 0;
}
.wrapper--middle h2 {
  padding-bottom: 10px;
}
.wrapper--middle h3 {
  padding-top: 60px;
  padding-bottom: 8px;
}
.wrapper--middle .blog--column {
  padding-bottom: 22px;
}

#popular_post_slider .posted--content,
#related_post_slider .posted--content {
  display: flex;
}

.blog--details--section .posted--content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 0;
}

.posted--content {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.posted--content--box--bl {
  font-family: var(--lexend);
}
.posted--content--box--bl .col-one-bl {
  margin-bottom: 6px;
}
.posted--content--box--bl .col-one-bl .text {
  padding: 0 10px;
}
.posted--content--box--bl .col-one-bl .date-text {
  background-color: #f5c540;
  color: var(--black);
  cursor: initial;
}
.posted--content--box--bl .col-one-bl .time-text {
  color: var(--secondary);
  background-color: #fff8e3;
}
.posted--content--box--bl .col-one-bl .time-text:hover {
  text-decoration: underline;
}
.posted--content--box--bl .col-two-bl .text {
  font-family: var(--lexend);
  font-weight: 400;
  font-size: 14px;
}

.blog-list .text:first-child {
  background-color: rgba(250, 235, 229, 0.6);
  color: rgba(0, 15, 69, 0.7019607843);
  cursor: initial;
  border-radius: 0.3rem;
  font-weight: 300;
  font-size: 0.85rem;
  padding: 4px 12px;
  font-family: var(--lexend);
}
.blog-list .text:last-child {
  color: rgba(0, 15, 69, 0.7019607843);
  font-weight: 400;
  font-size: 0.85rem;
  font-family: var(--lexend);
}

.wrapper--sidebar {
  background-color: var(--logoyellow);
  padding: 25px;
  margin-bottom: 0;
  position: sticky;
  top: 5.5rem;
  border-radius: 8px;
}
.wrapper--sidebar .help-block-error {
  position: relative;
  font-size: 14px;
  color: red;
  font-weight: 300;
}
.wrapper--sidebar #iti-1__country-listbox {
  overflow-x: scroll;
  width: 300px;
}
.wrapper--sidebar .sidebar--title {
  margin-bottom: 22px;
}
.wrapper--sidebar h3 {
  margin-bottom: 0.2rem;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 18px;
}
.wrapper--sidebar .inside--wrapper {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 1rem;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1.6rem;
}
.wrapper--sidebar .posted--content {
  color: var(--lightgray);
  font-family: var(--lexend);
  font-weight: 400;
  font-size: 13px;
}
.wrapper--sidebar .posted--content .text:hover {
  text-decoration: underline;
}
.wrapper--sidebar .text {
  margin-bottom: 0;
}
.wrapper--sidebar .category--section {
  padding: 30px 0;
}
.wrapper--sidebar .category--title {
  padding-bottom: 10px;
}
.wrapper--sidebar .category--list ul {
  margin: 0;
  padding: 0;
}
.wrapper--sidebar .category--list li {
  margin: 0;
  padding: 0 0 10px 20px;
  list-style: none;
  background-image: url("../icon-chevron-right.html");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  background-size: 8px;
}
.wrapper--sidebar .category--list .icon--link {
  color: var(--primary);
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 600;
  cursor: pointer;
  font-family: var(--lexend) !important;
}
.wrapper--sidebar .category--list .icon--link:hover {
  color: var(--secondary);
}
.wrapper--sidebar .tag--section {
  padding-bottom: 30px;
}
.wrapper--sidebar .tag--title {
  padding-bottom: 10px;
}
.wrapper--sidebar .tags--btns {
  background-color: var(--white);
  border: none;
  border-radius: 6px;
  color: var(--secondary);
  font-size: 14px;
  padding: 8px 16px;
  margin: 6px 8px 6px 0;
}

.wrapper--sidebar--form .form-group {
  margin-bottom: 15px;
}
.wrapper--sidebar--form .contact-form-input {
  outline: none;
  padding: 0.675rem 0.75rem;
  color: var(--lightgray);
  font-weight: 300;
  font-style: italic;
  font-family: var(--lexend);
  border-color: var(--border-color);
}
.wrapper--sidebar--form .contact-form-textarea {
  color: #383535;
  font-weight: 400;
  font-style: italic;
  font-family: var(--lexend);
  font-size: 14px;
}
.wrapper--sidebar--form .contact-form-input::placeholder,
.wrapper--sidebar--form .contact-form-textarea::placeholder {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.wrapper--sidebar--form .contact-form-input:focus,
.wrapper--sidebar--form .contact-form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0;
  border-color: #ced4da;
}

.table--layout {
  padding: 10px 0 20px;
}
.table--layout table {
  width: 100%;
}
.table--layout td,
.table--layout th {
  padding: 4px;
}
.table--layout table,
.table--layout td,
.table--layout th {
  border: 1px solid var(--black);
}

.blog-details-subpara span.text {
  font-family: var(--lexend);
  font-weight: 400;
  align-items: center;
}
.blog-details-subpara .music-main-title .heading {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--lexend);
  font-weight: 400;
}

.shake {
  animation: shake 5s ease infinite;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(3px);
  }
}
/* Responsive design */
@media only screen and (max-width: 600px) {
  .modal-content {
    width: 90%;
    height: 50%;
  }
}
/** Carousel starts here **/
:root {
  --items-per-page: 10;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-container {
  white-space: nowrap;
}
.carousel-item {
  display: inline-block;
  min-width: calc(100% / var(--items-per-page));
  box-sizing: border-box;
}

.why-us-malta-section {
  background-color: #fff0ea;
  padding: 40px 0;
}
.why-us-malta-section .rounded--icon {
  width: 40px;
}
.why-us-malta-section .why-us-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  padding-top: 3rem;
}
.why-us-malta-section .why-us-grid .label--q {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 14px;
}

.whyshld-section {
  padding: 60px 0;
}

.whyshld-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.whyshld-grid-card {
  border-radius: 10px;
  padding: 20px;
  background: #ececec;
}
.whyshld-grid-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.whyshld-grid-subtitle {
  margin-bottom: 0;
  font-weight: 400;
}

@keyframes mm-rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
.mm-button {
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  transition: 0.25s ease-in-out;
}

a.mm-button {
  pointer-events: auto;
  cursor: pointer;
  background: var(--secondary);
}

button.mm-button {
  pointer-events: auto;
  cursor: pointer;
}

.mm-button--round {
  border: 0;
  background: none;
  padding: 0;
  clip-path: circle(40% at 50% 50%);
}
.mm-button--round > br {
  display: none !important;
}

.mm-textcircle {
  position: relative;
  display: block;
  width: var(--mm-button--round-width, 170px);
}
.mm-textcircle text {
  font-size: var(--mm-button--round-font-size, 39px);
  text-transform: uppercase;
  fill: var(--white);
}
.mm-textcircle textPath {
  letter-spacing: var(--mm-button--round-letter-spacing, -20px);
}

.mm-button--round.mm-animate:hover .mm-textcircle {
  animation: mm-rotateIt var(--mm-button--round-animation, 7s) linear infinite;
}

.mm-button--round.mm-animate-permanent .mm-textcircle {
  animation: mm-rotateIt var(--mm-button--round-animation, 7s) linear infinite;
} /*# sourceMappingURL=style.css.map */
