.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.popup {
  width: 236px;
  height: 120px;
  padding: 24px;
  color: #fff;
  sizing: border-box;
  position: fixed;
  left: -236px;
  bottom: 48px;
  transition: left 0.3s ease;
}
.popup--shown {
  left: 96px;
}
.popup__text {
  font-family: sans-serif;
}
.rh-panel {
  position: fixed;
  width: 48px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: ;
}
.number {
  font-family: sans-serif;
  font-weight: bold;
  background-color: red;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: white;
  text-align: center;
  line-height: 24px;
  position: absolute;
  right: 12px;
  bottom: 24px;
  margin: 0;
  display: none;
}
.number--pop {
  animation: pop 0.3s linear 1;
}
@keyframes pop{
  50%  {transform: scale(1.2);}
}
.notifications {
  position: absolute;
  right: 10px;
  top: 10px;
}

.notify {
  width: 300px;
  height: 70px;
  background-color: #C5CBF0;
  border-radius: 7px;
  box-shadow: 0 1px 4px #1c4963;
  overflow: hidden;
  cursor: pointer;
  margin: 10px 0;
  z-index: 200000;
}

.notify:first-child {
  margin: 0 0 10px 0;
}

.circle {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 100%;
  transform: translate(17px, 17px);
  color: whitesmoke;
  padding: 10px 0 10px 13px;
}

.gr > .circle {
  background-color: #012768;
}

.gr > .info span:first-child {
  color: #012768;
}

.rd > .circle {
  background-color: #de3b12;
}

.rd > .info span:first-child {
  color: #de3b12;
}

.or > .circle {
  background-color: #c87a46;
}

.or > .info span:first-child {
  color: #fff;
}

.bl > .circle {
  background-color: #225877;
}

.bl > .info span:first-child {
  color: #225877;
}

.info {
  width: 230px;
  height: 70px;
  transform: translate(70px, -35px);
  padding: 10px;
}

.info span:first-child {
  display: block;
  color: #fff
  font-weight: 600;
  font-size: 15px;
}

.info span:last-child {
  color: #012768;
  font-size: 13px;
  
}

.info span a {
  color: #E74A3C;
  text-decoration: none;
  font-weight: 600;
}





*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  padding: 0;
}

.container1 {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 15px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 350px) {
  .container {
    grid-template-columns: 1fr;
  }
}

.card svg {
  fill: #D8621D;
}

.card {
  max-width: 350px;
  padding: 3em 2.5em 1.25em;
  background: white;
  box-shadow: -1px 1px 10px 1px black;
  transition: ease-in-out 250ms;
}

.card:hover,
.card:focus {
  transform: scale(1.02); 
}

.card-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 300px) {
  .card-title {
    flex-direction: column;
  }
}

.card-title svg {
  width: 25px;
}

.card h2 {
  position: relative;
}

.marketing-hub::after,
.service-hub::after {
  content: 'TM';
  position: absolute;
  top: 0;
  font-size: .75rem;
  font-weight: 400;
}

@media (max-width: 350px) {
  .marketing-hub::after {
    top: 35px; 
  }
}

@media (max-width: 375px) {
    .operations-hub::after {
    right: -16px;
  }
}

.sales-hub::before,
.cms-hub::before,
.operations-hub::before {
  content: 'R';
  position: absolute;
  top: 1px;
  right: -12px;
  font-size: .75rem;
  font-weight: 400;
}

.sales-hub::after,
.cms-hub::after,
.operations-hub::after {
  content: '';
  position: absolute;
  top: 0;
  height: 16px;
  width: 16px;
  border: 1px black solid;
  border-radius: 50%;
}

.card-title h2 {
  font-size: 1.75rem;
}

.card p {
  margin: 1rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #757575;
}

