.htmega-brand-item {
  display: flex;
}
.htmega-brand-item a,
.htmega-brand-item div {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.htmega-brand-item img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease 0s;
}
.htmega-brand-1 {
  gap: 30px;
}
.htmega-brand-1 .htmega-brand-item a,
.htmega-brand-1 .htmega-brand-item div {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.htmega-brand-1 .htmega-brand-item a:hover,
.htmega-brand-1 .htmega-brand-item div:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.htmega-brand-2 {
  gap: 30px;
}
.htmega-brand-2 .htmega-brand-item a,
.htmega-brand-2 .htmega-brand-item div {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 5px;
  padding: 30px;
}
.htmega-brand-2 .htmega-brand-item a:hover,
.htmega-brand-2 .htmega-brand-item div:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.htmega-brand-3 {
  gap: 30px;
}
.htmega-brand-3 .htmega-brand-item a,
.htmega-brand-3 .htmega-brand-item div {
  border-radius: 100px;
  padding: 50px 40px;
}
.htmega-brand-3 .htmega-brand-item a:hover,
.htmega-brand-3 .htmega-brand-item div:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.htmega-brand-4 {
  gap: 20;
}
.htmega-brand-4 .htmega-brand-item a,
.htmega-brand-4 .htmega-brand-item div {
  border: 1px solid #eee;
  padding: 60px 30px;
}
.htmega-brand-5 {
  gap: 30;
}
.htmega-brand-5 .htmega-brand-item a,
.htmega-brand-5 .htmega-brand-item div {
  background-image: linear-gradient(180deg, #7ab4fa, #3578fa);
  border-radius: 15px;
  padding: 60px 30px;
}
.htmega-brand-5 .htmega-brand-item a:hover,
.htmega-brand-5 .htmega-brand-item div:hover {
  background-image: linear-gradient(180deg, #3578fa, #7ab4fa);
}
.htmega-accordion {
  display: flex;
  flex-direction: column;
}
.htmega-accordion [data-type="htmega/accordion-card"] {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.htmega-accordion .htmega-accordion-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.htmega-accordion .htmega-accordion-card-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  transition: all 0.3s ease 0s;
}
.htmega-accordion .htmega-accordion-card-title {
  flex: 1 0;
  margin: 0 !important;
  order: 2;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.htmega-accordion .htmega-accordion-card-indicator {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-accordion .htmega-accordion-card-indicator span {
  font-size: 20px;
  height: auto;
  transition: none;
  width: auto;
}
.htmega-accordion .htmega-accordion-card-indicator span.active {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.htmega-accordion .htmega-accordion-card-indicator span:before {
  transition: none;
}
.htmega-accordion .htmega-accordion-card-body-inner {
  transition: all 0.3s ease 0s;
}
.htmega-accordion .htmega-accordion-card-body-inner p:first-child {
  margin-top: 0;
}
.htmega-accordion .htmega-accordion-card-body-inner p:last-child {
  margin-bottom: 0;
}
.htmega-accordion .htmega-accordion-card :where(.wp-block-columns):last-child {
  margin: 0;
}
.htmega-accordion
  .htmega-accordion-card-active
  .htmega-accordion-card-indicator
  span {
  opacity: 0;
}
.htmega-accordion
  .htmega-accordion-card-active
  .htmega-accordion-card-indicator
  span.active {
  opacity: 1;
}
.htmega-accordion-indicator-left .htmega-accordion-card-indicator {
  order: 1;
}
.htmega-accordion-indicator-right .htmega-accordion-card-indicator {
  order: 12;
}
.htmega-accordion-separator .htmega-accordion-card-body-inner {
  border-top: 1px solid #eee;
}
.htmega-accordion-1,
.htmega-accordion-1
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px;
}
.htmega-accordion-1 .htmega-accordion-card {
  background-color: #fff;
  border-radius: 5px;
}
.htmega-accordion-1 .htmega-accordion-card-header {
  padding: 15px 15px 15px 25px;
}
.htmega-accordion-1 .htmega-accordion-card-title,
.htmega-accordion-1
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}
.htmega-accordion-1 .htmega-accordion-card-indicator {
  background-color: #f7f7f7;
  border-radius: 50%;
  color: #171717;
  height: 40px;
  width: 40px;
}
.htmega-accordion-1 .htmega-accordion-card-body-inner {
  border-top: 1px solid #eee;
  font-size: 16px;
  padding: 25px;
}
.htmega-accordion-1 .htmega-accordion-card-active {
  background-color: #344cf4;
}
.htmega-accordion-1 .htmega-accordion-card-active .htmega-accordion-card-title,
.htmega-accordion-1
  .htmega-accordion-card-active
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #fff;
}
.htmega-accordion-1
  .htmega-accordion-card-active
  .htmega-accordion-card-indicator {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.htmega-accordion-1
  .htmega-accordion-card-active
  .htmega-accordion-card-body-inner {
  border-top-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.htmega-accordion-2,
.htmega-accordion-2
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px;
}
.htmega-accordion-2 .htmega-accordion-card {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
.htmega-accordion-2 .htmega-accordion-card-header {
  background-color: #f4f4f4;
  padding: 20px 25px;
}
.htmega-accordion-2 .htmega-accordion-card-title,
.htmega-accordion-2
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}
.htmega-accordion-2 .htmega-accordion-card-indicator {
  color: #171717;
}
.htmega-accordion-2 .htmega-accordion-card-body-inner {
  font-size: 16px;
  padding: 25px;
}
.htmega-accordion-3,
.htmega-accordion-3
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px;
}
.htmega-accordion-3 .htmega-accordion-card-header {
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 5px 25px 5px 5px;
}
.htmega-accordion-3 .htmega-accordion-card-title,
.htmega-accordion-3
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}
.htmega-accordion-3 .htmega-accordion-card-indicator {
  background-color: #fff;
  border-radius: 50%;
  color: #171717;
  height: 50px;
  width: 50px;
}
.htmega-accordion-3 .htmega-accordion-card-body-inner {
  font-size: 16px;
  padding: 25px 25px 10px;
}
.htmega-accordion-3
  .htmega-accordion-card-active
  .htmega-accordion-card-header {
  background-image: linear-gradient(70deg, #3a42ef, #6a06da 99%);
}
.htmega-accordion-3 .htmega-accordion-card-active .htmega-accordion-card-title,
.htmega-accordion-3
  .htmega-accordion-card-active
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #fff;
}
.htmega-accordion-3
  .htmega-accordion-card-active
  .htmega-accordion-card-indicator {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.htmega-accordion-4,
.htmega-accordion-4
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px;
}
.htmega-accordion-4 .htmega-accordion-card {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
.htmega-accordion-4 .htmega-accordion-card-header {
  padding: 20px 25px;
}
.htmega-accordion-4 .htmega-accordion-card-title,
.htmega-accordion-4
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}
.htmega-accordion-4 .htmega-accordion-card-indicator {
  color: #171717;
}
.htmega-accordion-4 .htmega-accordion-card-body-inner {
  border-top: 1px solid #d7d7d7;
  font-size: 16px;
  padding: 25px;
}
.htmega-accordion-5,
.htmega-accordion-5
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px;
}
.htmega-accordion-5 .htmega-accordion-card {
  background-image: linear-gradient(350deg, #fff, #fff);
  border-radius: 5px;
  box-shadow: 0 0 15px 0.2px transparent;
}
.htmega-accordion-5 .htmega-accordion-card-header {
  padding: 0 0 0 25px;
}
.htmega-accordion-5 .htmega-accordion-card-title,
.htmega-accordion-5
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}
.htmega-accordion-5 .htmega-accordion-card-indicator {
  background-image: linear-gradient(350deg, #3e3eee, #3e3eee);
  border-radius: 5px;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
  color: #fff;
  height: 60px;
  padding-left: 5px;
  width: 60px;
}
.htmega-accordion-5 .htmega-accordion-card-body-inner {
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  padding: 25px;
}
.htmega-accordion-5 .htmega-accordion-card-active {
  background-image: linear-gradient(350deg, #6709db, #3e3eee);
}
.htmega-accordion-5 .htmega-accordion-card-active .htmega-accordion-card-title,
.htmega-accordion-5
  .htmega-accordion-card-active
  .htmega-accordion-card-title
  .components-text-control__input[type="text"] {
  color: #fff;
}
.htmega-accordion-5
  .htmega-accordion-card-active
  .htmega-accordion-card-indicator {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.htmega-accordion-5
  .htmega-accordion-card-active
  .htmega-accordion-card-body-inner {
  color: #fff;
}

.htmega-team {
  flex-direction: column;
  position: relative;
}
.htmega-team,
.htmega-team .htmega-team-thumbnail {
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.htmega-team .htmega-team-thumbnail img {
  height: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.htmega-team .htmega-team-name {
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.htmega-team .htmega-team-name:last-child {
  margin-bottom: 0;
}
.htmega-team .htmega-team-designation {
  color: #656565;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.htmega-team .htmega-team-designation:last-child {
  margin-bottom: 0;
}
.htmega-team .htmega-team-bio {
  color: #656565;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 15px;
  margin-top: 0;
}
.htmega-team .htmega-team-bio:last-child {
  margin-bottom: 0;
}
.htmega-team .htmega-team-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.htmega-team .htmega-team-social li a span {
  font-family: FontAwesome;
}
.htmega-team-1 .htmega-team-content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  overflow: hidden;
  padding: 25px 20px;
  position: relative;
  text-align: center;
}
.htmega-team-1 .htmega-team-name {
  color: #18012c;
}
.htmega-team-1 .htmega-team-social {
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(280deg, #fcc5ff, #8d73ff);
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.htmega-team-1 .htmega-team-social li {
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.htmega-team-1 .htmega-team-social li a {
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 38px;
}
.htmega-team-1 .htmega-team-social li a span {
  font-size: 16px;
}
.htmega-team-1 .htmega-team-social li a:hover {
  background-color: #fff;
  color: #18012c;
}
.htmega-team-1:hover .htmega-team-thumbnail img {
  transform: scale(1.2) rotate(10deg);
}
.htmega-team-1:hover .htmega-team-social {
  top: 0;
}
.htmega-team-1:hover .htmega-team-social li {
  transform: scale(1);
}
.htmega-team-2 .htmega-team-thumbnail {
  border-radius: 10px;
  margin-bottom: 30px;
}
.htmega-team-2 .htmega-team-content {
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(220deg, #f96, #ff5e62);
  border-radius: 8px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 30px;
  opacity: 0;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  right: 30px;
  transform: translate(265px, 145px) rotate(45deg);
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
}
.htmega-team-2 .htmega-team-content-inner {
  flex: 1 0;
}
.htmega-team-2 .htmega-team-bio,
.htmega-team-2 .htmega-team-designation,
.htmega-team-2 .htmega-team-name {
  color: #fff;
}
.htmega-team-2 .htmega-team-social {
  flex: 0 0;
  gap: 10px;
}
.htmega-team-2 .htmega-team-social li a {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.5);
  color: #000;
  display: flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 38px;
}
.htmega-team-2 .htmega-team-social li a span {
  font-size: 16px;
}
.htmega-team-2 .htmega-team-social li a:hover {
  box-shadow: 0 0 0 7px hsla(0, 0%, 100%, 0.35);
}
.htmega-team-2:hover .htmega-team-content {
  opacity: 1;
  transform: translate(0) rotate(0deg);
  visibility: visible;
}
.htmega-team-3 {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
.htmega-team-3 .htmega-team-content {
  background-color: #fff;
  bottom: 0;
  left: 15px;
  overflow: hidden;
  padding: 25px 20px;
  position: absolute;
  right: 15px;
  text-align: center;
}
.htmega-team-3 .htmega-team-name {
  color: #18012c;
}
.htmega-team-3 .htmega-team-designation {
  color: #1f69ff;
}
.htmega-team-3 .htmega-team-social {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.htmega-team-3 .htmega-team-social li {
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.htmega-team-3 .htmega-team-social li a {
  align-items: center;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 38px;
}
.htmega-team-3 .htmega-team-social li a span {
  font-size: 16px;
}
.htmega-team-3 .htmega-team-social li a:hover {
  background-color: #1f69ff;
  border-color: #1f69ff;
  color: #fff;
}
.htmega-team-3:hover .htmega-team-thumbnail img {
  transform: scale(1.2) rotate(10deg);
}
.htmega-team-3:hover .htmega-team-social {
  top: 0;
}
.htmega-team-3:hover .htmega-team-social li {
  transform: scale(1);
}
.htmega-team-4 {
  border-radius: 500px;
}
.htmega-team-4 .htmega-team-content {
  background-color: rgba(4, 18, 84, 0.8);
  border-radius: 500px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 20px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  transition: all 0.3s ease 0s;
}
.htmega-team-4 .htmega-team-designation,
.htmega-team-4 .htmega-team-name {
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.htmega-team-4 .htmega-team-name {
  transform: translateX(-100%);
}
.htmega-team-4 .htmega-team-designation {
  transform: translateX(100%);
}
.htmega-team-4 .htmega-team-social {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease 0s;
}
.htmega-team-4 .htmega-team-social li a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 3px;
  transition: all 0.3s ease 0s;
}
.htmega-team-4 .htmega-team-social li a span {
  font-size: 16px;
}
.htmega-team-4 .htmega-team-social li a:hover {
  color: #fff;
}
.htmega-team-4:hover .htmega-team-content {
  opacity: 1;
}
.htmega-team-4:hover .htmega-team-designation,
.htmega-team-4:hover .htmega-team-name {
  opacity: 1;
  transform: translateX(0);
}
.htmega-team-4:hover .htmega-team-social {
  opacity: 1;
  transform: translateY(0);
}
.htmega-team-5 .htmega-team-content {
  background-color: #fff;
  bottom: 20px;
  left: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
}
.htmega-team-5 .htmega-team-name {
  color: #18012c;
}
.htmega-team-5 .htmega-team-social {
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #b564d9, #ee609c);
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  padding: 20px;
  position: absolute;
  right: calc(100% - 2px);
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.htmega-team-5 .htmega-team-social li {
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.htmega-team-5 .htmega-team-social li a {
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 38px;
}
.htmega-team-5 .htmega-team-social li a span {
  font-size: 16px;
}
.htmega-team-5 .htmega-team-social li a:hover {
  background-color: #fff;
  color: #18012c;
}
.htmega-team-5:hover .htmega-team-social {
  right: 0;
}
.htmega-team-5:hover .htmega-team-social li {
  transform: scale(1);
}
.htmega-image-grid-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.htmega-image-grid-item .htmega-image-grid-item-thumbnail {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.htmega-image-grid-item .htmega-image-grid-item-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.htmega-image-grid-item .htmega-image-grid-item-thumbnail img {
  height: auto;
  transition: all 0.4s linear 0s;
  width: 100%;
}
.htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc,
.htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.htmega-image-grid-1
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  background-image: linear-gradient(
    260deg,
    rgba(65, 41, 90, 0.7) 46%,
    rgba(47, 7, 67, 0.7) 85%
  );
  font-size: 16px;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 6;
}
.htmega-image-grid-1
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc {
  position: absolute;
  z-index: -111;
}
.htmega-image-grid-1
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  font-size: 16px;
  left: 50%;
  margin-top: -10px;
  position: absolute;
  text-decoration: underline;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 6;
}
.htmega-image-grid-1
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail:before {
  opacity: 1;
}
.htmega-image-grid-1
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail
  img {
  transform: scale(1.2);
}
.htmega-image-grid-1
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  opacity: 1;
  transform: translateY(0);
}
.htmega-image-grid-1
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  margin-top: 0;
  opacity: 1;
}
.htmega-image-grid-2
  .htmega-image-grid-item
  .htmega-image-grid-item-thumbnail:before {
  transform: translate(460px, -100px) rotate(180deg);
}
.htmega-image-grid-2
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  background-image: linear-gradient(140deg, #0f2027 35%, #2c5364);
  font-size: 16px;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 6;
}
.htmega-image-grid-2
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc,
.htmega-image-grid-2
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  position: absolute;
  z-index: -111;
}
.htmega-image-grid-2
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail:before {
  opacity: 1;
  transform: translate(0);
}
.htmega-image-grid-2
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail
  img {
  transform: scale(1.2);
}
.htmega-image-grid-2
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  opacity: 1;
  transform: translateY(0);
}
.htmega-image-grid-3 .htmega-image-grid-item {
  border-radius: 5px;
}
.htmega-image-grid-3
  .htmega-image-grid-item
  .htmega-image-grid-item-thumbnail:before {
  background-color: rgba(65, 41, 90, 0.8);
}
.htmega-image-grid-3 .htmega-image-grid-item .htmega-image-grid-item-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.htmega-image-grid-3
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.htmega-image-grid-3
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc {
  position: absolute;
  z-index: -111;
}
.htmega-image-grid-3
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  margin: 0;
}
.htmega-image-grid-3
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link,
.htmega-image-grid-3
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title,
.htmega-image-grid-3
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail:before {
  opacity: 1;
}
.htmega-image-grid-4
  .htmega-image-grid-item
  .htmega-image-grid-item-thumbnail:before {
  background-color: rgba(65, 41, 90, 0.8);
}
.htmega-image-grid-4 .htmega-image-grid-item .htmega-image-grid-item-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.htmega-image-grid-4
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.htmega-image-grid-4
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc {
  margin: 0;
}
.htmega-image-grid-4
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  position: absolute;
  z-index: -111;
}
.htmega-image-grid-4
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc,
.htmega-image-grid-4
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title,
.htmega-image-grid-4
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail:before {
  opacity: 1;
}
.htmega-image-grid-5 .htmega-image-grid-item .htmega-image-grid-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.htmega-image-grid-5
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title {
  background-image: linear-gradient(140deg, #0f2027 35%, #2c5364);
  font-size: 16px;
  padding: 25px;
  text-align: center;
  width: 100%;
}
.htmega-image-grid-5
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-desc,
.htmega-image-grid-5
  .htmega-image-grid-item
  .htmega-image-grid-item-content
  .htmega-image-grid-item-link {
  position: absolute;
  z-index: -111;
}
.htmega-image-grid-5
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-content
  .htmega-image-grid-item-title,
.htmega-image-grid-5
  .htmega-image-grid-item:hover
  .htmega-image-grid-item-thumbnail:before {
  opacity: 1;
}
div.htmega-info-box-1 .htmega-info-box-item {
  background-color: #f6f6f6;
  border-bottom: 7px solid #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 40px 30px;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-1 .htmega-info-box-item-thumbnail {
  align-self: center;
  display: flex;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  width: 130px;
}
div.htmega-info-box-1 .htmega-info-box-item-thumbnail img {
  height: auto;
  width: 100%;
}
div.htmega-info-box-1 .htmega-info-box-item-content {
  text-align: center;
}
div.htmega-info-box-1 .htmega-info-box-item-title {
  color: #18012c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-1 .htmega-info-box-item-title a {
  color: inherit !important;
  text-decoration: none;
}
div.htmega-info-box-1 .htmega-info-box-item-desc {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-1 .htmega-info-box-item-desc:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-1 .htmega-info-box-item-link > a {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 100px;
  color: #18012c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-1 .htmega-info-box-item-link > a:hover {
  background-color: #6010af;
  border-color: #6010af;
  color: #fff;
}
div.htmega-info-box-1 .htmega-info-box-item:hover {
  border-bottom: 7px solid #6010af;
}
div.htmega-info-box-2 .htmega-info-box-item {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-2 .htmega-info-box-item-thumbnail {
  align-self: center;
  display: flex;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  width: 100%;
}
div.htmega-info-box-2 .htmega-info-box-item-thumbnail img {
  height: auto;
  width: 100%;
}
div.htmega-info-box-2 .htmega-info-box-item-content {
  text-align: center;
}
div.htmega-info-box-2 .htmega-info-box-item-title {
  color: #18012c;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-2 .htmega-info-box-item-title a {
  color: inherit !important;
  text-decoration: none;
}
div.htmega-info-box-2 .htmega-info-box-item-desc {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 25px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-2 .htmega-info-box-item-desc:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-2 .htmega-info-box-item-link > a {
  background-color: transparent;
  border: 2px solid #0056ff;
  border-radius: 100px;
  color: #18012c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-2 .htmega-info-box-item-link > a:hover {
  background-color: #0056ff;
  border-color: #0056ff;
  color: #fff;
}
div.htmega-info-box-3 {
  padding-left: 1px;
}
div.htmega-info-box-3 .htmega-info-box-item {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #eee;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 -1px;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-3 .htmega-info-box-item:after,
div.htmega-info-box-3 .htmega-info-box-item:before {
  background-color: #0056ff;
  content: "";
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 2px;
}
div.htmega-info-box-3 .htmega-info-box-item:before {
  left: 0;
}
div.htmega-info-box-3 .htmega-info-box-item:after {
  right: 0;
}
div.htmega-info-box-3 .htmega-info-box-item-thumbnail {
  align-self: center;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  height: 115px;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 115px;
}
div.htmega-info-box-3 .htmega-info-box-item-thumbnail img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
div.htmega-info-box-3 .htmega-info-box-item-content {
  text-align: center;
}
div.htmega-info-box-3 .htmega-info-box-item-title {
  color: #18012c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-3 .htmega-info-box-item-title:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-3 .htmega-info-box-item-title a {
  color: inherit !important;
  text-decoration: none;
}
div.htmega-info-box-3 .htmega-info-box-item-title-shape {
  color: #0056ff;
  display: block;
  height: 8px;
  margin-top: 15px;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-3 .htmega-info-box-item-title-shape svg {
  display: inline-block;
  transform: translateY(-10px);
}
div.htmega-info-box-3 .htmega-info-box-item-desc {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 25px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-3 .htmega-info-box-item-desc:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-3 .htmega-info-box-item-link > a {
  background-color: transparent;
  border: 1px solid #0056ff;
  border-radius: 100px;
  color: #18012c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-3 .htmega-info-box-item-link > a:hover {
  background-color: #0056ff;
  border-color: #0056ff;
  color: #fff;
}
div.htmega-info-box-3 .htmega-info-box-item:hover {
  z-index: 9;
}
div.htmega-info-box-3 .htmega-info-box-item:hover:after,
div.htmega-info-box-3 .htmega-info-box-item:hover:before {
  opacity: 1;
}
div.htmega-info-box-4 .htmega-info-box-item {
  background-color: #fff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 50px 20px 85px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
div.htmega-info-box-4 .htmega-info-box-item-thumbnail {
  align-self: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  width: 100px;
}
div.htmega-info-box-4 .htmega-info-box-item-thumbnail img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
div.htmega-info-box-4 .htmega-info-box-item-content {
  text-align: center;
}
div.htmega-info-box-4 .htmega-info-box-item-title {
  color: #18012c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-4 .htmega-info-box-item-title:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-4 .htmega-info-box-item-title a {
  color: inherit !important;
  text-decoration: none;
}
div.htmega-info-box-4 .htmega-info-box-item-desc {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 25px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-4 .htmega-info-box-item-desc:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-4 .htmega-info-box-item-link > a {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 100px;
  color: #18012c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-4 .htmega-info-box-item-shape {
  bottom: 0;
  color: #dcd9e0;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
div.htmega-info-box-4 .htmega-info-box-item-shape svg {
  height: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
}
div.htmega-info-box-4 .htmega-info-box-item:hover {
  background-color: #0056ff;
  z-index: 9;
}
div.htmega-info-box-4 .htmega-info-box-item:hover .htmega-info-box-item-desc,
div.htmega-info-box-4 .htmega-info-box-item:hover .htmega-info-box-item-title {
  color: #fff;
}
div.htmega-info-box-4
  .htmega-info-box-item:hover
  .htmega-info-box-item-link
  > a {
  border-color: #fff;
  color: #fff;
}
div.htmega-info-box-4
  .htmega-info-box-item:hover
  .htmega-info-box-item-link
  > a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0056ff;
}
div.htmega-info-box-4 .htmega-info-box-item:hover .htmega-info-box-item-shape {
  color: #fff;
}
div.htmega-info-box-5 .htmega-info-box-item {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-5 .htmega-info-box-item-thumbnail {
  align-self: center;
  display: flex;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  width: 100%;
}
div.htmega-info-box-5 .htmega-info-box-item-thumbnail img {
  height: auto;
  width: 100%;
}
div.htmega-info-box-5 .htmega-info-box-item-content {
  text-align: left;
}
div.htmega-info-box-5 .htmega-info-box-item-title {
  color: #18012c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-5 .htmega-info-box-item-title a {
  color: inherit !important;
  text-decoration: none;
}
div.htmega-info-box-5 .htmega-info-box-item-desc {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-5 .htmega-info-box-item-desc:last-child {
  margin-bottom: 0;
}
div.htmega-info-box-5 .htmega-info-box-item-link > a {
  background-color: #fff;
  border: 1px solid #e5e7f0;
  border-radius: 100px;
  color: #18012c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.htmega-info-box-5 .htmega-info-box-item-link > a:hover {
  background-color: #0056ff;
  border-color: #0056ff;
  color: #fff;
}
.htmega-buttons {
  display: flex;
  flex-wrap: wrap;
}
.htmega-buttons-full-width .htmega-button {
  flex: 1 0;
  width: 100%;
}
.htmega-buttons-stack-desktop {
  flex-direction: column;
}
.htmega-buttons-stack-desktop.htmega-buttons-flex-start {
  align-items: flex-start;
}
.htmega-buttons-stack-desktop.htmega-buttons-center {
  align-items: center;
}
.htmega-buttons-stack-desktop.htmega-buttons-flex-end {
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .htmega-buttons-stack-tablet {
    flex-direction: column;
  }
  .htmega-buttons-stack-tablet.htmega-buttons-flex-start {
    align-items: flex-start;
  }
  .htmega-buttons-stack-tablet.htmega-buttons-center {
    align-items: center;
  }
  .htmega-buttons-stack-tablet.htmega-buttons-flex-end {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .htmega-buttons-stack-mobile-tablet {
    flex-direction: column;
  }
  .htmega-buttons-stack-mobile-tablet.htmega-buttons-flex-start {
    align-items: flex-start;
  }
  .htmega-buttons-stack-mobile-tablet.htmega-buttons-center {
    align-items: center;
  }
  .htmega-buttons-stack-mobile-tablet.htmega-buttons-flex-end {
    align-items: flex-end;
  }
}
.htmega-buttons-flex-start {
  justify-content: flex-start;
}
.htmega-buttons-center {
  justify-content: center;
}
.htmega-buttons-flex-end {
  justify-content: flex-end;
}
.htmega-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.25;
  overflow: hidden;
  padding: 18px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  word-break: break-word;
  z-index: 1;
}
.htmega-button:before {
  bottom: 0;
  right: 0;
  z-index: -2;
}
.htmega-button:after,
.htmega-button:before {
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
}
.htmega-button:after {
  height: 100%;
  width: 100%;
  z-index: -1;
}
.htmega-button:hover:after {
  opacity: 1;
}
.htmega-button.htmega-button-small {
  font-size: 12px;
  padding: 12px 25px;
}
.htmega-button.htmega-button-medium {
  font-size: 13px;
  padding: 15px 30px;
}
.htmega-button.htmega-button-large {
  font-size: 16px;
  padding: 20px 40px;
}
.htmega-button.htmega-button-1 {
  background-color: #2552fe;
  color: #fff;
}
.htmega-button.htmega-button-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  color: #fff;
  overflow: hidden;
}
.htmega-button.htmega-button-2:before {
  background-color: #2552fe;
  border-radius: 100px;
  bottom: 8px;
  left: 8px;
  opacity: 1;
  right: 8px;
  top: 8px;
}
.htmega-button.htmega-button-2:after {
  border-radius: 100px;
}
.htmega-button.htmega-button-2:hover:before {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.htmega-button.htmega-button-2.htmega-button-small:before {
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}
.htmega-button.htmega-button-2.htmega-button-medium:before {
  bottom: 6px;
  left: 6px;
  right: 6px;
  top: 6px;
}
.htmega-button.htmega-button-2.htmega-button-large:before {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
}
.htmega-button.htmega-button-3 {
  background-color: transparent;
  background-image: linear-gradient(45deg, #0098da, #9b51e0);
  border: 1px solid #ddd;
  border-radius: 100px;
  color: #fff;
  position: relative;
}
.htmega-button[class*="htmega-button-effect"]:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.htmega-button.htmega-button-effect-1:after {
  background-color: #ff6b6b;
  transform: scaleX(0.7);
}
.htmega-button.htmega-button-effect-1:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
.htmega-button.htmega-button-effect-2:after {
  background-color: #ff6b6b;
  transform: rotate(-45deg) translate3d(0, -3em, 0);
  transform-origin: 0 100%;
  width: 150%;
}
.htmega-button.htmega-button-effect-2:hover:after {
  opacity: 1;
  transform: rotate(0deg);
}
.htmega-button.htmega-button-effect-3 {
  border: 2px solid transparent;
}
.htmega-button.htmega-button-effect-3:after {
  background-color: #ff6b6b;
  bottom: 0;
  height: auto;
  right: 0;
  width: auto;
}
.htmega-button.htmega-button-effect-3:hover {
  background-color: transparent;
  background-image: none !important;
  border-color: #ff6b6b;
}
.htmega-button.htmega-button-effect-3:hover:after {
  bottom: 10px;
  left: 10px;
  opacity: 1;
  right: 10px;
  top: 10px;
}
.htmega-button.htmega-button-effect-3:hover.htmega-button-small:after {
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}
.htmega-button.htmega-button-effect-3:hover.htmega-button-medium:after {
  bottom: 6px;
  left: 6px;
  right: 6px;
  top: 6px;
}
.htmega-button.htmega-button-effect-4 {
  overflow: visible;
}
.htmega-button.htmega-button-effect-4:after {
  background-color: #000;
}
.htmega-button.htmega-button-effect-4:hover {
  animation: effect4 0.3s forwards;
}
.htmega-button.htmega-button-effect-4:hover:after {
  animation: effect4After 0.3s 0.3s forwards;
  opacity: 0.4;
}
.htmega-button.htmega-button-effect-5:after {
  background-color: #ff6b6b;
  border-radius: 50%;
  left: 100%;
  opacity: 1;
  right: auto;
  transform-origin: 100% 50%;
  width: 50px;
}
.htmega-button.htmega-button-effect-5:hover:after {
  transform: scale(5);
}
.htmega-button.htmega-button-effect-6:after {
  background-color: #ff6b6b;
  border-radius: 50%;
  left: auto;
  opacity: 1;
  right: 100%;
  transform-origin: 0 50%;
  width: 50px;
}
.htmega-button.htmega-button-effect-6:hover:after {
  transform: scale(5);
}
.htmega-button.htmega-button-effect-7:after,
.htmega-button.htmega-button-effect-7:before {
  background-color: #ff6b6b;
  opacity: 1;
  transition: all 0.4s linear 0s;
  width: 0;
}
.htmega-button.htmega-button-effect-7:before {
  border-radius: 0;
  bottom: 0;
  left: auto;
  right: 0;
  top: 0;
}
.htmega-button.htmega-button-effect-7:after {
  right: auto;
}
.htmega-button.htmega-button-effect-7:hover:after,
.htmega-button.htmega-button-effect-7:hover:before {
  width: 100%;
}
.htmega-button.htmega-button-effect-8:after,
.htmega-button.htmega-button-effect-8:before {
  background-color: #ff6b6b;
  height: 0;
  opacity: 1;
  transition: all 0.4s linear 0s;
}
.htmega-button.htmega-button-effect-8:before {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.htmega-button.htmega-button-effect-8:after {
  bottom: auto;
}
.htmega-button.htmega-button-effect-8:hover:after,
.htmega-button.htmega-button-effect-8:hover:before {
  height: 100%;
}
.htmega-button.htmega-button-effect-9:after {
  background-color: #ff6b6b;
  bottom: 0;
  height: 0;
  opacity: 1;
  top: auto;
}
.htmega-button.htmega-button-effect-9:hover:after {
  height: 100%;
}
.htmega-button.htmega-button-effect-10:after {
  background-color: #ff6b6b;
  bottom: auto;
  height: 0;
  opacity: 1;
}
.htmega-button.htmega-button-effect-10:hover:after {
  height: 100%;
}
.htmega-button.htmega-button-effect-11:after {
  background-color: #ff6b6b;
  border-radius: 100%;
  opacity: 1;
  transform: scale(0);
}
.htmega-button.htmega-button-effect-11:hover:after {
  transform: scale(2);
}
.htmega-button.htmega-button-effect-12:hover {
  transform: skew(-10deg);
}
.htmega-button.htmega-button-effect-12:hover:after {
  opacity: 1;
}
.htmega-button.htmega-button-effect-13:hover {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: effect13;
  animation-timing-function: ease-in-out;
}
.htmega-button.htmega-button-effect-13:hover:after {
  opacity: 1;
}
.htmega-button.htmega-button-effect-14:hover {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: effect14;
  animation-timing-function: ease-in-out;
}
.htmega-button.htmega-button-effect-14:hover:after {
  opacity: 1;
}
.htmega-button.htmega-button-effect-15:hover {
  transform: translateY(-5px);
}
.htmega-button.htmega-button-effect-15:hover:after {
  opacity: 1;
}
@keyframes effect4 {
  60% {
    transform: scale(0.8);
  }
  85% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes effect4After {
  to {
    opacity: 0;
    transform: scale(1.2, 1.5);
  }
}
@keyframes effect13 {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes effect14 {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
.htmega-section-heading {
  position: relative;
  z-index: 1;
}
.htmega-section-heading .htmega-section-heading-placeholder {
  -webkit-text-stroke-color: #dadada;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  display: block;
  font-size: 80px;
  font-weight: 800;
  line-height: 0.875;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.htmega-section-heading
  .htmega-section-heading-placeholder:not(
    [class*="htmega-section-heading-placeholder-"]
  ) {
  text-align: center;
  top: 0;
}
.htmega-section-heading
  .htmega-section-heading-placeholder.htmega-section-heading-placeholder-top {
  top: 0;
}
.htmega-section-heading
  .htmega-section-heading-placeholder.htmega-section-heading-placeholder-middle {
  top: 50%;
  transform: translateY(-50%);
}
.htmega-section-heading
  .htmega-section-heading-placeholder.htmega-section-heading-placeholder-bottom {
  bottom: 0;
}
.htmega-section-heading
  .htmega-section-heading-placeholder.htmega-section-heading-placeholder-left {
  text-align: left;
}
.htmega-section-heading
  .htmega-section-heading-placeholder.htmega-section-heading-placeholder-center {
  text-align: center;
}
.htmega-section-heading
  .htmega-section-heading-placeholder.htmega-section-heading-placeholder-right {
  text-align: right;
}
.htmega-section-heading .htmega-section-heading-description,
.htmega-section-heading .htmega-section-heading-sub-title,
.htmega-section-heading .htmega-section-heading-title {
  display: block;
}
.htmega-section-heading .htmega-section-heading-description:last-child,
.htmega-section-heading .htmega-section-heading-sub-title:last-child,
.htmega-section-heading .htmega-section-heading-title:last-child {
  margin-bottom: 0;
}
.htmega-section-heading .htmega-section-heading-separator {
  display: flex;
}
.htmega-section-heading .htmega-section-heading-separator-bar {
  display: flex;
  height: auto;
  min-height: 2px;
  min-width: 30px;
  width: auto;
}
.htmega-section-heading .htmega-section-heading-separator-bar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.htmega-section-heading-1 {
  text-align: center;
}
.htmega-section-heading-1 .htmega-section-heading-sub-title {
  color: #23252a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-section-heading-1 .htmega-section-heading-title {
  color: #23252a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.htmega-section-heading-1 .htmega-section-heading-description {
  color: #23252a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
}
.htmega-section-heading-1 .htmega-section-heading-description-separator,
.htmega-section-heading-1 .htmega-section-heading-sub-title-separator,
.htmega-section-heading-1 .htmega-section-heading-title-separator {
  justify-content: center;
}
.htmega-section-heading-2 {
  padding-top: 60px;
  text-align: center;
}
.htmega-section-heading-2 .htmega-section-heading-sub-title {
  color: #23252a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-section-heading-2 .htmega-section-heading-title {
  color: #23252a;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 25px;
}
.htmega-section-heading-2 .htmega-section-heading-title span {
  color: #00e3af;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
}
.htmega-section-heading-2 .htmega-section-heading-description {
  color: #23252a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0 0 20px;
}
.htmega-section-heading-2 .htmega-section-heading-placeholder {
  -webkit-text-stroke-color: #dadada;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.875;
}
.htmega-section-heading-2
  .htmega-section-heading-placeholder:not(
    [class*="htmega-section-heading-placeholder-"]
  ) {
  text-align: center;
  top: 0;
}
.htmega-section-heading-2 .htmega-section-heading-description-separator,
.htmega-section-heading-2 .htmega-section-heading-sub-title-separator,
.htmega-section-heading-2 .htmega-section-heading-title-separator {
  justify-content: center;
}
.htmega-section-heading-3 {
  text-align: center;
}
.htmega-section-heading-3 .htmega-section-heading-sub-title {
  color: #30995b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: none;
}
.htmega-section-heading-3 .htmega-section-heading-title {
  color: #23252a;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.htmega-section-heading-3 .htmega-section-heading-title span {
  color: #00e3af;
  font-style: italic;
}
.htmega-section-heading-3 .htmega-section-heading-description {
  color: #23252a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
}
.htmega-section-heading-3 .htmega-section-heading-placeholder {
  -webkit-text-stroke-color: #dadada;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.875;
}
.htmega-section-heading-3
  .htmega-section-heading-placeholder:not(
    [class*="htmega-section-heading-placeholder-"]
  ) {
  text-align: center;
  top: 0;
}
.htmega-section-heading-3 .htmega-section-heading-description-separator,
.htmega-section-heading-3 .htmega-section-heading-sub-title-separator,
.htmega-section-heading-3 .htmega-section-heading-title-separator {
  justify-content: center;
}
.htmega-section-heading-4 {
  text-align: left;
}
.htmega-section-heading-4 .htmega-section-heading-sub-title {
  color: #23252a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-section-heading-4 .htmega-section-heading-title {
  color: #23252a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px;
}
.htmega-section-heading-4 .htmega-section-heading-title span {
  color: #00e3af;
  font-style: italic;
}
.htmega-section-heading-4 .htmega-section-heading-description {
  color: #23252a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0 0 20px;
}
.htmega-section-heading-4 .htmega-section-heading-placeholder {
  -webkit-text-stroke-color: #dadada;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.875;
}
.htmega-section-heading-4
  .htmega-section-heading-placeholder:not(
    [class*="htmega-section-heading-placeholder-"]
  ) {
  text-align: center;
  top: 0;
}
.htmega-section-heading-4 .htmega-section-heading-description-separator,
.htmega-section-heading-4 .htmega-section-heading-sub-title-separator,
.htmega-section-heading-4 .htmega-section-heading-title-separator {
  justify-content: flex-start;
}
.htmega-section-heading-5 {
  text-align: center;
}
.htmega-section-heading-5 .htmega-section-heading-description-separator,
.htmega-section-heading-5 .htmega-section-heading-sub-title-separator,
.htmega-section-heading-5 .htmega-section-heading-title-separator {
  background-color: transparent;
}
.htmega-section-heading-5 .htmega-section-heading-sub-title {
  color: #23252a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 10px;
}
.htmega-section-heading-5 .htmega-section-heading-sub-title-separator {
  margin-bottom: 10px;
}
.htmega-section-heading-5 .htmega-section-heading-title {
  color: #23252a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px;
}
.htmega-section-heading-5 .htmega-section-heading-title span {
  color: #00e3af;
  font-style: italic;
}
.htmega-section-heading-5 .htmega-section-heading-title-separator {
  background-color: #253e9c;
}
.htmega-section-heading-5 .htmega-section-heading-description {
  color: #23252a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0 0 20px;
}
.htmega-section-heading-5 .htmega-section-heading-placeholder {
  -webkit-text-stroke-color: #dadada;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.875;
}
.htmega-section-heading-5
  .htmega-section-heading-placeholder:not(
    [class*="htmega-section-heading-placeholder-"]
  ) {
  text-align: center;
  top: 0;
}
.htmega-section-heading-5 .htmega-section-heading-description-separator,
.htmega-section-heading-5 .htmega-section-heading-sub-title-separator,
.htmega-section-heading-5 .htmega-section-heading-title-separator {
  justify-content: center;
}
.htmega-cta {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.htmega-cta-button {
  transition: all 0.3s ease 0s;
}
.htmega-cta.htmega-cta-1 {
  gap: 50px;
}
.htmega-cta.htmega-cta-1 .htmega-cta-sub-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-cta.htmega-cta-1 .htmega-cta-sub-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-1 .htmega-cta-title {
  color: #282626;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-1 .htmega-cta-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-1 .htmega-cta-desc {
  color: #282626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-1 .htmega-cta-desc:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-1 .htmega-cta-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.htmega-cta.htmega-cta-1 .htmega-cta-button-group .htmega-cta-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 17px 50px;
  text-decoration: none;
  text-transform: none;
}
.htmega-cta.htmega-cta-1 .htmega-cta-button-group .htmega-cta-button-primary {
  background-image: linear-gradient(180deg, #f7aa9f, #f8533d);
}
.htmega-cta.htmega-cta-1
  .htmega-cta-button-group
  .htmega-cta-button-primary:hover {
  background-image: linear-gradient(180deg, rgba(63, 58, 100, 0.49), #3f3a64);
}
.htmega-cta.htmega-cta-1 .htmega-cta-button-group .htmega-cta-button-secondary {
  border: 2px solid #505050;
  color: #505050;
}
.htmega-cta.htmega-cta-1
  .htmega-cta-button-group
  .htmega-cta-button-secondary:hover {
  background-color: #3f3a64;
  border-color: #3f3a64;
  color: #fff;
}
.htmega-cta.htmega-cta-2 {
  gap: 40px;
}
.htmega-cta.htmega-cta-2 .htmega-cta-sub-title {
  color: #ab4efb;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-cta.htmega-cta-2 .htmega-cta-sub-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-2 .htmega-cta-title {
  color: #282626;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-2 .htmega-cta-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-2 .htmega-cta-desc {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-2 .htmega-cta-desc:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-2 .htmega-cta-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.htmega-cta.htmega-cta-2 .htmega-cta-button-group .htmega-cta-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 17px 50px;
  text-decoration: none;
  text-transform: none;
}
.htmega-cta.htmega-cta-2 .htmega-cta-button-group .htmega-cta-button-primary {
  background-image: linear-gradient(180deg, #d19bfe, #a139fa);
}
.htmega-cta.htmega-cta-2
  .htmega-cta-button-group
  .htmega-cta-button-primary:hover {
  background-image: linear-gradient(180deg, rgba(63, 58, 100, 0.49), #3f3a64);
}
.htmega-cta.htmega-cta-2 .htmega-cta-button-group .htmega-cta-button-secondary {
  border: 2px solid #505050;
  color: #505050;
}
.htmega-cta.htmega-cta-2
  .htmega-cta-button-group
  .htmega-cta-button-secondary:hover {
  background-color: #3f3a64;
  border-color: #3f3a64;
  color: #fff;
}
.htmega-cta.htmega-cta-3 {
  background-color: #021a48;
  background-image: url(images/call-to-action-style-3-bg.2a3704e3.png);
  gap: 40px;
  padding: 150px 30px;
  text-align: center;
}
.htmega-cta.htmega-cta-3 .htmega-cta-sub-title {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-cta.htmega-cta-3 .htmega-cta-sub-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-3 .htmega-cta-title {
  color: #f7ca18;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-3 .htmega-cta-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-3 .htmega-cta-desc {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-3 .htmega-cta-desc:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-3 .htmega-cta-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.htmega-cta.htmega-cta-3 .htmega-cta-button-group .htmega-cta-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 20px 50px;
  text-decoration: none;
  text-transform: uppercase;
}
.htmega-cta.htmega-cta-3 .htmega-cta-button-group .htmega-cta-button-primary {
  background-color: #f7ca18;
}
.htmega-cta.htmega-cta-3
  .htmega-cta-button-group
  .htmega-cta-button-primary:hover {
  background-color: #fff;
}
.htmega-cta.htmega-cta-3 .htmega-cta-button-group .htmega-cta-button-secondary {
  border: 2px solid #fff;
  color: #fff;
}
.htmega-cta.htmega-cta-3
  .htmega-cta-button-group
  .htmega-cta-button-secondary:hover {
  background-color: #3f3a64;
  border-color: #3f3a64;
  color: #fff;
}
.htmega-cta.htmega-cta-4 {
  gap: 40px;
}
.htmega-cta.htmega-cta-4 .htmega-cta-sub-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-cta.htmega-cta-4 .htmega-cta-sub-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-4 .htmega-cta-title {
  color: #282626;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-4 .htmega-cta-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-4 .htmega-cta-desc {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-4 .htmega-cta-desc:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-4 .htmega-cta-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.htmega-cta.htmega-cta-4 .htmega-cta-button-group .htmega-cta-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 17px 50px;
  text-decoration: none;
  text-transform: none;
}
.htmega-cta.htmega-cta-4 .htmega-cta-button-group .htmega-cta-button-primary {
  background-image: linear-gradient(180deg, #93e5b7, #3dc773);
  border-bottom-right-radius: 40px;
}
.htmega-cta.htmega-cta-4
  .htmega-cta-button-group
  .htmega-cta-button-primary:hover {
  background-image: linear-gradient(180deg, rgba(63, 58, 100, 0.49), #3f3a64);
}
.htmega-cta.htmega-cta-4 .htmega-cta-button-group .htmega-cta-button-secondary {
  border: 2px solid #505050;
  color: #505050;
}
.htmega-cta.htmega-cta-4
  .htmega-cta-button-group
  .htmega-cta-button-secondary:hover {
  background-color: #3f3a64;
  border-color: #3f3a64;
  color: #fff;
}
.htmega-cta.htmega-cta-5 {
  background-color: #953398;
  background-image: url(images/call-to-action-style-5-bg.d87fa24e.jpg);
  flex-direction: row;
  gap: 40px;
  padding: 100px;
}
.htmega-cta.htmega-cta-5 .htmega-cta-content {
  flex: 1 0;
}
.htmega-cta.htmega-cta-5 .htmega-cta-sub-title {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.htmega-cta.htmega-cta-5 .htmega-cta-sub-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-5 .htmega-cta-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-5 .htmega-cta-title:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-5 .htmega-cta-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
  margin-top: 0;
}
.htmega-cta.htmega-cta-5 .htmega-cta-desc:last-child {
  margin-bottom: 0;
}
.htmega-cta.htmega-cta-5 .htmega-cta-button-group {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.htmega-cta.htmega-cta-5 .htmega-cta-button-group .htmega-cta-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 17px 50px;
  text-decoration: none;
  text-transform: none;
}
.htmega-cta.htmega-cta-5 .htmega-cta-button-group .htmega-cta-button-primary {
  background-color: rgba(0, 0, 0, 0.478);
  border: 3px solid #5c69ca;
  border-radius: 100px;
}
.htmega-cta.htmega-cta-5
  .htmega-cta-button-group
  .htmega-cta-button-primary:hover {
  background-color: #000;
}
.htmega-cta.htmega-cta-5 .htmega-cta-button-group .htmega-cta-button-secondary {
  border: 2px solid #fff;
  color: #fff;
}
.htmega-cta.htmega-cta-5
  .htmega-cta-button-group
  .htmega-cta-button-secondary:hover {
  background-color: #3f3a64;
  border-color: #3f3a64;
  color: #fff;
}
.htmega-testimonials .htmega-testimonial {
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-inner {
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.htmega-testimonials .htmega-testimonial-hover {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: -2;
}
.htmega-testimonials .htmega-testimonial-name,
.htmega-testimonials .htmega-testimonial-thumbnail {
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-content {
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-text {
  margin-top: 0;
}
.htmega-testimonials .htmega-testimonial-ratting {
  color: #ff7b00;
  display: flex;
  gap: 4px;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-ratting span.fa {
  font-family: FontAwesome;
  font-weight: 400;
}
.htmega-testimonials .htmega-testimonial-designation {
  align-items: center;
  display: flex !important;
  gap: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials
  .htmega-testimonial-designation.htmega-testimonial-designation-shape:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  width: 20px;
}
.htmega-testimonials .htmega-testimonial-quote-icon {
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-quote-icon svg {
  height: auto;
  width: 100%;
}
.htmega-testimonials .htmega-testimonial:hover .htmega-testimonial-hover {
  opacity: 1;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-inner {
  background: #a674ed;
  background: linear-gradient(180deg, #a674ed, #7c6af0);
  border-radius: 10px;
  padding: 50px;
  position: relative;
  text-align: center;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-hover {
  border-radius: 10px;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-thumbnail {
  border-radius: 6px;
  display: inline-flex;
  height: 90px;
  margin-bottom: 40px;
  overflow: hidden;
  width: 90px;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-thumbnail img {
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-ratting {
  justify-content: center;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-text {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 15px;
  position: relative;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-designation {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3;
}
.htmega-testimonials .htmega-testimonial-1 .htmega-testimonial-quote-icon {
  color: hsla(0, 0%, 100%, 0.15);
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  z-index: -1;
}
.htmega-testimonials
  .htmega-testimonial-2:hover
  .htmega-testimonial-designation,
.htmega-testimonials .htmega-testimonial-2:hover .htmega-testimonial-name,
.htmega-testimonials .htmega-testimonial-2:hover .htmega-testimonial-ratting,
.htmega-testimonials .htmega-testimonial-2:hover .htmega-testimonial-text {
  color: #fff;
}
.htmega-testimonials
  .htmega-testimonial-2:hover
  .htmega-testimonial-quote-icon {
  color: hsla(0, 0%, 100%, 0.1);
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-top: 45px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-hover {
  background: #4f33c4;
  border-radius: 10px;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-thumbnail {
  border-radius: 500px;
  display: inline-flex;
  height: 90px;
  margin-top: -45px;
  overflow: hidden;
  width: 90px;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-thumbnail img {
  border-radius: 500px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-content {
  overflow: hidden;
  padding: 30px;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-ratting {
  justify-content: center;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-designation {
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-2 .htmega-testimonial-quote-icon {
  bottom: -25px;
  color: rgba(0, 0, 0, 0.1);
  display: flex;
  position: absolute;
  right: -10px;
  transition: all 0.3s ease 0s;
  width: 100px;
  z-index: -1;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-hover {
  border-radius: 8px;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-inner {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-thumbnail {
  border-radius: 500px;
  display: inline-flex;
  height: 90px;
  margin-right: 20px;
  max-width: 90px;
  overflow: hidden;
  width: 90px;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-thumbnail img {
  border-radius: 500px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-content {
  flex: 1 0;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-ratting {
  justify-content: flex-start;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-designation {
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 1.3;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-3 .htmega-testimonial-quote-icon {
  bottom: -20px;
  color: rgba(0, 0, 0, 0.1);
  display: flex;
  position: absolute;
  right: 0;
  transform: rotateX(180deg) rotateY(180deg);
  transition: all 0.3s ease 0s;
  width: 80px;
  z-index: -1;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-hover {
  border-radius: 0;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-inner {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-thumbnail {
  background-color: #4524b1;
  border-radius: 0;
  color: #4524b1;
  display: inline-flex;
  height: 155px;
  margin-right: 50px;
  max-width: 155px;
  padding: 16px;
  position: relative;
  width: 155px;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-thumbnail img {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-thumbnail:after {
  border: 12px solid transparent;
  border-left: 18px solid;
  content: "";
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-content {
  flex: 1 0;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-ratting {
  justify-content: flex-start;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-designation {
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 1.3;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-4 .htmega-testimonial-quote-icon {
  bottom: -10px;
  color: rgba(0, 0, 0, 0.1);
  display: flex;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  width: 80px;
  z-index: -1;
}
.htmega-testimonials .htmega-testimonial-5:hover .htmega-testimonial-thumbnail {
  border-color: #fff;
}
.htmega-testimonials
  .htmega-testimonial-5:hover
  .htmega-testimonial-designation,
.htmega-testimonials .htmega-testimonial-5:hover .htmega-testimonial-name,
.htmega-testimonials .htmega-testimonial-5:hover .htmega-testimonial-ratting,
.htmega-testimonials .htmega-testimonial-5:hover .htmega-testimonial-text {
  color: #fff;
}
.htmega-testimonials
  .htmega-testimonial-5:hover
  .htmega-testimonial-quote-icon {
  color: hsla(0, 0%, 100%, 0.1);
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-hover {
  background: linear-gradient(20deg, #e71688, #fa746b);
  border-radius: 8px;
}
.htmega-testimonials
  .htmega-testimonial-5
  .htmega-testimonial-thumbnail-ratting-wrap {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-thumbnail {
  border: 2px solid #e71688;
  border-radius: 500px;
  display: inline-flex;
  height: 80px;
  overflow: hidden;
  padding: 3px;
  width: 80px;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-thumbnail img {
  border-radius: 500px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-content {
  flex: 1 0 100%;
  margin-top: 20px;
  overflow: hidden;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-ratting {
  justify-content: center;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-designation {
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 1.3;
  transition: all 0.3s ease 0s;
}
.htmega-testimonials .htmega-testimonial-5 .htmega-testimonial-quote-icon {
  bottom: -25px;
  color: rgba(0, 0, 0, 0.1);
  display: flex;
  position: absolute;
  right: -10px;
  transition: all 0.3s ease 0s;
  width: 100px;
  z-index: -1;
}
.htmega-tab {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.htmega-tab .htmega-tab-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.htmega-tab .htmega-tab-nav .htmega-tab-nav-item {
  border-bottom: none;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
.htmega-tab .htmega-tab-nav .htmega-tab-nav-item span {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  transition: all 0.3s ease 0s;
  width: 28px;
}
.htmega-tab .htmega-tab-content {
  max-width: 100%;
  min-height: 50px;
}
.htmega-tab .htmega-tab-content :empty {
  margin: 0;
  padding: 0;
}
.htmega-tab .htmega-tab-content .block-editor-block-list__layout {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.htmega-tab .htmega-tab-content .wp-block,
.htmega-tab [data-type="htmega/tab-content"] {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none !important;
  width: 100%;
}
.htmega-tab-1 {
  flex-direction: row;
}
@media (max-width: 575px) {
  .htmega-tab-1 {
    flex-direction: column;
  }
}
.htmega-tab-1 .htmega-tab-nav {
  border-right: 2px solid #eaeaea;
  flex: 1 0;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  max-width: 250px;
  padding: 40px 0;
}
@media (max-width: 575px) {
  .htmega-tab-1 .htmega-tab-nav {
    max-width: 100%;
  }
}
.htmega-tab-1 .htmega-tab-nav .htmega-tab-nav-item {
  align-items: center;
  border-right: 2px solid transparent;
  color: #172541;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.5;
  margin-right: -2px;
  padding: 6px 0;
}
.htmega-tab-1 .htmega-tab-nav .htmega-tab-nav-item span {
  background-color: #f1f1f1;
}
.htmega-tab-1 .htmega-tab-nav .htmega-tab-nav-item-active {
  border-color: #4586fa;
  color: #4586fa;
}
.htmega-tab-1 .htmega-tab-nav .htmega-tab-nav-item-active span {
  background-color: #4586fa;
  color: #fff;
}
.htmega-tab-1 .htmega-tab-content {
  flex: 1 0;
  max-width: calc(100% - 250px);
  padding-left: 20px;
}
@media (max-width: 575px) {
  .htmega-tab-1 .htmega-tab-content {
    max-width: 100%;
    padding-left: 0;
  }
}
.htmega-tab-2 .htmega-tab-nav {
  flex: 1 0 100%;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.htmega-tab-2 .htmega-tab-nav .htmega-tab-nav-item {
  align-items: center;
  background-color: #f7f5f5;
  border-bottom: 3px solid transparent;
  color: #172541;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.5;
  padding: 15px 45px 12px;
}
.htmega-tab-2 .htmega-tab-nav .htmega-tab-nav-item span {
  background-color: #dbdbdb;
}
.htmega-tab-2 .htmega-tab-nav .htmega-tab-nav-item-active {
  border-color: #ff725e;
  color: #ff725e;
}
.htmega-tab-2 .htmega-tab-nav .htmega-tab-nav-item-active span {
  background-color: #ff725e;
  color: #fff;
}
.htmega-tab-3 .htmega-tab-nav {
  background: #cb8ffd;
  background: linear-gradient(180deg, #cb8ffd, #a745fb);
  border-radius: 10px 10px 0 0;
  flex: 1 0 100%;
  gap: 15px;
  justify-content: center;
  padding: 15px 30px;
  width: 100%;
}
.htmega-tab-3 .htmega-tab-nav .htmega-tab-nav-item {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.33);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.5;
  padding: 10px 45px;
}
.htmega-tab-3 .htmega-tab-nav .htmega-tab-nav-item span {
  background-color: #fff;
  color: #cb8ffd;
}
.htmega-tab-3 .htmega-tab-nav .htmega-tab-nav-item-active {
  background-color: #fff;
  color: #172541;
}
.htmega-tab-3 .htmega-tab-nav .htmega-tab-nav-item-active span {
  background-color: #cb8ffd;
  color: #fff;
}
.htmega-tab-3 .htmega-tab-pane {
  border-radius: 0 0 10px 10px;
  padding: 30px;
}
.htmega-tab-4 .htmega-tab-nav {
  flex: 1 0 100%;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.htmega-tab-4 .htmega-tab-nav .htmega-tab-nav-item {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 100px;
  color: #172541;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.5;
  padding: 10px 40px;
}
.htmega-tab-4 .htmega-tab-nav .htmega-tab-nav-item span {
  background-color: #fff;
}
.htmega-tab-4 .htmega-tab-nav .htmega-tab-nav-item-active {
  background-image: linear-gradient(180deg, #3dc773, #93e5b7);
  color: #fff;
}
.htmega-tab-4 .htmega-tab-nav .htmega-tab-nav-item-active span {
  background-color: #fff;
  color: #3dc773;
}
.htmega-tab-5 {
  flex-direction: row;
}
@media (max-width: 575px) {
  .htmega-tab-5 {
    flex-direction: column;
  }
}
.htmega-tab-5 .htmega-tab-nav {
  background-image: linear-gradient(180deg, #93e5b7, #3dc773);
  border-radius: 10px 0 0 10px;
  flex: 1 0;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  max-width: 280px;
  padding: 30px;
}
@media (max-width: 575px) {
  .htmega-tab-5 .htmega-tab-nav {
    max-width: 100%;
  }
}
.htmega-tab-5 .htmega-tab-nav .htmega-tab-nav-item {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.5;
  padding: 8px 20px;
}
.htmega-tab-5 .htmega-tab-nav .htmega-tab-nav-item span,
.htmega-tab-5 .htmega-tab-nav .htmega-tab-nav-item-active {
  background-color: #fff;
  color: #172541;
}
.htmega-tab-5 .htmega-tab-nav .htmega-tab-nav-item-active span {
  background-image: linear-gradient(180deg, #93e5b7, #3dc773);
  color: #fff;
}
.htmega-tab-5 .htmega-tab-content {
  background-color: #f1f1f1;
  border-radius: 0 10px 10px 0;
  flex: 1 0;
  max-width: calc(100% - 280px);
  padding: 30px;
}
@media (max-width: 575px) {
  .htmega-tab-5 .htmega-tab-content {
    max-width: 100%;
  }
}
