/*
Theme Name: EConceptions Theme
Author: E-conceptions
Description: A custom theme based on a PHP website
Version: 1.0
*/

/* @import url("https://fonts.cdnfonts.com/css/proxima-nova-2"); */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap");

* {
  outline: none;
}

:root {
  --theme-color: #263239;

  --dark-grey: #e9eaeb;

  --grey-bg: #f8f8f9;

  --font-color: #687074;

  --theme-red: #df2d2e;

  --grey-border: rgba(39, 50, 57, 30%);
}

body {
  font-family: "Nunito Sans", sans-serif;

  margin: 0px;

  padding: 0px;

  overflow-x: hidden;

  color: var(--font-color);
}

.ds-desktop {
  display: block;
}

.ds-mobile {
  display: none;
}

a,
span {
  font-weight: 400;
}

a {
  color: var(--font-color);

  transition: all 0.2s ease 0s;
}

a:hover {
  color: var(--theme-color);
}

.blank {
  background: rgb(217, 217, 217);

  width: 100%;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;

  padding: 0px;
}

.grey-bg {
  background: var(--grey-bg);
}

button {
  border: none;

  background: none;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.bg-top {
  position: absolute;

  top: 0px;

  right: 0px;
}

.bg-btm {
  position: absolute;

  bottom: 0px;

  left: 0px;
}

.divider {
  margin-bottom: 15px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  position: inherit !important;

  bottom: 0px !important;

  margin-top: 15px !important;
}

.slick-dots li {
  background: rgb(217, 206, 206);

  border-radius: 25px;

  opacity: 1;

  transition: all 0.2s ease 0s;

  margin: 0px 7px 0px 0px !important;

  height: 2px !important;
}

.slick-dots li:hover {
  opacity: 1;
}

.slick-dots li.slick-active {
  width: 100px;

  opacity: 1;

  background: rgb(82, 98, 109);

  position: relative;
}

.slick-dots li.slick-active::before {
  position: absolute;

  content: "";

  height: 2px;

  left: 0px;

  background: rgb(232, 103, 104);

  width: 20px !important;
}

.slick-dots li button::before {
  height: 7px !important;

  content: "" !important;

  opacity: 1 !important;
}

.main-heading {
  margin-bottom: 30px;
}

.main-heading h2 {
  color: var(--theme-color);

  text-transform: capitalize;

  font-weight: 600;

  text-align: center;
}

.main-heading.tl h2 {
  text-align: left;

  font-size: 27px;

  color: #263239;
}

.main-heading.tl {
  margin-bottom: 0px;
}

.main-heading .sub-heading {
  width: 48%;

  margin: 20px auto auto;

  text-align: center;
}

.modal.right .modal-dialog {
  position: fixed;

  margin: auto;

  width: 770px;

  height: 100%;

  transform: translate3d(0%, 0px, 0px);
}

.modal.right .modal-content {
  height: 100%;

  overflow-y: auto;

  border-radius: 0px;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
  right: -320px;

  transition: opacity 0.3s linear 0s, right 0.3s ease-out 0s;
}

.modal.right.fade.in .modal-dialog {
  right: 0px;
}

.modal.right .modal-body {}

.modal.right .modal-body .back-btn {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 50px;
}

.modal.right .modal-body .back-btn a {
  text-decoration: none;

  color: rgba(39, 50, 57, 0.5);

  border: 1px solid rgba(39, 50, 57, 0.3);

  border-radius: 25px;

  padding: 5px 14px;

  margin-left: 55px;
}

.modal.right .modal-body .back-btn a:hover {
  color: rgb(39, 50, 57);

  border: 1px solid rgb(39, 50, 57);
}

.modal.right .modal-body .back-btn button.close {
  font-size: 70px;

  opacity: 1;

  margin-right: 20px;
}

.modal.right .modal-body .left-menu {}

.modal.right .modal-body .left-menu ul {}

.modal.right .modal-body .left-menu ul li {
  margin-bottom: 5px;
}

.modal.right .modal-body .left-menu ul li a {
  text-decoration: none;

  color: rgba(39, 50, 57, 0.5);

  transition: all 0.2s ease 0s;

  border-left: 10px solid transparent;

  font-size: 39px;

  padding-left: 60px;

  font-weight: 400;

  list-style-type: none;
}

.modal.right .modal-body .left-menu ul li a:hover {
  color: rgb(39, 50, 57);
}

.modal.right .modal-body .left-menu ul li.hover a {
  color: rgb(39, 50, 57);
}

.modal.right .modal-body .left-menu ul li.active a {
  color: var(--theme-red);

  border-left: solid 7px var(--theme-red);
}

.modal.right .modal-body .right-menu {
  margin-top: 20px;

  margin-left: 30px;
}

.modal.right .modal-body .right-menu .title {
  color: var(--theme-color);

  font-size: 18px;

  font-weight: 600;
}

.modal.right .modal-body .right-menu ul {}

.modal.right .modal-body .right-menu ul li {
  list-style-type: none;

  margin-top: 10px;
}

.modal.right .modal-body .right-menu ul li a {
  text-decoration: none;

  font-size: 15px;

  margin-left: 21px;

  color: rgba(39, 50, 57, 0.5) !important;

  transition: all 0.2s ease 0s !important;
}

.modal.right .modal-body .right-menu ul li a:hover {
  color: rgb(39, 50, 57);
}

.header {
  padding: 20px 0px;

  position: absolute;

  z-index: 2;

  width: 100%;
}

.header .header-items {
  float: left;

  width: 100%;

  display: flex;

  vertical-align: middle;

  align-items: center;
}

.header ul {}

.header ul li {
  list-style-type: none;

  display: inline-block;

  margin-right: 50px;
}

.header ul li:last-child {
  margin-right: 0px;
}

.header ul li a {}

.header ul li a i {
  font-size: 9px;

  margin-left: 4px;
}

.header .left-menu {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-left: 75px;
}

.header .left-menu .menu-icon {
  cursor: pointer;

  position: relative;
}

.header .left-menu .menu-icon .m-icon {}

.header .left-menu .menu-icon button {
  height: 35px;

  width: 48px;

  position: absolute;
}

.header .left-menu ul {
  text-align: right;
}

.header .logo {
  text-align: center;
}

.header .logo .h-logo {
  width: 50%;
}

.header .right-menu {
  display: flex;

  justify-content: right;

  align-items: center;
}

.header .icons {
  float: right;

  border: solid 1px var(--font-color);

  border-radius: 25px;

  padding: 3px 13px 0px;

  margin-right: 75px;
}

.header .icons a {
  cursor: pointer;
}

.header .icons a .hr-icon {
  width: 12px;

  opacity: 0.7;

  cursor: pointer !important;
}

.header .icons span {
  height: 12px;

  width: 1px;

  display: inline-block;

  background: rgba(39, 50, 57, 0.4);

  margin: 0px 10px;
}

.innerPagesHeader .header {
  position: inherit;

  top: 0;

  transition: 0.2s;

  background: #fff;
}

/* sticky header */

.sticky {
  position: fixed !important;

  padding: 10px 0 !important;

  transition: 0.2s !important;

  background: #fff !important;

  width: 100% !important;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.header.sticky .container {
  overflow-x: auto;
}

.sticky .logo .h-logo {
  width: 30%;
}

/* hero-panel */

.hero-panel {
  position: relative;

  color: var(--theme-color);

  height: 100vh;
}

.hero-panel .overlay {
  position: absolute;

  left: 0px;

  right: 0px;

  z-index: 2;
}

.hero-panel .hero-main-img {
  position: absolute;
}

.hero-panel img {
  height: 100vh;

  width: 100%;
}

.slide-animation {
  animation: 3s ease 0s 1 normal forwards running fadezoom;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.hero-panel .image {
  position: relative;
}

.hero-panel .he-title {
  z-index: 999;

  position: absolute;

  bottom: 40%;

  left: 90px;

  color: #263239;
}

.hero-panel .he-title .top {
  font-size: 15px;

  margin-bottom: 5px;
}

.hero-panel .he-title .bottom {
  font-size: 38px;

  margin-top: 0px;

  line-height: 47px;
}

.hero-panel .he-title .bottom .dark {}

.hero-panel .he-title .bottom .dark span {
  color: var(--theme-red);
}

.hero-panel .he-title .bottom .grey {
  color: rgb(157, 157, 157);
}

.hero-panel .he-scroll {
  position: absolute;

  bottom: 240px;

  right: 27px;

  font-size: 16px;

  transform: rotate(90deg);

  animation: 1.5s ease-out 0s infinite normal none running scrollBottom;
}

@-webkit-keyframes scrollBottom {

  0%,
  100% {
    bottom: 250px;
  }

  50% {
    bottom: 286px;
  }
}

.hero-panel .he-scroll::before {
  content: "";

  position: absolute;

  background: var(--theme-red);

  width: 60px;

  height: 1px;

  bottom: 11px;

  left: 54px;

  animation: 1.5s ease-out 0s infinite normal none running scrollpulsate;
}

.hero-panel .he-scroll::after {
  content: "";

  position: absolute;

  background: var(--theme-color);

  width: 10px;

  height: 1px;

  bottom: 11px;

  left: 113px;

  animation: 1.5s ease-out 0s infinite normal none running scrollpulsate2;
}

@-webkit-keyframes scrollpulsate {

  0%,
  100% {
    width: 10px;
  }

  50% {
    width: 50px;
  }
}

@-webkit-keyframes scrollpulsate2 {
  50% {
    left: 120px;
  }

  0%,
  100% {
    left: 50px;
  }
}

.hero-panel .slick-dots {
  width: auto;

  left: 90px;

  display: flex;

  position: absolute !important;

  bottom: 35% !important;
}

.hero-panel .slick-dots li {
  height: 1px !important;

  display: inline-block !important;

  margin-right: 10px !important;

  background: rgb(217, 206, 206) !important;

  transition: none 0s ease 0s !important;
}

.hero-panel .slick-dots li.slick-active::before {
  width: 0px !important;
}

.hero-panel .slick-dots li button {
  padding: 0px;

  width: 50px;
}

.hero-panel .slick-dots li button::before {
  border: none;

  height: 1px !important;

  background: rgb(217, 206, 206) !important;

  margin-right: 10px !important;

  display: inline-block !important;

  border-radius: 25px !important;

  padding: 0px !important;
}

.hero-panel .slick-dots li.slick-active {
  width: 150px !important;
}

.hero-panel .slick-dots li.slick-active button {
  height: 2px;

  border-radius: 10px;

  width: 150px !important;

  background: rgb(217, 206, 206) !important;
}

@keyframes increasewidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.hero-panel .slick-dots li.slick-active button::before {
  background: rgb(232, 103, 104) !important;

  animation: 3s ease 0s infinite alternate none running increasewidth !important;
}

.hero-panel .slick-dots li button:focus::before,
.hero-panel .slick-dots li button:hover::before {}

.hero-panel .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.t-services {
  position: relative;

  border-top: 3px solid rgb(217, 217, 217);
}

.t-services h2 {
  text-align: center;

  color: var(--theme-color);

  font-size: 27px;

  font-weight: 700;
}

.t-services .ls-menu {
  margin-top: 50px;
}

.t-services .ls-menu ul {
  text-align: center;

  display: flex;

  justify-content: space-evenly;
}

.t-services .ls-menu ul li {
  list-style-type: none;

  display: inline-block;
}

.t-services .ls-menu ul li button {
  color: var(--theme-color);

  text-decoration: none;

  padding-bottom: 10px;

  position: relative;

  border-bottom: 3px solid transparent;

  text-transform: uppercase;

  font-weight: 300;
}

.t-services .ls-menu ul li button:hover {
  border-bottom: 3px solid var(--theme-red);
}

.t-services .ls-menu ul li.active button {
  border-bottom: 3px solid var(--theme-red);

  font-weight: 600;

  padding-left: 16px;
}

.t-services .ls-menu ul li.active button::before {
  content: "";

  position: absolute;

  background: rgb(255, 255, 255);

  border: solid 2px var(--theme-red);

  border-radius: 50%;

  width: 10px;

  height: 10px;

  left: 2px;

  top: 5px;
}

.t-services .ls-menu ul li:last-child {
  margin: 0px;
}

.t-services .ls-cart {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 100px;
}

.t-services .ls-cart .c-info {
  width: 35%;
}

.t-services .ls-cart .c-info .title {
  font-size: 18px;

  font-weight: 600;

  color: var(--theme-color);

  position: relative;

  text-transform: capitalize;
}

.t-services .ls-cart .c-info .title img {
  position: absolute;

  left: -50px;

  bottom: -15px;
}

.t-services .ls-cart .c-info .desc {
  margin-top: 20px;

  margin-bottom: 20px;

  width: 80%;
}

.t-services .ls-cart a {
  background: rgb(246, 247, 247);

  padding: 14px;

  display: inline-block;

  font-weight: 600;
}

.t-services .ls-cart a i {
  color: var(--theme-red);
}

.t-services .ls-cart .image {
  max-width: 400px;
}

.t-services .ls-cart .image img {
  box-shadow: rgb(238, 239, 239) 23px -30px 0px;
}

.t-services .bg-bot {
  position: absolute;

  bottom: 0px;
}

.image-text {
  position: relative;

  border-top: 1px solid rgb(217, 217, 217);
}

.image-text .im-text-text {
  position: absolute;

  top: 29%;

  background-color: rgb(255, 255, 255);

  width: 33%;

  left: 11%;

  padding: 50px;
}

.image-text .im-text-text hr {}

.im-text-inner.bg {
  margin-top: 20px;
}

.image-text .bg-side {
  position: absolute;

  right: 0px;
}

.image-text .im-text-inner {
  width: 100%;
}

.image-text .im-text-inner .im-p {
  font-size: 13px;

  margin-bottom: 5px;
}

.image-text .im-text-inner .im-h {
  color: var(--theme-color);

  font-size: 26px;

  font-weight: bold;
}

.image-text .im-text-inner .info {
  font-size: 13px;

  margin: 20px 0px;

  width: 70%;
}

.image-text .im-text-inner .im-link a {
  color: rgb(205, 32, 38);
}

.image-text .im-text-inner .im-link a i {
  margin-left: 5px;
}

.expertise-section {
  position: relative;
}

.expertise-section .expertise-pic-inner {
  padding: 0px 15px;
}

.expertise-image {
  margin: 10px 0px;
}

.expertise-image .blank {
  height: 263px;
}

.our-work-slider .blank {
  height: 355px;
}

.expertise-section .expertise-pic-inner a {
  color: var(--theme-color);

  font-weight: 600;

  cursor: pointer;

  text-decoration: none !important;
}

.expertise-section .expertise-pic-inner a i {
  color: var(--theme-red);

  font-size: 10px;

  margin-left: 5px;
}

.expertise-section .expertise-pic-inner a:hover {
  opacity: 0.7;
}

a.d-btn {
  color: var(--theme-color);

  transition: all 0.2s ease 0s;

  text-decoration: none;
}

a.d-btn:hover {
  opacity: 0.8;
}

a.d-btn i {
  font-size: 12px;

  margin-left: 5px;

  color: rgb(0, 0, 0);
}

.d-border {
  border: 1px solid rgb(221, 221, 221);
}

.d-radius {
  border-radius: 10px;
}

.item .news-slide .d-shadow .new-li a {
  text-decoration: none;

  color: var(--theme-red);

  font-weight: 600;
}

.bg-grey {
  background: rgb(233, 234, 235);
}

.main-padding {
  padding: 80px 0px;
}

.page-padding {
  padding-top: 100px;
}

.d-section-padding {
  padding: 0px 30px;
}

.news .news-heading {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 40px;
}

.news .news-heading .main-heading {
  margin: 0px;
}

.news .news-heading a {
  color: rgb(96, 96, 96);

  border: 1px solid rgb(212, 214, 215);

  border-radius: 25px;

  padding: 5px 15px;

  text-decoration: none;

  transition: all 0.2s ease 0s;
}

.news .news-heading a:hover {
  background: rgb(212, 214, 215);

  color: rgb(255, 255, 255);
}

.news .news-slide {}

.news .news-slide .slide-main-item {
  margin: 0px 15px;
}

.news .news-slide .slide-item {
  background: rgb(255, 255, 255);
}

.news .news-slide .slide-item .title {
  margin: 10px 0px;
}

.news .news-slide .slide-item .desc {
  font-size: 15px;

  font-weight: 500;

  margin: 30px 0px;
}

.news-slide .slide-main-item.d-shadow.br {
  border: 1px solid var(--grey-border);

  background-color: rgb(255, 255, 255);

  padding: 20px !important;
}

.news-slide .slide-main-h {
  margin-bottom: 13px;

  /* text-transform: uppercase; */
}

.slide-main-item.d-shadow.br .slide-item a {
  color: rgb(205, 32, 38) !important;
}

.service {
  background: #eeeeee;
}

.service .service-h {
  font-size: 27px;

  color: #273239;

  font-weight: 600;

  margin-bottom: 30px;
}

.service .button-link ul li {
  list-style-type: none;

  margin-bottom: 25px;
}

.service .button-link ul li:last-child {
  margin-bottom: 0px;
}

.service ul li button {
  border-bottom: 2px solid transparent;

  padding: 0px;

  font-size: 14px;

  text-transform: uppercase;

  transition: all 0.2s ease 0s;

  letter-spacing: 1px;
}

.service ul li button:hover {
  border-bottom: 2px solid var(--theme-red);
}

.service ul li.active button {
  border-bottom: 2px solid var(--theme-red);

  color: #000000;

  font-weight: 600;
}

.service .view {
  display: flex;

  justify-content: space-between;
}

.service .service-mid {
  width: 44%;
}

.service .service-image {
  width: 38%;
}

.service .service-mid-h {
  font-weight: bold;

  font-size: 39px;

  color: #273239;
}

.service .service-mid-p {
  color: #273239;

  margin: 8px 0px 15px;

  letter-spacing: 0.1px;
}

.service .service-mid button {
  border: 1px solid gray;

  padding: 10px 0px;

  width: 100%;

  transition: all 0.2s ease 0s;
}

.service .service-mid button:hover {
  background: rgb(212, 214, 215);

  color: #263239 !important;
}

.service .service-li-con .service-image img {
  float: right;
}

.news-slide .new-li {
  margin-top: 10px;
}

.acc-icon {
  background: rgb(223, 45, 46);

  position: fixed;

  top: 62%;

  left: 0px;

  z-index: 999;

  padding: 12px 8px 12px 15px;

  border-top-right-radius: 25px;

  border-bottom-right-radius: 25px;

  font-size: 16px;

  transition: all 0.2s ease 0s;

  cursor: pointer;

  color: rgb(255, 255, 255) !important;
}

.acc-icon img {
  height: 28px;

  margin-right: 5px;
}

.acc-icon span {
  display: none;

  padding-right: 10px;
}

.acc-icon:hover {}

.acc-icon:hover span {
  display: inline-block;
}

.accessibility-modal .modal-dialog {
  width: 60%;
}

.accessibility-modal .right-box-con button.box {
  border: 2px solid rgb(226, 226, 226);

  padding: 22px;

  width: 37%;

  position: relative;
}

.accessibility-modal .right-box .right-box-con .box-image img {
  width: 15%;
}

.accessibility-modal .right-box-con .box .box-text {
  padding: 10px 0px;
}

.accessibility-modal .box-a-cont button.box-a-inner {
  border: 2px solid rgb(226, 226, 226);

  padding: 0px;

  width: 27%;

  height: 109px;
}

.accessibility-modal .box-a {
  margin-top: 33px;
}

.accessibility-modal button.acc-btn {
  position: relative;
}

.accessibility-modal button.box1 {
  width: 37%;

  border: 2px solid rgb(226, 226, 226);

  padding: 22px;

  margin-left: 38px;
}

.accessibility-modal button.box1 .box-text {
  padding: 10px 0px;
}

.accessibility-modal .box-a-cont .box-a-inner .box-a-text {
  padding: 12px 0px;
}

.accessibility-modal .color-section {
  margin-top: 30px;

  float: left;

  width: 100%;
}

.accessibility-modal .color-section .color-right button {
  border: 2px solid rgb(226, 226, 226);

  width: 40%;

  padding: 30px;

  position: relative;
}

.accessibility-modal .color-section .color-right button.col-rig {}

.accessibility-modal .color-right .color-text {
  padding: 10px 0px;
}

.accessibility-modal .box-a-cont .box-a-image img.a1 {
  width: 22%;
}

.accessibility-modal .box-a-cont .box-a-image img.a2 {
  width: 25%;
}

.accessibility-modal .box-a-cont .box-a-image img.a3 {
  width: 30%;
}

.accessibility-modal .modal-body {
  float: left;

  width: 100%;
}

.accessibility-modal .modal-footer {
  clear: both;
}

.accessibility-modal button.active {
  border: 2px solid red !important;
}

.accessibility-modal button.active .ch-icon {
  visibility: visible;
}

.accessibility-modal button:hover {
  transition: all 0.2s ease 0s;

  border: 2px solid red !important;
}

.accessibility-modal button.close {
  font-size: 30px;

  opacity: 0.5;
}

.accessibility-modal button.close:hover {
  border: none !important;
}

.accessibility-modal .footer-con a {
  float: left;

  color: red;
}

.accessibility-modal .text-section {
  width: 100%;

  float: left;

  margin-top: 39px;
}

.accessibility-modal .text-right-con {
  font-size: 13px;
}

.accessibility-modal .text-con {
  font-size: 20px;

  font-weight: bold;
}

.accessibility-modal .ch-icon {
  position: absolute;

  visibility: hidden;

  color: red;

  left: 15px;

  top: 15px;
}

.msg-icon {
  display: none;

  background: rgb(149, 146, 146);

  position: fixed;

  bottom: 20px;

  right: 20px;

  z-index: 999;

  transition: all 0.2s ease 0s;

  cursor: pointer;

  border-radius: 50%;

  padding: 10px;

  width: 55px;
}

.msg-icon:hover {
  transform: scale(1.2);

  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

.our-core .slick-next::before,
.our-core .slick-prev::before {
  padding: 10px 15px;

  border: solid 1px var(--theme-color);

  background: rgb(255, 255, 255);

  transition: all 0.2s ease 0s;

  color: var(--theme-color) !important;
}

.our-core .slick-next:hover::before,
.our-core .slick-prev:hover::before {
  background: var(--theme-color);

  color: rgb(255, 255, 255) !important;
}

.our-core .slick-prev {
  left: -45px;
}

.custom-slider-list .slick-list {
  padding-bottom: 20px !important;
}

.slick-dots li.slick-active button::before {}

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

.slick-slider {
  overflow: initial !important;
}

.slick-arrow::before {
  color: rgb(255, 255, 255) !important;

  font-size: 16px !important;

  font-family: FontAwesome !important;
}

.slick-next::before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦" !important;
}

.slick-prev::before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾" !important;
}

.latest-updates {
  background: var(--dark-grey);

  margin-top: -5px;
}

.latest-updates .content {
  display: flex;
}

.latest-updates .heading {
  border-right: 1px solid rgb(188, 188, 188);

  padding: 10px 25px 10px 0px;

  color: rgb(0, 0, 0);

  font-weight: 500;

  margin-right: 20px;
}

.latest-updates #latestUpdatesCarousel {
  width: 85%;

  display: flex;

  align-items: center;
}

.latest-updates #latestUpdatesCarousel .updated-slick {}

.latest-updates #latestUpdatesCarousel button {
  position: absolute;

  right: 0px;

  left: auto;

  z-index: 2;
}