.card h3 {
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.features-list {
  list-style: none;
}

.features-list li {
  font-size: .9rem;
  font-weight: 600;
}

.flex-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.card ul svg {
  width: 20px;
}

.button {
  width: 100%;
  margin-top: 2rem;
  padding: 10px;
  border: none;
  outline: none;
  background: #E74A3C;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  z-index: 1000;
  transition: ease-in-out 250ms;
}

.button:hover,
.button:focus {
  background: #E74A3C;
}




.testimonial {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #14213d;
  color: #14213d;
}
.testimonial-slide {
  padding: 20px;
}
.testimonial_box-top {
  background-color: #e5e5e5;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 20px rgba(229, 229, 229, 0.301);
}
.testimonial_box-icon {
  margin-top: -12px;
  padding-right: 20px;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #c87a46;
}
.testimonial_box-text p {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial_box-shape {
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  -webkit-transform: rotateZ(50deg);
  transform: rotateZ(45deg);
}
.testimonial_box-bottom {
  padding-top: 35px;
  padding-left: 25px;
}
.testimonial_box-profile {
  display: flex;
}
.testimonial_box-img {
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #c87a46;
}
.testimonial_box-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #c87a46;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #c87a46;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 15px;
  color: #c87a46;
}


video {
  width: 100%;
}
#playlist {
  width: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}
a 1 {
  text-decoration: none;
}
.active a 1 {
  color: #5db0e6;
  text-decoration: none;
}
li a 1 {
  color: #eeeedd;
  background: #333;
  padding: 12px;
  display: block;
}
li a:hover 1 {
  text-decoration: none;
}



.main__card1 {
  margin-inline: auto;
  max-width: 32em;
}

.card1 {
  color: white;
  background-color: #031227;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  padding: 3em 2.5em 1.25em;
  border-radius: 10px;
}
.card1__line {
  position: absolute;
  animation: 1s 1s linear infinite;
}
.card1__line_left {
  animation-name: to-top;
  background: linear-gradient(to bottom, #fff, transparent);
  left: 0;
  bottom: -100%;
  width: 0.2em;
  height: 100%;
}
.card1__line_right {
  animation-name: to-bottom;
  background: linear-gradient(to bottom, transparent, #fff);
  right: 0;
  top: -100%;
  width: 0.2em;
  height: 100%;
}
.card1__line_top {
  animation-delay: 1.5s;
  animation-name: to-right;
  background: linear-gradient(to right, transparent, #fff);
  width: 100%;
  height: 0.2em;
  top: 0;
  left: -100%;
}
.card1__line_bottom {
  animation-delay: 1.5s;
  animation-name: to-left;
  background: linear-gradient(to right, #fff, transparent);
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 0.2em;
}

@keyframes to-top {
  to {
    bottom: 100%;
  }
}
@keyframes to-bottom {
  to {
    top: 100%;
  }
}
@keyframes to-left {
  to {
    right: 100%;
  }
}
@keyframes to-right {
  to {
    left: 100%;
  }
}



.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
 } 

.custom-btn {
  width: 160px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  
 } 

/* 16 */
.btn-16 {
  border: none;
  color: #fff;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
  float:left;
  
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}



.wrapper3 .outer3{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper3 .card3{
  background: #fff;
  width: 100%;
  max-width:430px;
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  justify-content: space-between;
  border-radius: 100px 20px 20px 100px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  animation: animate 15s linear infinite;
  animation-delay: calc(3s * var(--delay));
}
.outer3:hover .card3{
  animation-play-state: paused;
}
.wrapper3 .card3:last-child{
  animation-delay: calc(-3s * var(--delay));
}
@keyframes animate {
  0%{
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  5%, 20%{
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  25%, 40%{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1);
  }
  45%, 60%{
    opacity: 0.4;
    transform: translateY(-100%) scale(0.7);
  }
  65%, 100%{
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}
.card3 .content3{
  display: flex;
  align-items: center;
}
.wrapper3 .card3 .img{
  height: 90px;
  width: 90px;
  position: absolute;
  left: -5px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.card3 .img img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.card3 .details3{
  margin-left: 80px;
}
.details3 span{
  font-weight: 600;
  font-size: 18px;
}
.card3 a{
  text-decoration: none;
  padding: 7px 18px;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(to bottom, #bea2e7 0%, #86b7e7 100%);
  transition: all 0.3s ease;
}
.card3 a:hover{
  transform: scale(0.94);
}
