@font-face {
  font-family: "RedHatDisplay-Regular";
  src: url("../fonts/RedHatDisplay-Regular.woff2") format("woff2"), url("../fonts/RedHatDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Medium";
  src: url("../fonts/RedHatDisplay-Medium.woff2") format("woff2"), url("../fonts/RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Bold";
  src: url("../fonts/RedHatDisplay-Bold.woff2") format("woff2"), url("../fonts/RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-SemiBold";
  src: url("../fonts/RedHatDisplay-SemiBold.woff2") format("woff2"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Light";
  src: url("../fonts/RedHatDisplay-Light.woff2") format("woff2"), url("../fonts/RedHatDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-ExtraBold";
  src: url("../fonts/RedHatDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Black";
  src: url("../fonts/RedHatDisplay-Black.woff2") format("woff2"), url("../fonts/RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "impactregular";
  src: url("../fonts/impact-webfont.woff2") format("woff2"), url("../fonts/impact-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "RedHatDisplay-Regular";
  font-weight: 400;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-top: 90px;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: 400;
  font-family: "RedHatDisplay-Semibold";
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #155a9f;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-family: "RedHatDisplay-Extrabold";
  letter-spacing: 1px;
}

h1 {
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

h2 {
  font-size: 26px;
  line-height: 30px;
}
@media (max-width: 576px) {
  h2 {
    font-size: 22px !important;
    line-height: normal !important;
  }
}

h3 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
    line-height: normal;
  }
}

h4 {
  font-size: 22px;
  line-height: 25px;
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
    line-height: normal;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 576px) {
  h5 {
    font-size: 18px;
    line-height: normal;
  }
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  margin: 0px;
  padding: 0px;
  color: #1b1b1b;
}

.customBtn {
  background: #fff;
  border: 1px solid #fff;
  color: #193370 !important;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.5px;
  padding: 18px 24px;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .customBtn {
    padding: 12px 37px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .customBtn {
    padding: 12px 30px;
    font-size: 13px;
  }
}

.primaryBtn {
  padding: 16px 24px;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  background: #007bff;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.4s;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
}
.primaryBtn:hover {
  border: 1px solid #3095fb;
  color: #fff;
}
@media (max-width: 767px) {
  .primaryBtn {
    padding: 15px 40px !important;
    line-height: normal;
  }
}

.btn-primary {
  background-color: transparent;
  border: 1px solid #193370;
  color: #193370 !important;
  transition: 0.5s;
}
.btn-primary:hover {
  background-color: #193370;
  border: 1px solid #193370;
  color: #fff !important;
}
.btn-primary:focus {
  background-color: #193370;
  border: 1px solid #193370;
  color: #fff !important;
}

.btn-custom {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #fff !important;
}
.btn-custom:hover {
  color: #fff;
  border: 1px solid #3095fb;
  background-color: #3095fb;
}

.siteBtn {
  font-family: "RedHatDisplay-Semibold";
  font-size: 17px;
  height: 55px;
  letter-spacing: 1.5px;
  margin: 0 20px 0 0;
  padding: 0 36px;
  text-transform: capitalize;
  transition: all 0.35s ease 0s;
  line-height: 50px;
}
@media (max-width: 991px) {
  .siteBtn {
    font-size: 15px;
    height: 45px;
    padding: 0 27px;
    line-height: 40px;
  }
}
.siteBtn.blueBtn:hover {
  color: #fff !important;
}

textarea,
select,
input[type=text],
input[type=url],
input[type=number],
input[type=email],
input[type=button],
input[type=reset],
input[type=password],
input[type=search],
input[type=tel] {
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  border-color: #ddd;
  resize: none;
}

textarea:focus,
select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border-radius: 0;
  background: #f2f2f2;
  font-size: 13px;
  height: 40px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  min-height: 100px;
}

.pad-0 {
  padding: 0px;
}

.borderTop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 85px;
  cursor: pointer;
  background-color: #193370;
  display: none;
  z-index: 9999;
  color: #111;
  color: white;
  padding: 8px 8px 12px;
  outline: 0;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#scroll .goto {
  font-size: 10px;
  letter-spacing: 1px;
  transition-delay: 0.2s;
}
#scroll span {
  display: block;
  line-height: 1.2;
  transform: translate(0, 5px);
  transition: all 0.3s;
}
#scroll .top-text {
  font-size: 16px;
  letter-spacing: 2px;
  transition-delay: 0.4s;
  font-family: "RedHatDisplay-Bold";
}

.bookAppointment {
  position: fixed;
  right: 0;
  top: 50%;
  cursor: pointer;
  background-color: #155a9f;
  z-index: 9999;
  color: #fff !important;
  padding: 12px;
  outline: 0;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bookAppointment {
    top: inherit;
    bottom: 150px;
    transform: translateY(0);
  }
}

/*--slider--*/
@keyframes sdb10 {
  0% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .bannerButton .siteBtn {
    margin: 0 0 15px 0;
  }
}
.blueBtn {
  background: #3095fb;
  border: 1px solid #3095fb;
  color: #fff !important;
}
.blueBtn:hover {
  border: 1px solid #1f4592;
  background-color: #1f4592;
}

.alignRight {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#loadMore {
  text-align: center;
}
#loadMore a {
  background: #042a63;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.25s ease-out;
  -webkit-font-smoothing: antialiased;
}

/* 30-04-2021 */
.modal-dialog.contact {
  max-width: 800px;
  position: relative;
}
@media (max-width: 1199px) {
  .modal-dialog.contact {
    padding: 0 30px;
  }
}
.modal-dialog.contact button.close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  color: #000;
  font-size: 32px;
  opacity: 0.8;
}
.modal-dialog.contact button.close:focus {
  outline: none;
  box-shadow: none;
}
.modal-dialog.contact.contactInner {
  padding: 15px 20px 0;
  border-radius: 10px;
}

@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.formLoader {
  width: 22px;
  height: 22px;
  border: 3px solid #999;
  border-top-color: #fff;
  animation: Rotate 1.2s linear 0s infinite forwards;
  border-radius: 50%;
  display: none;
  vertical-align: middle;
  margin: -4px 15px 0 0;
}

.btn-custom.bannerSecondaryBtn:hover {
  background-color: #1f4592;
  border-color: #1f4592;
}

.contactUsSec {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .contactUsSec {
    padding: 50px 0;
  }
}
.contactUsSec .contactInfoLeft {
  background: #193370;
  padding: 75px 50px;
  border-radius: 12px 0 0 12px;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .contactUsSec .contactInfoLeft {
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .contactUsSec .contactInfoLeft {
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .contactUsSec .contactInfoLeft {
    padding: 50px 20px;
  }
}
.contactUsSec .contactInfoLeft:before {
  position: absolute;
  content: url(../images/form-images/contact-circle.png);
  right: 0;
  bottom: -6px;
}
.contactUsSec .contactInfoLeft h4 {
  margin-bottom: 3px;
  text-transform: unset;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "RedHatDisplay-Bold";
  line-height: 31px;
}
@media (max-width: 767px) {
  .contactUsSec .contactInfoLeft h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .contactUsSec .contactInfoLeft h4 {
    font-size: 20px;
  }
}
.contactUsSec .contactInfoLeft p {
  color: #C9C9C9;
}
.contactUsSec .contactInfoLeft ul {
  padding-top: 78px;
  list-style: none;
}
@media (max-width: 575px) {
  .contactUsSec .contactInfoLeft ul {
    padding-top: 40px;
  }
}
.contactUsSec .contactInfoLeft ul li {
  font-family: "RedHatDisplay-Semibold";
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding-left: 50px;
  position: relative;
  padding-bottom: 50px;
}
.contactUsSec .contactInfoLeft ul li a {
  color: #fff;
}
.contactUsSec .contactInfoLeft ul li a:hover {
  color: #007bff;
}
.contactUsSec .contactInfoLeft ul li span {
  position: absolute;
  left: 0;
  top: 0px;
}
.contactUsSec .contactInfoLeft ul li:last-child {
  padding-bottom: 0;
}
.contactUsSec .contactFormRight {
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.031372549);
  background: #fff;
  padding: 30px 43px;
  min-height: 647px;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contactUsSec .contactFormRight {
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .contactUsSec .contactFormRight {
    padding: 50px 20px;
  }
}
.contactUsSec .contactFormRight form .customInput {
  margin-bottom: 44px;
  position: relative;
}
.contactUsSec .contactFormRight form .customInput label:not(.error) {
  font-family: "RedHatDisplay-Semibold";
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #8D8D8D;
  margin-bottom: 4px;
  display: block;
}
.contactUsSec .contactFormRight form .customInput label.error {
  color: #ff0000;
  position: absolute;
  top: 100%;
  font-size: 12px;
  margin: 1px 0 0;
}
.contactUsSec .contactFormRight form .customInput.mainCustomInput span {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.contactUsSec .contactFormRight form .customInput.mainCustomInput input {
  padding-left: 55px;
}
.contactUsSec .contactFormRight form .customInput input,
.contactUsSec .contactFormRight form .customInput select,
.contactUsSec .contactFormRight form .customInput textarea {
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
  border: none;
  padding: 7px 7px 7px 0;
  border-bottom: 1px solid #8D8D8D;
}
.contactUsSec .contactFormRight form .customInput input::placeholder,
.contactUsSec .contactFormRight form .customInput select::placeholder,
.contactUsSec .contactFormRight form .customInput textarea::placeholder {
  color: #1b1b1b;
}
.contactUsSec .contactFormRight form .customInput input:focus,
.contactUsSec .contactFormRight form .customInput select:focus,
.contactUsSec .contactFormRight form .customInput textarea:focus {
  border-bottom-color: #3095fb;
}
.contactUsSec .contactFormRight form .customInput input.error,
.contactUsSec .contactFormRight form .customInput select.error,
.contactUsSec .contactFormRight form .customInput textarea.error {
  border-color: #ff0000;
}
.contactUsSec .contactFormRight form .customInput textarea {
  min-height: auto;
}
.contactUsSec .contactFormRight form .customInput p {
  color: #1b1b1b;
  margin-bottom: 15px;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton {
  gap: 10px;
}
@media (max-width: 575px) {
  .contactUsSec .contactFormRight form .customInput .customRadioButton {
    justify-content: start !important;
  }
}
.contactUsSec .contactFormRight form .customInput .customRadioButton label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #1b1b1b;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #e0e0e0;
  border: 2px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 17px;
  border-radius: 50%;
  height: 17px;
  top: -1px;
  transition: 0.5s;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton label::after {
  transition: 0.5s;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton input:checked + label:before {
  background-color: #193370;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5.5px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactUsSec .contactFormRight form .customButton {
  padding-top: 30px;
}
.contactUsSec .contactFormRight form .customButton button {
  background: #193370;
  padding: 16px 24px;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.4s;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
}
.contactUsSec .contactFormRight form .customButton button:hover {
  background: #155a9f;
}

.logoSlider {
  background-color: #f9f9f9;
  padding: 200px 0 50px 0;
}
@media (max-width: 991px) {
  .logoSlider {
    padding: 215px 0 50px 0;
  }
}
.logoSlider .logoTitle {
  text-align: center;
  margin: 0 0 30px 0;
}
.logoSlider .logoTitle h2 {
  font-size: 38px;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .logoSlider .logoTitle h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .logoSlider .logoTitle h2 {
    font-size: 25px;
  }
}
.logoSlider .logoCarousel {
  padding: 30px;
  background-color: #f2f2f2;
  margin: 0 auto;
  text-align: center;
}
.logoSlider .logoCarousel .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.logoSlider .logoCarousel .item .thumbImage {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  display: inline-flex;
}
.logoSlider .logoCarousel .item .thumbImage img {
  max-width: inherit;
  width: inherit;
  height: 60px;
}
.logoSlider .logoCarousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: -1;
}
.logoSlider .logoCarousel .owl-nav .owl-prev {
  float: left;
  font-size: 35px;
  color: #007bff;
  margin-left: -60px;
}
@media (max-width: 991px) {
  .logoSlider .logoCarousel .owl-nav .owl-prev {
    margin-left: -25px;
  }
}
.logoSlider .logoCarousel .owl-nav .owl-prev:focus {
  outline: none;
}
.logoSlider .logoCarousel .owl-nav .owl-next {
  float: right;
  font-size: 35px;
  color: #007bff;
  margin-right: -60px;
}
@media (max-width: 991px) {
  .logoSlider .logoCarousel .owl-nav .owl-next {
    margin-right: -25px;
  }
}
.logoSlider .logoCarousel .owl-nav .owl-next:focus {
  outline: none;
}
.logoSlider .logoCarousel .owl-dots {
  display: none;
}

.recentWork {
  padding: 90px 0;
  background-color: #f4f9fd;
}
@media (max-width: 767px) {
  .recentWork {
    padding: 70px 0;
  }
}
.recentWork .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  flex-wrap: wrap;
}
.recentWork .nav-pills .nav-item {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .recentWork .nav-pills .nav-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .recentWork .nav-pills .nav-item {
    width: calc(100% - 0px);
  }
}
.recentWork .nav-pills .nav-item .nav-link {
  border-radius: 8px;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
  padding: 14px 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentWork .nav-pills .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
.recentWork .portfolio-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
}
.recentWork .portfolio-wrapper img {
  border-radius: 16px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.recentWork .portfolio-wrapper .content {
  padding: 16px 16px 8px;
}
.recentWork .portfolio-wrapper .content h4 {
  color: #217cb0;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
  min-height: 48px;
}
.recentWork .portfolio-wrapper .content p {
  color: rgba(28, 28, 30, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.recentWork .portfolio-wrapper .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.recentWork .portfolio-wrapper .content .content-foot ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex-wrap: wrap;
}
.recentWork .portfolio-wrapper .content .content-foot ul li {
  padding: 3px 10px;
  color: #1c1c1e;
  font-size: 12px;
  font-family: "RedHatDisplay-Regular";
  line-height: 18px;
  background-color: #e5e5ea;
  border-radius: 16px;
  width: max-content;
}
.recentWork .portfolio-wrapper .content .content-foot span {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  cursor: pointer;
}
.recentWork .viewAll {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

.whatWeOffer {
  background-image: url("../images/homepage/svg/we-offer-bg.svg");
  background-size: cover;
  padding: 61px 0;
}
@media (max-width: 575px) {
  .whatWeOffer {
    padding: 30px 0;
  }
}
.whatWeOffer .heading {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .whatWeOffer .heading {
    padding-bottom: 30px;
  }
}
.whatWeOffer .heading h2 {
  color: #fff;
  margin-bottom: 5px;
}
.whatWeOffer .heading p {
  color: #fff;
  max-width: 662px;
}
.whatWeOffer .offerItem {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(22px);
  padding: 17px;
  border-radius: 12px;
  height: 100%;
}
.whatWeOffer .offerItem .head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.whatWeOffer .offerItem .head a {
  color: #fff;
  padding-right: 4px;
}
.whatWeOffer .offerItem .head a:hover {
  text-decoration: underline;
}
.whatWeOffer .offerItem .head img {
  width: 28px;
}
.whatWeOffer .offerItem .head h3 {
  color: #fff;
}
.whatWeOffer .offerItem p {
  color: #fff;
  margin-top: 10px;
}
.whatWeOffer .offerItem p a {
  padding-right: 5px;
}

.abRegardless {
  padding: 60px 0;
}
@media (max-width: 1280px) {
  .abRegardless.futureProof {
    padding: 0;
  }
}
.abRegardless .regardTechnology {
  padding: 50px 90px;
  background: url("../images/about/regard-bg.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 767px) {
  .abRegardless .regardTechnology {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .abRegardless .regardTechnology {
    padding: 25px;
  }
}
.abRegardless .regardTechnology h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 767px) {
  .abRegardless .regardTechnology h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .abRegardless .regardTechnology h2 {
    font-size: 18px;
  }
}
.abRegardless .regardTechnology span {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 767px) {
  .abRegardless .regardTechnology span {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .abRegardless .regardTechnology span {
    font-size: 18px;
  }
}
.abRegardless .regardTechnology p {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .abRegardless .regardTechnology .customBtn {
    padding: 15px 60px;
  }
}

.industrySpecific {
  background-color: black;
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .industrySpecific {
    padding: 40px 0px;
  }
}
.industrySpecific .headingText {
  max-width: 870px;
}
.industrySpecific .servicesBox {
  background: #f1f1f9;
  padding: 30px;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industrySpecific .servicesBox ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
.industrySpecific .servicesBox ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.3;
}
.industrySpecific .servicesBox h3 a {
  color: #fff;
  text-decoration: none;
}
.industrySpecific .servicesBox h3 a:hover {
  text-decoration: underline;
}
.industrySpecific .servicesBox a {
  color: #155a9f !important;
}

.technologyWrapper {
  padding: 90px 0;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .technologyWrapper {
    padding: 70px 0;
  }
}
.technologyWrapper h2,
.technologyWrapper p {
  color: #fff;
}
.technologyWrapper .technologyCard {
  background: #222222;
  padding: 40px 20px;
  border-radius: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard {
    padding: 20px;
  }
}
.technologyWrapper .technologyCard:last-child {
  margin: 0;
}
.technologyWrapper .technologyCard .cardContent {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard .cardContent {
    flex-direction: column;
    align-items: start;
  }
}
.technologyWrapper .technologyCard .cardContent h3 {
  color: #fff;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  max-width: 320px;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames {
  padding: 10px 0 10px 16px;
  flex: 1;
  border-left: 1px solid #696969;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames span {
  border: 1px solid #737373;
  padding: 6px 12px;
  border-radius: 50px;
  color: #fff;
}

.softwareDevelopment {
  padding: 60px 0;
  background: linear-gradient(360deg, #007bff 0.21%, #086cd7 10.53%, #000000 99.78%);
  position: relative;
}
@media (max-width: 767px) {
  .softwareDevelopment {
    padding: 30px 0;
  }
}
.softwareDevelopment .heading h2 {
  color: #fff;
}
.softwareDevelopment .heading p {
  color: #fff;
  max-width: 700px;
}
.softwareDevelopment .softwareDevelopBorder {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  border-width: 0px 1px 1px 1px;
}
@media (max-width: 767px) {
  .softwareDevelopment .softwareDevelopBorder {
    border-width: 0px 1px 1px 0px;
  }
}
.softwareDevelopment .softwareDevelopBorder::after, .softwareDevelopment .softwareDevelopBorder::before {
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3294117647);
  content: "";
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.softwareDevelopment .softwareDevelopBorder::before {
  width: 50px;
  height: 1px;
  top: unset;
  left: 0;
  right: 0;
}
.softwareDevelopment .softwareDevelopBorder:nth-child(4)::after, .softwareDevelopment .softwareDevelopBorder:nth-child(7)::after {
  content: none;
}
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent {
  height: 100%;
  padding: 17px;
}
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent h3,
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent a,
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
  text-transform: inherit;
}
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent img {
  width: 29px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.driveBusiness {
  padding: 90px 0;
  background-color: #F4F9FD;
}
@media (max-width: 767px) {
  .driveBusiness {
    padding: 70px 0;
  }
}
.driveBusiness h2 {
  color: #1b1b1b;
}
.driveBusiness p {
  max-width: 768px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList {
    width: calc(50% - 8px);
    padding: 18px;
    background: rgba(0, 123, 255, 0.1019607843);
    border-radius: 14px;
    border: 1px solid #accff5;
    align-items: start;
  }
}
@media (max-width: 576px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList {
    width: 100%;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList.show .driveBusinessHeading {
  font-size: 99px;
  color: #007bff;
}
.driveBusiness .driveBusinessCarousel .driveBusinessList.show .driveBusinessContent h3 {
  color: #007bff;
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessHeading {
  font-family: "RedHatDisplay-Bold";
  font-size: 22px;
  line-height: 1;
  width: 230px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessHeading {
    display: none;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent {
  border-bottom: 1px solid rgba(0, 123, 255, 0.1803921569);
  flex: 1;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent h3 {
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent h3 {
    color: #007bff;
    font-size: 22px;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent p {
  padding: 11px 0 20px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent p {
    padding: 11px 0 0;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent .hiddenContent {
  display: none;
}

.whyChoose {
  padding: 90px 0;
  background-image: url("../images/iot/why-choose.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .whyChoose {
    padding: 70px 0;
  }
}
.whyChoose h2 {
  color: #fff;
  max-width: 710px;
}
.whyChoose p {
  color: #fff;
  max-width: 700px;
  margin-bottom: 40px;
}
.whyChoose .contentBox {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  backdrop-filter: blur(40px);
  border: 1.5px solid;
  border-image-source: linear-gradient(233.2deg, #5581ff 1.68%, rgba(255, 255, 255, 0.19) 41.62%);
  padding: 25px;
  border-radius: 25px;
  background: radial-gradient(120.31% 190.49% at 30% 50.59%, rgba(72, 96, 203, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  min-height: 300px;
}
.whyChoose .contentBox p {
  color: #fff;
}
.whyChoose .contentBox h3 {
  color: #fff;
  margin-bottom: 10px;
}

.softwareDev {
  background: #f4f9fd;
  padding: 60px 0 0;
}
.softwareDev .softwareDevDesc {
  margin: 0 0 40px 0;
  max-width: 730px;
}
.softwareDev .softwareApp {
  border: 1px solid #eee;
  padding: 16px 12px;
  margin: 0 0 30px 0;
  transition: all 0.7s ease;
  border-radius: 10px;
  height: 100%;
  background-color: white;
}
@media (max-width: 576px) {
  .softwareDev .softwareApp {
    min-height: inherit;
  }
}
.softwareDev .softwareApp h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: "RedHatDisplay-Semibold";
}
.softwareDev .softwareApp h3 a {
  color: #155a9f;
}
.softwareDev .softwareApp h3 a:hover {
  text-decoration: underline;
}
.softwareDev .softwareApp ul {
  padding-left: 20px;
}

.recentWork {
  padding: 90px 0;
  background-color: #f4f9fd;
}
@media (max-width: 767px) {
  .recentWork {
    padding: 70px 0;
  }
}
.recentWork .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  flex-wrap: wrap;
}
.recentWork .nav-pills .nav-item {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .recentWork .nav-pills .nav-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .recentWork .nav-pills .nav-item {
    width: calc(100% - 0px);
  }
}
.recentWork .nav-pills .nav-item .nav-link {
  border-radius: 8px;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
  padding: 14px 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentWork .nav-pills .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
.recentWork .portfolio-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
}
.recentWork .portfolio-wrapper img {
  border-radius: 16px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.recentWork .portfolio-wrapper .content {
  padding: 16px 16px 8px;
}
.recentWork .portfolio-wrapper .content h4 {
  color: #217cb0;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
  min-height: 48px;
}
.recentWork .portfolio-wrapper .content p {
  color: rgba(28, 28, 30, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.recentWork .portfolio-wrapper .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.recentWork .portfolio-wrapper .content .content-foot ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex-wrap: wrap;
}
.recentWork .portfolio-wrapper .content .content-foot ul li {
  padding: 3px 10px;
  color: #1c1c1e;
  font-size: 12px;
  font-family: "RedHatDisplay-Regular";
  line-height: 18px;
  background-color: #e5e5ea;
  border-radius: 16px;
  width: max-content;
}
.recentWork .portfolio-wrapper .content .content-foot span {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  cursor: pointer;
}
.recentWork .viewAll {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

/*# sourceMappingURL=common.css.map */
