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

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

p:empty {
  display: none;
}

.btn, .faq-section #accordionExample button, .faq-section #accordionExample button i {
  -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%);
}

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

/*box-shadow*/
.box-shadow-def {
  -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, .submission-guidelines .list-div {
  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;
}

ul.dote {
  list-style: none;
  padding: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  margin: 15px 0;
}

ul.dote li {
  padding: 4px 0;
  padding-left: 20px;
  display: table;
  width: 100%;
  color: #828282;
  font-size: 14px;
}

ul.dote li i {
  margin-right: 5px;
  margin-left: -20px;
  font-size: 10px;
  color: inherit;
}

ul.dote li:hover {
  color: #e86e33;
}

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

.more-services-list ul {
  float: left;
  max-width: 600px;
  margin-top: -60px;
  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;
}

.more-services-list.images li h2, .more-services-list.images li p {
  color: #fff !important;
}

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

.submission-guidelines .list-div {
  width: 100%;
  padding: 50px;
  background: rgba(30, 52, 151, 0.1);
  border-left: 5px solid #1e3497;
  display: table;
}

.submission-guidelines .list-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.submission-guidelines .list-div ul + ul {
  float: right;
}

.submission-guidelines .list-div ul li {
  margin: 8px 0;
  padding-left: 30px;
}

.submission-guidelines .list-div ul li i {
  margin-left: -30px;
  margin-right: 10px;
}

.submission-guidelines ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.submission-guidelines ul + ul {
  float: right;
}

.submission-guidelines ul li {
  margin: 8px 0;
  padding-left: 30px;
}

.submission-guidelines ul li i {
  margin-left: -30px;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .submission-guidelines .list-div ul {
    width: 100%;
    float: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .submission-guidelines .list-div {
    padding: 15px;
  }
}

.faq-section #accordionExample h3 {
  width: 100%;
  display: block;
  margin-bottom: 0px;
}

.faq-section #accordionExample button {
  padding: 10px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  width: 100%;
  padding-right: 30px;
  outline: none;
  font-size: 18px;
  color: #1e1666;
  text-align: left;
  color: #e86e33;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}

.faq-section #accordionExample button i {
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: -30px;
  margin-left: 10px;
}

.faq-section #accordionExample button.collapsed {
  color: #1e1666;
  border-bottom: 1px solid;
}

.faq-section #accordionExample button.collapsed i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-section .accordion,
.faq-section .accordion-collapse {
  border: none;
}

.faq-section .accordion-item + .accordion-item {
  margin-top: 10px;
}

.faq-section .accordion-item,
.faq-section .accordion-body,
.faq-section .accordion-header {
  padding: 0;
  border: none;
}

.faq-section .dote {
  margin: 0;
}

.faq-section .dote li {
  float: left;
}

.faq-section .accordion-body {
  padding-left: 10px;
  border-left: 1px solid #e86e33;
  max-height: 271px;
  overflow: auto;
}
/*# sourceMappingURL=digital_marketing_services.css.map */