/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --bd-body-color: #5B5B5B;
  --bd-title-color: #191919;
  --bd-heading: 'Clash Grotesk', sans-serif;
  --bd-body-font: 'Satoshi', sans-serif;
  --bd-prime-c: #ED5518;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.bd-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.bd-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bd-header-section .dropdown {
  position: relative;
  padding-right: 17px;
}
.bd-header-section .dropdown:after {
  top: 1px;
  z-index: 2;
  color: #fff;
  right: 0px;
  opacity: 0.8;
  content: "\f0d7";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bd-header-section .dropdown:hover:after {
  color: var(--bd-prime-c);
}
.bd-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: perspective(500px) rotateX(0);
          transform: perspective(500px) rotateX(0);
}
.bd-header-section .dropdown-menu {
  left: 0;
  top: 53px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #000;
  border-radius: 5px;
  -webkit-transform: perspective(500px) rotateX(-20deg);
          transform: perspective(500px) rotateX(-20deg);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bd-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.bd-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.bd-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.bd-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.bd-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.bd-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.bd-header-section .dropdown-menu li:before {
  display: none;
}
.bd-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bd-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bd-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.bd-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.bd-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.bd-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #fff !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  text-transform: uppercase !important;
  padding: 12px 0px 12px 18px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: transparent !important;
}
.bd-header-section .dropdown-menu a span:after {
  display: none;
}
.bd-header-section .dropdown-menu a:before {
  display: none;
}
.bd-header-section .dropdown-menu a:after {
  display: none;
}
.bd-header-section .dropdown-menu a:hover, .bd-header-section .dropdown-menu a.active {
  color: #fff !important;
  padding-left: 30px !important;
}
.bd-header-section .dropdown-menu a:hover:after, .bd-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.bd-header-section .dropdown-menu a:hover:before, .bd-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.bd-header-section .bd-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section .bd-mobile-menu-btn {
    display: block;
  }
}
.bd-header-section .bd-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bd-header-section .bd-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #fff;
}
.bd-header-section .bd-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.bd-header-section:is(.header_style_one) .bd-header-top {
  gap: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1790px;
  padding: 16px 15px;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_one) .bd-header-top {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap {
  gap: 40px;
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item {
  gap: 12px;
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item .item-icon {
  width: 42px;
  height: 42px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item .item-text span, .bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item .item-text a {
  display: block;
  font-weight: 500;
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item .item-text span {
  line-height: 1;
  font-size: 18px;
  padding-bottom: 6px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item .item-text a {
  line-height: 1;
  font-size: 16px;
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-cta-wrap .cta-item:hover .item-icon {
  background-color: var(--bd-prime-c);
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-social {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-social a {
  color: #fff;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-header-section:is(.header_style_one) .bd-header-top .top-social a:hover {
  background-color: var(--bd-prime-c);
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}
.bd-header-section:is(.header_style_one) .bd-header-navigation-wrap {
  background-color: #191919;
}
.bd-header-section:is(.header_style_one) .bd-header-navigation-wrap .bd-header-navigation {
  width: 100%;
  margin: 0 auto;
  max-width: 1790px;
  padding: 16px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_one) .bd-header-navigation-wrap .main-navigation {
    display: none;
  }
}
.bd-header-section:is(.header_style_one) .bd-header-navigation-wrap .main-navigation li {
  margin: 0px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_one) .bd-header-navigation-wrap .main-navigation li {
    margin: 0px 8px;
  }
}
.bd-header-section:is(.header_style_one) .bd-header-navigation-wrap .main-navigation li a {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  display: inline;
  padding-bottom: 30px;
}
.bd-header-section:is(.header_style_one) .bd-header-navigation-wrap .main-navigation li a:hover {
  opacity: 1;
}
.bd-header-section:is(.header_style_one) .header-cta {
  gap: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_one) .header-cta {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_one) .header-cta button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.bd-header-section:is(.header_style_one) .header-cta button:hover {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}
.bd-header-section:is(.header_style_one) .header-cta .search-btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_one) .header-cta .search-btn {
    width: 40px;
  }
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a {
  gap: 16px;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 4px 4px 4px 14px;
  background-color: var(--bd-prime-c);
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a:before {
  top: 4px;
  left: 4px;
  z-index: -1;
  width: 0%;
  content: "";
  height: 40px;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a .icon_1 {
  top: 4px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a span {
  white-space: nowrap;
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-title-color);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_one) .header-cta .cta-btn a i {
    width: 35px;
  }
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a:hover:before {
  width: 94%;
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a:hover span {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a:hover .icon_1 {
  left: 6px;
  opacity: 1;
}
.bd-header-section:is(.header_style_one) .header-cta .cta-btn a:hover .icon_2 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.bd-header-section:is(.header_style_one) .header-cta .ofcanvas-btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_one) .header-cta .ofcanvas-btn {
    width: 40px;
  }
}
.bd-header-section:is(.header_style_two) {
  background-color: #fff;
}
.bd-header-section:is(.header_style_two) .brand-logo {
  width: 296px;
  height: 154px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .brand-logo {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .brand-logo {
    height: 70px;
  }
}
.bd-header-section:is(.header_style_two) .brand-logo a {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-header-section:is(.header_style_two) .bd-mobile-menu-btn button span {
  background-color: var(--bd-title-color);
}
.bd-header-section:is(.header_style_two) .bd-header-content {
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content {
    padding-right: 15px;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top {
  gap: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #EDEFED;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top {
    padding: 16px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap {
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap {
    gap: 20px;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item {
  gap: 12px;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item .item-icon {
  width: 36px;
  height: 36px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item .item-text span, .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item .item-text a {
  display: block;
  font-weight: 500;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item .item-text span {
  line-height: 1;
  font-size: 17px;
  padding-bottom: 6px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item .item-text a {
  line-height: 1;
  font-size: 15px;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-cta-wrap .cta-item:hover .item-icon {
  background-color: var(--bd-prime-c);
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn {
  gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn {
    gap: 20px;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn {
  gap: 12px;
  height: 76px;
  padding: 0px 32px;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn .item-icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn .item-text span, .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn .item-text a {
  color: #fff;
  display: block;
  line-height: 1.2;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn .item-text span {
  font-size: 18px;
  font-family: var(--bd-heading);
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn .item-text a {
  font-size: 15px;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-btn:hover .item-icon {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-social {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-social a {
  color: #fff;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-top .top-social-btn .top-social a:hover {
  background-color: var(--bd-prime-c);
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}
.bd-header-section:is(.header_style_two) .bd-header-content .bd-header-navigation {
  padding-left: 20px;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .bd-header-navigation {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .main-navigation {
    display: none;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .main-navigation li {
  margin: 0px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .main-navigation li {
    margin: 0px 8px;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .main-navigation li:is(.dropdown):after {
  font-size: 14px;
  content: "\f103";
}
.bd-header-section:is(.header_style_two) .bd-header-content .main-navigation li .dropdown-menu {
  top: 52px;
}
.bd-header-section:is(.header_style_two) .bd-header-content .main-navigation li a {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  display: inline;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.bd-header-section:is(.header_style_two) .bd-header-content .main-navigation li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .header-cta {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .header-cta button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.bd-header-section:is(.header_style_two) .bd-header-content .header-cta button:hover {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}
.bd-header-section:is(.header_style_two) .bd-header-content .header-cta .search-btn {
  width: 78px;
  height: 78px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .header-cta .search-btn {
    width: 40px;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .header-cta .cta-btn a {
  gap: 16px;
  z-index: 1;
  color: #fff;
  height: 78px;
  overflow: hidden;
  padding: 0px 30px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--bd-heading);
  background-color: var(--bd-prime-c);
}
.bd-header-section:is(.header_style_two) .bd-header-content .header-cta .cta-btn a span {
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .header-cta .cta-btn {
    display: none;
  }
}
.bd-header-section:is(.header_style_two) .bd-header-content .header-cta .ofcanvas-btn {
  width: 78px;
  height: 78px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_two) .bd-header-content .header-cta .ofcanvas-btn {
    width: 40px;
  }
}
.bd-header-section:is(.header_style_three) .bd-header-content {
  border: 1px solid #717577;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_three) .bd-header-content {
    padding-right: 20px;
  }
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap {
  gap: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap {
    gap: 20px;
  }
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .brand-logo {
  width: 243px;
  height: 78px;
  padding: 15px;
  background-color: #fff;
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap {
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap .cta-item {
  gap: 12px;
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap .cta-item .item-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap .cta-item .item-text a {
  color: #fff;
  font-size: 16px;
  font-family: var(--bd-heading);
}
.bd-header-section:is(.header_style_three) .bd-header-content .logo-cta-wrap .top-cta-wrap .cta-item:hover .item-icon {
  background-color: var(--bd-prime-c);
}
.bd-header-section:is(.header_style_three) .bd-header-content .hd-social {
  gap: 8px;
  height: 78px;
  padding: 0px 78px;
  border-left: 1px solid #717577;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-section:is(.header_style_three) .bd-header-content .hd-social {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.header_style_three) .bd-header-content .hd-social {
    display: none !important;
  }
}
.bd-header-section:is(.header_style_three) .bd-header-content .hd-social a {
  color: #fff;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-header-section:is(.header_style_three) .bd-header-content .hd-social a:hover {
  background-color: var(--bd-prime-c);
}
.bd-header-section:is(.txa_sticky_header) {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  position: fixed;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-header-section:is(.txa_sticky_header) {
    position: static;
  }
}
.bd-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.bd-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.bd-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .bd-header-content .bd-header-top {
  display: none !important;
}
.bd-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .brand-logo {
  height: 76px;
}
.bd-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.bd-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show):is(.header_style_one) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 700;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: var(--ra-base-c1);
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #000;
  background-color: #fff;
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--tz-title-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px;
}

.close-side-widget {
  z-index: 2;
  color: #1768dd;
  display: block;
  position: relative;
  font-size: 15px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}

.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}

.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}

.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

/* 
    search-box-css-start
*/
.txa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.txa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: #f1f1f1;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .txa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.txa-search-box-close i {
  line-height: 1;
}
.txa-search-box-close:hover {
  background: #000;
  background-size: 200%, 1px;
  color: #fff;
}
.txa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.txa-search-box.active .txa-search-form::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.txa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.txa-search-title {
  font-size: 23px;
  line-height: 1;
  font-weight: 500 !important;
  padding-bottom: 30px;
  color: #000 !important;
}
.txa-search-form {
  position: relative;
  z-index: 1;
}
.txa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 10px;
  background: transparent;
}
.txa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.txa-search-tag {
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.txa-search-tag-title {
  font-size: 16px;
  font-weight: 500 !important;
  color: #000 !important;
  padding-bottom: 12px;
}
.txa-search-tag-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.txa-search-tag-item:hover {
  background: #000;
  background-size: 200%, 1px;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.overlay:is(.active) {
  display: block;
}

/* 
    search-box-css-end
*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-weight: 500;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  color: var(--bd-body-color);
  font-family: var(--bd-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1586px;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body:is(.ver_2) .container {
  max-width: 1428px;
}
body:is(.ver_3) .container {
  max-width: 1444px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--bd-prime-c);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo img {
  -webkit-animation: TXTImgIn 1500ms ease-in-out infinite;
          animation: TXTImgIn 1500ms ease-in-out infinite;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.bd-scrollup {
  color: #fff;
  width: 50px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 50px;
  border-radius: 10px;
  background: var(--bd-prime-c);
}
.bd-scrollup:hover {
  color: #fff;
}

.bd-btn1 {
  display: inline-block;
}
.bd-btn1 a {
  gap: 16px;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 6px 6px 6px 16px;
  background-color: var(--bd-prime-c);
}
.bd-btn1 a:before {
  top: 6px;
  left: 6px;
  z-index: -1;
  width: 0%;
  content: "";
  height: 40px;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-btn1 a .icon_1 {
  top: 6px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.bd-btn1 a span {
  white-space: nowrap;
}
.bd-btn1 a i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-title-color);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-btn1 a i {
    width: 35px;
  }
}
.bd-btn1 a:hover:before {
  width: 94%;
}
.bd-btn1 a:hover span {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bd-btn1 a:hover .icon_1 {
  left: 6px;
  opacity: 1;
}
.bd-btn1 a:hover .icon_2 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bd-sec-title .subtitle {
  color: #fff;
  font-size: 15px;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 12px 6px 17px;
  font-family: var(--bd-heading);
  background-color: var(--bd-title-color);
}
.bd-sec-title .subtitle:is(.ver_2) {
  background-color: #303030;
}
.bd-sec-title .subtitle:before {
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-sec-title .sec_title {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1px;
}
.bd-sec-title p {
  padding-top: 12px;
}

.bd-pagination ul {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-pagination li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E0E0E0;
}
.bd-pagination li a:hover {
  color: #fff;
  border: 1px solid var(--bd-prime-c);
  background-color: var(--bd-prime-c);
}
.bd-pagination li:first-child a, .bd-pagination li:last-child a {
  border: 1px solid var(--bd-prime-c);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

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

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

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

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

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

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

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

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.bd-hero1-sec {
  z-index: 1;
}
.bd-hero1-sec .bd-hero-bg {
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  max-height: 653px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero1-sec .bd-hero-bg {
    max-height: 100%;
  }
}
.bd-hero1-sec .bd-hero-shape1 {
  top: 154px;
  left: 55px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero1-sec .bd-hero-shape1 {
    display: none;
  }
}

.bd-hero1-content {
  gap: 40px;
  padding-top: 230px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 180px;
  }
}

.bd-hero1-text {
  max-width: 760px;
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero1-text {
    margin-left: 0;
  }
}
.bd-hero1-text .hero-slug {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-hero1-text .hero-title {
  line-height: 1;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 24px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero1-text .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bd-hero1-text .hero-title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .bd-hero1-text .hero-title {
    font-size: 36px;
  }
}
.bd-hero1-text .hero-title:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1.6px;
  position: absolute;
  background-color: #CCCCCC;
}
.bd-hero1-text .hero-title:after {
  left: 0px;
  height: 3px;
  bottom: -1px;
  content: "";
  width: 126px;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-hero1-text p {
  font-size: 18px;
}
.bd-hero1-text .hero-btn-grp {
  gap: 12px;
}
.bd-hero1-text .hero-btn-grp .bd-btn1:nth-child(2) a {
  background-color: var(--bd-title-color);
}
.bd-hero1-text .hero-btn-grp .bd-btn1:nth-child(2) a:before {
  background-color: var(--bd-prime-c);
}
.bd-hero1-text .hero-btn-grp .bd-btn1:nth-child(2) a i {
  background-color: var(--bd-prime-c);
}

.bd-hero1-form {
  z-index: 2;
  width: 100%;
  max-width: 600px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero1-form {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.bd-hero1-form .item-title {
  padding: 40px 35px;
  text-align: center;
  background-color: var(--bd-prime-c);
}
.bd-hero1-form .item-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.bd-hero1-form .item-title p {
  color: #fff;
  font-size: 18px;
}
.bd-hero1-form .item-form {
  padding: 40px;
  background-color: #191919;
}
.bd-hero1-form .item-form .row {
  --bs-gutter-x: 12px;
}
.bd-hero1-form .item-form .item-input {
  margin-bottom: 20px;
}
.bd-hero1-form .item-form .item-input span {
  color: #fff;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}
.bd-hero1-form .item-form .item-input input, .bd-hero1-form .item-form .item-input textarea, .bd-hero1-form .item-form .item-input select {
  width: 100%;
  height: 50px;
  color: #E0E0E0;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 16px;
  border: 1px solid #484848;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-hero1-form .item-form .item-input input:focus, .bd-hero1-form .item-form .item-input textarea:focus, .bd-hero1-form .item-form .item-input select:focus {
  border: 1px solid var(--bd-prime-c);
}
.bd-hero1-form .item-form .item-input input:placeholder, .bd-hero1-form .item-form .item-input textarea:placeholder, .bd-hero1-form .item-form .item-input select:placeholder {
  opacity: 0.6;
  color: #E0E0E0;
  font-size: 16px;
}
.bd-hero1-form .item-form .item-input textarea {
  height: 158px;
  padding-top: 16px;
}
.bd-hero1-form .item-form .selective-item {
  position: relative;
}
.bd-hero1-form .item-form .selective-item:before {
  top: 10px;
  right: 15px;
  font-size: 20px;
  content: "\f0d7";
  font-weight: 700;
  position: absolute;
  color: var(--bd-prime-c);
  font-family: "Font Awesome 5 free";
}
.bd-hero1-form .item-form button {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 6px 6px 6px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-hero1-form .item-form button:hover {
  color: #fff;
  background-color: var(--bd-prime-c);
}
.bd-hero1-form .item-form button:hover i {
  background-color: var(--bd-title-color);
}
.bd-hero1-form .item-form button i {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-hero1-form .item-form button i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bd-hero1-img-slider {
  margin-top: -288px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero1-img-slider {
    margin-top: 0;
  }
}

.bd-hr1-s-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hr1-s-img {
    height: 480px;
  }
}

.swiper-slide-active .bd-hr1-s-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bd-hero-text-marquee {
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flow-root;
  position: absolute;
  padding: 18px 0px 15px;
  background-color: var(--bd-prime-c);
}
.bd-hero-text-marquee:is(.ver_2) {
  background-color: var(--bd-title-color);
}
.bd-hero-text-marquee h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
}
.bd-hero-text-marquee i {
  top: -5px;
  margin: 0px 12px;
  position: relative;
  display: inline-block;
}

.bd-hr1-nav {
  top: -30px;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 72px;
  position: absolute;
}
.bd-hr1-nav .bd-hr1-next,
.bd-hr1-nav .bd-hr1-prev {
  width: 72px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.bd-hr1-nav .bd-hr1-next:is(.active),
.bd-hr1-nav .bd-hr1-prev:is(.active) {
  background-color: var(--bd-prime-c);
}
.bd-hr1-nav .bd-hr1-next:is(.active) svg path,
.bd-hr1-nav .bd-hr1-prev:is(.active) svg path {
  fill: #fff;
}
.bd-hr1-nav .bd-hr1-prev svg {
  margin-bottom: 25px;
}
.bd-hr1-nav .bd-hr1-next svg {
  margin-top: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bd-ser1-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-ser1-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-ser1-item {
  z-index: 1;
  border-right: 1px solid #EDEDED;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-ser1-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  content: "";
  opacity: 0.15;
  position: absolute;
  background-color: #5B5B5B;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ser1-item .item-icon-serial {
  padding: 38px 40px;
}
.bd-ser1-item .item-icon-serial .item-icon {
  width: 80px;
  height: 80px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-ser1-item .item-icon-serial .item-icon svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ser1-item .item-icon-serial .item-serial {
  color: #5B5B5B;
  font-size: 24px;
  font-family: var(--bd-heading);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ser1-item .item-text {
  padding: 0px 35px 35px;
}
.bd-ser1-item .item-text h3 {
  color: #0D0D0D;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-ser1-item .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #CCCCCC;
}
.bd-ser1-item .item-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-ser1-item .item-text p {
  padding-bottom: 25px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-ser1-item .item-text li {
  color: #191919;
  margin-left: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-ser1-item .item-text li:before {
  left: 0;
  width: 6px;
  top: 10px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: #191919;
}
.bd-ser1-item .item-text li:last-child {
  margin-bottom: 0;
}
.bd-ser1-item .item-btn a {
  padding: 8px 8px 8px 40px;
  background-color: #E5E5E5;
}
.bd-ser1-item .item-btn a span {
  font-size: 18px;
  font-weight: 500;
  color: var(--bd-title-color);
}
.bd-ser1-item .item-btn a i {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-ser1-item .item-btn a i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-ser1-item:is(.active) {
  background-color: #191919;
}
.bd-ser1-item:is(.active):before {
  opacity: 1;
  background-color: var(--bd-prime-c);
}
.bd-ser1-item:is(.active) .item-icon-serial .item-icon {
  background-color: #fff;
}
.bd-ser1-item:is(.active) .item-icon-serial .item-icon svg path {
  fill: var(--bd-prime-c);
}
.bd-ser1-item:is(.active) .item-icon-serial .item-serial {
  color: #fff;
}
.bd-ser1-item:is(.active) .item-text h3, .bd-ser1-item:is(.active) .item-text p, .bd-ser1-item:is(.active) .item-text li {
  color: #fff;
}
.bd-ser1-item:is(.active) .item-text li:before {
  background-color: #fff;
}
.bd-ser1-item:is(.active) .item-btn a {
  background-color: var(--bd-prime-c);
}
.bd-ser1-item:is(.active) .item-btn a span {
  color: #fff;
}
.bd-ser1-item:is(.active) .item-btn a i {
  background-color: var(--bd-title-color);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bd-ab1-sec {
  z-index: 1;
  position: relative;
}
.bd-ab1-sec:after {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 337px;
  position: absolute;
  background-color: #EDEFED;
}
.bd-ab1-sec .bd-ab1-shape {
  top: 0;
  right: 30px;
}
.bd-ab1-sec .bd-ab2-shape2 {
  left: 0;
  bottom: 0;
}

.bd-ab1-top-content {
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-top-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-top1 {
    padding-top: 0;
  }
}
.bd-ab1-top1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.bd-ab1-top1 li {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-left: -15px;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}
.bd-ab1-top1 li:first-child {
  margin-left: 0;
}
.bd-ab1-top1 li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-title-color);
}
.bd-ab1-top1 p {
  color: #191919;
  font-size: 20px;
  max-width: 200px;
  line-height: 1.2;
  margin-bottom: 42px;
  letter-spacing: -0.5px;
  font-family: var(--bd-heading);
}

.bd-ab1-top2 {
  max-width: 800px;
}

.bd-ab1-top3 {
  width: 100%;
  height: 308px;
  padding: 32px;
  overflow: hidden;
  max-width: 320px;
  position: relative;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-top3 {
    max-width: 100%;
  }
}
.bd-ab1-top3:before {
  top: -50px;
  right: -25px;
  width: 64px;
  content: "";
  height: 120px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-48.37deg);
          transform: rotate(-48.37deg);
}
.bd-ab1-top3 p {
  color: #fff;
  font-size: 20px;
  max-width: 170px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 16px;
  font-family: var(--bd-heading);
}
.bd-ab1-top3 h3 {
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
}
.bd-ab1-top3 .item-fv-logo {
  right: 12px;
  bottom: 12px;
  position: absolute;
}

.bd-ab1-bottom-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-bottom-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-ab1-item {
  max-width: 768px;
  position: relative;
  padding-bottom: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-item {
    margin: 0 auto;
  }
}
.bd-ab1-item .item-img {
  overflow: hidden;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-item .item-img {
    height: 295px;
  }
}
.bd-ab1-item .item-img img {
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bd-ab1-item .item-icon {
  left: 40px;
  top: -40px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-ab1-item .item-text {
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  bottom: 60px;
  max-width: 85%;
  margin: 0 auto;
  position: absolute;
  visibility: hidden;
  padding: 58px 30px 40px 40px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-ab1-item .item-text:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab1-item .item-text {
    padding: 58px 20px 40px 20px;
  }
}
.bd-ab1-item .item-text:before {
  left: 0;
  width: 0;
  height: 0;
  top: -40px;
  content: "";
  position: absolute;
  border-bottom: 40px solid #CA3A00;
  border-left: 40px solid transparent;
}
.bd-ab1-item .item-text h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
}
.bd-ab1-item:is(.active) .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bd-ab1-item:is(.active) .item-text {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.bd-ab1-item:is(.active) .item-text:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*---------------------------------------------------- */
/*work process area*/
/*----------------------------------------------------*/
@-webkit-keyframes line_animation {
  from {
    bottom: -5%;
  }
  to {
    bottom: 105%;
  }
}
@keyframes line_animation {
  from {
    bottom: -5%;
  }
  to {
    bottom: 105%;
  }
}
@-webkit-keyframes line_animation_2 {
  from {
    top: -5%;
  }
  to {
    top: 105%;
  }
}
@keyframes line_animation_2 {
  from {
    top: -5%;
  }
  to {
    top: 105%;
  }
}
.bd-workp-sec {
  z-index: 1;
}
.bd-workp-sec .line_animation {
  top: 0;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bd-workp-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #1B1B1B;
}
.bd-workp-sec .line_animation .line_area:before {
  width: 1px;
  right: 0px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #fff 0%, rgba(194, 157, 104, 0) 100%);
}
.bd-workp-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.bd-workp-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bd-prime-c)), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, var(--bd-prime-c) 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.bd-workp-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bd-workp-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bd-workp-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bd-workp-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bd-workp-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bd-workp-sec:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.bd-workp-sec .bd-sec-title {
  margin: 0 auto;
  max-width: 700px;
}
.bd-workp-sec .bd-sec-title .subtitle {
  background-color: #303030;
}
.bd-workp-sec .bd-sec-title .sec_title {
  color: #fff;
}
.bd-workp-sec .bd-sec-title p {
  opacity: 0.9;
  color: #E0E0E0;
}

.bd-workp-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-workp-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-workp-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@-webkit-keyframes hithere {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  40%, 60% {
    -webkit-transform: rotate(-20deg) scale(1.2);
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hithere {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  40%, 60% {
    -webkit-transform: rotate(-20deg) scale(1.2);
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bd-workp-item {
  padding: 12px;
  background-color: #191919;
  border: 1px solid #2D2D2D;
}
.bd-workp-item .item-icon-serial {
  padding: 12px;
  margin-bottom: 60px;
}
.bd-workp-item .item-icon-serial .item-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-workp-item .item-icon-serial .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-workp-item .item-icon-serial .item-serial {
  color: #5B5B5B;
  font-weight: 600;
  font-family: var(--bd-heading);
}
.bd-workp-item .item-text {
  padding: 20px;
  background-color: #222222;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-workp-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bd-workp-item .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #3D3D3D;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-workp-item .item-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-workp-item .item-text p {
  color: #E0E0E0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-workp-item:hover .item-icon-serial .item-icon {
  background-color: #fff;
}
.bd-workp-item:hover .item-icon-serial .item-icon svg {
  -webkit-animation: hithere 1s ease infinite;
          animation: hithere 1s ease infinite;
}
.bd-workp-item:hover .item-icon-serial .item-icon svg path {
  fill: var(--bd-title-color);
}
.bd-workp-item:hover .item-text {
  background-color: var(--bd-prime-c);
}
.bd-workp-item:hover .item-text h3:after {
  background-color: #fff;
}
.bd-workp-item:hover .item-text h3:before {
  background-color: #FFFFFF;
}
.bd-workp-item:hover .item-text p {
  color: #fff;
}

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.bd-why-c1-sec {
  z-index: 1;
}
.bd-why-c1-sec .bd-wc-video {
  top: 0;
  left: 0;
  z-index: -1;
  height: 460px;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c1-title {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bd-why-c1-content {
  z-index: 1;
  padding: 80px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c1-content {
    padding: 30px;
  }
}
.bd-why-c1-content .bd-sec-title {
  max-width: 610px;
  margin-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c1-content .bd-sec-title {
    max-width: 100%;
    margin-right: 0;
  }
}
.bd-why-c1-content .bd-why-c-img {
  top: 80px;
  left: 80px;
  z-index: -1;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-why-c1-content .bd-why-c-img {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-why-c1-content .bd-why-c-img {
    top: -20%;
    left: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c1-content .bd-why-c-img {
    display: none;
  }
}

.bd-why-c-slider-area {
  z-index: 1;
  width: 100%;
  padding: 60px;
  max-width: 1104px;
  position: relative;
  padding-bottom: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c-slider-area {
    padding: 25px 0px;
  }
}

.bd-why-c-item {
  z-index: 1;
  position: relative;
}
.bd-why-c-item:before {
  top: 39px;
  width: 100%;
  z-index: -1;
  height: 1.5px;
  content: "";
  display: none;
  position: absolute;
  border: 1.5px dashed #E0E0E0;
}
.bd-why-c-item .item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  background-color: #EDEFED;
}
.bd-why-c-item .item-text {
  max-width: 300px;
}
.bd-why-c-item .item-text h3 {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 8px;
}
.bd-why-c-item .item-text p {
  color: #5B5B5B;
  font-size: 16px;
}
.bd-why-c-item:hover .item-icon i {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

.swiper-slide-prev .bd-why-c-item:before,
.swiper-slide-active .bd-why-c-item:before,
.swiper-slide-next .bd-why-c-item:before {
  display: block;
}

.bd-why-c-nav {
  right: 0;
  z-index: 2;
  bottom: 15px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bd-why-c-nav div {
  width: 52px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #191919;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c-nav div {
    width: 100px;
    height: 40px;
  }
}
.bd-why-c-nav div:last-child {
  background-color: var(--bd-prime-c);
}
.bd-why-c-nav div:last-child i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bd-why-c1-counter {
  gap: 54px;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  max-width: 1398px;
  -ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-why-c1-counter {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c1-counter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-why-c1-count-item .item-count {
  padding-bottom: 26px;
  border-bottom: 1px solid #E0E0E0;
}
.bd-why-c1-count-item .item-count h3 {
  line-height: 0.8;
  font-size: 80px;
  font-weight: 600;
  white-space: nowrap;
}
.bd-why-c1-count-item .item-c-desc {
  gap: 15px;
  font-size: 18px;
  font-family: var(--bd-heading);
  padding-top: 14px;
}
.bd-why-c1-count-item .item-c-desc p {
  color: #0D0D0D;
}
.bd-why-c1-count-item .item-c-desc span {
  color: var(--bd-prime-c);
}
.bd-why-c1-count-item:nth-child(even) .item-count h3 {
  opacity: 0.6;
  color: #5B5B5B;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.bd-project1-sec {
  z-index: 1;
}
.bd-project1-sec .bd-pro-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.bd-pro-item .pro-thumb {
  height: 660px;
  overflow: hidden;
}
.bd-pro-item .pro-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.bd-pro-item .pro-img-area {
  margin-top: -210px;
}
.bd-pro-item .pro-img-area .item-img {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: none;
  border: 8px solid #fff;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}
.bd-pro-item .pro-img-area .item-view {
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-30%) scale(0);
          transform: translateY(-30%) scale(0);
}
.bd-pro-item .pro-img-area .item-view a {
  color: #fff;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}
.bd-pro-item .pro-text h3 {
  color: #0D0D0D;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  padding-bottom: 15px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition: 1.5s var(--cube-1);
  transition: 1.5s var(--cube-1);
}
.bd-pro-item .pro-text h3:before {
  left: 0;
  right: 0;
  width: 0px;
  content: "";
  height: 3px;
  bottom: -1px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 1.5s var(--cube-1);
  transition: 1.5s var(--cube-1);
  background-color: var(--bd-prime-c);
}
.bd-pro-item .pro-text .item-tag {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-pro-item .pro-text .item-tag a {
  color: #5B5B5B;
  line-height: 1;
  font-size: 15px;
  opacity: 0;
  padding: 8px 20px;
  margin: 0px 20px;
  visibility: hidden;
  border: 1px solid #E0E0E0;
}

.swiper-slide-active .bd-pro-item .pro-thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .bd-pro-item .item-view {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.swiper-slide-active .bd-pro-item .pro-text h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .bd-pro-item .pro-text h3:before {
  width: 60px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.swiper-slide-active .bd-pro-item .item-tag a {
  margin: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.bd-pro-btm {
  gap: 15px;
}

.bd-pro-nav {
  gap: 4px;
}
.bd-pro-nav .bd-pr-next,
.bd-pro-nav .bd-pr-prev {
  width: 52px;
  height: 52px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-pro-nav .bd-pr-next:hover,
.bd-pro-nav .bd-pr-prev:hover {
  background-color: var(--bd-title-color);
}
.bd-pro-nav .bd-pr-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*---------------------------------------------------- */
/*price area*/
/*----------------------------------------------------*/
.bd-price1-sec {
  z-index: 1;
  background-color: #191919;
}
.bd-price1-sec:is(.ver_2):before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.bd-price1-sec .bd-price-shape1 {
  top: 0;
  z-index: 1;
  left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-price1-sec .bd-price-shape1 {
    display: none;
  }
}
.bd-price1-sec .bd-price-shape2 {
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-price1-sec .bd-price-shape2 {
    display: none;
  }
}
.bd-price1-sec .line_animation {
  top: 0;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bd-price1-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #242424;
}
.bd-price1-sec .line_animation .line_area:before {
  width: 1px;
  right: 0px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #fff 0%, rgba(194, 157, 104, 0) 100%);
}
.bd-price1-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.bd-price1-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bd-prime-c)), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, var(--bd-prime-c) 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.bd-price1-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bd-price1-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bd-price1-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bd-price1-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bd-price1-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bd-price1-sec .bd-sec-title {
  margin: 0 auto;
  max-width: 640px;
}
.bd-price1-sec .bd-sec-title .subtitle {
  background-color: #303030;
}
.bd-price1-sec .bd-sec-title .sec_title {
  color: #fff;
}
.bd-price1-sec .bd-sec-title p {
  opacity: 0.9;
  color: #E0E0E0;
}

.bd-price1-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-price1-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-price1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bd-price1-content:is(.ver_2) {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1344px;
}

.bd-price1-item {
  padding: 20px;
  background-color: #191919;
  border: 1px solid #2D2D2D;
}
.bd-price1-item .item-top {
  background-color: #222222;
}
.bd-price1-item .item-top .item-title {
  padding: 24px;
}
.bd-price1-item .item-top .item-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.9;
  padding-bottom: 8px;
}
.bd-price1-item .item-top .item-title p {
  color: #E0E0E0;
  line-height: 1.6;
  padding-bottom: 30px;
}
.bd-price1-item .item-top .item-title h2 {
  color: #fff;
  font-size: 48px;
  line-height: 0.8;
  font-weight: 600;
  padding-bottom: 10px;
}
.bd-price1-item .item-top .item-title h2 span {
  font-size: 17px;
  color: rgba(224, 224, 224, 0.8);
  font-weight: 500;
  font-family: var(--bd-body-font);
}
.bd-price1-item .item-top a {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding: 6px 6px 6px 24px;
  background-color: var(--bd-prime-c);
}
.bd-price1-item .item-top a span {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-family: var(--bd-heading);
}
.bd-price1-item .item-top a i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-title-color);
}
.bd-price1-item .item-top a:hover i {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}
.bd-price1-item .item-middle h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 5px;
}
.bd-price1-item .item-middle p {
  color: #E0E0E0;
  letter-spacing: -0.5px;
}
.bd-price1-item .item-middle p span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.bd-price1-item .item-list-btn li {
  color: #E0E0E0;
  line-height: 1;
  margin-bottom: 12px;
}
.bd-price1-item .item-list-btn li i {
  margin-right: 8px;
}
.bd-price1-item .item-list-btn .item-btn a {
  gap: 15px;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 6px 6px 20px;
  border: 1px solid #2D2D2D;
}
.bd-price1-item .item-list-btn .item-btn a span {
  font-size: 16px;
  font-family: var(--bd-heading);
}
.bd-price1-item .item-list-btn .item-btn a i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-price1-item .item-list-btn .item-btn a i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-price1-item .item-list-btn .item-btn a:hover {
  background-color: var(--bd-prime-c);
}
.bd-price1-item .item-list-btn .item-btn a:hover i {
  background-color: var(--bd-title-color);
}
.bd-price1-item:is(.ver_2) .item-list-btn .item-btn a {
  background-color: #fff;
}
.bd-price1-item:is(.ver_2) .item-list-btn .item-btn a span {
  color: var(--bd-title-color);
}
.bd-price1-item:is(.ver_2):is(.popular) .item-list-btn {
  background-color: var(--bd-prime-c);
}
.bd-price1-item:is(.ver_2):is(.popular) .item-list-btn .item-btn a {
  border: 1px solid var(--bd-title-color);
  background-color: var(--bd-title-color);
}
.bd-price1-item:is(.ver_2):is(.popular) .item-list-btn .item-btn a span {
  color: #fff;
}
.bd-price1-item:is(.popular) {
  background-color: var(--bd-prime-c);
}
.bd-price1-item:is(.popular) .item-top .item-title p {
  color: #FFFFFF;
}
.bd-price1-item:is(.popular) .item-top .item-title h2 span {
  color: #fff;
}
.bd-price1-item:is(.popular) .item-top a {
  background-color: #fff;
}
.bd-price1-item:is(.popular) .item-top a span {
  color: #0D0D0D;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bd-team1-sec {
  z-index: 1;
}
.bd-team1-sec .bd-team1-bg {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}

.bd-team1-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-team1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.bd-team1-feed {
  width: 100%;
  max-width: 369px;
}

.bd-team1-item {
  max-width: 396px;
  margin-bottom: 40px;
  padding: 16px 16px 24px;
  background-color: #EDEFED;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-team1-item .item-text-social {
  gap: 10px 15px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bd-team1-item .item-text-social h3 {
  font-size: 24px;
  font-weight: 500;
}
.bd-team1-item .item-text-social .item-social {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-team1-item .item-text-social .item-social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #191919;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-team1-item .item-text-social .item-social a:hover {
  color: #fff;
  background-color: var(--bd-prime-c);
}
.bd-team1-item .item-degi {
  margin-top: 18px;
}
.bd-team1-item .item-degi span {
  color: #474747;
  line-height: 1;
  font-size: 18px;
}
.bd-team1-item .item-degi a svg path {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-team1-item:hover {
  background-color: #191919;
}
.bd-team1-item:hover .item-text-social h3 {
  color: #fff;
}
.bd-team1-item:hover .item-degi span {
  color: #E0E0E0;
}
.bd-team1-item:hover .item-degi a svg path {
  fill: var(--bd-prime-c);
}

.bd-team1-stick-item {
  margin: 0 auto;
  max-width: 600px;
}
.bd-team1-stick-item .bd-sec-title p {
  margin: 0 auto;
  max-width: 540px;
}
.bd-team1-stick-item .bd-tm1-scroll {
  width: 80px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 84px;
}
.bd-team1-stick-item .bd-tm1-scroll span {
  right: 0;
  top: -50px;
  left: -9px;
  width: 15px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-animation: icon-bounce 1.5s ease-out infinite;
          animation: icon-bounce 1.5s ease-out infinite;
}
.bd-team1-stick-item .bd-tm1-scroll .draw-icon {
  color: #ED5518;
  width: 80px;
  margin: 0 auto;
  cursor: pointer;
}
.bd-team1-stick-item .bd-tm1-scroll .circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-transition: stroke-dashoffset 1.2s ease;
  transition: stroke-dashoffset 1.2s ease;
}
.bd-team1-stick-item .bd-tm1-scroll:hover .draw-icon .circle {
  stroke-dashoffset: 0;
}

/*---------------------------------------------------- */
/*Testionial area*/
/*----------------------------------------------------*/
.bd-testi1-sec {
  z-index: 1;
}
@media (max-width: 480px) {
  .bd-testi1-sec {
    padding-bottom: 40px;
  }
}
.bd-testi1-sec .bd-testi-bg {
  top: 0;
  left: 0;
  z-index: -1;
}

.bd-testi1-top {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 140px 0px 150px;
}
.bd-testi1-top:before {
  width: 0;
  height: 0;
  bottom: 0;
  right: 10%;
  content: "";
  position: absolute;
  border-bottom: 249px solid #EDEFED;
  border-right: 394px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi1-top:before {
    display: none;
  }
}

.bd-testi1-count {
  max-width: 370px;
}
.bd-testi1-count h3 {
  color: #fff;
  line-height: 0.9;
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bd-testi1-count h3 b {
  font-weight: 600;
  color: var(--bd-prime-c);
}
.bd-testi1-count p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.bd-testi1-rate {
  gap: 14px;
}
.bd-testi1-rate h4 {
  color: #fff;
  line-height: 0.9;
  font-size: 40px;
  font-weight: 500;
}
.bd-testi1-rate h4 span {
  opacity: 0.6;
  font-size: 24px;
}
.bd-testi1-rate li {
  color: var(--bd-prime-c);
}

.bd-testi1-slider-area {
  background-color: #EDEFED;
}
.bd-testi1-slider-area .bd-sec-title {
  max-width: 510px;
}

.bd-testi1-slide-wrap {
  gap: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi1-slide-wrap {
    gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-testi1-slider {
  max-width: 900px;
  padding-top: 105px;
  border-left: 1px solid rgba(91, 91, 91, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-testi1-slider {
    max-width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi1-slider {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi1-slider {
    max-width: 100%;
    padding-top: 0px;
  }
}

.bd-testi1-item .item-text {
  gap: 44px;
  opacity: 0;
  visibility: hidden;
  padding-left: 40px;
  padding-bottom: 95px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 1200ms var(--cube-1);
  transition: 1200ms var(--cube-1);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi1-item .item-text {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-testi1-item .item-text p {
  color: #000000;
  font-size: 24px;
  line-height: 1.4;
  font-style: italic;
  padding-bottom: 35px;
}
.bd-testi1-item .item-text li {
  color: var(--bd-prime-c);
}
.bd-testi1-item .item-author {
  gap: 16px;
  padding: 40px;
}
.bd-testi1-item .item-author .item-img {
  opacity: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: 1200ms var(--cube-1);
  transition: 1200ms var(--cube-1);
  border-top: 1px solid rgba(91, 91, 91, 0.2);
}
.bd-testi1-item .item-author .auth-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: 1200ms var(--cube-1);
  transition: 1200ms var(--cube-1);
}
.bd-testi1-item .item-author .auth-text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}
.bd-testi1-item .item-author .auth-text span {
  color: #474747;
}

.bd-testi1-pagi {
  right: 0;
  z-index: 2;
  position: absolute;
  bottom: 50px !important;
  left: auto !important;
  width: auto !important;
}
@media (max-width: 480px) {
  .bd-testi1-pagi {
    position: static;
    text-align: center;
  }
}
.bd-testi1-pagi .swiper-pagination-bullet {
  width: 16px;
  opacity: 0.4;
  height: 16px;
  border-radius: 0;
  background-color: #5B5B5B;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-testi1-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  opacity: 1;
  background-color: #191919;
}

.swiper-slide-active .bd-testi1-item .item-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .bd-testi1-item .item-author .item-img,
.swiper-slide-active .bd-testi1-item .item-author .auth-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.bd-blog1-top {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bd-blog1-top .bd-sec-title {
  max-width: 500px;
}
.bd-blog1-top .item-desc {
  max-width: 440px;
}

.bd-blog1-content {
  gap: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-blog1-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blog1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-blog1-item {
  margin: 0 auto;
  max-width: 499px;
}
.bd-blog1-item .item-img {
  overflow: hidden;
}
.bd-blog1-item .item-img img {
  -webkit-transition: 1000ms cubic-bezier(0.73, 1.29, 0.5, -0.33);
  transition: 1000ms cubic-bezier(0.73, 1.29, 0.5, -0.33);
}
.bd-blog1-item .item-date {
  top: 12px;
  right: 7px;
  width: 85px;
  height: 92px;
  padding-top: 18px;
  padding-left: 4px;
  position: absolute;
  padding-right: 4px;
  background-color: var(--bd-prime-c);
}
.bd-blog1-item .item-date h4 {
  color: #fff;
  font-size: 32px;
  line-height: 0.7;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}
.bd-blog1-item .item-date span {
  width: 100%;
  color: #191919;
  font-size: 16px;
  padding: 4px 13px;
  white-space: nowrap;
  letter-spacing: -0.5px;
  background-color: #FFFFFF;
}
.bd-blog1-item .item-meta {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 16px;
}
.bd-blog1-item .item-meta a {
  line-height: 1;
  font-size: 14px;
  color: var(--bd-title-color);
}
.bd-blog1-item .item-meta a i {
  font-size: 16px;
  margin-right: 4px;
}
.bd-blog1-item .blg_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 13px;
}
.bd-blog1-item .blg_title:hover {
  color: var(--bd-prime-c);
}
.bd-blog1-item .blg_title:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #CCCCCC;
}
.bd-blog1-item .blg_title:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blog1-item p {
  font-size: 16px;
  padding-bottom: 30px;
}
.bd-blog1-item .read_more {
  gap: 4px;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-blog1-item .read_more i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blog1-item .read_more:hover {
  color: var(--bd-prime-c);
}
.bd-blog1-item .read_more:hover i svg path {
  fill: var(--bd-prime-c);
}
.bd-blog1-item .read_more:before {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blog1-item:hover .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
.bd-hero2-sec {
  z-index: 1;
  padding-top: 154px;
  padding-bottom: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero2-sec {
    padding-bottom: 40px;
  }
}
.bd-hero2-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 402px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero2-sec:before {
    display: none;
  }
}

.bd-hero2-item {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero2-item {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.bd-hero2-item .bd-hero2-text {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  max-width: 926px;
  position: relative;
  padding: 137px 100px;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero2-item .bd-hero2-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bd-hero2-item .bd-hero2-text .hr2-shape {
  top: -100%;
  right: 72px;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero2-item .bd-hero2-text .hr2-shape {
    right: 0;
  }
}
.bd-hero2-item .bd-hero2-text .hr2-shape2 {
  right: 0;
  bottom: -100%;
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}
.bd-hero2-item .bd-hero2-text .item-text {
  max-width: 565px;
}
.bd-hero2-item .bd-hero2-text .hr2-slug2 {
  opacity: 0;
  font-size: 18px;
  visibility: hidden;
  margin-bottom: 10px;
  color: var(--bd-prime-c);
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  font-family: var(--bd-heading);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.bd-hero2-item .bd-hero2-text .hero2_title {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.05;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 22px;
  letter-spacing: -1px;
}
.bd-hero2-item .bd-hero2-text .hero2_title .split-word {
  overflow: hidden;
  -webkit-transform: translateY(100%) scaleY(-0.6);
          transform: translateY(100%) scaleY(-0.6);
  opacity: 0;
  -webkit-transition: 0.8s var(--cube-1);
  transition: 0.8s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bd-hero2-item .bd-hero2-text .hero2_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .bd-hero2-item .bd-hero2-text .hero2_title {
    font-size: 40px;
  }
}
.bd-hero2-item .bd-hero2-text .hero2_title:before {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1.6px;
  position: absolute;
  background-color: #5B5B5B;
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.bd-hero2-item .bd-hero2-text .hero2_title:after {
  left: 0px;
  height: 3px;
  bottom: -1px;
  content: "";
  width: 0px;
  position: absolute;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-hero2-item .bd-hero2-text p {
  opacity: 0;
  color: #E0E0E0;
  font-size: 18px;
  max-width: 565px;
  visibility: hidden;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.bd-hero2-item .bd-hero2-text .hero-btn-grp {
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.bd-hero2-item .bd-hero2-text .hero-btn-grp .bd-btn1:nth-child(2) a {
  background-color: #fff;
  color: var(--bd-title-color);
}
.bd-hero2-item .bd-hero2-text .hero-btn-grp .bd-btn1:nth-child(2) a:before {
  background-color: var(--bd-prime-c);
}
.bd-hero2-item .bd-hero2-text .hero-btn-grp .bd-btn1:nth-child(2) a i {
  background-color: var(--bd-prime-c);
}
.bd-hero2-item .bd-hero2-text .hero-btn-grp .bd-btn1:nth-child(2) a:hover {
  color: #fff;
}
.bd-hero2-item .bd-hero2-img {
  top: 0;
  right: 78px;
  height: 100%;
  max-width: 835px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero2-item .bd-hero2-img {
    display: none;
  }
}
.bd-hero2-item .bd-hero2-img .bd-hr2-shape1 {
  top: -100%;
  z-index: 1;
  left: 78px;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.bd-hero2-item .bd-hero2-img .bd-hr2-shape2 {
  z-index: 1;
  left: 135px;
  bottom: -100%;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.bd-hero2-item .bd-hero2-img .bd-hr2-shape3 {
  z-index: 1;
  right: 20px;
  bottom: -100%;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.bd-hero2-item .bd-hero2-img .item-img1 {
  clip-path: polygon(28.708% 0%, 100% 0%, 100% 100%, 28.623% 100%, 0% 51.757%, 28.708% 0%);
}
.bd-hero2-item .bd-hero2-img .item-img1 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 2500ms ease-in-out;
  transition: 2500ms ease-in-out;
}

.bd-hr2-nav {
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hr2-nav {
    display: none;
  }
}
.bd-hr2-nav .bd-hr2-next,
.bd-hr2-nav .bd-hr2-prev {
  width: 78px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5B5B5B;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-hr2-nav .bd-hr2-next svg,
.bd-hr2-nav .bd-hr2-prev svg {
  z-index: 2;
  position: relative;
}
.bd-hr2-nav .bd-hr2-next:is(.active),
.bd-hr2-nav .bd-hr2-prev:is(.active) {
  background-color: var(--bd-prime-c);
}
.bd-hr2-nav .bd-hr2-prev svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bd-hr2-pagi {
  z-index: 2;
  position: absolute;
  top: 60% !important;
  left: 32px !important;
  width: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hr2-pagi {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bd-hr2-pagi .swiper-pagination-bullet {
  width: 16px;
  opacity: 0.4;
  height: 16px;
  display: block;
  border-radius: 0;
  background-color: #5B5B5B;
  margin: 8px 0px !important;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-hr2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  opacity: 1;
  background-color: #fff;
}

.swiper-slide-active .bd-hero2-item .bd-hero2-text .hr2-shape {
  top: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hr2-shape2 {
  bottom: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hr2-slug2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title .split-word {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateY(0%) scaleY(1);
          transform: translateY(0%) scaleY(1);
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title .split-word:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title .split-word:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title .split-word:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title .split-word:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title .split-word:nth-child(6) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title:before {
  width: 100%;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero2_title:after {
  width: 126px;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-slide-active .bd-hero2-item .bd-hero2-text .hero-btn-grp {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-slide-active .bd-hero2-item .bd-hero2-img .bd-hr2-shape1 {
  top: 0;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-img .bd-hr2-shape2 {
  bottom: 0;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-img .bd-hr2-shape3 {
  bottom: 20px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.swiper-slide-active .bd-hero2-item .bd-hero2-img .item-img1 img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
@-webkit-keyframes grow {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes grow {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.bd-feat2-sec .bd-feat2-shape {
  left: 0;
  right: 0;
  bottom: -5px;
}
.bd-feat2-sec .bd-feat2-shape1 {
  top: 0;
  left: 0;
}
.bd-feat2-sec .bd-feat2-shape1 .box {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: grow 3s ease infinite;
          animation: grow 3s ease infinite;
}
.bd-feat2-sec .bd-feat2-shape1 .box1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bd-feat2-sec .bd-feat2-shape1 .box2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bd-feat2-sec .bd-feat2-shape1 .box3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bd-feat2-sec .bd-feat2-shape2 {
  right: 0;
  bottom: 0;
}
.bd-feat2-sec .bd-feat2-shape2 .box {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: grow 3s ease infinite;
          animation: grow 3s ease infinite;
}
.bd-feat2-sec .bd-feat2-shape2 .box1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bd-feat2-sec .bd-feat2-shape2 .box2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bd-feat2-sec .bd-feat2-shape2 .box3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.bd-feat2-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-feat2-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-feat2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-feat2-item {
  padding: 40px 15px;
  border-right: 1px solid #E6E6E6;
}
.bd-feat2-item:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-feat2-item {
    border: none;
  }
}
.bd-feat2-item .item-inner-area {
  margin: 0 auto;
  max-width: 400px;
}
.bd-feat2-item .item-inner-area .item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: var(--bd-title-color);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-feat2-item .item-inner-area h3 {
  color: #0D0D0D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}
.bd-feat2-item .item-inner-area h3:before {
  left: 0;
  right: 0;
  height: 3px;
  width: 60px;
  content: "";
  bottom: -1px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 700ms var(--cube-2);
  transition: 700ms var(--cube-2);
  background-color: var(--bd-prime-c);
}
.bd-feat2-item .item-inner-area .item-desc {
  line-height: 1.5;
}
.bd-feat2-item:hover .item-inner-area .item-icon {
  background-color: var(--bd-prime-c);
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.bd-feat2-item:hover .item-inner-area h3 {
  letter-spacing: 1px;
}
.bd-feat2-item:hover .item-inner-area h3:before {
  width: 100px;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bd-ab2-sec {
  z-index: 1;
  background-color: #EDEFED;
}
.bd-ab2-sec .bd-ab2-shape {
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-sec .bd-ab2-shape {
    display: none;
  }
}

.bd-ab2-top .bd-sec-title {
  max-width: 770px;
}
.bd-ab2-top .item-desc {
  max-width: 505px;
}

.bd-ab2-content {
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-ab2-tab-btn {
  width: 100%;
  max-width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-tab-btn {
    max-width: 100%;
  }
}
.bd-ab2-tab-btn .nav-item {
  width: 100%;
  margin-bottom: 8px;
}
.bd-ab2-tab-btn .nav-item .nav-link {
  width: 100%;
  height: 68px;
  font-size: 20px;
  padding: 0 24px;
  text-align: left;
  background-color: #E0E0E0;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-ab2-tab-btn .nav-item .nav-link:is(.active) {
  color: #fff;
  background-color: var(--bd-prime-c);
}

.bd-ab2-tab-content {
  width: 100%;
  max-width: 1296px;
}

.bd-ab2-tab-details {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-tab-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bd-ab2-tab-details .item-img {
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.bd-ab2-tab-details .item-text-icon {
  z-index: 1;
  padding: 48px;
  overflow: hidden;
  background-color: var(--bd-title-color);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media (max-width: 480px) {
  .bd-ab2-tab-details .item-text-icon {
    padding: 30px;
  }
}
.bd-ab2-tab-details .item-text-icon .ab2-shape {
  right: 0;
  top: -180px;
  z-index: -1;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.bd-ab2-tab-details .item-text-icon .item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  background-color: var(--bd-prime-c);
}
.bd-ab2-tab-details .item-text-icon .item-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.bd-ab2-tab-details .item-text-icon .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgba(204, 204, 204, 0.6);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ab2-tab-details .item-text-icon .item-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ab2-tab-details .item-text-icon .item-text p {
  color: #E0E0E0;
}

.bd-ab2-tab-content .tab-pane:is(.show) .item-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bd-ab2-tab-content .tab-pane:is(.show) .item-text-icon {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.bd-ab2-tab-content .tab-pane:is(.show) .item-text-icon .ab2-shape {
  top: -60px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.bd-ab2-bottom {
  gap: 15px 30px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid #D4D4D4;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ab2-bottom .item-text {
  width: 100%;
  max-width: 528px;
}
.bd-ab2-bottom .item-btn-grp {
  gap: 12px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 636px;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-bottom .item-btn-grp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bd-ab2-bottom .item-btn-grp .btn_1 {
  padding: 6px 6px 6px 18px;
  background-color: var(--bd-prime-c);
}
.bd-ab2-bottom .item-btn-grp .btn_1 span {
  color: #fff;
  font-family: var(--bd-heading);
}
.bd-ab2-bottom .item-btn-grp .btn_1 i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-title-color);
}
.bd-ab2-bottom .item-btn-grp .btn_1:hover {
  letter-spacing: 1px;
}
.bd-ab2-bottom .item-btn-grp .btn_1:hover i {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}
.bd-ab2-bottom .item-btn-grp .btn_2 {
  gap: 8px;
}
.bd-ab2-bottom .item-btn-grp .btn_2 span {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 5px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E0E0E0;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab2-bottom .item-btn-grp .btn_2 span {
    width: 100%;
  }
}
.bd-ab2-bottom .item-btn-grp .btn_2 i {
  color: #fff;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-title-color);
}
.bd-ab2-bottom .item-btn-grp .btn_2:hover span {
  color: #fff;
  background-color: var(--bd-prime-c);
}
.bd-ab2-bottom .item-btn-grp .btn_2:hover i {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bd-ser2-sec {
  z-index: 1;
}
.bd-ser2-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.bd-ser2-sec .bd-ser2-build {
  right: 0;
  bottom: 0;
}
.bd-ser2-sec .line_animation {
  top: 0;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bd-ser2-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #242424;
}
.bd-ser2-sec .line_animation .line_area:before {
  width: 1px;
  right: 0px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #fff 0%, rgba(194, 157, 104, 0) 100%);
}
.bd-ser2-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.bd-ser2-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bd-prime-c)), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, var(--bd-prime-c) 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.bd-ser2-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bd-ser2-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bd-ser2-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bd-ser2-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bd-ser2-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bd-ser2-sec .bd-sec-title .sec_title {
  color: #fff;
}
.bd-ser2-sec .bd-sec-title p {
  opacity: 0.9;
  color: #E0E0E0;
  margin: 0 auto;
  max-width: 750px;
}
.bd-ser2-sec .bd-feat2-shape1 {
  top: 0;
  left: 0;
}
.bd-ser2-sec .bd-feat2-shape1 .box {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: grow 3s ease infinite;
          animation: grow 3s ease infinite;
}
.bd-ser2-sec .bd-feat2-shape1 .box1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bd-ser2-sec .bd-feat2-shape1 .box2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bd-ser2-sec .bd-feat2-shape1 .box3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bd-ser2-content {
  gap: 12px;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-content {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-ser2-item {
  width: 100%;
  height: 340px;
  padding: 24px;
  overflow: hidden;
  max-width: 384px;
  background-color: #222222;
  border-top: 3px solid #323232;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item {
    max-width: 100%;
    height: auto;
  }
}
.bd-ser2-item .bd-s2-shape {
  right: -20%;
  width: 175px;
  bottom: -10%;
  height: 165px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-ser2-item .item-top .item-serial {
  color: #5B5B5B;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--bd-heading);
}
.bd-ser2-item .item-top .item-icon {
  width: 72px;
  height: 72px;
  background-color: var(--bd-prime-c);
}
.bd-ser2-item .item-text {
  margin-top: 30px;
}
.bd-ser2-item .item-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  max-width: 567px;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  visibility: hidden;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item .item-text h3 {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item .item-text h3 {
    font-size: 24px;
  }
}
.bd-ser2-item .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ser2-item .item-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-ser2-item .item-text h3:hover {
  color: var(--bd-prime-c);
}
.bd-ser2-item .item-text p {
  opacity: 0;
  color: #E0E0E0;
  max-width: 567px;
  line-height: 1.5;
  visibility: hidden;
  padding-bottom: 0px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item .item-text p {
    opacity: 1;
    visibility: visible;
    padding-bottom: 50px;
  }
}
.bd-ser2-item .item-text .read_more {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #323232;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.bd-ser2-item .item-text .read_more svg path {
  fill: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item .item-text .read_more {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.bd-ser2-item:is(.active) {
  height: 460px;
  max-width: 768px;
  border-top: 3px solid #ED5518;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item:is(.active) {
    height: auto;
    max-width: 100%;
  }
}
.bd-ser2-item:is(.active) .bd-s2-shape {
  width: 332px;
  height: 310px;
}
.bd-ser2-item:is(.active) .item-text h3, .bd-ser2-item:is(.active) .item-text p {
  opacity: 1;
  visibility: visible;
}
.bd-ser2-item:is(.active) .item-text p {
  padding-bottom: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser2-item:is(.active) .item-text p {
    padding-bottom: 50px;
  }
}
.bd-ser2-item:is(.active) .item-text .read_more {
  background-color: #fff;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.bd-ser2-item:is(.active) .item-text .read_more svg path {
  fill: var(--bd-title-color);
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.bd-pro2-sec {
  z-index: 1;
}
.bd-pro2-sec:before {
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 462px;
  position: absolute;
  background-color: #EDEFED;
}
.bd-pro2-sec .bd-sec-title {
  margin: 0 auto;
  max-width: 770px;
}

.bd-pro2-slider {
  width: 164.5%;
  margin-left: -35%;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro2-slider {
    max-width: 100%;
    margin-left: 0;
  }
}

.bd-pro2-item {
  margin: 0 auto;
  max-width: 1031px;
  padding-bottom: 95px;
}
.bd-pro2-item .item-img {
  overflow: hidden;
  max-height: 500px;
}
.bd-pro2-item .item-text {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 60px;
  margin: 0 auto;
  max-width: 90%;
  visibility: hidden;
  padding: 30px 32px;
  position: absolute;
  background-color: #EDEFED;
  border-bottom: 4px solid #ED5518;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro2-item .item-text {
    max-width: 100%;
    position: static;
  }
}
.bd-pro2-item .item-text .top_title {
  gap: 15px;
}
.bd-pro2-item .item-text .top_title .item-title {
  width: 100%;
  max-width: 567px;
}
.bd-pro2-item .item-text .top_title h3 {
  width: 100%;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  max-width: 567px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro2-item .item-text .top_title h3 {
    font-size: 24px;
  }
}
.bd-pro2-item .item-text .top_title h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.3;
  position: absolute;
  background-color: #5B5B5B;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-pro2-item .item-text .top_title h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-pro2-item .item-text .top_title h3:hover {
  color: var(--bd-prime-c);
}
.bd-pro2-item .item-text .top_title .arrow_btn {
  width: 60px;
  height: 60px;
  background-color: var(--bd-prime-c);
}
.bd-pro2-item .item-text .top_title .arrow_btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro2-item .item-text .top_title .arrow_btn {
    display: none !important;
  }
}
.bd-pro2-item .item-text p {
  max-width: 567px;
  padding-top: 15px;
}
.bd-pro2-item .item-view {
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-30%) scale(0);
          transform: translateY(-30%) scale(0);
}
.bd-pro2-item .item-view a {
  color: #fff;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}

.swiper-slide-active .bd-pro2-item .item-text {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.swiper-slide-active .bd-pro2-item .item-view {
  -webkit-transform: translateY(-60%) scale(1);
          transform: translateY(-60%) scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro2-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bd-pro2-nav .bd-pro2-right,
.bd-pro2-nav .bd-pro2-left {
  z-index: 1;
  width: 64px;
  bottom: 0px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro2-nav .bd-pro2-right,
  .bd-pro2-nav .bd-pro2-left {
    height: 50px;
    width: 120px;
    position: static;
  }
}
.bd-pro2-nav .bd-pro2-right:hover,
.bd-pro2-nav .bd-pro2-left:hover {
  background-color: var(--bd-prime-c);
}
.bd-pro2-nav .bd-pro2-right {
  right: 0;
}
.bd-pro2-nav .bd-pro2-left {
  left: 0;
}
.bd-pro2-nav .bd-pro2-left i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bd-pro2-btm p a {
  margin-left: 5px;
  color: var(--bd-prime-c);
}
.bd-pro2-btm p a span {
  position: relative;
}
.bd-pro2-btm p a span:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 0%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-pro2-btm p a:hover {
  letter-spacing: 1px;
}
.bd-pro2-btm p a:hover span:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*Process area*/
/*----------------------------------------------------*/
.bd-process2-sec {
  z-index: 1;
}
.bd-process2-sec .bd-sec-title {
  max-width: 760px;
}
.bd-process2-sec .bd-pr-shape1 {
  top: 0;
  right: 0;
  z-index: -1;
}

.bd-process2-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-process2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bd-process2-tab-content {
  width: 100%;
  max-width: 924px;
}

.bd-process2-img-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-process2-img-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bd-process2-img-text .item-text {
  padding: 40px;
}
.bd-process2-img-text .item-text .item-shape {
  top: 10px;
  right: 10px;
}
.bd-process2-img-text .item-text .inner-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 95px;
  background-color: var(--bd-prime-c);
}
.bd-process2-img-text .item-text .inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.bd-process2-img-text .item-text .inner-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.3;
  position: absolute;
  background-color: #5B5B5B;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-process2-img-text .item-text .inner-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-process2-img-text .item-text .inner-text p {
  color: #E0E0E0;
  padding-bottom: 28px;
}
.bd-process2-img-text .item-text .inner-text li {
  color: #E0E0E0;
  margin-bottom: 12px;
}
.bd-process2-img-text .item-text .inner-text li:last-child {
  margin-bottom: 0;
}

.bd-process2-tab-btn {
  max-width: 528px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-process2-tab-btn {
    max-width: 375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-process2-tab-btn {
    max-width: 100%;
  }
}

.bd-process2-btn {
  border-top: 1px solid #E0E0E0;
}
.bd-process2-btn .nav-link {
  padding: 0;
  width: 100%;
}
.bd-process2-btn .nav-link .item-text-icon {
  width: 100%;
  padding: 32px 14px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid #E0E0E0;
}
.bd-process2-btn .nav-link .item-text-icon h3 {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  color: var(--bd-title-color);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-process2-btn .nav-link .item-text-icon h3 span {
  color: #5B5B5B;
  margin-right: 12px;
}
.bd-process2-btn .nav-link .item-text-icon .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-process2-btn .nav-link:is(.active) .item-text-icon {
  background-color: var(--bd-prime-c);
}
.bd-process2-btn .nav-link:is(.active) .item-text-icon h3 {
  color: #fff;
}
.bd-process2-btn .nav-link:is(.active) .item-text-icon h3 span {
  color: rgba(255, 255, 255, 0.4);
}
.bd-process2-btn .nav-link:is(.active) .item-text-icon .item-icon svg path {
  fill: #fff;
}

/*---------------------------------------------------- */
/*indust area*/
/*----------------------------------------------------*/
.bd-indust-sec {
  z-index: 1;
  position: relative;
}
.bd-indust-sec:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.bd-indust-sec .bd-ins-shape {
  left: 0;
  bottom: 0;
}
.bd-indust-sec .line_animation {
  top: 0;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bd-indust-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #242424;
}
.bd-indust-sec .line_animation .line_area:before {
  width: 1px;
  right: 0px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #fff 0%, rgba(194, 157, 104, 0) 100%);
}
.bd-indust-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.bd-indust-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bd-prime-c)), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, var(--bd-prime-c) 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.bd-indust-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bd-indust-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bd-indust-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bd-indust-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bd-indust-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bd-indust-sec .bd-sec-title .sec_title {
  color: #fff;
}
.bd-indust-sec .bd-sec-title p {
  opacity: 0.9;
  color: #E0E0E0;
  margin: 0 auto;
  max-width: 768px;
}

.bd-indust-content li {
  margin: 10px 8px;
}
.bd-indust-content li a {
  gap: 32px;
  border-radius: 8px;
  padding: 6px 20px 6px 6px;
  background-color: #202020;
}
.bd-indust-content li a .item-img-text {
  gap: 16px;
}
.bd-indust-content li a .item-img-text i {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 6px;
}
.bd-indust-content li a .item-img-text i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-indust-content li a .item-img-text span {
  opacity: 0.8;
  color: #E0E0E0;
  font-size: 24px;
}
@media (max-width: 480px) {
  .bd-indust-content li a .item-img-text span {
    font-size: 16px;
  }
}
.bd-indust-content li a .item-icon i {
  width: 48px;
  height: 48px;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2A2A2A;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-indust-content li a .item-icon i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-indust-content li a:hover {
  background-color: var(--bd-prime-c);
}
.bd-indust-content li a:hover .item-img-text i img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bd-indust-content li a:hover .item-img-text span {
  opacity: 1;
  color: #fff;
}
.bd-indust-content li a:hover .item-icon i {
  opacity: 1;
  background-color: #fff;
}
.bd-indust-content li a:hover .item-icon svg path {
  fill: var(--bd-title-color);
}

.bd-indust-btm a {
  color: var(--bd-prime-c);
}
.bd-indust-btm a span {
  position: relative;
}
.bd-indust-btm a span:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1.5px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-indust-btm a:hover span:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.bd-faq2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-faq2-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bd-faq2-team-area {
  width: 100%;
  max-width: 636px;
}

.bd-faq2-team {
  gap: 30px 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .bd-faq2-team {
    max-width: 312px;
    margin: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-team2-item .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.bd-team2-item .item-img:before {
  right: 20px;
  bottom: -60px;
  width: 8px;
  z-index: 1;
  content: "";
  height: 200px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-team2-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-team2-item .item-img span {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-left: 22px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}
.bd-team2-item .item-text h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  padding-left: 16px;
  position: relative;
  padding-bottom: 5px;
}
.bd-team2-item .item-text h3:before {
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-team2-item .item-text span {
  color: #474747;
  font-size: 15px;
}
.bd-team2-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bd-team2-item:hover .item-img span {
  background-color: var(--bd-title-color);
}

.bd-faq2-cta h3 {
  color: #000000;
  max-width: 295px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 22px;
}
.bd-faq2-cta h3 a {
  display: inline;
}
.bd-faq2-cta h3 a:hover {
  color: var(--bd-prime-c);
}
.bd-faq2-cta .get_touch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--bd-title-color);
}
.bd-faq2-cta .get_touch span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--bd-heading);
}
.bd-faq2-cta .get_touch i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-faq2-cta .get_touch i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-faq2-cta .get_touch:hover {
  letter-spacing: 1px;
  background-color: var(--bd-prime-c);
}
.bd-faq2-cta .get_touch:hover i {
  background-color: var(--bd-title-color);
}

.bd-faq2-accordion-area {
  width: 100%;
  max-width: 900px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-faq2-accordion-area {
    margin: 0 auto;
    max-width: 636px;
  }
}

.bd-faq2-accordion {
  margin: 0 auto;
  margin-top: 50px;
}
.bd-faq2-accordion .accordion-item,
.bd-faq2-accordion .accordion-button {
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.bd-faq2-accordion .accordion-item {
  border: none;
  padding: 20px;
  position: relative;
  border-radius: 0px;
  margin-bottom: 12px;
  background-color: #F4F4F4;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.bd-faq2-accordion .accordion-item:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  .bd-faq2-accordion .accordion-item {
    padding: 23px 15px 23px 15px;
  }
}
.bd-faq2-accordion .accordion-button {
  padding: 0;
  border: none;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  font-family: var(--bd-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-faq2-accordion .accordion-button {
    padding: 20px 15px;
  }
}
.bd-faq2-accordion .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.bd-faq2-accordion .accordion-button span b {
  color: #5B5B5B;
  font-weight: 500;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-faq2-accordion .accordion-button span b {
    margin-right: 0;
  }
}
.bd-faq2-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bd-faq2-accordion .accordion-body {
  padding: 0;
  color: #5B5B5B;
  font-size: 16px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-faq2-accordion .accordion-body .bi-faq-text {
  max-width: 775px;
  padding: 15px 30px 0px 55px;
}
@media (max-width: 480px) {
  .bd-faq2-accordion .accordion-body .bi-faq-text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-faq2-accordion .accordion-body {
    padding: 20px 15px;
  }
}
.bd-faq2-accordion .accordion-button::after {
  top: 0px;
  right: 0px;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  content: "+";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--mx-prime-c2);
  font-family: "Font Awesome 6 free";
}
@media (max-width: 480px) {
  .bd-faq2-accordion .accordion-button::after {
    right: 0px;
  }
}
.bd-faq2-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bd-faq2-accordion .accordion-button:not(.collapsed) span {
  color: #000000;
}
.bd-faq2-accordion .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bd-faq-feed-sec .bd-faq2-accordion {
  margin: 0 auto;
  max-width: 1032px;
  margin-top: 40px;
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.bd-why-c2-sec {
  z-index: 1;
}

.bd-wc-video {
  height: 600px;
  margin-bottom: -220px;
}

.bd-why-c2-content {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 80px 80px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c2-content {
    padding: 40px 20px 0px;
  }
}
.bd-why-c2-content .bd-sec-title {
  margin: 0 auto;
  max-width: 750px;
}
.bd-why-c2-content .bd-sec-title p {
  margin: 0 auto;
  max-width: 680px;
}

.bd-why-c2-item-wrap {
  gap: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-why-c2-item-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-why-c2-item-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-why-c2-item .item-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-why-c2-item .item-text h3 {
  font-size: 60px;
  line-height: 0.8;
  font-weight: 500;
  margin-bottom: 20px;
}
.bd-why-c2-item .item-text p {
  color: #5B5B5B;
  text-transform: uppercase;
  font-family: var(--bd-heading);
}
.bd-why-c2-item:hover .item-icon {
  background-color: var(--bd-prime-c);
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.bd-wc-sponsor-marquee {
  display: flow-root;
  border: 1px solid #EDEFED;
}

.bd-wc-spn-img {
  display: inline-block;
  border-right: 1px solid #EDEFED;
}
.bd-wc-spn-img .item-img {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.bd-contact2-sec {
  z-index: 1;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
.bd-contact2-sec .bd-cn-shape2 {
  left: 0;
  bottom: 0;
}
.bd-contact2-sec:before {
  left: 0;
  top: 80px;
  width: 73%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #0D0D0D;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-contact2-sec:before {
    width: 100%;
  }
}
.bd-contact2-sec .bd-cont2-img {
  top: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-contact2-sec .bd-cont2-img {
    display: none;
  }
}
.bd-contact2-sec .bd-cont2-img:before {
  top: 0;
  left: 0;
  width: 98px;
  content: "";
  height: 82px;
  position: absolute;
  background-color: #D4511D;
  clip-path: polygon(0% 100%, 0% 0%, 1.429% 0%, 100% 100%, 0% 100%);
}
.bd-contact2-sec .line_animation {
  top: 80px;
  left: 0%;
  z-index: -1;
  width: 73%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bd-contact2-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: #242424;
}
.bd-contact2-sec .line_animation .line_area:before {
  width: 1px;
  right: 0px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #fff 0%, rgba(194, 157, 104, 0) 100%);
}
.bd-contact2-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.bd-contact2-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bd-prime-c)), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, var(--bd-prime-c) 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.bd-contact2-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bd-contact2-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bd-contact2-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bd-contact2-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bd-contact2-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}

.bd-contact2-text-form {
  gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-contact2-text-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-contact2-text-form {
    gap: 40px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bd-contact2-text {
  width: 100%;
  max-width: 500px;
  padding-top: 78px;
}
.bd-contact2-text .bd-sec-title .sec_title {
  color: #fff;
}
.bd-contact2-text .bd-contact2-list {
  position: relative;
  padding-left: 16px;
}
.bd-contact2-text .bd-contact2-list:before {
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-contact2-text .bd-contact2-list li {
  color: #E0E0E0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: var(--bd-heading);
}
.bd-contact2-text .bd-contact2-list li:last-child {
  margin-bottom: 0;
}
.bd-contact2-text .bd-contact2-list li span {
  margin-right: 5px;
  color: #FFFFFF;
}

.bd-cont2-call .item-icon {
  width: 60px;
  height: 60px;
  background-color: var(--bd-prime-c);
}
.bd-cont2-call .item-text {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  padding: 22px 24px 18px;
  background-color: #303030;
  font-family: var(--bd-heading);
}

.bd-contact2-form {
  width: 100%;
  padding: 40px;
  max-width: 585px;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-contact2-form {
    padding: 30px 20px;
  }
}
.bd-contact2-form .item-title h3 {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 10px;
}
.bd-contact2-form .item-title p {
  color: #fff;
  font-size: 18px;
}
.bd-contact2-form .item-form {
  margin-top: 35px;
}
.bd-contact2-form .item-form .row {
  --bs-gutter-x: 12px;
}
.bd-contact2-form .item-form span {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.bd-contact2-form .item-form input, .bd-contact2-form .item-form textarea {
  width: 100%;
  height: 57px;
  color: #5B5B5B;
  border: none;
  font-size: 15px;
  margin-bottom: 18px;
  padding-left: 16px;
  background-color: #fff;
}
.bd-contact2-form .item-form input:placeholder, .bd-contact2-form .item-form textarea:placeholder {
  opacity: 0.7;
  color: #5B5B5B;
  font-size: 15px;
}
.bd-contact2-form .item-form textarea {
  height: 160px;
  padding-top: 20px;
}
.bd-contact2-form .item-form button {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 6px 6px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-contact2-form .item-form button:hover {
  letter-spacing: 1px;
}
.bd-contact2-form .item-form button i {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-contact2-form .item-form button i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bd-blog2-sec .bd-blog2-shape {
  top: -65px;
  right: 0;
}

.bd-blog2-top {
  gap: 20px 30px;
}
.bd-blog2-top .bd-sec-title {
  max-width: 700px;
}
.bd-blog2-top .item-desc {
  max-width: 438px;
}

.bd-blog2-content {
  gap: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blog2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bd-blog2-featured {
  max-width: 756px;
}
.bd-blog2-featured .item-img {
  overflow: hidden;
}
.bd-blog2-featured .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blog2-featured .item-meta {
  gap: 16px;
}
@media (max-width: 480px) {
  .bd-blog2-featured .item-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-blog2-featured .item-meta .blg_cat {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 12px 16px;
  background-color: var(--bd-title-color);
}
.bd-blog2-featured .item-meta i {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}
.bd-blog2-featured .item-meta .blg_date {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--bd-title-color);
}
.bd-blog2-featured .item-text {
  margin-top: 18px;
}
.bd-blog2-featured .item-text .blg_title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 8px;
}
.bd-blog2-featured .item-text .blg_title:hover {
  color: var(--bd-prime-c);
}
.bd-blog2-featured .item-text p {
  color: #5B5B5B;
  font-size: 16px;
  padding-bottom: 25px;
}
.bd-blog2-featured .item-text .read_more {
  gap: 4px;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-blog2-featured .item-text .read_more i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blog2-featured .item-text .read_more:hover {
  color: var(--bd-prime-c);
}
.bd-blog2-featured .item-text .read_more:hover i svg path {
  fill: var(--bd-prime-c);
}
.bd-blog2-featured .item-text .read_more:before {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blog2-featured:hover .item-img img {
  -webkit-transform: scale(1.1) translateY(-20px);
          transform: scale(1.1) translateY(-20px);
}

.bd-blog2-list-wrapper {
  width: 100%;
  max-width: 768px;
}

.bd-blog2-list-item {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blog2-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-blog2-list-item .item-img {
  width: 250px;
  height: 223px;
  overflow: hidden;
}
.bd-blog2-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blog2-list-item .item-text-meta {
  width: 100%;
  max-width: 486px;
}
.bd-blog2-list-item .item-meta {
  gap: 16px;
}
@media (max-width: 480px) {
  .bd-blog2-list-item .item-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-blog2-list-item .item-meta .blg_cat {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 12px 16px;
  background-color: var(--bd-title-color);
}
.bd-blog2-list-item .item-meta i {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}
.bd-blog2-list-item .item-meta .blg_date {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--bd-title-color);
}
.bd-blog2-list-item .item-text {
  margin-top: 18px;
}
.bd-blog2-list-item .item-text .blg_title {
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
.bd-blog2-list-item .item-text .blg_title:hover {
  color: var(--bd-prime-c);
}
.bd-blog2-list-item .item-text p {
  color: #5B5B5B;
  font-size: 16px;
  padding-bottom: 25px;
}
.bd-blog2-list-item .item-text .read_more {
  gap: 4px;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-blog2-list-item .item-text .read_more i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blog2-list-item .item-text .read_more:hover {
  color: var(--bd-prime-c);
}
.bd-blog2-list-item .item-text .read_more:hover i svg path {
  fill: var(--bd-prime-c);
}
.bd-blog2-list-item .item-text .read_more:before {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blog2-list-item:hover .item-img img {
  -webkit-transform: scale(1.1) translateY(-20px);
          transform: scale(1.1) translateY(-20px);
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
.bd-hero3-sec:before {
  top: 80px;
  z-index: 2;
  width: 1px;
  right: 78px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #717577;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-hero3-sec:before {
    display: none;
  }
}

.bd-hr3-pagi {
  z-index: 2;
  position: absolute;
  top: 50% !important;
  left: 40px !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translateY(-20%) !important;
          transform: translateY(-20%) !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .bd-hr3-pagi {
    display: none;
  }
}
.bd-hr3-pagi .swiper-pagination-bullet {
  width: 40px;
  color: #fff;
  opacity: 1;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  border-radius: 0;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--bd-heading);
  margin-bottom: 12px !important;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-hr3-pagi .swiper-pagination-bullet:hover {
  background-color: var(--bd-prime-c);
}
.bd-hr3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background-color: var(--bd-prime-c);
}

.bd-hero3-item {
  z-index: 1;
  padding-top: 215px;
  padding-bottom: 72px;
}
.bd-hero3-item .item-img {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.bd-hero3-item .item-img img {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.bd-hero3-item .item-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6784313725);
}
.bd-hero3-item .hero3-text-area {
  margin: 0 auto;
  max-width: 1280px;
  padding-right: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .bd-hero3-item .hero3-text-area {
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media (max-width: 480px) {
  .bd-hero3-item .hero3-text-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bd-hero3-item .hero3-text-area .hero3-text {
  max-width: 710px;
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3-slug {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  padding-left: 8px;
  visibility: hidden;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  font-family: var(--bd-heading);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media (max-width: 480px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug {
    padding-left: 0;
  }
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3-slug span {
  padding: 10px;
}
@media (max-width: 480px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug span {
    padding: 0;
  }
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3-slug i {
  width: 25px;
  height: 25px;
  position: relative;
}
@media (max-width: 480px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug i {
    display: none;
  }
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3-slug i:before {
  left: 0;
  top: -8px;
  height: 1px;
  content: "";
  width: 0px;
  position: absolute;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3-slug i:after {
  left: 0;
  top: -8px;
  width: 1px;
  content: "";
  height: 0px;
  position: absolute;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3-slug .shape_2 {
  display: inline-block;
  -webkit-transform: rotate(180deg) translateX(28px);
          transform: rotate(180deg) translateX(28px);
}
@media (max-width: 480px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug .shape_2 {
    display: none;
  }
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3_title {
  color: #fff;
  line-height: 0.9;
  font-size: 110px;
  font-weight: 600;
  padding: 20px 0px 10px;
}
.bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word {
  overflow: hidden;
  -webkit-transform: translateX(0) scaleX(1.2);
          transform: translateX(0) scaleX(1.2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 1.5s var(--cube-1);
  transition: 1.5s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3_title {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .bd-hero3-item .hero3-text-area .hero3-text .hr3_title {
    font-size: 40px;
  }
}
.bd-hero3-item .hero3-text-area .hero3-text p {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  max-width: 600px;
  visibility: hidden;
  padding-bottom: 35px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 700ms var(--cube-1);
  transition: all 700ms var(--cube-1);
}
.bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp {
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 700ms var(--cube-1);
  transition: all 700ms var(--cube-1);
}
.bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp .bd-btn1 a {
  font-family: var(--bd-heading);
}
.bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp .bd-btn1:nth-child(2) a {
  color: #fff;
  background-color: #000000;
}
.bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp .bd-btn1:nth-child(2) a:before {
  background-color: var(--bd-prime-c);
}
.bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp .bd-btn1:nth-child(2) a i {
  background-color: var(--bd-prime-c);
}
.bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp .bd-btn1:nth-child(2) a:hover {
  color: #fff;
}
.bd-hero3-item .bd-hero3-card {
  width: 360px;
  height: 188px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #CFCFCF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.bd-hero3-item .bd-hero3-card .item-top {
  gap: 12px;
}
.bd-hero3-item .bd-hero3-card .item-top .item-icon {
  width: 48px;
  height: 48px;
  background-color: var(--bd-title-color);
}
.bd-hero3-item .bd-hero3-card .item-top .item-text span {
  font-size: 16px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-hero3-item .bd-hero3-card .item-top .item-text ul li {
  color: var(--bd-prime-c);
}
.bd-hero3-item .bd-hero3-card .item-bottom .btm_1 span {
  font-size: 16px;
  position: relative;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-hero3-item .bd-hero3-card .item-bottom .btm_1 span:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1.5px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-hero3-item .bd-hero3-card .item-bottom .btm_2 {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}
.bd-hero3-item .bd-hero3-card .item-bottom .btm_2 img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-hero3-item .bd-hero3-card .item-bottom .btm_2:hover {
  background-color: var(--bd-title-color);
}

.swiper-slide-active .bd-hero3-item img {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug i:before {
  width: 25px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3-slug i:after {
  height: 25px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word {
  -webkit-transform: translateX(0%) scaleX(1);
          transform: translateX(0%) scaleX(1);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(7) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(9) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hr3_title .split-word:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .bd-hero3-item .hero3-text-area .hero3-text .hero-btn-grp {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .bd-hero3-item .bd-hero3-card {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.swiper-slide-active .bd-hero3-item .bd-hero3-card .item-bottom .btm_1 span:before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.bd-vertical-menu {
  z-index: 2;
  top: 218px;
  right: 110px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-vertical-menu {
    display: none;
  }
}
.bd-vertical-menu .mobile-main-navigation {
  text-align: right;
}
.bd-vertical-menu .mobile-main-navigation li {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.bd-vertical-menu .mobile-main-navigation li:before {
  top: 8px;
  width: 9px;
  height: 9px;
  content: "";
  right: -36px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-vertical-menu .mobile-main-navigation li:hover {
  color: var(--bd-prime-c);
}
.bd-vertical-menu .mobile-main-navigation li:hover:before {
  background-color: var(--bd-prime-c);
}
.bd-vertical-menu .mobile-main-navigation li:is(.dropdown) {
  padding-right: 20px;
}
.bd-vertical-menu .mobile-main-navigation li .dropdown-btn {
  top: -1px;
  right: 0;
  width: 100%;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-vertical-menu .mobile-main-navigation li .dropdown-btn .fa-angle-down::before {
  content: "\f103";
  font-size: 15px;
}
.bd-vertical-menu .mobile-main-navigation li .dropdown-menu {
  right: -20px;
  border: none;
  margin-top: 15px;
  position: relative;
  text-align: right;
  background-color: transparent;
}
.bd-vertical-menu .mobile-main-navigation li .dropdown-menu li {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.bd-vertical-menu .mobile-main-navigation li .dropdown-menu li:before {
  display: none;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bd-ab3-sec {
  margin-top: 100px;
}
.bd-ab3-sec .bd-ab3-shape {
  left: 0;
  bottom: 0;
}
.bd-ab3-sec:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 100%;
  margin: 0 auto;
  max-height: 482px;
  max-width: 1560px;
  position: absolute;
  background-color: #EDEFED;
}

.bd-ab3-top {
  gap: 30px;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-top {
    padding-left: 0;
    padding-right: 0;
  }
}
.bd-ab3-top .bd-sec-title {
  width: 100%;
  max-width: 580px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-top .bd-sec-title {
    max-width: 100%;
  }
}
.bd-ab3-top .item-desc {
  width: 100%;
  max-width: 485px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-top .item-desc {
    max-width: 100%;
  }
}
.bd-ab3-top .item-desc p {
  padding-bottom: 32px;
}

.bd-ab3-content {
  gap: 20px;
}
.bd-ab3-content .bd-ab1-top1 {
  gap: 14px;
  margin-left: 80px;
  max-width: 315px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-content .bd-ab1-top1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.bd-ab3-item {
  width: 100%;
  max-width: 1055px;
  position: relative;
  max-height: 470px;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-ab3-item {
    max-width: 890px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 100%;
  }
}
.bd-ab3-item:before {
  top: -101px;
  right: 0;
  width: 109px;
  content: "";
  height: 101px;
  position: absolute;
  background-color: #000000;
  clip-path: polygon(0% 100%, 0% 0%, 1.429% 0%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-item:before {
    display: none;
  }
}
.bd-ab3-item .item-img-video {
  width: 100%;
  max-width: 790px;
}
.bd-ab3-item .item-video {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bd-ab3-item .item-video a {
  color: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}
.bd-ab3-item .item-award {
  gap: 40px;
  width: 100%;
  max-width: 264px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 40px 50px;
}
.bd-ab3-item .item-award .item-img {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: swing 2s ease infinite;
          animation: swing 2s ease infinite;
}
.bd-ab3-item .item-award .item-text h3 {
  color: #E0E0E0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 22px;
}
.bd-ab3-item .item-award .item-text h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: capitalize;
}

.bd-ab3-slider-wrap {
  width: 100%;
  max-width: 688px;
  padding-left: 40px;
  margin-top: -268px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ab3-slider-wrap {
    margin-top: 20px;
  }
}

.bd-ab3-mv-item {
  background-color: #fff;
  padding: 64px 40px 40px;
}
.bd-ab3-mv-item .item-icon {
  top: -40px;
  left: 40px;
  width: 80px;
  height: 80px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}
.bd-ab3-mv-item .item-text h3 {
  opacity: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1200ms var(--cube-1);
  transition: all 1200ms var(--cube-1);
}
.bd-ab3-mv-item .item-text p {
  opacity: 0;
  color: #5B5B5B;
  visibility: hidden;
  padding-top: 12px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1200ms var(--cube-1);
  transition: all 1200ms var(--cube-1);
}

.swiper-slide-active .bd-ab3-mv-item .item-text h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .bd-ab3-mv-item .item-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.bd-ab3-slider {
  padding-top: 40px;
}

.bd-ab3-pagi {
  left: 0;
  position: absolute;
  top: 60% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bd-ab3-pagi .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 0;
  margin-bottom: 6px !important;
  background-color: var(--bd-title-color);
}

.bd-hero-text-marquee:is(.ver_3) {
  z-index: 1;
  padding: 45px 0px;
  position: relative;
}
.bd-hero-text-marquee:is(.ver_3):after {
  top: 0;
  left: 0;
  width: 110%;
  z-index: -1;
  content: "";
  height: 100%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: absolute;
  background-color: #EDEFED;
}
.bd-hero-text-marquee:is(.ver_3) h3 {
  color: var(--bd-title-color);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bd-ser3-sec {
  z-index: 1;
}
.bd-ser3-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 548px;
  position: absolute;
  background-color: #000000;
}
.bd-ser3-sec .bd-ser3-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  height: 823px;
}
.bd-ser3-sec .bd-ser3-el {
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser3-sec .bd-ser3-el {
    display: none;
  }
}
.bd-ser3-sec .bd-sec-title {
  margin: 0 auto;
  max-width: 780px;
}
.bd-ser3-sec .bd-sec-title .sec_title, .bd-ser3-sec .bd-sec-title p {
  color: #fff;
}

.bd-ser3-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  margin-top: 45px;
  max-width: 1296px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser3-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-ser3-item {
  padding: 32px;
  background-color: #EFEFEF;
}
.bd-ser3-item .item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-ser3-item .item-text h3 {
  color: #0D0D0D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}
.bd-ser3-item .item-text h3:before {
  left: 0;
  right: 0;
  height: 3px;
  width: 60px;
  content: "";
  bottom: -1px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 700ms var(--cube-2);
  transition: 700ms var(--cube-2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-ser3-item .item-text h3:hover {
  color: var(--bd-prime-c);
}
.bd-ser3-item .item-text h3:hover:before {
  width: 85px;
}
.bd-ser3-item .item-text p {
  margin: 0 auto;
  max-width: 352px;
  padding-bottom: 40px;
}
.bd-ser3-item .item-text .read_more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D3D3D3;
  padding: 8px 8px 8px 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bd-ser3-item .item-text .read_more span {
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-ser3-item .item-text .read_more i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-ser3-item .item-text .read_more i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-ser3-item .item-text .read_more:hover {
  background-color: var(--bd-title-color);
}
.bd-ser3-item .item-text .read_more:hover span {
  color: #fff;
}
.bd-ser3-item .item-text .read_more:hover i {
  background-color: var(--bd-prime-c);
}
.bd-ser3-item:hover .item-icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
  background-color: var(--bd-prime-c);
}

.bd-ser3-btm p a {
  margin-left: 5px;
  color: var(--bd-prime-c);
}
.bd-ser3-btm p a span {
  position: relative;
}
.bd-ser3-btm p a span:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 0%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-ser3-btm p a:hover {
  letter-spacing: 1px;
}
.bd-ser3-btm p a:hover span:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*cta area*/
/*----------------------------------------------------*/
.bd-cta3-sec {
  background-color: var(--bd-prime-c);
}
.bd-cta3-sec .bd-sec-title {
  max-width: 720px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-cta3-sec .bd-sec-title {
    max-width: 500px;
  }
}
.bd-cta3-sec .bd-sec-title .subtitle {
  background-color: #fff;
  color: var(--bd-title-color);
}
.bd-cta3-sec .bd-sec-title .subtitle:before {
  background-color: var(--bd-title-color);
}
.bd-cta3-sec .bd-sec-title .sec_title, .bd-cta3-sec .bd-sec-title p {
  color: #fff;
}

.bd-cta3-card {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 840px;
  padding-top: 48px;
  position: absolute;
  background-color: var(--bd-title-color);
  clip-path: polygon(23.69% 0%, 100% 0%, 100% 100%, 0% 100%, 23.69% 0%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-cta3-card {
    max-width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-cta3-card {
    clip-path: none;
    max-width: 100%;
    padding-left: 20px;
    margin-top: 50px;
    position: relative;
    padding-bottom: 40px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.bd-cta3-card .bd-ct3-shape {
  top: 50%;
}
.bd-cta3-card .bd-ct3-shape2 {
  bottom: 0;
  left: 90px;
}
.bd-cta3-card .item-text-number {
  width: 100%;
  max-width: 500px;
}
.bd-cta3-card .item-text-number .item-text {
  margin-bottom: 104px;
}
.bd-cta3-card .item-text-number .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  max-width: 356px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.bd-cta3-card .item-text-number .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgba(204, 204, 204, 0.6);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-cta3-card .item-text-number .item-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-cta3-card .item-text-number .item-text p {
  color: #E0E0E0;
  max-width: 436px;
}
.bd-cta3-card .item-text-number .item-number h3 {
  font-size: 72px;
  font-weight: 600;
  line-height: 0.8;
  padding-bottom: 18px;
  color: var(--bd-prime-c);
}
.bd-cta3-card .item-text-number .item-number p {
  color: #E0E0E0;
  font-family: var(--bd-heading);
}

/*---------------------------------------------------- */
/*step area*/
/*----------------------------------------------------*/
.bd-step3-img .item-img {
  position: relative;
}
.bd-step3-img .item-img:before {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(39.29%, rgba(0, 0, 0, 0.6)), color-stop(69.69%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 39.29%, rgba(0, 0, 0, 0.4) 69.69%, rgba(0, 0, 0, 0) 100%);
}

.bd-step3-item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-step3-item-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-step3-item-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-step3-img-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 608px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-step3-img-wrap {
    max-height: 100%;
  }
}
.bd-step3-img-wrap .bd-step3-img {
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.bd-step3-img-wrap .bd-step3-img:is(.active) {
  opacity: 1;
  visibility: visible;
}

.bd-step3-item-wrap {
  z-index: 1;
  position: relative;
}

.bd-step3-item {
  padding: 60px;
  height: 606px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-step3-item {
    padding: 30px 20px;
  }
}
.bd-step3-item .item-inner {
  -webkit-transform: translateY(96%);
          transform: translateY(96%);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bd-step3-item .item-inner .bd-st-logo {
  bottom: -100%;
  right: -55%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bd-step3-item:last-child {
  border: none;
}
.bd-step3-item:is(.active) {
  background-color: #E6E6E6;
}
.bd-step3-item:is(.active) .item-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bd-step3-item:is(.active) .item-inner .bd-st-logo {
  bottom: -45%;
}
.bd-step3-item:is(.active) .item-top .item-icon {
  background-color: var(--bd-prime-c);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bd-step3-item:is(.active) .item-top .item-icon svg path {
  fill: #fff;
}
.bd-step3-item:is(.active) .item-top .item-serial {
  opacity: 0.4;
  color: #5B5B5B;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bd-step3-item:is(.active) .item-text h3 {
  color: var(--bd-title-color);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bd-step3-item:is(.active) .item-text h3:before {
  opacity: 0.2;
  background-color: #5B5B5B;
}
.bd-step3-item:is(.active) .item-text p {
  opacity: 1;
  visibility: visible;
}
.bd-step3-item:is(.active) .item-text ul {
  opacity: 1;
  visibility: visible;
}
.bd-step3-item .item-top {
  margin-bottom: 30px;
}
.bd-step3-item .item-top .item-icon {
  width: 72px;
  height: 72px;
  background-color: #fff;
}
.bd-step3-item .item-top .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-step3-item .item-top .item-serial {
  opacity: 0.4;
  color: #E0E0E0;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--bd-heading);
}
.bd-step3-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 18px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bd-step3-item .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgba(204, 204, 204, 0.6);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-step3-item .item-text h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-step3-item .item-text p {
  opacity: 0;
  line-height: 1.5;
  visibility: hidden;
  padding-bottom: 28px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-step3-item .item-text ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-step3-item .item-text li {
  font-size: 16px;
  margin-bottom: 12px;
}
.bd-step3-item .item-text li i {
  margin-right: 8px;
}
.bd-step3-item .item-text li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Work area*/
/*----------------------------------------------------*/
.bd-work3-sec {
  z-index: 1;
}
.bd-work3-sec .bd-sec-title {
  margin: 0 auto;
  max-width: 650px;
}
.bd-work3-sec:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 297px;
  position: absolute;
  background-color: var(--bd-title-color);
}

.bd-work3-btn .nav-tabs {
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid rgba(91, 91, 91, 0.2);
}
.bd-work3-btn .nav-tabs .nav-link {
  font-size: 18px;
  margin: 0px 22px;
  position: relative;
  padding: 0 !important;
  color: var(--bd-body-color);
}
.bd-work3-btn .nav-tabs .nav-link:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 3px;
  bottom: -22px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-btn .nav-tabs .nav-link:before {
    display: none;
  }
}
.bd-work3-btn .nav-tabs .nav-link:is(.active):before {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-btn .nav-tabs .nav-link:is(.active) {
    color: var(--bd-prime-c);
  }
}

.bd-work3-slider {
  width: 165%;
  margin-left: -34%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-slider {
    width: 100%;
    margin-left: 0;
  }
}

.bd-work3-item {
  max-width: 1033px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-item {
    padding-bottom: 0;
  }
}
.bd-work3-item .item-img-view .item-view {
  top: 60%;
  left: 0;
  right: 0;
  width: 72px;
  opacity: 0;
  height: 72px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-work3-item .item-img-view .item-view a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}
.bd-work3-item .item-img-view .item-img {
  overflow: hidden;
}
.bd-work3-item .item-img-view .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-work3-item .item-text {
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  bottom: 50px;
  margin: 0 auto;
  max-width: 633px;
  visibility: hidden;
  padding: 40px 15px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-item .item-text {
    opacity: 1;
    position: static;
    visibility: visible;
  }
}
.bd-work3-item .item-text .item-tag {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-work3-item .item-text .item-tag a {
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  background-color: #464646;
}
.bd-work3-item .item-text h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.swiper-slide-active .bd-work3-item .item-img-view .item-img {
  overflow: hidden;
}
.swiper-slide-active .bd-work3-item .item-img-view .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .bd-work3-item .item-img-view .item-view {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .bd-work3-item .item-text {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.bd-work3-btm {
  z-index: 2;
  margin-top: -30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-btm {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.bd-work3-nav {
  gap: 8px;
}
.bd-work3-nav .bd-wrk-prev,
.bd-work3-nav .bd-wrk-next {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-work3-nav .bd-wrk-prev svg path,
.bd-work3-nav .bd-wrk-next svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-work3-nav .bd-wrk-prev:hover,
.bd-work3-nav .bd-wrk-next:hover {
  background-color: var(--bd-prime-c);
}
.bd-work3-nav .bd-wrk-prev:hover svg path,
.bd-work3-nav .bd-wrk-next:hover svg path {
  fill: #fff;
}

.bd-work3-pagi {
  width: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-pagi {
    display: none !important;
  }
}
.bd-work3-pagi .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 5px !important;
  background-color: #DDDDDD;
}

/*---------------------------------------------------- */
/*Strategy area*/
/*----------------------------------------------------*/
.bd-strategy-sec {
  z-index: 1;
  background-color: #EDEFED;
}
.bd-strategy-sec .bd-sec-title {
  gap: 0px 20px;
  max-width: 1450px;
}
.bd-strategy-sec .bd-sec-title .sec_title {
  max-width: 924px;
}
.bd-strategy-sec .bd-strategy-img {
  right: 10%;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-strategy-sec .bd-strategy-img {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-strategy-sec .bd-strategy-img {
    display: none;
  }
}
.bd-strategy-sec .bd-st-shape {
  top: 0;
  right: 115px;
}
.bd-strategy-sec .bd-st-shape2 {
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}
.bd-strategy-sec .bd-st-shape3 {
  top: 0;
  left: 0;
  position: absolute;
}

.bd-strategy-text-progress {
  width: 100%;
  max-width: 636px;
}
.bd-strategy-text-progress .item-text {
  max-width: 541px;
}

.bd-strategy-progress .skill-progress-bar .skill-set-percent {
  margin-bottom: 28px;
}
.bd-strategy-progress .skill-progress-bar .skill-set-percent h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
}
.bd-strategy-progress .skill-progress-bar .skill-set-percent .progress {
  height: 4px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  background-color: transparent;
}
.bd-strategy-progress .skill-progress-bar .skill-set-percent .progress span {
  top: -42px;
  right: 40px;
  font-size: 20px;
  position: relative;
  color: var(--bd-prime-c);
  font-family: var(--bd-heading);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-strategy-progress .skill-progress-bar .skill-set-percent .progress span {
    right: 0;
  }
}
.bd-strategy-progress .skill-progress-bar .skill-set-percent .progress-bar {
  width: 0;
  top: -4px;
  float: left;
  overflow: visible;
  height: 100%;
  position: relative;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  background-color: #323232;
}
.bd-strategy-progress .skill-progress-bar .skill-set-percent .progress-bar:before {
  top: -5px;
  right: -8px;
  width: 18px;
  height: 16px;
  content: "";
  position: absolute;
  background-color: var(--bd-title-color);
  clip-path: polygon(77.778% 0%, 100% 0%, 22.222% 100%, 0% 100%, 77.778% 0%);
}

.bd-strategy-btm {
  color: #E0E0E0;
  font-size: 260px;
  font-weight: 600;
  line-height: 0.8;
  font-family: var(--bd-heading);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.bd-cont3-sec .bd-sec-title {
  margin: 0 auto;
  max-width: 750px;
}

.bd-cont3-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-cont3-content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-cont3-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-cont3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-cont3-item {
  gap: 16px;
  padding: 6px;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.bd-cont3-item .arrow_icon {
  top: -16px;
  right: -5px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bd-title-color);
}
@media (max-width: 480px) {
  .bd-cont3-item .arrow_icon {
    display: none;
  }
}
.bd-cont3-item .item-icon {
  color: #fff;
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bd-prime-c);
}
.bd-cont3-item .item-icon i {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.bd-cont3-item .item-text h3 {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 500;
}
.bd-cont3-item .item-text a {
  color: #5B5B5B;
  font-size: 16px;
}
.bd-cont3-item:hover .arrow_icon {
  background-color: var(--bd-prime-c);
}
.bd-cont3-item:hover .item-icon {
  background-color: #000;
}
.bd-cont3-item:hover .item-icon i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*---------------------------------------------------- */
/*Award area*/
/*----------------------------------------------------*/
.bd-awd3-sec {
  z-index: 1;
  background-color: #191919;
}
.bd-awd3-sec .bd-awd3-shape1 {
  left: 0;
  z-index: -1;
  bottom: -35%;
}
.bd-awd3-sec .bd-awd3-shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bd-awd3-sec .container {
  max-width: 1320px;
}

.bd-awd3-top {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bd-awd3-top .bd-sec-title {
  max-width: 500px;
}
.bd-awd3-top .bd-sec-title .sec_title {
  color: #fff;
}
.bd-awd3-top .item-text {
  color: #E0E0E0;
  max-width: 400px;
}

.bd-awd3-content {
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-awd3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-awd3-img-area {
  overflow: hidden;
  max-width: 371px;
  position: relative;
}
.bd-awd3-img-area .bd-awd3-img {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-awd3-img-area .bd-awd3-img:nth-child(1) {
  position: relative;
}
.bd-awd3-img-area .bd-awd3-img:is(.active) {
  opacity: 1;
}

.bd-awd3-text-area {
  width: 100%;
  max-width: 768px;
  border-top: 1px solid #363636;
}

.bd-awd3-text {
  width: 100%;
  color: #fff;
  line-height: 1;
  padding: 35px 0px;
  font-family: var(--bd-heading);
  border-bottom: 1px solid #363636;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-awd3-text .item-year-text {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .bd-awd3-text .item-year-text {
    gap: 20px;
  }
}
.bd-awd3-text:is(.active) {
  padding: 35px 20px;
  background-color: var(--bd-prime-c);
  border-bottom: 1px solid var(--bd-prime-c);
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.bd-testi3-top {
  max-width: 1240px;
}
.bd-testi3-top .bd-sec-title {
  gap: 0px 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi3-top .bd-sec-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-testi3-top .bd-sec-title .sec_title-text {
  width: 100%;
  max-width: 850px;
}
.bd-testi3-top .bd-sec-title .sec_title-text .sec_title {
  max-width: 635px;
}

.bd-google-rate {
  gap: 12px;
}
.bd-google-rate .item-text .item_top {
  gap: 8px;
}
.bd-google-rate .item-text .item_top h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}
.bd-google-rate .item-text .item_top li {
  color: var(--bd-prime-c);
}
.bd-google-rate .item-text span {
  color: #5B5B5B;
  font-size: 15px;
}

.bd-testi3-nav {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-testi3-nav .bd-tst3-next,
.bd-testi3-nav .bd-tst3-prev {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-title-color);
}
.bd-testi3-nav .bd-tst3-next:hover,
.bd-testi3-nav .bd-tst3-prev:hover {
  background-color: var(--bd-prime-c);
}
.bd-testi3-nav .bd-tst3-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bd-testi3-slider {
  width: 122%;
  margin-left: -10%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi3-slider {
    width: 100%;
    margin-left: 0;
  }
}

.bd-testi3-item {
  width: 100%;
  padding: 40px;
  max-width: 450px;
  background-color: #EDEFED;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi3-item {
    margin: 0 auto;
    padding: 30px 20px;
  }
}
.bd-testi3-item .item-top .item-quote svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-testi3-item .item-top .item-star li {
  color: var(--bd-prime-c);
}
.bd-testi3-item .item-text-desc {
  color: #000000;
  font-size: 20px;
  padding: 48px 0;
  line-height: 1.7;
  font-style: italic;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-testi3-item .item-text-desc span {
  opacity: 0.6;
  display: inline;
}
.bd-testi3-item .item-author {
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi3-item .item-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-testi3-item .item-author .item-img {
  width: 60px;
  height: 60px;
}
.bd-testi3-item .item-author .item-text h3 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  color: var(--bd-title-color);
}
.bd-testi3-item .item-author .item-text h3:before {
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-testi3-item .item-author .item-text span {
  color: #5B5B5B;
}
.bd-testi3-item:hover {
  background-color: var(--bd-title-color);
}
.bd-testi3-item:hover .item-top .item-quote svg path {
  fill: #fff;
}
.bd-testi3-item:hover .item-text-desc {
  color: #fff;
}
.bd-testi3-item:hover .item-author .item-text h3 {
  color: #fff;
}
.bd-testi3-item:hover .item-author .item-text span {
  color: #E0E0E0;
}

.swiper-slide:nth-child(even) .bd-testi3-item {
  background-color: #fff;
}
.swiper-slide:nth-child(even) .bd-testi3-item:hover {
  background-color: var(--bd-title-color);
}

.bd-testi3-btm {
  gap: 20px;
  margin: 0 auto;
  margin-top: -110px;
  max-width: 1720px;
  padding: 150px 48px 50px;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-testi3-btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-testi3-btm .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  padding-bottom: 10px;
}
.bd-testi3-btm .item-text h3:before {
  left: 0;
  top: 9px;
  width: 8px;
  content: "";
  height: 8px;
  position: absolute;
  background-color: #fff;
}
.bd-testi3-btm .item-text span {
  color: #fff;
}
.bd-testi3-btm .bd-btn1 a {
  background-color: #fff;
}
.bd-testi3-btm .bd-btn1 a span {
  color: var(--bd-title-color);
}
.bd-testi3-btm .bd-btn1 a:hover span {
  color: #fff;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bd-blg3-sec .bd-blg3-bg {
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg3-content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-blg3-text-wrap {
  max-width: 422px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg3-text-wrap {
    max-width: 100%;
  }
}

.bd-blg3-feed-wrap {
  gap: 24px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 1032px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg3-feed-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bd-blg3-feed-wrap:is(.ver_2) {
  max-width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-blg3-feed-wrap:is(.ver_2) {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg3-feed-wrap:is(.ver_2) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-blg3-item {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg3-item {
    margin: 0 auto;
    max-width: 504px;
  }
}
.bd-blg3-item .item-img-meta {
  padding: 8px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bd-blg3-item .item-img-meta .item-img {
  overflow: hidden;
}
.bd-blg3-item .item-img-meta .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blg3-item .item-img-meta .item-meta {
  top: 20px;
  right: 20px;
  width: 85px;
  height: 96px;
  position: absolute;
  padding-top: 18px;
  padding-left: 6px;
  text-align: center;
  padding-right: 6px;
  padding-bottom: 6px;
  background-color: #fff;
}
.bd-blg3-item .item-img-meta .item-meta span {
  color: #041427;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.75;
  font-family: var(--bd-heading);
}
.bd-blg3-item .item-img-meta .item-meta p {
  color: #fff;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 0.9;
  font-weight: 600;
  margin-top: 12px;
  background-color: var(--bd-prime-c);
}
.bd-blg3-item .item-text {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  height: 158px;
  max-width: 89%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  padding: 20px 20px 40px;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .bd-blg3-item .item-text {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: static;
  }
}
.bd-blg3-item .item-text .inner-item {
  border-radius: 28px;
  padding: 24px 24px 18px;
  background-color: #16173D;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 6px solid var(--ax-prime-c5);
}
.bd-blg3-item .item-text .item-tag {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.bd-blg3-item .item-text .item-tag a {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EDEFED;
  color: var(--bd-title-color);
}
.bd-blg3-item .item-text .item-tag a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blg3-item .item-text .blg_title {
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  padding-left: 16px;
}
.bd-blg3-item .item-text .blg_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-blg3-item .item-text .blg_title:hover {
  color: var(--bd-prime-c);
}
.bd-blg3-item .item-text .blg_title:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blg3-item .item-text .item-border {
  margin: 20px 0px;
  border: 1px solid #E0E0E0;
}
.bd-blg3-item .item-text p {
  color: #5B5B5B;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blg3-item .item-text .read_more {
  gap: 4px;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-blg3-item .item-text .read_more i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blg3-item .item-text .read_more:hover {
  color: var(--bd-prime-c);
}
.bd-blg3-item .item-text .read_more:hover i svg path {
  fill: var(--bd-prime-c);
}
.bd-blg3-item .item-text .read_more:before {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blg3-item:hover .item-img-meta .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bd-blg3-item:hover .item-text {
  height: 360px;
}
.bd-blg3-item:hover .item-text .inner-item {
  background-color: #fff;
  border-bottom: 6px solid #fff;
}
.bd-blg3-item:hover .item-text .inner-item .item-meta a {
  color: #051229;
  border: 1px solid #3D3F7F;
}
.bd-blg3-item:hover .item-text .inner-item .item-meta a svg path {
  fill: #051229;
}
.bd-blg3-item:hover .item-text .inner-item .blg_title {
  color: #041427;
}
.bd-blg3-item:hover .item-text .inner-item p {
  color: #313130;
}

/*---------------------------------------------------- */
/******* INNER PAGE *******/
/*breadcrumb area*/
/*----------------------------------------------------*/
.bd-breadcrumb-sec {
  padding-top: 122px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-breadcrumb-sec {
    padding-top: 75px;
  }
}

.bd-breadcrumb-content {
  z-index: 1;
  position: relative;
}
.bd-breadcrumb-content:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(24.62%, rgba(0, 0, 0, 0.7)), color-stop(49.89%, rgba(0, 0, 0, 0.4)), color-stop(75.37%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 24.62%, rgba(0, 0, 0, 0.4) 49.89%, rgba(0, 0, 0, 0) 75.37%, rgba(0, 0, 0, 0) 100%);
}
.bd-breadcrumb-content .container {
  max-width: 1350px;
}

.bd-breadcrumb-text {
  max-width: 593px;
  padding-bottom: 100px;
}
.bd-breadcrumb-text h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-breadcrumb-text h2 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bd-breadcrumb-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .bd-breadcrumb-text h2 {
    font-size: 40px;
  }
}
.bd-breadcrumb-text h2:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.3;
  position: absolute;
  background-color: #CCCCCC;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-breadcrumb-text h2:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-breadcrumb-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.bd-bread-list {
  padding: 10px 24px;
  display: inline-block;
  background-color: #fff;
}
.bd-bread-list ul li {
  padding-right: 34px;
  position: relative;
}
.bd-bread-list ul li:before {
  top: 4px;
  right: 4px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/arrow9.svg);
}
.bd-bread-list ul li:last-child {
  padding-right: 0;
}
.bd-bread-list ul li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bd-tm4-top .bd-sec-title .sec_title {
  color: #fff;
  max-width: 500px;
}
.bd-tm4-top .item-desc {
  max-width: 450px;
}
.bd-tm4-top .item-desc p {
  color: #E0E0E0;
}

.bd-tm4-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-tm4-content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-tm4-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-tm4-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bd-tm4-content .bd-team2-item {
  width: 100%;
  margin: 0 auto;
  max-width: 372px;
}
.bd-tm4-content .bd-team2-item .item-img:before {
  background-color: #191919;
}
.bd-tm4-content .bd-team2-item .item-text h3 {
  color: #fff;
}
.bd-tm4-content .bd-team2-item .item-text span {
  color: #E0E0E0;
}
.bd-tm4-content .bd-team2-item .item-social {
  overflow: hidden;
  position: absolute;
}
.bd-tm4-content .bd-team2-item .item-social a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bd-tm4-content .bd-team2-item .item-social a:hover {
  color: #fff;
  background-color: var(--bd-prime-c);
}
.bd-tm4-content .bd-team2-item .item-social:is(.left-social) {
  left: 10px;
  bottom: 50px;
}
.bd-tm4-content .bd-team2-item .item-social:is(.left-social) a {
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
}
.bd-tm4-content .bd-team2-item .item-social:is(.top-social) {
  gap: 5px;
  left: 54px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-tm4-content .bd-team2-item .item-social:is(.top-social) a {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.bd-tm4-content .bd-team2-item .social-minus {
  left: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  opacity: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--bd-prime-c);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bd-tm4-content .bd-team2-item:hover .social-minus {
  opacity: 1;
  visibility: visible;
}
.bd-tm4-content .bd-team2-item:hover .item-social:is(.left-social) a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.bd-tm4-content .bd-team2-item:hover .item-social:is(.top-social) a {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.bd-tm4-content:is(.ver_2) .bd-team2-item .item-img:before {
  background-color: #fff;
}
.bd-tm4-content:is(.ver_2) .bd-team2-item .item-text h3 {
  color: var(--bd-title-color);
}
.bd-tm4-content:is(.ver_2) .bd-team2-item .item-text span {
  color: #5B5B5B;
}

/*---------------------------------------------------- */
/*Team Details area*/
/*----------------------------------------------------*/
.bd-tm-detail-content {
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-tm-detail-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-tm-detail-wrapper {
  margin: 0 auto;
  max-width: 1330px;
}

.bd-tm-detail-img {
  max-width: 526px;
}

.bd-tm-detail-text {
  width: 100%;
  padding: 40px;
  max-width: 676px;
  background-color: #EDEFED;
}
.bd-tm-detail-text h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
}
.bd-tm-detail-text .item-top {
  margin-bottom: 30px;
}
.bd-tm-detail-text .item-top h3 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--bd-title-color);
}
.bd-tm-detail-text .item-top span {
  color: #4C504E;
}
.bd-tm-detail-text .item-desc {
  margin-bottom: 40px;
}
.bd-tm-detail-text .item-list li {
  margin-bottom: 12px;
}
.bd-tm-detail-text .item-list li span {
  width: 96px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: var(--bd-title-color);
}
.bd-tm-detail-text .item-social {
  margin-top: 40px;
  gap: 20px;
}
.bd-tm-detail-text .item-social h4 {
  padding-bottom: 0px;
}
.bd-tm-detail-text .item-social .icon-list {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-tm-detail-text .item-social .icon-list a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--bd-prime-c);
}
.bd-tm-detail-text .item-social .icon-list a:hover {
  color: #fff;
  background-color: var(--bd-prime-c);
}

.bd-tm-skill-qualifi {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-tm-skill-qualifi {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-tm-skill {
  padding: 40px 40px 25px;
  background-color: #EDEFED;
}
.bd-tm-skill h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
}
.bd-tm-skill p {
  color: #4C504E;
}
.bd-tm-skill ul {
  margin-top: 40px;
}
.bd-tm-skill ul li {
  margin-right: 25px;
  margin-bottom: 20px;
}
.bd-tm-skill ul li i {
  margin-right: 10px;
}

.bd-tm-contact {
  gap: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-tm-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-tm-contact:before {
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0)), color-stop(25.05%, rgba(229, 229, 229, 0.7)), color-stop(49.96%, #E5E5E5), color-stop(75.29%, rgba(229, 229, 229, 0.7)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(90deg, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0.7) 25.05%, #E5E5E5 49.96%, rgba(229, 229, 229, 0.7) 75.29%, rgba(229, 229, 229, 0) 100%);
}
.bd-tm-contact .bd-tm-cnt-text {
  max-width: 520px;
}

.bd-tm-cnt-card {
  width: 100%;
  padding: 40px;
  max-width: 416px;
  background-color: #EDEFED;
}
.bd-tm-cnt-card .item-text h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 22px 0px 10px;
}

.bd-tm-cnt-form {
  width: 100%;
  padding: 40px;
  max-width: 734px;
  background-color: #EDEFED;
}
.bd-tm-cnt-form .row {
  --bs-gutter-x: 20px;
}
.bd-tm-cnt-form span {
  color: #000000;
  display: block;
  margin-bottom: 18px;
}
.bd-tm-cnt-form input, .bd-tm-cnt-form textarea {
  width: 100%;
  height: 53px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.bd-tm-cnt-form input::-webkit-input-placeholder, .bd-tm-cnt-form textarea::-webkit-input-placeholder {
  color: #5B5B5B;
}
.bd-tm-cnt-form input::-moz-placeholder, .bd-tm-cnt-form textarea::-moz-placeholder {
  color: #5B5B5B;
}
.bd-tm-cnt-form input:-ms-input-placeholder, .bd-tm-cnt-form textarea:-ms-input-placeholder {
  color: #5B5B5B;
}
.bd-tm-cnt-form input::-ms-input-placeholder, .bd-tm-cnt-form textarea::-ms-input-placeholder {
  color: #5B5B5B;
}
.bd-tm-cnt-form input::placeholder, .bd-tm-cnt-form textarea::placeholder {
  color: #5B5B5B;
}
.bd-tm-cnt-form textarea {
  height: 180px;
  padding-top: 20px;
}
.bd-tm-cnt-form button {
  color: #fff;
  width: 100%;
  border: none;
  padding: 15px;
  font-weight: 700;
  background-color: var(--bd-prime-c);
}

/*---------------------------------------------------- */
/*404 area*/
/*----------------------------------------------------*/
.bd-error-sec {
  height: 100vh;
}

.bd-error-content .item-text {
  margin: 0 auto;
  max-width: 565px;
}
.bd-error-content .item-text h3 {
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 15px;
}
.bd-error-content .hero-btn-grp {
  gap: 12px;
}

/*---------------------------------------------------- */
/*Service Details area*/
/*----------------------------------------------------*/
.bd-ser-d-content {
  gap: 40px;
  margin: 0 auto;
  max-width: 1325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser-d-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-ser-d-text-wrapper {
  max-width: 854px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser-d-text-wrapper {
    max-width: 100%;
  }
}
.bd-ser-d-text-wrapper .srd-text-wrapper h3 {
  color: #1C1C1D;
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 16px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper p {
  padding-bottom: 16px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper h4 {
  color: #1C1C1D;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 20px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-text {
  max-width: 590px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-text h4 {
  color: #1C1C1D;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 10px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-text p {
  padding-bottom: 12px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-counter-wrap {
  max-width: 204px;
  padding-right: 15px;
  border-right: 1px solid rgba(175, 175, 175, 0.2);
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-counter-wrap .item-count {
  margin-bottom: 90px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-counter-wrap .item-count:last-child {
  margin-bottom: 0;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-counter-wrap .item-count h5 {
  line-height: 1;
  font-size: 60px;
  font-weight: 500;
  padding-bottom: 15px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-text-counter-img .item-counter-wrap .item-count span {
  max-width: 180px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-img-pair {
  gap: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser-d-text-wrapper .srd-text-wrapper .item-img-pair {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-list-wrap {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser-d-text-wrapper .srd-text-wrapper .item-list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-list-wrap li {
  margin-bottom: 10px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-accordion-wrapper {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ser-d-text-wrapper .srd-text-wrapper .item-accordion-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-accordion-wrapper .bd-faq2-accordion {
  margin-top: 0;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-accordion-wrapper .item-accordion {
  max-width: 505px;
}
.bd-ser-d-text-wrapper .srd-text-wrapper .item-accordion-wrapper .bd-faq2-accordion .accordion-body .bi-faq-text {
  padding-left: 0;
}

.bd-single-sidebar {
  width: 100%;
  max-width: 402px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-single-sidebar {
    max-width: 100%;
  }
}

.bd-sidebar-widget {
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
  background-color: #F6F6F6;
}
.bd-sidebar-widget .widget-title {
  color: #1C1C1D;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
}
.bd-sidebar-widget .widget-title:before {
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-sidebar-widget .list-widget li {
  margin-bottom: 8px;
}
.bd-sidebar-widget .list-widget li:last-child {
  margin-bottom: 0;
}
.bd-sidebar-widget .list-widget li a {
  width: 100%;
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 17px;
  background-color: #fff;
  position: relative;
}
.bd-sidebar-widget .list-widget li a:before, .bd-sidebar-widget .list-widget li a:after {
  top: 14px;
  right: 17px;
  font-weight: 700;
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.bd-sidebar-widget .list-widget li a:after {
  left: 15px;
  right: auto;
  display: none;
  content: "\f15b";
}
.bd-sidebar-widget .list-widget li a:hover {
  color: #fff;
  background-color: var(--bd-prime-c);
}
.bd-sidebar-widget .list-widget li a:hover:before {
  color: #fff;
}
.bd-sidebar-widget .list-widget:is(.ver_2) li a {
  padding-left: 40px;
}
.bd-sidebar-widget .list-widget:is(.ver_2) li a:before {
  display: none;
}
.bd-sidebar-widget .list-widget:is(.ver_2) li a:after {
  display: block;
}
.bd-sidebar-widget .book-widget h3 {
  max-width: 354px;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
}
.bd-sidebar-widget .book-widget p {
  padding-bottom: 30px;
}
.bd-sidebar-widget .book-widget a {
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  background-color: var(--bd-prime-c);
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.bd-work3-feed-area {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-feed-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-project-feed .bd-sec-title {
  margin: 0 auto;
  max-width: 550px;
}

.bd-work3-feed {
  margin: 0 auto;
  max-width: 768px;
}
.bd-work3-feed .item-text {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 60px;
  margin: 0 auto;
  max-width: 93%;
  visibility: hidden;
  padding: 30px 32px;
  position: absolute;
  background-color: #EDEFED;
  border-bottom: 4px solid #ED5518;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-feed .item-text {
    max-width: 100%;
    position: static;
  }
}
.bd-work3-feed .item-text .top_title {
  gap: 15px;
}
.bd-work3-feed .item-text .top_title .item-title {
  width: 100%;
  max-width: 520px;
}
.bd-work3-feed .item-text .top_title h3 {
  width: 100%;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  max-width: 567px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-feed .item-text .top_title h3 {
    font-size: 24px;
  }
}
.bd-work3-feed .item-text .top_title h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.3;
  position: absolute;
  background-color: #5B5B5B;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-work3-feed .item-text .top_title h3:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bd-work3-feed .item-text .top_title h3:hover {
  color: var(--bd-prime-c);
}
.bd-work3-feed .item-text .top_title .arrow_btn {
  width: 60px;
  height: 60px;
  background-color: var(--bd-prime-c);
}
.bd-work3-feed .item-text .top_title .arrow_btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-work3-feed .item-text .top_title .arrow_btn {
    display: none !important;
  }
}
.bd-work3-feed .item-text p {
  max-width: 567px;
  padding-top: 15px;
}
.bd-work3-feed:hover .item-text {
  opacity: 1;
  bottom: 24px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Project Details area*/
/*----------------------------------------------------*/
.bd-pro-detail-content {
  margin: 0 auto;
  max-width: 1330px;
}
.bd-pro-detail-content .item-title {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content .item-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-pro-detail-content .item-title h2 {
  font-size: 60px;
  font-weight: 500;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content .item-title h2 {
    font-size: 40px;
  }
}
.bd-pro-detail-content .item-title ul li {
  color: #5B5B5B;
  margin-bottom: 12px;
}
.bd-pro-detail-content .item-title ul li:last-child {
  margin-bottom: 0;
}
.bd-pro-detail-content .item-title ul li span {
  width: 150px;
  color: #0D0D0D;
  font-weight: 500;
  font-family: var(--bd-heading);
}
.bd-pro-detail-content h3 {
  color: #1C1C1D;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 12px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content h3 {
    font-size: 36px;
  }
}
.bd-pro-detail-content p {
  padding-bottom: 30px;
}
.bd-pro-detail-content h4 {
  color: #1C1C1D;
  font-size: 34px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content h4 {
    font-size: 30px;
  }
}
.bd-pro-detail-content h5 {
  color: #1C1C1D;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.bd-pro-detail-content .item-pair h3 {
  font-size: 40px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content .item-pair h3 {
    font-size: 36px;
  }
}
.bd-pro-detail-content .item-text ul {
  max-width: 500px;
}
.bd-pro-detail-content .item-text li {
  width: 40%;
  color: #191919;
  margin-bottom: 15px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content .item-text li {
    width: 100%;
  }
}
.bd-pro-detail-content .item-img-list {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content .item-img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-pro-detail-content .item-img-list .inner-text {
  max-width: 640px;
}
.bd-pro-detail-content .item-img-list .inner-text li {
  width: 40%;
  color: #191919;
  margin-bottom: 15px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-pro-detail-content .item-img-list .inner-text li {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bd-blg-list-content {
  width: 100%;
  max-width: 984px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg-list-content {
    max-width: 100%;
  }
}

.bd-blg-list-wrap {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg-list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-blg-list-item {
  gap: 36px;
  padding: 12px;
  background-color: #EDEFED;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-blg-list-item .item-img {
  max-width: 320px;
  overflow: hidden;
}
.bd-blg-list-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blg-list-item .item-text {
  max-width: 564px;
}
.bd-blg-list-item .item-text .item-tag {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-blg-list-item .item-text .item-tag a {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 10px 12px;
  background-color: var(--bd-title-color);
}
.bd-blg-list-item .item-text .item-tag a i {
  margin-right: 6px;
  color: var(--bd-prime-c);
}
.bd-blg-list-item .item-text .blg_title {
  color: #121212;
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0px;
  padding-left: 16px;
  position: relative;
}
.bd-blg-list-item .item-text .blg_title:before {
  left: 0;
  top: 3px;
  width: 2px;
  content: "";
  height: 90%;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blg-list-item .item-text p {
  padding-bottom: 50px;
}
.bd-blg-list-item .item-text .read_more {
  gap: 4px;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  color: var(--bd-title-color);
  font-family: var(--bd-heading);
}
.bd-blg-list-item .item-text .read_more i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-blg-list-item .item-text .read_more:hover {
  color: var(--bd-prime-c);
}
.bd-blg-list-item .item-text .read_more:hover i svg path {
  fill: var(--bd-prime-c);
}
.bd-blg-list-item .item-text .read_more:before {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-blg-list-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bd-blg-sidebar-area {
  width: 100%;
  max-width: 504px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg-sidebar-area {
    max-width: 100%;
  }
}

.bd-blg-sidebar {
  padding: 24px;
  background-color: #EDEFED;
}

.bd-sidebar-widget2 {
  margin-bottom: 24px;
}
.bd-sidebar-widget2 form {
  padding: 12px;
  position: relative;
  background-color: #fff;
}
.bd-sidebar-widget2 form input {
  width: 100%;
  height: 64px;
  border: none;
  color: #4C504E;
  padding-left: 20px;
  background-color: #F6F6F6;
}
.bd-sidebar-widget2 form input::-webkit-input-placeholder {
  color: #4C504E;
}
.bd-sidebar-widget2 form input::-moz-placeholder {
  color: #4C504E;
}
.bd-sidebar-widget2 form input:-ms-input-placeholder {
  color: #4C504E;
}
.bd-sidebar-widget2 form input::-ms-input-placeholder {
  color: #4C504E;
}
.bd-sidebar-widget2 form input::placeholder {
  color: #4C504E;
}
.bd-sidebar-widget2 form button {
  top: 23px;
  right: 25px;
  color: #fff;
  width: 40px;
  border: none;
  height: 40px;
  position: absolute;
  background-color: transparent;
  background-color: var(--bd-prime-c);
}

.bd-sidebar-widget3 {
  padding: 24px 20px;
  background-color: #fff;
  margin-bottom: 24px;
}
.bd-sidebar-widget3 .widget-title {
  color: #1C1C1D;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
}
.bd-sidebar-widget3 .widget-title:before {
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-sidebar-widget3 .cat_widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1C1C1D;
  margin-left: 15px;
  position: relative;
  padding: 15px 0px 15px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bd-sidebar-widget3 .cat_widget li a:after {
  top: 26px;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 100%;
  background-color: #1C1C1D;
}
.bd-sidebar-widget3 .cat_widget li a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0.1)), color-stop(50.41%, #E5E5E5), to(rgba(229, 229, 229, 0.1)));
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}
.bd-sidebar-widget3 .recp-item-wrap {
  gap: 16px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.bd-sidebar-widget3 .recp-item-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bd-sidebar-widget3 .recp-item-wrap:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0.1)), color-stop(50.41%, #E5E5E5), to(rgba(229, 229, 229, 0.1)));
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}
.bd-sidebar-widget3 .recp-item-wrap .item-img {
  width: 96px;
  height: 96px;
}
.bd-sidebar-widget3 .recp-item-wrap .item-text span {
  color: #5B5B5B;
  font-size: 16px;
}
.bd-sidebar-widget3 .recp-item-wrap .item-text h3 {
  color: #181818;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.bd-sidebar-widget3 .tag_widget a {
  color: #191919;
  line-height: 1;
  font-size: 16px;
  margin-right: 8px;
  padding: 8px 12px;
  margin-bottom: 8px;
  border: 1px solid #E0E0E0;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/
.bd-blg-detail-wrapper {
  gap: 30px;
  margin: 0 auto;
  max-width: 1330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg-detail-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-blg-detail-content {
  max-width: 764px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-blg-detail-content {
    max-width: 100%;
  }
}
.bd-blg-detail-content .item-title .item-tag {
  margin-bottom: 20px;
}
.bd-blg-detail-content .item-title .item-tag a {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 10px 12px;
  background-color: var(--bd-title-color);
}
.bd-blg-detail-content .item-title .item-tag a i {
  margin-right: 6px;
  color: var(--bd-prime-c);
}
.bd-blg-detail-content .item-title h2 {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 12px;
}
.bd-blg-detail-content p {
  padding-bottom: 25px;
}
.bd-blg-detail-content h3 {
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 15px;
}
.bd-blg-detail-content blockquote {
  color: #fff;
  padding: 32px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  font-family: var(--bd-heading);
  background-color: var(--bd-title-color);
}
.bd-blg-detail-content .item-pair {
  gap: 24px;
}
.bd-blg-detail-content .item-tag-share {
  margin-top: 60px;
  padding-top: 20px;
  position: relative;
}
.bd-blg-detail-content .item-tag-share:before {
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0.1)), color-stop(50.41%, #E5E5E5), to(rgba(229, 229, 229, 0.1)));
  background: linear-gradient(90deg, rgba(229, 229, 229, 0.1) 0%, #E5E5E5 50.41%, rgba(229, 229, 229, 0.1) 100%);
}
.bd-blg-detail-content .item-tag-share .post-tag {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bd-blg-detail-content .item-tag-share .post-tag span {
  color: #000704;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--bd-heading);
}
.bd-blg-detail-content .item-tag-share .post-tag a {
  color: #191919;
  line-height: 1;
  font-size: 16px;
  margin-right: 8px;
  padding: 8px 12px;
  margin-bottom: 8px;
  border: 1px solid #E0E0E0;
}
.bd-blg-detail-content .item-tag-share .share-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bd-blg-detail-content .item-tag-share .share-tag span {
  color: #000704;
  font-size: 24px;
  font-weight: 500;
  margin-right: 16px;
  font-family: var(--bd-heading);
}
.bd-blg-detail-content .item-tag-share .share-tag a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EAEAEA;
}
.bd-blg-detail-content .item-tag-share .share-tag a:hover {
  color: #fff;
  border: 1px solid var(--bd-prime-c);
  background-color: var(--bd-prime-c);
}
.bd-blg-detail-content .item-comment-list .item-author {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-blg-detail-content .item-comment-list .item-author .item-img {
  width: 60px;
  height: 60px;
}
.bd-blg-detail-content .item-comment-list .item-author .item-text {
  max-width: 680px;
}
.bd-blg-detail-content .item-comment-list .item-author .item-text p {
  padding-top: 20px;
  padding-bottom: 18px;
}
.bd-blg-detail-content .item-comment-list .item-author .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0;
}
.bd-blg-detail-content .item-comment-list .item-author .item-text a {
  gap: 7px;
}
.bd-blg-detail-content form {
  padding: 32px;
  margin-top: 40px;
  background: #EDEFED;
}
.bd-blg-detail-content form span {
  color: #000704;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.bd-blg-detail-content form input, .bd-blg-detail-content form textarea {
  width: 100%;
  height: 50px;
  border: none;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.bd-blg-detail-content form textarea {
  height: 158px;
}
.bd-blg-detail-content form button {
  color: #fff;
  width: 100%;
  border: none;
  height: 52px;
  margin-top: 20px;
  font-weight: 700;
  background-color: var(--bd-prime-c);
}

/*---------------------------------------------------- */
/*Gallery area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.bd-cont-p-cta-wrap {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  max-width: 1296px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-cont-p-cta-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-cont-p-cta-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-cont-p-form-wrap {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1296px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-cont-p-form-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-cont-p-cta-item {
  z-index: 1;
  padding: 12px;
  position: relative;
}
.bd-cont-p-cta-item:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 92%;
  position: absolute;
  background-color: #EDEFED;
  clip-path: polygon(0% 0%, 18.691% 0%, 18.691% 0%, 19.268% 0.029%, 19.837% 0.114%, 20.399% 0.254%, 20.949% 0.449%, 21.486% 0.696%, 22.008% 0.996%, 22.513% 1.346%, 22.997% 1.746%, 23.46% 2.195%, 23.899% 2.691%, 29.777% 9.855%, 29.777% 9.855%, 30.216% 10.35%, 30.679% 10.799%, 31.164% 11.199%, 31.668% 11.549%, 32.19% 11.849%, 32.728% 12.096%, 33.278% 12.291%, 33.839% 12.432%, 34.409% 12.517%, 34.985% 12.545%, 50% 12.545%, 65.015% 12.545%, 65.015% 12.545%, 65.591% 12.517%, 66.161% 12.432%, 66.722% 12.291%, 67.272% 12.096%, 67.81% 11.849%, 68.332% 11.549%, 68.836% 11.199%, 69.321% 10.799%, 69.784% 10.35%, 70.223% 9.855%, 76.101% 2.691%, 76.101% 2.691%, 76.54% 2.195%, 77.003% 1.746%, 77.487% 1.346%, 77.992% 0.996%, 78.514% 0.696%, 79.051% 0.449%, 79.601% 0.254%, 80.163% 0.114%, 80.732% 0.029%, 81.309% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.bd-cont-p-cta-item .item-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  margin-bottom: 35px;
  border-radius: 100%;
  background-color: #fff;
  border: 6px solid #EDEFED;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-cont-p-cta-item .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-cont-p-cta-item .item-text {
  background-color: #fff;
  padding: 28px 28px 35px;
}
.bd-cont-p-cta-item .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.bd-cont-p-cta-item .item-text p {
  color: #5B5B5B;
  font-size: 16px;
  padding-bottom: 10px;
}
.bd-cont-p-cta-item .item-text span {
  color: #000704;
}
.bd-cont-p-cta-item:hover .item-icon {
  background-color: var(--bd-prime-c);
}
.bd-cont-p-cta-item:hover .item-icon svg path {
  fill: #fff;
}

.bd-cont-p-map {
  border: 6px solid #F6F6F6;
}

.bd-cont-p-form {
  padding: 40px;
  background-color: #EDEFED;
}
.bd-cont-p-form .item-title {
  margin-bottom: 25px;
}
.bd-cont-p-form .item-title h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 12px;
}
.bd-cont-p-form .row {
  --bs-gutter-x: 20px;
}
.bd-cont-p-form span {
  color: #000000;
  display: block;
  margin-bottom: 18px;
}
.bd-cont-p-form input, .bd-cont-p-form textarea {
  width: 100%;
  height: 53px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.bd-cont-p-form input::-webkit-input-placeholder, .bd-cont-p-form textarea::-webkit-input-placeholder {
  color: #5B5B5B;
}
.bd-cont-p-form input::-moz-placeholder, .bd-cont-p-form textarea::-moz-placeholder {
  color: #5B5B5B;
}
.bd-cont-p-form input:-ms-input-placeholder, .bd-cont-p-form textarea:-ms-input-placeholder {
  color: #5B5B5B;
}
.bd-cont-p-form input::-ms-input-placeholder, .bd-cont-p-form textarea::-ms-input-placeholder {
  color: #5B5B5B;
}
.bd-cont-p-form input::placeholder, .bd-cont-p-form textarea::placeholder {
  color: #5B5B5B;
}
.bd-cont-p-form textarea {
  height: 180px;
  padding-top: 20px;
}
.bd-cont-p-form button {
  color: #fff;
  width: 100%;
  border: none;
  padding: 15px;
  font-weight: 700;
  background-color: var(--bd-prime-c);
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.bd-ftr1-sec {
  background-color: rgba(0, 0, 0, 0.9490196078);
}
.bd-ftr1-sec .container {
  max-width: 1384px;
}

.bd-ftr1-content {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bd-ftr1-widget .newslatter-widget {
  width: 100%;
  max-width: 410px;
}
.bd-ftr1-widget .newslatter-widget .logo-img {
  margin-bottom: 22px;
}
.bd-ftr1-widget .newslatter-widget p {
  opacity: 0.8;
  color: #DFDFDF;
  padding-bottom: 42px;
}
.bd-ftr1-widget .newslatter-widget h4 {
  color: #fff;
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 22px;
}
.bd-ftr1-widget .newslatter-widget form {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bd-ftr1-widget .newslatter-widget form input {
  width: 100%;
  height: 50px;
  border: none;
  max-width: 350px;
  padding-left: 20px;
  background-color: #222222;
  color: rgba(224, 224, 224, 0.65);
}
.bd-ftr1-widget .newslatter-widget form input:placeholder {
  color: rgba(224, 224, 224, 0.65);
}
.bd-ftr1-widget .newslatter-widget form button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: var(--bd-prime-c);
}
.bd-ftr1-widget .newslatter-widget form button i {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-ftr1-widget .newslatter-widget form button:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.bd-ftr1-widget .widget-title {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 28px;
}
.bd-ftr1-widget .widget-title:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #5B5B5B;
}
.bd-ftr1-widget .widget-title:after {
  left: 0;
  bottom: -1px;
  height: 3px;
  content: "";
  width: 60px;
  position: absolute;
  background-color: var(--bd-prime-c);
}
.bd-ftr1-widget .menu-widget li {
  line-height: 1.2;
  margin-bottom: 16px;
}
.bd-ftr1-widget .menu-widget li a {
  opacity: 0.7;
  color: #E0E0E0;
}
.bd-ftr1-widget .menu-widget li a:hover {
  opacity: 1;
}

.bd-ftr1-widget-wrapper {
  gap: 60px;
  z-index: 1;
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 785px;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr1-widget-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr1-widget-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .bd-ftr1-widget-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-ftr1-wrap {
  border-bottom: 1px solid rgba(91, 91, 91, 0.6);
}
.bd-ftr1-wrap .bd-ftr1-shape1 {
  left: 0;
  bottom: 0;
}
.bd-ftr1-wrap .bd-ftr1-shape2 {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr1-wrap .bd-ftr1-shape2 {
    display: none;
  }
}

.bd-ftr1-copyright {
  padding-bottom: 30px;
}
.bd-ftr1-copyright p {
  color: #fff;
}
.bd-ftr1-copyright p a {
  color: var(--bd-prime-c);
}

.bd-ftr1-social {
  padding: 40px 0px;
}
.bd-ftr1-social .item-social {
  gap: 12px;
}
.bd-ftr1-social .item-social a {
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #222222;
}
.bd-ftr1-social .item-social a:hover {
  background-color: var(--bd-prime-c);
}

.bd-ftr1-bottom-text .bd-ftr1-shape3 {
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr1-bottom-text .bd-ftr1-shape3 {
    display: none;
  }
}
.bd-ftr1-bottom-text h3 {
  line-height: 0.8;
  font-weight: 600;
  font-size: 300px;
  background-image: url("../img/btm-bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.bd-ftr2-sec .bd-ftr2-shape {
  right: 0;
  bottom: 0;
}

.bd-ftr2-social-wrap {
  color: #fff;
  padding: 16px 0px;
  font-family: var(--bd-heading);
  background-color: var(--bd-prime-c);
}

.bd-ftr2-social-area {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bd-ftr2-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-social ul {
    gap: 5px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ftr2-social li a {
  font-size: 16px;
}

.bd-ftr2-cta {
  gap: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-cta {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bd-ftr2-cta a {
  font-size: 16px;
  position: relative;
}
.bd-ftr2-cta a:last-child {
  padding-left: 15px;
  position: relative;
}
.bd-ftr2-cta a:last-child:before {
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fff;
}

.bd-ftr2-footer-wrapper {
  z-index: 1;
  position: relative;
  background-color: #202020;
}
.bd-ftr2-footer-wrapper:before {
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--bd-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-footer-wrapper:before {
    display: none;
  }
}

.bd-ftr2-content {
  gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bd-ftr2-newslatter {
  width: 100%;
  max-width: 708px;
}
.bd-ftr2-newslatter .item-text {
  gap: 15px;
  width: 100%;
  margin-bottom: 70px;
}
.bd-ftr2-newslatter .item-text h3 {
  color: #fff;
  max-width: 560px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.08;
}
.bd-ftr2-newslatter .item-text a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bd-prime-c);
}
.bd-ftr2-newslatter .item-form h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 22px;
}
.bd-ftr2-newslatter .item-form .item-input button {
  top: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 56px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  max-width: 260px;
  font-weight: 700;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--bd-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-newslatter .item-form .item-input button {
    position: static;
  }
}
.bd-ftr2-newslatter .item-form .item-input button i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bd-ftr2-newslatter .item-form .item-input button i img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bd-ftr2-newslatter .item-form .item-input button:hover {
  letter-spacing: 1px;
}
.bd-ftr2-newslatter .item-form .item-input button:hover i {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.bd-ftr2-newslatter .item-form .input_1 {
  width: 100%;
  height: 56px;
  color: #E0E0E0;
  border: none;
  padding-left: 20px;
  background-color: #000000;
}
.bd-ftr2-newslatter .item-form .input_1:placeholder {
  color: #E0E0E0;
}
.bd-ftr2-newslatter .item-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.bd-ftr2-newslatter .item-check input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid #888;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 2px;
  position: relative;
  background: transparent;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.bd-ftr2-newslatter .item-check input[type=checkbox]:checked {
  background: #fff;
  border-color: #fff;
}
.bd-ftr2-newslatter .item-check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 9px;
  height: 7px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bd-ftr2-newslatter .item-check span {
  font-size: 14px;
  color: #E0E0E0;
  cursor: pointer;
}

.bd-ftr2-menu-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-menu-widget {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.bd-ftr2-menu-widget .bd-ftr1-widget-wrapper {
  max-width: 710px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bd-ftr2-menu-widget .bd-ftr1-widget-wrapper {
    gap: 20px;
  }
}

.bd-ftr2-bottom {
  color: #262626;
  line-height: 0.8;
  font-size: 340px;
  font-weight: 600;
  letter-spacing: -5px;
  margin-bottom: -110px;
  font-family: var(--bd-heading);
}

.bd-ftr2-copyright {
  z-index: 1;
  color: #fff;
  padding: 15px 0px;
  position: relative;
  font-family: var(--bd-heading);
  background-color: var(--bd-prime-c);
}

.bd-ftr2-copytext {
  gap: 15px;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}

.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sn-blog-list-feed .item-img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--nx-heading);
}

@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}

.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}

.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--nx-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}

.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}

.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}

.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--ax-prime-c);
  background: var(--ax-prime-c);
}

.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}

.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}

.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .search-widget form {
  position: relative;
}

.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--nx-prime-c);
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sn-sidebar-widget .category-widget li,
.widget_categories li {
  margin-bottom: 8px;
}

.sn-sidebar-widget .category-widget li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .category-widget li a,
.widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sn-sidebar-widget .category-widget li a:hover,
.widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}

.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}

.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}

.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text span i {
  color: var(--nx-prime-c);
  margin-right: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.sn-b-details-content blockquote p:last-child {
    margin-bottom: 0;
}
.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.sn-sidebar-widget .tag-widget li a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: var(--ax-prime-c);
}

.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}

.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
  padding-left: 0;
}

.fx-pagination-item,
.fx-pagination-item .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(cubic-bezier(0.55, 0.085, 0, 0.99));
  line-height: 50px;
}

.fx-pagination-item:hover,
.fx-pagination-item .current {
  background: var(--nx-prime-c);
  color: #fff;
  border-color: var(--nx-prime-c);
}

.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--nx-prime-c);
  background: transparent;
  color: var(--nx-prime-c);
}


/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/

section#sn-b-thumbnail {
  background: #000;
}


.b-thumbnail {
  margin: 0 auto;
}

.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}

.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}

.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 30px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}

.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}

.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}

.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
}

.sn-b-details-content p {
  margin-bottom: 30px;
  line-height: 28px;
}

p.form-submit {
  display: none;
}
.sn-b-details-section ul li {
    font-weight: 500;
    line-height: 40px;
}
.sn-b-details-content blockquote {
  margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid var(--nx-prime-c);
  border-right: 4px solid var(--nx-prime-c);
}

.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}

.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.sn-b-details-content.headline.pera-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
}
.art-blog-share-tag .art-blog-tag a {
    margin: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #E8EAEC;
    color: #000;
    font-weight: 500;
}

.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--nx-prime-c);
}

.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}

.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}

.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}

.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.art-blog-details-author .inner-text {
  max-width: 490px;
}

.art-blog-details-author .inner-text h4 {
  color: var(--ax-title-color);
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.art-blog-details-author .inner-text p {
  color: #261723;
}

.art-blog-details-author .inner-social {
  margin-top: 15px;
}

.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}

.art-blog-details-author .inner-social a:hover {
  color: var(--ax-prime-c);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.art-b-comment-form input,
.art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}

/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */