/* ------------------------------------------------
  Project:   Sassaht - SaaS, Startup & WebApp Prebuilt Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Accordion
  3. Social
  4. Team
  5. Tab
  6. Counter
  7. Blog - Post
  8. Testimonials
  9. Featured Box
  10. Button
  11. Price Table  
  12. Portfolio  
  13. Progress Bar


/* ------------------------
    Section Title
------------------------*/
.title {
  color         : #222;
  margin-bottom : 20px;
  font-size     : 30px;
  position      : relative;
  padding-bottom: 10px;
  border-bottom : 2px solid #ececec;
  font-weight   : bold;
}

.col-sm-11 .title::before,
.col-11 .title::before {
  position     : absolute;
  content      : '';
  left         : -0.1%;
  top          : 100%;
  transform    : translateY(-50%);
  height       : 5px;
  width        : 45%;
  background   : #f63a3a;
  border-radius: 10px;
}

.dark-bg .title,
.theme-bg .title,
.theme-bg .section-title h6 {
  color: #ffffff;
}

.section-title h6 {
  padding       : 15px 0 15px 15px;
  position      : relative;
  display       : inline-block;
  font-weight   : 600;
  text-transform: uppercase;
  margin-bottom : 20px;
}

.section-title h2 {
  margin-top: 10px;
}

.title span {
  font-weight: 600;
}

.theme-bg .title span {
  color: #ffffff;
}

.title-bdr {
  display      : none;
  position     : relative;
  width        : 150px;
  margin-bottom: 40px;
}

/* .text-center .title-bdr {
  margin-left: auto;
  margin-right: auto;
} */
.left-bdr,
.right-bdr {
  height       : 6px;
  width        : 60px;
  background   : linear-gradient(150deg, rgb(251, 202, 66), rgb(255, 27, 47));
  border-radius: 10px;
  position     : absolute;
}

.green .left-bdr,
.green .right-bdr {
  background: linear-gradient(58deg, #56d364, #2ea043, #2f5704);
}

.left-bdr {
  left     : 0px;
  animation: left 2s infinite;
}

.right-bdr {
  right    : 0px;
  animation: right 2s infinite;
}

@keyframes left {

  0%,
  50%,
  100% {
    width: 60px;
  }

  25% {
    width: 120px;
  }

  75% {
    width: 10px;
  }
}

@keyframes right {

  0%,
  50%,
  100% {
    width: 60px;
  }

  25% {
    width: 10px;
  }

  75% {
    width: 120px;
  }
}

.theme-bg .left-bdr,
.theme-bg .right-bdr {
  background-color: #fb8b00;
}

.banner-pulse {
  position      : absolute;
  top           : -50px;
  right         : -50px;
  background    : rgba(255, 255, 255, 0.2);
  border        : none;
  width         : 200px;
  height        : 200px;
  color         : #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  border-radius : 50%;
  animation     : banner-pulse 2s linear infinite;
}

@keyframes banner-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  40% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }

  80% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

.hero-title {
  font-size     : 120px;
  font-weight   : 800;
  line-height   : 90px;
  text-transform: uppercase;
  color         : #ffffff;
}

.hero-title span {
  font-weight: 400;
  font-size  : 85px;
}

/* ------------------------
    Accordion
------------------------*/
.accordion .card {
  border       : 2px solid #eeeefe !important;
  margin-bottom: 20px;
  overflow     : inherit;
}

.accordion>.card .card-header {
  margin-bottom: 0;
}

.accordion .card:last-child {
  margin-bottom: 0;
}

.accordion .card-header {
  background: none;
  border    : none;
  position  : relative;
  padding   : 0;
}

.accordion .card-header a {
  padding       : 20px 20px 20px 70px;
  background    : #ffffff;
  font-weight   : 400;
  font-size     : 18px;
  color         : #322f55;
  text-transform: capitalize;
  display       : inline-block;
  width         : 100%;
}

.accordion .card a[aria-expanded='true'],
.accordion .card a:hover {
  background: none;
  color     : #03d665;
}

.accordion .card-body {
  padding    : 30px;
  padding-top: 0;
  line-height: 2;
}

.accordion .card-header a:before {
  position         : absolute;
  content          : '\f139';
  font-weight      : 900;
  font-family      : 'Line Awesome Free';
  font-size        : 30px;
  top              : 50%;
  left             : 30px;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

.accordion .card-header a[aria-expanded='true']:before {
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

.accordion .card.active a:before,
.accordion .card a:hover:before {
  content: '\f13a';
}

.dark-bg .accordion .card {
  background: rgba(0, 0, 0, 0.2);
}

.dark-bg .accordion .card-header a {
  color: #fb8b00;
}

.dark-bg .accordion .card.active a,
.dark-bg .accordion .card a:hover {
  color: #03d665;
}

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding    : 0;
  margin     : 0;
  line-height: 0;
}

.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  display   : inline-block;
  list-style: none;
  padding   : 0;
  margin    : 0 8px 0 0;
}

.social-icons li a {
  display           : inline-block;
  height            : 40px;
  width             : 40px;
  line-height       : 40px;
  font-size         : 14px;
  text-align        : center;
  margin            : 0;
  border-radius     : 4px;
  border            : 0;
  background        : transparent;
  color             : #322f55;
  overflow          : hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.text-white .social-icons li a {
  color: #ffffff;
}

.social-icons.fullwidth li a {
  width      : auto;
  height     : auto;
  line-height: 20px;
  padding    : 10px 15px;
}

.social-icons li:hover a {
  transform: rotateY(360deg);
}

/*** Colored ***/
.social-icons.social-colored a,
.social-icons.social-hover a:hover {
  color : #fff;
  border: 0;
}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {
  background-color: #faa33d;
}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover {
  background-color: #548bb6;
}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover {
  background-color: #db5442;
}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover {
  background-color: #a4c639;
}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover {
  background-color: #999999;
}

/*** Border ***/
.social-icons.social-border li a {
  border    : 1px solid #efefef;
  background: transparent;
}

/*** Circle ***/
.social-icons.circle li a {
  -webkit-border-radius: 50%;
  -moz-border-radius   : 50%;
  border-radius        : 50%;
}

/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative;
}

.owl-carousel .team-member {
  margin: 30px 15px;
}

.team-images {
  overflow: hidden;
  position: relative;
}

.team-member .team-description {
  background: #ffffff;
  padding   : 20px;
  position  : relative;
  z-index   : 9;
}

.team-member .team-description span {
  color      : #322f55;
  font-weight: 400;
}

.team-member .team-description h5 {
  margin        : 0 0 10px;
  text-transform: capitalize;
  font-weight   : 400;
  color         : #03d665;
}

.team-social-icon {
  margin-top: 15px;
}

.team-member .team-social-icon ul {
  display: inline-block;
}

.team-member .team-social-icon ul li {
  list-style-type: none;
  position       : relative;
}

.team-member img {
  width: 100%;
}

.team-member p {
  margin: 15px 0;
}

.team-member.style-1 .team-images {
  width        : 200px;
  height       : 200px;
  border-radius: 50%;
  margin       : 0 auto;
}

.team-member.style-1:hover .team-images {
  border-radius: 7px;
}

.team-member.style-1 .team-social-icon {
  margin  : 0;
  display : inline-block;
  opacity : 0;
  position: absolute;
  top     : 50%;
  left    : 50%;
  z-index : 500;
}

.team-member.style-1 .team-social-icon ul li {
  width     : 50%;
  margin    : 5px 0;
  float     : left;
  text-align: center;
}

.team-member.style-1:hover .team-social-icon {
  opacity: 1;
}

.team-member.style-1 .team-link {
  display   : block;
  margin    : 0 0 -14px;
  opacity   : 0;
  transition: margin 0.2s ease 0s, opacity 0.2s ease 0s;
}

.team-member:hover .team-link,
.team-member.active .team-link {
  margin : 12px 0 0;
  opacity: 1;
}

.team-link a {
  text-align   : center;
  border-radius: 50%;
  display      : inline-block;
  width        : 50px;
  height       : 50px;
  line-height  : 50px;
  background   : rgb(3, 214, 101);
  background   : linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
  color        : #ffffff;
  font-size    : 30px;
}

.team-member.style-2 {
  border-radius: 7px;
  overflow     : hidden;
}

.team-member.style-2 .team-description h5,
.team-member.style-3 .team-description h5 {
  margin: 10px 0 0;
}

.team-member.style-2 .team-link {
  position: absolute;
  margin  : 0;
  right   : 25px;
  top     : -25px;
}

.team-member.style-2 .team-link a:hover {
  color: #322f55;
}

.team-member.style-3 .team-description {
  margin-top   : -50px;
  width        : 90%;
  border-radius: 7px;
}

.team-member.style-3 .team-social-icon ul li {
  margin: 0 15px 0 0;
}

.team-member.style-3 .team-social-icon ul li a {
  width      : auto;
  height     : auto;
  line-height: inherit;
  font-size  : 16px;
}

.team-member.style-3 .team-social-icon ul li a:hover {
  color: #03d665;
}

.team-member.style-4 {
  background     : #ffffff;
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
  border         : 2px solid;
  border-image   : linear-gradient(45deg, rgb(3, 214, 101), rgb(115, 41, 194)) 1;
  padding        : 30px;
}

.team-member.style-4 .team-images {
  width        : 200px;
  height       : 200px;
  border-radius: 50%;
  margin-right : 15px;
  border       : 10px solid #ffffff;
}

.team-cntct {
  background: #ffffff;
  padding   : 30px;
}

.team-cntct .team-icon li a {
  color: #322f55;
}

.team-cntct .team-icon li a:hover {
  color: #03d665;
}

.team-cntct .team-icon li i {
  display       : inline-block;
  border-radius : 7px;
  background    : #ffffff;
  width         : 60px;
  height        : 60px;
  line-height   : 60px;
  text-align    : center;
  color         : #03d665;
  font-size     : 24px;
  vertical-align: middle;
  margin-right  : 10px;
}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border : none;
  display: inline-block;
}

.tab .nav-tabs .nav-link {
  background   : #ffffff;
  border-radius: 7px;
  margin-right : 20px;
  font-size    : 20px;
  font-weight  : 600;
  color        : #322f55;
  position     : relative;
  display      : inline-block;
  border       : none;
  padding      : 15px 30px;
}

.tab .nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs.active>a:focus,
.tab .nav-tabs>a:hover {
  background: #03d665;
  color     : #ffffff;
}

.tab .tab-content {
  padding: 30px;
}

.tab .nav-tabs {
  display   : table;
  width     : 100%;
  text-align: center;
}

.custom-tab .tab-content {
  padding-top: 100px;
}

/* ------------------------
    Counter
------------------------*/
.counter {
  position     : relative;
  text-align   : center;
  background   : #ffffff;
  border-radius: 7px;
  overflow     : hidden;
  padding      : 30px;
}

.counter span {
  font-size  : 50px;
  font-weight: 600;
  line-height: 50px;
  color      : #322f55;
  display    : inline-block;
  margin     : 30px 0 20px;
}

.counter span+span {
  font-weight  : normal;
  font-size    : 30px;
  color        : #7f7f7f;
  margin-bottom: 0;
}

.counter h5 {
  display    : block;
  color      : #7f7f7f;
  font-size  : 20px;
  font-weight: 400;
  position   : relative;
  margin     : 0;
}

.counter.style-2 {
  border-radius: 50%;
  width        : 200px;
  height       : 200px;
  padding      : 0;
  display      : inline-block;
}

.counter.style-2 .counter-desc {
  position : absolute;
  top      : 50%;
  width    : 100%;
  transform: translateY(-50%);
}

.counter.style-2 span {
  margin: 0 0 10px;
  color : #03d665;
}

.counter.style-2 h5 {
  font-size: 18px;
  color    : #322f55;
}

.counter.style-3 {
  background: none;
  overflow  : inherit;
}

.counter.style-3 span {
  margin: 0 0 10px;
  color : #03d665;
}

.counter.style-3 h5 {
  font-size: 18px;
  color    : #322f55;
}

.counter.style-3 .counter-icon {
  margin-bottom: 15px;
}

.counter.style-3:before {
  width        : 100%;
  height       : 100%;
  background   : #ffffff;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow   : 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation    : morphing 10s infinite;
  content      : '';
  position     : absolute;
  left         : 0;
  top          : 0;
  z-index      : -1;
}

.counter.style-4 {
  display    : flex;
  align-items: center;
  text-align : left;
  padding    : 20px;
}

.counter.style-4 span {
  margin: 0 0 10px;
}

.counter.style-4 .counter-icon {
  margin-right: 15px;
}

/* ------------------------
    Blog - Post
------------------------*/
.single-main-default-news-inner {
  position     : relative;
  overflow     : hidden;
  margin-bottom: 20px;
  height       : 500px;
}

.single-main-default-news-inner .news-content,
.single-main-default-news .news-content {
  position: absolute;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : auto;
  padding : 20px 25px;
  z-index : 2;
}

.single-main-default-news-inner .news-content h3 {
  font-size  : 36px;
  font-weight: bold;
}

.single-main-default-news-inner .news-content h3 a,
.single-main-default-news .news-content h3 a {
  color             : #ffffff;
  position          : relative;
  word-wrap         : break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height       : 1.3;
  overflow          : hidden;
  display           : -webkit-box;
}

.single-main-default-news-inner .news-content span,
.single-main-default-news .news-content span {
  color    : #ffffff;
  font-size: 14px;
}

/* .single-main-default-news-inner:hover .news-content h3 a,
.single-main-default-news:hover .news-content h3 a {
  color: #0e7ccf;
} */

