/*------------------------------- */
/*---- Home Page style Css ------ */
/*------------------------------- */
/*------ 1- top bar ----------------- */
/*------ 2- navbar ------------------- */
/*------ 3- cta ---------------------- */
/*------ 4- slider ------------------- */
/*------ 5- about us section --------- */
/*------ 6- video section ------------ */
/*------ 7- our services ------------- */
/*------ 8- pricing tables ----------- */
/*------ 9- process section ---------- */
/*------ 10- expertise section ------- */
/*------ 11- testimonial section ----- */
/*------ 12- Newsletter section ------ */
/*------ 13- Footer ----------- ------ */
/*------ Header ----------------- */
body {
  overflow-x: hidden; }

  @font-face {
  font-family: circularStd;
  src: url(../../assets/fonts/CircularStd-Medium.woff);
}


p 
{
   font-weight: 500;
   font-size: 18px;
}

/*------ 1- top bar ----------------- */
.header {
  background: url(../../assets/images/bg-layers/curve-shap.png);
  width: 100%;
  background-size: cover;
  background-position: 100% 30%; }

.about-us-header {
  background: url(../../assets/images/bg-layers/about-us-header.png);
  width: 100%;
  background-size: cover;
  background-position: 100% 30%;
  box-shadow: inset 0 0 0 2000px rgba(103, 23, 217, 0.66); }

.about-us-header h2
{
   font-weight: 600;
   font-family: circularStd;
}

.about-us-header h1
{
   font-weight: 800;
   font-family: circularStd;
   font-size: 54px;
}

.topbar .right-corner-curve {
  background: #7022C4;
  border-bottom-left-radius: 50px; }
  .topbar .right-corner-curve .contact-details a {
    font-size: 14px;
    color: #fff;
    text-decoration: none; }
  .topbar .right-corner-curve .contact-details .separator {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px; }
  .topbar .right-corner-curve .topbar-social-media {
    margin-bottom: 0px;
    margin-top: 6px;
    margin: 0 auto;
    display: table;
    padding-top: 7px; }
    .topbar .right-corner-curve .topbar-social-media li {
      display: inline-block;
      list-style: none;
      width: 27px;
      height: 27px;
      background: #7F2DD6;
      border-radius: 50px;
      text-align: center;
      transition: all 0.4s;
      padding-top: 1px;
      margin-right: 10px; }
      .topbar .right-corner-curve .topbar-social-media li a {
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        text-align: center; }
      .topbar .right-corner-curve .topbar-social-media li:hover {
        background: #00B4FF; }

/*------ End 1- top bar ----------------- */
/*------ 2- navbar ------------------- */
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff !important; }

.start-header.scroll-on .navbar-brand img {
  height: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar {
  padding: 0; }

.navbar-brand img {
  height: 52px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0; }

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none; }

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after {
  top: 8px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent; }

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear; }

.nav-item:hover .nav-link {
  color: #8167a9 !important; }

.nav-item.active .nav-link {
  color: #777 !important; }

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block; }

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear; }

.nav-item:hover:after {
  bottom: 0;
  opacity: 1; }

.nav-item.active:hover:after {
  opacity: 0; }

.nav-item {
  position: relative;
  transition: all 200ms linear; }

/* #Primary style
================================================== */
.bg-light {
  background-color: rgba(255, 255, 255, 0) !important;
  transition: all 200ms linear; }
.bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
  transition: all 200ms linear; }

.over-hide {
  overflow: hidden; }

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear; }

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0); }

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear; }

.dropdown-toggle::after {
  display: none; }

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #7022C4; }

body.dark {
  color: #fff;
  background-color: #1f2029; }

body.dark h1 {
  color: #fff; }

body.dark h1 span {
  transition-delay: 0ms !important; }

body.dark p {
  color: #fff;
  transition-delay: 0ms !important; }

body.dark .bg-light {
  background-color: #14151a !important; }

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); }

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); }

body.dark .nav-link {
  color: #fff !important; }

body.dark .nav-item.active .nav-link {
  color: #999 !important; }

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25); }

body.dark .dropdown-item {
  color: #fff; }

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff; }

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff; }

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent; }

.animation-container .girl1 {
  position: relative;
  /*bottom: 10px;*/
  bottom: 0px;}

.animation-container .animated-boy1 {
  position: absolute;
  bottom: -24px;
  left: 200px; }

.animation-container .animated-girl {
  bottom: -4px;
  position: absolute;
  left: 303px; }

.animation-container .animated-boy {
  position: absolute;
  bottom: -20px;
  left: 397px; }

.people-content {
  margin-top: 0px;
  position: absolute;
  bottom: 0px; }

.vert-move {
  -webkit-animation: objmover 1s infinite  alternate;
  animation: objmover 1s infinite  alternate; }

@-webkit-keyframes objmover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

@keyframes objmover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

.vert-move2 {
  -webkit-animation: objmovers 1s infinite  alternate;
  animation: objmovers 1s infinite  alternate; }

@-webkit-keyframes objmovers {
  0% {
    transform: translateX(0);
    left: 397px; }
  100% {
    transform: translateX(-10px);
    left: 440px; } }

