
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
}

/* body {
  font-family: 'Quicksand', sans-serif;
} */


.ison24-middle-align-sections {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 100%; 
  z-index: 1000;
}

.ison24-info-card 
{  
  border-radius: 5px;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #FFFCEB;
  border: #FED73D 1px solid;
}

.ison24-info-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.ison24_container_gr {
  padding: 80px;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 10px rgba(var(--color-secondary-rgb), 0.15);
}

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcd1f0+5,def6ca+100 */
.ison24_container_pr_gn {
  padding: 30px;
  border: 4px solid #6F42C1;
  border-radius: 15px;
}


.ison24-SquareUp-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.ison24-SquareUp-slides img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
  animation: slideShow 16s infinite;
  opacity: 0; /* Initially hidden */
  transform: scale(1); /* Initial scale */
  transition: opacity 1s ease-in-out; /* Smooth opacity change */
}

.ison24-SquareUp-slides img:nth-child(1) {
  animation-delay: 0s;
}
.ison24-SquareUp-slides img:nth-child(2) {
  animation-delay: 4s;
}
.ison24-SquareUp-slides img:nth-child(3) {
  animation-delay: 8s;
}
.ison24-SquareUp-slides img:nth-child(4) {
  animation-delay: 12s;
}

@keyframes slideShow {
  0% {
      opacity: 0;
      transform: scale(1.2); /* Start with no zoom */
  }
  20% {
      opacity: 1;
      transform: scale(1.1); /* Slight zoom in */
  }
  80% {
      opacity: 1;
      transform: scale(1.1); /* Maintain zoom */
  }
  100% {
      opacity: 0;
      transform: scale(1); /* Zoom out slightly for transition */
  }
}


.smvd_t_bd_sq {
  padding: 50px;
  /* background: rgba(248, 230, 158, 0.6); */
    background: rgba(var(--color-white-rgb), 0.5);

  border-radius: 10px;
  margin-top: 20vh;
}


.smvd_t_bd_sq_blk {
  padding: 50px;
  max-width: 920px;
  /* background: rgba(248, 230, 158, 0.6); */
  background: rgba(var(--color-black-rgb), 0.4);

  border-radius: 10px;
  margin-top: 20vh;

}

.smvd_ico_sz_xs
{
  width: 25px;
  height: 25px;
  margin-right: 6px;
  margin-top: -6px;
}

.smvd_btn_blk {

  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(var(--color-black-smvd-rgb), 0.8);
}

.smvd_btn_blk i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_blk:hover {
  background: rgba(var(--color-black-smvd-rgb), 1);
  padding-right: 19px;
  color: white;
}

.smvd_btn_blk:hover i {
  margin-left: 10px;
}

.ison24_nav_item
{
  color: rgba(var(--color-white-rgb), 0.6) !important;
}
/* .ison24_nav_item:hover
{
  color: rgba(var(--color-white-rgb), 1);
} */
.smvd_sec_mg_xs {
  margin-top: 10px;
}

.smvd_sec_pd_b {
  margin-top: 100px;
}

.ison24_zap_bg
{
  background-color: #090C02; 
  padding: 40px; 
  border-radius: 10px;
}

.ison24_dev_bg 
{  
  width: 100%;
  /* min-height: 100vh; */
  background: url("../img/ison24/IsOn24-Code-Background.jpg") center center; 
  background-size: cover;
  position: relative; 
}

.ison24_ftext_mt
{
  margin-top: 80px;
} 


.ison24_just_card
{
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  background-color: var(--color-white);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 10px;

  border-top: 12px solid #F9E580 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  height: 100%;
  min-width: 150px !important;
}


.ison24_intgration_item_xssm_nx 
{
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  background-color: var(--color-white);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 10px;

  border-top: 2px solid red !important;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  height: 100%; */
  
}

.smvd_m_t_xs_sm
{
  margin-top: 0px;
}

.smvd_m_t_xs_sm_lg
{
  margin-top: 0px;
}

.testimonials-slider-nx .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider-nx .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #30881c;
  opacity: 0.5;
}

.testimonials-slider-nx .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #090C02;
  opacity: 1;
}


/*--------------------------------------------------------------
# testimonials NXXX
--------------------------------------------------------------*/
.testimxonials_nxxx {
  padding: 80px 0;
  background: url("../img/ison24/top/ison24_Dark_Bg_dglow_1600.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;

}

.testimxonials_nxxx .item {

  border-radius: 20;  
  transition: 0s;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-left: 3px;

  
  border-radius: 20;
  
  transition: 0s;
  height: 100%;




}
.testimxonials_nxxx .item img
{
  overflow: hidden;
  position: relative;
  /* border-radius: 10px; */
}

.testimxonials_nxxx .item .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.testimxonials_nxxx .item .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.testimxonials_nxxx .item .icon-box:hover::before {
  background: #FED73D;
  top: 0;
  border-radius: 0px;
}

.testimxonials_nxxx .item .icon {
  margin-bottom: 15px;
}

.testimxonials_nxxx .item .icon i {
  font-size: 48px;
  line-height: 1;
  color: #FED73D;
  transition: all 0.3s ease-in-out;
}

.testimxonials_nxxx .item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
  margin-top: 40px;
}

.testimxonials_nxxx .item .title a {
  color: #111;
  font-size: 26px;
}

.testimxonials_nxxx .item .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.testimxonials_nxxx .item .icon-box:hover .title a,
.testimxonials_nxxx .item .icon-box:hover .description {
  color: #fff;
}

.testimxonials_nxxx .item .icon-box:hover .icon i {
  color: #fff;
}

.testimxonials_nxxx .item .icon-box:hover .ison24_quote_icon_left,
.testimxonials_nxxx .item .icon-box:hover .ison24_quote_icon_right,
.testimxonials_nxxx .item .icon-box:hover .stars { 
  color: #fff;
}

.swiper-button-next
{
  color: #30881c;
}
.swiper-button-prev
{
  color: #30881c;
}

.ai_text {
  color: #30881c;
  font-size: 80px;
}

.swiper-wrapper {
  transition-timing-function: linear
}


/* @font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik_Light_Web/Graphik-Light-Web.woff2') format('woff2'),
    url('../fonts/Graphik_Light_Web/Graphik-Light-Web.woff') format('woff');

} */


/* top labels */

.ison24_top_labels {
  border: 0;
}


.ison24_top_labels .nav-tabs {
  border: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ison24_top_labels .nav-link {
  border: 0;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  padding-right: 5px;
  /* color: var(--color-secondary); */
  color: red;
  background: rgba(var(--color-primary-rgb), 0.3);
  
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  height: 100%;
}

.ison24_top_labels .nav-link i {
  font-size: 32px;
  line-height: 0;
  border: 0;

}
.ison24_top_labels .nav-link h3 {
  font-size: 22px;
  letter-spacing: 1.5px;  
  color: var(--color-white);
  font-weight: 300;
  font-family: var(--font-primary);
  margin: 4px 0 4px 0; 
}

.ison24_top_labels .nav-link h4 {
  font-size: 20px;
  color: var(--color-white);
}

/* top carausel */

.label_primary
{
  background-color: #30881c;
  padding: 5px; 
  border-radius: 10px;
}

.ison24_biz_top {
  border: 0;
}


.ison24_biz_top .nav-tabs {
  border: 0;
  background-color:transparent; 
}

.ison24_biz_top .nav-link {
  border-radius: 20;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
  transition: 0s;
  height: 100%;
}

.ison24_biz_top .nav-link:hover  {
 border: none;
}

.ison24_biz_top .nav-link img {

  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.ison24_biz_top .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.ison24_biz_top .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: rgba(var(--color-white-rgb), 0.6);

}

/* top carousel -end */


.ison24_fullscreen_gif {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24_hero_images_gif.gif") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.ison24_fullscreen_bg_color {
  width: 100%;
  min-height: 100vh;
  /* background: url("../img/ison24/top/ison24_Dark_Bg_greenwave-glow_nxxx_1600.jpg") top center; */
  background: url("../img/ison24/ison24-shaded-lt-bg.jpg") top center;

  /* background-color: #090C02; */

  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}


.ison24_fullscreen_bg_color_y {
  width: 100%;
  min-height: 100vh;
  /* background: url("../img/ison24/ison24-shaded-lt-bg-one.jpg") top center; */
  /* background: rgba(var(--color-primary-rgb), 0.9); */
  background-color: #FED73F;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

/*--------------------------------------------------------------
# ison24Swiper Section - register in main.js
--------------------------------------------------------------*/
.ison24Swiper {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.ison24Swiper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-secondary-dark-rgb), 0.8);
}

.ison24Swiper .section-header {
  margin-bottom: 40px;
}

.ison24Swiper .ison24Swiper-carousel,
.ison24Swiper .ison24Swiper-slider {
  overflow: hidden;
}

.ison24Swiper .ison24Swiper-item {
  text-align: center;
  color: var(--color-white);
}

.ison24Swiper .ison24Swiper-item .ison24Swiper-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(var(--color-white-rgb), 0.15);
  margin: 0 auto;
}

.ison24Swiper .ison24Swiper-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-white);
}

.ison24Swiper .ison24Swiper-item h4 {
  font-size: 14px;
  color: rgba(var(--color-white-rgb), 0.6);
  margin: 0 0 15px 0;
}

.ison24Swiper .ison24Swiper-item .stars {
  margin-bottom: 15px;
}

.ison24Swiper .ison24Swiper-item .stars i {
  color: var(--color-yellow);
  margin: 0 1px;
}

.ison24Swiper .ison24Swiper-item .quote-icon-left,
.ison24Swiper .ison24Swiper-item .quote-icon-right {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 26px;
  line-height: 0;
}

.ison24Swiper .ison24Swiper-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.ison24Swiper .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.ison24Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(var(--color-white-rgb), 0.4);
  opacity: 0.5;
}

.ison24Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-white);
  opacity: 1;
}

/* end carousel */


.ison24_intgration_item {
  border: 0;
}


.ison24_intgration_item .nav-tabs {
  border: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ison24_intgration_item .nav-link {
  border: 0;
  /* padding: 25px 20px; */
  color: var(--color-secondary);
  background-color: var(--color-white);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 10px;

  border-top: 12px solid #F9E580 !important;
  /* display: flex; */
  /* align-items: center;
  justify-content: center;
  flex-direction: column; */
  transition: 0s;
  height: 100%;
  min-height: 120px !important;
  
}

.ison24_intgration_item .nav-link i {
  font-size: 32px;
  line-height: 0;
}


.ison24_intgration_item .nav-link h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.ison24_intgration_item .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.ison24_intgration_item .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.ison24_intgration_item .nav-link.active h4 {
  color: var(--color-white);
}

.ison24_intgration_item .nav-link:hover h4 {
  color: var(--color-white);
}

.ison24_intgration_item .nav-link:hover i {
  color: var(--color-white);
}

.ison24_intgration_item .nav-link.active i {
  color: var(--color-white) !important;
}
/* 
.ison24_intgration_item .nav-link:hover i {
  color: var(--color-white);
} */

.ison24_intgration_item .tab-content {
  margin-top: 30px;
}

.ison24_intgration_item .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.ison24_intgration_item .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.ison24_intgration_item .tab-pane ul {
  list-style: none;
  padding: 0;
}

.ison24_intgration_item .tab-pane ul li {
  padding-bottom: 10px;
}

.ison24_intgration_item .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.ison24_intgration_item .tab-pane p:last-child {
  margin-bottom: 0;
}



.ison24_intgrations_card {
  border: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ison24_intgrations_card .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  background-color: white;
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;

  height: 100%;
}

.ison24_intgrations_card .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.ison24_intgrations_card .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.ison24_intgrations_card ul 
{
  border: 0;
}

.ison24_intgrations_card ul li img{
  height: 50px;
}

.p_d_b
{
  padding-bottom: 170px;
}

.smvd_ico_sz
{
  width: 60px;
  height: 60px;
}


.ison24_magic_bg {
  width: 100%;
  background: url("../img/ison24/ison24-dark-glow-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_cotton_candy_bg {
  width: 100%;
  background: url("../img/ison24/ison24-cotton-candy-bg.svg") top center;
  background-size: cover;
  position: relative;
}

.ison24_pink_bg {
  width: 100%;
  background: url("../img/ison24/ison24-pink-bg.jpg") top center;
  background-size: cover;
  position: relative;
}


.ison24_blueg_bg {
  width: 100%;
  background: url("../img/ison24/ison24-gn-blueg-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_purple_bg {
  width: 100%;
  background: url("../img/ison24/ison24-gn-purple-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_blueg_gd_bg {
  width: 100%;
  background: linear-gradient(to right,  #4284f3 0%,#1967D2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  background-size: cover;
  position: relative;
}

.ison24_purple_gd_bg {
  width: 100%;
  background: linear-gradient(to right,  #b59af8 0%,#372870 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  background-size: cover;
  position: relative;
}

.ison24_pattern_bg {
  width: 100%;
  background: url("../img/ison24/ison24-pattern-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_shaded_lt_bg {
  width: 100%;
  /* min-height: 100vh; */
  background: url("../img/ison24/ison24-shaded-lt-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_shaded_lt_bg_one {
  width: 100%;
  background: url("../img/ison24/ison24-shaded-lt-bg-one.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_business_types {
  border: 0;
  /* background-color: #FED73D;  */
}


.ison24_business_types .nav-tabs {
  border: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}


.ison24_business_types .nav-item .nav-link:hover {
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  transition: 0.3s;
  color: var(--color-white) !important;
}


.ison24_business_types .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  background-color: var(--color-white);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 10px;
  border-left: 12px solid #F9E580;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
  
}

.ison24_business_types .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.ison24_business_types .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.ison24_business_types .nav-link:hover {
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-left: none;
}

.ison24_business_types .nav-link.active:hover {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.ison24_business_types .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  /* background: #30881c; */
  border-color: var(--color-primary);
}

.ison24_business_types .nav-link.active h4 {
  color: var(--color-white);
}

.ison24_business_types .nav-link:hover h4 {
  color: var(--color-white);
}

.ison24_business_types .nav-link:hover i {
  color: var(--color-white);
}

.ison24_business_types .nav-link.active i {
  color: var(--color-white) !important;
}
/* 
.ison24_business_types .nav-link:hover i {
  color: var(--color-white);
} */

.ison24_business_types .tab-content {
  margin-top: 30px;
}

.ison24_business_types .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.ison24_business_types .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.ison24_business_types .tab-pane ul {
  list-style: none;
  padding: 0;
}

.ison24_business_types .tab-pane ul li {
  padding-bottom: 10px;
}

.ison24_business_types .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.ison24_business_types .tab-pane p:last-child {
  margin-bottom: 0;
}



.ison24_business_types_st {
  border: 0;
  /* background-color: #FED73D;  */

}


.ison24_business_types_st .nav-tabs {
  border: 0;
  /* background-color: #FED73D;  */
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ison24_business_types_st .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  background-color: var(--color-white);
  /* background-color: #F2FAE5; */
  /* box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15); */
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;

  height: 100%;
}

.ison24_business_types_st .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.ison24_business_types_st .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.ison24_business_types_st .tab-content {
  margin-top: 30px;
}

.ison24_business_types_st .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.ison24_business_types_st .tab-pane ul {
  list-style: none;
  padding: 0;
}

.ison24_business_types_st .tab-pane ul li {
  padding-bottom: 10px;
}

.ison24_business_types_st .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.ison24_business_types_st .tab-pane p:last-child {
  margin-bottom: 0;
}

.ison24_rest_inq_bg {
background: url(../img/ison24/IsOn24-Restaurant-Inquiry.jpg) fixed no-repeat;
background-position: left;
}

.ison24_rest_inq_bg_old 
{
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/IsOn24-Restaurant-Inquiry.jpg") top center;
  background-size: cover;
  position: relative;
}

.ison24_acctant_bg {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/accountant_main_nxx.jpg") top center;
  background-size: cover;
  position: relative;
  z-index: 3;
}


.ison24_blk_bg_tsp
{
  background: #090C03;
  padding: 20px;;
  border-radius: 10px;
}

.ison24_spnx_gn_bg_logo {

  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24_lt_green_bg_images.jpg") center center;

  background-size: cover;
  position: relative;
}


.ison24_spnx_blk_bg_logo {

  width: 100%;
  /* min-height: 100vh; */
  background: url("../img/ison24/ison24_blk_bg_images.jpg") center center;

  background-size: cover;
  position: relative;
}

.ison24_spnx_bg_logo {

  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24_Dark_light_greenwave_1600_with_logo.jpg") center center;

  background-size: cover;
  position: relative;
}

/*--------------------------------------------------------------
# Dark Featured Services Section
--------------------------------------------------------------*/
.featured-services-dark .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #F2FAE5;
  border-radius: 10px;
  /* height: 100%; */
}

.featured-services-dark .service-item .icon {
  margin-bottom: 10px;
}

.featured-services-dark .service-item .icon i {
  color: var(--color-primary);
  font-size: 36px;
  transition: 0.3s;
}

.featured-services-dark .service-item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.featured-services-dark .service-item h2 {
  color: #F2FAE5;
}

.featured-services-dark .service-item h3 {
  color: #F2FAE5;
}

.featured-services-dark .service-item h4 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}

.featured-services-dark .service-item h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services-dark .service-item h5 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}

.featured-services-dark .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.featured-services-dark .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}

.featured-services-dark .service-item:hover h4 a {
  color: var(--color-primary);
}


.ison24_d_product_bg {
  
  width: 100%;
  min-height: 100vh;
  /* background: url("../img/ison24/IsOn24-Jobber/IsOn24_P_D_bg.jpg") center center;  */
  background: url("../img/ison24/IsOn24-Jobber/ison24_jb_bg.png") center center; 
  
  /* background-color: #080C02; */
  background-size: cover;
  position: relative;
}

.ison24_checkered_bg {
  padding: 80px 0;
  background: url("../img/ison24/Hard-Hat-Background.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.ison24_checkered_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(var(--color-secondary-dark-rgb), 0.8); */
}

.ison24_Jobber_features {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/IsOn24-Jobber/Jobber-Features.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.ison24_jb_hero_text {
  font-size: 70px;
  font-weight: 500;
  color: white;
  margin-top: 30px; margin-bottom: 20px;
}

.ison24_QSR_hero_text {
  color: white;
  font-weight: 500;
  font-size: 50px;
}


.ison24_jb_hero_subs
{
  margin-top: 40px; 
  margin-bottom: 20px;
}


.ison24-play-btn-y {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-yellow) 50%, rgba(var(--color-yellow-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.ison24-play-btn-y:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-yellow-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.ison24-play-btn-y:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-primary);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ison24-play-btn-y:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-primary);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.ison24-play-btn-y:hover:after {
  border-left: 15px solid var(--color-yellow);
  transform: scale(20);
}


.ison24-play-btn-lt {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary-lt) 50%, rgba(var(--color-primary-lt-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.ison24-play-btn-lt:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-lt-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.ison24-play-btn-lt:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-primary);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ison24-play-btn-lt:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-primary);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.ison24-play-btn-lt:hover:after {
  border-left: 15px solid var(--color-primary-lt);
  transform: scale(20);
}


.ison24-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.ison24-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.ison24-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ison24-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.ison24-play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.ison24_QSR_fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/Quick-Serve-Restaurant.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}



.ison24_HomeService_fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24-home-service-main.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.ison24_Jobber_fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/IsOn24-Jobber/IsOn24-Jobber-Main-Bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.ison24_real_estate_fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/real-estate-main.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}


.smvd_footer_btn {
  margin: 0;
  width: 30px;
  height: 30px;
  background: white;

  border-radius: 50px;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: black;
  font-size: 15px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -16px;
  left: calc(50% - 14px);
  -moz-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.smvd_inner_section {
  background-color: #F2F9E5;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-radius: 5px;
}


.smvd_footer_btn:hover {
  background-color: #30881c;
  color: white;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ison24_cta_sec {
  background: rgba(var(--color-secondary-rgb), 0.1);
}

.ison24_y_grad_bg {
  width: 90%;
  min-height: 100vh;
  background: url("../img/ison24/yellow-grad-bg.svg") center center;
  background-size: cover;
  position: relative;
  padding: 160px;
}

.ison24_y_grad_bg_nx {
  width: 90%;
  min-height: 100vh;
  background: url("../img/ison24/yellow-grad-bg-nx.svg") center center;
  background-size: cover;
  position: relative;
  padding: 160px;
}

.ison24_gr_blueb_bg {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24-gr-blueg-bg.jpg") center center no-repeat;
  background-size: contain;
  position: relative;
}

.ison24_gr_yl_bg {
  width: 100%;
  min-height: 100vh;
  /* background: url("../img/ison24/ison24-gr-yl-bg-md.jpg") center center no-repeat; */
  background: url("../img/ison24/ison24-gr-yl-bg.jpg") center center no-repeat;
  background-size: contain;
  position: relative;
  /* padding: 160px; */
}

.ison24_testimonial_rest_bg {
  background: url("../img/ison24/crab-rest.jpg") center center;
  background-size: cover;
  position: relative;
}

.fixed_top_mg {
  margin-top: -20px !important;
}

/* .Graphik-Light-Web {
  font-family: 'Graphik Web';
} */

.exp_now_mrg_1 {
  margin-bottom: 140px;
}

.exp_now_mrg_2 {
  margin-bottom: 100px !important;
}

.exp_now_mrg_3 {
  margin-bottom: 140px !important;
}

.exp_now_mtg_3 {
  margin-top: -40px !important;
}


.exp_now_mttg_3 {
  margin-top: -40px !important;
}


.smvd_btn_g {

  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-primary);

  min-width: 600px;
}


.smvd_btn_g i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_g:hover {
  background: rgba(56, 164, 34, 0.8);
  padding-right: 19px;
  color: #111;
}

.smvd_btn_g:hover i {
  margin-left: 10px;
}



.smvd_btn_y {

  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background-color: #FFDD59;
  min-width: 600px;

}


.smvd_btn_y i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_y:hover {
  background-color: #F8E69E;
  padding-right: 19px;
  color: #111;
}

.smvd_btn_y:hover i {
  margin-left: 10px;
}


/* 
.smvd_btn_get_started {

  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-primary);

}


.smvd_btn_get_started i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_get_started:hover {
  background: rgba(56, 164, 34, 0.8);
  padding-right: 19px;
  color: #111;
}

.smvd_btn_get_started:hover i {
  margin-left: 10px;
} */



.smvd_btn_get_started {

  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(var(--color-primary-rgb), 0.9);
}

.smvd_btn_get_started i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_get_started:hover {
  background: rgba(var(--color-primary-rgb), 1);
  padding-right: 19px;
  color: white;
}

.smvd_btn_get_started:hover i {
  margin-left: 10px;
}



.smvd_nav_img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.smvd_nav_img:hover {
  transform: scale(1.05);
  background: none !important;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}


.smvd_demo_container {

  background-color: white;
  border-radius: 10px;
  /* border: #30881c 1px solid; */

  padding-top: 36px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: none;
}

.smvd_demo_info_container {

  background-color: #FFDD59;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;

  margin-top: 30px;
  margin-bottom: 20px;

  display: none;

}

.smvd_container {
  display: flex;
  flex-direction: column;
  height: 60vh;
  justify-content: center;
  align-items: center;
}

.smvd_centered-object {
  background: none;
}

.smvd_yellow_btn {
  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  background: #FFBA02;
}

.smvd_yellow_btn i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_yellow_btn:hover {
  background: rgba(255, 186, 2, 0.6);
  padding-right: 19px;
  color: var(--color-primary);

}

.smvd_yellow_btn:hover i {
  margin-left: 10px;
}

.bradius_10 {
  border-radius: 10px;
}

.aiappt_icon {
  color: #30881c;
  font-size: 30px;
  transition: 0.3s;
}

.smvd_bg_wave {
  /* background-color: #F2FCEE; */
  /* background-image: url(../img/ison24/wave-full.png); */
  background-image: url(../img/ison24/wave-full.png), 0.1;
  /* background: rgba(var(--color-primary-rgb), 0.5); */


  background-attachment: fixed;
  padding-bottom: 80px !important;
  padding-top: 150px !important;

}

/*--------------------------------------------------------------
IsOn24 Call To Action Section - start
--------------------------------------------------------------*/
.ison24_cta_nxx {
  padding: 0;
  margin-bottom: 60px;
}

.ison24_cta_nxx .container {
  padding: 80px;
  background: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .ison24_cta_nxx .container {
    padding: 60px;
  }
}

.ison24_cta_nxx .content h3 {
  color: var(--color-secondary);
  font-size: 48px;
  font-weight: 700;
}

.ison24_cta_nxx .content h3 em {
  font-style: normal;
  position: relative;
}

.ison24_cta_nxx .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.ison24_cta_nxx .content p {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 20px;
}

.ison24_cta_nxx .content .ison24_cta_nxx-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-rgb), 0.9);
}

.ison24_cta_nxx .content .ison24_cta_nxx-btn:hover {
  background: var(--color-primary);
}

.ison24_cta_nxx .img {
  position: relative;
}

.ison24_cta_nxx .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(107, 161, 255, 0.5);
  /* background: rgba(var(--color-primary-rgb), 0.5); */

  border-radius: 15px;
  transform: rotate(20deg);
}

.ison24_cta_nxx .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 195, 95, 0.7);

  /* background: rgba(242, 252, 238, 0.9); */
  border-radius: 15px;
  transform: rotate(10deg);
}

