@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "nexa_regularregular";
  scroll-behavior: smooth !important;
}
h1,
h2,
h3,
h4 {
  font-family: nexa_boldregular;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #dd3531;
}

::-webkit-selection {
  color: #fff;
  background: #dd3531;
}

::-m-selection {
  color: #fff;
  background: #dd3531;
}

::-moz-selection {
  color: #fff;
  background: #dd3531;
}

::selection {
  color: #fff;
  background: #dd3531;
}

@font-face {
  font-family: "nexa_regularregular";
  src: url("../fonts/fontfabric_-_nexaregular-webfont.woff2") format("woff2"),
    url("../fonts/fontfabric_-_nexaregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nexa_boldregular";
  src: url("../fonts/nexa_free_bold-webfont.woff2") format("woff2"),
    url("../fonts/nexa_free_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nexa_lightregular";
  src: url("../fonts/nexa_free_light-webfont.woff2") format("woff2"),
    url("../fonts/nexa_free_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-case:before {
  content: "\e900";
}

.icon-dart:before {
  content: "\e901";
}

.icon-process:before {
  content: "\e902";
}

.icon-team:before {
  content: "\e903";
}

.icon-web_design:before {
  content: "\e904";
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.cp {
  cursor: pointer;
}

.img-circle {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.31);
}

.emty-h2 {
  display: none;
}

.btn.focus,
.btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.close {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.7;
}

.chatbot-con {
  width: 420px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.6);
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 1000;
}

.chatbot-con textarea {
  width: 360px;
  border: 0;
  height: 45px;
  resize: none;
  padding: 10px;
  border-radius: 4px;
}

.chatbot-con textarea:focus {
  outline: none;
}

.conversation-sec {
  max-height: 380px;
  overflow: auto;
}

.chatbot-con .btn-send {
  border: 0;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  top: -15px;
  color: #666;
  cursor: pointer;
}

.sentinel-row,
.guest-row {
  padding: 10px 15px 10px;
}

.guest-row {
  text-align: right;
}

.guest-row .bot-guesticon {
  float: right;
  margin-left: 10px;
}

.sentinel-row .botusername,
.guest-row .botusername {
  font-weight: 600;
  display: block;
  margin-top: 10px;
  color: #000;
}

.bot-bottom {
  border-top: 1px solid #b4c2c8;
  height: 46px;
  position: relative;
}

bot-bottom::before {
  background-color: rgba(234, 234, 234, 0.45);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 45px;
  cursor: not-allowed;
  z-index: 11;
}

.timeline-centered {
  position: relative;
  margin: 50px auto;
  max-width: 960px;
}

.hero-section {
  width: 100%;
  height: 60vh;

  background-repeat: no-repeat;
  background-position: center -84px;
  text-align: left;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.people-hero-section {
  width: 100%;
  height: 100%;
  /* background-image: url(../images/herobg.png); */
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  background-size: contain;
  overflow: hidden;
}

.hero-container {
  position: relative;
  top: 180px;
  z-index: 999;
  /* max-width: 720px;
	margin: 0 0 0 15%; */
}

.acsalerator-hero {
  top: 120px;
}

.heroheader {
  font-size: 58px;
  color: #e61d22;
  font-weight: 600;
  margin-bottom: 5px;
}

.hero-container .header-md {
  margin-bottom: 10px;
  line-height: 40px;
}

.header-md {
  font-size: 30px;
  color: #393c47;
  font-family: "nexa_regularregular";
}

.hero-section p {
  font-size: 16px;
  /* color:#575c6b; */
  color: #5a5e6c;
  line-height: 28px;
  width: 90%;
}

.heroimage {
  width: 100%;
  height: 60%;
  position: absolute;
  right: 15%;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 99;
}

.people-heroimage {
  width: 100%;
  height: 68%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 99;
}

.people-hero-section::after {
  display: block;
  position: absolute;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, white),
    color-stop(80%, rgba(255, 255, 255, 0.4)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    white 50%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 );
  /* IE6-9 */
  height: 800px;
  width: 100%;
  content: "";
  z-index: 99;
  top: 0;
}

.home-bg {
  background-image: url(../images1/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.analytics {
  background-image: url(../images1/hero-analytics.png);
}

.mobility {
  background-image: url(../images1/hero-mobility.png);
}

.design {
  background-image: url(../images1/hero-design.png);
}

.about {
  background-image: url(../images1/hero-design.png);
}

.products {
  background-image: url(../images1/hero-products.png);
}

.people {
  background-image: url(../images1/people.jpg);
}

.testing {
  background-image: url(../images1/hero-testing.png);
  /* background-size: inherit; */
}

.cloud-services {
  background-image: url(../images1/hero-cloudservices.png);
}

.dynamic-365 {
  background-image: url(../images1/hero-365.png);
}

.rpa-img {
  background-image: url(../images1/hero-rpa.png);
  /* background-size: inherit; */
}

.casestudies {
  background-image: url(../images1/hero-people.png);
}

.custom-delop {
  background-image: url(../images1/hero-custom-devop.png);
  /* background-size: inherit; */
}

.acsalerator {
  background-image: url(../images1/hero-acsalerator.png);
}

.section,
.content-section {
  padding: 110px 0;
  float: left;
  width: 100%;
}

.content-section:nth-child(even) {
  /*background-color: #f4f7f6; */
  background-color: #fafafa;
}

.home-heading-lg {
  color: #da1e28;
  font-size: 92px;
  margin: 0 0 35px 0;
  font-family: "nexa_boldregular";
}
/*Important*/
.home-heading-lg-1 {
  color: Black;
  font-size: 60px;
  width: 50%;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 1.2;
}

.link-website {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.link-website button {
  padding: 14px;
  font-size: 24px;
  background-color: #da1e28; /* Button background color */
  color: #fff; /* Button text color */
  border: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  width: 280px;
  margin-top: 30px;
  margin-left: -4px;
}
.link-website button:hover {
  background-color: rgb(239, 122, 122);
}

@media (max-width: 1200px) {
  .link-website button {
    font-size: 15px; /* Slightly smaller font size for medium screens */
    padding: 14px; /* Adjust padding for medium screens */
    margin-left: 29px;
  }
}

@media (max-width: 992px) {
  .link-website button {
    font-size: 14px; /* Slightly smaller font size for tablets */
    padding: 14px; /* Adjust padding for tablets */
  }
}

@media (max-width: 768px) {
  .link-website button {
    font-size: 13px;
    padding: 14px;
  }
}

@media (max-width: 576px) {
  .link-website button {
    font-size: 12px; /* Even smaller font size for very small screens */
    padding: 14px; /* Adjust padding for very small screens */
    width: 100%; /* Make button full width on very small screens */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
  }
}

.link-website span {
  font-size: 16px;
  margin-left: 10px;
  color: white;
  font-weight: 10;
}
.home-heading-small {
  color: #393c47;
  font-size: 64px;
  margin: 0 0 35px 0;
  font-family: "nexa_boldregular";
}

h2.home-heading-md {
  font-size: 42px;
  color: #393c47;
  font-family: "nexa_regularregular";
  line-height: 31.5;
}

h2.heading-md {
  font-size: 36px;
  color: #393c47;
  line-height: 48px;
  font-family: "nexa_regularregular";
  margin: 0 0 25px 0;
}

h4.heading-sm {
  font-size: 15px;
  color: #393c47;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

a {
  color: #5a5e6c;
}

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

.desc-md {
  font-size: 18px;
  line-height: 30px;
  color: #5a5e6c;
}

.desc-sm {
  font-size: 14px;
  line-height: 22px;
  color: #5a5e6c;
}

.desc-xs {
  font-size: 12px;
  color: #5a5e6c;
}

.lineheading {
  color: #393c47;
  font-size: 24px;
  font-family: "nexa_regularregular";
  margin-top: 0;
  margin-bottom: 25px;
}

.lineheading:after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #e61d24;
  margin-top: 10px;
  display: block;
}

.lineheading.line-none:after {
  display: none;
}

.home-heading-md-2 {
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-family: "nexa_regularregular";
}

.navbar-fixed-top {
  width: 100%;
  padding-top: 40px;
  -webkit-transition: height 0.5s ease-in-out, width 0.5s ease-in-out,
    border-color 0.5s ease-in-out, color 0.5s ease-in-out,
    padding 0.5s ease-in-out, background-color 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, width 0.5s ease-in-out,
    border-color 0.5s ease-in-out, color 0.5s ease-in-out,
    padding 0.5s ease-in-out, background-color 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out, border-color 0.5s ease-in-out,
    color 0.5s ease-in-out, padding 0.5s ease-in-out,
    background-color 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out, border-color 0.5s ease-in-out,
    color 0.5s ease-in-out, padding 0.5s ease-in-out,
    background-color 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
}

.navbar-fixed-top.darkHeader .kaara-logo img {
  width: 100px;
}

.header-section {
  margin: 0 auto;
  position: relative;
  padding: 0 75px;
  -webkit-transition: height 0.5s ease-in-out, width 0.5s ease-in-out,
    border-color 0.5s ease-in-out, color 0.5s ease-in-out,
    padding 0.5s ease-in-out, background-color 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, width 0.5s ease-in-out,
    border-color 0.5s ease-in-out, color 0.5s ease-in-out,
    padding 0.5s ease-in-out, background-color 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out, border-color 0.5s ease-in-out,
    color 0.5s ease-in-out, padding 0.5s ease-in-out,
    background-color 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out, border-color 0.5s ease-in-out,
    color 0.5s ease-in-out, padding 0.5s ease-in-out,
    background-color 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-section .button-website {
  float: right;
}
.link-website {
  margin-top: -20px !important;
}
.navbar-fixed-top.darkHeader {
  padding: 30px;
}

.navbar-fixed-top.darkHeader .header-section {
  padding: 0;
}

.home-page .navbar-fixed-top.darkHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-page .navbar-fixed-top.darkHeader .header-section {
  padding: 0;
}

.stick-logo,
.navbar-fixed-top.darkHeader .logo {
  display: none;
}
.navbar-fixed-top.darkHeader .button-website {
  display: none;
}

.navbar-fixed-top.darkHeader .kaara-logo .stick-logo {
  display: inline-block;
  width: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.home-container-section {
  padding: 0;
  width: 87%;
  margin: 0 auto;
}
.mobility-section {
  background-color: #fafafa;
  margin-bottom: 80px;
  float: left;
}

.mobility-section-w {
  background-color: #fff;
}

.tab-content2 {
  margin-bottom: 80px;
}
ul.tabs {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  /* cursor: pointer; */
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.mobility-section .border-rgt {
  height: 370px;
}
.culture-rgt {
  position: relative;
}

.culture-rgt .desc-md {
  position: relative;
}
.mobility-content-section {
  padding: 18% 13% 0;
  font-size: 30px;
  line-height: 40px;
  /* font-family: 'nexa_boldregular'; */
}

.startups-grid .desc-md {
  /* font-family: 'nexa_boldregular'; */
  font-size: 13px;
  line-height: 24px;
}

.btn-defualt {
  height: 48px;
  padding: 0 25px;
  line-height: 48px;
  border-radius: 0;
  font-family: nexa_boldregular;
  /* text-transform: uppercase; */
  border: 1px solid #e61d24;
  background-color: #e61d24;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px !important;
}

.btn-defualt:hover {
  border: 1px solid #000000;
  color: #fff;
  background-color: #000000;
}

.btn-lrg {
  font-size: 22px;
  line-height: 55px;
  font-family: nexa_regularregular;
  padding: 0 45px;
  height: auto;
  line-height: 62px;
}

.padding-btm-0 {
  padding-bottom: 0;
}

.product-pdlft {
  padding-left: 50px;
}

.product-pdrgt {
  padding-right: 50px;
}

img.product-cypher,
img.product-cypher,
img.product-vgrow,
img.product-step,
img.product-municipality,
img.product-panchayat,
img.product-zaxme,
img.product-bragit {
  margin: 0 auto;
}

img.product-cypher {
  margin-top: 60px;
}

img.product-step {
  height: 350px;
}

img.product-municipality {
  margin-top: 180px;
}

img.product-panchayat {
  margin-top: 80px;
}

img.product-zaxme {
  margin-top: 140px;
}

img.product-bragit {
  margin-top: 120px;
}

.margin-top-30 {
  margin-top: 30px;
}

.line-center:after {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
}

.topmargin50 {
  margin-top: 50px;
}

.shadowbg {
  background: url(../images1/shadow.png) no-repeat bottom center;
  height: 420px;
}

.shadowbg img {
  max-width: 100%;
}

.image_floating {
  -webkit-animation: 2s infinite alternate floating;
  animation: 2s infinite alternate floating;
}

.headericon {
  margin-bottom: 20px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.article-content {
  background-color: #fff;
  padding: 30px;
  min-height: 344px;
}

.why-section {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 50px;
}

.why-section .desc-md,
.why-section .heading-md,
.why-section .lineheading {
  color: #fff;
}

.why-section .lineheading:after {
  background-color: #fff;
}

.home-heading-lg-2 {
  color: #da1e28;
  font-size: 50px;
  margin: 0 0 35px 0;
  font-family: "nexa_boldregular";
}
.home-heading-md-1 {
  font-weight: lighter;
  font-size: 25px;
}

.contact-section {
  padding-bottom: 0 !important;
  position: relative;
  margin-bottom: -200px;
  background-color: #7a7a7a;
}

.contact-section .form-control {
  border-radius: 0;
  height: 56px;
  padding: 0 20px;
  border-color: #676464 !important;
  width: 50%;
  /*  border-bottom: none;
  border-left: none; */
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f3f1f1;
}

.contact-section .form-control:first-child {
  border-left: 1px solid #dfdfdf;
}

.contact-section textarea.form-control {
  height: 134px;
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 25px;
  resize: none;
}
.contact-section .form-control::placeholder {
  color: rgb(71, 70, 70);
  font-weight: bold;
}

.contact-section .socail-icons a i,
.footer-address-section .socail-icons a i {
  color: #5a5e6c;
}

.contact-section .socail-icons a:hover i,
.footer-address-section .socail-icons a:hover i {
  color: #e61d22;
}
.copyrights {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-whatsnew {
  background-color: #fafafa;
}

.home-whatsnew .why-section {
  padding-left: 45px;
  padding-right: 85px;
}

.home-whatsnew .article-content {
  min-height: 205px;
}

small.date {
  display: block;
  color: #e61d22;
}

.lSSlideOuter .lSPager.lSpg {
  display: none;
}

.typed-cursor {
  font-size: 94px;
  color: #1c1d1d;
  display: inline-block;
}

.tag-line {
  background-color: #1c1d1d;
  font-size: 20px;
  font-family: nexa_lightregular;
  color: #fff;
  height: 28px;
  padding: 0 15px;
  line-height: 28px;
  display: inline-block;
}

.home-heading-sm {
  font-size: 36px;
  font-family: "nexa_regularregular";
  line-height: 57px;
  margin-top: 45px;
  max-width: 890px;
}

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

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-80 {
  margin-top: 80px;
}

.marging-top-100 {
  margin-top: 100px;
}

.home-hero-container {
  position: relative;
  top: 290px;
  z-index: 999;
  padding: 0 375px;
}

@-webkit-keyframes design {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes design {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sales {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sales {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes analyt {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes analyt {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mapps {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mapps {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.home-design,
.home-sales,
.home-analytics,
.home-mapps {
  display: none;
}

#typed > .home-design {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-sales {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-analytics {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-mapps {
  display: inline-block;
  margin-bottom: 0;
}

.home-design:before,
.home-sales:before,
.home-analytics:before,
.home-mapps:before {
  background-repeat: no-repeat;
}

.home-design:before,
.home-sales:before,
.home-analytics:before,
.home-mapps:before {
  width: 100%;
  top: -230px;
  height: 180px;
  background-size: auto 100%;
  background-position: center bottom;
  left: 0;
}

#typed > .home-design:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#typed > .home-design {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-sales:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#typed > .home-sales {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-analytics {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-mapps {
  display: inline-block;
  margin-bottom: 0;
}

#typed > .home-analytics:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#typed > .home-mapps:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.home-analytics:before {
  background-size: 100% auto;
  width: 282px;
  top: -110px;
}
.home-design:before,
.home-sales:before,
.home-analytics:before,
.home-mapps:before {
  width: 100%;
  top: -230px;
  height: 180px;
  background-size: auto 100%;
  background-position: center bottom;
  left: 0;
}

.home-design:before {
  content: " ";
  background-image: url(../images1/design.png);
  height: 400px;
  width: 442px;
  position: absolute;
  left: 135px;
  top: -180px;
  -webkit-animation: design 7s ease;
  animation: design 7s ease;
}

.home-mapps:before {
  content: " ";
  background-image: url(../images1/mobile_apps.png);
  height: 240px;
  width: 175px;
  position: absolute;
  left: 144px;
  top: -35px;
  -webkit-animation: mapps 5s ease;
  animation: mapps 5s ease;
}
.home-analytics:before {
  content: " ";
  background-image: url(../images1/home-analytics.png);
  height: 286px;
  width: 382px;
  position: absolute;
  left: 0px;
  top: -130px;
  -webkit-animation: analyt 7s ease;
  animation: analyt 7s ease;
}
.home-sales:before {
  content: " ";
  background-image: url(../images1/sales.png);
  height: 296px;
  width: 390px;
  position: absolute;
  left: 0;
  top: -160px;
  -webkit-animation: sales 9s ease;
  animation: sales 9s ease;
}
.btn-default,
.carousel-control.left,
.carousel-control.right,
.btn-primary {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fp-tableCell {
  height: auto !important;
}

.address-p {
  max-width: 315px;
}

.red-color {
  color: #e61d22 !important;
}

.white-color {
  color: #fff;
}

.we-bestow {
  background-image: url(../images1/people.jpg);
  background-repeat: repeat;
  position: relative;
}

.tabs-style-iconbox {
  margin-top: 35px;
}
.tabs-container h1:after {
  content: " ";
  display: none;
  border: 1px solid #000000;
  width: 72px;
  margin: 20px auto 30px;
}

.tabs-container h3.lineheading {
  margin-top: 25px;
}

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background: #fafafa;
  min-height: 200px;
  text-decoration: none;
}

.tabs-style-iconbox nav ul li a span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 18px;
  font-family: "nexa_regularregular";
  text-align: left;
}

.tabs-style-iconbox nav ul li.tab-current a .desc-md {
  color: #fff;
}

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 100;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.34);
}

.tabs-style-iconbox nav ul li.tab-current a {
  background: #e61d22;
  /* box-shadow: -1px 0 0 #EE0F0F; */
  color: #fff;
  text-decoration: none;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #e61d22;
  content: "";
  pointer-events: none;
}

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0 30px;
  font-size: 58px;
  text-align: left;
}

.lineheading.no-line:after {
  display: none;
}

.img-set {
  background-color: #fff;
  padding: 15px;
}

.osc-approach-section .time-line {
  display: none;
}

.contact-page .section {
  padding-top: 290px;
}
.home-page .menu-bar {
  position: fixed;
  top: 45px;
  right: 70px;
}

.description {
  padding: 30px 15%;
}

.carousel-indicators li {
  border-color: #393c47;
}

.carousel-indicators li.active {
  background-color: #e61d22;
  border: none;
}

.description::before {
  content: "“";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 176px;
  font-family: sans-serif;
  font-weight: bold;
}
.description::after {
  content: "”";
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 0px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 176px;
  font-family: sans-serif;
  font-weight: bold;
}

.description p {
  min-height: 150px;
  text-align: center;
}

.carousel-indicators {
  bottom: -25px;
}

.home-footer {
  padding: 50px 0 0;
}

.home-footer footer {
  border: none;
  /* margin-top: 10vh; */
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .hero-container {
    top: 95px;
  }
  .heroheader {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .hero-section {
    overflow: inherit;
  }
  .hero-section p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-container .hero-header-md {
    font-size: 24px;
    margin-bottom: 15px;
  }
  h2.heading-md {
    font-size: 30px;
    line-height: 34px;
  }
  h4.heading-sm {
    font-size: 14px;
    line-height: 22px;
  }
  .desc-md {
    font-size: 14px;
    line-height: 22px;
  }
  .casestudies-col .desc-md {
    font-size: 18px;
    line-height: 30px;
  }
  .desc-sm {
    font-size: 14px;
    line-height: 22px;
  }
  .lineheading {
    font-size: 20px;
  }
  .article-content {
    min-height: 520px;
  }
  .navbar-fixed-top.darkHeader {
    padding: 15px;
  }
  .article-content {
    padding: 20px;
    min-height: 335px;
  }
  .home-whatsnew .article-content {
    min-height: 246px;
  }
  .carousel-control-section {
    padding-right: 55px !important;
  }
  .btn-defualt {
    font-size: 14px;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
  }
  .navbar-fixed-top {
    padding-top: 20px;
  }
  img.product-cypher {
    margin-top: 26px;
  }
  img.product-municipality {
    margin-top: 20px;
  }
  img.product-panchayat {
    margin-top: 0px;
  }
  img.product-zaxme {
    margin-top: 10px;
  }
  img.product-bragit {
    margin-top: 0;
  }
  .home-heading-lg {
    font-size: 62px;
  }
  h2.home-heading-md {
    font-size: 28px;
  }

  #timeline {
    margin: 125px 0 0 0;
    width: 61.5%;
  }
  .home-whatsnew .why-section {
    padding-right: 0;
  }
  .home-heading-md-2 {
    font-size: 50px;
  }

  .home-hero-container {
    padding: 0 349px;
  }
  .typed-cursor {
    font-size: 62px;
  }
  .home-heading-sm {
    font-size: 26px;
    margin-top: 15px;
    line-height: 42px;
    max-width: 545px;
  }
  .tabs-style-iconbox nav ul li a span {
    font-size: 14px;
    line-height: 22px;
  }
  .tabs-style-iconbox nav ul li a {
    min-height: 175px;
  }
  .header-section {
    padding: 0 40px;
  }
  .home-whatsnew .why-section {
    padding-right: 50px;
    padding-left: 15px;
  }
  .home-page .navbar-fixed-top.darkHeader .header-section {
    padding: 0 60px;
  }
  .home-page .menu-bar,
  .home-page .times-close {
    top: 20px;
    right: 2.8%;
  }
  .home-footer footer {
    margin-top: 8vh;
  }
}

@media screen and (max-width: 1366px) {
  .kaara-logo img {
    width: 95px;
  }
  .home-heading-lg {
    font-size: 52px;
    margin: 0 0 15px 0;
  }
  h2.home-heading-md {
    font-size: 20px;
    margin: 0 0 25px 0;
  }
  .section,
  .content-section {
    padding: 60px 0;
  }
  .navbar-fixed-top.darkHeader .stick-logo {
    margin-top: 0;
    margin-left: 0;
  }
  footer {
    padding-top: 60px;
  }
  #timeline {
    margin-top: 60px;
  }

  .home-hero-container {
    top: 220px;
  }
  .home-heading-sm.margin-top-80 {
    margin-top: 40px;
  }
  .home-whatsnew .article-content {
    min-height: 255px;
  }
  .home-heading-md-2 {
    font-size: 45px;
    line-height: 62px;
  }
  .carousel-control,
  .carousel-control.left,
  .carousel-control.right {
    margin-top: 10px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 10px;
  }
  .carousel-control.left i,
  .carousel-control.right i {
    font-size: 14px;
  }
  .copyrights {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .article-content {
    min-height: 358px;
  }
  .home-footer footer {
    margin-top: 0;
  }
  .contact-page .section {
    padding-top: 200px;
  }
  .home-container-section {
    /* padding: 0 66px; */
    width: 90%;
  }
  .home-whatsnew .why-section {
    padding-left: 50px;
  }
  .home-page .navbar-fixed-top.darkHeader {
    padding: 10px 0px;
  }
  .home-page .navbar-fixed-top.darkHeader .header-section {
    padding: 0 68px;
  }
  .header-section {
    padding: 0 40px;
  }
  .navbar-fixed-top.darkHeader .kaara-logo .stick-logo {
    width: 36px;
    height: 36px;
  }
  .home-page .menu-bar {
    right: 3% !important;
  }
  .navbar-fixed-top.darkHeader {
    padding: 15px;
  }
  .carousel-control-section {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 1024px) {
  .padding-btm-0 {
    padding-bottom: 0;
  }
  .why-section,
  .about-section-box {
    width: 100%;
  }
  .about-section-box h3.margin-top-minus {
    margin-top: 30px;
  }

  .why-section {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }
  .why-section .lineheading::after {
    margin: 10px auto;
  }
  .article-content {
    min-height: 370px;
  }
  .content-section.about-section {
    padding-top: 0px;
  }

  .home-page .navbar-fixed-top.darkHeader .header-section {
    padding: 0 50px;
  }

  .home-whatsnew .about-section-box {
    padding-top: 50px;
  }
  #timeline {
    width: 100%;
  }
  .section.home-bg {
    min-height: 100vh;
  }
  .carousel-control-section {
    padding-right: 20px !important;
  }
  .carousel-control.right {
    margin-right: 0px;
  }
  .header-section {
    padding: 0 30px;
  }
  .home-page .menu-bar {
    right: 3.9%;
  }
  img.product-municipality {
    margin-top: 80px;
  }
  img.product-zaxme {
    margin-top: 50px;
  }
  .home-footer footer {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-section-box .col-md-4 {
    padding: 0 10px !important;
  }
  .home-whatsnew .about-section-box {
    padding: 20px 10px 0 10px;
  }
  .why-section {
    padding-right: 80px !important;
    padding-left: 80px !important;
    text-align: center;
  }
  .about-section-box h3.margin-top-minus {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .article-content {
    min-height: 390px !important;
  }
  /* .home-whatsnew .article-content {
	min-height: auto !important;
} */
  .hero-container {
    top: 250px;
  }
  .casestudies-col {
    min-height: 240px !important;
  }
  .home-hero-container {
    top: 350px !important;
  }
  footer {
    text-align: left !important;
  }
  .tabs-style-iconbox nav ul li a {
    min-height: 110px;
  }
  .footer-bottom {
    text-align: left !important;
  }
  .footer-bottom .text-right {
    text-align: right !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .article-content {
    min-height: 290px;
  }
  .home-hero-container {
    top: 260px;
  }
  .casestudies-col {
    min-height: 260px;
  }
  .home-footer footer {
    margin-top: 9vh;
  }
}

@media screen and (max-width: 768px) {
  .heroheader {
    font-size: 46px;
    margin-top: 0;
  }
  .header-md {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section p {
    font-size: 12px;
    line-height: 20px;
  }
  .content-section {
    padding: 65px 0;
  }
  .hero-section p {
    font-size: 14px;
    line-height: 22px;
  }
  .mobility-section .border-rgt {
    border: none;
  }
  .mobile-paddingtop-30 {
    padding-top: 30px;
  }
  .mobility-section {
    margin: 0;
    margin-bottom: 80px;
  }
  .mobile-pl-15 {
    padding-left: 15px;
  }
  .navbar-fixed-top {
    padding-top: 15px;
  }
  .padding-btm-0 {
    padding-bottom: 0;
  }
  .product-pdrgt.pull-right,
  .product-pdlft.pull-right {
    float: none !important;
  }
  img.product-cypher,
  img.product-cypher,
  img.product-vgrow,
  img.product-step {
    margin-bottom: 50px;
  }
  img.product-municipality,
  img.product-panchayat,
  img.product-zaxme,
  img.product-bragit {
    margin-top: 50px;
  }
  .product-pdlft {
    padding-left: 15px;
  }
  .product-pdrgt {
    padding-right: 15px;
  }
  img.product-step {
    height: auto;
  }
  .lineheading {
    font-size: 20px;
  }
  .shadowbg {
    margin-bottom: 40px;
  }
  .casestudies-col {
    min-height: auto;
  }
  .about-section-box {
    padding: 0;
    float: left;
  }
  .about-section-box .col-md-4 {
    padding: 0;
  }
  .about-section-box .img-responsive {
    width: 100%;
  }
  .article-content {
    min-height: auto;
  }
  h2.heading-md {
    font-size: 24px;
    line-height: 34px;
  }
  h4.heading-sm {
    font-size: 14px;
    line-height: 26px;
  }
  .desc-md {
    font-size: 14px;
    line-height: 22px;
  }
  .desc-sm {
    font-size: 14px;
    line-height: 22px;
  }
  .lineheading {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
  }
  .about-section-box h3.margin-top-minus {
    margin-left: 15px;
  }
  .btn-defualt {
    font-size: 14px;
    height: 54px;
    padding: 0 30px;
    line-height: 54px;
  }
  .why-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .kaara-logo img {
    width: 100px;
  }
  .contact-section .form-control {
    width: 100%;
    border-left: 1px solid #dfdfdf;
  }
  .home-container-section {
    padding: 0 15px;
    width: 100%;
  }
  .carousel-control-section {
    text-align: center;
  }
  h2.home-heading-md.mailus {
    margin-top: 50px;
  }
  .home-heading-md-2 {
    font-size: 38px;
    line-height: 42px;
  }
  .home-whatsnew .why-section {
    padding-left: 15px;
  }
  .contact-section .socail-icons {
    text-align: left;
    margin-bottom: 10px;
  }
  .contact-section .copyrights .text-right {
    text-align: center;
  }
  .home-hero-container {
    top: 340px;
    width: auto;
  }

  .home-heading-lg,
  .typed-cursor {
    font-size: 54px;
  }
  .home-heading-sm {
    font-size: 20px;
    line-height: 32px;
  }
  .tag-line {
    font-size: 14px;
  }
  h2.home-heading-md {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h2.home-heading-md.mailus {
    font-size: 36px;
  }
  .carousel-control-section {
    padding: 0 !important;
  }
  .home-heading-sm.margin-top-80 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .carousel-control,
  .carousel-control.left,
  .carousel-control.right {
    height: 52px;
    width: 52px;
    line-height: 52px;
    margin-top: 40px;
    margin-right: 10px;
  }
  .mobile-none {
    display: none;
  }
  footer {
    text-align: center;
  }
  .footer-address-section .socail-icons {
    text-align: center;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .text-right {
    text-align: center;
  }
  .mobile-marigin-bottom-15 {
    margin-bottom: 15px;
  }
  footer .col-md-3,
  footer .col-lg-4,
  footer .col-md-6 {
    padding: 0 15px;
  }
  .contact-page .section {
    padding-top: 130px;
  }
  .tabs nav a.icon span {
    display: none;
  }
  .header-section {
    padding: 0 15px;
  }
  .home-page .navbar-fixed-top.darkHeader .header-section {
    padding: 0 15px;
  }
  .home-hero-container {
    padding: 0 349px;
  }
  .type-wrap {
    text-align: center;
  }
  .home-heading-sm {
    text-align: center;
    max-width: 400px;
    margin: 30px auto 0 auto;
  }
  .navbar-fixed-top.darkHeader {
    padding: 5px;
  }
  .address-p {
    margin: 0 auto;
  }
  .navbar-fixed-top.darkHeader .kaara-logo .stick-logo {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-style-iconbox nav ul li a {
    min-height: 70px;
    padding: 1em 0;
  }
  .tabs-style-iconbox .icon::before {
    display: block;
    margin: 0 auto;
    font-size: 32px;
    text-align: inherit;
  }
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav ul li {
    margin: 0;
  }
  .img-set {
    margin-top: 15px;
  }
  .copyrights {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 425px) {
  .shadowbg {
    background: url(../images1/shadow.png) no-repeat bottom center/100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .casestudies-col {
    min-height: auto;
  }
  .shadowbg {
    background: url(../images1/shadow.png) no-repeat bottom center/100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .home-heading-lg,
  .typed-cursor {
    font-size: 32px;
  }
  .description::before {
    top: -20px;
    left: 0px;
    font-size: 100px;
  }
  .description::after {
    top: 200px;
    right: 0px;
    font-size: 100px;
  }
}

@media screen and (max-width: 320px) {
  .hero-container {
    top: 90px;
  }
}

.section.first-slide {
  position: relative;
}

.first-slide::after {
  display: block;
  position: absolute;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, #ffffff)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #ffffff 50%
  );
  height: 300px;
  width: 100%;
  content: "";
  z-index: 1;
  bottom: 0;
}

.first-slide.active .scroll-downs {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: auto;
  width: 36px;
  height: 48px;
  z-index: 2;
}

.first-slide.active .mousey {
  width: 2px;
  padding: 11px 10px;
  height: 15px;
  border: 2px solid #1c1d1d;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.first-slide.active .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #e61d24;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

.article-popup .modal-dialog {
  width: 62vw;
  height: 90vh;
  margin-top: 60px;
}

.article-full-detl {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: calc(100vh - 150px); */
}

.article-popup .modal-content {
  border-radius: 0;
  border: 0px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.article-popup .modal-header .close {
  margin-top: -50px;
  margin-right: -30px;
  color: #fff;
  text-shadow: 0 0px 0 #fff;
  filter: alpha(opacity=1);
  font-size: 48px;
  opacity: 1;
  font-family: "nexa_lightregular";
}

.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.article-popup .carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  margin: 0 auto;
}

.article-popup .carousel-control,
.article-popup .carousel-control.left,
.article-popup .carousel-control.right {
  color: #ffffff;
  background-color: #fff0;
  line-height: inherit;
  display: inline-block;
  position: absolute;
  height: inherit;
  width: 15%;
  margin: 0;
}

.article-popup .carousel-inner {
  background-color: #555555;
}

.article-popup .modal-header {
  border-bottom: 0;
  padding: 0;
}

.article-title {
  padding: 15px 0;
}

.article-title h4 {
  font-size: 36px;
  line-height: 48px;
  font-family: "nexa_regularregular";
  margin: 0;
}

.article-title h4 small {
  font-size: 14px;
  margin-top: 8px;
  font-family: "nexa_lightregular";
  color: #dd3531;
}

.article-cont h5 {
  font-family: "nexa_regularregular";
  font-size: 22px;
  line-height: 28px;
  margin-top: 25px;
}

.article-cont p {
  font-family: "nexa_regularregular";
  font-size: 16px;
  line-height: 28px;
}

.we-bestow h2.heading-md {
  font-size: 120px;
  color: #fff;
  line-height: normal;
  font-family: "nexa_regularregular";
  margin: 0 0 0 0;
  opacity: 0.3;
}

.marging-top-100 {
  margin-top: 100px;
}

.team-profiles h1 {
  font-size: 64px;
  margin-bottom: 25px;
}

.team-profiles h5 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 30px;
}

.team-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 30px 15px;
  margin: 0;
}

.team-card h3 {
  font-size: 16px;
  color: #dd3531;
}

.team-card h3 small {
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
  color: #5a5e6c;
  font-family: nexa_regularregular;
}

.team-card p {
  /* max-width: 80%; */
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #5a5e6c;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.pricacy-policy-cont {
  position: relative;
  margin: 150px 0 0;
}

.pricacy-policy-cont h2.heading-md {
  color: #e61d22;
}

.pricacy-policy-cont h1 {
  font-size: 24px;
  margin: 15px 0;
  color: #393c47;
}

.pricacy-policy-cont p {
  /* font-size: 16px;
	line-height: 24px;
	color: #5a5e6c; */
}

.pricacy-policy-cont p:last-of-type {
  margin-bottom: 60px;
}

.pricacy-policy-cont ul {
  font-size: 16px;
  line-height: 24px;
  color: #5a5e6c;
  /* list-style-type: none; */
}

.usp-listing {
  padding: 0;
  margin: 20px 0;
}

.usp-listing li {
  width: calc(100% * 1 / 3);
  /* background: #fff; */
  padding: 50px 0 !important;
  float: left;
  /* line-height: 38px; */
  list-style: none;
  text-align: center;
  margin: 0px !important;
  /* box-shadow: 0 0px 3px #ddd; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #dbdbdb;
  border-right: 0px;
  border-top: 0;
  min-height: 258px;
}

.usp-listing li:nth-child(1),
.usp-listing li:nth-child(2),
.usp-listing li:nth-child(3) {
  border-top: 1px solid #dbdbdb;
}

.usp-listing li:nth-child(3),
.usp-listing li:nth-child(6) {
  border-right: 1px solid #dbdbdb;
}

.usp-listing li img {
  margin: 0 auto 25px;
  display: block;
  width: 72px;
  height: 72px;
}

.usp-listing .desc-md {
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #dates {
    padding: 0;
    padding-top: 15px;
  }
}

.how-box {
  width: calc(100% * 0.96 / 4);
  float: left;
  background-color: #fff;
  position: relative;
  margin-right: 15px;
  min-height: 260px;
  border: 1px solid #dbdbdb;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); */
}

.how-box2 {
  width: calc(100% * 0.9 / 6);
}

.testingarea {
  width: 50px;
  position: absolute;
  height: 24px;
  overflow: hidden;
  right: -18px;
  top: 26px;
  border: 0;
  z-index: 2;
}

.testingarea:before {
  content: "";
  width: 50px;
  position: absolute;
  height: 50px;
  -webkit-transform: rotate(45deg);
  border: 1px solid #dbdbdb;
  top: -13px;
  /* border: 2px solid; */
  z-index: 10;
  background: white;
  left: -15px;
}

.testingarea2 {
  width: 45px;
  position: absolute;
  height: 24px;
  overflow: hidden;
  left: -1px;
  top: 26px;
  border: 0;
  z-index: 1;
}

.testingarea2:before {
  content: "";
  width: 50px;
  position: absolute;
  height: 50px;
  -webkit-transform: rotate(45deg);
  border: 1px solid #dbdbdb;
  top: -13px;
  /* border: 2px solid; */
  z-index: 10;
  background: #fff;
  right: 43px;
}

.box1 {
  float: left;
  padding-left: 20px;
}

.box2 {
  float: left;
  padding-left: 20px;
}

.box4 {
  float: left;
  padding-left: 20px;
  margin-right: 0;
}

.mail-img {
  margin-top: 20px;
}

.box1-inner {
  margin-right: 20px;
}

.box2-inner {
  margin-right: 20px;
}

.box3-inner {
  margin-right: 20px;
}

.box4-inner {
  margin-right: 20px;
}

.blue-boxes2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blue-boxes h2 {
  color: #e61d22;
  font-size: 16px;
  line-height: 20px;
  /* padding-top: 6px; */
  margin-top: 15px;
}

.blue-boxes h2 a {
  color: #e61d22;
  text-decoration: none;
}

.blue-boxes p {
  color: #5a5e6c;
  font-size: 14px;
}

.case-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
  margin-bottom: 20px;
  padding: 15px 15px;
}

.case-card p {
  margin: 15px auto;
  font-size: 14px;
  line-height: 22px;
  color: #5a5e6c;
}

#timeline {
  width: 50%;
  height: 220px;
  overflow: hidden;
  margin: 170px 0 0 130px;
  position: relative;
  /* background: url('../images/dot.gif') left 45px repeat-x; */
}

.tt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  height: 70px;
  display: none;
  z-index: 1685;
}

.tt.left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    white 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.tt.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(70%, rgba(255, 255, 255, 0.6)),
    to(white)
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6) 70%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

#timeline::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  border-top: 1px dashed #b5b1b1;
}

#dates {
  width: 800px;
  height: 75px;
  /* overflow: hidden; */
  margin-bottom: 0;
  top: -15px;
  position: relative;
  overflow: visible;
  padding-top: 15px;
  margin-left: 50%;
  padding-left: 0;
}

#dates li {
  list-style: none;
  float: left;
  width: 150px;
  height: 55px;
  font-size: 20px;
  text-align: left;
}

#dates li a:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border: 1px solid #6f7375;
  margin: 0px 0 10px 0;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

#dates li a.selected:after {
  border: 1px solid #e61d22;
  background-color: #e61d22;
}

#dates a {
  line-height: 20px;
  /* color: #cdcdcd; */
  font-family: nexa_lightregular;
}

#dates li span {
  font-size: 20px;
  display: block;
  color: #2f2f2f;
}

#dates .selected {
  font-size: 28px;
  font-family: nexa_regularregular;
}
.links {
  /*left: 50%;*/
  /*margin-left: -50px;*/
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 100%;
  text-align: center;
  display: block;
}

.links a {
  /* border: 1px solid #fff; */
  color: #f1f1f1;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px 15px;
  display: inline-block;
}

.portfolio-cat-title {
  color: #f0f8ff;
  font-size: 16px;
  margin-top: 16px;
  text-transform: capitalize;
}

.links a:hover {
  /* background-color: #fff; */
  border: 1px solid transparent;
  color: #ffffff;
}

.links a:focus {
  border: 0;
  outline: 0;
}

.services-off {
  width: 100%;
  position: relative;
}

.services-off.rpa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-off-line {
  width: 100%;
  background-color: #dbdbdb;
  height: 1px;
}

.services-off-item {
  border: 1px solid #dbdbdb;
  height: 200px;
  float: left;
  width: calc(100% * 1 / 5);
  text-align: center;
  border-right: 0;
  border-top: 0;
}

.services-off-item2 {
  width: calc(100% * 1 / 6) !important;
}

.services-off-item2:nth-child(6),
.services-off-item:nth-child(5),
.services-off-item:nth-child(10),
.services-off-item:nth-child(12) {
  border-right: 1px solid #dbdbdb;
}

.services-off-item figure {
  margin: 0 auto;
}

.services-off-item figure img {
  margin: 35px auto 30px;
  width: 72px;
  height: 72px;
  display: block;
}

.services-off-item figure figcaption {
  font-size: 15px;
  line-height: 22px;
}

.tab-content2 .col-md-4 h2 {
  color: #e61d22;
  padding: 15px;
  margin-bottom: 0;
}

.hero-container2 {
  max-width: 720px;
  z-index: 999;
  margin: 0 auto;
}

.hero-container2 p {
  font-size: 16px;
  color: #5a5e6c;
  line-height: 28px;
}

.developed-application .col-md-4,
.developed-application .col-sm-6 {
  margin: 25px 0 0 0;
}

.developed-application .col-md-4 h4,
.developed-application .col-sm-6 h4,
.developed-application .col-sm-8 h4 {
  text-transform: capitalize;
  margin-top: 15px;
  color: #e61d22;
  margin-bottom: 5px;
}

.f_validator {
  position: absolute;
  right: 0px;
  top: 37px;
  font-size: 12px;
  color: #df1013;
  /* display: none; */
  width: 100px;
}

/*----------------------------------------
# Team section  CSS
----------------------------------------*/
.view-p {
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-section {
    height: 100%;
  }
  .hero-container {
    margin: 0 0 0 0;
    text-align: center;
  }
  .acsal-logo {
    width: 35%;
    margin-bottom: -15px;
  }
  .heroimage {
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: bottom center;
  }
  .heroheader {
    font-size: 34px;
    margin-top: 0;
  }
  .hero-section p {
    width: 100%;
  }
  .img-set h4 {
    text-align: center;
  }
  .hero-container .header-md {
    line-height: 24px;
  }

  .how-box {
    width: calc(100% * 1 / 1);
    margin-bottom: 15px;
  }
  .testingarea {
    right: inherit;
    top: inherit;
    bottom: -24px;
  }
  .testingarea:before {
    top: -48px;
    z-index: 24;
    left: -4px;
  }
  .testingarea2 {
    left: 24px;
    top: -1px;
    z-index: 1;
  }
  .testingarea2:before {
    top: -48px;
    right: 0;
    left: -9px;
  }

  #timeline {
    width: 100%;
    margin: 50px 0 0 0;
    height: 260px;
  }
  #dates {
    margin-left: 10%;
  }
  .home-whatsnew .why-section {
    padding-right: 0;
  }

  .f_validator {
    top: 75px;
  }
  .img-c {
    text-align: center;
  }

  .people-heroimage {
    background-position: bottom center;
    background-size: cover;
  }

  button.boticon {
    display: none !important;
  }
  button.botclose {
    display: none !important;
  }
  .chatbot-con {
    display: none !important;
  }
  .services-off.rpa {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  button.boticon {
    display: none !important;
  }
  button.botclose {
    display: none !important;
  }
  .chatbot-con {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .casestudies-col span.desc-md {
    font-size: 15px;
    line-height: 24px;
  }
  .hero-section {
    height: 100%;
    background-position: center bottom;
  }
  .hero-container {
    top: 250px;
    text-align: center;
  }
  .heroimage {
    width: 100%;
    right: 0;
    height: 38%;
    background-position: bottom center;
  }
  .people-heroimage {
    background-position: inherit;
    background-size: inherit;
  }
  .mobility-section .border-rgt {
    height: 240px;
  }
  .developed-application .col-md-4,
  .developed-application .col-sm-6 {
    min-height: 240px;
  }
  .mobility-content-section {
    padding: 8% 13% 0;
  }

  .how-box {
    width: calc(100% * 0.93 / 4);
    min-height: 350px;
  }
  .services-off-item {
    width: calc(100% * 1 / 3);
  }
  .services-off-item:nth-child(5),
  .services-off-item:nth-child(10) {
    border-right: 0px solid #dbdbdb;
  }
  .services-off-item:nth-child(3),
  .services-off-item:nth-child(6),
  .services-off-item:nth-child(9) {
    border-right: 1px solid #dbdbdb;
  }
  .img-c {
    text-align: center;
  }

  .people-heroimage {
    background-position: bottom center;
    background-size: cover;
  }
  #timeline {
    width: 100%;
    margin: 170px 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-container {
    top: 170px;
    text-align: left;
  }
  .heroimage {
    width: 100%;
    right: 10%;
    height: 45%;
    background-position: bottom right;
  }
  .people-heroimage {
    background-position: bottom center;
    background-size: cover;
  }
  .mobility-section .border-rgt {
    height: 370px;
  }
  .mobility-content-section {
    padding: 22% 13% 0;
  }
  .how-box {
    width: calc(100% * 0.95 / 4);
    min-height: 350px;
  }
  .img-c {
    text-align: left;
  }
  .culture-rgt .desc-md {
    font-size: 16px;
    line-height: 27px;
  }
  .values-grid .col-xs-6 {
    height: 175px;
    padding: 15px 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #timeline {
    margin: 50px 0 0 70px;
  }
  .heroimage {
    right: 10%;
  }
  .hero-section {
    height: 70vh;
  }

  .culture-rgt .desc-md {
    font-size: 16px;
    line-height: 27px;
  }
  .values-grid .col-xs-6 {
    height: inherit;
    padding: 15px 8px;
  }
}

@media (min-width: 1367px) and (max-width: 1600px) {
  #timeline {
    margin: 30px 0 0 50px;
  }

  .heroimage {
    right: 10%;
  }

  .culture-rgt .desc-md {
    font-size: 16px;
    line-height: 27px;
  }
  .values-grid .col-xs-6 {
    height: inherit;
    padding: 15px 8px;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  #timeline {
    margin: 50px 0 0 50px;
  }
}

.logo-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.logo-display > div {
  -webkit-box-shadow: 0px 10px 33px 0px #7a7a7a;
  box-shadow: 0px 10px 33px 0px #7a7a7a;
}

.boxs-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxs-set > div {
  border: 1px solid #ddd;
  background-color: #fff;
  width: calc(33% - 30px);
}

.boxs-set > div .casestudies-col {
  background-color: transparent !important;
  border: 0px;
}

b,
strong {
  font-family: nexa_boldregular;
}

.dynamic-365-services h4 {
  text-transform: capitalize;
  margin-top: 15px;
  color: #e61d22;
  margin-bottom: 5px;
}
.contact-section {
  height: auto !important;
  margin-top: 200px !important;
  padding-bottom: 40px !important;
  background-color: #f3f1f1;
}
.contact-section img {
  border-radius: 50%;
}
