/* ===================== Font used ==================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

body,
html {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #2a3548;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: "Inter";
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}

aside,
details,
figcaption,
figure,
ins,
summary,
mark,
title,
video,
footer,
header,
hgroup,
nav,
section,
article {
  display: block;
}

.clear {
  padding: 0;
  margin: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  clear: both;
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Inter";
  font-weight: bold;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  background: #e6e6fa;
}

:root {
  --brand-deep-blue: #001b8f;
}

body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

input,
button {
  outline: none;
  border: none;
  box-shadow: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

a:active,
a:hover {
  outline: 0;
}

button {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  outline: none;
  border: none;
  outline: none;
}

:focus {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

img {
  border: none;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Black.woff2") format("woff2"),
    url("../fonts/Inter-Black.woff") format("woff"),
    url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.eot");
  src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.woff") format("woff"),
    url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ===================== Placeholder ==================*/
input::placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

/* ===================== Header ==================*/
/*********Top Bar*************/
.page-header {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  /* padding: 20px 0; */
  z-index: 99999;
}

.owl-dots {
  position: absolute;
  bottom: 5px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.online {
  float: right;
}

.online a {
  background: #fe0000;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  margin-top: 14px;
}

.online a:hover {
  background: #000;
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  background: #fff;
  z-index: 99999;
  height: 69px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 255 / 50%);
  top: 0;
}

.logoBar {
  margin-top: 6px;
}

