@media (max-width: 600px) {
  .flex-container 
  {
      flex-direction: column;
      margin-top: -30px;

  }
}
.left_tial_design {
  /* border: 1px solid white; */
  margin-left: 7px;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  color: #fff;
  /* margin-left: -30px; */
}

.right_tial_design {
  border: 1px solid white;
  margin-left: 7px;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  color: #fff;
  /* margin-right: -10px; */
}

.tial_design {
  background-color: #6A0A3A;
  border: 1px solid white;
  margin-left: 7px;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.tial_design:hover {
  background-color: #96175A;
  color: #fff;
}

#main-features1,
#main-features2 {
  background-color: #1a1a1a;
}

#get_started_btn {
  background-color: #387dbd;
  color: white;
  border-radius: 30px;
}

#get_started_btn:hover {
  border: 1px solid #387dbd;
  background-color: #fff;
  color: #387dbd;
  border-radius: 30px;
}

.prag_font {
  font-size: 16px;
}
.prag_font2 {
  font-size: 18px;
}
.keypoint {
  width: 75px;
	height: 75px;
}

.featureimg {
  width: 200px;
  height: 70px;
}
.featureimg2 {
  width: 250px;
  height: 70px;
}
/* nav tab styling */
.my_nav_tab a {
  color: inherit;
  text-decoration: none;
}

.my_nav_tab a {
  font-size: 20px;
  font-weight: bold;
}

.container_line a {
  background-color: #ecf0f1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #830F50;
  display: block;
  /* font-weight: bold; */
  margin-bottom: 20px;
  padding: 2px;

}

.container_line a:hover {
  color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

.back-pulse {
  transition: background-color 1000ms;
}

.back-pulse:hover {
  background-color: #830F50;
  -webkit-animation: back-pulse 1000ms infinite linear 500ms;
  animation: back-pulse 1000ms infinite linear 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@keyframes back-pulse {

  0%,
  50%,
  100% {
      background-color: rgba(72, 91, 110, 0.75);
  }

  25%,
  75% {
      background-color: #485B6E;
  }
}

@-webkit-keyframes back-pulse {

  0%,
  50%,
  100% {
      background-color: rgba(84, 153, 199, 0.75);
  }

  25%,
  75% {
      background-color: #830F50;
  }
}

.sweep-to-right {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}

.sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #830F50;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.container_line2 {
  border-bottom: 6px solid #830F50;
}

.tab_list_view {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* li.active 
{
  color: red;
} */
/* nav tab styling */
@keyframes scroll {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(calc(-300px * 7));
  }
}

.slide img {
  height: 80px;
  max-width: 100%;
}

.slider {
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  /* background-color: #fff; */
  /* opacity: 0.6; */
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(300px * 14);
}

.slider .slide {
  height: 100px;
  width: 300px;
  /* border: 1px solid red; */
  margin-left: 30px;
  margin-right: 30px;
}

/* llll */


.testim {
  width: 100%;
  /* position: absolute;
top: 50%;
-webkit-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-ms-transform: translatey(-50%);
-o-transform: translatey(-50%);
transform: translatey(-50%); */
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #7F0F49;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #29292b;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #7F0F49;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #7F0F49;
  border-color: #7F0F49;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #29292b;
  font-size: 1.5em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #000;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #29292b;
      box-shadow: 0px 0px 10px 5px #29292b;
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #29292b;
      box-shadow: 0px 0px 0px 0px #29292b;
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #29292b;
      box-shadow: 0px 0px 10px 5px #29292b;
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #29292b;
      box-shadow: 0px 0px 0px 0px #29292b;
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #29292b;
      box-shadow: 0px 0px 10px 5px #29292b;
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #29292b;
      box-shadow: 0px 0px 0px 0px #29292b;
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #29292b;
      box-shadow: 0px 0px 10px 5px #29292b;
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #29292b;
      box-shadow: 0px 0px 0px 0px #29292b;
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      box-shadow: 0px 0px 10px 5px #29292b;
  }

  100% {
      box-shadow: 0px 0px 0px 0px #29292b;
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }

  to {
      opacity: 0;
      transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -moz-transform: scale(1);
      transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -o-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }

  to {
      opacity: 1;
      transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);
  }

  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
      font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
      font-size: 1.5em;
  }

  .testim .cont div p {
      line-height: 25px;
  }

}
.btn-primary {
  color: #fff;
  background-color: #397DBE;
  border-color: #397DBE;
  box-shadow: 0 4px 8px 0 hsl(0deg 0% 100% / 5%);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #195b99;
  border-color: #195b99;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #195b99;
  border-color: #195b99;
}
.box_shadow
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.my_nav_tab li {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.hero.is-theme-primary
{
  background-color: white;
}
.app-download-btn
{
  border: 2px solid rgb(75, 74, 74); 
  border-radius: 10px; 
  padding: 5px;
  cursor: pointer;
  color: #000;
}
.app-download-btn:focus
{
  color: #000;
}
.app-download-btn2
{
  border: 2px solid rgb(255, 255, 255); 
  border-radius: 10px; 
  padding: 5px;
}