.latest-updates #latestUpdatesCarousel button.slick-prev {
  right: 10px;
}

.latest-updates #latestUpdatesCarousel button.slick-next {
  right: -40px;
}

.latest-updates #latestUpdatesCarousel .slick-next::before,
.latest-updates #latestUpdatesCarousel .slick-prev::before {
  background: rgb(255, 255, 255);

  padding: 12px 20px;

  color: rgb(0, 0, 0) !important;
}

.dot-pic {
  position: absolute;

  width: 50%;

  right: 0px;

  top: 0px;
}

.our-core {
  position: relative;

  background: rgb(233, 234, 235);
}

.our-core .main-heading h2 {
  text-align: left;
}

.our-core .slick-track {
  padding: 10px 0px !important;
}

.our-core .trend-slide {
  float: left;

  width: 100%;
}

.our-core .trend-slide .blank {
  height: 210px;

  width: 200px;
}

.our-core .trend-slide .slide-item {
  width: 98%;

  margin: 0px auto;

  display: flex;

  align-items: center;

  background: rgb(255, 255, 255);

  justify-content: space-between;

  border: solid 1px var(--grey-border);
}

.our-core .trend-slide .slide-item .img {
  width: 200px;
}

.our-core .trend-slide .slide-item .img img {}

.our-core .trend-slide .slide-item .content {
  border-left: 0px;

  width: 58%;
}