.page-header.is-sticky img {
  max-width: 90%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.page-header.is-sticky .siteMenus li a {
  color: #0000ff;
}

.page-header.is-sticky .siteMenus li a:hover {
  background: transparent;
}

.page-header.is-sticky .siteMenus .service_menu .has-sub a {
  color: #fff;
}

.page-header.is-sticky .siteMenus li a.active {
  color: #fff;
}

.page-header.is-sticky .siteMenus li a.active:hover {
  color: #0000ff;
}

.logo img {
  width: 150px;
}

/*********Navigation*************/
nav {
  background: #8ec549;
  float: left;
  width: 100%;
  position: relative;
}

.becomeBtn {
  display: flex;
  gap: 15px;
  align-items: center;
}

.becomeBtn li {
  margin-left: 10px;
}

.becomeBtn li a {
  display: inline-block;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  background: var(--brand-deep-blue);
}

.topSlider {
  /* background-image: url('../images/umlbnr.png'); */
  /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url('../images/mains_bg2.jpg'); */
  background-repeat: no-repeat;
  background: #000;
  background-position: center center;
  background-size: cover;
  padding: 70px 0 0 0;
  position: relative;
}

.topSlider h1 {
  font-size: 45px;
  /* color: #0000ff; */
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
}

.whatsapp-float {
  height: 40px;
  width: 40px;
  z-index: 11;
  opacity: 1;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  background: #4fce5d;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btm_whtsapp .whatsapp-float i {
  color: #fff;
  font-size: 22px;
  animation: 2s infinite ring;
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  12%,
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14%,
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  100%,
  20% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.btm_whtsapp {
  position: fixed;
  bottom: 18px;
  left: 20px;
  z-index: 99;
}

.btm_whtinr {
  position: relative;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cbb-circle-fill {
  background-color: #4fce5d;
  border: 1px solid #4fce5d;
  border-radius: 100% !important;
  opacity: 1;
  position: absolute;
  width: 70px;
  height: 70px;
  -webkit-animation: 1.7s ease-in-out infinite animation2;
  animation: 1.7s ease-in-out infinite animation2;
  -ms-animation: animation2 1.7s ease-out;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cbb-circle {
  background-color: rgba(127, 186, 0, 0);
  border: 1px solid #4fce5d;
  border-radius: 100% !important;
  opacity: 0.5;
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation: 2.2s ease-in-out infinite animation1;
  animation: 2.2s ease-in-out infinite animation1;
  -ms-animation: animation1 2.2s ease-out;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes animation2 {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  70% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0.1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes animation1 {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  70% {
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.topSlider p {
  /* color: #000; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

#banner-slider a {
  padding: 10px 36px;
  margin-top: 24px;
}

.topSlider a {
  /* padding: 10px 36px; */
  display: inline-block;
  /* margin-top: 24px; */
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  background: var(--brand-deep-blue);
}

.hero-clients-strip a {
  background: transparent;
}

#banner-slider .item {
  height: 68vh !important;
  min-height: 565px;
  max-height: 620px;
}

.topSlider .mt_top {
  margin-top: 0;
}

#banner-slider .mt_top {
  padding-top: 0px;
  padding-bottom: 125px;
}

.topSlider .owl-carousel {
  z-index: 0;
}

.hero-clients-strip {
  margin-top: -123px;
  position: relative;
  z-index: 9999;
  padding-bottom: 30px;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 14px;
}

.hero-stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(0, 27, 143, 0.1);
  box-shadow: 0 16px 28px rgba(7, 20, 50, 0.14);
}

.hero-stat-card figure {
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 27, 143, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-stat-card figure img {
  width: 30px;
}

.hero-stat-card h2 {
  color: var(--brand-deep-blue);
  font-size: 24px;
  line-height: 1.15;
  margin: 0;
}

.hero-stat-card p {
  color: #4c5672;
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.hero-logo-rail {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.hero-logo-rail .swiper-container {
  background: transparent;
}

.hero-logo-rail .swiper-slide {
  width: 200px !important;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 999999;
}

.hero-logo-rail .swiper-slide img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  filter: none;
  background: transparent !important;
  padding: 0;
  border-radius: 0;
  aspect-ratio: unset;
}

.procees {
  padding: 0px 0 0px 0;
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0000ff;
}

/* 
.procees::before {
    background-color: #000;
    height: 220px;
    content: "";
    position: absolute;
    width: 49%;
    z-index: -1;
    bottom: 0;
    right: 0;
} */

.prTitle {
  text-align: center;
  margin-bottom: 40px;
}

.prTitle h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0000ff;
  margin-top: 8px;
  text-transform: capitalize;
}

.prTitle p {
  color: #80808c;
  font-weight: 400;
}

.pr_main span::after {
  margin: inherit !important;
}

.prTitle span {
  font-size: 15px;
  font-weight: 600;
  color: #cf03f9;
  text-transform: uppercase;
}

.prTitle h4 {
  font-size: 15px;
  font-weight: 600;
  color: #cf03f9;
  text-transform: capitalize;
}

.prTitle span::after {
  content: "";
  width: 5%;
  display: block;
  margin: 0 auto;
  height: 2px;
  background: linear-gradient(75deg, #0000ff, #2962ff 50.31%, #d500f9);
  position: relative;
  top: 3px;
}

.howWork {
  text-align: center;
}

.howWork figure {
  background: #fff;
  width: 130px;
  line-height: 130px;
  height: 130px;
  border-radius: 50%;
  box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.howWork figure img {
  width: 70px;
}

.howWork h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.howWork p {
  font-size: 14px;
}

.howWork:nth-child(2n) .process-arrow {
  transform: rotateX(190deg);
}

.process-arrow {
  position: absolute;
  right: -53px;
  top: 0;
}

.services {
  padding: 70px 0;
}

.sBox {
  padding: 40px;
  background-color: #fff;
  /* box-shadow: 0px 16px 47px rgba(78, 111, 178, 0.07); */
  border-radius: 25px;
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
  margin: 0 0 30px 0;
  box-shadow: 0px 5px 10px 0px rgb(0 0 255 / 50%);
  min-height: 360px;
}

.sBox figure {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #4646e9;
  border-radius: 50%;
  margin: 0 0 28px 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06),
    0px 1px 1px -0.5px rgba(0, 0, 0, 0.06),
    0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.06),
    0px 12px 12px -6px rgba(0, 0, 0, 0.06),
    0px 24px 24px -12px rgba(0, 0, 0, 0.06);
}

.sBox figure img {
  width: 40px;
  filter: invert(1);
}

.sBox h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sBox p {
  margin-top: 15px;
}

.sBox h3::after {
  content: "";
  width: 25%;
  display: block;
  height: 1.5px;
  background: linear-gradient(75deg, #0000ff, #2962ff 50.31%, #d500f9);
  position: relative;
  top: 8px;
}

.sBox:hover h3::after {
  background: #fff;
}

.sBox a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: var(--brand-deep-blue);
  border-radius: 5px;
  padding: 7px 20px;
  color: #fff;
  margin-top: 15px;
}

.sBox:hover {
  background: linear-gradient(75deg, #0000ff, #2962ff 50.31%, #d500f9);
}

.sBox:hover p,
.sBox:hover h3 {
  color: #fff;
}

.sBox:hover a {
  background: #fff;
  color: #000;
}

.sBox:hover figure {
  background: #fff;
}

.sBox:hover figure img {
  filter: none;
}

/* .about-list::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    border-right: 50px solid transparent;
    left: -1px;
    bottom: -1px;
} */

.about-list {
  /* background-color: #183157; */
  /* background-color: #000; */
  height: 220px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 21px;
  margin-top: 70px;
}

.about-itm {
  margin-top: -60px;
}

.about-icon {
  width: 190px;
  height: 190px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dotted #0000ff;
  padding: 30px;
  position: relative;
}

.about-itm span {
  font-size: 17px;
  color: #000;
  margin: 0;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
}

.about-icon img {
  width: 100px;
}

.about-icon img:hover {
  filter: invert(55%) sepia(14%) saturate(23) hue-rotate(-45deg) brightness(119%) contrast(86%);
}

.tools {
  background: #fff;
  background-size: cover;
  padding: 70px 0;
}

.toolList {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 45px;
}

.toolList li {
  flex: 0 0 16%;
  margin-right: 20px;
  text-align: center;
  background: #fff;
  padding: 15px;
  border: 5px;
  /* box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .08); */
  box-shadow: 0px 5px 10px 0px rgb(0 0 255 / 50%);
  border-radius: 8px;
}

.toolList li figure figcaption {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6px;
}

.toolList li figure img {
  aspect-ratio: 1/1;
}

.tools .nav-pills .nav-link {
  border: 2px solid #9cafc7;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 27px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
}

.tools .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #9cafc7;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.tools .nav-pills .nav-link.active {
  color: #0000ff;
  border-color: #0000ff;
  background: none;
}

.tools .nav-pills .nav-link.active::before {
  border-color: #0000ff;
}

.tools .nav-pills .nav-item {
  margin-bottom: 0;
  margin-right: 10px;
}

.tools .tab-content>.tab-pane {
  padding: 0;
}

.tools .nav-pills {
  border-bottom: none;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}

.industry {
  padding: 70px 0;
}

.indList {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.indList li {
  /*border: 2px solid #ccc;*/
  border-radius: 15px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.5s;
  background: #f0f3fa;
  box-shadow: inset 0 0 10px;
  /* box-shadow:
        0px 0px 0px 1px rgba(0, 0, 0, 0.06),
        0px 1px 1px -0.5px rgba(0, 0, 0, 0.06),
        0px 3px 3px -1.5px rgba(0, 0, 0, 0.06),
        0px 6px 6px -3px rgba(0, 0, 0, 0.06),
        0px 12px 12px -6px rgba(0, 0, 0, 0.06),
        0px 24px 24px -12px rgba(0, 0, 0, 0.06); */
}

.caro_space {
  padding: 15px 25px;
  height: 140px;
  box-shadow: inset 0 0 10px;
  border-radius: 20px;
}

/* .clientLogo {
    padding: 15px 25px;
    height: 140px !important;
} */

.indList li:hover {
  border-color: #0e5af2;
  /* box-shadow: 0px 16px 47px rgba(78, 111, 178, 0.07); */
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

.indList li:hover figcaption {
  color: #0e5af2;
}

.indList li figure img {
  width: 70px;
  /* 90 */
  transition: all 0.5s;
  filter: invert(55%) sepia(14%) saturate(23) hue-rotate(200deg) brightness(100%) contrast(10%);
}

.indList li:hover img {
  filter: invert(40%) sepia(13%) saturate(100) hue-rotate(200deg) brightness(100%) contrast(100%);
}

.indList li figure figcaption {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}

.client {
  padding: 70px 0;
}

.client figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eaf5b7;
  text-align: center;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client figure img {
  width: 60px;
}

.client h2 {
  font-size: 34px;
  margin: 6px 0 0px;
}

.client p {
  font-size: 18px;
}

.client .col-md-3 {
  position: relative;
}

/* .client .col-md-3:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
    right: 25px;
    top: 0;
} */

.client .col-md-3:last-child::after {
  display: none;
}

.clientLogo {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.welcome {
  text-align: center;
  margin-bottom: 70px;
}

.welcome h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.welcome p {
  font-size: 17px;
  line-height: 25px;
  padding: 0 10%;
}

.ourTeam {
  /* background: #fafafa url(../images/team-bg.jpg) center 0 no-repeat; */
  background-size: auto;
  background-size: cover;
  clear: both;
  padding: 70px 0;
  background: #fafafa;
}

.ourTeam .nav-pills {
  align-content: center;
  justify-content: center;
}

.ourTeam .nav-pills .nav-link {
  background: #fff;
  border-width: 1px;
  border-radius: 2px;
}

.ourTeam .nav-pills .nav-link.active {
  background: #000000;
  color: #fff;
}

.servicesTitle h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.ourTeam .tab-content {
  box-shadow: 0 10px 25px rgba(170, 170, 170, 0.13);
  background: #fff;
  border-radius: 15px;
  padding: 50px;
  border: 1px solid #e5e5e5;
}

.serBox h4 {
  font-size: 27px;
  margin-bottom: 25px;
}

.serBox h5 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.serBox p.txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.serBox p.txt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.serBox ul {
  /* display: flex; */
  flex-wrap: wrap;
  margin-top: 15px;
}

.serBox ul li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}

.serBox ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.serveImg img {
  border-radius: 20px;
}

.serBox {
  padding-right: 15px;
}

.conForm {
  padding: 0px 0;
  position: relative;
}

/* .conForm::before{background: #000;content: "";position: absolute;left: 0; top: 0;height: 100%;width:55%;z-index: -1;} */
.conForm h3 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
}

.conForm h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.conForm p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 27px;
  padding-right: 40px;
}

.titleComn {
  font-size: 36px;
}

.titleComn:before {
  background: #0e5af2;
  height: 32px;
  margin-right: 15px;
  width: 5px;
  content: "";
  display: inline-block;
}

.titleComn span {
  color: #0e5af2;
}

.talkForm {
  box-shadow: 0px 5px 15px rgba(255, 106, 109, 0.15);
  margin-bottom: 35px;
  padding: 35px;
  background: #fff;
  border-radius: 15px;
}

.talkForm input {
  border: 1px solid #e6e2e2;
  font-size: 14px;
  height: 43px;
  border-radius: 5px;
  font-weight: 500;
}

.talkForm input::placeholder {
  color: #767676;
}

.talkForm button {
  height: 43px;
  line-height: 43px;
  width: 100%;
  padding: 0px;
  background: var(--brand-deep-blue);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.talkForm button:hover {
  background: #000;
}

.formIframe iframe {
  width: 100%;
  overflow-y: hidden;
  height: inherit;
  border: none;
  overflow: hidden;
  height: 455px;
}

.subBtn button {
  width: 170px;
}

.skypBtn a {
  font-size: 14px;
  display: block;
  background: #34b8ff;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 8px 10px;
}

.skypBtn a:hover {
  background: #efa338;
}

.bgImage2 {
  height: 100%;
}

.bgImage2::before {
  background-image: url("../images/col-bgimage-1.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  content: "";
  width: 55%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}

/* ____ testimonials _____ */
.client-review {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 70px 0;
  position: relative;
}

.client-review:before {
  background-image: url("../images/after-shape.png");
  background-position: 0 100%;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  pointer-events: none;
}

.client-review:after {
  background-image: url("../images/before-shape.png");
  background-position: 100% 0;
  top: -50px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  pointer-events: none;
}

.client-review .title {
  color: #3c3c3c;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

.client-say {
  text-align: center;
  padding: 0 60px;
}

/* .client-say .item{background-color:transparent; padding:30px 60px 10px; min-height:220px; border-radius:10px;} */
.client-img {
  margin-bottom: 10px;
  width: 106px !important;
  height: 106px;
  aspect-ratio: 1;
}

.client-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  border-radius: 100%;
  margin: 0 auto;
  display: inline-block;
}

.client-comment {
  position: relative;
  background: #000;
  border: 1px solid #ccc;
  box-shadow: 0;
  padding: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: inset 0 0 10px;
  min-height: 240px;
}

.client-comment h4 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding-left: 15px;
}

.client-comment p {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  text-align: left;
  padding-left: 15px;
}

.add_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.client-review .owl-dots {
  text-align: center;
}

.client-review .owl-carousel button {
  width: 36px;
  height: 4px;
  background-color: #000;
  margin: 0 3px;
}

.client-review .owl-carousel button.active {
  background-color: #ffaa34;
  outline: none;
}

.client-review .owl-carousel button.owl-dot>span {
  display: none;
}

.cHeading {
  padding: 19px 0 0 45px;
}

/*.ourClients{margin-top:75px;}*/
.ourClients {
  padding: 20px 0;
  background: #b0e0e6;
}

.ourClients .clients {
  padding: 26px 0px;
}

.clients h4 {
  color: #212020;
  font-size: 50px;
  font-weight: 500;
  padding: 0 0 20px;
}

.clients img {
  width: auto !important;
  display: inline-block !important;
  border-radius: 20px;
}

/* .clients .item figure{background:url(../images/hexagon.png) center 0 no-repeat; } */
.clients .owl-carousel .owl-nav {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: left;
  margin-top: 0;
}

.clients .owl-carousel .owl-nav button[class*="owl-"] {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #bbbbbd;
  font-size: 25px;
  line-height: 60px;
  outline: none;
}

.clients .owl-prev {
  position: absolute;
  left: -40px;
}

.clients .owl-next {
  position: absolute;
  right: 70px;
}

.ourClients .service figure {
  position: relative;
}

#clients {
  padding: 0 70px 0 40px;
}

.title {
  font-size: 45px;
  line-height: 1.2;
  color: #090909;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.title span {
  color: #ffaa34;
}

.bottom_content p {
  font-size: 40px;
  font-weight: normal;
  color: #212020;
  margin-bottom: 25px;
  line-height: 1.2;
  margin-top: 25px;
}

.bottom_content p span {
  font-size: 40px;
  font-weight: 700;
  color: #0e5af2;
}

.portfolio {
  background: url(../images/topBg.svg) 100% / cover #b0e0e6;
  /*background: #121111;*/
  padding: 70px 0;
}

.porBox {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  height: 480px;
  border-radius: 25px;
}

.porBox .image-container {
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.porBox .image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.porBox:hover::after {
  content: "";
  background: #00000061;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.porBox:hover .image-container {
  transform: translateY(-100%);
}

.content-box {
  position: absolute;
  left: -20px;
  bottom: 0;
  padding: 40px 40px 30px;
  padding-left: 30px;
  z-index: 3;
  max-width: 280px;
  min-height: 230px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.content-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 108%;
  left: -120px;
  width: 400px;
  content: "";
  opacity: 0.9;
  border-radius: 30px 90px 20px 30px;
  transform: skew(-22deg);
  background: linear-gradient(75deg, #00bce6, #2962ff 50.31%, #d500f9);
}

.porBox:hover .content-box {
  opacity: 1;
  left: 0;
  visibility: visible;
}

.porBox .title {
  font-size: 20px;
  color: #fff;
}

.porBox span {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

.porBox .arrowIcon {
  width: 50px;
  height: 50ox;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  background: #000;
  margin-bottom: 20px;
}

.address {
  background:
    /* url(../images/pattern-3.jpg) 100% / cover*/
    #fff;
  padding: 80px 0;
  position: relative;
}

.address .pr_main h2 {
  margin-top: 6px;
  margin-bottom: 10px;
}

.address .pr_main .txt {
  color: #5b647d;
  font-size: 16px;
  margin-bottom: 0;
}

/* 
.address::after {
    background: #011B4F;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
} */

.address iframe {
  width: 100%;
  height: 600px;
}

.addreMpa {
  /*background: #090909;*/
  height: 100%;
}

.addreMpa {
  padding: 50px 100px;
}

.addrress1 figure {
  flex: 0 0 auto;
  margin-right: 25px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0e5af2;
  color: #fff;
  text-align: center;
  line-height: 125px;
}

.addrress1 figure i {
  font-size: 40px;
}

.addrress1 h3 {
  color: #fff;
  font-weight: 25px;
  margin-bottom: 10px;
}

.addrress1 p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.addrress1 p a {
  color: #0e5af2;
}

/* .mainaddress {background: #fff;height: 100%;padding: 50px;} */
.mainaddress h3 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}

.mainaddress .nav-pills .nav-link {
  color: #263252;
  border: 0;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 0;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: transparent;
  transition: all 0.25s ease;
}

.mainaddress p.txt {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}

.mainaddress ul.nav-pills li img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  display: block;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  flex-shrink: 0;
}

.mainaddress .nav-pills .nav-link.active,
.mainaddress .nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--brand-deep-blue);
  box-shadow: 0 0 0 4px rgba(0, 27, 143, 0.18);
}

.mainaddress .nav-pills .nav-link.active img {
  border: 2px solid rgba(255, 255, 255, 0.85);
  padding: 0;
}

.addInn {
  background: #fff;
  border: 1px solid #dfe5f1;
  box-shadow: 0px 10px 26px rgba(32, 56, 109, 0.1);
  border-radius: 16px;
  position: relative;
  z-index: 2;
  padding: 22px;
}

.address .add_wrap {
  row-gap: 10px;
  column-gap: 10px;
}

.address .add_wrap .nav-item {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(0, 27, 143, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.25s ease;
}

.address .add_wrap .nav-item .nav-link.active {
  box-shadow: 0 0 0 4px rgba(0, 27, 143, 0.18), 0 8px 16px rgba(0, 27, 143, 0.2);
}

.address .tab-content {
  margin-top: 22px !important;
}

.address_wrap {
  background: #f6f8fc;
  border: 1px solid #e6ebf5;
  border-radius: 12px;
  padding: 18px 18px 8px;
}

.address_wrap p {
  font-size: 15px;
  color: #2f3b58;
  line-height: 1.6;
  margin-bottom: 10px;
}

.address_wrap p i {
  color: var(--brand-deep-blue);
}

.address_wrap p a {
  color: var(--brand-deep-blue);
  font-weight: 600;
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

.leaflet-pane.leaflet-marker-pane img {
  filter: hue-rotate(89deg);
}

.leaflet-pane {
  z-index: 1 !important;
}

.leaflet-control {
  z-index: 1 !important;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 1 !important;
}

.cnInfo figure {
  /* margin-right: 25px; */
  background: linear-gradient(75deg, #0000ff, #2962ff 50.31%, #d500f9);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.cnInfo figure i {
  font-size: 20px;
  color: #ffffff;
}

.cnInfo {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 225px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 40px;
  display: flex;
  padding: 12px 7px;
}

.cnInfo span {
  color: #0e5af2;
  font-weight: 600;
  margin-right: 10px;
  font-size: 15px;
  display: block;
}

.addresMap {
  padding: 0px;
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
}

.addresMap img {
  width: 800px;
}

.serList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0;
}

.serList li {
  flex: 0 0 50%;
}

/* == start Footer == */
footer {
  background: #0b0a1e;
  clear: both;
  padding: 0px 0;
  font-size: 14px;
}

.footerTop {
  width: 100%;
}

.linksBtm li,
.footerBtm li {
  float: left;
  padding: 7px 0;
}

.linksBtm li+li,
.footerBtm li+li {
  margin-left: 25px;
}

.linksBtm li a,
.footerBtm li a {
  color: #cdcaca;
  text-transform: uppercase;
}

.linksBtm li a:hover,
.linksBtm li a:hover,
.footerBtm li :hover,
.footerBtm li a:focus,
.footerMid li a:hover,
.footerMid li a:focus {
  color: #fff;
}

.socialLinks {
  float: left;
  margin-bottom: 20px;
}

.socialLinks li {
  float: left;
  text-align: center;
}

.socialLinks li+li {
  margin-left: 12px;
}

.socialLinks li a {
  border: 1px solid #f1f1f1;
  width: 38px;
  height: 38px;
  display: table;
  border-radius: 100%;
  color: #ccc9c9;
  font-size: 20px;
}

.socialLinks li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 0 !important;
}

.socialLinks li a:hover,
.socialLinks li a:focus {
  border-color: #fff;
  color: #fff;
}

footer h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.footerMid li {
  padding: 3px 0;
}

.footerMid {
  border-bottom: 1px solid #4b4a4a;
  overflow: hidden;
  padding: 30px 0;
  margin: 25px 0;
}

.footerMid li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.footerMid li a i {
  padding-right: 10px;
  transition: all 0.5s;
}

.footerMid li a:hover i {
  padding-right: 20px;
}

.footerMid li a:hover {
  color: #0e5af2;
}

.copyRight {
  clear: both;
  font-size: 14px;
  color: #cdcaca;
  font-weight: 400;
}

.footerBtm-line {
  padding: 8px 0 4px;
}

.footerBtm-line .footerBtm-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.35rem;
  margin: 0;
  margin-top: 0 !important;
  font-size: 14px;
  font-weight: 400;
  color: #cdcaca;
  line-height: 1.5;
  clear: none;
}

.footerBtm-line .footerBtm-inner .copyRight {
  clear: none;
}

.footerBtm-line .footerBtm-inner a {
  color: #cdcaca;
  text-decoration: none;
}

.footerBtm-line .footerBtm-inner a:hover,
.footerBtm-line .footerBtm-inner a:focus {
  color: #fff;
}

.footerBtm-line .footerBtm-dot {
  color: #6c6c6c;
  user-select: none;
}

footer p {
  clear: both;
  font-size: 12px;
  color: #cdcaca;
  font-weight: 300;
  margin-top: 20px;
}

footer p span,
.copyRight span {
  /* color: #00bdf0; */
  color: #fff;
}

.ourservices li {
  padding: 0 8px 10px 0;
}

.Contact-info .fas {
  font-size: 16px;
  color: #34b8ff;
  position: absolute;
  top: 7px;
  left: 0;
}

.Contact-info li {
  position: relative;
  padding-left: 34px;
}

.Contact-info li:not(:first-child) {
  margin-top: 25px;
}

.fixContect {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 99;
}

.fixContect img {
  width: 280px;
}

a.connectBtn {
  height: 43px;
  line-height: 43px;
  padding: 0px 23px;
  background: #efa338;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.newsletter p {
  color: #fff;
  font-size: 15px;
}

.newsletter p.warn {
  color: #9b9fa1;
  font-size: 12px;
}

.newsInput {
  position: relative;
  margin: 30px 0 8px;
}

.newsInput input {
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  font-size: 12px;
  padding: 0 15px;
}

.newsInput button {
  /* background: #0E5AF2; */
  background: var(--brand-deep-blue);
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  border-radius: 0 2px 2px 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}

.certi {
  display: flex;
  gap: 15px;
}

.certi {
  display: flex;
}

.innerHeader {
  background: url(../images/topBg.svg) 100% / cover #000;
  padding: 100px 0 70px;
}

.innerHeader img {
  width: 100%;
}

.innerHeader h1 {
  font-size: 47px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.innerHeader p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.innerHeader .seo-hero-form {
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.innerHeader .seo-hero-form h2 {
  color: #fff;
  font-weight: 700;
}

.innerHeader .seo-hero-form .talkForm {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
}

.innerHeader .seo-hero-form .talkForm input,
.innerHeader .seo-hero-form .talkForm textarea,
.innerHeader .seo-hero-form .form-control {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.innerHeader .seo-hero-form .talkForm input::placeholder,
.innerHeader .seo-hero-form .talkForm textarea::placeholder,
.innerHeader .seo-hero-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.innerHeader .seo-hero-form .talkForm input:focus,
.innerHeader .seo-hero-form .talkForm textarea:focus,
.innerHeader .seo-hero-form .form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

.innerHeader .seo-hero-form .subBtn button {
  width: 100%;
  max-width: none;
}

.innerHeader .seo-hero-form__feedback.text-success {
  color: #86efac !important;
}

.innerHeader .seo-hero-form__feedback.text-danger {
  color: #fca5a5 !important;
}

.innerHeader .seo-hero-form__feedback:not([hidden]) {
  display: block;
}

.serSection {
  padding: 70px 0;
}

.serSection .imgrad {
  border-radius: 20px;
}

/* Cloud page: match image column height to text column */
.serSection--cloud-infra .serSection-cloud__media {
  height: 100%;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.serSection--cloud-infra .serSection-cloud__img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Graphics design page: match image column height to text column */
.serSection--graphics-visual .serSection-graphics__media {
  height: 100%;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.serSection--graphics-visual .serSection-graphics__img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Mobile apps page: match image column height to text column */
.serSection--mobile-ecosystem .serSection-mobile__media {
  height: 100%;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.serSection--mobile-ecosystem .serSection-mobile__img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* SEO service page: final CTA image column matches text height */
.serSection--seo-cta .serSection-seo__media {
  height: 100%;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.serSection--seo-cta .serSection-seo__img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.seo-why-choose {
  max-width: 720px;
}

.powerCms label {
  font-size: 25px;
  margin-bottom: 10px;
}

.powerCms h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.powerCms p {
  line-height: 25px;
  margin-bottom: 25px;
}

.powerCms ul {
  padding: 0 0 0 20px;
  margin-top: 25px;
}

.powerCms ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.powerCms ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.portConent {
  padding-top: 14px;
}

.portConent label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.portConent p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.proBox_2 img {
  border-radius: 10px;
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.proBox_2 {
  margin-bottom: 40px;
}

.accordionMenu {
  padding: 0px 0 70px;
  /*background-color: #2a2a2a;*/
}

/* .accordionMenu .accordion-item{margin-bottom: 10px;} */
#accordion-wrapper {
  /*{box-shadow:0 4px 8px rgba(51,77,114,.06), 0 20px 40px rgba(51,77,114,.06);*/
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 12px;
  padding: 0;
}

.accordion .accordion-button {
  background-color: transparent;
  padding: 20px;
  color: rgb(54, 69, 79);
  font-size: 18px;
  font-weight: 500;
  padding-right: 70px;
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button::after {
  background-image: url(../images/acc_plus_ico.svg);
  position: absolute;
  right: -24px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/acc_minus_ico.svg);
}

.accordionMenu .accordion-item {
  margin-bottom: 20px !important;
  border: 1px solid #dddfe1;
  border-radius: 0;
  padding: 20px 40px 20px 20px;
}

.accordionMenu .accordion-item:not(:first-of-type) {
  margin-top: 0px;
}

.accordionMenu .accordion-button {
  padding: 0;
}

.accordionMenu .accordion-header button {
  font-size: 16px;
  font-weight: 500;
}

.accordionMenu .accordion-button:not(.collapsed) {
  background: #fff;
}

.faqTitle {
  font-size: 30px;
  font-weight: 500;
  color: #0b0b0b;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

/* ===================== Contact Us Page ==================*/
.contact {
  background: url(../images/contact-us.jpg) 100% / cover #000;
  height: 650px;
  background-size: cover;
  position: relative;
}

.overlay {
  background: rgba(1, 4, 41, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.formBox {
  box-shadow: rgba(0, 0, 0, 0.24) -2px 4px 10px 0;
}

.formDetail {
  padding: 70px 0;
}

.addressBox {
  background: linear-gradient(to right, #2a4585 0, #4f008a 65%, #4f008a 100%);
  padding: 50px;
  height: 100%;
}

.formCont {
  padding: 50px;
}

.formCont input {
  width: 100%;
  border: 1px solid #dadada;
  padding: 12px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.formCont textarea {
  width: 100%;
  border: 1px solid #dadada;
  padding: 12px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.formCont input:focus {
  box-shadow: none;
}

.formCont textarea:focus {
  box-shadow: none;
}

.formCont button {
  width: 100%;
  padding: 15px 90px;
  background: var(--brand-deep-blue);
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.formCont button#contactFormSubmitBtn.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: not-allowed;
  opacity: 0.92;
}

.formCont button#contactFormSubmitBtn .contact-form-submit-loader {
  display: inline-flex;
  line-height: 1;
}

.addressBox h3 {
  margin: 0 0 15px;
  font-size: 37px;
  font-weight: 400;
  color: #fff;
}

.add1 {
  margin-bottom: 25px;
}

.add1 label {
  margin: 0px 0 16px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.add1 label::after {
  width: 27px;
  height: 2px;
  content: "";
  display: block;
  background: #fff;
  margin-top: 10px;
}

.add1 p {
  font-size: 15px;
  color: #fff;
}

.googleMap iframe {
  width: 100%;
  height: 600px;
}

/* ===================== Contact Us Page ==================*/

/* ===================== Menu ==================*/
.siteMenus {
  float: none;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}

.siteMenus ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.siteMenus li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  /* float: left; */
  /* margin: 0 5px; */
}

.siteMenus li a {
  padding: 10px 19px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}

/* .siteMenus li a.active {
    border: 2px solid #0000ff;

}

.siteMenus li:hover {
    border: 2px solid #0000ff;
    border-radius: 5px;
} */

.siteMenus.desktop ul li a.active {
  /* border-color: #0000ff; */
  background-color: #0000ff;
}

.siteMenus .main_menu:hover .main_anchor {
  border-color: #0000ff;
  background-color: rgba(0, 0, 255, 0.1);
}

.siteMenus .has-sub a:hover {
  border-color: #0000ff;
  background-color: rgba(0, 0, 255, 0.1);
}

/* .siteMenus li a.active::after{ width:25px; height:2px; background:#fe0000; content:""; display:block; margin-top:5px;}
.siteMenus li a:hover::after{ width:25px; height:2px; background:#fe0000; content:""; display:block;margin-top:5px;} */
/* .siteMenus li + li{margin-left:20px;} */
.siteMenus ul ul {
  top: 48px;
  width: 285px;
  padding: 15px;
  border-radius: 15px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: rgb(255, 255, 255);
}

.siteMenus ul ul ul {
  top: -11px;
  left: 258px;
}

.siteMenus li li {
  display: block;
  width: 100%;
  /* margin: 0 !important; */
  margin-bottom: 8px;
  /*border-top:1px solid #e4e5e4;*/
}

.siteMenus li li a {
  color: #000;
  padding: 10px 10px;
  font-size: 14px;
}

.siteMenus li li a img {
  width: 25px;
  margin-right: 15px;
}

/* .siteMenus ul ul li a:hover {
    background: #f0f3fa;
} */

.siteMenus>ul>li:hover>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.siteMenus>ul>li.drop-left>ul {
  right: 0;
}

.siteMenus .menu-toggle,
.siteMenus .close-menu,
.siteMenus .call-btn-mobile,
.siteMenus .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}

.siteMenus .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.siteMenus a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.siteMenus a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.siteMenus a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #fff;
  position: absolute;
}

.siteMenus li.open>a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.siteMenus.light a.dd-toggle .icon-plus:before {
  border-color: #000;
}

.siteMenus.light a.dd-toggle .icon-plus:after {
  border-color: #000;
}

.siteMenus.dark a.dd-toggle .icon-plus:before {
  border-color: #fff;
}

.siteMenus.dark a.dd-toggle .icon-plus:after {
  border-color: #fff;
}

.siteMenus .icon-close {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.siteMenus .icon-close:before {
  content: "";
  display: block;
  width: 30px;
  height: 0px;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.siteMenus .icon-close:after {
  content: "";
  display: block;
  width: 30px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #fff;
  position: absolute;
  transform: rotate(-45deg);
}

/* mobile nav */
.siteMenus .menu-toggle,
.siteMenus .close-menu {
  padding: 0;
  box-sizing: border-box;
}

.siteMenus .menu-toggle span.bars {
  display: inline-block;
  position: relative;
  top: 0px;
}

.siteMenus .menu-toggle span.bars span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 0 0 5px;
}

.siteMenus .menu-toggle span.bars span:nth-child(2) {
  width: 20px;
}

.siteMenus .menu-toggle span.bars span:nth-child(3) {
  width: 15px;
}

.siteMenus.mobile {
  position: absolute;
  right: 20px;
  top: 15px;
  left: unset;
  transform: unset;
}

.siteMenus.mobile.fixed {
  position: static;
}

.siteMenus.mobile ul {
  position: relative;
  display: none;
}

.siteMenus.mobile.active {
  padding-bottom: 0;
}

.siteMenus.mobile.active>ul {
  display: block;
}

.siteMenus.mobile ul {
  text-align: left;
}

.siteMenus.mobile>ul>li {
  display: block;
}

.siteMenus.mobile>ul>li>a {
  padding: 15px;
}

.siteMenus.mobile ul {
  background: #1b2330;
}

.siteMenus.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.siteMenus.mobile ul ul ul {
  left: auto;
  top: auto;
}

.siteMenus.mobile li.drop-left ul ul {
  right: auto;
}

.siteMenus.mobile>ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.siteMenus.mobile .menu-toggle,
.siteMenus.mobile .dd-toggle,
.siteMenus.mobile .close-menu {
  display: inline-block;
}

.siteMenus.mobile li.has-sub>a:after,
.siteMenus.mobile li li.has-sub>a:after,
.siteMenus.mobile li.drop-left li.has-sub>a:after {
  display: none;
}

/* left and right positions */
.siteMenus.mobile.right>ul {
  position: fixed;
  top: 0;
  bottom: 0;
  /* width: 340px; */
  width: 100%;
  /* max-width: 40%; */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  padding-inline: 5px;
}

.siteMenus.mobile.right>ul {
  /* right: 0px; */
  left: 0;
}

.siteMenus.mobile.right>ul li {
  margin-bottom: 10px !important;
}

.siteMenus.mobile.right>ul li a {
  color: #fff;
  font-size: 20px !important;
}

.siteMenus.mobile.right .close-menu {
  display: inline-block;
  text-align: right;
  padding: 10px;
  width: 100%;
}

.siteMenus.desktop .menu_nav_tag {
  display: flex !important;
}

/* Desktop menu color system:
   - parent level links: black
   - child/submenu links: white
*/
.siteMenus.desktop>ul>li>a,
.siteMenus.desktop>ul>li>a.main_anchor {
  color: #000 !important;
}

.page-header.is-sticky .siteMenus.desktop>ul>li>a,
.page-header.is-sticky .siteMenus.desktop>ul>li>a.main_anchor,
.page-header.is-sticky .siteMenus.desktop>ul>li>a.active {
  color: #000 !important;
}

.siteMenus.desktop>ul>li>a.active,
.siteMenus.desktop>ul>li>a.main_anchor.active,
.page-header.is-sticky .siteMenus.desktop>ul>li>a.active,
.page-header.is-sticky .siteMenus.desktop>ul>li>a.main_anchor.active {
  color: #fff !important;
}

.siteMenus.desktop ul ul {
  background: #141f47;
  top: 57px;
}

.siteMenus.desktop li li a {
  color: #fff;
}

.siteMenus.desktop li li a img {
  filter: invert(1);
}

.page-header.is-sticky .becomeBtn li a {
  color: #fff;
}

.page-header.is-sticky .becomeBtn li a:hover {
  background: var(--brand-deep-blue);
}

#map {
  height: 100%;
  min-height: 470px;
  width: 100%;
  border-radius: 12px;
}

.custom-marker {
  animation: bounce 1s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.map_warp {
  box-shadow: 0px 10px 26px rgba(32, 56, 109, 0.12);
  padding: 12px;
  border-radius: 16px;
  background: #f4f7ff;
  height: 100%;
}

.indList li figure .changehover {
  filter: grayscale(1);
}

.indList li figure .changehover:hover {
  filter: none;
}

/*======== Media Queries for Mobile =========*/

@media all and (max-width: 1399px) {
  .about-icon {
    width: 156px;
    height: 156px;
  }

  .about-list {
    height: 200px;
  }

  .procees::before {
    height: 200px;
  }

  .about-icon img {
    width: 65px;
  }

  .client-comment {
    height: 275px;
  }
}

@media all and (max-width: 1199.99px) {
  .siteMenus li a {
    font-size: 12px;
  }

  .about-icon {
    width: 126px;
    height: 126px;
  }

  .about-list {
    height: 180px;
  }

  .procees::before {
    height: 180px;
  }

  .about-icon img {
    width: 50px;
  }

  .topSlider h1 {
    font-size: 40px;
  }

  .addreMpa {
    padding: 50px 15px;
  }

  .siteMenus li a {
    padding: 10px 16px;
  }

  .tools .nav-pills {
    /* overflow-x: scroll; */
    /* flex-wrap: nowrap; */
    justify-content: center;
    flex-wrap: wrap;
  }

  .tools .nav-pills .nav-item {
    margin-bottom: 25px;
    min-width: 225px;
    text-align: center;
  }

  .innerHeader h1 {
    font-size: 36px;
  }

  .my-auto {
    margin-top: 70px !important;
  }

  .content-box::before {
    width: 340px;
  }

  .porBox .title {
    font-size: 15px;
  }

  .client-comment {
    height: 375px;
    padding: 25px;
  }
}

@media all and (max-width: 991.99px) {
  .hero-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-header.is-sticky .siteMenus .menu-toggle span.bars span {
    background-color: #000;
  }

  /* Keep mobile logo size consistent before/after sticky */
  .logo img {
    width: 130px;
    max-width: 130px;
  }

  .page-header.is-sticky .logo img {
    width: 130px;
    max-width: 130px;
  }

  .page-header {
    top: 15px;
  }

  /* .siteMenus li a {

        font-size: 15px;
    } */

  .about-list::after {
    border: 0;
  }

  .page-header.is-sticky {
    backdrop-filter: inherit;
    animation: auto;
    height: 60px;
  }

  .logoBar {
    margin-top: 8.5px;
  }

  .siteMenus li a {
    padding: 6px 6px;
  }

  /* Ensure hamburger is visible on light and dark headers */
  .siteMenus.mobile .menu-toggle span.bars span {
    background: #000;
    height: 2.5px;
    margin: 0 0 4px;
  }

  .page-header.is-sticky .siteMenus.mobile .menu-toggle span.bars span {
    background: #000;
  }

  .prTitle h2,
  .title {
    font-size: 30px;
  }

  .client-say {
    padding: 0;
  }

  .client-say .item {
    padding: 30px 0px 10px;
  }

  .bottom_content p {
    font-size: 24px;
  }

  .bottom_content p span {
    font-size: 26px;
  }

  .toolList,
  .indList {
    grid-template-columns: repeat(4, 1fr);
  }

  .about-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .about-list,
  .procees::before {
    height: 100%;
    width: 100%;
  }

  .about-icon {
    width: 160px;
    height: 160px;
    border-color: #000;
  }

  .about-itm {
    margin: 0 0 25px 0;
  }

  .about-list::after {
    left: -35px;
  }

  .toolList {
    flex-wrap: wrap;
  }

  .toolList li {
    margin-bottom: 25px;
    flex: 0 0 45%;
  }

  .addInn {
    padding: 30px;
  }

  .siteMenus li li a img {
    filter: invert();
  }

  .siteMenus li li a {
    color: #fff;
  }

  /* Mobile menu readability */
  .siteMenus.mobile.right>ul li a {
    font-size: 16px !important;
    line-height: 1.4;
  }

  .siteMenus.mobile li li a {
    font-size: 14px !important;
    line-height: 1.35;
  }

  .siteMenus.mobile .dd-toggle {
    width: 44px;
    height: 44px;
  }

  .siteMenus.mobile li li a img {
    width: 18px;
    margin-right: 10px;
  }

  .innerHeader h1 {
    font-size: 28px;
  }

  .innerHeader p {
    font-size: 15px;
  }

  .welcome h3 {
    font-size: 22px;
  }

  .welcome p {
    padding: 0;
    font-size: 14px;
  }

  .ourTeam {
    padding: 40px 0;
  }

  .servicesTitle h3 {
    font-size: 20px;
  }

  .serBox {
    padding-right: 0;
  }

  .ourTeam .tab-content {
    padding: 15px;
  }

  .powerCms h2 {
    font-size: 23px;
  }

  .client figure {
    margin-right: 10px;
  }

  /* .clientLogo {
        flex-wrap: wrap;
    } */

  .clientLogo li img {
    width: 70px;
  }

  .client figure {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .client figure img {
    width: 30px;
  }

  .client h2 {
    font-size: 20px;
  }

  .client p {
    font-size: 11px;
  }

  .client-comment {
    height: 420px;
  }

  .client-comment h4 {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 852px) {
  .becomeBtn {
    align-items: start;
    flex-direction: row;
    padding-left: 15px;
    justify-content: center;
  }

  .fs {
    font-size: 14px !important;
  }

  .becomeBtn li {
    width: auto !important;
  }

  .becomeBtn li a {
    padding: 10px 40px !important;
    font-size: 12px !important;
  }

  /* Mobile menu color system:
     - parent + child levels: white
  */
  .siteMenus.mobile.right>ul>li>a,
  .siteMenus.mobile.right>ul li li>a {
    color: #fff !important;
  }
}

@media all and (max-width: 767px) {
  .address {
    padding: 55px 0;
  }

  .address .add_wrap {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .address .add_wrap .nav-item {
    flex: 0 0 auto;
  }

  .address .mainaddress .nav-pills .nav-link {
    white-space: nowrap;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .address .tab-content {
    margin-top: 16px !important;
  }

  .address_wrap {
    padding: 14px 14px 6px;
  }

  .address_wrap p {
    font-size: 14px;
  }

  .map_warp {
    margin-top: 8px;
  }

  #map {
    min-height: 320px;
  }

  .tools .nav-pills {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 4px 10px;
    margin-bottom: 22px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .tools .nav-pills .nav-item {
    margin: 0;
    min-width: max-content;
    flex: 0 0 auto;
  }

  .tools .nav-pills .nav-link {
    font-size: 13px;
    padding: 9px 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 999px;
  }

  .tools .nav-pills .nav-link::before {
    display: none;
  }

  .tools .tab-content .toolList {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 4px 10px;
    margin-top: 8px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .tools .tab-content .toolList li {
    flex: 0 0 160px;
    margin: 0;
    border-radius: 12px;
    padding: 14px 12px;
    background: #fff;
    border: 1px solid rgba(0, 27, 143, 0.12);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }

  .tools .tab-content .toolList li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .tools .tab-content .toolList li figure img {
    width: 56px;
    height: 56px;
    object-fit: contain;
  }

  .tools .tab-content .toolList li figure figcaption {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    color: #102047;
  }

  .hero-clients-strip {
    margin-top: -40px;
    padding-bottom: 20px;
  }

  .hero-stat-card {
    padding: 14px;
    gap: 10px;
  }

  .hero-stat-card figure {
    width: 44px;
    height: 44px;
  }

  .hero-stat-card figure img {
    width: 24px;
  }

  .hero-stat-card h2 {
    font-size: 20px;
  }

  .hero-logo-rail .swiper-slide {
    width: 200px !important;
    height: 100px;
  }

  .hero-logo-rail .swiper-slide img {
    width: 200px;
    height: 100px;
  }

  #banner-slider .item {
    height: 65vh !important;
    min-height: 500px;
    max-height: 620px;
  }

  .topSlider h1 {
    font-size: 30px;
  }

  .siteMenus.mobile ul ul {
    top: 7px;
  }

  .topSlider p {
    font-size: 16px;
    line-height: 1.6;
  }

  .siteMenus li+li {
    margin-left: 5px;
  }

  .siteMenus li a {
    padding: 15px 10px;
    font-size: 13px;
  }

  .howWork {
    margin-bottom: 35px;
  }

  .cHeading {
    padding: 19px 0 25px 0px;
    text-align: center;
  }

  .addreMpa {
    padding: 50px 15px;
  }

  .linksBtm,
  .socialLinks {
    text-align: center;
    float: none;
  }

  .linksBtm li,
  .socialLinks li {
    display: inline-block;
    float: none;
  }

  .ourservices,
  newsletter {
    margin-top: 25px;
  }

  .toolList,
  .indList {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-arrow {
    display: none;
  }

  .siteMenus li {
    width: 100%;
    margin: 0 !important;
  }

  .about-list::after {
    left: -12px;
  }

  .about-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 20px;
  }

  #clients {
    padding: 0 20px 0 20px;
  }

  .address::after {
    display: none;
  }

  .titleComn {
    font-size: 29px;
    /* margin-bottom: 0 !important; */
  }

  .siteMenus.mobile ul ul {
    padding: 0;
  }

  .siteMenus.mobile li li a img {
    margin-right: 4px;
  }

  .siteMenus.mobile li li a {
    font-size: 12px;
  }

  .client-comment {
    height: auto;
  }
}

@media all and (max-width: 575px) {
  .hero-stats-grid {
    gap: 10px;
    margin-bottom: 10px;
  }

  .hero-stat-card {
    padding: 12px 10px;
    border-radius: 10px;
  }

  .hero-stat-card h2 {
    font-size: 17px;
  }

  .hero-stat-card p {
    font-size: 12px;
  }

  .hero-logo-rail {
    border-radius: 0;
    padding: 0;
  }

  #banner-slider .item {
    height: 62vh !important;
    min-height: 460px;
    max-height: 560px;
  }

  #banner-slider .mt_top {
    padding-top: 0px;
    padding-bottom: 125px;
  }

  .page-header.is-sticky .logo img {
    width: 130px !important;
    max-width: 130px !important;
  }

  .my-auto {
    padding-inline: 20px;
  }

  .services {
    padding-inline: 20px;
  }

  .industry {
    padding-inline: 20px;
  }

  .portfolio {
    padding-inline: 20px;
  }

  .clients {
    padding-inline: 20px;
  }

  .address {
    padding-inline: 20px;
  }

  footer {
    padding-inline: 20px;
  }

  .searchBtn {
    position: absolute;
    top: 62px;
    right: 60px;
    padding: 5px;
    border-radius: 5px;
  }

  .siteMenus li a:hover {
    background: #2a3548;
    color: #fff;
  }

  nav {
    position: static;
  }

  .toolList,
  .indList {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .socialLinks li a {
    border: 1px solid #f1f1f1;
    width: 40px;
    height: 40px;
  }

  .socialLinks li a i {
    font-size: 17px;
  }
}

@media all and (max-width: 415px) {
  .page-header {
    height: 50px;
  }

  .cnInfo {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media all and (max-width: 375px) {

  /* Prevent off-screen hamburger on very small devices */
  .siteMenus.mobile {
    top: 0;
  }

  .siteMenus .menu-toggle span.bars {
    top: 0 !important;
  }

  .logoBar img {
    width: 120px;
  }

  .siteMenus.mobile.right>ul {
    width: 270px;
  }

  .siteMenus.mobile li li a {
    font-size: 13px !important;
  }
}

@media all and (max-width: 315px) {
  .cnInfo {
    font-size: 14px;
  }
}

@media only screen and (max-width: 430px) {
  .my-auto {
    margin-top: 10px !important;
    padding-bottom: 0px !important;
  }
}

.refund-policy-block {
  padding-top: 55px;
  padding-bottom: 25px;
}

.refund-policy-card {
  background: #fff;
  border: 1px solid #dfe5f1;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(24, 42, 86, 0.08);
  padding: 30px 26px;
}

.refund-policy-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #102047;
}

.refund-policy-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #102047;
}

.refund-policy-card p,
.refund-policy-card li {
  font-size: 15px;
  line-height: 1.75;
  color: #31405f;
}

.refund-policy-card ul {
  margin: 0 0 8px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .refund-policy-card {
    padding: 22px 16px;
  }

  .refund-policy-card h3 {
    font-size: 18px;
  }

  .refund-policy-card h4 {
    font-size: 16px;
  }

  .refund-policy-card p,
  .refund-policy-card li {
    font-size: 14px;
  }


}

.my-auto {
  padding-top: 80px;
  padding-bottom: 70px;
}

.mt_top {
  margin-top: -70px;
}

.quote_wrap .form-control {
  min-height: 45px;
  box-sizing: border-box;
  padding: 10px;
}

.quote_wrap select {
  height: 45px;
}