@charset "UTF-8";
body {
  font-family: "Nunito", serif;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

h3.successMsg {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
h3.successMsg span {
  background: green;
  color: #fff;
}

.inner_banner {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #505151;
  padding: 180px 0 80px;
  background-blend-mode: multiply;
  margin-top: -110px;
  z-index: -1;
}
@media (max-width: 991px) {
  .inner_banner {
    margin-top: -120px;
    padding: 180px 0 140px;
  }
}
.inner_banner .inner_banner_titles {
  position: relative;
  z-index: 3;
}
.inner_banner .inner_banner_titles .inner_banner_titles p {
  color: #fff;
}
.inner_banner .inner_banner_titles h2 {
  font-size: clamp(28px, 2.6041vw, 50px);
  font-weight: 700;
  color: #eff7f8;
}

.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}
.triangle {
  position: absolute;
  left: 40%;
  top: 20%;
  transition: 1s all ease-in-out;
  animation: moveani 5s linear infinite;
}

@keyframes moveani {
  0% {
    transform: translate(0) rotate(0deg);
  }
  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
.bubble_circle1 {
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 45%;
  background: #ffb739;
}

.bubble_circle2 {
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  background: #fc4fdd;
}

.bubble_circle3 {
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #5ed5cb;
}

.bubble_circle4 {
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #3de4a3;
}

.bubble_circle5 {
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #fc4fb1;
}

.bubble_circle6 {
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  background: #2c4aff;
}

.bubble_circle7 {
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  background: #ffb739;
}

.bubble_circle8 {
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  background: #8f3de4;
}

.bubble_circle9 {
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  background: #fff339;
}

.bubble_circle10 {
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  background: #fc4f4f;
}

.bubble {
  border-radius: 50%;
  box-shadow: none;
  height: 5px;
  position: absolute;
  width: 5px;
}

.anchorLink {
  background: linear-gradient(356deg, #3c91e6, #2a325c);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 700;
}

input,
textarea,
.form-select {
  font-size: 14px !important;
  min-height: 50px;
}

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

input::placeholder {
  opacity: 0;
}

.labelHeading {
  position: absolute;
  top: -10px;
  left: 10px;
  background: rgb(250, 250, 250);
  padding: 0px 15px;
  border-radius: 19px;
  font-size: 13px;
  border-top: 1px solid #ccc;
}

input:focus,
input:focus + .labelHeading,
textarea:focus {
  border-color: #3c91e6 !important;
  box-shadow: unset !important;
}

textarea:focus::-moz-placeholder {
  padding-left: 0;
}

textarea:focus::placeholder {
  padding-left: 0;
}

::-webkit-scrollbar {
  width: 5px;
  /* width: 0; */
  /* display: none; */
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(356deg, #3c91e6, #2a325c);
  border-radius: 30px;
  height: 50px;
  /* display: none; */
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #797979;
}

.cursor {
  cursor: pointer;
}

a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .header .logo {
    width: 70%;
  }
  .header.active {
    background: rgba(0, 0, 0, 0.3882352941);
  }
  .header.active svg {
    fill: #fff;
  }
  .header .navbar-collapse {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 1px 20px 20px 14px #ccc;
  }
}
.header .navbar li {
  margin: 0 10px;
}
.header .navbar li a {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #3b3663;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.header .navbar li a::after {
  content: "";
  background: #3c91e6;
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 51px;
  margin: 0 auto;
  right: 0;
  transition: 1s all ease-in-out;
  opacity: 0;
}
.header .navbar li a.active, .header .navbar li a:hover {
  color: #3c91e6;
}
.header .navbar li a.active::after, .header .navbar li a:hover::after {
  width: 55%;
  opacity: 1;
}
.header.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  transition: rgba(255, 255, 255, 0.95) 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.header.sticky-top svg {
  fill: #000;
}
.header.active li a {
  color: #fff;
}
.header.active li a.active {
  color: #3c91e6 !important;
}
.header.active.sticky-top li a {
  color: #3b3663;
}

.bottomHeader {
  padding: 10px 0;
}

.footer_wrapper .footer_inner .footer_widget h3 {
  font-size: clamp(20px, 1.77vw, 34px);
  color: #2a325c;
  font-weight: 700;
  margin-bottom: 35px;
}
.footer_wrapper .footer_inner .footer_widget ul {
  padding-left: 0;
}
.footer_wrapper .footer_inner .footer_widget ul li {
  list-style: none;
}
.footer_wrapper .footer_inner .footer_widget ul li a {
  text-decoration: none;
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #696687;
  font-weight: 600;
}
.footer_wrapper .footer_inner .footer_widget ul li a:hover {
  color: #3c91e6;
}
@media (max-width: 768px) {
  .footer_wrapper .footer_inner .footer_widget {
    text-align: center;
  }
  .footer_wrapper .footer_inner .footer_widget h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.footer_wrapper .copyright_wrapper {
  border-top: 1px solid #ccc;
}

.prfilepic .mainTitles h6 {
  justify-content: center;
}
.prfilepic .mainTitles h2 {
  color: #000;
}
.prfilepic .mainTitles p {
  color: #c5c5c5;
  font-size: clamp(16px, 0.9375vw, 18px);
  padding-right: 36px;
  letter-spacing: 0px;
}
.prfilepic .prfilData {
  box-shadow: -1px 5px 20px 13px rgba(0, 0, 0, 0.0705882353);
  padding: 18px;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  gap: 20px;
  min-height: 140px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .prfilepic .prfilData {
    min-height: 210px;
  }
}
.prfilepic .prfilData .prfImg {
  width: 350px;
  display: none;
}
.prfilepic .prfilData .prfImg img {
  width: 100%;
  height: 100%;
}
.prfilepic .prfilData .prfTitle {
  width: 100%;
  position: relative;
  min-height: 150px;
}
.prfilepic .prfilData .prfTitle h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  color: #000;
}
.prfilepic .prfilData .prfTitle h6 {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #000;
}
.prfilepic .prfilData .contactAdd {
  position: absolute;
  bottom: 0%;
  right: 0;
}
@media (max-width: 991px) {
  .prfilepic .prfilData .contactAdd {
    width: 100%;
  }
  .prfilepic .prfilData .contactAdd .col {
    justify-content: end;
  }
}
.prfilepic .prfilData .contactAdd span {
  box-sizing: border-box;
  margin: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prfilepic .prfilData .contactAdd span svg path {
  fill: #fff;
}
.prfilepic .prfilData .contactAdd span svg:hover path {
  fill: #f00;
}
.prfilepic .prfilData .contactAdd::after {
  content: "";
  background: linear-gradient(356deg, #3c91e6, #2a325c);
  transform: skewX(335deg);
  width: 140%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: -20%;
}
.prfilepic .prfilData::after {
  content: "";
  background: url(../img/eclipse-1.png);
  width: 50%;
  position: absolute;
  left: -4%;
  z-index: -1;
  top: 0;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  transform: skewX(-3deg);
  opacity: 0.3;
  animation: moveani 5s linear infinite;
}

.yTrs {
  background: url("../img/empowerBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 3;
}
.yTrs::after {
  content: "";
  background: #071422;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.yTrs .container {
  position: relative;
  z-index: 3;
}
.yTrs .secTitle h3 {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.yTrs .secTitle h2 {
  font-size: clamp(28px, 2.6041vw, 50px);
  line-height: 38px;
  color: #fff;
  font-weight: 800;
}

.wapper_services {
  width: 100%;
  padding: 20px 0 20px;
  /* background: url(style.css); */
  background: url(../Images/banner3.png) no-repeat right top;
  padding: 30px 0 50px;
  /* background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #f9f9f9 100%); */
  /* background: linear-gradient(to bottom, #fff 0%, #fff 90%, #f9f9f9 100%); */
  position: relative;
  background-size: contain;
  background-position: right;
}

.our_service {
  clear: both;
  display: table;
}
.our_service h4 {
  font-size: clamp(18px, 1.3541vw, 26px);
  margin-top: 15px;
}
.our_service .link_service {
  display: none;
}

.service_box_info {
  padding: 30px 10px;
  float: left;
}

.service_box_info .service_box_inner {
  position: relative;
  box-shadow: 0 16px 36px rgba(34, 82, 130, 0.06);
  overflow: hidden;
  border-radius: 8px;
}

.service_box_info .service_box_inner .service_front_view {
  border-radius: 8px;
  background: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.service_webdevlop .service_box_info {
  padding: 10px;
}

.service_webdevlop .service_box_inner .service_front_view {
  padding: 10px;
}

.service_box_info .service_box_inner .service_front_view_overlay {
  border-radius: 8px;
  background: #2a325c;
  padding: 40px 10px 40px 30px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 2;
}

.service_box_info .service_box_inner:hover .service_front_view_overlay {
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

@media (max-width: 1024px) {
  .service_box_info {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .service_box_info:nth-child(2),
  .service_box_info:nth-child(4) {
    margin-top: 140px;
  }
  .service_box_info:nth-child(5),
  .service_box_info:nth-child(7) {
    margin-top: -140px;
  }
}
.service_front_view p {
  color: #989494;
  font-size: clamp(12px, 0.72916vw, 14px);
  line-height: 25px;
}

.service_front_view h4 {
  font-weight: bold;
}

.service_box_info .service_box_inner .service_front_view_overlay ul li {
  padding: 5px 0 0 13px;
  position: relative;
  font-size: clamp(10px, 0.625vw, 12px);
}

.scopus_wap p {
  margin-top: 17px;
  font-size: clamp(14px, 0.8333vw, 16px) !important;
  margin: 25px 0px -11px;
  line-height: 28px;
}

.link_service {
  margin-top: 17px;
  font-size: clamp(14px, 0.8333vw, 16px);
  transition: 0.6s;
  transform: translateX(-124px);
}

.service_box_info .service_box_inner:hover .link_service {
  margin-top: 17px;
  font-size: clamp(14px, 0.8333vw, 16px);
  transition: 0.6s;
  transform: translateX(100px);
}

.link_service a {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #02ff5c;
}

.link_service a:hover {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #02ff5c;
  padding-left: 10px;
}

.nav_inner_menu ul li:hover:nth-child(1) {
  background: none;
  border-left: 2px solid #ececec;
}

.scopus_icon {
  width: 100px;
  height: 80px;
  display: block;
}
.scopus_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.heroSec {
  height: 100vh;
}
@media (max-width: 991px) {
  .heroSec {
    height: 100%;
  }
}
.heroSec .rightCnt {
  position: relative;
}
.heroSec .rightCnt h1 {
  font-size: clamp(38px, 5.2083vw, 100px);
  font-weight: 900;
  background: linear-gradient(356deg, #3c91e6, #2a325c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 5rem;
}
@media (max-width: 768px) {
  .heroSec .rightCnt h1 {
    line-height: 3rem;
    text-align: center;
  }
}
.heroSec .rightCnt p {
  font-size: 18px;
  color: #797979;
}
@media (max-width: 768px) {
  .heroSec .rightCnt p {
    text-align: center;
  }
}
.heroSec .rightCnt::after {
  content: "";
  background: url("../img/eclipse.png");
  width: 71%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  animation: moveani 5s linear infinite;
  transition-duration: 1s;
}
.heroSec h4 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #2a325c;
  font-weight: 800;
}
.heroSec h6 {
  font-size: clamp(12px, 0.72916vw, 14px);
  color: #696687;
  font-weight: 800;
  text-transform: uppercase;
}

.secTitle h3 {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #696687;
  font-weight: 800;
  text-transform: uppercase;
}
.secTitle h2 {
  font-size: clamp(28px, 2.6041vw, 50px);
  line-height: 38px;
  color: #2a325c;
  font-weight: 800;
}
.secTitle p {
  font-size: 16px;
  color: #696687;
}

.whatWeDo {
  background-image: url(../img/mapGeo.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.whatWeDo .rightCnt .gridCard {
  background-color: #ffffff;
  margin: 0px 0px 10px 0px;
  padding: 36px 30px 36px 38px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 13px 13px 51px 0px rgba(10, 51, 80, 0.16);
  height: 100%;
}
.whatWeDo .rightCnt .gridCard .gridIcon {
  margin-bottom: 10px;
}
.whatWeDo .rightCnt .gridCard .gridText {
  color: #252a3f;
  font-size: 20px;
  line-height: 1.36em;
  letter-spacing: -1px;
  font-weight: 700;
}
.whatWeDo .rightCnt .gridCard:hover, .whatWeDo .rightCnt .gridCard.active {
  background: #2a325c;
}
.whatWeDo .rightCnt .gridCard:hover .gridIcon, .whatWeDo .rightCnt .gridCard.active .gridIcon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(210deg) brightness(102%) contrast(103%);
}
.whatWeDo .rightCnt .gridCard:hover .gridText, .whatWeDo .rightCnt .gridCard.active .gridText {
  color: #fff;
}

.whatWeAre {
  position: relative;
}
.whatWeAre::after {
  content: "";
  background: url("../img/eclipse.png");
  width: 51%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  animation: moveani 5s linear infinite;
}
.whatWeAre .triangle {
  right: 0;
  left: unset;
  top: 0;
}
.whatWeAre ul li {
  font-size: 15px;
  color: #696687;
  margin-bottom: 10px;
}
.whatWeAre h6 {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #2a325c;
}

.workignMGNt {
  counter-reset: section;
}
.workignMGNt .gridCard {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.workignMGNt .gridCard .gridImg {
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.5s ease-in-out 0.9s;
  border-radius: 10px;
}
.workignMGNt .gridCard .gridImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.workignMGNt .gridCard .gridCount {
  position: relative;
}
.workignMGNt .gridCard .gridCount::after {
  counter-increment: section;
  content: "0" counter(section);
  background: #fff;
  width: 58px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: -21px auto 0;
  color: #000;
  box-shadow: 1px 1px 20px 0px rgba(92, 92, 92, 0.8196078431);
  font-weight: 600;
}
.workignMGNt .gridCard .gridTitle h3 {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 600;
  margin: 23px 0;
}
.workignMGNt .gridCard p {
  font-size: clamp(12px, 0.72916vw, 14px);
}
.workignMGNt .gridCard:hover .gridImg img {
  transform: scale(1.5);
  transition: all 0.7s ease-in-out 0.1s;
}

.projects .caseSTudy .cardStudy {
  box-shadow: 0 20px 40px 0 rgba(6, 33, 48, 0.21);
  border-radius: 10px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.projects .caseSTudy .cardStudy .imgCasestudy {
  position: relative;
}
.projects .caseSTudy .cardStudy .imgCasestudy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.84;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(5, 20, 34, 0.3) 60%, rgba(32, 35, 38, 0.38));
}
.projects .caseSTudy .cardStudy .titleCasestudy {
  position: absolute;
  bottom: 0%;
  padding: 10px 20px;
  word-break: keep-all;
  width: 100%;
  max-width: 100%;
}
.projects .caseSTudy .cardStudy .titleCasestudy h5 {
  font-size: clamp(16px, 1.0416vw, 20px);
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 0.5em;
  color: #fff;
}
.projects .caseSTudy .cardStudy .titleCasestudy h6 {
  font-size: 0.78em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
.projects .slick-slide {
  padding: 0 10px;
}
.projects .Sprev img,
.projects .Snext img {
  width: 30px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(123%) hue-rotate(64deg) brightness(97%) contrast(85%);
}

.tesimonials {
  background: #f9fafb;
  position: relative;
  z-index: 1;
}
.tesimonials .testimonialsIcon {
  position: relative;
  margin-top: -119px;
  z-index: -1;
  text-align: right;
  animation: moveani 5s linear infinite;
}
@media (max-width: 991px) {
  .tesimonials .testimonialsIcon {
    position: absolute;
  }
}
.tesimonials .testmonialSlide .testim_item {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  margin-right: 25px;
  margin-left: 25px;
  box-shadow: 2px 2px 25px #cecece;
  border-radius: 15px;
  padding-top: 56px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims-quote {
  max-width: 52px;
  width: 100%;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims-quote img {
  scale: -1;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims-text-para {
  width: calc(100% - 52px);
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims-text-para p {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims_author {
  margin-left: 80px;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims_author .testims_photo {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims_author .testims_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.tesimonials .testmonialSlide .testim_item .testims_cnt .testims_author .title_wrap .testims_title {
  color: #2a325c;
  font-weight: 800;
  font-size: clamp(16px, 1.25vw, 24px);
}
.tesimonials .prev img,
.tesimonials .next img {
  width: 30px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(123%) hue-rotate(64deg) brightness(97%) contrast(85%);
}

.portfolioBlock .mainTitles h6 {
  justify-content: center;
}
.portfolioBlock .mainTitles h2 {
  color: #000;
}
.portfolioBlock .mainTitles p {
  color: #000;
  font-size: clamp(16px, 0.9375vw, 18px);
  padding-right: 36px;
  letter-spacing: 0px;
}
.portfolioBlock .client-block {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  /* display:grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  justify-content: center;
}
.portfolioBlock .client-block a {
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 250px;
  height: 250px;
  max-width: 100%;
  border: 1px solid #e9e3e3;
}
@media (min-width: 991px) {
  .portfolioBlock .client-block a:nth-child(even) {
    background: #f4f4f4;
    border-left: 1px solid #e3e2e2;
    border-right: 1px solid #e3e2e2;
  }
}
.portfolioBlock .client-block a img {
  width: 100%;
}

.marketFeatur .feature-box .rtin-item {
  padding: 58px 32px 50px;
  background: #f8faff;
  position: relative;
}
.marketFeatur .feature-box .rtin-item:before {
  background: #e0e8f9;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 77px;
  left: 0;
  right: 0;
}
.marketFeatur .feature-box .rtin-item:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.marketFeatur .feature-box .rtin-item .rtin-number {
  display: inline-block;
  width: auto;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #0554f2;
  background-color: #ebf1fb;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 3;
  padding: 10px 15px;
}
.marketFeatur .feature-box .rtin-item .rtin-text li {
  font-size: clamp(14px, 0.8333vw, 16px);
}

.portCategory .feature-box .rtin-item {
  padding: 58px 32px 50px;
  background: #f8faff;
  position: relative;
}
.portCategory .feature-box .rtin-item:before {
  background: #e0e8f9;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 77px;
  left: 0;
  right: 0;
}
.portCategory .feature-box .rtin-item:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.portCategory .feature-box .rtin-item .rtin-number {
  display: inline-block;
  width: auto;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #0554f2;
  background-color: #ebf1fb;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 3;
  padding: 10px 15px;
}
.portCategory .feature-box .rtin-item .rtin-text li {
  font-size: clamp(14px, 0.8333vw, 16px);
}

.caseStudies .secTitle h6 {
  justify-content: center;
}
.caseStudies .secTitle h2 {
  color: #000;
}
.caseStudies .secTitle p {
  color: #c5c5c5;
  font-size: clamp(16px, 0.9375vw, 18px);
  padding-right: 36px;
  letter-spacing: 0px;
}
.caseStudies .h4 {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #696687;
  font-weight: 600;
  margin-bottom: 15px;
}
.caseStudies .h4 span {
  text-decoration: underline;
}
.caseStudies .h6 {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #696687;
  font-weight: 600;
}
.caseStudies p,
.caseStudies li {
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  padding-right: 36px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}/*# sourceMappingURL=style.css.map */