#header .header-nav-main nav > ul > li > a {
    text-transform: none;
}

.header_logo{
  width: auto; 
  max-height: 80px;
}
@media (max-width: 768px) {
  .header_logo{
    width: auto; 
    max-height: 50px;
  }
}

.main_hidden{
  display: none;
}

#header .header-btn-collapse-nav {
  background: transparent;
  color: black;
  font-size: 29px;
  padding: 12px 16px;
}
.offcanvas-nav .nav li:last-child {
  border-radius: 50px;
  border: 2px solid var(--primary);
  text-align: center;
}

#header .header-top.main_shown{
  display: none;
}
@media (min-width: 768px) {
  #header .header-top.main_shown{
    display: flex;
  }
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.footer_banners {
  padding: 15px;
}
.article_image_div {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pagination-container .btn.btn-outline-primary {
  padding: 6px;
  color: var(--secondary) ;
  border-color: var(--secondary) ;
}
#pagination-container .btn.btn-outline-primary.active {
  background-color: var(--secondary) ;
  color: white;
}
#pagination-container .btn.btn-outline-primary:hover {
  background-color: var(--secondary) ;
  color: white;
}
.dropdown-item {
  white-space: unset;
  color: var(--bs-dropdown-link-color);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
  font-size: 16px;
  color: var(--bs-dropdown-link-color);
}

.free_trial_button.btn.btn-light.btn-with-arrow-solid{
    margin: 0; 
    padding: 8px 52px;
}
.free_trial_button .bttextbox{
  margin-right: .5rem;
}
@media (max-width: 768px) {
  .free_trial_button.btn.btn-light.btn-with-arrow-solid {
    padding: 8px 15px;
  }
  .free_trial_button .bttextbox{
    margin-right: 0;
  }
  .free_trial_button .bticonbox{
    display: none;
  }
}

.home-concept .process-image .image_dv {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 7px;
  position: relative;
}
.fc-slides li a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Sliding Banner */
.sliding-banner {
  position: absolute;
  right: -46%;
  width: 50%;
  height: auto;
  z-index: 1000;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-property: width,right;
  cursor: pointer;
  margin-top: -85px;
  border: 1px solid #0e4f86;
  border-radius: 15px;
  padding: 15px;
  background-color: white;
}
@media (max-width: 768px) {
  .sliding-banner {
    right: 10%;
    width: 80%;
  }
}


.sliding-banner:hover {
  right: 0;
  width: 100%;
} 

.sliding-banner img {
  width: 100%;
  height: auto;
}



.about_pbox_img {
  height: 100px;
  display: block;
  border-radius: 50% !important;
  width: 100px;
  background-position: center;
  background-size: cover;
}

.brand_images{
  column-count: 2; 
  list-style: none; 
  padding: 0; 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 1rem;
}

.brand_images li {
  margin: 20px 5px;
  min-height: 65px; 
}

@media (max-width: 768px) {
  .brand_images{
    column-count: 1; 
    grid-template-columns: repeat(1, 1fr);
  }
}

.btn-light.free_trial_button:hover:not(.bg-transparent) {
  background-color: var(--primary);
}
.btn-light.free_trial_button:hover:not(.bg-transparent) .text-dark {
  color: white !important;
}
.sticky-header-active .free_trial_button {
  z-index: 100000;
  position: fixed;
  top: 177px;
  display: block;
  right: 50px;
  background-color: var(--secondary);
  color: white;
}
.sticky-header-active .free_trial_button:hover {
  background-color: var(--primary);
}
.free_trial_button span.bg-light {
  background-color: transparent !important;
}
.sticky-header-active .free_trial_button .text-dark {
  color: white !important;
}