
                .corporate9_slider{

}
.corporate9_slider .text-color-dark, .corporate9_slider .text-dark {
    color: #212529 !important;
}
.corporate9_slider .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next, .corporate9_slider .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev{
  color: #ffffff !important;
}
.corporate9_slider .owl-dot.active{
  pointer-events: none;
}
.corporate9_slider .main-slider-text{
  line-height: 60px;
}

                .buten2_description-section {
  padding: 100px 0;
}
.buten2_description-section h4 {
  font-weight: 600;
  color: var(--bsx-color-primary);
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
}
.buten2_description-section h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  margin: 0 0 10px;
}
.buten2_description-section p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.buten2_description-section ul {
  margin: 20px 0 0;
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
}
.buten2_description-section ul li {
  font-weight: 600;
  padding: 3px 0;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.buten2_description-section ul li i {
  color: var(--bsx-color-primary);
}

                .buten2_icons-section {
  background-color: #fafafa;
  padding: 90px 0 30px;
}
.buten2_icons-section .section-heading {
  margin: 0 0 60px;
} 
.buten2_icons-section .section-heading h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: .5rem;
}
.buten2_icons-section p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  font-weight: 500;
}
.buten2_icons-section .feature-single {
  margin: 0 0 60px;
}
.buten2_icons-section .feature-single i {
  display: inline-block;
  font-size: 30px;
  margin: 0 0 15px;
  padding: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px 0 #ccc;
  box-shadow: 0 4px 15px 0 #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
.buten2_icons-section .feature-single h4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.buten2_icons-section .feature-single:hover i {
  color: #fff !important;
  background-color: var(--bsx-color-primary);
}

                .buten2_inset-description {
  
}
.buten2_inset-description .video-overlay {
  background-color: var(--bsx-color-primary);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.buten2_inset-description .video-content h2 {
  font-weight: 800;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: .5rem;
}
.buten2_inset-description .video-content p {
  color: #ddd;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.buten2_inset-description .video-content .inset-button {
  background-color: var(--bsx-color-primary);
  border: 0;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.buten2_inset-description .video-content .inset-button:hover {
  text-decoration: none;
}

                .buten2-alt_icons-section {
  padding: 90px 0 70px;
}
.buten2-alt_icons-section .section-heading {
  margin: 0 0 60px;
}
.buten2-alt_icons-section .section-heading h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: .5rem;
}
.buten2-alt_icons-section p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  font-weight: 500;
}
.buten2-alt_icons-section .core-feat-content {
  padding-top: 20px;
}
.buten2-alt_icons-section .core-feat-single {
  background-color: #fff;
  padding: 20px 20px 8px;
  border-radius: 10px;
  border: 1px solid #eff0f1;
  margin: 0 0 30px;
  -webkit-box-shadow: 0 5px 15px #e6f0fa;
  box-shadow: 0 5px 15px #e6f0fa;
}
.buten2-alt_icons-section .core-feat-single h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: normal;
  margin-top: 0;
}
.buten2-alt_icons-section .core-feat-single i {
  color: var(--bsx-color-primary);
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}
.buten2-alt_icons-section .animation-jump {
  position: relative;
  -webkit-animation: animation-jump 2s ease-in-out infinite;
  animation: animation-jump 2s ease-in-out infinite;
}
.buten2-alt_icons-section .core-feat-img {
  background-image: url(/assets/themes/buten2/img/circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}
.buten2-alt_icons-section .core-feat-img img {
  max-width: 300px;
}

@-webkit-keyframes animation-jump {
  0% {
      top: 3px;
  }
  50% {
      top: -3px;
  }
  100% {
      top: 3px;
  }
}

@keyframes animation-jump {
  0% {
      top: 3px;
  }
  50% {
      top: -3px;
  }
  100% {
      top: 3px;
  }
}

                .buten2-alt-2_icons-section {
  padding: 90px 0 30px;
  background-color: #fafafa;
}
.buten2-alt-2_icons-section .section-heading {
  margin: 0 0 60px;
}
.buten2-alt-2_icons-section .section-heading h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: .5rem;
}
.buten2-alt-2_icons-section p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  font-weight: 500;
}
.buten2-alt-2_icons-section .why-choose-single {
  margin: 0 0 30px;
  overflow: hidden;
  display: flex;
}
.buten2-alt-2_icons-section .why-choose-single .icon {
  margin-right: 20px;
}
.buten2-alt-2_icons-section .why-choose-single i {
  display: inline-block;
  font-size: 30px;
  width: 80px;
  height: 80px;
  border: 2px dashed var(--bsx-color-primary);
  border-radius: 50%;
  line-height: 80px;
  padding: 0 24px;
  color: var(--bsx-color-primary);
  margin: 15px 0 0;
}
.buten2-alt-2_icons-section .why-choose-single .content {
  width: 80%;
  float: left;
}
.buten2-alt-2_icons-section .why-choose-single h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
}
.why-choose-img img {
  max-width: 300px;
}
.buten2-alt-2_icons-section .animation-jump {
  position: relative;
  -webkit-animation: animation-jump 2s ease-in-out infinite;
  animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
  0% {
      top: 3px;
  }
  50% {
      top: -3px;
  }
  100% {
      top: 3px;
  }
}