.our-core .trend-slide .slide-item .title {
  font-size: 16px;

  font-weight: 600;

  color: var(--theme-color);
}

.our-core .trend-slide .slide-item .desc {
  width: 87%;

  margin-top: 10px;

  margin-bottom: 16px;

  font-size: 13px;
}

.our-core .trend-slide .slide-item:nth-child(2n) {
  margin-right: 0px;
}

.our-core a {
  color: var(--theme-red);
}

/* telecom START */

/* breadcrum START */

.breadcrumb-wraper {
  width: 100%;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  border-top: 1px solid rgba(0, 0, 0, 0.2);

  padding: 22px 0px 21px;
}

.breadcrumList {
  margin-left: 75px;

  display: flex;

  align-items: center;
}

.breadcrumList p {
  font-size: 15px;

  line-height: 30px;

  color: rgba(39, 50, 57, 0.7);
}

.breadcrumList p span {
  font-weight: 700;
}

/* breadcrum ends here */

/* telecom  vas starts here */

.tellHead {
  font-style: normal;

  font-weight: 700;

  font-size: 38px;

  line-height: 48px;

  color: #273239;

  text-align: center;
}

.tellDes {
  padding: 23px 0px 40px;

  font-size: 15px;

  line-height: 30px;

  color: rgba(39, 50, 57, 0.7);

  text-align: center;

  width: 100%;

  max-width: 706px;

  margin: 0 auto;
}

.telecomVasWaper .t-services {
  border: unset;
}

/* servicees */

.ourServices {
  padding-top: 75px;

  padding-bottom: 84px;
}

.secHeading {
  font-weight: 700;

  font-size: 27px;

  color: #273239;

  margin: 0 auto;
}

.serviceDesc {
  width: 100%;

  max-width: 901px;

  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);

  padding: 22px 0px 107px;
}

.serviceWraper {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  column-gap: 48px;

  flex-wrap: wrap;

  row-gap: 41px;
}

.serviceParentWraper {
  width: 100%;

  max-width: 954px;
}

.singleService {
  width: 100%;

  max-width: 280px;
}

.singleService h4 {
  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  line-height: 30px;

  color: #273239;

  padding-top: 23px;
}

p.shortText {
  font-size: 15px;

  line-height: 30px;

  color: rgba(39, 50, 57, 0.7);
}

/* ourClient  */

.ourClientWraper {
  display: flex;

  justify-content: flex-start;

  column-gap: 18px;

  margin-top: 18px;
}

.singleClient {
  width: 100%;

  max-width: 257px;

  height: 222px;

  padding: 44px 0px 0px 29px;

  background: #ffffff;

  border: 1px solid rgba(39, 50, 57, 0.3);

  border-radius: 0px;
}

.client {
  font-size: 13px;

  line-height: 21px;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: rgba(39, 50, 57, 0.6);

  padding-bottom: 28px;
}

.ourClient {
  padding-bottom: 75px;
}

/* our work */

.workWraper .work-slider {
  display: flex;

  column-gap: 30px;

  padding-top: 15px;
}

.absolureDiv {
  width: 100%;

  max-width: 270px;

  background-color: #fff;

  padding: 28px 46px 25px 25px;

  position: relative;

  margin-top: -53px;
}

.absolureDiv h4 {
  font-style: normal;

  font-weight: 700;

  font-size: 17px;

  line-height: 26px;

  letter-spacing: 0.1px;

  color: #273239;
}

.absolureDiv .workText {
  font-size: 16px;

  line-height: 28px;

  letter-spacing: 0.1px;

  color: rgba(39, 50, 57, 0.7);

  padding: 16px 0px;
}