.single-main-default-news-inner img,
.single-main-default-news img {
  overflow          : hidden;
  -webkit-transition: all 1.5s ease-out;
  transition        : all 1.5s ease-out;
  height            : 100%;
  width             : 100%;
  object-fit        : cover;
}

.single-main-default-news-inner:hover img,
.single-main-default-news:hover img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.single-main-default-news-inner::before,
.single-main-default-news::before {
  position  : absolute;
  content   : '';
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height    : 100%;
  bottom    : 0;
  left      : 0;
  right     : 0;
  width     : 100%;
  z-index   : 1;
  opacity   : 0.5;
}

.single-main-default-news {
  position     : relative;
  overflow     : hidden;
  margin-bottom: 20px;
  height       : 240px;
}

.single-main-default-news .news-content h3 {
  font-size  : 16px;
  line-height: 28px;
}

.post {
  position     : relative;
  border-radius: 4px;
  overflow     : hidden;
  height       : 400px;
  cursor       : pointer;
}

.owl-carousel .post {
  margin       : 0 10px 20px;
  background   : #fff;
  border-radius: 10px;
  /* border    : 2px solid #fff; */
  display      : block;
}

.owl-carousel .post:hover img {
  -webkit-filter    : none;
  filter            : none;
  -webkit-transform : scale(1.09, 1.09);
  transform         : scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition   : all 1s ease;
  -o-transition     : all 1s ease;
  -ms-transition    : all 1s ease;
  transition        : all 1s ease;
}

.luot-views {
  position     : absolute;
  top          : 10px;
  right        : 10px;
  color        : #fff;
  background   : #222222a1;
  border-radius: 4px;
  padding      : 2px 5px;
  font-size    : 12px;
}

.post .post-image {
  overflow: hidden;
  position: relative;
  height  : 158px;
}

.post .post-image img {
  object-fit: cover;
}

.post .post-desc {
  padding      : 0.5rem;
  /* background: #ffffff; */
}

.post .post-desc h4 {
  margin        : 0;
  text-transform: capitalize;
  overflow      : hidden;
  font-size     : 16px;
}

.post .post-desc h4 a {
  font-family: 'Roboto', sans-serif;
  color      : #222;
  display    : inline-block;
  font-weight: bold;
}

.post .post-desc .post-title-shortDescriptions {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size  : 14px;
  color      : #777777;
  line-height: 25px;
}

.post .post-desc h4 a:hover {
  color: #03d665;
}

.post .post-desc p {
  margin   : 15px 0;
  font-size: 14px;
  color    : #828893;
}

.post-meta ul li {
  background     : rgba(3, 214, 101, 0.1);
  font-size      : 14px;
  font-weight    : normal;
  display        : inline-block;
  vertical-align : middle;
  margin         : 0 10px 0 0;
  list-style-type: none;
  position       : relative;
}

.post-meta ul li:last-child {
  margin-right: 0;
}

.post-meta ul li i {
  color: #03d665;
}

.post-title {
  position  : relative;
  margin-top: 10px;
}

.post-categories li {
  background   : rgba(115, 41, 194, 0.1);
  border-radius: 30px;
  display      : inline-block;
  font-weight  : 400;
  font-size    : 12px;
  padding      : 8px 20px;
  color        : #322f55;
}

.post.style-2 .post-categories {
  position: absolute;
  top     : 0;
  left    : 30px;
}

.post.style-2 .post-categories li {
  background: #fff;
}

.post.style-2 .post-desc {
  position: relative;
}

.post.style-2 .post-meta {
  margin-top: 20px;
}

.post.style-3 {
  overflow     : inherit;
  margin-bottom: 50px;
  text-align   : center;
}

.post.style-3 .post-desc {
  position     : absolute;
  bottom       : -50px;
  right        : 0;
  width        : 90%;
  border-radius: 7px;
}

.post.style-4 .post-categories li {
  background: #ffffff;
}

.post.style-4 .post-desc {
  padding-top   : 0;
  padding-bottom: 0;
  box-shadow    : none;
  position      : absolute;
  bottom        : 0;
  left          : 0;
  right         : 0;
  background    : none;
  transform     : translateY(100%);
  opacity       : 0;
  z-index       : 99;
}

.post.style-4:hover .post-desc {
  bottom   : 15px;
  transform: translateY(0);
  opacity  : 1;
}

.post.style-4 .post-image:before {
  content   : '';
  background: rgb(3, 214, 101);
  background: linear-gradient(58deg, rgba(3, 214, 101, 1) 35%, rgba(115, 41, 194, 1) 100%);
  z-index   : 9;
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  opacity   : 0;
}

.post.style-4:hover .post-image::before {
  opacity: 0.9;
}

.post.style-4 .post-desc h4 a {
  color: #ffffff;
}

.post.style-4 .post-desc h4 a:hover {
  color: #7329c2;
}

.post.style-4 .post-meta {
  margin-top: 20px;
}

.post.style-4 .post-meta ul li {
  background: rgba(115, 41, 194, 0.1);
  color     : #ffffff;
}

.post.style-4 .post-meta ul li i {
  color: #7329c2;
}

.video-post {
  padding-top: 56.9444%;
  position   : relative;
  width      : 100%;
}

.video-post iframe,
.video-post object,
.video-post embed {
  pointer-events: auto;
  border        : medium none;
  height        : 100%;
  left          : 0;
  position      : absolute;
  top           : 0;
  width         : 100%;
}

.post-queto {
  background   : #ffffff;
  color        : #322f55;
  padding      : 30px;
  font-size    : 18px;
  font-style   : italic;
  line-height  : 30px;
  border-radius: 7px;
}

.comment-date {
  display       : block;
  color         : #7329c2;
  margin-top    : 10px;
  text-transform: uppercase;
}

.comment-reply {
  margin-top: 30px;
}

.comment-reply a {
  background   : #ffffff;
  padding      : 10px 20px;
  border-radius: 30px;
  color        : #322f55;
  font-weight  : 600;
  display      : inline-block;
}

.comment-reply a:hover {
  color: #03d665;
}

.pagination {
  display: inline-block;
}

.pagination>li {
  margin : 0 6px;
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  width        : 50px;
  height       : 50px;
  line-height  : 50px;
  padding      : 0;
  text-align   : center;
  color        : #322f55;
  font-weight  : 600;
  border-radius: 50% !important;
  border-color : #efefef;
}

.pagination>li.active .page-link,
.page-link:hover,
.page-link:focus {
  box-shadow  : none;
  background  : #03d665;
  color       : #ffffff;
  border-color: #03d665;
}

/*Widget-Title*/
.widget-title {
  margin-top   : 50px;
  font-weight  : 600;
  color        : #7329c2;
  display      : inline-block;
  position     : relative;
  width        : 100%;
  margin-bottom: 30px;
}

.widget-about h4 {
  font-weight: 600;
  color      : #7329c2;
}

/*Widget-Search*/
.widget-searchbox {
  position: relative;
  width   : 100%;
}