@keyframes objmovers {
  0% {
    transform: translateX(0);
    left: 397px; }
  100% {
    transform: translateX(-10px);
    left: 440px; } }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 5px;
  background: #7022c4;
  height: 50px;
  width: 50px;
  border-radius: 100% !important;
  padding-top: 12px; }
  .back-to-top:hover {
    background: #9DC1F8; }
  .back-to-top:active {
    background: #9DC1F8; }

  .overlay {
  position: fixed;
  width: 100%;
  overflow: auto;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 2000px rgba(103, 23, 217, 0.8);
  z-index: 10000;
}

.overlay h1
{
   color: #fff;
   font-weight: 599;
   font-size: 50px;
}

.overlay input
{
    background: transparent;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ECF1F1;
    padding-left: 25px;
    color: #fff;
}

.overlay input:focus,
.overlay textarea:focus
{
   border: 1px solid #ECF1F1;
   background: transparent;
   color: #fff;
}

.overlay input::-webkit-input-placeholder
{
    color: #fff;
}

.overlay input::-moz-placeholder
{
    color: #fff;
}

.overlay input:-ms-input-placeholder
{
    color: #fff;
}

.overlay textarea
{
   background: transparent;
   height: 150px;
    border-radius: 30px;
    border: 1px solid #ECF1F1;
    padding-left: 25px;
    resize: none; 
}

.overlay textarea::-webkit-input-placeholder
{
    color: #fff;
}

.overlay textarea::-moz-placeholder
{
    color: #fff;
}

.overlay textarea:-ms-input-placeholder
{
    color: #fff;
}

.overlay .btn-popup
{
   /*border: 1px solid #1d53ee !important;*/
   border: 1px solid #f9f9f9 !important;
   color: #fff !important;   
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0px solid #000;
  background: transparent;
  font-size: 14px;
}

.overlay-close:focus,
.overlay-close:active
{
   border: 0px solid #000;
   outline: none;
}

.overlay-close span {
   
   font-size: 30px;  
   color: #fff;                   
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.popup-form
{
   margin-top: 100px;
}

/*------------------- global -------------------*/
.btn-dark-blue {
  background: #7022C4;
  border-radius: 50px;
  width: 110px;
  border: none;
  padding-bottom: 10px; }
  .btn-dark-blue:before {
    border-radius: 50px; }
  .btn-dark-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-dark-blue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0) !important; }

.divider-section {
  border-top: 2px solid #f3f8f8;
  margin-top: 64px !important;
  margin-bottom: 60px !important;
  width: 100%; }

  .text-purples
  {
     color: #7022C4;
     font-weight: 600;
     font-family: circularStd;
     font-size: 28px;
  }

  .order-form
  {
     visibility: visible !important;
  }

  .pillo-img {
    position: absolute;
    bottom: 20px;
}

.s2 {
    position: initial !important;
}

.s3 {
    position: absolute !important;
}

/*------------------- End global -------------------*/
/*------ End 2- navbar ------------------- */
.animated-wrapper {
  overflow: hidden;
  width: 100%; }

.header-content {
  margin-top: 220px; }
  .header-content h2 {
    font-family: circularStd;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 600; }
  .header-content h1 {
    font-family: circularStd;
    font-weight: 900;
    font-size: 54px;
    color: #7022C4; 
    text-transform: capitalize;
  }

  .header-content p {
    font-size: 18px;
  }

.header-img {
  margin-top: 130px; }

.btn-dark-blue2 {
  background: #7022C4;
  border-radius: 50px;
  border: none;
  vertical-align: bottom;
  padding-bottom: 10px;
  box-shadow: 3px 2px 4px 1px #e5d7f4; }
  .btn-dark-blue2:before {
    border-radius: 50px; }
  .btn-dark-blue2:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-dark-blue2:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-dark-blue-outline {
  background: transparent;
  border: 1.5px solid #7022C4;
  border-radius: 50px;
  color: #7022C4;
  vertical-align: bottom;
  box-shadow: 3px 2px 4px 1px #e5d7f4, inset 3px 2px 4px 1px #e5d7f4; }
  .btn-dark-blue-outline:hover {
    border: 1.5px solid #2098D1; }
  .btn-dark-blue-outline:before {
    border-radius: 50px; }
  .btn-dark-blue-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-dark-blue-outline:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-white-outline1 {
  background: transparent;
  border: 1.5px solid #fff !important;
  border-radius: 50px;
  border: none;
  vertical-align: bottom;
  padding-bottom: 10px; }
  .btn-white-outline1:hover {
    color: #7022C4;
    border: 1.5px solid #fff !important; }
  .btn-white-outline1:before {
    border-radius: 50px;
    background: #fff;
    color: #7022C4; }
  .btn-white-outline1:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-white-outline1:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

/*------ End animated ------------------- */
/*------ End Header ----------------- */
/*------ Customer Support ----------------- */
.customer-support {
  margin-top: 40px; }
  .customer-support .customer-box {
    box-shadow: 0px 0px 10px 0px #e4bbbb;
    border-radius: 10px; 
    width: 100%;}
    .customer-support .customer-box h4 {
     font-size: 20px;
     font-weight: 700;
     font-family: circularStd;
   }  
    .customer-support .customer-box p {
      font-size: 15px; }
  .customer-support .bg-cta1 {
    background: url(../../assets/images/bg-layers/bg-cta1.png);
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: 70%; }
  .customer-support .bg-cta2 {
    background: url(../../assets/images/bg-layers/bg-cta2.png);
    background-repeat: no-repeat;
    background-position: right -12px bottom -5px;
    background-size: 80%; }
  .customer-support .bg-cta3 {
    background: url(../../assets/images/bg-layers/bg-cta3.png);
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: 70%; }

.customer-circle {
  background: #A073DD;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: table;
  border: 2px solid #A073DD;
  transition: all 0.5s; }
  .customer-circle img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: table;
    object-fit: contain; }

.customer-box {
  transition: all 0.5s; }
  .customer-box:hover {
    border: 2px solid #A073DD;
    background: transparent; }
    .customer-box:hover img {
      filter: invert(1); }

/*------ End Customer Support ----------------- */
/*------ 5- About Us Section ----------------- */

.about-link {
    color: #fff !important;
}

.about-link2
{
  color: #000 !important; 
}

.about-active-link
{
   color: #000 !important;
}

.about-us {
  background: url(../../assets/images/bg-layers/abourt-us.png);
  background-size: cover; }
  .about-us .about-us-points {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .about-us .about-us-points li {
      background: url("../../assets/images/bg-layers/tick-icon.png") no-repeat left top;
      padding-left: 44px;
      padding-top: 0px;
      line-height: 28px;
      margin-top: 15px;
      font-family: circularStd; }
      
  .about-us .welcome-img {
    margin: 0 auto;
    display: table; }
  .about-us .text-darkblue {
    /*color: #7022c4;*/
    color:#020202;
    font-size: 28px;
    font-weight: 600;
    font-family: circularStd; }
  .about-us h3 {
    /*color: #000;*/
    color:#7022c4;
    font-size: 42px;
    font-weight: 900;
    font-family: circularStd;
    text-transform: capitalize; }

/*------ End 5- About Us Section ----------------- */
/*------ 6- video section ------------ */
.video-section {
  background: url(../../assets/images/bg-layers/video-section.png);
  background-size: cover;
  padding-top: 120px; }
  .video-section h3 {
    font-weight: 500;
    font-family: circularStd;
    font-size: 42px;
    text-transform: capitalize;}
  .video-section p {
    font-family: circularStd;
    font-size: 14px; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  text-decoration: none !important;
  border-radius: 50%; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #89ADE8;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #E9F0FC;
  border: 8px solid #88ACE6;
  border-radius: 50%;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #009a93; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-top: 12px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms; }

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1; }

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms; }

.video-overlay-close:hover {
  color: #fa183d; }

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }

.video-shadow {
  box-shadow: 0px 0px 10px 0px #e4bbbb;
  border-radius: 10px;
  background: #fff; }
  .video-shadow .video-icon-circle {
    background: #7022C4;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding-top: 12px; }
    .video-shadow .video-icon-circle:before {
      border-radius: 100%; }
    .video-shadow .video-icon-circle img {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      display: table;
      object-fit: contain; }
  .video-shadow h4 {
    font-weight: 599;
    font-size: 16px;
    font-family: circularStd; }
  .video-shadow .two-layer {
    background: url(../../assets/images/bg-layers/2.png);
    background-repeat: no-repeat; }

canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  width: 100%;
  height: 100%; }

/* Particle container. */
#particle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%; }

/*------ End 6- video section ------------ */
/*------ 7- our services ------------- */
.our-services {
  background: url(../../assets/images/bg-layers/bg-blog.png);
  background-size: cover; }
  .our-services .text-darkblue {
    color: #7022c4;
    font-size: 16px;
    font-weight: 500;
    font-family: circularStd; }
  .our-services h3 {
    /*color: #000;*/
    color: #7022c4;
    font-weight: 800;
    font-family: circularStd;
    font-size: 42px; }
  .our-services p {
    font-family: circularStd;
    font-size: 18px; }
  .our-services .service-box {
    box-shadow: 0px 0px 10px 0px #e4bbbb;
    background: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    .our-services .service-box:hover {
      border-radius: 10px; }
      .our-services .service-box:hover .service-icon {
        filter: brightness(10.5);
        -webkit-filter: brightness(10.5); }
    .our-services .service-box:before {
      background: #7022c4;
      background: linear-gradient(118deg, #7022c4 0%, #00b4ff 100%);
      border-radius: 10px; }
    .our-services .service-box .service-icon {
      margin: 0 auto;
      display: table;
      height: 60px;
      width: 60px;
      object-fit: contain; }
    .our-services .service-box h4 {
      font-weight: 599;
      font-size: 16px;
      font-family: circularStd; }
    .our-services .service-box p {
      font-family: circularStd;
      font-size: 14px; }

/*------ End 7- our services ------------- */
/*------ Portfolio section ------------- */
.portfolio-section {
  background: url(../../assets/images/bg-layers/bg-posrtfolio.png);
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .portfolio-section .text-darkblue {
    color: #7022c4;
    font-size: 16px;
    font-weight: 500;
    font-family: circularStd; }
  .portfolio-section h3 {
    /*color: #000;*/
    color: #7022c4;
    font-weight: 800;
    font-family: circularStd;
    font-size: 42px; }

.portfolio-section {
  padding: 30px 0;
  color: #333; }

.portfolio-section .top-side {
  text-align: center; }

.portfolio-section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block; }

.portfolio-section .top-side .title:after {
  content: '';
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto; }

.portfolio-section .top-side h2 {
  font-weight: 599;
  font-family: circularStd; }

.portfolio-section .filters {
  text-align: center; }

.portfolio-section .filters ul {
  padding: 0; }

.portfolio-section .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative; }

.portfolio-section .filters ul li:after {
  content: '';
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #7022C4;
  transition: width 350ms ease-out; }

.portfolio-section .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out; }

.portfolio-section .filters ul li:hover {
  color: #7022C4; }

.portfolio-section .filters ul li.active {
  color: #7022C4; }

.portfolio-section .filters ul li.active:after {
  width: calc(100% - 60px); }

.portfolio-section .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms; }

.portfolio-section .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms; }

.portfolio-section .filters-content .item {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden; }

.portfolio-section .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.portfolio-section .filters-content .item .p-inner h5 {
  font-size: 15px;
  font-family: circularStd; }

.portfolio-section .filters-content .item .p-inner .cat {
  font-size: 13px;
  font-family: circularStd; }

.portfolio-section .filters-content .item img {
  width: 100%; }

.portfolio-section .filters-content .item .content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #9b64d6;
  background: -moz-linear-gradient(176deg, rgba(155, 100, 214, 0.87) 0%, rgba(94, 179, 246, 0.82) 47%, rgba(83, 193, 251, 0.47) 100%);
  background: -webkit-linear-gradient(176deg, rgba(155, 100, 214, 0.87) 0%, rgba(94, 179, 246, 0.82) 47%, rgba(83, 193, 251, 0.47) 100%);
  background: linear-gradient(176deg, rgba(155, 100, 214, 0.87) 0%, rgba(94, 179, 246, 0.82) 47%, rgba(83, 193, 251, 0.47) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9b64d6",endColorstr="#53c1fb",GradientType=1); }

.portfolio-section .filters-content .item:hover .content-overlay {
  opacity: 1; }

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.portfolio-section .filters-content .item:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

.content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-family: circularStd; }

.content-details p {
  color: #fff;
  font-size: 16px;
  font-family: circularStd; }

.content-details .content-border {
  border-bottom: 3px solid #fff;
  width: 100px;
  margin: 0 auto;
  display: table; }

.fadeIn-bottom {
  top: 80%; }

.our-portfolio {
  background: unset !important; }

/*------ End Portfolio section ------------- */

/*------ Portfolio section new ------------- */

.p0 {
    padding: 0;
}
.portfolio__filter {
    /* border: 1px solid #F1F1F1; */
    border-radius: 20px;
    width: 100%}
.portfolio__filter .filter-button {
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    border:0;
    border-bottom: 2px solid #fff;
    color: #000;
    letter-spacing: 0;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    font-family: circularStd;
    transition: all 0.4s;
}
.portfolio__filter .filter-button:hover, .portfolio__filter .filter-button:focus, .portfolio__filter .filter-button:active {
    background: transparent;
    border-radius: 0px;
    border-bottom: 2px solid #7022C4;
    color: #7022C4;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .3); */
}

.active__portfolio {
    background: transparent;
    border-radius: 0px;
    border-bottom: 2px solid #7022C4;
    color: #7022C4;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .3); */
}


.portfolio__filter .filter-button:focus {
    outline: 0;
}
.portfolio__filter {
    display: inline-block;
    text-align: center;
    margin: 30px 0;
}
.portfolio__img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 3px 3px;
}

.portfolio__img a
{
   text-decoration: none;
}

.btn__load {
    display: inline-block;
    margin: 40px 0 0;
    width: 100%}

.portfolio-gallery .content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #9b64d6;
  background: -moz-linear-gradient(176deg, rgba(155, 100, 214, 0.87) 0%, rgba(94, 179, 246, 0.82) 47%, rgba(83, 193, 251, 0.47) 100%);
  background: -webkit-linear-gradient(176deg, rgba(155, 100, 214, 0.87) 0%, rgba(94, 179, 246, 0.82) 47%, rgba(83, 193, 251, 0.47) 100%);
  background: linear-gradient(176deg, rgba(155, 100, 214, 0.87) 0%, rgba(94, 179, 246, 0.82) 47%, rgba(83, 193, 251, 0.47) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9b64d6",endColorstr="#53c1fb",GradientType=1); }

.portfolio-gallery .filter-hover:hover .content-overlay {
  opacity: 1; }

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.portfolio-gallery .filter-hover:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

.content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-family: circularStd; }

.content-details a {
  color: #fff;
  font-size: 16px;
  font-family: circularStd; }

.content-details .content-border {
  border-bottom: 3px solid #fff;
  width: 100px;
  margin: 0 auto;
  display: table; }

.fadeIn-bottom {
  top: 80%; }

/*------ end Portfolio section new ------------- */


/*------ 8- pricing tables ----------- */
.pricing-tables {
  background: #F0E8F9;
  margin-top: -20px !important; }
  .pricing-tables .text-darkblue {
    color: #7022c4;
    font-size: 16px;
    font-weight: 500;
    font-family: circularStd; }
  .pricing-tables h3 {
    color: #000;
    font-weight: 599;
    font-family: circularStd; }
  .pricing-tables .border-top-price1 {
    background: #1f80ee;
    background: linear-gradient(118deg, #1f80ee 0%, #22ace4 47%, #25dfd9 100%);
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px; }
  .pricing-tables .border-top-price2 {
    background: #6717d9;
    background: -moz-linear-gradient(118deg, #6717d9 0%, #b11da2 47%, #e4217c 100%);
    background: -webkit-linear-gradient(118deg, #6717d9 0%, #b11da2 47%, #e4217c 100%);
    background: linear-gradient(118deg, #6717d9 0%, #b11da2 47%, #e4217c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6717d9",endColorstr="#e4217c",GradientType=1);
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px; }
  .pricing-tables .border-top-price3 {
    background: #fa2339;
    background: -moz-linear-gradient(118deg, #fa2339 0%, #f94835 47%, #f96d30 100%);
    background: -webkit-linear-gradient(118deg, #fa2339 0%, #f94835 47%, #f96d30 100%);
    background: linear-gradient(118deg, #fa2339 0%, #f94835 47%, #f96d30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa2339",endColorstr="#f96d30",GradientType=1);
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px; }
  .pricing-tables .pricing-box {
    box-shadow: 0px 0px 10px 0px #e4bbbb;
    background: #fff;
    border-radius: 0px 0px 10px 10px; }
    .pricing-tables .pricing-box h4 {
      color: #899ea7;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 2px; }
    .pricing-tables .pricing-box .price-circle {
      margin: 0 auto;
      display: table;
      background: #F2F7F9;
      border-radius: 100%;
      width: 100%;
      height: 90px; }
      .pricing-tables .pricing-box .price-circle .price-value {
        margin: 0 auto;
        display: table; }
      .pricing-tables .pricing-box .price-circle .currency-symbol {
        font-size: 25px;
        font-weight: 599;
        position: relative;
        top: -9px;
        font-family: circularStd;}
      .pricing-tables .pricing-box .price-circle .currency {
        font-size: 35px;
        font-weight: 599;
        font-family: circularStd; }
    .pricing-tables .pricing-box p {
      font-family: circularStd; }
    .pricing-tables .pricing-box .pricing-scroll {
      height: 180px;
      max-height: 175px;
      overflow-y: auto;
      scrollbar-face-color: #EEEEEE;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: #7022C4 #EEEEEE;
      scrollbar-width: 1em;
      -ms-scrollbar-highlight-color: aqua;
      -ms-scrollbar-face-color: #7022C4;
      width: 80%;
      margin: 0 auto; }
    .pricing-tables .pricing-box .pricing-scroll::-webkit-scrollbar {
      width: 8px; }
    .pricing-tables .pricing-box .pricing-scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 20px; }
    .pricing-tables .pricing-box .pricing-scroll::-webkit-scrollbar-thumb {
      background-color: #7022C4;
      border-radius: 20px;
      outline: 1px solid slategrey; }
    .pricing-tables .pricing-box .price-table-features {
      list-style: none;
      margin: 0 auto;
      display: table;
      padding-left: 0px; }
      .pricing-tables .pricing-box .price-table-features li {
        background: url("../../assets/images/icons/check.png") no-repeat left;
        padding-left: 30px;
        line-height: 35px; }

.btn-grishblue {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  width: 140px;
  font-size: 14px;
  line-height: 36px;
  background: #207EE8; }
  .btn-grishblue:before {
    border-radius: 50px; }
  .btn-grishblue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-grishblue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-blue {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  width: 140px;
  font-size: 14px;
  line-height: 36px;
  background: #8E34EF; }
  .btn-blue:before {
    border-radius: 50px; }
  .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-blue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-red {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  width: 140px;
  font-size: 14px;
  line-height: 36px;
  background: #FF531E; }
  .btn-red:before {
    border-radius: 50px; }
  .btn-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-red:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

/*------ End 8- pricing tables ----------- */
/*------ 8- pricing tables 2 ----------- */
.pricing-tables2 {
  background: #F0E8F9;
  margin-top: -20px !important; }
  .pricing-tables2 .text-darkblue {
    color: #7022c4;
    font-size: 26px;
    font-weight: 600;
    font-family: circularStd; }
  .pricing-tables2 h3 {
    color: #000;
    font-weight: 800;
    font-family: circularStd;
    font-size: 42px;
     }
  .pricing-tables2 .border-top-price1 {
    background: #1f80ee;
    background: linear-gradient(118deg, #1f80ee 0%, #22ace4 47%, #25dfd9 100%);
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px; }
  .pricing-tables2 .border-top-price2 {
    background: #6717d9;
    background: -moz-linear-gradient(118deg, #6717d9 0%, #b11da2 47%, #e4217c 100%);
    background: -webkit-linear-gradient(118deg, #6717d9 0%, #b11da2 47%, #e4217c 100%);
    background: linear-gradient(118deg, #6717d9 0%, #b11da2 47%, #e4217c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6717d9",endColorstr="#e4217c",GradientType=1);
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px; }
  .pricing-tables2 .border-top-price3 {
    background: #fa2339;
    background: -moz-linear-gradient(118deg, #fa2339 0%, #f94835 47%, #f96d30 100%);
    background: -webkit-linear-gradient(118deg, #fa2339 0%, #f94835 47%, #f96d30 100%);
    background: linear-gradient(118deg, #fa2339 0%, #f94835 47%, #f96d30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa2339",endColorstr="#f96d30",GradientType=1);
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px; }
  .pricing-tables2 .pricing-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 16px;
    /*border: 1px solid #b8285a;*/
    border:1px solid #ffffff;
    overflow: hidden; }
    .pricing-tables2 .pricing-box:hover {
      box-shadow: 0px 0px 20px 1px #d2d2d2;
      z-index: 2;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.05);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.05);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.05);
      transition: all 200ms ease-in;
      transform: scale(1.05); }
    .pricing-tables2 .pricing-box h4 {
      font-weight: 599;
      color: #2d2b25;
      font-size: 18px;
      font-family: circularStd;
      letter-spacing: 2px; }
    .pricing-tables2 .pricing-box .old-price {
      font-size: 16px;
      font-weight: 599;
      /*color: #b7b7b7;*/
      color:#949292;}
      .pricing-tables2 .pricing-box .old-price .sale-price {
        text-decoration: line-through; }
    .pricing-tables2 .pricing-box .real-price {
      color: #7022C4; }
    .pricing-tables2 .pricing-box p {
      font-size: 12px; }
    .pricing-tables2 .pricing-box .price-circle {
      margin: 0 auto;
      display: table;
      background: #F2F7F9;
      border-radius: 100%;
      width: 100%;
      height: 90px; }
      .pricing-tables2 .pricing-box .price-circle .price-value {
        margin: 0 auto;
        display: table; }
      .pricing-tables2 .pricing-box .price-circle .currency-symbol {
        font-size: 25px;
        font-weight: 599;
        position: relative;
        top: -9px;
        font-family: circularStd; }
      .pricing-tables2 .pricing-box .price-circle .currency {
        font-size: 35px;
        font-weight: 599;
        font-family: circularStd; }
    .pricing-tables2 .pricing-box p {
      font-family: circularStd; }
    .pricing-tables2 .pricing-box .delivery-text {
      font-weight: 599; }
    .pricing-tables2 .pricing-box .pricing-scroll {
      height: 116px;
      max-height: 116px;
      overflow-y: auto;
      scrollbar-face-color: #F1F1F1;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: #C0C0C0 #F1F1F1;
      scrollbar-width: 1em;
      -ms-scrollbar-highlight-color: #F1F1F1;
      -ms-scrollbar-face-color: #C0C0C0;
      width: 85%; }
    .pricing-tables2 .pricing-box .pricing-scroll::-webkit-scrollbar {
      width: 7px; }
    .pricing-tables2 .pricing-box .pricing-scroll::-webkit-scrollbar-track {
      background-color: #F8F8F8;
      border-radius: 20px; }
    .pricing-tables2 .pricing-box .pricing-scroll::-webkit-scrollbar-thumb {
      background-color: #C0C0C0;
      border-radius: 20px;
      outline: 1px solid #F1F1F1; }
    .pricing-tables2 .pricing-box .price-table-features {
      list-style: none;
      padding-left: 0px; }
      .pricing-tables2 .pricing-box .price-table-features li {
        line-height: 24px;
        font-size: 13px;
        opacity: 1;
        /*color: gray;*/
        color:#3e3232;
        font-weight: 800;
        text-transform: capitalize; 
        font-family: circularStd; }
        .pricing-tables2 .pricing-box .price-table-features li i {
          color: #000; }

.btn-grishblue {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  width: 140px;
  font-size: 14px;
  line-height: 36px;
  background: #207EE8; }
  .btn-grishblue:before {
    border-radius: 50px; }
  .btn-grishblue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-grishblue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-blue {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  width: 140px;
  font-size: 14px;
  line-height: 36px;
  background: #8E34EF; }
  .btn-blue:before {
    border-radius: 50px; }
  .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-blue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-red {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  width: 140px;
  font-size: 14px;
  line-height: 36px;
  background: #FF531E; }
  .btn-red:before {
    border-radius: 50px; }
  .btn-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-red:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.btn-order-now {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #b8285a;
  border-radius: 50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 599;
  background: transparent;
  color: #b8285a;
  font-size: 11px;
  height: 45px;
  box-sizing: border-box;
  padding: 13px 25px; }
  .btn-order-now:hover {
    background: #6717d9;
    /*background: -moz-linear-gradient(left, #6717d9 0%, #b11da2 50%, #e4217c 100%);
    background: -webkit-linear-gradient(left, #6717d9 0%, #b11da2 50%, #e4217c 100%);
    background: linear-gradient(to right, #6717d9 0%, #b11da2 50%, #e4217c 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6717D9', endColorstr='#E4217C',GradientType=1 );
    background-color: #7022c4;
    color: #fff; }

.view-details {
  margin: 0 auto;
  display: table;
  font-size: 12px;
  color: #d8d8d8;
  font-weight: 599; }
  .view-details a {
    text-decoration: none;
    color: #d8d8d8; }

.contact-footer small {
  font-weight: 599;
  font-size: 12px; }

.contact-footer a {
  text-decoration: none; }
  .contact-footer a .contact-info {
    font-weight: 599;
    color: #7022C4;
    font-size: 12px; }

.contact-footer .contact-border {
  border-right: 1px solid #eee; }

.best-seller {
  overflow: inherit;
  position: relative; }
  .best-seller:before {
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: 599;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: -15px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: #7022C4;
    position: absolute;
    border: 2px solid #7022C4;
    box-shadow: 2px 1px 7px -1px #7022C4;
    right: -65px;
    top: 20px;
    box-sizing: border-box; }
  .best-seller:before {
    font-size: 10px;
    padding: 6px 10px;
    text-indent: 23px;
    height: 30px;
    width: 120px;
    right: -30px;
    top: 8px; }

/*------ End 8- pricing tables 2 ----------- */
/*------ Start Combo Package ----------- */
.combo-package {
  background: url("../../assets/images/bg-layers/proficient-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(103, 23, 217, 0.8);
  width: 100%; }
  .combo-package .text-darkblue {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: circularStd; }
  .combo-package h3 {
    color: #fff;
    font-weight: 800;
    font-family: circularStd;
    font-size: 42px; }
  .combo-package p {
    color: #fff;
    font-family: circularStd;
    font-size: 18px; }
  .combo-package .pricing-box {
    background: transparent;
    border-radius: 16px;
    border: 1px solid #fff;
    overflow: hidden; }
    .combo-package .pricing-box h4 {
      font-weight: 599;
      color: #fff;
      font-size: 18px;
      font-family: circularStd;
      letter-spacing: 2px; }
    .combo-package .pricing-box .old-price {
      font-size: 16px;
      font-weight: 599;
      color: #fff; }
      .combo-package .pricing-box .old-price .sale-price {
        text-decoration: line-through; }
    .combo-package .pricing-box .real-price {
      color: #fff; }
    .combo-package .pricing-box p {
      font-size: 12px; }
    .combo-package .pricing-box p {
      font-family: circularStd; }
    .combo-package .pricing-box .delivery-text {
      font-weight: 599; }
    .combo-package .pricing-box .pricing-scroll {
      height: 116px;
      max-height: 116px;
      overflow-y: auto;
      scrollbar-face-color: #F1F1F1;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: #C0C0C0 #F1F1F1;
      scrollbar-width: 1em;
      -ms-scrollbar-highlight-color: #F1F1F1;
      -ms-scrollbar-face-color: #C0C0C0;
      width: 85%; }
    .combo-package .pricing-box .pricing-scroll::-webkit-scrollbar {
      width: 7px; }
    .combo-package .pricing-box .pricing-scroll::-webkit-scrollbar-track {
      background-color: #F8F8F8;
      border-radius: 20px; }
    .combo-package .pricing-box .pricing-scroll::-webkit-scrollbar-thumb {
      background-color: #C0C0C0;
      border-radius: 20px;
      outline: 1px solid #F1F1F1; }
    .combo-package .pricing-box .price-table-features {
      list-style: none;
      padding-left: 0px; }
      .combo-package .pricing-box .price-table-features li {
        line-height: 24px;
        font-size: 12px;
        opacity: 1;
        color: #fff;
        font-weight: 599;
        text-transform: capitalize; }
        .combo-package .pricing-box .price-table-features li i {
          color: #fff; }
  .combo-package .btn-order-now {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 599;
    background: transparent;
    color: #fff;
    font-size: 11px;
    height: 45px;
    box-sizing: border-box;
    padding: 13px 25px; }
    .combo-package .btn-order-now:hover {
      background-color: #fff;
      color: #7022c4; }
  .combo-package .view-details {
    margin: 0 auto;
    display: table;
    font-size: 12px;
    color: #fff;
    font-weight: 599; }
    .combo-package .view-details a {
      text-decoration: none;
      color: #fff; }
  .combo-package .contact-footer small {
    font-weight: 599;
    font-size: 12px;
    color: #fff; }
  .combo-package .contact-footer a {
    text-decoration: none; }
    .combo-package .contact-footer a .contact-info {
      font-weight: 599;
      color: #fff;
      font-size: 12px; }
  .combo-package .contact-footer .contact-border {
    border-right: 1px solid #fff; }

.combo-border {
  border-top: 1px solid #fff; }

/*------ End Combo Package ----------- */
/*------ 9- process section ---------- */
.working-process .text-darkblue {
  /*color: #7022c4;*/
  color:#000000;
  font-size: 26px;
  font-weight: 600;
  font-family: circularStd; }

.working-process h3 {
  /*color: #000;*/
  color: #7022c4;
  font-weight: 800;
  font-family: circularStd;
  font-size: 42px; }

.working-process p {
  font-family: circularStd;
  font-size: 18px; }

.working-process h6 {
  color: #000;
  font-family: circularStd; }

.working-process .process-circle {
  background: #fff;
  border-radius: 100%;
  width: 100%;
  border: 2px solid #E8E8E8;
  height: 62px; }
  .working-process .process-circle:before {
    border-radius: 100%; }
  .working-process .process-circle .icon {
    margin: 0 auto;
    display: table;
    height: 36px;
    width: 36px;
    object-fit: contain;
    margin-top: 9px; }

.working-process .small-circle {
  width: 15px;
  height: 15px;
  background: #E7EBF3;
  border-radius: 100%;
  margin: 0 auto;
  display: table; }

.working-process .design {
  width: 20%; }

.working-process .development {
  width: 40%; }

.working-process .animation {
  width: 60%; }

.working-process .digital-marketing-services {
  width: 80%; }
  
.working-process .deliver-services {
  width: 100%; }

.working-process .progress {
  border-radius: 50px; }
  .working-process .progress .progress-bar {
    border-radius: 50px;
    background-color: #6F21C4; }

.work-process-tabs {
  margin: 0 auto;
  display: table;
  border-bottom: none; }
  .work-process-tabs li {
    display: inline; }

.tab-darkblue {
  width: 218px;
  border-radius: 50px;
  background: #00acc2;
  border: 1px solid #00acc2 }
  .tab-darkblue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .tab-darkblue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.tab-lightblue {
  width: 218px;
  border-radius: 50px;
  background: #25c6da;
    border: 1px solid #25c6da; }
  .tab-lightblue:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .tab-lightblue:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.tab-green {
  width: 218px;
  border-radius: 50px;
  background: #1976d3;
    border: 1px solid #1976d3; }
  .tab-green:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .tab-green:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

.tab-orange {
  width: 218px;
  border-radius: 50px;
  background: #2196f3;
    border: 1px solid #2196f3; }
  .tab-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .tab-orange:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

/*------ End 9- process section ---------- */
/*------ 11- testimonial section ----- */
.testimonial {
  background: url("../../assets/images/bg-layers/testimonial.png");
  background-size: cover;
  padding-bottom: 355px; }
  .testimonial .swiper-container {
    width: 100%;
    height: 100%;
    padding-top: 100px; }
    .testimonial .swiper-container h5 {
      font-family: circularStd;
      font-size: 28px; }
    .testimonial .swiper-container h3 {
      font-family: circularStd;
      font-weight: 800;
      font-size: 42px; }
    .testimonial .swiper-container p {
      font-size: 18px;
      font-family: circularStd;
      font-weight: 500; }
    .testimonial .swiper-container .testimonial-box {
      background: #fff;
      box-shadow: 0px 0px 10px 0px #2476D7;
      border-radius: 4px; }
      .testimonial .swiper-container .testimonial-box .quote {
        font-family: circularStd;
        font-weight: 599;
        color: #4936FA;
        font-size: 60px;
        height: 50px; }
      .testimonial .swiper-container .testimonial-box .customer-img {
        width: 50px;
        height: 50px;
        object-fit: contain; }
        .testimonial .swiper-container .testimonial-box .customer-img img {
          border-radius: 100px; }
      .testimonial .swiper-container .testimonial-box .customer-name {
        font-size: 14px;
        color: #000;
        font-family: circularStd; }
      .testimonial .swiper-container .testimonial-box .customer-profile li {
        display: inline-block;
        margin-left: 5px; }
        .testimonial .swiper-container .testimonial-box .customer-profile li a {
          text-decoration: none;
          font-size: 18px;
          transition: all 0.5s; }
          .testimonial .swiper-container .testimonial-box .customer-profile li a:hover {
            color: #000; }
      .testimonial .swiper-container .testimonial-box .customer-profile .facebook-icon {
        color: #2A40E5; }
      .testimonial .swiper-container .testimonial-box .customer-profile .dribbble-icon {
        color: #EA4F8B; }
      .testimonial .swiper-container .testimonial-box .customer-profile .twitter-icon {
        color: #03A9F4; }

.swiper-pagination-bullet {
  background: #4936FA !important; }

/*------ End 11- testimonial section ----- */
/*------ 12- Newsletter section ------ */
.news-letter {
  background: #F3F8F8; }
  .news-letter h3 {
    font-family: circularStd }
  .news-letter p {
    font-family: circularStd
    color: #8b9094;
    font-size: 14px; }

.newsletter-container {
  margin-top: 10px; }

.input-email {
  background: #FFFFFF;
  height: 50px;
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #ECF1F1;
  padding-left: 25px; }
  .input-email:focus {
    border-color: #7022C4;
    outline: 0;
    box-shadow: none; }

.btn-subscribe {
  background: #7022C4;
  border: 2px solid transparent;
  border-radius: 0px 30px 30px 0px;
  width: 130px;
  font-family: circularStd }
  .btn-subscribe:hover {
    border: none; }
  .btn-subscribe:before {
    border-radius: 0px 30px 30px 0px;
    border: none; }
  .btn-subscribe:active {
    box-shadow: none; }
  .btn-subscribe:focus {
    box-shadow: none; }
  .btn-subscribe:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }
  .btn-subscribe:active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0); }

/*------ End 12- Newsletter section ------ */
/*------ 13- Footer ----------- ------ */
.footer {
  background: url("../../assets/images/bg-layers/footer.png");
  background-position: 60% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .footer .footer-text {
    font-size: 14px;
    font-family: circularStd }
  .footer .footer-menu {
    padding-left: 0px;
    margin: 0 auto;
    display: table;
    list-style: none; }
    .footer .footer-menu li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-family: circularStd }
  .footer .footer-menu2 {
    padding-left: 0px;
    margin: 0 auto;
    display: table;
    list-style: none; }
    .footer .footer-menu2 li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-family: circularStd }
  .footer .contact-menu {
    list-style: none;
    margin: 0 auto;
    display: table; }
    .footer .contact-menu li a {
      color: #fff;
      text-decoration: none;
      font-family: circularStd }
    .footer .contact-menu .contact-no {
      font-size: 18px;
      font-family: circularStd }
    .footer .contact-menu .email-address {
      font-size: 14px;
      font-family: circularStd }
    .footer .contact-menu .contact-address {
      font-size: 14px;
      font-family: circularStd }
    .footer .contact-menu .office-time {
      font-size: 14px;
      font-family: circularStd }
  .footer .footer-border {
    border-bottom: 2px solid #833FCC; }
  .footer .copy-write {
    font-size: 14px;
    font-family: circularStd }
  .footer .footer-bottom-menu {
    list-style: none;
    float: right; }
    .footer .footer-bottom-menu li {
      display: inline-block;
      margin-right: 15px; }
      .footer .footer-bottom-menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-family: circularStd; }

/*------ End 13- Footer ----------- ------ */
/*------------------------------- */
/*---- Home Page style Css ------ */
/*------------------------------- */
/*------ Contact us Section ----------------- */
.contact-us {
  background: url(../../assets/images/bg-layers/bg-blog1.png);
  background-size: cover; }
  .contact-us .text-darkblue {
    color: #7022c4;
    font-size: 28px;
    font-weight: 600;
    font-family: circularStd; }
  .contact-us h3 {
    /*color: #000;*/
    color:#7022c4;
    font-weight: 800;
    font-family: circularStd;
    font-size: 42px;
    text-transform: capitalize; }
  .contact-us p {
    color: #000;
    font-family: circularStd;
    font-size: 14px; }
  .contact-us img {
    margin: 0 auto;
    display: table; }
  .contact-us a {
    text-decoration: none;
    color: #000; }
  .contact-us form input {
    background: #FFFFFF;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #d5d8f0;
    padding-left: 25px; }
    .contact-us form input:focus {
      border-color: #7022C4;
      outline: 0;
      box-shadow: none; }

      .contact-us form select {
    background: #FFFFFF;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ECF1F1;
    padding-left: 25px; }
    .contact-us form select:focus {
      border-color: #7022C4;
      outline: 0;
      box-shadow: none; }

  .contact-us form textarea {
    background: #FFFFFF;
    height: 150px;
    border-radius: 30px;
    border: 1px solid #d5d8f0;
    padding-left: 25px;
    resize: none; }
    .contact-us form textarea:focus {
      border-color: #7022C4;
      outline: 0;
      box-shadow: none; }

/*------ End contact us section ----------------- */
/*------ Start Logo Design ------------ */
.logo-design {
  background: url(../../assets/images/bg-layers/video-section.png);
  width: 100%;
  padding-top: 120px; }
  .logo-design h3 {
    font-weight: 600;
    font-family: circularStd; }
  .logo-design p {
    font-family: circularStd;
    font-size: 14px; }

    .textbold-left-head {
    font-size: 40px;
    font-family: circularStd;
    font-weight: 800;
}

/*------ End Logo Design ------------ */
/*------ Start Web Design ------------ */
.web-design {
  background: url(../../assets/images/inner-pages/web-design/web.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-position: top left;
  box-shadow: inset 0 0 0 2000px rgba(103, 23, 217, 0.8); }
  .web-design h3 {
    font-weight: 599;
    font-family: circularStd }
  .web-design p {
    font-family: circularStd
    font-size: 14px; }

.textbold-left-head2 {
    font-size: 28px !important;
    font-family: circularStd !important;
    font-weight: 800 !important;
}

/*------ End Web Design ------------ */
/*------ Start Web Development ------------ */
.web-development {
  background: url(../../assets/images/inner-pages/web-design/web.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-position: top left;
  box-shadow: inset 0 0 0 2000px rgba(103, 23, 217, 0.8); }
  .web-development h3 {
    font-weight: 599;
    font-family: circularStd }
  .web-development p {
    font-family: circularStd
    font-size: 14px; }

/*------ End Web Development ------------ */
/*------ Start App Design ------------ */
.app-design {
  background: url(../../assets/images/inner-pages/app-design/mobile-app-designs.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(154, 93, 241, 0.8); }
  .app-design h3 {
    font-weight: 599;
    font-family: circularStd }
  .app-design p {
    font-family: circularStd
    font-size: 14px; }

/*------ End App Design ------------ */
/*------ Start App Development ------------ */
.app-development {
  background: url(../../assets/images/inner-pages/app-design/mobile-app-designs.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(9, 20, 144, 0.8); }
  .app-development h3 {
    font-weight: 599;
    font-family: circularStd }
  .app-development p {
    font-family: circularStd
    font-size: 14px; }

/*------ End App Development ------------ */
/*------ Start video animation ------------ */
.vide-animation {
  background: url(../../assets/images/inner-pages/app-design/mobile-app-designs.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(9, 20, 144, 0.8); }
  .vide-animation h3 {
    font-weight: 599;
    font-family: circularStd }
  .vide-animation p {
    font-family: circularStd
    font-size: 14px; }

/*------ End video animation ------------ */
/*------ Start digital marketing ------------ */
.digital-marketing {
  background: url(../../assets/images/inner-pages/app-design/mobile-app-designs.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(33 117 222 / 77%); }
  .digital-marketing h3 {
    font-weight: 599;
    font-family: circularStd }
  .digital-marketing p {
    font-family: circularStd
    font-size: 14px; }
    
    .privacy-policy {
  background: url(../../assets/images/inner-pages/app-design/pnpolicy.jpg);
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(33 117 222 / 77%); }
  .digital-marketing h3 {
    font-weight: 599;
    font-family: circularStd }
  .digital-marketing p {
    font-family: circularStd
    font-size: 14px; }

/*------ End digital marketing ------------ */
/*--------------------------------------- Media Queries --------------------------------------- */
@media (max-width: 480px) {
  .topbar {
    display: none !important; }
  .header {
    margin-top: -24px; }
    .header .navbar-brand img {
      height: 35px; }
    .header #navbarSupportedContent {
      background: #fff;
      box-shadow: 0px 0px 6px 0px #dbdbdb;
      border-radius: 10px;
      padding-left: 20px; }
  .about-us-header {
    margin-top: -24px;
    padding-top: 74px;
    padding-bottom: 35px; }
    .about-us-header .navbar-brand img {
      height: 35px; }
    .about-us-header #navbarSupportedContent {
      background: #fff;
      box-shadow: 0px 0px 6px 0px #dbdbdb;
      border-radius: 10px;
      padding-left: 20px; }
  .navigation-wrap {
    top: 0px !important; }
  .header-content {
    margin-top: 100px; }
    .header-content h2 {
      font-size: 42px;
      text-align: center; }
    .header-content h1 {
      font-size: 54px;
      text-align: center; }
  .animation-container .girl1 {
    height: 115px;
    left: -8px; }
    .appdesign-boy {
    height: 240px !important; }
    .team-dev {
    height: 230px !important; }
    .logo-design-human {
    height: 230px !important;}
    .logoobj2 {
    top: -35px; }
    .video-obj1 {
    height: 230px !important;
    top: 16px; }
    .video-obj2 {
    height: 200px; }
    .web-design-obj1 {
    height: 271px !important;
    left: -12px !important;
    top: 15px; }
    .web-dev1 {
    height: 230px !important; }
    .web-dev2 {
    top: -10px !important; }
  .animation-container .animated-boy1 {
    left: 90px; }
  .animation-container .animated-girl {
    left: 148px; }
  .animation-container .animated-boy {
    left: 200px !important; }
  .animated-wrapper {
    height: 80vh; }
  .customer-support .customer-box h4 {
    font-size: 18px;
    text-align: center; }
  .customer-support .customer-box p {
    font-size: 15px;
    text-align: center; }
  .customer-support .customer-box {
    margin-top: 20px; }
  .about-us .text-darkblue {
    margin-top: 40px;
    text-align: center; }
  .about-us h3 {
    text-align: center; }
  .about-us .welcome-img {
    margin-top: 40px !important; }
  .video-section h3 {
    font-size: 25px;
    margin-top: 20px; }
    .video-play-button {
    width: unset !important; 
    top: -20px; }
  .video-section p {
    text-align: center; }
  .video-shadow .video-icon-circle {
    margin: 0 auto;
    display: table; }
  .video-shadow h4 {
    text-align: center; }
  .our-services .text-darkblue {
    margin-top: 40px; }
  .working-process .small-circle {
    margin-top: 10px; }
  .working-process .text-darkblue {
    font-family: circularStd
    text-align: center; }
  .working-process h3 {
    text-align: center; }
  .tab-darkblue {
    width: 100%;
    margin-top: 15px; }
  .tab-lightblue {
    width: 100%;
    margin-top: 15px; }
  .tab-green {
    width: 100%;
    margin-top: 15px; }
  .tab-orange {
    width: 100%;
    margin-top: 15px; }
  .work-process-tabs li {
    display: block; }
  .testimonial .swiper-container {
    padding-top: 200px; }
  .testimonial .swiper-container p {
    padding-left: 10px;
    padding-right: 10px; }
  .testimonial .swiper-container .testimonial-box .quote {
    padding-left: 10px; }
  .news-letter h3 {
    font-size: 22px;
    text-align: center; }
  .news-letter p {
    text-align: center; }
  .footer .footer-text {
    margin-top: 20px; }
  .footer h5 {
    text-align: left !important;
    margin-top: 15px; }
  .footer .footer-menu {
    margin: unset;
    display: unset; }
  .footer .footer-menu2 {
    margin: unset;
    display: unset; }
  .footer .contact-menu {
    margin: unset;
    display: unset;
    padding-left: 0px; }
  .footer .footer-border {
    border-bottom: none; }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -1px; }
  .customer-support {
    margin-top: unset; }
  .logo-design {
    background-size: unset; }
  .web-design {
    padding-top: 50px; } 
   
   .about-us {
    background: none;
    background-size: cover;}
    
    .pillo-img {
    position: absolute !important;
    margin: 0 auto;
    display: table;
    height: 100px !important;
    right: 0px !important;
    top: -255px;
   }
   
   .s3 {
    position: absolute !important;
    height: 240px !important;
}
    
    .contact-us h3 {
  
    font-size: 35px; }
    
    .about-link {
    color: #000 !important;
}

.about-link2
{
  color: #000 !important; 
}

.about-active-link
{
   color: #000 !important;
}

  }

@media (max-width: 767px) {
  .topbar {
    display: none !important; }
  .about-us-header {
    padding-top: 70px;
    padding-bottom: 50px; }
  .header {
    background-position: none;
    margin-top: -25px; }
    .header #navbarSupportedContent {
      background: #fff;
      box-shadow: 0px 0px 6px 0px #dbdbdb;
      border-radius: 10px;
      padding-left: 20px; }
    .header .navbar-light .navbar-nav .nav-link {
      font-size: unset;
      font-weight: unset; }
  .header-img {
    margin-top: 40px; }
  .animated-wrapper {
    height: unset; }
  .people-content {
    bottom: 18px; }
  .customer-support {
    margin-top: unset; }
  .customer-support .bg-cta3 {
    margin-top: 30px; }
  .customer-support .customer-box h4 {
    text-align: center;
    margin-top: 10px; }
  .customer-support .customer-box p {
    text-align: center; }
  .our-services .text-darkblue {
    margin-top: 40px; }
  .working-process .small-circle {
    margin-top: 10px; }
  .tab-darkblue {
    width: 250px;
    margin-top: 10px; }
  .tab-lightblue {
    width: 250px;
    margin-top: 10px; }
  .tab-green {
    width: 250px;
    margin-top: 10px; }
  .tab-orange {
    width: 250px;
    margin-top: 10px; }
  .testimonial .swiper-container {
    padding-top: 180px; }
  .testimonial .swiper-container .testimonial-box .quote {
    padding-left: 10px; }
  .testimonial .swiper-container p {
    padding-left: 10px; }
  .footer h5 {
    text-align: left !important;
    margin-top: 10px; }
  .footer .footer-menu {
    margin: unset;
    display: unset; }
  .footer .footer-menu2 {
    margin: unset;
    display: unset; }
  .footer .contact-menu {
    margin: unset;
    display: unset; }
  .footer-border {
    border: none !important; }
  .footer .copy-write {
    margin-top: 10px; }
  .nav-item:after {
    display: none; }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0; }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0; }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  body.dark .nav-item::before {
    background-color: #fff; }
  body.dark .dropdown-toggle::after {
    background-color: #fff; }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none; }
  .logo-design {
    background-size: unset; } 
   
   .pillo-img {
    position: absolute;
    right: -85px;
    bottom: 116px;
    height: 150px;
}
  }

@media (min-width: 768px) and (max-width: 991px) {
  a.nav-link {
    font-size: 10px !important; }
  .navbar-brand img {
    height: 30px; }
  .animated-wrapper {
    height: unset; }
  .header-content {
    margin-top: 90px; }
  .header-img {
    margin-top: 40px; }
  .animation-container {
    margin: 0 auto;
    display: table; }
  .customer-support {
    margin-top: 60px; }
  .tab-darkblue {
    margin-top: 10px; }
  .tab-lightblue {
    margin-top: 10px; }
  .tab-green {
    margin-top: 10px; }
  .tab-orange {
    margin-top: 10px; }
  .testimonial {
    padding-bottom: 150px; }
  .logo-design {
    background-size: unset; } }

.customer-form {
	margin-top: 9rem !important;
}

.customer-form h3 {
  /*color: #000;*/
  color:#7022c4;
  font-weight: 800;
  font-family: circularStd;
  font-size: 42px;
  text-transform: capitalize; }

.customer-form  form input {
  background: #FFFFFF;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d5d8f0;
  padding-left: 25px; }
.customer-form form input:focus {
  border-color: #7022C4;
  outline: 0;
  box-shadow: none; }
.customer-form-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 4rem;
  line-height: 2rem;
  z-index: 1000;
  background-color: #ffffff;
  /*border-top: 1px solid #888888;*/
}
.form-continue-button {
  font-weight: bold;
  font-size: 1.2rem;
  height: 3rem;
  width: 12rem;
  text-transform: uppercase;
}



.requirements-main-container {
  background-color: white !important;
}



.requirements-main-container {
  padding-bottom: 170px;
}

.requirements-main-container .selected {
  box-shadow: 0 10px 20px 0 rgb(140, 212, 0, 0.52) !important;
  border: 1px solid rgb(140, 212, 0, 1) !important;
  transform: scale(1.03);
}

.selected {
  overflow: inherit;
  position: relative; }
  .selected:before {
    content: "SELCTED";
    color: #fff;
    font-size: 12px;
    font-weight: 599;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: -15px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: rgb(140, 212, 0, 1);
    position: absolute;
    border: 2px solid rgb(140, 212, 0, 1);
    box-shadow: 2px 1px 7px -1px rgb(140, 212, 0, 0.52);
    right: -65px;
    top: 20px;
    box-sizing: border-box; }
  .selected:before {
    font-size: 10px;
    padding: 6px 10px;
    text-indent: 23px;
    height: 30px;
    width: 120px;
    right: -30px;
    top: 8px; }


.industry-requirement-box {
  height: 11rem;
}

@media only screen and (max-width: 768px) {
  .customer-form {
    /* For mobile phones: */
    margin-top: 6rem !important;
  }

  .form-continue-button {
    /* For mobile phones: */
    font-size: 1.2rem !important;
    height: 3rem;
  }

  .customer-form-footer {
    height: 6rem;
    line-height: 6rem;
  }

  .requirements-main-container {
    padding-bottom: 120px;
  }

  .requirements-main-container .selected {
    transform: scale(1) !important;
  }
}