@keyframes animation-jump {
  0% {
      top: 3px;
  }
  50% {
      top: -3px;
  }
  100% {
      top: 3px;
  }
}

                .buten2_newsletter{

}
.buten2_newsletter .newsletter-overlay {
  background-color: var(--bsx-color-primary);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.buten2_newsletter .newsletter-box {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.buten2_newsletter .newsletter-box h2 {
  font-weight: 800;
  margin: 0 0 5px;
  font-size: 36px;
  line-height: 46px;
}
.buten2_newsletter .newsletter-box p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.buten2_newsletter .newsletter-form {
  position: relative;
  margin: 0;
  width: 100%;
}
.buten2_newsletter .newsletter-form input {
  border-radius: 30px;
  height: 50px;
  padding-left: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(38, 39, 47, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(71, 72, 75, 0.4);
  font-size: 14px;
}
.buten2_newsletter .newsletter-form .newsletter_submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding: 0 40px;
  border-radius: 30px;
  border: 0;
  background-color: var(--bsx-color-primary);
  color: #fff;
  outline: 0;
  cursor: pointer;
}
.buten2_newsletter .newsletter-form .newsletter_submit:hover {
  background-color: var(--bsx-color-primary-light);
}

                .buten2_dropdown-list {
  padding: 90px 0 72px;
}
.buten2_dropdown-list .section-heading {
  margin: 0 0 60px;
}
.buten2_dropdown-list .section-heading h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: .5rem;
}
.buten2_dropdown-list p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  font-weight: 500;
}
.buten2_dropdown-list .dropdown-accordion .card {
  margin: 0 0 20px;
  border: 0;
  border-radius: 10px;
}
.buten2_dropdown-list .dropdown-accordion .card-header {
  border-radius: 10px;
  border: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 41, 46, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(41, 41, 46, 0.4);
  background-color: #fff;
  position: relative;
  padding: 0;
}
.buten2_dropdown-list h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0;
}
.buten2_dropdown-list .dropdown-accordion .card-header a {
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: .75rem 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  opacity: 1;
}
.buten2_dropdown-list .dropdown-accordion .card-header a.collapsed {
  border-radius: 10px;
}
.buten2_dropdown-list .dropdown-accordion .card-header a:not(.collapsed), .buten2_dropdown-list .dropdown-accordion .card-header:hover a, .buten2_dropdown-list .dropdown-accordion .card-header:hover::after {
  color: #fff;
  background-color: var(--bsx-color-primary);
}
.buten2_dropdown-list .dropdown-accordion .card-header a::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 20px;
}
.buten2_dropdown-list .dropdown-accordion .card-header a:not(.collapsed)::after {
  content: "\f078";
  color: #fff;
}
.buten2_dropdown-list .dropdown-accordion .collapse.show, .buten2_dropdown-list .dropdown-accordion .card-body {
  background-color: var(--bsx-color-primary);
  color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 24px;
}
.buten2_dropdown-list .faq-img img {
  max-width: 300px;
  margin-top: 10px;
}
.buten2_dropdown-list .animation-jump {
  position: relative;
  -webkit-animation: animation-jump 2s ease-in-out infinite;
  animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
  0% {
      top: 3px;
  }
  50% {
      top: -3px;
  }
  100% {
      top: 3px;
  }
}

@keyframes animation-jump {
  0% {
      top: 3px;
  }
  50% {
      top: -3px;
  }
  100% {
      top: 3px;
  }
}
