:root {
  --animation-delay: 75ms;
}
.box_icon {
  font-size: 46px;
  color: #191ee6;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-1 {
  padding-top: 2px;
}
.pt-30 {
  padding-top: 50px;
}
.home_box {
  position: relative;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  display: block;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 30px;
  border: none !important;
  cursor: pointer;
}
.home_box:hover {
  background-color: #f9f9f9;
  color: #fff;
}
.dark-bg {
  background-color: #000000;
}
.dark-bg::before {
  content: '';
  position: absolute;
  z-index: 0;
  /* background-image: url(../img/shape/shape-1.png); */
  background-position: center center;
  bottom: 0;
  width: 100%;
  height: 60%;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* .milesbox
{
	background-color: #fff;
	width: 80px;
	height: 80px;
  border-radius: 50px;

}
.milesbox img
{
	 width: 50px;
} */
.cus-card {
  height: 219px;
  width: 340px;
}
.cus-card:hover div {
  color: #fff;
}
.services_label {
  font-weight: 600;
  color: #000;
  line-height: 25px;
  font-size: 18px;
}
.small_heading {
  font-size: 18px;
  font-weight: 600;
  color: #232350;
}
.list-bullets {
  list-style: none;
}

.list-bullets li {
  display: flex;
  align-items: center;
}

.list-bullets li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #191ee6;
  border: 2px solid #020202;
  display: block;
  margin-right: 1rem;
}

/* Unordered list with custom numbers style */
ol.custom-numbers {
  list-style: none;
}

ol.custom-numbers li {
  counter-increment: my-awesome-counter;
}

ol.custom-numbers li::before {
  content: counter(my-awesome-counter) '. ';
  color: #2b90d9;
  font-weight: bold;
}
.cus-service-card {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  height: 92%;
}

.cus-service-card:hover::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.cus-service-card:hover::after {
  width: 100%;
  opacity: 1;
}

.cus-service-card:hover h3,
.service-card:hover p {
  color: #fff;
  z-index: 5555;
}

.cus-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/service-icon/card-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cus-service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: #191ee6;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
}

.cus-service-card a img {
  margin-bottom: 17px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.cus-service-card a {
  display: block;
}

.cus-service-card a h3 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.cus-service-card p {
  margin: 0 auto;
}

.cus-service-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cus-service-shape1 img {
  max-width: 100px;
  height: 970px;
}
.cus-service-card:hover h3,
.cus-service-card:hover p {
  color: #fff;
  z-index: 5555;
}
.tech-text {
  color: #000;
  white-space: nowrap;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f0f0fb;
  font-weight: 600;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  font-weight: 600;
}

@-webkit-keyframes flash {
  from {
    color: #191ee6;
  }
  to {
    color: black;
  }
}

@keyframes flash {
  from {
    color: #191ee6;
  }
  to {
    color: black;
  }
}
.bxs-chevron-right {
  display: none;
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000000 !important;
}
.flex-sm-fill a {
  color: #000;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 0rem !important;
}
.form-control {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.pt-30 {
  padding-top: 30px;
}
input.error {
  border: solid 1px red;
}
select.error {
  border: solid 1px red;
}
textarea.error {
  border: solid 1px red;
}
label.error {
  color: red;
}
sup {
  color: red;
}
.success_msg {
  color: green;
}

.success_msgcaptcha {
  color: green;
  text-align: center;
}
.error_msg {
  color: red;
}

.msg-error.error {
  color: #c65848;
  text-align: center;
}
.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: 0.2em;
  width: 19em;
}

.boxcls {
  margin-left: 0px;
}

.accls {
  margin-left: 0px;
}
.footcls {
  margin-left: 10px;
}
.footsubcls {
  margin-top: 0px;
}
.benfcls {
  background-color: #fafbff;
}

.footclsabt {
  margin-left: 10px;
}
.countcls {
  background-color: #000;
}
.titlecls {
  padding-left: 25px;
}
.highligcls {
  padding-left: 0px;
}
.seccls {
  padding-left: 0px;
}
.contcls {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}
.phonecountrycode {
  width: 127% !important;
}
.btnclspar {
  pointer-events: all;
  cursor: pointer;
}
.webappcls {
  background-color: #fcfcff;
}
.subimgwebappcls {
  cursor: auto;
}
.subdivcls {
  margin-bottom: -20px;
}
.mobappcls {
  margin-bottom: 2px !important;
  font-size: 18px;
}
.mobappparcls {
  margin-top: 0px !important;
}

.btnquote {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.titcls {
  margin-bottom: 2px !important;
  font-size: 18px;
}
.parcls {
  margin-top: 0px !important;
}

.carcls {
  font-weight: bold;
  color: black;
}
.carerrormsg {
  color: red;
  margin-top: -10px;
}
/*
.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 36%;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 1rem;
  gap: 2.5rem;
  margin-bottom: 0.5rem;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.nav-item {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-link-text {
  font-size: 0.675rem;
  line-height: 1.25rem;
  font-weight: 550;
  text-align: center;
  font-family: inherit;
  color: #000 !important;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.nav-links {
  color: rgba(255, 51, 51, 0.8);
  background-color: #151617;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.nav-links:hover {
  background-color: rgba(255, 51, 51, 0.8);
  color: #eee !important;
  transform: scaleX(1.1) scaleY(1.1);
}

.credits {
  position: absolute;
  right: 0;
  bottom: 0;
}
.credits a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #818181;
  font-family: Degular, sans-serif;
  text-decoration: none;
} */

.top-bar {
  background-color: #000000;
}
.cuscls {
  background-color: #000000;
  padding: 4px 0;
}
.top-contact {
  list-style: none;
  margin-top: 10px;
  /* color: #fff; */
  /* line-height: 52px; */
}
.top-contact li {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar .top-contact.text-left li:not(:last-child):before {
  content: '';
  height: 18px;
  width: 1px;
  background-color: rgb(217 234 241);
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.top-contact li a {
  color: #fff;
  margin-left: 15px;
}
/* .top-content ul {
  margin-top: 10px;
} */
.envcls {
  color: #fff;
}
.text-right {
  text-align: right !important;
}
.ttm-topbar-content .topbar-right .list-inline {
  display: inline-block;
  line-height: 52px;
}
/* .ttm-topbar-content {
  display: flex;
  /* line-height: 46px; */
/* } */
.display-flex {
  display: flex;
}

.social-menu ul {
  position: absolute;
  top: 4%;
  left: 80%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  display: flex;
}

.social-menu ul li {
  list-style: none;
  /* margin: 0 15px; */
  margin: 0 2px;
}

.social-menu ul li .fab {
  font-size: 15px;
  line-height: 60px;
  transition: 0.3s;
  color: #fff;
}

.social-menu ul li .fab:hover {
  color: #fff;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background-color: #fff; */
  text-align: center;
  transition: 0.6s;
  /* box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5); */
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.socialicon {
  color: #fff;
  margin: 0px 13px 1px;
  margin-left: 0px;
  font-size: 15px;
}

.socialicon a:hover {
  color: #fff;
}
/* .socialicon li a {
  font-size: 14px;
} */
.custclsul li a {
  font-size: 15px !important;
}

.socilcon:hover {
  color: #fff !important;
}

.header-content-right .header-contact li:not(:last-child):before {
  content: '';
  height: 18px;
  width: 1px;
  background-color: rgb(217 234 241);
  display: block;
  position: absolute;
  right: -12px;
  top: 7px;
  /* right: 0;
  top: 17px; */
}
/* .toast:not(.showing):not(.show) {
  opacity: 1;
} */