.tell.ourWork {
  padding-bottom: 75px;
}

.businessCard {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 33px 0px 34px;

  border-width: 1px 0px 0px;

  border-style: solid;

  border-color: rgba(39, 50, 57, 0.3);

  padding-right: 40px;
}

.businessCard:last-child {
  border-width: 1px 0px;

  border-style: solid;

  border-color: rgba(39, 50, 57, 0.3);
}

.businessCard p {
  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  line-height: 23px;

  letter-spacing: 0.1px;

  color: #273239;

  opacity: 0.5;
}

.businessCard:first-child {
  margin-top: 18px;
}

/* our work */

/* telecom vas */

.no-mr {
  margin-top: 0px !important;
}

.telecomVas {
  display: flex;

  margin: 0 auto;

  column-gap: 31px;

  padding-top: 40px;
}

.fivegimg {
  padding-top: 40px;
}

.telLeft {
  width: 100%;

  max-width: 312px;
}

.telLeft ul {
  list-style: none;
}

.telecomVasWaper .t-services .row {
  margin: unset !important;
}

.telLeft ul li {
  max-width: max-content;

  margin-bottom: 30px;
}

.telLeft ul li a {
  color: rgba(39, 50, 57, 0.7);

  font-size: 13px;

  letter-spacing: 1px;

  text-transform: uppercase;

  text-decoration: none;

  margin-bottom: 28px;

  padding-bottom: 10px;

  border-bottom: 3px solid transparent;

  padding-right: 14px;

  transition: 0.2s;
}

.telLeft ul li a:hover {
  font-weight: 800;

  color: #273239;

  border-bottom: 3px solid var(--theme-red);
}

.telLeft ul li.active a {
  font-weight: 800;

  color: #273239;

  border-bottom: 3px solid var(--theme-red);
}

.telecomVasWaper .t-services .ls-cart {
  margin-top: 0px;
}

.telecomVasWaper .t-services .ls-cart .image {
  max-width: 100%;
}

.t-services .ls-cart .image img {
  box-shadow: unset;
}

/* telecom END */

/* focus starts */

.Ourfocus {
  position: relative;
}

.Ourfocus .endtoend p {
  font-weight: 600;

  font-size: 81px;

  line-height: 88px;

  color: #e0dfdf;

  padding: 30px 0px 22px;
}

.Ourfocus .endtoend span {
  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);

  padding-bottom: 64px;

  width: 58%;

  display: block;
}

.focusServices .t-services .ls-menu {
  margin-top: unset;
}

.focusServices .t-services {
  border-top: unset;
}

.focusServices .t-services .ls-menu ul {
  justify-content: space-between;

  border-bottom: 1px solid #f0eeee;
}

.focusServices .t-services .ls-menu ul li.active button {
  border-bottom: 1px solid var(--theme-red);

  color: var(--theme-color);
}

.focusServices .t-services .ls-menu ul li.active button::before {
  width: 20px;

  height: 20px;

  left: -10px;
}

.focusServices .t-services .ls-menu ul li button {
  font-size: 24px;

  color: #263239;

  padding: 0 23px;
}

.focusServices .t-services .ls-menu ul li button:hover {
  border-bottom: 1px solid var(--theme-red);
}

/* Innovation */

.flex-cont {
  display: flex;
}

.flex-cont .boxx {
  width: 50%;

  display: grid;

  place-content: center;
}

.box_img {
  width: 100%;
}

.box_img_div {
  background-color: #f1f1f1;

  padding: 5px;
}

.box_img_div p {
  padding-top: 30px;

  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);

  width: 100%;

  max-width: 480px;
}

.digitalization {
  background-image: url(img/rollpaper.webp);

  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  height: 656px;

  display: flex;

  align-items: center;
}

.digitalbox {
  background: #ffffff;

  border-radius: 1px;

  width: 100%;

  max-width: 460.03px;

  padding: 40px 50px;
}

.digitization {
  padding: 15px 0px;

  font-weight: 700;

  font-size: 30px;

  color: #273239;
}

.dig-p {
  font-size: 17px;

  letter-spacing: 0.1px;

  color: #273239;
}

.ul-p,
.Building-p {
  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);
}

.digitalbox ul {
  padding-left: 20px;
}

.Building-p {
  padding-bottom: 12px;
}

.ul-p li {
  padding-bottom: 7px;
}

/* moderenization */

.modrenization {
  position: relative;
}

.modrenization.main-padding::before {
  width: 24%;

  content: "";

  background: #273239;

  position: absolute;

  height: -webkit-fill-available;

  top: 0;

  left: 0;
}

.modernaizationWraper {
  display: flex;

  align-items: center;

  column-gap: 60px;
}

h3.modernazitionHead {
  font-weight: 700;

  font-size: 38px;

  color: #273239;
}

.modernaizationWraper .modetext {
  padding: 14px 0px;

  font-weight: 600;

  font-size: 61.1908px;

  line-height: 85px;

  text-transform: uppercase;

  color: #e0dfdf;
}

.mod-li ul li {
  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);

  padding-bottom: 6px;
}

.mod-li {
  padding-left: 15px;
}

/* augmentaion */

.augmentaion {
  position: relative;
}

.augmentationWraper {
  display: flex;

  justify-content: center;

  column-gap: 80px;

  align-items: center;
}

.augmentation-heading {
  font-weight: 700;

  font-size: 30px;

  color: #273239;

  padding-bottom: 18px;
}

.augmentation ul li {
  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);
}

.augmentation ul {
  padding-left: 20px;
}

/* focus END */

/* solutions starts */

.m-wraper {
  display: flex;

  align-items: center;
}

.modrenization.experience::before {
  width: 24%;

  content: "";

  background: #e9eaeb;

  position: absolute;

  height: -webkit-fill-available;

  top: 0;

  left: 0;
}

/* data analyst */

.databox {
  padding: 30px 30px 30px 45px;

  background: #ffffff;

  border: 1px solid rgba(50, 60, 67, 0.13);
}

.box_img_div.mobility {
  background-color: #fff;

  padding: 5px;
}

.di-p {
  padding: 16px 0px 30px;

  font-size: 17px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);
}

.our-ser {
  font-weight: 600;

  font-size: 13px;

  text-transform: uppercase;

  color: #273239;

  padding-bottom: 11px;
}

.dataps p {
  font-size: 14px;

  line-height: 25px;

  color: rgba(39, 50, 57, 0.7);

  padding-bottom: 7px;
}