.ison24_cta_nxx .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
IsOn24 Call To Action Section - start
--------------------------------------------------------------*/
.ison24_cta_nx {
  padding: 0;
  margin-bottom: 60px;
}

.ison24_cta_nx .container {
  padding: 80px;
  background: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .ison24_cta_nx .container {
    padding: 60px;
  }
}

.ison24_cta_nx .content h3 {
  color: var(--color-secondary);
  font-size: 48px;
  font-weight: 700;
}

.ison24_cta_nx .content h3 em {
  font-style: normal;
  position: relative;
}

.ison24_cta_nx .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.ison24_cta_nx .content p {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 20px;
}

.ison24_cta_nx .content .ison24_cta_nx-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-rgb), 0.9);
}

.ison24_cta_nx .content .ison24_cta_nx-btn:hover {
  background: var(--color-primary);
}

.ison24_cta_nx .img {
  position: relative;
}

.ison24_cta_nx .img:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(242, 252, 238, 0.5); */
  background: rgba(var(--color-primary-rgb), 0.5);

  border-radius: 15px;
  transform: rotate(20deg);
}

.ison24_cta_nx .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(242, 252, 238, 0.9);
  border-radius: 15px;
  transform: rotate(10deg);
}

.ison24_cta_nx .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
IsOn24 Call To Action Section - end
--------------------------------------------------------------*/



/*--------------------------------------------------------------
ison24_thm_4 Section
--------------------------------------------------------------*/
.ison24_thm_4 {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24-ai-appointment-system-colored.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}

.ison24_thm_4 .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .ison24_thm_4 {
    background-attachment: fixed;
  }
}

.ison24_thm_4 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.ison24_thm_4 blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.ison24_thm_4 .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.ison24_thm_4 .btn-get-started:hover {
  background: rgba(56, 164, 34, 0.8);
}

.ison24_thm_4 .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ison24_thm_4 .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_thm_4 .btn-watch-video:hover {
  color: #fff;
}

.ison24_thm_4 .btn-watch-video:hover i {
  color: #ffffff;
}

@media (max-width: 640px) {

  .p_d_b
  {
    padding-bottom: 280px;
  }

  .ison24_thm_4 {
    width: 100%;
    min-height: 100vh;
    background: url("../img/ison24/Ai-Appt-Hero-Colored-xs.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
  }

  .ison24_thm_4 h2 {
    font-size: 36px;
    line-height: 1;
  }

  .ison24_thm_4 .btn-get-started,
  .ison24_thm_4 .btn-watch-video {
    font-size: 13px;
  }
}

/* 
ison24_thm_4 Section end
*/

/*--------------------------------------------------------------
ison24_thm_3 Section
--------------------------------------------------------------*/
.ison24_thm_3 {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/hero_main_nx.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}

@media (min-width: 1034px) {
  .ison24_thm_3:after {
    position: absolute;
    content: "";
    width: 34%;
    background: rgba(9, 12, 3);
    top: 0;
    bottom: 0;
  }
}

.ison24_thm_3:before {
  position: absolute;
  content: "";
  /* background: rgba(9, 12, 3, 0.3); */

  inset: 0;
}

@media (max-width: 1034px) {
  /* .ison24_thm_3:before {
    background: rgba(9, 12, 3, 0.7);
  } */
}

.ison24_thm_3 .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .ison24_thm_3 {
    background-attachment: fixed;
  }
}

.ison24_thm_3 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.ison24_thm_3 blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.ison24_thm_3 .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.ison24_thm_3 .btn-get-started:hover {
  background: rgba(56, 164, 34, 0.8);
}

.ison24_thm_3 .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ison24_thm_3 .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_thm_3 .btn-watch-video:hover {
  color: #fff;
}

.ison24_thm_3 .btn-watch-video:hover i {
  color: #ffffff;
}

@media (max-width: 640px) {

  .ison24_thm_3 {
    width: 100%;
    min-height: 100vh;
    background: url("../img/ison24/hero_main_nx.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
  }

  .ison24_thm_3 h2 {
    font-size: 36px;
    line-height: 1;
  }

  .ison24_thm_3 .btn-get-started,
  .ison24_thm_3 .btn-watch-video {
    font-size: 13px;
  }
}

/* 
ison24_thm_3 Section end
*/

.ison24_salon {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/salon-main-bg.jpg") top center;
  background-size: cover;

  position: relative;
  padding: 120px 0;
  z-index: 3;
}



@media (min-width: 1034px) {
  .ison24_salon:after {
    position: absolute;
    content: "";
    width: 40%;
    background: url("../img/ison24/salon-sub-bg.jpg") top center no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
  }
}

.ison24_salon:before {
  position: absolute;
  content: "";
  background: rgba(9, 12, 3, 0.6);

  inset: 0;
}

@media (max-width: 1034px) {
  .ison24_salon:before {
    background: rgba(9, 12, 3, 0.7);
  }
}

.ison24_salon .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .ison24_salon {
    background-attachment: fixed;
  }
}

.ison24_salon h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.ison24_salon blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.ison24_salon .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.ison24_salon .btn-get-started:hover {
  background: rgba(56, 164, 34, 0.8);
}

.ison24_salon .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ison24_salon .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_salon .btn-watch-video:hover {
  color: #fff;
}

.ison24_salon .btn-watch-video:hover i {
  color: #ffffff;
}

.ison24_thm_2_qsr {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/Quick-Serve-Restaurant.jpg") top center;
  background-size: cover;

  position: relative;
  padding: 120px 0;
  z-index: 3;
}

@media (min-width: 1034px) {
  .ison24_thm_2_qsr:after {
    position: absolute;
    content: "";
    width: 40%;
    background: url("../img/ison24/ison24_qsr_grid_bg.jpg") top center no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
  }
}

.ison24_thm_2_qsr:before {
  position: absolute;
  content: "";
  background: rgba(9, 12, 3, 0.6);

  inset: 0;
}

@media (max-width: 1034px) {
  .ison24_thm_2_qsr:before {
    background: rgba(9, 12, 3, 0.7);
  }
}

.ison24_thm_2_qsr .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .ison24_thm_2_qsr {
    background-attachment: fixed;
  }
}

.ison24_thm_2_qsr h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.ison24_thm_2_qsr blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.ison24_thm_2_qsr .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.ison24_thm_2_qsr .btn-get-started:hover {
  background: rgba(56, 164, 34, 0.8);
}

.ison24_thm_2_qsr .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ison24_thm_2_qsr .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_thm_2_qsr .btn-watch-video:hover {
  color: #fff;
}

.ison24_thm_2_qsr .btn-watch-video:hover i {
  color: #ffffff;
}

/* ------------- real estate */
.ison24_re_sl_bg
{
  /* background-color: #090C02; */
  background-color: #fed73d;
  padding: 20px;
}

.ison24_thm_2_re {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/real-state-main2.jpg") top center;

  background-size: cover;

  position: relative;
  padding: 120px 0;
  z-index: 3;
}

@media (min-width: 1034px) {
  .ison24_thm_2_re:after {
    position: absolute;
    content: "";
    width: 40%;
    /* background: url("../img/ison24/ison24_qsr_grid_bg.jpg") top center no-repeat; */
    background:  rgba(48, 136, 28, 0.6);
    background-size: cover;
    top: 0;
    bottom: 0;
  }
}

.ison24_thm_2_re:before {
  position: absolute;
  content: "";
  background: rgba(9, 12, 3, 0.2);

  inset: 0;
}

@media (max-width: 1034px) {
  .ison24_thm_2_re:before {
    background: rgba(9, 12, 3, 0.7);
  }
}

.ison24_thm_2_re .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .ison24_thm_2_re {
    background-attachment: fixed;
  }
}

.ison24_thm_2_re h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.ison24_thm_2_re blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.ison24_thm_2_re .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.ison24_thm_2_re .btn-get-started:hover {
  background: rgba(56, 164, 34, 0.8);
}

.ison24_thm_2_re .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ison24_thm_2_re .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_thm_2_re .btn-watch-video:hover {
  color: #fff;
}

.ison24_thm_2_re .btn-watch-video:hover i {
  color: #ffffff;
}

/*--------------------------------------------------------------
ison24_thm_2_org Section
--------------------------------------------------------------*/

.ison24_thm_2_org {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/accountant_main_nx.jpg") top center;
  background-size: cover;

  position: relative;
  padding: 120px 0;
  z-index: 3;
}

@media (min-width: 1034px) {
  .ison24_thm_2_org:after {
    position: absolute;
    content: "";
    width: 40%;
    /* background: rgba(9, 12, 3); */
    background: url("../img/ison24/ison24_grid_bg.jpg") top center no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
  }
}

.ison24_thm_2_org:before {
  position: absolute;
  content: "";
  background: rgba(9, 12, 3, 0.6);

  inset: 0;
}

@media (max-width: 1034px) {
  .ison24_thm_2_org:before {
    background: rgba(9, 12, 3, 0.7);
  }
}

.ison24_thm_2_org .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .ison24_thm_2_org {
    background-attachment: fixed;
  }
}

.ison24_thm_2_org h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

.ison24_thm_2_org blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.ison24_thm_2_org .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.ison24_thm_2_org .btn-get-started:hover {
  background: rgba(56, 164, 34, 0.8);
}

.ison24_thm_2_org .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ison24_thm_2_org .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_thm_2_org .btn-watch-video:hover {
  color: #fff;
}

.ison24_thm_2_org .btn-watch-video:hover i {
  color: #ffffff;
}

