@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  font-family: "Spartan", sans-serif;
  text-align: initial !important;
}

.text-justify {
  text-align: initial !important;
}

ul.inno_menu li a:hover {
  color: #005494 !important;
}
ul.inno_menu li.active a {
  color: #005494 !important;
}

a {
  color: #005494;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #005494;
  text-decoration: none;
}

a.btn.call_action-nav {
  background: #a4c02d;
  color: #fff !important;
  padding: 6px 20px;
  font-weight: 700;
  border-radius: 50px;
}
a.btn.call_action-nav:hover {
  background: #005494;
  color: #fff !important;
}

a.btn.call_action {
  background: #a4c02d;
  color: #fff;
  padding: 15px 20px;
  font-weight: 800;
  border-radius: 50px;
}
a.btn.call_action:hover {
  background: #005494;
  color: #fff !important;
}

input.call_action {
  background: #a4c02d;
  color: #fff;
  padding: 15px 20px;
  font-weight: 800;
  border-radius: 50px;
  border: none;
}
input.call_action:hover {
  background: #fff;
  color: #005494;
}

ol.breadcrumb {
  background: transparent;
}

.banner_content h1 {
  font-size: 40px !important;
}
.banner_content p {
  font-size: 20px !important;
}

.dropdown-menu.show {
  padding: 0px;
}
.dropdown-menu.show a {
  margin: 0px;
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px !important;
}

p {
  text-align: initial;
}

h1 {
  text-align: initial;
  font-size: 45px !important;
  color: #005494;
}

h2 {
  text-align: initial;
  font-size: 34px !important;
  color: #005494;
}

h3 {
  text-align: initial;
  font-size: 24px !important;
}

h3.blue {
  color: #005494;
}

h4 {
  text-align: initial;
  font-size: 18px !important;
}

h5 {
  text-align: initial;
}

h6 {
  text-align: initial;
}

p {
  font-size: 16px !important;
}

a {
  font-size: 16px !important;
}

.bg_custom {
  background: #ffffff;
}
.bg_custom a img.custom_logo {
  width: 100%;
}

ul.inno_menu a.nav-link {
  margin: 0px 10px;
}

a {
  text-decoration: none !important;
  color: #171717;
}

.fixed-top {
  position: fixed;
  top: 45px;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.25s;
}

.header-top {
  position: fixed;
  width: 100%;
  background-color: #005494;
  top: 0;
  left: 0;
  z-index: 999;
  min-height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
}
.header-top p {
  margin: 0;
  transition: all 1s;
  opacity: 0.85;
  color: #fff;
}
.header-top p a {
  color: #fff;
  text-decoration: none;
}

.hide_top {
  top: -50px !important;
  visibility: hidden;
  transition: all 0.25s;
}
.hide_top p {
  opacity: 0;
}

.fixed-top.mve_top {
  top: 0;
  transition: all 0.25s;
}

._pad {
  padding-top: 128px;
}