.form-inline .form-control {
  border        : 2px solid #03d665;
  border-radius : 7px;
  display       : inline-block;
  vertical-align: middle;
  width         : 100%;
}

.widget-searchbox .search-btn {
  background: none;
  border    : none;
  color     : #03d665;
  font-size : 14px;
  outline   : medium none;
  overflow  : hidden;
  position  : absolute;
  right     : 20px;
  top       : 50%;
  cursor    : pointer;
}

/*Recent Post*/
.widget .recent-post-thumb {
  display       : table-cell;
  vertical-align: middle;
  height        : auto;
  width         : 75px;
  border-radius : 7px;
  overflow      : hidden;
}

.widget .recent-post-desc {
  display       : table-cell;
  vertical-align: middle;
  padding-left  : 15px;
}

.widget .recent-post-desc a {
  display    : block;
  margin-top : 10px;
  color      : #322f55;
  font-weight: 600;
}

.widget .recent-post-desc a:hover {
  color: #03d665;
}

/*widget-Categories*/
.widget .widget-categories li {
  display      : block;
  margin-bottom: 10px;
  position     : relative;
}

.widget .widget-categories li a {
  text-transform: capitalize;
  color         : #322f55;
  font-weight   : 600;
}

.widget .widget-categories a span {
  color: #7329c2;
}

.widget .widget-categories li a:hover {
  color       : #03d665;
  padding-left: 5px;
}

.widget-categories li i {
  position: absolute;
  right   : 0;
  color   : #7329c2;
}

/*widget-tags*/
.widget .widget-tags li {
  display: inline-block;
  margin : 5px 5px 15px 0;
}

.widget .widget-tags li a {
  background   : #fafaff;
  border-radius: 7px;
  color        : #322f55;
  padding      : 10px 18px;
  display      : inline-block;
  text-align   : center;
  font-weight  : normal;
}

.widget .widget-tags li a:hover {
  background: #03d665;
  color     : #ffffff;
}

/*post-tags*/
.post-tags li {
  display: inline-block;
  margin : 5px 5px 15px 0;
}

.post-tags li a {
  background   : #fafaff;
  border-radius: 7px;
  color        : #322f55;
  padding      : 10px 18px;
  display      : inline-block;
  text-align   : center;
  font-weight  : normal;
}

.post-tags li a:hover {
  background: #03d665;
  color     : #ffffff;
}

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
  padding : 30px 30px 30px 0;
}

.owl-carousel .testimonial {
  margin: 15px;
}

.testimonial-content {
  position     : relative;
  font-size    : 18px;
  line-height  : 28px;
  font-weight  : 600;
  margin-bottom: 0;
}

.testimonial-content p {
  font-size    : 18px;
  line-height  : 34px;
  font-weight  : normal;
  margin-bottom: 0;
  color        : #322f55;
  position     : relative;
}

.testimonial .testimonial-caption label {
  margin-bottom: 0;
  font-weight  : 600;
  color        : #7329c2;
  display      : block;
}

.testimonial .testimonial-caption h5 {
  color        : #03d665;
  font-weight  : bold;
  display      : inline-block;
  margin-bottom: 10px;
}

.testimonial-caption {
  position  : relative;
  margin-top: 20px;
  display   : inline-block;
}

.testimonial .testimonial-img img {
  border-radius: 50%;
}

.testimonial-carousel .controls {
  padding    : 0;
  margin     : 0;
  white-space: nowrap;
  text-align : center;
  position   : relative;
}

.testimonial-carousel .controls li {
  position     : relative;
  margin       : 0 2%;
  border-radius: 50%;
  width        : 46%;
  box-shadow   : 0 30px 70px rgba(0, 0, 0, 0.2);
}

.testimonial-carousel .controls li a {
  position     : relative;
  z-index      : 9;
  overflow     : hidden;
  border-radius: 50%;
  display      : inline-block;
  width        : 100%;
  height       : 100%;
}

.testimonial-carousel .controls li:last-child {
  float : none;
  margin: 0 auto;
}

.testimonial-carousel .controls li img {
  width : 100%;
  height: 100%;
}

.testimonial.style-1 {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  padding        : 150px 0 100px;
}

.testimonial.style-1 .testimonial-img {
  border-radius: 50%;
  margin       : 15px 80px 15px 50px;
  position     : relative;
}

.testimonial.style-1 .testimonial-img img {
  border-radius          : 70% 30% 30% 70% / 70% 70% 30% 30%;
  -webkit-animation      : anti-rotation 8s infinite linear;
  animation-delay        : 0s;
  -webkit-animation-delay: 1s;
}

.testimonial.style-1 .testimonial-img:before {
  animation    : orbit 6.87s linear infinite;
  content      : '';
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background   : #ffffff;
  height       : 100%;
  width        : 100%;
  position     : absolute;
  left         : -10px;
  top          : -10px;
  z-index      : -9;
}

.testimonial.style-1 .testimonial-content {
  padding-right: 50px;
  padding-top  : 40px;
}

.testimonial.style-1 .testimonial-content p {
  background   : rgba(3, 214, 101, 0.1);
  padding      : 50px 15px 15px;
  border-radius: 7px;
}

.testimonial.style-1 .testimonial-quote {
  color        : #ffe2e1;
  font-size    : 50px;
  background   : #ffffff;
  display      : inline-block;
  width        : 80px;
  height       : 80px;
  line-height  : 80px;
  text-align   : center;
  border-radius: 7px;
  position     : absolute;
  top          : 0;
  left         : 30px;
  z-index      : 9;
}

.testimonial-1 .carousel-inner {
  z-index: 9;
}

.testimonial-carousel.testimonial-1 .controls {
  position: absolute;
  height  : 100%;
  width   : 100%;
  top     : 0;
}

.testimonial-carousel.testimonial-1 .controls li {
  animation-name           : zoom-fade;
  animation-duration       : 5000ms;
  transform-origin         : 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position                 : absolute;
  box-shadow               : 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius            : 100%;
  z-index                  : 99;
  opacity                  : 0.6;
  width                    : 100px;
  height                   : 100px;
  margin                   : inherit;
  float                    : none;
}

.testimonial-carousel.testimonial-1 .controls li.active {
  opacity  : 1;
  animation: inherit;
}

.testimonial-1 .controls li:nth-child(1) {
  left: 40%;
  top : 0%;
}

.testimonial-1 .controls li:nth-child(2) {
  right: 10%;
  top  : 0%;
}

.testimonial-1 .controls li:nth-child(3) {
  right : 10%;
  bottom: 10%;
}

.testimonial.style-2 {
  background     : #ffffff;
  padding        : 0;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  margin-top     : 50px;
  margin-right   : 50px;
  border-radius  : 7px;
}

.testimonial.style-2 .testimonial-img {
  width: 40%;
}

.testimonial.style-2 .testimonial-img img {
  border-radius: 7px;
  box-shadow   : none;
}

.testimonial.style-2 .testimonial-content {
  text-align: center;
  padding   : 50px 100px 10px;
  width     : 60%;
}