@media (max-width: 640px) {

  
  .ison24_acctant_bg {
    /* width: 100%; */
    /* min-height: 100vh; */
    background: url("../img/ison24/accountant_main_nxx_sm.png") fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0;
    z-index: 3;
  }

  .ison24_acctant_bg {
    width: 100%;
    min-height: 100vh;
    background: url("../img/ison24/accountant_main_nx_sm.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
  }


  .ison24_thm_2_org {
    width: 100%;
    min-height: 100vh;
    background: url("../img/ison24/accountant_main_nx_sm.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3;
  }

  .ison24_thm_2_org h2 {
    font-size: 36px;
    line-height: 1;
  }

  .ison24_thm_2_org .btn-get-started,
  .ison24_thm_2_org .btn-watch-video {
    font-size: 13px;
  }
}

/* 
ison24_thm_2_org Section end
*/

.ison24_promotion_info {
  background-color: #41463d;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}

.ison24_promotion_btn {
  margin-top: 40px !important;
  border: 1px solid white;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}


.ison24_promotion_btn:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);

  padding-right: 19px;
}

.ison24_promotion_banner {
  background-color: #FFBA02;
  padding: 0.25em;
  width: 300px;
  position: fixed;
  top: 52px;
  right: 5px;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.ison24_promotion_banner:hover,
.ison24_promotion_banner:focus,
.ison24_promotion_banner:active {
  background-color: #FED73D;
}

.ison24_promotion_banner_text {
  color: black !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-stretch: 100%;
  font-style: normal;
}

.ison24_promotion_banner_nx {

  min-height: 26px;
  /* background: url("../img/ison24/black-air-wave.jpg") center center;   */
  background: url("../img/ison24/top.png") center center;
  background-size: cover;
}

.ison24_int_banner_nx_h2 {

  color: black;
  font-size: 18px;
  transition: all 0.6s ease-out;

}

.ison24_int_banner_nx_h2:hover {

  color: #30881c;
}


.ison24_int_banner_nxx {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012939+1,f2fae5+46,fefcea+64,fdfae0+100 */
background: linear-gradient(135deg,  rgba(1,41,57,1) 1%,rgba(242,250,229,1) 46%,rgba(254,252,234,1) 64%,rgba(253,250,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.ison24_int_banner_nxxx {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30881c+1,f2fae5+46,fefcea+64,f1da36+97 */
  background: linear-gradient(135deg,  rgba(48,136,28,1) 1%,rgba(242,250,229,1) 46%,rgba(254,252,234,1) 64%,rgba(241,218,54,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.ison24_int_banner_nx {

  min-height: 26px;
  background: #ffefb7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ffefb7 14%, #ffe789 50%, #fed73d 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffefb7 14%, #ffe789 50%, #fed73d 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffefb7 14%, #ffe789 50%, #fed73d 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefb7', endColorstr='#fed73d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  background-size: cover;
  
}

.ison24_promotion_sec {

  padding: 20px;
  min-height: 100px;

  background: url("../img/ison24/air-wave-blue.jpg") center center;
  background-size: cover;
}

.ison24_main_pg {
  padding-top: 350px;
  min-height: 400px;
  background: url("../img/ison24-ai-voice-assistant-for-businesses-and-freelancers-small.png") center center;

  background-size: cover;
}

.ison24_main_pg_box {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.ison24_video_play {
  padding-top: 350px;
  padding-bottom: 350px;

  min-height: 400px;
  background: linear-gradient(rgba(var(--color-white-rgb), 0.3), rgba(var(--color-white-rgb), 0.9)), url("../img/ison24/smvd_conversation_g_white_1024.jpg") center center;
  background-size: cover;
}

.ison24_info_light {
  background-color: #F2F9E5;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}


.ison24_info_yl {
  background-color: #F8E69E;
  border-radius: 5px;
  padding: 40px;
  overflow: hidden;
}

.ison24_pri_action_btn_nx {
  margin-top: 40px !important;
  border: 1px solid #ffffff;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}


.ison24_pri_action_btn_nx:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);

  padding-right: 19px;
}

.ison24_pri_action_btn {
  margin-top: 40px !important;
  border: 1px solid #30881c;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}


.ison24_pri_action_btn:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);

  padding-right: 19px;
}


.ison24_pri_action_btn_pr {
  margin-top: 40px !important;
  background: #6f42c1;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}

.ison24_pri_action_btn_pr:hover {
  background: #4504be;
  color: var(--color-white);
  padding-right: 19px;
}

/* .ison24_tsp_action_btn_pr {
  margin-top: 20px !important;
  background: transparent;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border: 1px solid #4504be;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #6f42c1;
}

.ison24_tsp_action_btn_pr:hover {
  background: #6f42c1;
  color: var(--color-white);

  padding-right: 19px;
} */


.smvd_btn_main_prpl {

  margin-top: 20px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(111, 66, 193, 0.8);
  border: none;
}

.smvd_btn_main_prpl i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_main_prpl:hover {
  background: rgba(111, 66, 193, 1);
  padding-right: 19px;
  color: white;
}

.smvd_btn_main_prpl:hover i {
  margin-left: 10px;
}

.smvd_btn_main_prpl_tsp {

  margin-top: 20px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #4504be;
  background: transparent;

  border: 1px solid #4504be;
  border-radius: 5px;

}

.smvd_btn_main_prpl_tsp i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_main_prpl_tsp:hover {
  background: rgba(111, 66, 193, 1);
  padding-right: 19px;
  color: white;
}

.smvd_btn_main_prpl_tsp:hover i {
  margin-left: 10px;
}


.smvd_btn_main_blueg {

  margin-top: 20px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(66, 132, 243, 1);

  border: none;
}

.smvd_btn_main_blueg i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_main_blueg:hover {
  padding-right: 19px;
  color: white;
  background: #1967D2;

}

.smvd_btn_main_blueg:hover i {
  margin-left: 10px;
}

.smvd_btn_main_blueg_tsp {

  margin-top: 20px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px;
  border-radius: 5px;
  
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #4284f3;
  background: transparent;

  border: 1px solid #4284f3;
  border-radius: 5px;

}

.smvd_btn_main_blueg_tsp i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.smvd_btn_main_blueg_tsp:hover {
  background: rgba(66, 132, 243, 1);
  padding-right: 19px;
  color: white;
}

.smvd_btn_main_blueg_tsp:hover i {
  margin-left: 10px;
}

.ison24_pri_action_btn_sd {
  margin-top: 40px !important;
  background: #30881c;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}


.ison24_pri_action_btn_sd:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);

  padding-right: 19px;
}

.ison24_ann_btn {
  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #012939;
  background: #FFBA02;
}

.ison24_ann_btn i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.ison24_ann_btn:hover {
  background: #FED73D;
  color: #012939;
  padding-right: 19px;
}

.ison24_ann_btn:hover i {
  margin-left: 10px;
}

.ison24_sec_action_btn {
  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: #FFBA02;
}

.ison24_sec_action_btn i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.ison24_sec_action_btn:hover {
  background: #FED73D;
  color: var(--color-white);

  padding-right: 19px;
}

.ison24_sec_action_btn:hover i {
  margin-left: 10px;
}

.m-t-sp {
  margin-top: 21px;
}

.smvd_lp_h3_b {
  color: #3F4650 !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  font-stretch: 100%;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.smvd_plans_h1 {
  color: #3F4650 !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.smvd_plans_h2 {
  color: #3F4650 !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.smvd_lp_h5 {
  color: #3F4650 !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-stretch: 100%;
  font-style: normal;
}

.ison24_visible_xs {
  display: none;
}

.bi_color_white {
  color: #f8f8f8 !important;
}

.bi_color_primary {
  color: #30881c !important;
}

.smvd_img_bg_1 {
  background-image: url(../img/ison24/smvd-waves1.svg);
  background-position: center;
  /* background-size: 100% 100%; */
  background-size: cover;

}



.smvd_title {
  color: #3F4650 !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.ison24_visible_sm {
  display: none;
}

.ison24_hidden_lg {
  display: none;
}

.smvd_in_sec_mt {
  margin-top: 140px;
  margin-bottom: 80px;
}

.smvd_card_mt {
  margin-top: 0px;
}

.smvd_contact .info_light {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}


.smvd_contact .info_light h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #121619;
  font-weight: 400;
}

.smvd_contact .info_light h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #121619;
  font-weight: 200;
  line-height: 150%;
}

.smvd_contact .info_light p {

  font-size: 16px;
  margin-bottom: 20px;
  color: #606060;


}

.smvd_contact .info {
  background-color: #FFDD59;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}

.smvd_contact h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #121619;
  font-weight: 300;
}


.smvd_contact h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #121619;
  font-weight: 400;
}

.smvd_contact .info p {
  color: var(--color-secondary-light);
  margin-bottom: 30px;
  font-size: 16px;
}

.cus_solu_fullscreen {
  width: 100%;
  min-height: 100vh;
  /* background: url("../img/ison24/IsOn24-lets-automate-ss.png") center center;  */
  background: #1B212C;
  background-size: cover;
  position: relative;
  padding-bottom: 200px;
}

.cus_solu_logo {
  margin-top: -60px;
}

.smvd_meeting_container {
  background-color: #FED73D;
  border-radius: 5px;
  padding-bottom: 30px;
  ;
  padding-top: 25px;
  ;

}


.smvd_meeting_container_nx {
  background-color: white;
  border: 8px solid #30881c;
  border-radius: 5px;
  padding-bottom: 30px;
  ;
  padding-top: 25px;
  ;

}

.primary_btn {
  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.primary_btn i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.primary_btn:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.primary_btn:hover i {
  margin-left: 10px;
}

.smvd_y_box {
  background-color: #FED73D;
  border-radius: 5px;
  padding-bottom: 30px;
}

.smvd_sv_bg_hx_org {
  background: url(../img/ison24/hexagon-50-op.png) fixed no-repeat;
  width: 100%;
  min-height: 50vh;
  padding-bottom: 300px;
  background-position: left;
}

.smvd_sv_bg_hx {
  background-color: #F2FCEE;
  background: url(../img/ison24/hexagon-50-op.png) fixed no-repeat;

  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 300px;

}

.smvd_logoBg {
  background: url(../img/ison24/Base-IsOn24-logo-v4-lightgrey-e9e9e9-1024-300-more-op.png) fixed no-repeat;
  background-position: left;
}

.smvd_sv_bg_nx_v4 {
  background-color: #F8F8F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='913' height='913' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23DEEFB7' stroke-width='1.6'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2330881C'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

.smvd_sv_bg_nx_v3 {
  background-color: #FBFBFB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23fbfbfb' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23fbfbfb' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23fbfbfb' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23fbfbfb' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23FBFBFB' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23f7f7f7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23f2f3f4' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23eeeef0' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23e9eaed' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23E4E5EA' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.smvd_sv_bg_nx_v2 {
  background: url(../img/ison24/top.svg) top center no-repeat;
}

.smvd_hex_bg {
  background: url("../img/ison24/hexagon.png") center center;
  position: left;
}


.smvd_sv_bg_nx_dk {
  background-color: #1F2421;
  background-attachment: fixed;
  padding-bottom: 80px !important;
  padding-top: 150px !important;

}


.smvd_sv_bg_nx {
  background-color: #F2FCEE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cpath fill='%2330881C' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23FED73D' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  padding-bottom: 80px !important;
  padding-top: 150px !important;

}

.smvd_sv_bg {
  width: 100%;
  min-height: 50vh;
  background: url("../img/ison24/pattern-randomized.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.smvd_acq_bg {
  width: 100%;
  min-height: 50vh;
  background: url("../img/ison24/queue.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.smvd_ttt_bg {
  width: 100%;
  min-height: 50vh;
  /* background: url("../img/ison24/queue.png") center center; */
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;

  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.smvd_first_mg {
  margin-top: 100px;
}

.smvd_sec_mg_main {
  margin-top: 240px;

}

.smvd_sec_mg {
  margin-top: 200px;
}

.smvd_sec_mg_btm {
  margin-bottom: 200px;
}

.smvd_sec_mg_ml {
  margin-top: 100px;
}

.smvd_sec_mg_ml_btm {
  padding-bottom: 130px !important;
}

.smvd_sec_mg_m {
  margin-top: 40px;
}

.smvd_sec_mg_b {
  margin-bottom: 80px;
}

.smvd_sec_mg_xs {
  margin-top: 10px;
}

.smvd_sec_mg_b_xs {
  margin-top: 30px;
}

.smvd_subscribe {
  padding-top: 30px;
  padding-bottom: 10px;

  padding-left: 20px;
  padding-right: 20px;

  background: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 5px;
}

.smvd_subscribe_or {
  padding-top: 30px;
  padding-bottom: 10px;

  padding-left: 20px;
  padding-right: 20px;

  background: #f8f8f8;
  border-radius: 5px;
}

.smvd_img_ico {
  height: 80px;
  margin-bottom: 10px;
  margin-top: -174px;
}

.smvd_img_ico_lg {
  height: 90px;
  margin-bottom: 10px;
  margin-top: -174px;
}

.smvd_nav_cont_font_h4 {
  font-weight: 600;
  font-size: 16px;
  color: white !important;

}

/* .smvd_nav_cont_font_h4:hover
{
  font-weight: 600;
  font-size: 16px;  color: var(--color-primary) !important;
  background-color: inherit;
} */

.smvd_nav_cont_font {
  font-size: 14px;
  color: white !important;
}

/*--------------------------------------------------------------
#   Care Services Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.care_services {}

.care_services .details {
  padding: 50px 30px;
  margin: 50px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.care_services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.care_services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.care_services .details p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.care_services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.care_services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.care_services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.care_services .service-item:hover .img img {
  transform: scale(1.2);
}


/*--------------------------------------------------------------
#   va Services Section
--------------------------------------------------------------*/
.va_services .img {
  border-radius: 8px;
  overflow: hidden;
}

.va_services .img img {
  transition: 0.6s;
}

.va_services .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.va_services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.va_services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.va_services .details p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.va_services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.va_services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.va_services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.va_services .service-item:hover .img img {
  transform: scale(1.2);
}


.va_services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.va_services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.va_services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.va_services .service-item:hover .img img {
  transform: scale(1.2);
}

.smvd_item_border {
  border: #FED73D 5px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;

  max-width: 220px;
}

/*--------------------------------------------------------------
# VA Call To Action Section
--------------------------------------------------------------*/
.va_cta {
  padding: 0;
  margin-bottom: 60px;
}

.va_cta .container {
  padding: 80px;
  background: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .va_cta .container {
    padding: 60px;
  }
}

.va_cta .content h3 {
  color: var(--color-secondary);
  font-size: 48px;
  font-weight: 700;
}

.va_cta .content h3 em {
  font-style: normal;
  position: relative;
}

.va_cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.va_cta .content p {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 20px;
}

.va_cta .content .va_cta-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-dark-rgb), 0.9);
}

.va_cta .content .va_cta-btn:hover {
  background: var(--color-primary);
}

.va_cta .img {
  position: relative;
}

.va_cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}

.va_cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.va_cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

.section-bg {
  background-color: #F9FAFA;
}


.about .read-more {
  margin-top: 50px !important;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.about .read-more i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.about .read-more:hover i {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.why-us .icon-box+.icon-box {
  margin-top: 50px;
}

.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.why-us .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.why-us .icon-box:hover .icon {
  background: #68A4C4;
}

.why-us .icon-box:hover .icon i {
  color: #fff;
}

.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.why-us .icon-box .title a:hover {
  color: #68A4C4;
}

.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.why-us .video-box {
  position: relative;
}

.why-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
  display: block;
  position: absolute;

}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.ison24_plans {
  padding-bottom: 20px;
}

.ison24_plans .icon-box {

  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2em;
  padding-bottom: 4em;
  position: relative;
  background-color: white;
  border-radius: 5px;

}

.ison24_plans .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.ison24_plans .icon i {
  font-size: 36px;
  line-height: 1;
}

.ison24_plans .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.ison24_plans .title a {
  color: #111;
}

.ison24_plans .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.ison24_plans .icon-box-yellow .icon i {
  color: #FED73D;
}

.ison24_plans .icon-box-yellow:hover {
  border-color: #FED73D;
}

.ison24_plans .icon-box-yellow {
  border-top: 10px solid #FED73D;

  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
}

.ison24_plans .icon-box-pink .icon {
  background: #fceef3;
}

.ison24_plans .icon-box-pink .icon i {
  color: #BA5624;
}

.ison24_plans .icon-box-pink:hover {
  border-color: #BA5624;
}

.ison24_plans .icon-box-lblue .icon {
  background: #59C3C3;
}

.ison24_plans .icon-box-lblue .icon i {
  color: #59C3C3;
}

.ison24_plans .icon-box-lblue:hover {
  border-color: #59C3C3;
}

.ison24_plans .icon-box-cyan .icon {
  background: #e6fdfc;
}

.ison24_plans .icon-box-cyan .icon i {
  color: #5998C5;
}

.ison24_plans .icon-box-cyan:hover {
  border-color: #5998C5;
}

.ison24_plans .icon-box-green .icon {
  background: #eafde7;
}

.ison24_plans .icon-box-green .icon i {
  color: #41cf2e;
}

.ison24_plans .icon-box-green {
  border: 2px solid #30881c;

}

.ison24_plans .icon-box-green {
  border-top: 10px solid #30881c;

  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
}

.ison24_plans .icon-box-green:hover {}

.ison24_plans .icon-box-blue .icon {
  background: #e1eeff;
}

.ison24_plans .icon-box-blue .icon i {
  color: #5998C5;
}

.ison24_plans .icon-box-blue:hover {
  border-color: #5998C5;
}

.ison24_plans .icon-box-cyan {
  border-top: 10px solid #5998C5;

  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
}

.ison24_plans .icon-box-pink {
  border-top: 10px solid #BA5624;

  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
}

.ison24_plans .icon-box-lblue {
  border-top: 10px solid #59C3C3;

  -webkit-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  -moz-box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);
  box-shadow: 6px 6px 5px 5px rgba(222, 111, 52, 0.2);

}


.smvd-btn {
  font-family: var(--font-primary);
  max-width: 300px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-secondary);

}

.smvd-btn:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.smvd_t_bd_nx {
  border-top: 20px solid #30881c;
  padding: 30px;
  max-width: 600px;
  background-color: white;
  opacity: 0.85;
  /* border-top: 4px solid #30881c;  */

}

.smvd_t_bd_aiappt {
  padding: 30px;
  max-width: 920px;
  /* background: rgba(255,221,89, 0.7); */
  background: rgba(var(--color-white-rgb), 0.7);
  border-radius: 5px;
}

.smvd_t_dk_j {
  padding: 30px;
  max-width: 920px;
  /* background: rgba(46, 44, 49, 0.6); */
  background: rgba(var(--color-white-rgb), 0.9);

}

.smvd_t_bd_j {
  padding: 30px;
  max-width: 920px;
  background: rgba(var(--color-white-rgb), 0.7);
  /* border: 6px solid #0A2939; */
}


.smvd_b_bd {
  padding: 30px;
  max-width: 920px;
  border-bottom: 110px solid #1F2421;
  background: rgba(var(--color-white-rgb), 0.7);
}

.smvd_b_jb_b {
  background: #0A2939;
  padding-bottom: 60px;
}


.smvd_b_re_b {
  background: #352B22;
  padding-bottom: 60px;
}

.smvd_t_bd {
  padding: 30px;
  max-width: 920px;
  /* border-top: 110px solid #485664; */
  border-top: 110px solid #1F2421;
  background: rgba(var(--color-white-rgb), 0.9);
}

.smvd_t_bd_text {
  font-weight: 500;
  font-size: 40px;
  color: white;
}

.smvd_t_bd_text_sm {
  font-weight: 500;
  font-size: 30px;
  color: white;
}

.smvd_t_bd_text_dk {
  font-weight: 500;
  font-size: 40px;
  color: #090C02;
}
.smvd_t_bd_text_dk_lt {
  font-weight: 500;
  font-size: 40px;
  color: white;
}
.smvd_bd_m_t_n {
  margin-top: -120px;
}


.smvd_bd_m_t_nx {
  margin-top: 120px;
}

.smvd_bd_m_t {
  margin-top: 60px !important;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}


.waiting_spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--color-primary);
  border-radius: 50%;

  width: 80px;
  height: 80px;
  
  animation: spin 2s linear infinite;
  position: absolute;

  top: calc(50% - 40px);
  left: calc(50% - 40px);

  transform: translate(-50%, -50%);
  z-index: 1000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# ison24_waiting_spinner
--------------------------------------------------------------*/
.ison24_waiting_spinner {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background:#f3f3f3;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

.ison24_waiting_spinner:before,
.ison24_waiting_spinner:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate_ison24_waiting_spinner 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate_ison24_waiting_spinner 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ison24_waiting_spinner:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate_ison24_waiting_spinner {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate_ison24_waiting_spinner {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(var(--color-secondary-rgb), 0.05);
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary-light);
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .smvd_logoBg {
    background: url(../img/ison24/Base-IsOn24-logo-v4-lightgrey-e9e9e9-300-300-hf-more-op.png) fixed no-repeat;
    background-position: left;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  /* padding: 15px 0; */
  padding-top: 15px;
  padding-bottom: 1px;

  transition: all 0.5s;
  z-index: 997;
}

.header.sticked {
  background: var(--color-white);
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 18px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}

@media (max-width: 1279px) {

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {

  /* .smvd_t_bd {
    border-top: 120px solid #4D5962; 
    padding:30px; 
    max-width:1000px; 
    background-color: white; 
    opacity: 0.85;
  } */

  .smvd_t_bd_text {
    font-weight: 500;
    font-size: 40px;
    color: white;
  }

  .smvd_bd_m_t {
    margin-top: -120px;
  }

  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {
    color: var(--color-white);
    background: var(--color-secondary);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-secondary);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: rgba(var(--color-white-rgb), 0.5);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(var(--color-secondary-rgb), 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  /* .mobile-nav-toggle {
    display: block !important;
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
  } */

  .mobile-nav-toggle {
    display: block !important;
    color: var(--color-primary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: relative;
    z-index: 9999;
    right: 20px;
  }


  .mobile-nav-toggle.bi-x {
    color: var(--color-primary);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/
.hero-animated {
  width: 100%;
  min-height: 50vh;
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-animated h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-animated h2 span {
  color: var(--color-primary);
}

.hero-animated p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-animated .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 992px) {
  .hero-animated .animated {
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .hero-animated .animated {
    max-width: 60%;
  }

  .smvd_t_bd {
    padding: 30px;
    max-width: 920px;
    border-top: 90px solid #38434E;
    background: rgba(var(--color-white-rgb), 0.9);
  }

  .smvd_t_bd_text {
    font-weight: 500;
    font-size: 34px;
    color: white;
  }

  .smvd_bd_m_t_n {
    margin-top: -100px;
  }

  .smvd_bd_m_t {
    margin-top: 60px !important;
  }

}

@media (max-width: 575px) {
  .hero-animated .animated {
    max-width: 80%;
  }
}

.hero-animated .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-animated .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-animated .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-animated .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-animated .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-animated .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {

  .smvd_t_bd {
    padding: 30px;
    max-width: 920px;
    border-top: 80px solid #38434E;
    background: rgba(var(--color-white-rgb), 0.9);
  }

  .smvd_t_bd_text {
    font-weight: 500;
    font-size: 26px;
    color: white;
  }

  .smvd_bd_m_t_n {
    margin-top: -88px;
  }

  .smvd_bd_m_t {
    margin-top: 60px !important;
  }

  .hero-animated h2 {
    font-size: 32px;
  }

  .hero-animated p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hero-animated .btn-get-started,
  .hero-animated .btn-watch-video {
    font-size: 14px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 60vh;
  padding: 0;
  background: var(--color-black);
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 60px 0;
}

@media (max-width: 640px) {
  .hero .container {
    padding: 0 60px;
  }
}

.hero h2 {
  color: var(--color-secondary);
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 300;
  -webkit-animation: fadeInDown 1s both 0.2s;
  animation: fadeInDown 1s both 0.2s;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  color: var(--color-secondary-light);
  -webkit-animation: fadeInDown 1s both 0.4s;
  animation: fadeInDown 1s both 0.4s;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero .img {
  margin-bottom: 40px;
  -webkit-animation: fadeInDownLite 1s both;
  animation: fadeInDownLite 1s both;
}

.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-animation: fadeInUp 1s both 0.6s;
  animation: fadeInUp 1s both 0.6s;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.hero .btn-get-started:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(var(--color-secondary-rgb), 0.4);
  color: rgba(var(--color-white-rgb), 0.98);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-next-icon {
  padding-left: 3px;
}

.hero .carousel-control-prev-icon {
  padding-right: 3px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.hero .carousel-indicators li {
  cursor: pointer;
  background: rgba(var(--color-secondary-rgb), 0.5);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--color-primary);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ison24_phone_call_experience {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/CallPhoneAssistants.jpg") center center;
  background-size: cover;
  position: relative;
  padding-top: 140px;

}


/*--------------------------------------------------------------
# Fullscreen  Section
--------------------------------------------------------------*/
.ison24_fullscreen_renx {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/real-state-main2.jpg") center center;
  background-size: cover;
  position: relative;
  padding-top: -100px;
}

.ison24_fullscreen_renx::before {
  content: "";
  background-image: url('path/to/image.jpg');
  aria-label: "Professionals and freelancers can also use an AI appointment system as a booking system for businesses. Home service professionals and contractors can use it as a scheduling system.Restaurants and stores, such as hair and beauty salons, can use it as a reservation system. ";
}

.ison24_fullscreen_aiappt {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24-ai-appointment-system-colored.jpg") center center;
  background-size: cover;
  position: relative;
  padding-top: -100px;
}

.ison24_fullscreen_aiappt::before {
  content: "";
  background-image: url('path/to/image.jpg');
  aria-label: "Professionals and freelancers can also use an AI appointment system as a booking system for businesses. Home service professionals and contractors can use it as a scheduling system.Restaurants and stores, such as hair and beauty salons, can use it as a reservation system. ";
}

.ison24_fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/cover-img.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.ison24_fullscreen:before {
  content: "";
  background: rgba(var(--color-white-rgb), 0.45);
  position: absolute;
  inset: 0;
}

.ison24_fullscreen_acct {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/smvd_bookkeeping_1620.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.ison24_fullscreen_acct:before {
  content: "";
  background: rgba(var(--color-white-rgb), 0.45);
  position: absolute;
  inset: 0;
}

.wave-fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/Sounds_2000.jpg") center center;

  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.wave-fullscreen:before {
  content: "";
  background: rgba(var(--color-white-rgb), 0.45);

  position: absolute;
  inset: 0;
}


@media (max-width: 486px) {

  .smvd_t_bd {
    padding: 30px;
    max-width: 920px;
    border-top: 120px solid #38434E;
    background: rgba(var(--color-white-rgb), 0.9);
  }

  .smvd_t_bd_text {
    font-weight: 500;
    font-size: 34px;
    color: white;
  }

  .smvd_bd_m_t_n {
    margin-top: -140px;
  }

  .ison24_fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../img/pp-combined-grid-top-buffer-400x291.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
  }

  .ison24_fullscreen:before {
    content: "";
    background: rgba(var(--color-white-rgb), 0.45);
    position: absolute;
    inset: 0;
  }


}

@media (max-width: 399px) {

  .ison24_fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../img/pp-combined-grid-top-buffer-400x291.png") no-repeat;
    position: relative;
    padding: 120px 0 0px;
    margin-top: 40px;
  }

  .smvd_sec_mg_main {
    margin-top: -100px;

  }

  .smvd_t_bd {
    padding: 30px;
    max-width: 920px;
    border-top: 110px solid #38434E;
    background: #ECEEEF;

  }

  .smvd_t_bd_text {
    font-weight: 500;
    font-size: 28px;
    color: white;
  }

  .smvd_bd_m_t_n {
    margin-top: -126px;
  }

}

@media (max-width: 380px) {

  .ison24_fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../img/pp-combined-grid-top-buffer-400x291.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
  }

  .ison24_fullscreen:before {
    content: "";
    background: rgba(var(--color-white-rgb), 0.45);
    position: absolute;
    inset: 0;
  }

}

@media (min-width: 1365px) {
  .ison24_fullscreen {
    background-attachment: fixed;
  }

  .wave-fullscreen {
    background-attachment: fixed;
  }
}

.ison24_fullscreen h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.ison24_fullscreen h2 span {
  color: var(--color-primary);
}

.ison24_fullscreen p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.ison24_fullscreen .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.ison24_fullscreen .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.ison24_fullscreen .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.ison24_fullscreen .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.ison24_fullscreen .btn-watch-video:hover {
  color: var(--color-primary);
}

.ison24_fullscreen .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}


.wave-fullscreen h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.wave-fullscreen h2 span {
  color: var(--color-primary);
}

.wave-fullscreen p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.wave-fullscreen .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.wave-fullscreen .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.wave-fullscreen .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.wave-fullscreen .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.wave-fullscreen .btn-watch-video:hover {
  color: var(--color-primary);
}

.wave-fullscreen .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {

  .ison24_fullscreen h2 {
    font-size: 32px;
  }

  .ison24_fullscreen p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .ison24_fullscreen .btn-get-started,
  .ison24_fullscreen .btn-watch-video {
    font-size: 14px;
  }

  .wave-fullscreen h2 {
    font-size: 32px;
  }

  .wave-fullscreen p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .wave-fullscreen .btn-get-started,
  .wave-fullscreen .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Static Hero Section
--------------------------------------------------------------*/
.hero-static {
  width: 100%;
  min-height: 50vh;
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-static h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-static h2 span {
  color: var(--color-primary);
}

.hero-static p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-static .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-static .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-static .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-static .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-static .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-static .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-static h2 {
    font-size: 32px;
  }

  .hero-static p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hero-static .btn-get-started,
  .hero-static .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  border-radius: 10px;
  /* height: 100%; */
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--color-primary);
  font-size: 30px;
  transition: 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Quicksand';
}

.featured-services .service-item h4 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .service-item h5 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}

.featured-services .service-item:hover h4 a {
  color: var(--color-primary);
}


/*--------------------------------------------------------------
# qsr_acq Section
--------------------------------------------------------------*/

.qsr_acq h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
  font-family: 'Quicksand';
  margin-bottom: 30px;
}
.qsr_acq h4 {
  color: rgba(var(--color-secondary-rgb), 0.9);
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  font-family: 'Quicksand';
  margin-bottom: 10px;
  margin-top: 10px;
}

.qsr_acq p {
  font-size: 16px;
  color: var(--color-gray);
  font-family: 'Quicksand';
  margin-bottom: 20px;
}


.catering_sec {
  background-color: white; 
  padding: 30px;
  border-radius: 5px;
  /* border: 14px solid #FBF3CC; */
}

.feature_sec_nx {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 20px;
}

.feature_sec_nx:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}


.feature_sec {
  background-color: white; 
  padding: 30px;
  border-radius: 5px;
  border: 14px solid #FBF3CC;
}

.feature_sec_icon {
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}


@media (max-width: 768px) {
  .qsr_acq h3 {
    font-size: 32px;
  }
}

.qsr_acq .nav-pills {
  border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}

.qsr_acq .nav-pills li+li {
  margin-left: 40px;
}

.qsr_acq .nav-link {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-secondary);
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  font-family: var(--font-secondary);
}

.qsr_acq .nav-link.active {
  color: var(--color-primary);
  background: none;
  border-bottom: 3px solid var(--color-primary);
}

@media (max-width: 575px) {
  .qsr_acq .nav-link {
    font-size: 16px;
  }
}

.qsr_acq .tab-content h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: var(--color-secondary);
}

.qsr_acq .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}

.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }

  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}

.about h3 {
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 32px;
  }
}

.about .nav-pills {
  border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}

.about .nav-pills li+li {
  margin-left: 40px;
}

.about .nav-link {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-secondary);
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  font-family: var(--font-secondary);
}

.about .nav-link.active {
  color: var(--color-primary);
  background: none;
  border-bottom: 3px solid var(--color-primary);
}

@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}

.about .tab-content h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: var(--color-secondary);
}

.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 0 0 60px 0;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}



/*--------------------------------------------------------------
# Call To Action Section NX transparent
--------------------------------------------------------------*/

.cta-nx-tsp {
  padding: 0;
  margin-bottom: 60px;
}

.cta-nx-tsp .container {
  padding: 80px;
  background: transparent;
  border-radius: 15px;
}


@media (max-width: 992px) {
  .cta-nx-tsp .container {
    padding: 60px;
  }
}

.cta-nx-tsp .content h3 {
  color: var(--color-white);
  font-size: 48px;
  font-weight: 700;
}

.cta-nx-tsp .content h3 em {
  font-style: normal;
  position: relative;
}

.cta-nx-tsp .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-white-rgb), 0.5);
  z-index: -1;
}

.cta-nx-tsp .content p {
  color: var(--color-white);
  font-weight: 600;
  font-size: 20px;
}

.cta-nx-tsp .content .cta-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-rgb), 0.9);
}

.cta-nx-tsp .content .cta-nx-tsp-btn:hover {
  background: var(--color-primary);
}

.cta-nx-tsp .img {
  position: relative;
}

.cta-nx-tsp .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}

.cta-nx-tsp .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.cta-nx-tsp .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Call To Action Section NX
--------------------------------------------------------------*/
.cta-nx {
  padding: 0;
  margin-bottom: 60px;
}