.banner {
  background: #005494;
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.banner h1 {
  color: #fff;
  line-height: 1.75;
  font-weight: normal;
  text-transform: uppercase;
}
.banner h2 {
  font-weight: normal;
  color: #005494;
  -webkit-text-stroke: 0.45px #fff;
}

.p_3 {
  padding-right: 3%;
  padding-left: 3%;
}

.vertSlider {
  overflow: hidden;
}

.reltv {
  position: relative;
  overflow: hidden;
}
.reltv ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.reltv ul li {
  content: "";
  position: absolute;
  left: 7%;
  top: 0;
  border-right: 1px dashed #fff;
  opacity: 0.1;
  width: 2px;
  height: 90vh;
  max-height: 500px;
  overflow: hidden;
}
.reltv ul li:nth-child(1) {
  left: 7%;
}
.reltv ul li:nth-child(2) {
  left: 21%;
}
.reltv ul li:nth-child(3) {
  left: 35%;
}
.reltv ul li:nth-child(4) {
  left: 49%;
}
.reltv ul li:nth-child(5) {
  left: 63%;
}
.reltv ul li:nth-child(6) {
  left: 77%;
}
.reltv ul li:nth-child(7) {
  left: 91%;
}

.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
._hdng {
  font-weight: normal;
  margin-bottom: 0.6em;
  background: linear-gradient(to bottom, #005494, #005494);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.about {
  padding: 3em 0em;
  padding-bottom: 0;
}
section.about img.shkeHnd {
  max-height: 210px;
  margin-bottom: 2em;
}
section.about .why h2 {
  font-weight: normal;
  background: linear-gradient(to bottom, #005494, #005494);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.about .why p {
  font-weight: 300;
  color: #171717;
  line-height: 1.8;
  max-width: 85%;
}

.arrow {
  width: 28px;
  height: 44px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 25px;
}
.arrow::after {
  content: "Scroll Down";
  position: absolute;
  width: 100%;
  min-width: 90px;
  font-size: 12px;
  font-weight: 100;
  left: -21px;
  bottom: -25px;
  color: #fff;
}
.arrow span {
  width: 4px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 11px;
}

ul.inno_menu a {
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #171717 !important;
}

a.quote_Btn {
  background: #a4c02d;
  color: #fff !important;
  padding: 15px 20px;
  font-weight: 800;
  border-radius: 50px;
}
a.quote_Btn:hover {
  background: #005494;
  color: #fff !important;
}

._countBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0em 0em;
  border-top: 1px dashed #e5d9a8;
  border-bottom: 1px dashed #e5d9a8;
  background: #fff;
}
._countBlock ._count {
  text-align: left;
  min-width: 240px;
  padding: 15px 20px;
  border-right: 1px dashed #e5d9a8;
  margin: 5px 20px;
}
._countBlock ._count h4, ._countBlock ._count span {
  color: #171717;
  font-weight: normal;
  display: inline-block;
}
._countBlock ._count p {
  color: #171717;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
}
._countBlock ._count:last-child {
  border-right: 0;
}

.blog {
  padding: 4em 0;
  background: #fff;
  border-bottom: 1px dashed #e5d9a8;
}
.blog .testimonial .pic {
  width: 300px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #171717;
}
.blog .testimonial .pic img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .testimonial h4 {
  font-weight: 500;
  color: #171717;
  margin: 1em 0;
}
.blog .owl-controls.clickable {
  position: absolute;
  right: -12%;
  top: 40%;
  z-index: 99;
}
.blog .owl-controls.clickable .owl-next {
  position: absolute;
  top: -4em;
  left: 0em;
  background: #005494 !important;
  opacity: 1 !important;
  width: 35px;
  height: 35px;
  line-height: 2.5;
}
.blog .owl-controls.clickable .owl-prev {
  background: #005494 !important;
  opacity: 1 !important;
  width: 35px;
  height: 35px;
  line-height: 2.5;
}

section.services {
  padding: 3em 0em;
}
section.services h2._hdng {
  margin-bottom: 0.6em;
}

.services_inner {
  padding: 2em;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.services_inner:hover {
  background-color: #005494;
  border-radius: 0.5rem;
}
.services_inner:hover h4 {
  color: #fff;
}
.services_inner:hover p {
  color: #fff;
}
.services_inner h3 {
  color: #171717;
  font-weight: normal;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.services_inner p {
  color: #171717;
  line-height: 1.75;
  text-align: inherit !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.services_inner a {
  color: #fff;
  text-align: right;
  display: block;
  text-decoration: none;
}

section.capabilities {
  padding: 3em 0em;
}
section.capabilities h2._hdng {
  margin-bottom: 0.6em;
}

.capabilities_inner {
  padding: 2em;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.capabilities_inner:hover {
  background-color: #005494;
  border-radius: 0.5rem;
}
.capabilities_inner:hover h4 {
  color: #fff;
}
.capabilities_inner:hover p {
  color: #fff;
}
.capabilities_inner h3 {
  color: #171717;
  font-weight: normal;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.capabilities_inner p {
  color: #171717;
  line-height: 1.75;
  text-align: inherit !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-orient-overflow: hidden;
}
.capabilities_inner a {
  color: #fff;
  text-align: right;
  display: block;
  text-decoration: none;
}

section.shortbrief {
  padding: 3em 0em;
}
section.shortbrief h2._hdng {
  margin-bottom: 0.6em;
}

section.CTA {
  padding: 3em 0em;
  background: #005494;
}
section.CTA h2 {
  margin-bottom: 0.6em;
  color: #fff;
  font-weight: bold;
}
section.CTA p {
  color: #fff;
  line-height: 1.75;
  text-align: inherit !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-orient-overflow: hidden;
}

a.btn.call_action_CTA {
  background: #a4c02d;
  color: #fff;
  padding: 15px 20px;
  font-weight: 800;
  border-radius: 50px;
}
a.btn.call_action_CTA:hover {
  background: #fff;
  color: #005494 !important;
}

.our-clients {
  padding: 3em 0em;
  background: #fff;
  border-top: 1px dashed #e5d9a8;
  border-bottom: 1px dashed #e5d9a8;
}
.our-clients .clientlogos {
  padding: 1em 0em;
}
.our-clients .clientlogos .owl-item {
  text-align: center;
}
.our-clients .clientlogos .owl-item img {
  width: 60%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-clients .clientlogos .owl-item p {
  color: #171717;
  font-weight: bold;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.clientSays {
  padding: 3em 0em;
}
.clientSays img.client-says_img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.clientSays #clients-says {
  max-width: 85%;
  margin: 0 auto;
  padding: 0.5em 3em;
  text-align: center;
}
.clientSays #clients-says h3 {
  font-weight: normal;
  color: #171717;
}
.clientSays #clients-says p {
  color: #171717;
  line-height: 1.7;
}

.footr {
  padding: 3em 0;
}
.footr h4.dottd_bordr {
  border-bottom: 1px dashed #005494;
  position: relative;
  margin-bottom: 40px;
  min-height: 15px;
}
.footr h4.dottd_bordr span {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #005494;
  font-weight: normal;
}

.flex_center {
  width: 100%;
  margin-bottom: 40px;
}
.flex_center .mid_content {
  justify-content: center;
  align-items: center;
}

.flex_center_div {
  align-items: center;
}
.flex_center_div ._ftrCol {
  padding-top: 3em;
}
.flex_center_div ._ftrCol h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.flex_center_div ._ftrCol._One p {
  color: #171717;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
}
.flex_center_div ._ftrCol._One h2 {
  margin-bottom: 12px;
}
.flex_center_div ._ftrCol._Two ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flex_center_div ._ftrCol._Two ul li {
  margin-bottom: 12px;
  padding-right: 2em;
}
.flex_center_div ._ftrCol._Two ul li b {
  font-size: 14px;
}
.flex_center_div ._ftrCol._Two ul li p {
  font-size: 12px;
  margin: 0;
}
.flex_center_div ._ftrCol._Three img.rcptn {
  display: block;
  margin: 0 auto;
}
.flex_center_div ._ftrCol._Three h2 {
  font-weight: 900;
  text-align: center;
  padding-top: 0.8em;
}
.flex_center_div ._ftrCol._Three h2 a {
  text-decoration: none;
  background: linear-gradient(to bottom, #171717, #a4a4a4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex_center_div ._ftrCol._Three p {
  text-align: left;
}
.flex_center_div ._ftrCol._Three p a {
  text-decoration: none;
  color: #171717;
  margin-left: 12px;
}
.flex_center_div ._ftrCol._Three p img {
  vertical-align: text-bottom;
}

ul.scicons li b a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
ul.scicons li b a .fa {
  font-size: 20px;
}

.quote_Btn {
  padding: 15px 15px;
  background-image: linear-gradient(to bottom, #005494, #005494);
  color: #fff !important;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em;
}

ul.socialIcos {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
ul.socialIcos li {
  margin: 5px;
}
ul.socialIcos li a {
  padding: 0px;
  display: inline-block;
}
ul.socialIcos li i.fa {
  color: #005494;
  font-size: 1.6em;
}

img.logo_white {
  max-width: 100%;
  opacity: 10%;
}

.copyright {
  background: #005494;
  padding: 0.8em;
}
.copyright p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 14px !important;
}

.terms_condtn {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  padding: 0em 1em;
  color: #fff;
}
div#goTop {
  position: fixed;
  right: 10px;
  bottom: 55px;
  display: none;
  cursor: pointer;
}
div#goTop img {
  width: auto;
  height: 145px;
}

.brdcrmb p a {
  font-size: 16px;
  color: #171717;
}
.brdcrmb p a i {
  font-size: 1.5em;
  vertical-align: middle;
}
.brdcrmb p a img {
  max-width: 60px;
}
.brdcrmb p a span {
  vertical-align: middle;
  padding-left: 15px;
}

h1.theHeading {
  font-weight: normal;
  padding: 10px 0px;
}

.brdcrmb {
  padding: 1.25em 0em;
}
.brdcrmb p {
  margin: 0;
}

h2.theHeading {
  font-weight: normal;
  padding: 10px 0px;
}

.desc {
  padding: 20px;
  color: #171717;
}
.desc h3 {
  font-weight: 600;
  margin-bottom: 14px;
}
.desc h5 {
  line-height: 1.4;
  margin-bottom: 15px;
}
.desc p {
  line-height: 1.8;
}

img.ofc_space {
  margin: 2em 0em;
}

.whtV-Do h4 {
  color: #171717;
  opacity: 0.75;
}
.whtV-Do h4 span {
  color: #000000;
  font-weight: 500;
}
.whtV-Do h3 {
  line-height: 1.5;
  color: #171717;
  margin-bottom: 15px;
  font-weight: normal;
}
.whtV-Do span {
  color: #000000;
  font-weight: 500;
}
.whtV-Do p {
  font-size: 16px;
  line-height: 1.8;
}

._countBlock._abt {
  border: 0;
}
._countBlock._abt ._count {
  border: 0;
  text-align: center;
  padding: 30px 20px;
}
._countBlock._abt ._count h4, ._countBlock._abt ._count span {
  opacity: 1;
  color: #005494;
  margin-bottom: 0;
  line-height: 1;
}
._countBlock._abt ._count p {
  font-weight: 600;
}

.a_side {
  padding: 0em 0em 0em 5em;
}
.a_side h4 {
  color: #171717;
  opacity: 0.75;
}
.a_side ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.a_side ul li a {
  font-weight: 600;
  text-decoration: underline !important;
  color: #171717;
  margin-bottom: 0.5em;
  display: block;
}
.a_side .btn {
  display: block;
  text-align: center;
  background: #171717;
  width: 100%;
  max-width: 210px;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.a_side .btn.btnBlue {
  background: #005494;
}

section.footr._inno {
  position: relative;
}
section.footr._inno .bk_image {
  width: 40%;
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
section.footr._inno .bk_image img {
  width: 100%;
  opacity: 10%;
}
section.footr._inno ._b_cnt {
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.footr._inno ._b_cnt h4 {
  margin-bottom: 0px;
}
section.footr._inno .btn.contact {
  background: #005494;
  color: #fff;
}
section.footr._inno .btn.contact img {
  vertical-align: middle;
  max-height: 25px;
}
section.footr._inno .btn.contact span {
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 3px;
  display: inline-block;
}
section.footr._inno h4 {
  font-weight: 500;
}

h1.theHeading span {
  color: #005494;
}

.c-desc {
  padding: 10px;
}
.c-desc p {
  padding: 0.5em 0em;
  line-height: 1.6;
  padding-bottom: 0;
}
.c-desc h3 a {
  font-weight: 600;
  color: #171717;
  text-decoration: underline !important;
}
.c-desc ul.listeditems {
  margin: auto;
  padding: 20px;
  line-height: 2.5rem;
  color: #171717;
}
.c-desc ul.listeditems li {
  list-style: none;
}
.c-desc ul.listeditems li::before {
  content: "→";
  position: relative;
  top: -1px;
  right: 10px;
}

h2.theHeading span {
  color: #005494;
}

.contactbg {
  padding: 2em;
  background-color: #005494;
}

.c-form {
  padding: 2em;
}
.c-form input.form-control, .c-form textarea.form-control, .c-form select.form-control {
  outline: none;
  box-shadow: none;
  min-height: 50px;
  max-height: 120px;
  background: #eee;
  font-weight: 500;
  line-height: 2;
  border-radius: 0;
}
.c-form .reqrd b {
  vertical-align: middle;
  display: inline-block;
  padding-top: 18px;
  color: #171717;
  opacity: 0.85;
}
.c-form .reqrd p {
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  color: #171717;
}

.quotebg {
  padding: 2em;
  background-color: #005494;
  color: #fff;
}

.map {
  padding: 2em;
}

.themeBtn {
  display: block;
  text-align: center;
  background: #005494;
  width: 100%;
  max-width: 210px;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding: 12px 12px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.cntct_inno {
  margin-top: 3em;
  border-top: 1px solid rgba(112, 112, 112, 0.3098039216);
  padding: 1em 0;
  padding-top: 3em;
}
.cntct_inno h2 {
  color: #171717;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
.cntct_inno h2 span {
  color: #005494;
}
.cntct_inno p {
  color: #171717;
  margin-bottom: 8px;
  font-weight: 500;
}
.cntct_inno h3 a {
  color: #171717;
  font-weight: 600;
  text-decoration: underline !important;
}

.cntctSectn {
  padding-bottom: 3em;
}

.c-form .form-group {
  position: relative;
}

._blog {
  max-width: 300px;
  height: 100%;
  position: relative;
}
._blog p {
  opacity: 0;
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}
._blog:hover p {
  opacity: 1;
}

.c-form .form-group {
  margin-bottom: 1.5em;
}
.c-form label.text-red {
  position: absolute;
  color: red;
  font-weight: 500;
}

ul.openings {
  margin: 2em 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  flex: 0 0 33%;
}
ul.openings li {
  display: flex;
  justify-content: center;
  min-width: 380px;
  padding: 2em 2em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3098039216);
  border-right: 1px solid rgba(112, 112, 112, 0.3098039216);
}
ul.openings li:nth-child(3), ul.openings li:nth-child(6) {
  border-right: 0;
}
ul.openings li:nth-child(4), ul.openings li:nth-child(5), ul.openings li:nth-child(6) {
  border-bottom: 0;
}
ul.openings li ._theNum {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: #fff;
  min-width: 50px;
  font-weight: 600;
}
ul.openings li ._postn {
  padding: 0 1em;
}
ul.openings li ._postn h3 {
  text-transform: uppercase;
  font-weight: normal;
  color: #171717;
}
ul.openings li ._postn p {
  margin-bottom: 5px;
}

ul.howVWork {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 2em;
}
ul.howVWork li {
  flex: 0 0 33%;
  max-width: 33%;
  text-align: center;
  padding: 1em;
  margin-bottom: 1.8em;
}
ul.howVWork li h2 {
  font-weight: normal;
  color: white;
  -webkit-text-stroke: 0.75px #171717;
}
ul.howVWork li h3 {
  font-weight: normal;
  color: #171717;
  margin-bottom: 1em;
}
ul.howVWork li p {
  color: #171717;
  line-height: 1.7;
}

p._breif {
  padding: 0;
}

ul.webDsgn {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 2em;
}
ul.webDsgn li {
  flex: 0 0 33%;
  max-width: 33%;
  text-align: intial;
  padding: 1em;
  margin-bottom: 1.8em;
}
ul.webDsgn li:hover {
  background-color: #005494;
  border-radius: 0.5rem;
}
ul.webDsgn li:hover h4 {
  color: #fff;
}
ul.webDsgn li:hover p {
  color: #fff;
}
ul.webDsgn li h2 {
  font-weight: normal;
  color: #005494;
}
ul.webDsgn li h3 {
  font-weight: normal;
  color: #171717;
  margin-bottom: 10px;
}
ul.webDsgn li h4 {
  font-weight: 500;
  color: #171717;
  margin-bottom: 10px;
}
ul.webDsgn li p {
  color: #171717;
  line-height: 1.7;
  text-align: initial;
}

.technolgies .c-desc h1.theHeading, .technolgies .c-desc p {
  padding: 0;
  margin-bottom: 5px;
}
.technolgies .c-desc p._breif {
  max-width: 55%;
  line-height: 1.4;
}

.custom_card_set {
  width: 100%;
}
.custom_card_set a {
  text-align: center;
}
.custom_card_set a img {
  width: 60%;
  margin: 0px auto;
}
.custom_card_set img {
  width: 60%;
  margin: 0px auto;
}

.slick-initialized .slick-slide {
  text-align: center;
}

.technolgiesList {
  padding: 1em 0em;
}
.technolgiesList .owl-item {
  text-align: center;
}
.technolgiesList .owl-item img {
  max-width: 90px;
  max-height: 90px;
}
.technolgiesList .owl-item p {
  color: #171717;
  font-weight: bold;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.technolgiesList .owl-item > div {
  min-height: 125px;
}

.dFlx.blog {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1em;
}
.dFlx.blog > div {
  flex: 0 0 25%;
  max-width: 312px;
}

.ftr_contct {
  display: flex;
  gap: 10px;
}
.ftr_contct a {
  display: flex;
  gap: 10px;
}
.ftr_contct a .fa {
  font-size: 20px;
}
.ftr_contct a .address p {
  margin-bottom: 5px;
  font-size: 14px !important;
}

._banner img {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.ft_logo img {
  width: 70%;
}

.blog_card {
  width: 100%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin-bottom: 30px;
}
.blog_card .bloglink {
  width: 100%;
  display: block;
}
.blog_card .bloglink .blog_img img {
  width: 100%;
}
.blog_card .bloglink .blog_content {
  width: 100%;
  display: block;
  padding: 15px;
}
.blog_card .bloglink .blog_content .blog_heading {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.blog_card .bloglink .blog_content .blog_heading h4 {
  font-weight: 500;
}
.blog_card .bloglink .blog_content .blog_txt p {
  text-align: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog_card .bloglink .blog_content .blog_txt .datebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_card .bloglink .blog_content .blog_txt .datebtn p {
  margin-bottom: 0px;
  font-weight: normal;
}
.blog_card .bloglink .blog_content .blog_txt .datebtn a {
  color: #fff;
  cursor: pointer;
  background-color: #005495;
  border-color: #005495;
}

.blog_card_inner {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.blog_card_inner .bloglink {
  width: 100%;
  display: block;
}
.blog_card_inner .bloglink .blog_img img {
  width: 100%;
}
.blog_card_inner .bloglink .blog_content {
  width: 100%;
  display: block;
  padding: 15px;
}
.blog_card_inner .bloglink .blog_content .blog_heading {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_card_inner .bloglink .blog_content .blog_heading h4 {
  font-weight: 500;
}
.blog_card_inner .bloglink .blog_content .blog_heading p {
  margin-bottom: 0px;
  font-weight: normal;
}
.blog_card_inner .bloglink .blog_content .blog_txt p {
  text-align: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog_card_inner .bloglink .blog_content .blog_txt ul {
  padding-left: 50px;
}

.technolgiesList {
  margin-bottom: 40px;
}

.faq_section {
  width: 100%;
  display: block;
  padding: 20px;
}
.faq_section .accordion {
  margin-top: 0px;
}
.faq_section .accordion .card {
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
}
.faq_section .accordion .card .card-head {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}
.faq_section .accordion .card .card-head h4 {
  font-weight: 500;
  color: #005494;
  background: url(../img/arrow-down.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
.faq_section .accordion .card .card-head h4.collapsed {
  background-image: url(../img/arrow-right.png);
}
.faq_section .accordion .card .card-head .card-body {
  padding: 15px;
}

@media (max-width: 767px) {
  .header-top {
    padding: 10px;
    height: auto !important;
  }
  .fixed-top {
    top: 65px;
  }
  .bg_custom img.custom_logo {
    width: 250px !important;
  }
  .our-process .itemsRow, ._countBlock {
    flex-flow: column;
  }
  .our-process .itemsRow {
    flex-flow: row;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .our-process .itemsRow .item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .clientSays #clients-says {
    max-width: 100%;
    margin: 0 auto;
    padding: 0.5em 1em;
  }
  ul.socialIcos {
    justify-content: flex-start;
  }
  img.shkeHnd {
    margin: 0px auto;
    display: block;
  }
  .footr {
    padding: 3em 1em;
  }
  .flex-revirse {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .flex-revirse .terms_condtn {
    flex-direction: column;
  }
  ul.howVWork {
    flex-direction: column;
  }
  ul.howVWork li {
    max-width: 100%;
  }
  section.footr._inno .btn.contact {
    margin-top: 20px;
  }
  .c-desc p {
    text-align: left;
  }
  ul.webDsgn {
    flex-direction: column;
  }
  ul.webDsgn li {
    max-width: 100%;
  }
  h2.theHeading span {
    width: 100%;
    display: block;
    text-align: left;
  }
  .c-desc ul.listeditems li {
    text-align: left;
  }
  section.footr ._inno .bk_image {
    width: 100%;
  }
  section.footr ._b_cnt {
    position: relative !important;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */