/**
Toaster msg
**/
/* .toast {
  position: fixed;
  bottom: 0;
  right: 0;

  transform: translateY(100%);
  opacity: 0;

  transition: opacity 500ms, transform 500ms;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.toast-body {
  margin: 28px;
  padding: 20px 24px;

  font-size: larger;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  background-color: lightskyblue;
  color: darkblue;

  border-radius: 4px;
} */
/** toaster msg**/
.padding-0,
.p-0 {
  padding: 0px !important;
}
.margin-0,
.m-0 {
  margin: 0px !important;
}
.pre-footer {
  /* background-color: #656565; */
  background-color: rgb(112 115 134);
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  padding: 50px 75px;
  display: flex;
}
.text-red {
  color: #c51414 !important;
}
.table-bordered tr td {
  border: 1px solid #d14545 !important;
}
.table-bordered tr th {
  border: 1px solid #d14545 !important;
}

@media (max-width: 560px) {
  .pre-footer {
    padding: 50px 50px 0 50px;
  }
}
.pre-footer .pre-footer-left,
.pre-footer .pre-footer-center,
.pre-footer .pre-footer-right {
  display: inline-block;
  vertical-align: top;
}

/* footer left*/

.pre-footer .pre-footer-left {
  /* width: 33%; */
  padding-right: 15px;
}

.pre-footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-align: justify;
}

.pre-footer .about span {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pre-footer .icons {
  margin-top: 25px;
}

.pre-footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* footer center*/

/* .pre-footer .pre-footer-center {
   width: 30%; 
} */

.pre-footer .pre-footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.pre-footer .pre-footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.pre-footer .pre-footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.pre-footer .pre-footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
}

.pre-footer .pre-footer-center p a {
  /* color: #0099ff; */
  color: #c51414;
  font-weight: 700;
  text-decoration: none;
}
.pre-footer .pre-footer-center p.menu a {
  color: #fff;
  text-decoration: none;
}

/* footer right*/

.pre-footer .pre-footer-right {
  width: 35%;
}

.pre-footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.pre-footer h2 span {
  color: #0099ff;
}

.pre-footer .menu {
  color: #ffffff;
  margin: 0 0 30px !important;
  padding: 0;
}

.pre-footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.pre-footer .menu a:hover {
  color: #0099ff;
}

.pre-footer .name {
  color: #0099ff;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .pre-footer {
    font-size: 12px;
  }
  .pre-footer .pre-footer-left,
  .pre-footer .pre-footer-center,
  .pre-footer .pre-footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  .pre-footer .pre-footer-center i {
    margin-left: 0;
  }
}