.cta-nx .container {
  padding: 80px;
  background: #FED73D;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .cta-nx .container {
    padding: 60px;
  }
}

.cta-nx .content h3 {
  color: var(--color-secondary);
  font-size: 48px;
  font-weight: 700;
}

.cta-nx .content h3 em {
  font-style: normal;
  position: relative;
}

.cta-nx .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.cta-nx .content p {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 20px;
}

.cta-nx .content .cta-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-rgb), 0.9);
}

.cta-nx .content .cta-nx-btn:hover {
  background: var(--color-primary);
}

.cta-nx .img {
  position: relative;
}

.cta-nx .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}

.cta-nx .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.cta-nx .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
  padding: 0;
  margin-bottom: 60px;
}

.cta .container {
  padding: 80px;
  background: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .cta .container {
    padding: 60px;
  }
}

.cta .content h3 {
  color: var(--color-secondary);
  font-size: 48px;
  font-weight: 700;
}

.cta .content h3 em {
  font-style: normal;
  position: relative;
}

.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.cta .content p {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 20px;
}

.cta .content .cta-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-rgb), 0.9);
}

.cta .content .cta-btn:hover {
  background: var(--color-primary);
}

.cta .img {
  position: relative;
}

.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}

.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# conv_onfocus Section
--------------------------------------------------------------*/


.conv_onfocus {
  padding: 0;
}

.conv_onfocus .video-play {
  min-height: 400px;
  /* background: linear-gradient(rgba(var(--color-black-rgb), 0.6), rgba(var(--color-black-rgb), 0.9)), url("../img/ison24/ison24-conversations-voicemail-text-messages-online-chats-together.jpg") center center; */
  /* background: linear-gradient(rgba(var(--color-white-rgb), 0.6), rgba(var(--color-black-rgb), 0.9)), url("../img/ison24/ison24-conversations-voicemail-text-messages-online-chats-together.jpg") center center; */
  /* background:  url("../img/ison24/smvd_conversation_g_white.jpg") center center; */
  background: linear-gradient(rgba(var(--color-white-rgb), 0.6), rgba(var(--color-white-rgb), 0.9)), url("../img/ison24/smvd_conversation_g_white_1000.jpg") center center;
  background-size: cover;
}

.conv_onfocus .content {
  /* background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center; */
  background: white;

  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}

@media (min-width: 768px) {
  .conv_onfocus .content {
    padding: 80px;
  }
}

.conv_onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-black);
}

.conv_onfocus .content ul {
  list-style: none;
  padding: 0;
}

.conv_onfocus .content ul {
  list-style: none;
  padding: 0;
}

.conv_onfocus .content ul h4 {
  color: var(--color-black);

}

.conv_onfocus .content ul li {
  padding-bottom: 10px;
  color: var(--color-black);

}

.conv_onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.conv_onfocus .content p:last-child {
  margin-bottom: 0;
}

.conv_onfocus .content .read-more {

  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.conv_onfocus .content .read-more i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.conv_onfocus .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.conv_onfocus .content .read-more:hover i {
  margin-left: 10px;
}

/* nx play -start */

.conv_onfocus .play-btn-nx {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-lblue) 50%, rgba(var(--color-lblue-rgb), 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.conv_onfocus .play-btn-nx:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-white-rgb), 0.7);
  top: -15%;
  left: -15%;
  /* background: rgba(198, 16, 0, 0); */
  background: #FFBA02;
}

