
@keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 56, 235, 0.1);
    box-shadow: 0 0 0 0 rgba(59, 56, 235, 0.1);
  }

  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@keyframes flipimage {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }

  50% {
    -webkit-transform: scale(0.8) rotateY(90deg);
    transform: scale(0.8) rotateY(90deg);
  }

  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

.block-site-footer {
  clear: both;
}

#be-bl-primary .sub-menu {
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.tte_svg_icon svg,
.tte_svg_icon i{
  width: 18px;
}
.tte-heading-title{
  padding: 0;
  margin: 0;
  line-height: 1;
}
.tt_heading-title-suffix{
  padding: 0 8px;
  color: #5044EB;
  background-color: #5044EB1F;
}

.tte__btn-wrap{
  display: flex;
}
.tte__btn-wrap .tte__btn {
  color: #FFFFFF;
  background-color: #5044EB;
  padding: 14.5px 36px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tte__btn-wrap .tte__btn:before {
  content: '';
  position: absolute;
  left: -90px;
  top: -135%;
  width: 190%;
  height: 135%;
  background-color: #1f1f1f;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tte__btn-wrap .tte__btn:hover:before {
  top: -10px;
}
.tte__btn-style-two .tte__btn {
  background: transparent;
  color: #0f0f0f;
  border: 1px solid #5044EB;
  border-radius: 5px;
}
.tte__btn-one-hover-style {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  opacity: 1;
  background-color: #5044EB;
  width: 100%;
  height: 0;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.tte__btn-style-two .tte__btn:hover {
  color: #ffffff;
}
.tte__btn-style-two .tte__btn:hover .tte__btn-one-hover-style {
  height: 100%;
  top: 0;
}
.tte__btn-style-two.tte__btn-wrap .tte__btn:before{
  content: none;
}
.tte__btn-style-three .tte__btn{
  background: transparent;
  color: #0f0f0f;
  border: 1px solid #5044EB;
}
.tte__btn-style-three .tte__btn:hover{
  color: #ffffff;
}
.tte__btn-style-three .tte__btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: -1;
  background: #5044EB;
  height: 150px;
  width: 200px;
  border-radius: 50%;
  transition: all .7s;
}
.tte__btn-style-three .tte__btn:hover:before {
  top: -30px;
  left: -87px;
  width: 807px;
}

.tte__icon-with-text-icon svg {
  width: 100px;
}

.tte__icon-with-text-title {
  font-size: 24px;
}
.tte__icon-with-text-btn {
  color: #1f1f1f;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 17px;
}
.tte__icon-with-text-btn svg {
  width: 14px;
}

.tte-cta-box {
  padding: 65px 80px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
  box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
}

.tte-cta-box .curve-shape {
  top: -70px;
  left: -75px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}

.tte_video-popup-btn {
  width: 80px;
  height: 80px;
  background-color: rgba(80,68,235,1.00);
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}


.ripple-effect {
  -webkit-animation: 1.3s ripple-animation linear infinite;
  animation: 1.3s ripple-animation linear infinite;
}
.tte_template-btn{
  background-color: rgba(80,68,235,1.00);
  color: #ffffff;
  padding: 14.5px 36px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media(max-width: 578.98px){
  .tte-cta-box{
    padding: 40px 32px;
  }
}
.tte__team-member-name {
  font-family: "Albert Sans";
  color: #1F1F1F;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 40px;
}

.tte__team-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(80,68,235,1.00);
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tte__team-thumbnail:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tte__team-thumbnail {
  max-width: 270px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tte__team-thumbnail:hover {
  padding: 8px;
}

.tte__team-thumbnail:hover img {
  -webkit-animation: 0.35s flipimage linear;
  animation: 0.35s flipimage linear;
}

.tte-counter-column {
  position: relative;
  z-index: 1;
}

.tte-counter-column:before {
  content: '';
  position: absolute;
  width: 370px;
  height: 370px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 50%;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-color: rgba(80,68,235,1.00);
}

.tte_icon-wrapper {
  background-color: rgba(80,68,235,1.00);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  position: relative;
}

.tte-counter-circle {
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
  box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
  width: 330px;
  height: 330px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  margin-top: -70px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tte-counter-circle h2 {
  font-family: "Albert Sans";
  color: #1F1F1F;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 4rem;
}

.tte-counter-column:hover:before {
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.tte-counter-column:hover .tte-counter-circle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tte_icon-wrapper svg {
  width: 60px;
}

.tte__pricing-box {
  background-color: #f2f1f9;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px 32px 32px;
}

.tte__prc-title-main {
  font-size: 40px;
  line-height: 50px;
  color: #1F1F1F;
  margin-bottom: 24px;
}

.tte_prc-subtitle {
  text-align: center;
  font-weight: 400;
  color: rgb(99, 109, 120);
  margin-bottom: 32px;
}

.tte_package-icon {
  width: 120px;
  height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px;
  border: 10px solid #F2F1F9;
  transition: all 0.3s;
}

.tte__pricing-box-content {
  padding: 110px 40px 40px;
  background-color: #ffffff;
  border-radius: 30px;
  margin-top: -60px;
}

.tte__pricing-title {
  font-size: 48px;
  margin-bottom: 24px;
}

.tte__pricing-title span {
  margin-left: -16px;
  color: #636d78;
  font-size: 16px;
}

.tte_pricing-spacer {
  background-color: #eeeeee;
  height: 1px;
  margin: 24px 0 32px 0;
}

.tte_pricing-features {
  list-style: none;
  padding: 0;
}

.tte_pricing-features li {
  color: #636D78;
  margin-bottom: 8px;
}

.tte_pricing-features li+li {
  margin-top: 10px;
}

.tte__prc-btn {
  padding: 14.5px 36px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(80,68,235,1.00);
  background-color: rgba(59, 56, 235, 0.1);
  margin-top: 40px;
}

.tte__prc-btn:before {
  content: '';
  position: absolute;
  left: -80px;
  top: -136%;
  width: 170%;
  height: 136%;
  background-color: #1F1F1F;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tte__prc-btn:hover {
  color: #ffffff;
}

.tte__prc-btn:hover:before {
  top: -10px;
}

.tte__pricing-box:hover {
  background-color: rgba(80,68,235,1.00);
}
.tte__pricing-box:hover .tte__prc-title-main,
.tte__pricing-box:hover .tte_prc-subtitle{
  color: #fff;
}
.tte__pricing-box:hover .tte_package-icon {
  border-color: rgba(80,68,235,1.00);
}
.tte_package-icon svg {
  width: 46px;
}
.tte__pricing-list-icon svg {
  width: 16px;
}

/******************* feedback section start ********************/
.tte-feedback-single {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tte-feedback-single .spacer {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #F2EFEA;
  margin: 35px 0 30px;
}

.tte-feedback-single .star-ratings {
  background-color: #f7f5f2;
  padding: 15px 20px;
  border-radius: 30px;
  list-style: none;
  margin: 0;
}

.tte-feedback-single .star-ratings li {
  color: #FFB422;
}
.tte-feedback-single img {
  width: 70px;
}
.tte-feedback-title {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 34px;
}
.tte-feedback-slider .slick-slide {
  margin: 0 12px;
}

/****************************** feedback section start **************************/
.cr2-feedback-section {
  background: -webkit-linear-gradient(187.56deg, rgba(102, 213, 236, 0.4) 26.33%, rgba(65, 50, 218, 0) 81.83%), #4132DA;
  background: -o-linear-gradient(187.56deg, rgba(102, 213, 236, 0.4) 26.33%, rgba(65, 50, 218, 0) 81.83%), #4132DA;
  background: linear-gradient(262.44deg, rgba(102, 213, 236, 0.4) 26.33%, rgba(65, 50, 218, 0) 81.83%), #4132DA;
  height: 625px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .cr2-feedback-section {
    height: auto;
  }
}

.cr2-feedback-vertical-slider {
  height: 900px;
  overflow: hidden;
  margin-top: -230px;
}

.cr2-feedback-vertical-slider .cr2-feedback-single {
  margin-bottom: 30px;
  background-color: #3528bb;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cr2-feedback-vertical-slider .cr2-feedback-single p,
.cr2-feedback-vertical-slider .cr2-feedback-single h5,
.cr2-feedback-vertical-slider .cr2-feedback-single span {
  color: #ffffff;
}

.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single {
  background-color: #ffffff;
  opacity: 1;
}

.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single p,
.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single h5 {
  color: #1f1f1f;
}

.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single span {
  color: #636d78;
}

@media (max-width: 1199.98px) {
  .cr2-feedback-vertical-slider {
    height: auto;
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .cr2-feedback-vertical-slider .slick-list {
    margin: 0 -12px;
  }

  .cr2-feedback-vertical-slider .slick-list .slick-slide {
    margin: 0 12px;
  }
}

.cr2-feedback-counter {
  gap: 100px;
}

.mx-470 {
  max-width: 470px;
}

.cr2-feedback-single {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.cr2-feedback-single p {
  color: #1f1f1f;
  font-size: 17px;
}

.cr2-feedback-single .spacer {
  margin-top: 35px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.tte-feedback-icon svg{
  width: 54px;
}
.cr2-feedback-single .clients_info img {
  width: 70px;
}
.cr2-feedback-vertical-slider .cr2-feedback-single span {
  color: #ffffff;
}
.cr2-feedback-vertical-slider .slick-center .cr2-feedback-single span {
  color: #636d78;
}
.cr2-feedback-single .spacer{
  background-color: #eeeeee;
  height: 1px;
}
/************************* blog section start **************************/
.tte_article-card {
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}

.tte_article-card .overlay-bg {
  position: absolute;
  left: -110%;
  top: 0;
  width: 120%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}

.tte_article-card .tte_feature-image img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.tte_article-card .card-content-wrapper {
  width: calc(100% - 60px);
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  padding: 42px;
  border-radius: 25px;
  background: #ffffff;
}

.tte_article-card .card-content-wrapper .blog-meta span+span {
  position: relative;
}

.tte_article-card .card-content-wrapper .blog-meta span+span::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 0;
  width: 1px;
  height: 16px;
  background-color: var(--primary-light);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.tte_article-card .card-content-wrapper .title {
  font-size: 30px;
}

.tte_article-card .card-content-wrapper .description {
  display: none;
}

.tte_article-card .card-content-wrapper .explore-btn {
  font-weight: 700;
  color: #5044eb;
}

.tte_article-card .card-content-wrapper .explore-btn:hover i {
  -webkit-animation: 0.3s toLeftFromRight;
  animation: 0.3s toLeftFromRight;
}

.tte_article-card:hover .overlay-bg {
  left: -10%;
  opacity: 1;
}

.tte_article-card:hover .tte_feature-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 575.98px) {
  .tte_article-card .card-content-wrapper {
    position: relative;
    left: auto;
    margin-left: 15px;
    width: calc(100% - 30px);
    -webkit-box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
    box-shadow: 0px 6px 59px rgba(8, 8, 20, 0.11);
  }
}
.tte_article-card .card-content-wrapper .blog-meta i {
  font-size: 14px;
}