.color-blue {
  color: #1e1666;
}

.m-0-auto {
  margin: 0 auto;
}

p:empty {
  display: none;
}

.btn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* background gradient*/
.btn {
  background-image: -webkit-gradient(linear, right top, left top, from(#0060ff), to(#00ccff));
  background-image: linear-gradient(270deg, #0060ff 0%, #00ccff 100%);
}

.related-services {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 110, 51, 0.1)), to(rgba(232, 110, 51, 0)));
  background-image: linear-gradient(0deg, rgba(232, 110, 51, 0.1) 0%, rgba(232, 110, 51, 0) 100%);
}

/* after before*/
.boxd-s-left::after, .btn::after {
  position: absolute;
}

/*box-shadow*/
.box-shadow-def,
.software-products .feature-box:hover,
.why-choose-a3logics .feature-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.boxd-s-left::after {
  bottom: 0;
  content: '';
  top: 0;
  height: auto;
  width: 20%;
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#c2cfde));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #c2cfde 100%);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  opacity: 0.2;
}

/*border-ra-20*/
.btn, .why-choose-a3logics .feature-box {
  border-radius: 10px;
}

.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

/*button-style*/
.btn {
  border: none;
  padding: 13px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.btn {
  overflow: hidden;
  -webkit-transition: color 0.6s ease-in;
  transition: color 0.6s ease-in;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.btn::after {
  content: '';
  right: -5px;
  top: 0;
  height: 100%;
  width: 0px;
  background: #1e1666;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.btn.active:after, .btn:hover::after {
  width: 100%;
  -webkit-transform: skew(-20deg) scale(1.5);
          transform: skew(-20deg) scale(1.5);
  -webkit-transform-origin: left;
          transform-origin: left;
  right: auto;
  left: -10px;
}

.btn.active, .btn:hover {
  color: #e86e33 !important;
}

.social-m {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.MyComponent {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .welcomes-unique-section {
    margin-top: 30px;
  }
}

.related-services {
  padding-bottom: 0;
}

.related-services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.related-services ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666%;
          flex: 0 0 16.66666%;
  width: 100%;
  max-width: 33.33%;
  padding: 25px;
  border-right: solid 1px #ddd;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.related-services ul li:last-child {
  border-right: 0;
}

.related-services .related_sbox {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.related-services .related_sbox h3 {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 15px 0 10px 0;
}

.related-services .related_sbox h3 a {
  color: #1e1666;
  text-decoration: none;
}

.related-services .related_sbox h3 a:hover {
  color: #e86e33;
}

.related-services .related_sbox .icn_relatedthis {
  display: block;
  margin-bottom: 10px;
}

.related-services .related_sbox .icn_relatedthis img {
  width: 64px;
  height: 64px;
}

@media only screen and (max-width: 575px) {
  .related-services ul li {
    max-width: 48%;
    margin: 1%;
    padding: 10px;
    border: none;
    background: #fff;
    min-width: 48%;
  }
}

.software-products {
  background: rgba(30, 22, 102, 0.1);
}

.software-products .feature-box {
  padding: 30px;
}

.software-products .feature-box.anchor {
  padding: 0;
}

.software-products .feature-box.anchor a {
  padding: 30px;
  text-decoration: none;
  display: block;
}

.software-products .feature-box:hover {
  background: #fff;
}

.software-products .feature-box .media-div {
  width: 50px;
  height: 50px;
}

.software-products .feature-box h3 {
  color: #1e1666;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.software-products .feature-box p {
  color: #828282;
}

@media only screen and (max-width: 991px) {
  .software-products .feature-box {
    padding: 10px;
  }
  .software-products .feature-box.anchor {
    padding: 0;
  }
  .software-products .feature-box.anchor a {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .software-products .feature-box {
    text-align: center;
  }
  .software-products .feature-box .media-div {
    margin: 0 auto;
    display: table;
  }
}

.why-choose-a3logics {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.why-choose-a3logics .feature-box {
  background: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px;
}

.why-choose-a3logics .feature-box .icon-div {
  width: 20%;
  display: inline-block;
}

.why-choose-a3logics .feature-box .content-div {
  width: 100%;
}

.why-choose-a3logics .feature-box .content-div h3 {
  color: #1e1666;
  font-size: 20px;
  font-weight: 600;
}

.why-choose-a3logics .feature-box .content-div p {
  color: #828282;
}

.why-choose-a3logics .bg-col {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 10px;
}

.why-choose-a3logics .bg-col .heading-block {
  padding: 20px;
  border-radius: 10px;
}

.why-choose-a3logics .bg-col .heading-block:after {
  background: rgba(255, 255, 255, 0.8);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.why-choose-a3logics .bg-col .heading-block h2, .why-choose-a3logics .bg-col .heading-block p {
  text-shadow: 0 0 18px #fff;
}

@media only screen and (max-width: 767px) {
  .why-choose-a3logics {
    text-align: center;
  }
  .why-choose-a3logics .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why-choose-a3logics .feature-box .icon-div {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.other-businesses ul {
  margin-left: -50px;
  margin-right: -50px;
  padding: 0;
}

.other-businesses ul li {
  padding: 70px;
  position: relative;
  background-position: left center;
  background-size: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.other-businesses ul li::after, .other-businesses ul li:before {
  position: absolute;
  content: '';
}

.other-businesses ul li:before {
  left: 50%;
  background-color: #1e1666;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  top: 50px;
  right: -50px;
  bottom: 50px;
  z-index: 1;
  margin-left: -90px;
}

.other-businesses ul li::after {
  left: 50%;
  background-color: #fff;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  width: 100px;
  height: 120%;
  top: 0;
  margin-left: -40px;
}

.other-businesses ul li .feature-box {
  position: relative;
  left: 100%;
  margin-left: -50%;
  width: 40%;
  z-index: 2;
}

.other-businesses ul li .feature-box h3 {
  color: #e86e33;
}

.other-businesses ul li:nth-child(even) {
  background-position-X: 100%;
}

.other-businesses ul li:nth-child(even):before {
  right: 50%;
  left: -50px;
  margin-right: -90px;
  margin-left: 0;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.other-businesses ul li:nth-child(even)::after {
  right: 50%;
  left: auto;
  margin-right: -40px;
  margin-left: 0;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.other-businesses ul li:nth-child(even) .feature-box {
  position: relative;
  right: 100%;
  left: 0;
  margin-right: -50%;
  margin-left: 0;
  width: 40%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .other-businesses ul li {
    padding: 50px;
  }
  .other-businesses ul li .feature-box {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .other-businesses ul li {
    padding-top: 300px;
    padding-bottom: 0;
    background-size: 100%;
    background-position: top left;
  }
  .other-businesses ul li + li {
    margin-top: 20px;
  }
  .other-businesses ul li:after {
    display: none;
  }
  .other-businesses ul li:before {
    width: 100%;
    top: 300px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    bottom: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .other-businesses ul li .feature-box {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .other-businesses ul li {
    padding-top: 190px;
  }
  .other-businesses ul li:before {
    width: 100%;
    top: 190px;
  }
}
/*# sourceMappingURL=style.css.map */