.conv_onfocus .play-btn-nx:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-primary);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.conv_onfocus .play-btn-nx:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.conv_onfocus .play-btn-nx:hover:after {
  border-left: 15px solid #FFBA02;
  transform: scale(20);
}


/* nx Play end */
.conv_onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.conv_onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.conv_onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.conv_onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.conv_onfocus .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}


/*--------------------------------------------------------------
# playRec Section
--------------------------------------------------------------*/


.playRec {
  padding: 0;
}

.playRec .video-play {
  min-height: 400px;
  background: linear-gradient(rgba(var(--color-white-rgb), 0.6), rgba(var(--color-white-rgb), 0.9)), url("../img/ison24/smvd_conversation_g_white.jpg") center center;
  background-size: cover;
}

.playRec .content {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}

@media (min-width: 768px) {
  .playRec .content {
    padding: 80px;
  }
}

.playRec .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-black);
}

.playRec .content ul {
  list-style: none;
  padding: 0;
}

.playRec .content ul {
  list-style: none;
  padding: 0;
}

.playRec .content ul h4 {
  color: var(--color-black);

}

.playRec .content ul li {
  padding-bottom: 10px;
  color: var(--color-black);

}

.playRec .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.playRec .content p:last-child {
  margin-bottom: 0;
}

.playRec .content .read-more {

  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.playRec .content .read-more i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.playRec .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.playRec .content .read-more:hover i {
  margin-left: 10px;
}

.playRec .play-btn {
  width: 94px;
  height: 94px;
  display: block;
  position: absolute;

  background: radial-gradient(var(--color-yellow-nx) 50%, rgba(var(--color-yellow-nx-rgb), 0.4) 52%);
  border-radius: 50%;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.playRec .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-yellow-nx-rgb), 0.7);
  top: -15%;
  left: -15%;
  /* background: rgba(198, 16, 0, 0); */
  background: rgba(198, 16, 0, 0);
}

.playRec .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* border-left: 15px solid var(--color-primary); */
  border-left: 15px solid var(--color-white);

  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.playRec .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.playRec .play-btn:hover:after {
  border-left: 15px solid var(--color-yellow-nx);
  transform: scale(20);
}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
}

.onfocus .video-play {
  padding-top: 350px;
  padding-bottom: 350px;

  min-height: 400px;
  background: linear-gradient(rgba(var(--color-black-rgb), 0.6), rgba(var(--color-black-rgb), 0.9)), url("../img/ison24/smvd_conversation_g_white_1024.jpg") center center;

  /* background: linear-gradient(rgba(var(--color-white-rgb), 0.6), rgba(var(--color-white-rgb), 0.9)), url("../img/ison24/main-communications-ison24-logo-30881c-1024.png") center center; */

  background-size: cover;
}

.onfocus .content {
  /* background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center; */
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding-top: 350px;
  padding-bottom: 350px;
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }
}

.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}

.onfocus .content ul {
  list-style: none;
  padding: 0;
}

.onfocus .content ul li {
  padding-bottom: 10px;
}

.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.onfocus .content p:last-child {
  margin-bottom: 0;
}

.onfocus .content .read-more {

  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.onfocus .content .read-more i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.onfocus .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.onfocus .content .read-more:hover i {
  margin-left: 10px;
}

.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.onfocus .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  # Features Section
  --------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
  # Services Section
  --------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
  /* height: 300px; */
}

.services .img img {
  transition: 0.6s;
}

.services .details_nx {
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);

  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.services .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}


.services .detailsNxx {
  /* padding: 50px 30px; */
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: transparent;
  position: relative;
  /* background: rgba(var(--color-white-rgb), 0.9); */
  text-align: center;
  border-radius: 8px;
  /* box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1); */
}


.services .detailsNxx .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .detailsNxx h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .detailsNxx p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}


/*--------------------------------------------------------------
  # testimonials_nx Section
  --------------------------------------------------------------*/
.testimonials_nx {
  padding: 80px 0;
  background: url("../img/ison24/pattern-randomized.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials_nx .img {
  border-radius: 8px;
  overflow: hidden;
}

.testimonials_nx .img img {
  transition: 0.6s;
}

.testimonials_nx .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.testimonials_nx .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.testimonials_nx .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.testimonials_nx .details p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.testimonials_nx .service-item:hover .details h3 {
  color: var(--color-primary);
}

.testimonials_nx .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.testimonials_nx .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.testimonials_nx .service-item:hover .img img {
  transform: scale(1.2);
}


/*--------------------------------------------------------------
  # Testimonials Section
  --------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/ison24/pattern-randomized.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(var(--color-secondary-dark-rgb), 0.8); */
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  background-color: #FED73D;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(var(--color-white-rgb), 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-white);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(var(--color-white-rgb), 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: var(--color-yellow);
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /* background-color: rgba(var(--color-white-rgb), 0.4); */
  background-color: rgba(var(--color-black-rgb), 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FED73D;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# testimonials NXX
--------------------------------------------------------------*/

.testimonials_nxx .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.testimonials_nxx .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.testimonials_nxx .icon-box:hover::before {
  background: #FED73D;
  top: 0;
  border-radius: 0px;
}

.testimonials_nxx .icon {
  margin-bottom: 15px;
}

.testimonials_nxx .icon i {
  font-size: 48px;
  line-height: 1;
  color: #FED73D;
  transition: all 0.3s ease-in-out;
}

.testimonials_nxx .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
  margin-top: 40px;
}

.testimonials_nxx .title a {
  color: #111;
  font-size: 26px;
}

.testimonials_nxx .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonials_nxx .icon-box:hover .title a,
.testimonials_nxx .icon-box:hover .description {
  color: #fff;
}

.testimonials_nxx .icon-box:hover .icon i {
  color: #fff;
}



.testimonials_nxx .icon-box:hover .ison24_quote_icon_left,
.testimonials_nxx .icon-box:hover .ison24_quote_icon_right,
.testimonials_nxx .icon-box:hover .stars { 
  color: #fff;
}

.ison24_quote_icon_left,
.ison24_quote_icon_right {

  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 26px;
  line-height: 0;
}

.ison24_img_tnxx
{
  background-color: white; 
  border-radius: 10px; 
  padding: 10px;
  max-width: 290px;
  border: solid 4px #FED73D;
  margin-bottom: 30px;
}

.stars {
  color: #FED73D;
  font-size: 26px;
}


.ison24_quote_icon_left {
  color: #FED73D;
  display: inline-block;
  left: -5px;
  position: relative;
}

.ison24_quote_icon_right {
  color: #FED73D;
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}



/*--------------------------------------------------------------
  # Pricing Section
  --------------------------------------------------------------*/
.pricing {
  background: rgba(var(--color-secondary-rgb), 0.04);
}

.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15);
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}

.pricing .pricing-header {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.9), rgba(var(--color-secondary-rgb), 0.9)), url("../img/pricing-bg.jpg") center center;
  background-size: cover;
  text-align: center;
  padding: 40px;
  margin: -60px -40px 0;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--color-white);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-white);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 24px;
}

.pricing ul {
  padding: 30px 0;
  list-style: none;
  color: var(--color-gray);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: var(--color-primary);
  font-size: 36px;
  padding-right: 3px;
  line-height: 0;
}

.pricing ul .na {
  color: rgba(var(--color-gray-rgb), 0.5);
}

.pricing ul .na i {
  color: rgba(var(--color-gray-rgb), 0.5);
  font-size: 24px;
  padding-left: 4px;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.pricing .featured {
  border-color: var(--color-primary);
}

.pricing .featured .pricing-header {
  background: linear-gradient(rgba(var(--color-primary-rgb), 0.9), rgba(var(--color-primary-rgb), 0.9)), url("../img/pricing-bg.jpg") center center;
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: var(--color-white);
}

/*--------------------------------------------------------------
  # F.A.Q Section
  --------------------------------------------------------------*/
@media (max-width: 991px) {
  .faq {
    padding: 0;
  }
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
  font-family: 'Quicksand';
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  font-family: 'Quicksand';

}

.faq .content p {
  font-size: 16px;
  color: var(--color-gray);
  font-family: 'Quicksand';

}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 20px;
  color: var(--color-default);
  text-align: left;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-primary);
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}

/*--------------------------------------------------------------
  # Portfolio Section
  --------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
  border: 1px solid var(--color-white);
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-item img {
  transition: all 0.3s;
}

.portfolio .portfolio-item:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(var(--color-secondary-rgb), 0.8);
  z-index: 2;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: auto 40px 40px 40px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-white);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  inset: auto 10px 0 10px;
}

/*--------------------------------------------------------------
  # Team Section
  --------------------------------------------------------------*/
.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--color-white);
  background: var(--color-primary);
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.team .team-member .social a i {
  line-height: 0;
  font-size: 16px;
}

.team .team-member .social a:hover {
  background: var(--color-primary-light);
}

.team .team-member .social i {
  font-size: 20px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  background: var(--color-white);
  margin: -50px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}

.team .team-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--color-secondary);
}

.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-gray);
}

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

/*--------------------------------------------------------------
  # Recent Blog Posts
  --------------------------------------------------------------*/
.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;

  background-color: transparent;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .meta {
  margin-top: 15px;
}

.recent-blog-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.recent-blog-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(var(--color-secondary-dark-rgb), 0.9);
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 20px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: var(--color-primary);
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
  # Contact Section
  --------------------------------------------------------------*/
.contact .map {
  margin-bottom: 40px;
}

.contact .map iframe {
  border: 0;
  width: 100%;
  height: 400px;
}

.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  color: var(--color-secondary-light);
  margin-bottom: 30px;
  font-size: 16px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
  font-size: 24px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color-secondary-light);
}

.contact .php-email-form {
  width: 100%;
  background: var(--color-white);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-green);
  border-top-color: var(--color-white);
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 13px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 0;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(var(--color-secondary-rgb), 0.15);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-secondary-light);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
  # Blog Stylings
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Blog Home Posts List
  --------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
  height: 100%;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog .posts-list .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .posts-list .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .posts-list .read-more a:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

