.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;
}

.more-services-list {
  padding: 0 50px;
  position: relative;
  z-index: 11;
}

.more-services-list ul {
  float: left;
  max-width: 600px;
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-left: -10px;
}

.more-services-list ul li {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.more-services-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.more-services-list ul li .feature-box {
  min-height: 150px;
  min-width: 150px;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(30, 22, 102, 0.1);
          box-shadow: 0 0 20px rgba(30, 22, 102, 0.1);
}

.more-services-list ul li .feature-box .media-div {
  width: 40px;
  height: 40px;
}

.more-services-list ul li .feature-box h2 {
  font-size: 16px;
  margin-top: 10px;
}

.more-services-list ul li .feature-box h2 span {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.more-services-list ul li .feature-box.blue h2 {
  color: #1e1666;
}

.more-services-list ul li .feature-box.orange h2 {
  color: #e86e33;
}

.more-services-list ul li .feature-box.sky h2 {
  color: #1e3497;
}

.more-services-list.images li .feature-box img {
  max-width: 100%;
}

.more-services-list.images li .feature-box.blue {
  background: #1e1666;
}

.more-services-list.images li .feature-box.orange {
  background: #e86e33;
}

.more-services-list.images li .feature-box.sky {
  background: #1e3497;
}

@media only screen and (max-width: 991px) {
  .more-services-list {
    margin: 20px auto 0;
    padding: 0px;
  }
  .more-services-list ul {
    float: none;
    padding: 0;
    margin: 30px auto 30px;
    display: table;
  }
}

@media only screen and (max-width: 480px) {
  .more-services-list ul {
    margin: 15px 0;
    text-align: center;
  }
  .more-services-list ul li {
    padding: 5px;
    width: 49%;
    float: none;
    display: inline-block;
  }
  .more-services-list ul li .feature-box {
    padding: 8px;
    min-width: 100px;
    min-height: 150px;
  }
}

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

.process-section .feature-box {
  position: relative;
  padding: 0;
  padding-right: 20px;
}

.process-section .feature-box span {
  font-size: 80px;
  color: #1e1666;
  opacity: 0.2;
  font-weight: 900;
}

.process-section .feature-box h3 {
  color: #1e1666;
  font-size: 20px;
  font-weight: 600;
}

.process-section .feature-box p {
  color: #828282;
}

@media only screen and (max-width: 767px) {
  .process-section {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .process-section .feature-box span {
    font-size: 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;
}

@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;
  }
}
/*# sourceMappingURL=custom-website-design.css.map */