.service-banner {
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.download-details {
  text-align: center;
  margin: 20px;
}
.text-underline {
  text-decoration: underline !important;
}
.service-icon-item {
  width: 50px;
}
.img-zoom {
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  overflow: hidden;
}
.zoom-note {
  position: relative;
  top: 50px;
  font-size: 20px;
  color: #bd3434;
  font-weight: 600;
  text-align: center;
}

/** work section**/
.work-section {
  background: url(../img/ocean-bg.jpg);
  background-repeat: no-repeat;
  /* background-position: center 35%; */
  background-size: 100% 170%;
  margin: 35px 0 45px;
}
.product-section {
  background: url(../img/drop-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  margin: 35px 0 45px;
}
.work-group {
  /* background: linear-gradient(0deg, rgb(14 70 34 / 60%), rgb(14 70 34 / 60%)); */
  background: linear-gradient(0deg, rgb(71 82 75 / 57%), rgb(17 18 18 / 82%));
  padding: 20px;
  margin: 0px;
}
.product-group {
  background: linear-gradient(0deg, rgb(19 19 20/60%), rgb(19 19 20 / 60%));
  padding: 20px;
  margin: 0px;
}
span.work-title {
  border: 1px solid rgb(83 161 100 / 62%);
  padding: 10px 30px;
  position: relative;
  top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #2f3031;
}
span.product-title {
  border: 1px solid rgb(83 111 161 / 62%);
  padding: 10px 30px;
  position: relative;
  top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #2f3031;
}

.section-sub-title {
  font-size: 25px;
  background: transparent;
  margin: 10px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0px !important;
  /* text-align: right; */
  /* height: 80px; */
}
.section-sub-title a {
  color: #fff;
  display: block;
  font-weight: 900;
  padding: 0px;
  border-radius: 6px;
  text-transform: capitalize;
  background: transparent;
  pointer-events: auto;
  line-height: 1.5;
}
.work-items a {
  /* line-height: 2.5; */
}
@media (max-width: 560px) {
  .copyright {
    padding: 10px;
    font-size: 10px;
  }
}
div.parent:hover {
  background: yellow;
}
.work-items:hover {
  background: linear-gradient(0deg, rgb(7 18 11 / 50%), rgb(7 18 11 / 50%));
}

.product-items:hover {
  background: linear-gradient(0deg, rgb(10 10 10 / 50%), rgb(10 10 10 / 50%));
}
.work-items {
  border: 1px solid rgb(83 161 100 / 62%);
}
.product-items {
  border: 1px solid rgb(83 111 161 / 62%);
}
.product-items p {
  font-weight: normal;
  font-size: 17px;
  color: #fff;
}
.section-sub-title {
  padding: 5px 10px;
}
.logo-item {
  float: left;
  list-style: none;
}
img.partner{
    padding:20px;
}
.product-name {
  font-size: 40px;
  font-weight: 600;
  color: #c51414;
}
.border-1 {
  border: 1px solid #ccc;
}
.product-sub-title {
  font-size: 22px;
  font-weight: 400;
  color: #c51414;
  line-height: 40px;
  text-transform: capitalize;
  margin: 10px 0;
}
.product-title {
  font-size: 35px;
  font-weight: 400;
  color: #c51414;
  line-height: 40px;
  text-transform: capitalize;
}
.feature-sub-title ul li {
  list-style-type: decimal;
  font-size: 15px;
}
.feature-sub-title ul li span {
  font-weight: 700;
  color: #0c146a;
}
.separate {
  border-bottom: 1px solid #ccc;
  margin: 60px 0;
}
.feature-sub-title {
  padding: 0 10%;
}
.feature-sub-title p {
  font-weight: 600;
  font-size: 18px;
  color: #c51414;
}
.feature-sub-title h3 {
  text-align: center;
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.text-white {
  color: #fff !important;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 1px 20px 20px 3px;
  padding: 0 30px 30px;
}
.service-img-caption {
  padding: 55px 30px;
  top: 25%;
  position: relative;
}
.service-img-caption.sez {
  background-color: rgb(233 228 71 / 60%);
}
.service-sez-text {
  font-size: 50px;
  font-weight: 900;
  line-height: 70px;
  color: #000;
  text-align: center;
}
.service-pipe-caption {
  padding: 55px 30px;
  top: 70%;
  position: relative;
}
.service-pipe-text {
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2px #0000ff, 0 0 2px #0000ff;
}
.product-desc {
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  color: #5b646e;
}
.close {
  font-size: 28px;
  font-weight: 600;
  color: #c51515;
  opacity: 1;
}
.product-image {
  text-align: center;
}
.product-image img {
  max-width: 100%;
  max-height: 70vh;
}
.mind-map {
  width: 100%;
}
.gpr-wrapper {
  background-repeat: no-repeat;
  background-image: url(../img/landscape-1.jpg);
  /* background-attachment: fixed; */
  background-position: center center;
  height: auto;
  /* width: 100%; */
  background-size: cover;
}
.product-card {
  background: rgb(246 247 253 / 17%);
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  opacity: 0.8;
  min-height: 675px;
}
.product-bg {
  /* background-color: #c51414; */
  opacity: 0.8;
  padding: 20px;
}
img.product-img {
  max-width: 100%;
  /* border: 1px solid #ccc; */
  margin: 20px 0;
}
.product-label {
  font-size: 14px;
  /* line-height: 35px; */
  margin-bottom: 20px;
  text-transform: capitalize;
}
.product-label strong {
  font-size: 30px;
  font-weight: 600;
}
.product-sub-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-transform: capitalize;
}
.figcaption-text {
  font-size: 16px;
  font-weight: 600;
  color: #6a737b;
  line-height: 25px;
  text-transform: capitalize;
}
.principle p {
  margin-bottom: 10px;
}
.bg-gray {
  background-color: #dfdfdf;
}
.feature-card {
  /* background-color: #dfdfdf; */
  height: auto;
  min-height: 200px;
  /* border-radius: 4px; */
}
.service-list {
  padding: 0 20px;
  list-style: disc;
}
.product-intro {
  display: inline-block;
}
@media (max-width: 720px) {
  .product-title {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .service-pipe-text {
    width: 55%;
  }
  .product-sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #c51414;
    line-height: 20px;
    text-transform: capitalize;
    margin: 10px 0;
  }
  .product-name {
    font-size: 25px;
  }
  .service-banner {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .service-img-caption.sez {
    background-color: transparent;
  }
}

/* .family-list{
  list-style: decimal; width: 20%;
} */
.special-title-1 {
  font-weight: 600;
  font-size: 40px;
}

.special-title-2 {
  font-weight: 600;
  font-size: 16px;
}
.special-title-3 {
  font-weight: 600;
  font-size: 14px;
}
.special-title-4 {
  font-weight: 600;
  font-size: 20px;
}
.special-title-5 {
  font-weight: 600;
  font-size: 24px;
}
.special-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
}

.video-title {
  color: #c51414;
  margin: 10px 0;
}
.video-border {
  border: 1px solid #bdb7b7;
  padding: 0px;
}

.start-up-logo {
  background-color: #fff;
  padding: 2%;
  height: 95px;
  border-radius: 5px;
  margin: 3px;
}
img.full-width {
  width: 100%;
}
.gpr-data-img {
  border: 2px solid #aaa;
  border-radius: 5px;
  width: 100%;
}
.m-060 {
  margin: 0 60px !important;
}
.capabilities li {
  margin-bottom: 8px;
}