.testimonial.style-2::before {
  content      : '';
  background   : rgba(3, 214, 101, 0.1);
  width        : 100%;
  height       : 100%;
  position     : absolute;
  left         : 50px;
  top          : -50px;
  z-index      : -1;
  border-radius: 7px;
}

.testimonial.style-2 .testimonial-quote {
  color      : rgba(115, 41, 194, 0.1);
  font-size  : 100px;
  line-height: 100px;
  position   : absolute;
  top        : 0;
  left       : 50%;
}

.testimonial.style-3 {
  background   : #ffffff;
  text-align   : center;
  border-radius: 7px;
  padding      : 50px 0 0;
  overflow     : hidden;
}

.testimonial.style-3 .testimonial-caption {
  margin-top: 0;
}

.testimonial.style-3 .testimonial-img {
  position  : relative;
  z-index   : 9;
  margin-top: 15px;
}

.testimonial.style-3 .testimonial-img img {
  display                  : inline-block;
  border                   : 5px solid #ffffff;
  border-radius            : 50%;
  position                 : relative;
  animation-name           : zoom-fade;
  animation-duration       : 5000ms;
  transform-origin         : 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.testimonial.style-3 p {
  color: #ffffff;
}

.testimonial.style-3 .testimonial-content {
  margin-top: -50px;
  padding   : 80px 30px 50px;
  background: rgb(3, 214, 101);
  background: linear-gradient(180deg, rgba(3, 214, 101, 1) 25%, rgba(115, 41, 194, 1) 100%);
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  padding      : 0px;
  margin       : 10px 0;
  position     : relative;
  border-radius: 7px;
  overflow     : hidden;
  z-index      : 9;
  cursor       : pointer;
}

.owl-carousel .featured-item {
  margin: 0px 10px;
}

.featured-item .featured-icon {
  display : inline-block;
  position: relative;
}

.featured-item .featured--image {
  width     : inherit;
  max-height: 165px;
  overflow  : hidden;
}

.featured-item .featured--image img {
  width     : 100%;
  object-fit: cover;
  max-height: 160px;
}

.featured-desc {
  height  : 5rem;
  overflow: hidden;
  padding : 0px 10px;
}

.featured-desc p {
  margin-bottom: 0;
  font-size    : 14px;
  line-height  : 1.2;
  /* color     : #888;
  font-weight  : 300; */
}

.featured-title {
  height  : 65px;
  overflow: hidden;
  padding : 8px 10px;
}

.featured-title h5 {
  margin        : 0;
  text-transform: inherit;
  font-size     : 16px;
  line-height   : 1.5;

  color      : #222;
  font-weight: 500;
}

.dark-bg .featured-title h5,
.dark-bg .featured-desc,
.theme-bg .featured-title h5,
.theme-bg .featured-desc,
.theme-bg .featured-icon i {
  color: #ffffff;
}

.featured-item .featured-icon i {
  color      : #03d665;
  display    : inline-block;
  font-size  : 50px;
  line-height: 40px;
}

.featured-item.style-2 {
  padding   : 50px;
  background: #ffffff;
  overflow  : inherit;
}

.featured-item.style-2:hover {
  background: #0d092c !important;
}

.featured-item.style-2:hover h5,
.featured-item.style-2:hover {
  color: #ffffff;
}

.featured-item.style-2::before,
.featured-item.style-2::after {
  content     : '';
  display     : block;
  position    : absolute;
  box-sizing  : border-box;
  border-style: solid;
  width       : 2em;
  height      : 2em;
  transition  : all 0.8s ease-in-out;
  border-color: #0d092c;
  z-index     : -1;
}

.featured-item.style-2::before {
  top         : -6px;
  left        : -6px;
  border-width: 2px 0 0 2px;
}

.featured-item.style-2::after {
  bottom      : -6px;
  right       : -6px;
  border-width: 0 2px 2px 0;
}

.featured-item.style-2:hover::before,
.featured-item.style-2:hover::after {
  width        : calc(100% + 12px);
  height       : calc(100% + 12px);
  border-radius: 7px;
}

.bd-color-1 {
  stroke: #03d665;
}

.bd-color-2 {
  stroke: #7329c2;
}

.featured-item.style-3 {
  padding-left: 90px;
  background  : #ffffff;
  height      : 110px;
  cursor      : pointer;
}

.featured-item.style-3 .featured-icon {
  position: absolute;
  left    : 0px;
  top     : 0px;
}

.featured-item.style-3 .featured-image {
  width     : 195px;
  height    : 120px;
  object-fit: cover;
}

.featured-item.style-3 .featured-title h5 {
  margin-top: 0;
}

.featured-item.style-3:hover {
  background: #171952 !important;
}

.featured-item.style-3:hover h5,
.featured-item.style-3:hover,
.featured-item.style-3:hover i,
.featured-item.style-3:hover .featured-desc {
  color: #ffffff;
}

.featured-item.style-3::before,
.featured-item.style-3::after {
  content      : '';
  position     : absolute;
  top          : 50px;
  left         : -5px;
  opacity      : 0;
  width        : 100%;
  height       : 100%;
  border-left  : 100px solid transparent;
  border-right : 100px solid transparent;
  border-bottom: 190px solid rgba(255, 255, 255, 0.05);
  z-index      : 1;
}

.featured-item.style-3::after {
  -webkit-transition-delay: 0.2s;
  transition-delay        : 0.2s;
}

.featured-item.style-3:hover::before {
  opacity          : 1;
  -webkit-transform: translate(0px, -70px);
  transform        : translate(0px, -70px);
}

.featured-item.style-3:hover::after {
  opacity          : 1;
  -webkit-transform: translate(0px, -50px);
  transform        : translate(0px, -50px);
}

.featured-item.style-3 .featured-desc {
  height     : 2rem;
  /* height  : 0; */
  margin-left: 128px;
  color      : #222;
}

.featured-item.style-3 .featured-title {
  margin-left: 128px;
  line-height: 95px;
}

.dark-bg .featured-item.style-3 {
  background: none;
  box-shadow: none;
}

.dark-bg .featured-item.style-3:hover {
  background: #7329c2;
}

.featured-item.style-4 {
  background: #ffffff;
}

.featured-item.style-4:before {
  animation : featured-morphing 10s infinite;
  content   : '';
  position  : absolute;
  left      : -25%;
  bottom    : -20%;
  background: rgba(255, 255, 255, 0.08);
  height    : 60%;
  width     : 150%;
}

.featured-item.style-4 .featured-icon {
  position   : relative;
  width      : 80px;
  height     : 80px;
  line-height: 80px;
  text-align : center;
}

.featured-item.style-4 .featured-icon i {
  position : absolute;
  top      : 50%;
  left     : 0;
  right    : 0;
  bottom   : 0;
  width    : 100%;
  transform: translateY(-50%);
}

.featured-item.style-4 .featured-icon:before,
.featured-item.style-4 .featured-icon:after {
  content      : '';
  position     : absolute;
  top          : 0;
  left         : 0;
  right        : 0;
  bottom       : 0;
  border       : 0 solid rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  animation    : da-pulse 1.5s ease-in-out 0s infinite;
}

.featured-item.style-4 .featured-icon:before {
  background: rgba(3, 214, 101, 0.2);
  top       : 0;
  left      : 0;
  right     : 0;
  bottom    : 0;
}

.featured-item.style-4 .featured-icon:after {
  border-color: rgba(3, 214, 101, 0.05);
  border-width: 5px;
  top         : -5px;
  left        : -5px;
  right       : -5px;
  bottom      : -5px;
}

.featured-item.style-4:hover {
  background: #a7ccdf;
}

.featured-item.style-4:hover .featured-icon:before {
  background: rgba(255, 255, 255, 0.2);
}

.featured-item.style-4:hover .featured-icon:after {
  border-color: rgba(255, 255, 255, 0.05);
}

.featured-item.style-4:hover .featured-icon i,
.featured-item.style-4:hover h5,
.featured-item.style-4:hover {
  color: #222;
}

.featured-item.style-5 {
  overflow   : inherit;
  padding-top: 50px;
  background : #ffffff;
  margin-top : 50px;
  text-align : center;
}

.featured-item.style-5 .featured-icon {
  position   : absolute;
  width      : 100px;
  height     : 100px;
  left       : 50%;
  top        : -50px;
  margin-left: -50px;
  line-height: 130px;
  text-align : center;
}

.featured-item.style-5 .featured-icon i {
  color: #ffffff;
}

.featured-item.style-5 .featured-icon:before {
  width        : 100%;
  height       : 100%;
  background   : rgb(3, 214, 101);
  background   : linear-gradient(58deg, rgba(3, 214, 101, 1) 15%, rgba(115, 41, 194, 1) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow   : 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation    : morphing 10s infinite;
  content      : '';
  position     : absolute;
  left         : 0;
  top          : 0;
  z-index      : -1;
}

/* ------------------------
    DIGITAL NEWS - BẢN TIN CHUYỂN ĐỔI SỐ
------------------------*/
.digital-item {
  background   : #fff;
  margin       : 0.5rem 0;
  padding      : 0.5rem;
  box-shadow   : 0 8px 40px -5px rgb(9 31 67 / 10%);
  border-radius: 0.5rem;
}

.digital-item .row {
  position: relative;
}

.digital-item .digital-image {
  width : inherit;
  height: 200px;
  cursor: pointer;
}

.digital-item .digital-image img {
  border-radius: 0.5rem;
  width        : 100%;
  height       : 100%;
  object-fit   : cover;
}

.digital-item .title {
  margin-top : 0.5rem;
  font-size  : 15px;
  font-weight: 600;
  height     : 50px;
  line-height: 1.2;
  color      : #322f55;
  overflow   : hidden;
  cursor     : pointer;
}

.theme-bg .dot {
  position     : absolute;
  border-radius: 50%;
  border       : none;
  width        : 38px;
  height       : 38px;
  top          : 37%;
  transform    : translateY(-50%);
}

.theme-bg .owl-prev {
  left: 5%;
}

.theme-bg .owl-next {
  right: 5%;
}

/* ------------------------
    Button
------------------------*/
.btn {
  padding      : 12px 25px;
  font-weight  : 600;
  background   : none;
  color        : #322f55;
  overflow     : hidden;
  border-radius: 7px;
  border       : none;
  position     : relative;
  z-index      : 9;
}

.btn-sm {
  padding: 10px 20px;
}

.dark-bg .btn,
.theme-bg .btn {
  color: #ffffff;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn:hover {
  color: #fff;
}

.btn.btn-theme {
  background: #03d665;
  color     : #ffffff;
}

.btn.btn-theme:hover {
  background: #7329c2;
}

.btn.btn-dark {
  background: #0d092c;
  color     : #ffffff;
}

.btn.btn-border {
  border    : 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.dark-bg .btn.btn-border,
.theme-bg .btn.btn-border {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-white {
  background: #ffffff;
  color     : #322f55;
}

.btn.btn-white.btn-border {
  border-color: #ffffff;
  background  : none;
  color       : #ffffff;
}

.btn.btn-white:hover {
  background: #ffffff;
  color     : #ffffff;
}

.btn+.btn {
  margin-left: 10px;
}

.btn-simple {
  color     : #322f55;
  padding   : 0;
  background: none !important;
  box-shadow: none;
  display   : inline-block;
}

.btn.btn-simple::before {
  padding: 0;
}

.dark-bg .btn-simple,
.theme-bg .btn-simple {
  color: #ffffff;
}

.btn-simple:hover {
  color     : #7329c2;
  box-shadow: none;
  background: none;
}

.theme-bg .btn-simple:hover {
  color: #322f55;
}

.btn-iconic {
  position    : relative;
  font-size   : 30px;
  display     : inline-block;
  padding-left: 0;
}

.btn-iconic::before {
  content      : '';
  background   : #7329c2;
  border-radius: 2px;
  height       : 20px;
  width        : 10px;
  position     : absolute;
  left         : 0;
  top          : 50%;
  margin-top   : -10px;
  z-index      : -1;
}

.btn-iconic:hover {
  color        : #ffffff;
  padding-left : 10px;
  padding-right: 10px;
}

.btn-iconic:hover:before {
  width: 100%;
}

.btn::before,
.btn::after,
.btn span::before,
.btn span::after {
  content         : '';
  position        : absolute;
  top             : 0;
  width           : 25.25%;
  height          : 0;
  background-color: #7329c2;
  z-index         : -1;
}

.btn span::before,
.btn span::after {
  top   : auto;
  bottom: 0;
}

.btn span::after {
  left: 75%;
}

.btn span::before {
  left: 25%;
}

.btn::before {
  left: 0;
}

.btn::after {
  left: 50%;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover span::before,
.btn:hover span::after {
  height: 100%;
}

.btn-block {
  display: block;
  width  : 100%;
}

/* ------------------------
    Price Table
------------------------*/
.price-table {
  padding      : 50px 30px;
  border-radius: 7px;
  overflow     : hidden;
  position     : relative;
  background   : #ffffff;
  text-align   : center;
}

.price-title {
  text-transform: capitalize;
  font-weight   : 400;
  color         : #322f55;
  margin-bottom : 20px;
}

.price-header {
  position: relative;
  z-index : 9;
}

.price-value {
  display      : inline-block;
  margin-bottom: 20px;
}

.price-value h2 {
  font-size    : 50px;
  line-height  : 50px;
  font-weight  : 400;
  color        : #03d665;
  margin-bottom: 0;
  position     : relative;
  display      : inline-block;
}

.price-value h2 span {
  font-weight: normal;
}

.price-value>span {
  margin : 5px 0;
  display: block;
  color  : #7329c2;
}

.price-list ul li {
  position     : relative;
  display      : block;
  margin-bottom: 20px;
}

.price-list li i {
  color      : #03d665;
  line-height: 20px;
  font-size  : 20px;
}

.price-table.active {
  padding: 80px 30px;
  z-index: 9;
}

.price-table.style-2 {
  text-align: left;
  padding   : 50px 30px;
}

.price-table.style-2:hover,
.price-table.style-2.active {
  background: #03d665;
}

.price-table.style-2 .price-title {
  color        : #03d665;
  margin-bottom: 30px;
}

.price-table.style-2 .price-value {
  position     : absolute;
  right        : -50px;
  top          : -80px;
  margin-bottom: 0;
}

.price-table.style-2 .price-value h2,
.price-table.style-4 .price-value h2 {
  color        : #322f55;
  height       : 130px;
  width        : 130px;
  border-radius: 50%;
  text-align   : center;
  line-height  : 150px;
  font-size    : 34px;
}

.price-table.style-2 .price-value h2:before,
.price-table.style-2 .price-value h2:after {
  content      : '';
  z-index      : -1;
  position     : absolute;
  top          : 0;
  left         : 0;
  right        : 0;
  bottom       : 0;
  border       : 0 solid rgba(115, 41, 194, 0.05);
  border-radius: 100%;
  animation    : da-pulse 1.5s ease-in-out 0s infinite;
}

.price-table.style-2 .price-value h2:before {
  background: rgba(115, 41, 194, 0.2);
  top       : 0;
  left      : 0;
  right     : 0;
  bottom    : 0;
}

.price-table.style-2 .price-value h2:after {
  border-color: rgba(115, 41, 194, 0.05);
  border-width: 5px;
  top         : -5px;
  left        : -5px;
  right       : -5px;
  bottom      : -5px;
}

.price-table.style-2:hover li,
.price-table.style-2.active li,
.price-table.style-2:hover .price-title,
.price-table.style-2.active .price-title,
.price-table.style-2:hover i,
.price-table.style-2.active i,
.price-table.style-2:hover .price-value h2,
.price-table.style-2.active .price-value h2 {
  color: #ffffff;
}

.price-table.style-3 {
  text-align    : left;
  padding       : 0;
  padding-bottom: 50px;
}

.price-table.style-3:hover,
.price-table.style-3.active {
  background: #03d665;
}

.price-table.style-3 .price-title {
  margin-bottom: 0;
}

.price-table.style-3 .price-header {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  background     : #ffffff;
  padding        : 30px;
  text-align     : center;
  border-bottom  : 2px solid #fafdfd;
}

.price-table.style-3 .price-value {
  margin-bottom: 0;
}

.price-table.style-3:hover li,
.price-table.style-3.active li,
.price-table.style-3:hover i,
.price-table.style-3.active i {
  color: #ffffff;
}

.price-table.style-3 .price-list {
  margin: 30px 30px 0;
}

.price-table.style-3 .btn {
  margin-left: 30px;
}

.price-table.style-4 {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.price-table.style-4 .price-header {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.price-table.style-4 .price-list {
  width: 50%;
}

.price-table.style-4 .price-list ul li {
  display      : inline-block;
  margin-bottom: 20px;
  margin-right : 1%;
  width        : 48%;
}

.price-table.style-4 .price-list ul li:nth-child(2n + 2) {
  margin-bottom: 0;
  margin-right : 0;
}

.price-table.style-4 .price-list ul li:nth-child(3) {
  margin-bottom: 0;
}

.price-table.style-4 .price-title,
.price-table.style-4 .price-value {
  margin-bottom: 0;
}

.price-table.style-4 .price-title {
  margin-right: 50px;
}

.price-table.style-4 .price-value h2 {
  line-height: 130px;
}

.price-table.style-4 .price-value h2:before {
  width        : 100%;
  height       : 100%;
  background   : #ffffff;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow   : 5px 5px 8px rgba(3, 214, 101, 3);
  animation    : morphing 10s infinite;
  content      : '';
  position     : absolute;
  left         : 0;
  top          : 0;
  z-index      : -1;
}

/* ------------------------
    Portfolio
------------------------*/
.portfolio-filter {
  display   : inline-block;
  margin    : 0 auto 50px;
  text-align: center;
}

.portfolio-filter button {
  position      : relative;
  background    : none;
  padding       : 8px 30px;
  border-radius : 30px;
  cursor        : pointer;
  border        : none;
  font-size     : 16px;
  font-weight   : 600;
  color         : #322f55;
  float         : left;
  text-transform: capitalize;
}

.portfolio-filter button:focus {
  outline       : none;
  outline-style : none;
  outline-offset: 0;
}

.portfolio-filter button.is-checked,
.portfolio-filter button:hover {
  background: #03d665;
  color     : #ffffff;
}

.portfolio-filter button+button {
  margin-left: 20px;
}

.isotope .grid-item img {
  width: 100%;
}

.theme-bg .portfolio-filter button.is-checked,
.theme-bg .portfolio-filter button:hover {
  background: #ffffff;
  color     : #03d665;
}

.grid .grid-item {
  padding: 10px;
}

.grid.columns-2 .grid-item,
.masonry.columns-2 .masonry-brick {
  width: 50%;
}

.grid.columns-3 .grid-item,
.masonry.columns-3 .masonry-brick {
  width: 33.333333%;
}

.grid.columns-4 .grid-item,
.masonry.columns-4 .masonry-brick {
  width: 25%;
}

.masonry .masonry-brick {
  float        : left;
  margin-bottom: 30px;
  padding      : 0 15px;
  position     : relative;
}

.grid.no-gutters .grid-item {
  padding: 0;
}

.masonry.no-gutters .masonry-brick {
  padding: 0;
  margin : 0;
}

.portfolio-item {
  overflow     : hidden;
  position     : relative;
  border-radius: 7px;
}

.portfolio-title h4 {
  margin-bottom: 0;
  margin-top   : 10px;
}

.portfolio-title h4 a {
  color: #322f55;
}

.portfolio-title h4 a:hover {
  color: #03d665;
}

.portfolio-title span {
  color         : #7329c2;
  text-transform: uppercase;
}

.portfolio-title {
  background        : #ffffff;
  padding           : 30px;
  width             : 100%;
  -webkit-transform : translate3d(0, 100%, 0);
  -ms-transform     : translate3d(0, 100%, 0);
  transform         : translate3d(0, 100%, 0);
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition        : all 0.5s ease-in-out;
  position          : absolute;
  left              : 0;
  bottom            : 0;
  z-index           : 2;
}

.portfolio-item:hover .portfolio-title {
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform    : translate3d(0, 0, 0);
  transform        : translate3d(0, 0, 0);
}

.popup-img {
  display          : block;
  font-size        : 30px;
  border-radius    : 7px;
  color            : #322f55;
  background       : #ffffff;
  height           : 60px;
  width            : 60px;
  line-height      : 60px;
  text-align       : center;
  opacity          : 0;
  visibility       : hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform    : translate3d(0, -100%, 0);
  transform        : translate3d(0, -100%, 0);
  position         : absolute;
  top              : 3.9rem;
  right            : 3rem;
  z-index          : 500;
}

.portfolio-item:hover .popup-img {
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform    : translate3d(0, 0, 0);
  transform        : translate3d(0, 0, 0);
}

.portfolio-meta li {
  position    : relative;
  padding-left: 60px;
}

.portfolio-meta li i {
  position   : absolute;
  left       : 0;
  top        : 0;
  color      : #03d665;
  font-size  : 40px;
  line-height: 40px;
}

.portfolio-meta li span {
  color         : #322f55;
  display       : block;
  font-weight   : bold;
  text-transform: uppercase;
  margin-bottom : 7px;
}

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar {
  margin: 20px 0;
}

.ht-progress-bar h4 {
  color      : #322f55;
  font-weight: 600;
  font-size  : 16px;
}

.ht-progress-bar .progress {
  height       : 3px;
  background   : #eceff8;
  overflow     : visible;
  border-radius: 30px;
  align-items  : center;
  position     : relative;
}

.ht-progress-bar .progress .progress-bar {
  height          : 6px;
  background-color: #03d665;
  overflow        : visible;
  border-radius   : 30px;
}

.ht-progress-bar .progress-parcent {
  position   : absolute;
  right      : 0;
  top        : -35px;
  color      : #7329c2;
  font-size  : 16px;
  font-weight: 600;
}

/* program */
.program {
  display: flex;
}

.program .left {
  flex: 0 65%;
}

.program .right {
  flex: 0 35%;
}

/* timeline */
.timeline-left {}

.drawline {
  width        : 6px;
  height       : 100% !important;
  background   : linear-gradient(#56d364, #2ea043, #2f5704);
  border-radius: 6px;
  z-index      : 8;
}

.drawline.red {
  background: linear-gradient(150deg, rgb(251, 202, 66), rgb(255, 27, 47));
}

.timeline-left:before {
  content      : '';
  position     : absolute;
  left-width   : 35px;
  height       : 35px;
  border-radius: 50%;
  background   : blue;
}

.content-header {
  /* background: #f3a848; */
  /* border-radius: 5px 5px 0 0; */
  font-weight     : bold;
  font-size       : 35px;
  line-height     : 60px;
  font-weight     : 700;
  color           : #322f55;
  align-items     : end;
  display         : flex;
  /* border-bottom: 1px solid; */
  margin-top      : 13px;
}

.content-row {
  /* border-right: 1px solid #1719522e;
  border-left: 1px solid #1719522e; */
  /* padding: 0 15px; */
  background     : #fff;
  color          : #222;
  font-size      : 15px;
  /* border-right: 2px solid #f3a848; */
  font-weight    : 500;
}

.content-item {
  padding    : 15px 0px 20px 0;
  cursor     : pointer;
  color      : #222;
  font-weight: 600;
  font-size  : 14px;
}

.content-item:hover .content-item-title {
  color        : #0e7ccf;
  /* background: #a7ccdf; */
}

.content-item:last-child {
  border-bottom: unset;
}

.content-item:first-child {
  padding-top: 0px;
}

.content-item-view {
  text-align : right;
  font-size  : 12px;
  color      : #7d7a7a;
  font-weight: 400;
  font-style : italic;
  width      : 50%;
}

.content-item-date {
  text-align : left;
  font-size  : 12px;
  color      : #777777;
  font-weight: 400;
  margin-top : 10px;
}

.content-item-title i {
  margin-right: 10px;
  font-size   : 8px;
}

.content-item img {
  min-height   : 70px;
  object-fit   : cover;
  border-radius: 10px;
}

.camnang {
  text-align     : center;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.camnang img {
  width: 90%;
}

.item-camnang {
  margin       : 10px 0;
  padding      : 7px 10px;
  background   : #fff;
  border-radius: 20px;
  font-size    : 14px;
  color        : #222;
  font-weight  : 500;
  cursor       : pointer;
  display      : block;
}

.item-camnang:hover {
  color: #0e7ccf;
}

.item-camnang i {
  margin-right: 10px;
  color       : #0e7ccf;
}

.camnangbg {
  height          : 750px;
  background-image: url(/static/web/images/bg-camnang.jpg) !important;
  background-size : 100% 100% !important;
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item-vanban {
  padding      : 0px;
  margin       : 10px 0;
  position     : relative;
  border-radius: 7px;
  overflow     : hidden;
  z-index      : 9;
  cursor       : pointer;
  background   : #171952;
}

.owl-carousel .featured-item-vanban {
  margin: 0px 10px;
}

.featured-item-vanban .featured--image-vanban {
  width     : inherit;
  max-height: 200px;
  overflow  : hidden;
}

.featured-item-vanban .featured--image-vanban img {
  width     : 100%;
  object-fit: cover;
  max-height: 200px;
  padding   : 5px;
}

.featured-desc-vanban {
  height       : 6rem;
  overflow     : hidden;
  margin       : 0px 10px;
  border-bottom: 1px solid #fff;
}

.featured-desc-vanban p {
  margin-bottom: 0;
  font-size    : 14px;
  color        : #fff;
  line-height  : 1.3;
  line-height  : 22px;
}

.featured-title-vanban {
  height  : 85px;
  overflow: hidden;
  padding : 8px 10px;
  color   : #fff;
}

.featured-title-vanban h5 {
  margin        : 0;
  text-transform: inherit;
  font-size     : 16px;
  line-height   : 1.5;

  color      : #fff;
  font-weight: 600;
}

.featured-desc-vanban-link {
  font-weight: 600;
  margin     : 10px;
  color      : #fb8b00 !important;
  display    : flex;
}

.row-tiendo {
  display  : flex;
  font-size: 50px;
  color    : #0e7ccf;
}

.row-tiendo .icon {
  margin-right: 10px;
}

.row-tiendo .chiso {
  /* font-size: 60px; */
  font-weight   : 600;
  /* align-items: baseline; */
  justify-items : start;
}

.mota {
  color: #222;
}

.scheme {
  box-shadow      : 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-image: url(/static/web/images/scheme_bg.jpg);
  background-size : 100%;
  border-radius   : 10px;
  height          : 270px;
}

.scheme img {
  border-radius: 10px;
  object-fit   : cover;
}

.content-scheme {
  padding: 20px 30px;
}

.content-scheme p {
  line-height: 1.25rem;
  font-size  : 16px;
}

.button-scheme {
  padding         : 8px 26px;
  font-size       : 16px;
  line-height     : 30px;
  border-radius   : 23px;
  background-color: #267df4;
  display         : inline-block;
  position        : relative;
  cursor          : pointer;
  outline         : 0;
  white-space     : nowrap;

  color: #fff !important;

  border     : none;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);

  font-weight: 600 !important;
}

img.wow:hover {
  scale: 1.1;
}