/*--------------------------------------------------------------
  # Blog Details Page
  --------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--color-secondary-rgb), 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.blog .blog-details .meta-bottom i {
  color: var(--color-secondary-light);
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(var(--color-secondary-rgb), 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(var(--color-secondary-rgb), 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: var(--color-white);
  border: 1px solid rgba(var(--color-secondary-rgb), 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 20px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: var(--color-secondary-light);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(var(--color-secondary-light-rgb), 0.8);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--color-secondary-light-rgb), 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 16px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(var(--color-secondary-rgb), 0.8);
}

/*--------------------------------------------------------------
  # Blog Home Pagination
  --------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: var(--color-secondary-light);
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
  color: var(--color-white);
  font-size: 14px;
}

.footer .footer-content {
  background: #090C03;
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-white);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type=submit]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

.footer .footer-legal {
  padding: 30px 0;
  background: var(--color-secondary-dark);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
  font-size: 20px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.ison24_plans_main_pt {
  padding-top: 100px;
}

.ison24_plans_main_pt2 {
  padding-top: 150px;
}

.ison24_plans_main_it_mt {
  margin-top: -40px !important;
}


.exp_live_font {
  font-size: 60px;
}

.plans_ent_card {
  max-height: 300px;
}

.plans_str_card {
  max-height: 1390px !important;
}

.plans_spt_card {
  max-height: 1260px;
}

.plans_cru_card {
  max-height: 840px;
}


/* XS size */
@media (max-width: 767px) 
{
  .ison24_container_gr {
    padding: 20px;
    border-radius: 0px;
    border: none;
    box-shadow:none;
  
  }
  

  .ison24_zap_bg
  {
    background-color: #090C02; 
    padding: 20px; 
    border-radius: 10px;
  }
  
  .ison24_just_card
  {
    border: 0;
    padding: 25px 20px;
    color: var(--color-secondary);
    background-color: var(--color-white);
    box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
    border-radius: 10px;
  
    border-top: 12px solid #F9E580 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    height: 100%;
    min-width: 300px !important;
  }  

  
.ison24_just_card h4 {
  font-size: 26px;
  font-weight: 600;
}

.ison24_fullscreen_bg_color {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/top/ison24_Dark_Bg_greenwave-glow_nxx_500X600.png") top center;  
  background-color: #090C02;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

  .smvd_m_t_xs_sm
  {
    margin-top: 20px;
  }

  
  .smvd_m_t_xs_sm_lg
  {
    margin-top: 40px;
  }

  .ison24_rest_inq_bg {
    background: none;

    background-color: #FED73D;
    background-position: left;
  }
    
  
.ison24_business_types ul li {
    margin-top: 20px;
  }

  
  .ison24_business_types_st ul li {
    margin-top: 20px;
  }
 
  
  .ison24_biz_top ul li {
    margin-top: 20px;
  }
 
  .ison24_intgration_item ul li {
    margin-top: 20px;
  }

  .smvd_ico_sz
  {
    width: 40px;
    height: 40px;
  }
   
  
  .ison24_HomeService_fullscreen {
    width: 100%;
    min-height: 100vh;
    
    background: url("../img/ison24/IsOn24-Jobber/IsOn24-Jobber-Main-Bg-xs.jpg") center center;

    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
  }

  .ison24_Jobber_fullscreen {
    width: 100%;
    min-height: 100vh;
    
    background: url("../img/ison24/IsOn24-Jobber/IsOn24-Jobber-Main-Bg-xs.jpg") center center;

    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
  }

  /* .ison24_Jobber_fullscreen {
  background: url("../img/ison24/IsOn24-Jobber/IsOn24-Jobber-Main-Bg-xs.jpg") center center no-repeat;
  } */


  .smvd_sec_mg_b {
    margin-bottom: 1px;
  }
  
 
.ison24_jb_hero_subs
{
  margin-top: 20px; 
}



  .ai_text {
    color: #30881c;
    font-size: 40px;
  }


  .ison24-play-btn-lt {
    width: 48px;
    height: 48px;
    background: radial-gradient(var(--color-primary-lt) 50%, rgba(var(--color-primary-lt-rgb), 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    overflow: hidden;
  }

  .ison24-play-btn-lt:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 63px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(var(--color-primary-lt-rgb), 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

  .ison24-play-btn-lt:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .ison24-play-btn-lt:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }

  .ison24-play-btn-lt:hover:after {
    border-left: 15px solid var(--color-primary-lt);
    transform: scale(20);
  }

  
  .smvd_b_re_b {
    background: #352B22;
    padding-bottom: 34px;
  }


  .smvd_b_jb_b {
    background: #0A2939;
    padding-bottom: 34px;
  }

  .ison24_QSR_hero_text {
    color: white;
    font-weight: 500;
    font-size: 22px;
  }


  .ison24_re_hero_text {
    color: white;
    font-weight: 500;
    font-size: 30px;
  }

  

  .ison24_jb_hero_text {
    color: white;
    font-weight: 500;
    font-size: 32px;
  }

  
  .ison24_re_h1 {
    color: #090C02;
    font-weight: 500;
    font-size: 62px;
  }

   
  .ison24_re_h2 {
    color: #090C02;
    background: rgba(9, 12, 2, 0.7);

    font-weight: 400;
    font-size: 38px;
  }

  .plans_ent_card {
    max-height: 400px;
  }

  .plans_str_card {
    max-height: 1470px;
  }

  .plans_spt_card {
    max-height: 1210px;
  }

  .plans_cru_card {
    max-height: 880px;
  }


  .exp_now_mrn_3 {
    margin-bottom: -120px !important;
  }

  .exp_now_mrg_3 {
    margin-bottom: 220px !important;
  }

  .featured-services .service-item h5 {
    font-weight: 400;
    margin-bottom: 17px;
    font-size: 18px;
  }

  .ison24_phone_call_experience {
    width: 100%;
    background: none center center;
    background-size: cover;
    position: relative;
    padding-top: 140px;

  }

  .smvd_container {
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: center;
    align-items: center;

    /* padding:30px;  */

    max-width: 820px;
    background: rgba(var(--color-white-rgb), 0.7);
    border-radius: 5px;
  }

  .exp_live_font {
    font-size: 40px;
  }

  .section-header h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--color-secondary);
  }

  .ison24_plans .icon-box-green {
    border: 2px solid #30881c;
    margin-top: 130px !important;

  }

  .ison24_plans_main_pt2 {
    padding-top: 5px !important;
  }

  .ison24_plans_main_it_mt {
    margin-top: 1px !important;
  }

  .ison24_plans .icon-box {
    margin-top: 80px;
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    position: relative;
    background-color: white;
    border-radius: 5px;

  }

  .smvd_img_bg_1 {
    background-image: none;
    background: #fefcea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #fee688 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%, #fee688 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%, #fee688 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#fee688', GradientType=0);
    /* IE6-9 */

    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 100px;
  }

  .cta .content h3 {
    color: var(--color-secondary);
    font-size: 32px;
    font-weight: 700;
  }

  .ison24_hidden_xs {
    display: none;
  }

  .ison24_f1_h1 {
    margin-top: -40px !important;
  }

  .ison24_visible_xs {
    display: block;
  }

  .ison24_fullscreen {
    background: url("../img/ison24-ai-voice-assistant-for-businesses-and-freelancers-small.png") center center;
  }

  .ison24_fullscreen:before {
    content: "";
    background: rgba(var(--color-white-rgb), 0.45);
    position: absolute;
    inset: 0;
  }

  .smvd_sec_mg {
    margin-top: 50px;
  }

  .smvd_card_mt {
    margin-top: 200px;
  }

  .onfocus .content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .onfocus .video-play {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.6), rgba(var(--color-black-rgb), 0.9)), url("../img/ison24/smvd_conversation_g_white_1024.jpg") center center;
    background-size: cover;
  }

  .smvd_sec_mg_main {
    margin-top: 40px;
  }

  .services .details_nx {
    padding: 10px 10px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);

    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
  }
}

/* SM size */
@media (min-width: 768px) and (max-width: 991px) 
{
/* 
  
  .ison24_top_labels .nav-link
  {
    min-width: 300px !important;
  } */

  .ison24_top_labels .nav-link h3 {
    font-size: 17px;
    letter-spacing: 1.5px;
    color: var(--color-white);
    font-weight: 500;
    margin: 4px 0 4px 0; 
  }
  
  .smvd_m_t_xs_sm_lg
  {
    margin-top: 40px;
  }

  .smvd_m_t_xs_sm
  {
    margin-top: 20px;
  }

  .ison24_rest_inq_bg {
    background: none;

    background-color: #FED73D;
    background-position: left;
  }
  
  .ison24_business_types ul li {
    margin-top: 20px;
  }

  .ison24_business_types_st ul li {
    margin-top: 20px;
  }
  
  .ison24_biz_top ul li {
    margin-top: 20px;
  }

  .ison24_intgration_item ul li {
    margin-top: 20px;
  }
  .smvd_ico_sz
  {
    width: 50px;
    height: 50px;
  }

  .smvd_sec_mg_b {
    margin-bottom: 1px;
  }
  
  .ai_text {
    color: #30881c;
    font-size: 50px;
  }

  .ison24-play-btn-lt {
    width: 70px;
    height: 70px;
    background: radial-gradient(var(--color-primary-lt) 50%, rgba(var(--color-primary-lt-rgb), 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    overflow: hidden;
  }

  .ison24-play-btn-lt:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(var(--color-primary-lt-rgb), 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

  .ison24-play-btn-lt:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .ison24-play-btn-lt:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }

  .ison24-play-btn-lt:hover:after {
    border-left: 15px solid var(--color-primary-lt);
    transform: scale(20);
  }


  .ison24_jb_hero_text {
    color: white;
    font-weight: 500;
    font-size: 60px;
  }

  
  .ison24_re_hero_text {
    color: white;
    font-weight: 500;
    font-size: 60px;
  }


  .plans_str_card {
    max-height: 1370px !important;
  }

  .plans_ent_card {
    max-height: 400px;
  }

  .ison24_phone_call_experience {
    width: 100%;
    background: none center center;
    background-size: cover;
    position: relative;
    padding-top: 140px;

  }

  .ison24_plans_main_it_mt {
    margin-top: 1px !important;
  }

  .ison24_plans_main_pt2 {
    padding-top: 5px !important;
  }

  .ison24_plans .icon-box {
    margin-top: 80px;
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    position: relative;
    background-color: white;
    border-radius: 5px;

  }

  .smvd_img_bg_1 {
    background-image: none;
    background: #fefcea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #fee688 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%, #fee688 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%, #fee688 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#fee688', GradientType=0);
    /* IE6-9 */

    background-position: center;
    background-size: 100% 100%;
  }

  .cta .content h3 {
    color: var(--color-secondary);
    font-size: 38px;
    font-weight: 700;
  }

  .ison24_hidden_sm {
    display: none;
  }

  .ison24_visible_sm {
    display: inherit;
  }

  .ison24_f1_h1 {
    margin-top: -10px !important;
  }

  .ison24_fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../img/pp-combined-grid-top-buffer-400x291.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
  }

  .ison24_fullscreen:before {
    content: "";
    background: rgba(var(--color-white-rgb), 0.45);
    position: absolute;
    inset: 0;
  }

  .smvd_card_mt {
    margin-top: 200px;
  }

  .smvd_sec_mg {
    margin-top: 50px;
  }

  .smvd_sec_mg_main {
    margin-top: 40px;
  }
}

/* MD size */
@media (min-width: 992px) and (max-width: 1199px) {


.ison24_gr_yl_bg {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24-gr-yl-bg-md.jpg") center center no-repeat;
  background-size:1400px;
  position: relative;
}

  .ison24_visible_sm {
    display: inherit;
  }

  .ai_text {
    color: #30881c;
    font-size: 60px;
  }

  .plans_ent_card {
    max-height: 390px;
  }

  .ison24_plans .icon-box {
    margin-top: 80px;
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    position: relative;
    background-color: white;
    border-radius: 5px;

  }

  .smvd_img_bg_1 {
    background: #fefcea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #fee688 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%, #6a6348 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%, #fee688 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#fee688', GradientType=0);
    /* IE6-9 */

    background-position: center;
    background-size: 100% 100%;
  }

  .ison24_visible_xs {
    display: none;
  }


  .ison24_visible_sm {
    display: none;
  }


  .ison24_hidden_md {
    display: none;
  }

  .smvd_sec_mg {
    margin-top: 100px;
  }

}

/* Sub LG size */
@media (min-width: 1200px) and (max-width: 1400px) 
{ 

.ison24_gr_yl_bg {
  width: 100%;
  min-height: 100vh;
  background: url("../img/ison24/ison24-gr-yl-bg-md.jpg") center center no-repeat;
  background-size:1400px;
  position: relative;
}

  .ison24_ftext_mt
  {
    margin-top: 40px;
  } 

  .ai_text {
    color: #30881c;
    font-size: 70px;
  }

  .plans_ent_card {
    max-height: 330px;
  }

  .plans_str_card {
    max-height: 1580px !important;
  }

  .plans_spt_card {
    max-height: 1260px;
  }

  .smvd_sec_mg_main {
    margin-top: 100px;

  }

  .ison24_plans_main_pt {
    padding-top: 70px !important;
  }

  .smvd_img_bg_1 {
    background-image: url(../img/ison24/smvd-waves1.svg);
    background-position: center;
    background-size: cover;
    position: relative;

  }

  .ison24_visible_xs {
    display: none;
  }

  .ison24_visible_sm {
    display: none;
  }

  .ison24_hidden_sublg {
    display: none;
  }

  .smvd_sec_mg {
    margin-top: 100px;
  }


  .smvd_lp_h5 {
    color: #3F4650 !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-stretch: 100%;
    font-style: normal;
  }

  .ison24_sec_action_btn {
    margin-top: 50px !important;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px 6px;
    border-radius: 5px;
    transition: 0.3s;
    display: -nline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: #FFBA02;
  }  

}