.dataanalyst {
  background-image: url("img/blocks.webp");

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.qa-text {
  padding: 0px 0px 11px;

  font-size: 15px;

  line-height: 30px;

  color: rgba(39, 50, 57, 0.7);
}

.qa-wraper .lm {
  color: #df2d2e;

  font-size: 16px;
}

.qualityassurance {
  position: relative;

  background-color: #e9eaeb;
}

.qa-wraper .main-heading h2 {
  text-align: left;
}

.qawrapper {
  display: flex;

  align-items: center;

  justify-content: space-around;
}

.solHealthWraper .healthWraper {
  row-gap: 15px;
}

.solHealthWraper .healthWraper .healthBoxImg {
  margin: 23px 0px;
}

/* solutions Ends */

/* our work starts */

.features.main-padding .main-heading h2 {
  max-width: 42%;

  margin: 0 auto;

  line-height: 33px;
}

.features .t-services {
  border-top: unset;
}

.features .ourWork {
  padding-bottom: 0px;
}

.features .ourWork .workWraper {
  margin-top: 30px;

  flex-wrap: wrap;

  column-gap: unset;

  row-gap: 30px;
}

.features .ourWork .absolureDiv {
  max-width: 92%;
}

.work__img {
  margin-bottom: 25px;
}

.ourWork .work__img img {
  width: 100%;
}

.features .t-services .ls-menu ul li.active button::before {
  top: 3px;
}

/* our work Ends */

/* case study */

.swc {
  font-size: 13px;

  line-height: 16px;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #cd2026;

  text-align: center;

  padding-bottom: 15px;
}

.casefeatures .cfw {
  display: flex;

  flex-wrap: wrap;
}

.cfw .cfw-ul {
  list-style: none;

  padding-left: 20px;

  padding-top: 20px;
}

.cfw .cfw-ul li {
  margin-bottom: 20px;

  font-size: 16px;

  line-height: 28px;

  color: rgba(39, 50, 57, 0.7);

  position: relative;
}

.cfw .cfw-ul li::before {
  position: absolute;

  top: 8px;

  left: -31px;

  content: "";

  background-image: url(img/redtick.webp);

  width: 30px;

  height: 30px;

  background-repeat: no-repeat;
}

.pt_work {
  padding-top: 80px;
}

.profiletext {
  font-size: 19px;

  line-height: 30px;

  color: rgba(39, 50, 57, 0.7);

  padding-top: 17px;

  padding-bottom: 11px;
}

.commpney__profile {
  background-color: #f4f4f4;
}

.commpney__profile .main-heading h2 {
  text-align: left;
}

.commpney__profile .compw {
  display: flex;

  align-items: center;
}

.compw .downloadpdf,
.compw .downloadpdf {
  font-weight: 700;

  font-size: 15px;

  line-height: 18px;

  letter-spacing: 0.1px;

  color: #df2d2e;
}

.compw .downloadpdf span {
  font-weight: 700;
}

/* case study ends */

/* footer */

.footer-main {
  background: #e9e9e9;
}

.footer {
  color: #697378;

  padding: 50px 0px 0;
}

.footer-logo {}

.footer-so-icon ul {
  display: flex;

  /* column-gap: 15px; */

  align-items: center;

  list-style-type: none;
}

.footer-menu .title {
  font-weight: 600;

  margin-bottom: 15px;

  font-size: 16px;

  text-transform: uppercase;

  pointer-events: none;
}

.footer-menu .title i {
  display: none;
}

.footer-so-icon li {
  padding: 0 20px;
}

.footer-so-icon li:last-child {
  padding-right: 0;
}

.footer-so-icon a {
  text-decoration: none;

  transition: all 0.2s ease 0s;

  opacity: 0.7;
}

.footer-so-icon a:hover {
  opacity: 1;
}

.footer-so-icon a:hover i {}

.footer-so-icon a i {
  text-align: center;

  font-size: 17px;

  transition: all 0.2s ease 0s;

  color: #697378;
}

.footer-so-icon {
  /* margin-top: 245px; */
}

.footer-menu ul {
  list-style-type: none;
}

.footer-menu li {
  margin-bottom: 10px;

  position: relative;

  /* max-width: max-content; */
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu li:after {
  content: "";

  width: 0;

  height: 1px;

  position: absolute;

  bottom: -2px;

  left: 0;

  right: 0;

  background: #2a2f33;

  border-radius: 15px;
}

.footer-menu li span {
  font-weight: 500;
}

.footer-menu a {
  color: #959a9c;

  font-weight: 300;

  transition: all 0.2s ease 0s;

  text-decoration: none;

  display: block;
}

.footer-menu a:hover {
  color: #2a2f33;

  transition: all 0.3s ease-in-out;
}

.footer-menu .f-map {
  margin-top: 48px;

  margin-bottom: 0px !important;
}

.footer .footer-logo .logo-img {
  width: 66%;

  opacity: 70%;
}

.footer-menu .f-map iframe {
  border: 0px;

  width: 100%;

  height: 100%;

  margin-bottom: 15px;
}

.footer-menu ul.c-ul li {
  font-size: 13px;

  font-weight: 300;

  margin-bottom: 15px;

  line-height: 23px;
}

.footer-menu ul.c-ul li span {}

.nav-footer {
  color: rgb(164, 166, 163);

  padding-bottom: 18px;
}

.footer-last {
  display: flex;

  align-items: center;

  border-top: 1px solid rgba(255, 255, 255, 0.5);

  padding-top: 18px;
}

.nav-footer .ne {
  font-size: 16px;

  font-weight: 500;
}

.nav-footer .phone {
  display: flex;

  margin-left: 35px;
}

.nav-footer .phone span {
  margin-left: 14px;
}

.nav-footer .phone-nu {
  margin-left: 13px;
}

.nav-footer .mail-text {
  margin-left: 16px;
}

.nav-footer .foo-last-down ul {
  list-style-type: none;

  margin-bottom: 11px;
}

.nav-footer .foo-last-down li {
  display: inline-block;

  margin-right: 20px;
}

.nav-footer .foo-last-down li a {
  color: #898e92;

  font-weight: 300;

  text-decoration: none;

  transition: all 0.2s ease 0s;
}

.nav-footer .foo-last-down li:last-child {
  margin: 0px;
}

.nav-footer .foo-last-down li a:hover {
  color: rgb(255, 255, 255);
}

.nav-footer .f-cpy {
  display: flex;

  justify-content: space-between;

  /* margin-top: 18px; */

  color: #898e92;

  line-height: 25px;

  font-weight: 500;

  border-top: solid 1px #afb2b4;

  margin-top: 15px;

  padding-top: 15px;
}

.developed-by .heart {
  width: 25px;

  margin: 0 5px;

  height: 23px;
}

.developed-by .developed-p {
  display: flex;

  vertical-align: middle;
}

.nav-footer .foo-copy {
  font-size: 13px;

  line-height: 21px;

  color: #959a9c;

  display: flex;

  flex-direction: column;

  justify-content: end;
}

.followUs,
.developed-by .developed-p {
  color: #959a9c;

  font-size: 13px;
}

.nav-footer .foo-copy .c-btm {
  margin-top: 3px;
}

.developed-by span {
  /* font-weight: 600; */

  color: #697378;
}

.nav-footer .f-cpy .urdu {}

.nav-footer .title {
  font-size: 19px;

  font-weight: 500;
}

.footer-so-icon.ds-desktop {
  margin-top: 5px;

  display: flex;

  justify-content: space-between;
}

/* contact */
.con-banner img {
  width: 100%;
}

.contact-links {
  position: relative;
}

.contact-links .section-content {
  position: absolute;
  width: 100%;
  top: 0;
  min-height: 600px;
  transition: min-height 0.3s ease-in-out;
}

.contact-links .section-content .container {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

.contact-links .ls-menu {
  float: left;
}

.contact-links .section-content .ls-menu ul {
  text-align: center;

  display: flex;

  justify-content: space-evenly;
}

.myDivs,
.myParagraphs {
  display: none;
}

.contact-links .section-content .ls-menu ul li {
  list-style-type: none;

  display: inline-block;

  margin-right: 30px;
}

.contact-links .section-content .ls-menu ul li button {
  color: var(--theme-color);

  text-decoration: none;

  padding-bottom: 10px;

  position: relative;

  border-bottom: 3px solid transparent;

  text-transform: uppercase;

  font-weight: 300;

  /* padding-left: 41px; */
}

.contact-links .section-content .ls-menu ul li button:hover {
  border-bottom: 3px solid var(--theme-red);
}

.contact-links .section-content .ls-menu ul li.active button {
  border-bottom: 3px solid var(--theme-red);

  font-weight: 600;

  padding-left: 16px;
}

.contact-links .section-content .ls-menu ul li.active button::before {
  content: "";

  position: absolute;

  /* background: rgb(255, 255, 255); */

  border: solid 2px var(--theme-red);

  border-radius: 50%;

  width: 10px;

  height: 10px;

  left: 2px;

  top: 5px;
}

.contact-links .section-content .ls-menu ul li:last-child {
  margin: 0px;
}

.contact-links .section-content .heading {
  color: #273239;

  /* font-family: Proxima Nova; */

  font-size: 31px;

  font-weight: 600;

  /* line-height: 49px; */

  /* letter-spacing: -0.10000000149011612px; */

  text-align: left;
}

.contact-links .section-content .contact-heading {
  width: 74%;

  float: left;

  padding-top: 30px;
}

.contact-links .section-content .info {
  padding-top: 20px;
}

/* .contact-links .section-content .input-content {
  margin-bottom: 15px;
}

.contact-links .section-content .contact-inputs label {
  display: block;

  color: rgba(39, 50, 57, 0.7);

  font-weight: 500;

  font-size: 13px;
}

.contact-links .section-content .contact-inputs {
  background-color: rgba(255, 255, 255, 0.7);

  width: 60%;

  padding: 25px;

  display: none;
}

.contact-links .section-content .contact-inputs input[type="text"] {
  width: 100%;

  border: 1px solid #bec2c4;

  padding: 10px;
}

.contact-links .section-content .contact-inputs textarea {
  width: 100%;

  border: 1px solid #bec2c4;
}

.contact-links .section-content .contact-inputs button {
  background: #cd2026;

  color: #fff;

  width: 100%;

  padding: 10px;

  margin-top: 20px;
} */

.contact-links .section-content .contact-inputs {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  display: none;
}

.contact-links .section-content .contact-inputs label {
  /* display: block; */
  color: rgba(39, 50, 57, 0.7);
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
}

.contact-links .section-content .contact-inputs input[type="text"],
.contact-links .section-content .contact-inputs input[type="email"],
.contact-links .section-content .contact-inputs textarea {
  width: 100%;
  border: 1px solid #bec2c4;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-links .section-content .contact-inputs textarea {
  height: 100px;
  resize: vertical;
}

.contact-links .section-content .contact-inputs button {
  background: #cd2026;
  color: #fff;
  width: 100%;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.contact-links .section-content .contact-inputs button:hover {
  background: #a71b1f;
}

.contact-links .section-content .contact-inputs .input-content {
  margin-bottom: 15px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0.5em 0 !important;
  border: 2px solid #cd2026;
}


/* location */
.contact-links .section-content .location .location-con {
  display: flex;

  padding-top: 20px;

  align-items: baseline;

  /* padding-top: 20px; */
}

.contact-links .section-content .location .location-con .add {
  font-size: 12px;

  padding-left: 10px;

  text-transform: capitalize;
}

.contact-links .section-content .location .location-con .icon {
  border-left: 1px solid rgba(39, 50, 57, 0.25);

  height: 19px;

  margin-right: 13px;

  padding-left: 10px;
}

.contact-links .section-content .location .location-con object {
  /* padding-left: 10px; */
}

.section-content .contact-inputs .input-content .btn {
  padding: unset;
}

.contact-links .section-content .location .location-con .lo {
  color: #273239;

  font-weight: 600;

  width: 100%;

  max-width: 60px;
}

.contact-links .section-content .location.can {
  margin-top: 30px;

  border-top: 1px solid rgba(230, 232, 234, 1);

  border-bottom: 1px solid rgba(230, 232, 234, 1);

  padding: 30px 0px;

  margin-bottom: 30px;
}

.contact-links .section-content .location .title {
  color: #df2d2e;

  position: relative;

  padding-left: 20px;

  border-bottom: 1px solid;

  max-width: max-content;

  font-weight: 600;
}

.contact-links .section-content .location .title::before {
  position: absolute;

  content: "";

  width: 10px;

  left: 0px;

  top: 4px;

  height: 10px;

  border-radius: 100%;

  background: transparent;

  border: 2px solid;
}

.contact-links .section-content select {
  width: 100%;

  padding: 10px 5px;

  border: none;
}

.careers_card_parent {
  max-height: 250px;
  overflow: auto;
}

/* width */
.careers_card_parent::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.careers_card_parent::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.careers_card_parent::-webkit-scrollbar-thumb {
  background: #888;
}

/* carrer */

.btn button {
  background: #273239 !important;

  padding: 10px 30px !important;
}

.contact-links .market {
  display: flex;

  justify-content: space-between;

  padding-top: 16px;

  background: rgba(255, 255, 255, 1);

  padding: 8px 10px;

  margin-top: 0px;

  align-items: center;
}

.contact-links .joint {
  color: #273239;

  font-weight: 600;

  font-size: 13px;
}

.contact-links .detail {
  /* padding-top: 10px; */
}

button {
  /* background: #273239; */
}

.Position .Islamabad {
  color: #273239;

  font-weight: 600;
}

.Position .posted {
  padding-left: 17px;
}

.Position .post {
  color: #273239;

  font-weight: 600;
}

.Position .posted-content {
  display: flex;

  padding-top: 20px;
}

.Position button {
  background: #273239 !important;

  margin-top: 10px;
}

.Position {
  background: rgba(255, 255, 255, 1);

  padding: 18px 10px;
}

/* Pop Up  */
/* .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  color: #155724;
  border: 2px solid #c3e6cb;
  font-size: 18px;
  font-weight: bold;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.cv-message.success {
  color: rgb(0, 19, 128);
  background: #e0ffe0;
  padding: 12px;
  margin: 15px 0;
  font-weight: bold;
  border: 1px solid #b2d8b2;
} */

/* Upload CV while uploading */
/* .dots-loader span {
  display: inline-block;
  font-size: 20px;
  animation: blink 1s infinite;
}

.dots-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.dots-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
} */




/* healthcare */

.healthcare .health-heading {
  font-size: 20px;

  font-weight: 700;

  color: #273239;

  margin-bottom: 30px;
}

.bussiness-healthcare .main-heading h2 {
  text-align: left;
}

.bussiness-healthcare {
  position: relative;

  background: #fafafa;
}

.healthledtside {
  padding: 42px 20px;

  border: 1px solid rgba(50, 60, 67, 0.13);
}

.healthText {
  padding: 40px 0px;
}

.healthText .red-text {
  font-weight: 700;

  font-size: 17px;

  line-height: 25px;

  color: #df2d2e;

  padding-bottom: 30px;
}

.normatText {
  font-size: 17px;

  line-height: 25px;

  color: #273239b2;
}

.healthButton {
  font-size: 15px;

  line-height: 48px;

  text-align: center;

  color: #273239;

  border: 1px solid rgba(39, 50, 57, 0.4);
}

.healthBox {
  border: 1px solid rgba(50, 60, 67, 0.13);

  padding: 34px;

  width: 100%;

  max-width: 48%;
}

.healthBoxHead {
  font-weight: 600;

  font-size: 13px;

  text-transform: uppercase;

  color: #f3001f;
}

.healthBoxDes {
  font-weight: 400;

  font-size: 14px;

  line-height: 25px;

  color: #273239;
}

.healthBoxImg {
  margin: 27px 0px;
}

.healthWraper {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  row-gap: 27px;
}

/*  */

.image-text.financial {
  border: none;
}

.financial .im-text-text {
  background: none;

  padding: 0px;
}

.financial .im-text-inner .info {
  font-size: 14px;

  margin: 20px 0;
}

.financial button {
  border: 1px solid gray;

  padding: 10px 40px;
}

/*  */

.d-service {
  background: #fff;

  position: relative;
}

.d-service .top-image {
  position: absolute;

  right: 0;

  top: 0;
}

.d-service ul li.active button {
  border-bottom: 2px solid var(--theme-red);

  color: #263239;

  font-weight: 600;
}

.d-service ul li:hover button {
  color: #263239;
}

.d-service .service-mid-p {
  color: rgba(39, 50, 57, 0.7);
}

.d-service .service-mid-h {
  color: #263239;
}

.d-service .service-image {
  width: 58%;
}

.d-service .service-h {
  color: #263239;
}

.service .service-mid .b__learnmore {
  color: #273239 !important;
}

/*  */

.internet {
  background-color: #e9eaeb;

  position: relative;

  padding-bottom: 0;
}

.internet .in-right img {
  width: 70%;
}

.internet .top-image {
  position: absolute;

  top: 0;

  right: 0;
}

.internet .bottom-image {
  position: absolute;

  bottom: -56px;

  right: 0;
}

.internet .in-heading {
  font-size: 27px;

  color: #273239;

  font-weight: 700;
}

.internet .in-para {
  width: 85%;

  padding: 10px 0px;
}

.internet a.d-btn {
  color: #df2d2e;
}

.internet .in-right {
  margin-top: 15px;
}

/* software */

.software {
  background-color: #e9eaeb;

  position: relative;
}

.service-image.m-img img {
  margin-top: 50%;

  transform: translateY(-50%);
}

.software .service-mid-h {
  color: #263239;

  font-size: 22px;

  font-weight: 700;
}

.software .service-mid button {
  border: 1px solid #263239;

  width: 100%;

  padding: 10px;

  margin-top: 14px;
}

.software .service-mid-p {
  margin: 14px 0px;
}

.software .button-link ul {
  list-style-type: none;
}

.software .button-link h2 {
  color: #273239;

  font-weight: 700;

  margin-bottom: 20px;

  font-size: 27px;
}

.software .button-link li {
  padding: 8px 0px;
}

.software .button-link {
  width: 53%;

  margin: auto;
}

.automobile .left-p {
  /* font-size: 16px; */

  padding-top: 13px;
}

.automobile .left-h {
  color: #263239;

  font-weight: 600;

  font-size: 27px;
}

.automobile .auto-left {
  position: relative;
}

.automobile .auto-text {
  position: absolute;

  top: 27px;

  width: 87%;

  left: 28px;
}

.automobile .left-d-p {
  padding: 15px 0px;
}

.automobile .left-d-h {
  color: #273239;

  font-size: 20px;

  font-weight: 700;
}

.automobile .auto-d-text {
  margin: 20px;
}

.left-border {
  height: 750px;
}

.automobile .left-border {
  border-right: 1px dashed #273239;
}

.automobile .auto-right .right-h {
  font-weight: 600;

  color: #273239;

  font-size: 15px;

  min-height: 46px;
}

.automobile .auto-right .right-con {
  border: 1px dashed #273239;

  padding: 0 10px;

  width: 100%;

  height: 250px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.learn-more-btn {
  max-width: max-content;
}

.hidden-text {
  display: none;
}

.no-top-border {
  border-top: 1px solid #fff !important;

  border-right: 1px solid #fff !important;
}

.no-right-border {
  border-right: 1px solid #fff !important;
}

.no-left-border {
  border-left: 1px solid #fff !important;
}

.no-bottom-border {
  border-bottom: 1px solid #fff !important;

  border-right: 1px solid #fff !important;
}

.automobile .auto-right .right-p {
  padding: 10px 0px;
}

.automobile a.d-btn {
  width: 100%;
}

.m-0 {
  margin: 0 !important;

  height: 100% !important;
}

.p-0 {
  padding: 0 !important;
}

.automobile .right-con:hover {
  color: #fff;

  background: #df2d2e;
}

.right-con:hover .right-h {
  color: #fff;
}

.right-con:hover a {
  color: #fff;
}

.right-con:hover i {
  color: #fff;
}

/*  */

.commerce {
  position: relative;
}

.commerce .top-image {
  position: absolute;

  right: 0;

  top: -80px;
}

.commerce .commerce-con {
  width: 61%;

  display: flex;

  margin: auto;

  align-items: center;

  border: 1px solid #f3f3f6;
}

.commerce .co-text {
  padding: 0px 33px;

  /* border: 1px solid; */

  width: 42%;
}

.image-text.f-m-c-g.financial.main-padding {
  padding-top: 0px;
}

.commerce .heading {
  color: #273239;

  font-size: 23px;

  font-weight: 600;
}

.commerce .para {
  padding: 10px 0px;
}

.t-process .image-text-cont img {
  width: 100%;
}

.footer-so-icon .social-border {
  border-left: solid 1px #c1c4c6;

  border-right: solid 1px #c1c4c6;

  /* padding: 0 10px; */
}

/* responsive */

@media (min-width: 340px) and (max-width: 767px) {
  .ds-desktop {
    display: none;
  }

  .ds-mobile {
    display: block;
  }

  .bg-top {
    width: 35%;
  }

  .main-padding {
    padding: 40px 0;
  }

  .divider {
    margin: 10px;
  }

  .main-heading {
    margin-bottom: 20px;
  }

  .main-heading h2 {
    text-align: left;
  }

  .main-heading .sub-heading {
    width: 100%;

    margin: 10px auto auto;

    text-align: left;
  }

  .dot-pic {
    width: 75%;
  }


  /* loader styling */
  /* #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
  }

  .loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  } */

  .uploading-btn {
    display: none;
    background-color: #ccc;
    color: #333;
    border: none;
    padding: 8px 16px;
    margin-top: 10px;
    cursor: not-allowed;
  }

  .upload-cv-btn {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
  }


  /* accessibility */

  .acc-icon {
    border-radius: 50%;

    left: 10px;

    top: auto;

    bottom: 2%;

    /* display: none; */
  }

  .acc-icon:hover {
    border-radius: 25px;
  }

  .accessibility-modal .modal-dialog {
    width: auto;
  }

  .accessibility-modal .right-box-con {
    display: flex;

    justify-content: space-between;
  }

  .accessibility-modal .right-box-con button.acc-btn {
    width: 49%;

    margin: 0;
  }

  .accessibility-modal .box-a {
    margin-top: 10px;
  }

  .accessibility-modal .box-a-cont {
    display: flex;

    justify-content: space-between;
  }

  .accessibility-modal .box-a-cont button.box-a-inner {
    width: 32%;
  }

  .accessibility-modal .color-section {
    margin-top: 20px;
  }

  .accessibility-modal .color-section .color-right {
    display: flex;

    justify-content: space-between;
  }

  .accessibility-modal .color-section .color-right button {
    padding: 30px 0;

    width: 49%;
  }

  /* slick dots */

  .slick-dots li.slick-active {
    width: 40px;
  }

  .slick-dots li.slick-active::before {
    width: 10px !important;
  }

  /* header */

  .header {
    padding: 10px 0px;
  }

  .header .header-items {}

  .header ul {}

  .header ul li {}

  .header ul li:last-child {}

  .header ul li a {}

  .header ul li a i {}

  .header .left-menu {
    margin: 0px;
  }

  .header .left-menu .menu-icon {}

  .header .left-menu .menu-icon .m-icon {}

  .header .left-menu .menu-icon button {}

  .header .left-menu ul {}

  .header .logo {}

  .header .logo .h-logo {
    width: 60%;
  }

  .header .right-menu {}

  .header .icons {
    margin: 0px;

    padding: 3px 7px 0px;
  }

  .header .icons a {}

  .header .icons a .hr-icon {}

  .header .icons span {
    margin: 0px 6px;
  }

  .modal.right .modal-dialog {}

  .modal.right .modal-content {}

  .modal.right .modal-body {}

  .modal.right.fade .modal-dialog {}

  .modal.right.fade.in .modal-dialog {
    width: 100%;
  }

  .modal.right .modal-body {}

  .modal.right .modal-body .back-btn {}

  .modal.right .modal-body .back-btn a {
    margin: 0px;
  }

  .modal.right .modal-body .back-btn a:hover {}

  .modal.right .modal-body .back-btn button.close {
    font-size: 40px;
  }

  .modal.right .modal-body .left-menu {}

  .modal.right .modal-body .left-menu ul {}

  .modal.right .modal-body .left-menu ul li {
    list-style-type: none !important;
  }

  .modal.right .modal-body .left-menu ul li a {
    font-size: 30px;

    font-weight: 600;

    padding-left: 15px;
  }

  .modal.right .modal-body .left-menu ul li a:hover {}

  .modal.right .modal-body .left-menu ul li.hover a {}

  .modal.right .modal-body .left-menu ul li.active a {}

  .modal.right .modal-body .right-menu {
    margin: 0px 0px 15px 45px;
  }

  .modal.right .modal-body .right-menu .sd-menu {}

  .modal.right .modal-body .right-menu .title {
    display: none !important;
  }

  .modal.right .modal-body .right-menu ul {}

  .modal.right .modal-body .right-menu ul li {
    margin-top: 0px;

    margin-bottom: 10px;
  }

  .modal.right .modal-body .right-menu ul li a {
    font-weight: 400;

    margin: 0px;

    padding: 0px;

    border: none;

    font-size: 18px;
  }

  .modal.right .modal-body .right-menu ul li a:hover {}

  /* sticky */

  .sticky {
    padding: 5px 0;
  }

  .sticky .logo .h-logo {
    width: 40%;
  }

  .hero-panel {
    /* height: 403px; */

    background: rgb(240, 238, 239);
  }

  .hero-panel img {}

  .hero-panel .hero-main-img {
    height: auto;

    bottom: 0px;
  }

  .hero-panel .hero-main-img img {}

  .hero-panel .he-title {
    left: 20px;

    bottom: 55%;
  }

  .hero-panel .he-title .top {
    font-size: 13px;
  }

  .hero-panel .he-title .bottom {
    font-size: 35px;

    line-height: 36px;
  }

  .hero-panel .he-title .bottom .dark {}

  .hero-panel .he-title .bottom .dark span {}

  .hero-panel .he-title .bottom .grey {}

  .hero-panel .slick-dots {
    left: 20px;

    bottom: 50% !important;
  }

  .hero-panel .slick-dotted.slick-slider {
    /* height: 100%; */
  }

  .hero-panel .slick-slider .slick-list,
  .slick-slider .slick-track {
    height: 100%;
  }

  .hero-panel .image {
    /* height: 332px; */
  }

  .hero-panel .he-scroll {
    font-size: 14px;

    right: 20px;
  }

  @-webkit-keyframes scrollBottom {

    0%,
    100% {
      bottom: 80px;
    }

    50% {
      bottom: 110px;
    }
  }

  .breadcrumList {
    margin-left: 15px;
  }

  /* digital services */

  .t-services h2 {
    /* font-size: 20px; */

    font-weight: 600;

    margin-bottom: 15px;
  }

  .t-services .ls-menu {
    margin-top: 30px;
  }

  .t-services .ls-cart {
    display: inherit;

    margin: 0;

    border-top: solid 1px #d3d3d3;

    margin-top: 15px;
  }

  .t-services .ls-cart a {
    display: flex;

    text-decoration: none;

    font-weight: 300;

    background: transparent;

    justify-content: space-between;
  }

  .t-services .ls-cart a .image {
    max-width: 100px;
  }

  .t-services .ls-cart a .image img {
    box-shadow: none;
  }

  .t-services .ls-cart a .c-info {
    width: 63%;
  }

  .t-services .ls-cart a .c-info .title {
    font-size: 15px;

    color: var(--theme-red);
  }

  .t-services .ls-cart .c-info .title img {
    display: none;
  }

  .t-services .ls-cart a .c-info .desc {
    width: 100%;

    margin-top: 5px;

    margin-bottom: 0;

    overflow: hidden;

    white-space: initial;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
  }

  /* business */

  .our-core .trend-slide {
    width: 97%;
  }

  .our-core-slider .trend-slide .slide-item {
    display: inherit;

    width: 100%;
  }

  .our-core-slider .trend-slide .slide-item .img {
    width: 100%;
  }

  .our-core-slider .trend-slide .slide-item .img img {
    width: 100%;
  }

  .our-core-slider .trend-slide .slide-item .content {
    width: 100%;

    padding: 20px;
  }

  .our-core-slider .trend-slide .slide-item .content .title {}

  .our-core-slider .trend-slide .slide-item .content .desc {
    width: 100%;

    overflow: hidden;

    white-space: initial;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;
  }

  .our-core-slider .trend-slide .slide-item .content a {}

  /* solutions */

  .expertise-section .expertise-pic-inner {
    margin: 0;

    padding: 0;

    width: 95% !important;
  }

  /* transparent process */

  .image-text .im-text-text {
    position: inherit;

    width: 100%;

    padding: 40px 15px;

    left: 0;

    top: 0;

    background: #f8fafd;
  }

  .image-text .im-text-inner .im-h {
    font-size: 27px;
  }

  .image-text .im-text-inner .info {
    margin: 20px 0;

    width: 100%;
  }

  /* our work */

  .news {}

  .news-slide .new-li {
    margin-top: 5px;
  }

  /* fintech */

  .service .service-h {
    text-align: center;

    margin-bottom: 15px;
  }

  .service .button-link {}

  .service .button-link ul {
    display: flex;

    justify-content: flex-start;

    white-space: nowrap;

    /* [1] */

    overflow-x: auto;

    /* [2] */

    -webkit-overflow-scrolling: touch;

    /* [3] */

    -ms-overflow-style: -ms-autohiding-scrollbar;

    /* [4] */
  }

  .service .button-link ul::-webkit-scrollbar {
    display: none;

    /* [5] */
  }

  .service .button-link ul li {
    margin-right: 15px;

    margin-bottom: 10px;
  }

  .service .button-link ul li button {
    letter-spacing: 0;
  }

  .service .view {}

  .service .service-mid {
    width: 100%;
  }

  .service .service-mid-h {
    font-size: 25px;
  }

  .service .service-image {
    display: none;
  }

  /* news */

  .news .news-slide .slide-main-item {
    padding: 0;

    margin: 0;

    width: 95%;
  }

  .news-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }

  .news .news-slide .slide-item .desc {
    margin: 20px 0;

    font-size: 14px;
  }

  /* contact-us */

  .contact-links .section-content {
    position: inherit;
  }

  .contact-links .section-content .ls-menu ul li button {}

  .contact-links .section-content .ls-menu ul li {
    font-size: 12px;
  }

  .con-banner.ds-mobile {
    padding-top: 20px;

    float: left;

    width: 100%;
  }

  .contact-links .section-content .contact-heading {
    width: auto;

    float: left;

    padding-top: 30px;
  }

  .contact-links .section-content .heading {
    font-size: 38px;
  }

  .contact-links .section-content select {
    width: 100%;

    padding: 10px 5px;

    border: 1px solid rgba(214, 217, 218, 1);
  }

  .contact-links .market {
    display: flex;

    justify-content: space-between;

    padding-top: 16px;

    background: rgba(255, 255, 255, 1);

    padding: 0;

    margin-top: 0px;

    align-items: center;
  }

  .contact-links .joint {
    color: #273239;

    font-weight: 600;

    font-size: 14px;
  }

  /* telecom page  */

  .telecomVas {
    display: none;
  }

  .fivegimg {
    padding-top: 0px;
  }

  .telecomVasWaper .container .row {
    margin-left: unset;

    margin-right: unset;
  }

  .ourServices {
    padding-top: 40px;

    padding-bottom: 40px;
  }

  .serviceDesc {
    padding: 22px 0px 40px;
  }

  .singleService {
    width: 100%;

    max-width: 90%;
  }

  .ourClientWraper {
    flex-wrap: wrap;

    row-gap: 20px;
  }

  .ourClientWraper .singleClient {
    max-width: 100%;
  }

  .workWraper .work-slider {
    display: block;
  }

  .workWraper .work-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }

  .workWraper .work-slider .slick-list .slick-slide {
    padding: 0 10px 0 0;
  }

  .absolureDiv {
    max-width: 96%;

    margin-top: -30px;
  }

  .absolureDiv h4,
  .absolureDiv .workText {
    font-size: 14px;

    line-height: 20px;
  }

  .serviceWraper {
    row-gap: 20px;
  }

  .ourClient,
  .tell.ourWork {
    padding-bottom: 40px;
  }

  .businessCard {
    padding-right: 0px;
  }

  .telecomVasWaper .t-services .ds-desktop {
    display: block;
  }

  .telecomVasWaper .t-services {
    width: 350px;

    overflow-x: scroll;

    margin: 0 auto 20px auto;
  }

  .telecomVasWaper .t-services .ls-menu ul li button {
    width: max-content;
  }

  .telecomVasWaper .t-services .ls-menu ul {
    padding-bottom: 20px;

    justify-content: flex-start;
  }

  /* telecom page end */

  /* bussiness page starts media*/

  .t-services .bg-bot {
    display: none;
  }

  .software .softDevWraper {
    display: flex;

    flex-direction: column-reverse;
  }

  .software .button-link {
    width: 100%;

    margin: 20px auto;
  }

  .software .button-link ul {
    list-style-type: unset;

    margin-left: 40px;
  }

  .healthWraper {
    margin-top: 20px;
  }

  .image-text.financial .image-text-cont {
    display: none;
  }

  .financial .im-text-text.glass_bg {
    background-image: url("img/glass-bg.webp");

    background-repeat: no-repeat;

    height: 451px;

    background-size: cover;
  }

  .financial .im-text-text.fmcg_bg {
    background-image: url("img/fmcg_bg.webp");

    background-repeat: no-repeat;

    height: 451px;

    background-size: cover;

    background-position: center;
  }

  .image-text.f-m-c-g.financial.main-padding.aos-init.aos-animate {
    padding-top: 0px;
  }

  .healthBox {
    max-width: 100%;
  }

  .software .bg-top,
  .bussiness-healthcare .bg-top,
  .service .top-image {
    display: none;
  }

  .image-text .im-text-inner {
    width: 90%;

    margin: 0 auto;
  }

  .top-image {
    display: none;
  }

  .internet .in-para {
    width: 96%;
  }

  .internet .in-right img {
    width: 100%;
  }

  .col-md-6.iotthings {
    padding: unset;
  }

  .internet.main-padding {
    padding-bottom: 0px;
  }

  .d-service .service-h {
    text-align: left;
  }

  .d-service .button-link {
    margin: 20px 0px;
  }

  .automobile.main-padding {
    padding-top: 0px;
  }

  .row {
    margin: unset;
  }

  .automobile .container {
    padding: unset;
  }

  .automobile .left-border {
    border-right: unset;

    height: unset;
  }

  .no-top-border,
  .no-right-border,
  .no-bottom-border {
    border: unset !important;
  }

  .automobile .auto-right .right-h {
    font-size: 24px;

    min-height: unset;
  }

  .automobile .auto-right .right-con {
    padding: 0px 20px;

    border-top: 1px dashed #273239 !important;
  }

  .commerce .commerce-con {
    width: 80%;

    flex-direction: column;
  }

  .internet .container {
    padding: unset;
  }

  .commerce .co-text {
    padding: unset;

    width: 95%;
  }

  .automobile .auto-left .left-image img {
    width: 100%;
  }

  /* bussiness page end media*/

  /* case study page media starts */

  .telecomVasWaper .container,
  .telecomVasWaper .container .col-md-10 {
    padding: unset;
  }

  .telecomVasWaper .cstmContaier {
    padding: 0px 30px;
  }

  .commpney__profile .compw {
    flex-direction: column-reverse;

    padding: 40px 0px;

    row-gap: 30px;
  }

  .casefeatures {
    background-color: #e9e9e9;

    padding: 40px 0px;
  }

  /* case study page media End*/

  /* our work media starts */

  .features.main-padding .main-heading h2 {
    max-width: 100%;

    font-size: 42px;

    line-height: 48px;

    text-transform: unset;
  }

  .features .t-services .ls-menu ul {
    justify-content: flex-start;

    white-space: nowrap;

    overflow-x: auto;
  }

  .Work.work__img {
    margin-bottom: 31px;
  }

  /* our work media ends */

  /* service page media starts  */

  .Ourfocus .endtoend p {
    font-size: 31px;

    line-height: 35px;
  }

  .Ourfocus .endtoend span {
    width: 100%;

    padding-bottom: 34px;
  }

  .focusServices .t-services .ls-menu ul {
    justify-content: flex-start;

    white-space: nowrap;

    overflow-x: auto;
  }

  .focusServices .t-services .ls-menu ul li button {
    font-size: 16px;
  }

  .focusServices .t-services .ls-menu ul li.active button::before {
    width: 12px;

    height: 12px;

    left: 1px;
  }

  .business-cluster-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }

  .flex-cont {
    flex-direction: column-reverse;
  }

  .flex-cont .boxx {
    width: 100%;
  }

  .main-heading.tl h2.ds-mobile {
    background-color: #f0f0f0;

    padding: 27px 15px;
  }

  .box_img_div {
    padding: 10px 33px 33px;
  }

  .ds-mobile .rollpaper-mob {
    width: 100%;
  }

  .digitalization {
    height: unset;

    background: none;
  }

  .digitalbox {
    max-width: 100%;

    padding: 40px 0px;
  }

  .digitalbox ul {
    padding-left: 0px;

    list-style-type: none;
  }

  .ul-p,
  .Building-p {
    font-size: 15px;
  }

  .modernaizationWraper {
    flex-direction: column;
  }

  .modrenization.main-padding::before {
    width: 100%;

    height: 371px;
  }

  .mod__Text {
    margin-top: 44px;
  }

  .modernaizationWraper .modetext {
    font-size: 31px;

    line-height: 38px;
  }

  .augmentaion .container {
    padding: unset;
  }

  .augmentationWraper {
    flex-direction: column;

    row-gap: 30px;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  /* service page media end */

  /* solution page media starts */

  .m-wraper {
    flex-direction: column-reverse;

    align-items: flex-start;
  }

  .main-heading.tl .mobility-mobile {
    padding: 30px;

    font-size: 27px;

    color: #263239;
  }

  .box_img_div.mobility {
    padding: 10px 33px 33px;
  }

  .dataanalyst {
    background: none;
  }

  .dataanalystmobileImg img {
    width: 100%;
  }

  .databox {
    padding: unset;

    border: unset;
  }

  .qawrapper {
    flex-direction: column-reverse;

    padding-bottom: 40px;
  }

  .dataanalyst.main-padding {
    padding-bottom: 0px;
  }

  /* solution page media  End*/

  /* footer */

  .footer-main {
    background: #e9e9e9;

    /* border-top: 1px solid var(--grey-border) */
  }

  .footer {
    padding-top: 30px;

    padding-bottom: 0;
  }

  .footer .footer-logo .logo-img {
    width: 40%;
  }

  .footer-so-icon {
    margin: 10px 0;

    display: none !important;
  }

  .footer .footer-menu {
    float: left;

    width: 100%;

    margin-top: 30px;
  }

  .footer-menu .title {
    font-size: 11px;

    margin-bottom: 0;

    border-top: 1px solid #dedede;

    padding: 13px 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-right: 10px;

    pointer-events: unset;
  }

  .footer-menu .last-title {
    border-bottom: solid 1px #dedede;
  }

  .footer-menu .title i {
    display: block;

    font-size: 12px;
  }

  .footer-menu .title:nth-child(4n) {}

  .footer-menu ul {
    margin-top: 5px;

    display: none;

    padding: 0 10px;
  }

  .nav-footer {
    padding-top: 18px;
  }

  .nav-footer .foo-last-down {
    display: none;
  }

  .nav-footer .foo-last-down li {
    display: block;

    margin-right: 0;

    margin-bottom: 10px;
  }

  .nav-footer .foo-last-down li a {
    color: #fff;

    font-size: 15px;

    font-weight: 400;
  }

  .nav-footer .f-cpy {
    margin-top: 10px;

    text-align: center;

    color: #898e92;

    justify-content: center;

    padding: 0;

    margin: 0;

    border: none;
  }

  .nav-footer .f-cpy .foo-copy {
    font-size: 11px;

    line-height: 22px;

    font-weight: 400;
  }

  .developed-by {}

  .developed-by p {
    /* display: flex; */

    justify-content: center;

    align-items: center;
  }

  .developed-by .heart {
    width: 25px;

    margin: 0 5px;
  }

  .developed-by span {}

  .social-new {
    margin: 15px 0;
  }

  .social-new ul {
    text-align: center;
  }

  .social-new ul li {
    list-style-type: none;

    display: inline-block;

    margin-right: 30px;
  }

  .social-new ul li a {
    color: #697378;

    transition: 0.2s;

    font-size: 15px;
  }

  .social-new ul li:last-child {
    margin: 0;
  }

  .nav-footer .foo-copy .c-btm {
    margin: 0;
  }
}