body {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.02rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
div {
  font-family: "Urbanist", sans-serif;
}

p{
	font-size: 16px !important;
}
li,
a {
  margin-bottom: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.03rem;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
  margin-bottom: 0;
  color: #023047;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

[type="radio"]:checked {
  position: relative;
  opacity: 0;
  display: none;
}
[type="radio"]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #000;
  letter-spacing: 0;
}
[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #023047;
}
[type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #023047;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="radio"]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #000;
  letter-spacing: 0;
}
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #023047;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.bb-bg {
  background-color: #f8f8fb;
}

/* Loader */
.bb-loader {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 45;
}
.bb-loader img {
  position: absolute;
}
.bb-loader .loader {
  width: 60px;
  height: 60px;
  position: relative;
}
.bb-loader .loader:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
  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 dashed #023047;
  border-radius: 50%;
  -webkit-animation: animloader 5s linear infinite;
  animation: animloader 5s linear infinite;
}
@-webkit-keyframes animloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

input,
textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #eee;
  outline: 0;
  border-radius: 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.custom-dropdown {
  position: relative;
  z-index: 5;
}
.custom-dropdown:hover ul.dropdown {
  opacity: 1;
  display: block;
  visibility: visible;
  margin: 6px 0 0 0;
}
.custom-dropdown .bb-dropdown-toggle {
  position: relative;
  padding-right: 15px;
}
.custom-dropdown .bb-dropdown-toggle:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 15px;
  font-family: "remixicon";
}
.custom-dropdown ul.dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  padding: 10px 5px;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: block;
  border-radius: 10px;
}
.custom-dropdown ul.dropdown li a {
  padding: 0px 12px;
  font-size: 13px;
  display: block;
  color: #000;
}

.section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 5;
}
.section-title .section-detail h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: #023047;
  position: relative;
  display: inline;
  text-transform: capitalize;
  line-height: 1;
}
.section-title .section-detail h2 span {
  color: #023047;
}
.section-title .section-detail p {
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.section-title .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-title .title-link a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-title .title-link a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 18px;
  margin-left: 10px;
  color: #000;
}
.section-title .title-link a:hover {
  color: #023047;
}
.section-title .title-link a:hover i {
  color: #023047;
}

.bb-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Back to top button */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #023047;
  border: 1px solid #023047;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top svg path {
  fill: transparent;
  stroke: #023047;
  stroke-width: 5px;
}

/* Custom select */
.select {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
}

select {
  display: none;
}

.select-options {
  min-width: 190px;
  max-height: 200px;
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  z-index: 20;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
}
.select-options li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 5px 20px !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 5px;
  font-size: 14px;
  color: #777;
}
.select-options li:hover {
  color: #023047;
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 0;
}
.select-options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9e9e9e;
}

.bb-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #023047;
	color: #fff !important;
	 background: #e58745;
  border-radius: 10px;
  border: 1px solid #e58745;
}
.bb-btn-1:hover {
  background: transparent;
  border-color: #e58745;
  color: #023047 !important;
}

.bb-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  background: #023047;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid #023047;
  font-weight: 500;
}
.bb-btn-2:hover {
  background: transparent;
  border-color: #023047;
  color: #023047 !important;
}

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

.m-minus-12 {
  margin: -12px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-tb-100 {
  padding: 100px 0;
}
.padding-tb-70 {
  padding: 70px 0;
}

.padding-tb-50 {
  padding: 50px 0;
}

.padding-tb-30 {
  padding: 30px 0;
}

.padding-t-50 {
  padding: 50px 0 0 0;
}

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

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

.margin-tb-100 {
  margin: 100px 0;
}

.margin-tb-50 {
  margin: 50px 0;
}

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

/* Responsive */
@media screen and (min-width: 1400px) {
  .bb-col-6 {
    width: 16.6666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
  }
}
@media screen and (min-width: 1200px) {
  .bb-col-5 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 1199px) {
  .bb-btn-1 {
    padding: 3px 15px;
  }
  .padding-tb-100 {
    padding: 70px 0;
  }
  .padding-t-100 {
    padding-top: 70px;
  }
  .padding-b-100 {
    padding-bottom: 70px !important;
  }
  .padding-tb-70 {
    padding: 45px 0;
  }
  .padding-tb-50 {
    padding: 35px 15px;
  }
  .padding-t-50 {
    padding-top: 35px;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-tb-50 {
    margin: 35px 0;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .section-title {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
  }
  .section-title .section-detail {
    margin-top: 12px;
	  text-align:left;
  }
  .section-title .section-detail p {
    margin-left: auto;
    margin-right: auto;
  }
  .p-0-991 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .d-none-767 {
    display: none;
  }
  .section-title .section-detail h2 {
    font-size: 23px;
  }
  .bb-deal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bb-deal #dealend {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  section {
    overflow: hidden;
  }
}
/* header */
.bb-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #eee;
  /*===== Mobile menus =====*/
}
.bb-header .top-header {
  background-color: #f5c4aa;
  padding: 6px 0;
}
.bb-header .top-header .inner-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bb-header .top-header .inner-top-header .col-left-bar a {
  font-size: 14px;
  font-weight: 500;

  color: #023047;
}
.bb-header .top-header .inner-top-header .col-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-header .top-header .inner-top-header .col-right-bar .cols {
  padding: 0 12px;
}
.bb-header .top-header .inner-top-header .col-right-bar .cols span,
.bb-header .top-header .inner-top-header .col-right-bar .cols a {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  color: #023047;
  font-weight: 500;
}
.bb-header .top-header .inner-top-header .col-right-bar .cols > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #023047;
  font-weight: 500;
}
.bb-header .top-header .inner-top-header .col-right-bar .cols .dropdown a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}
.bb-header
  .top-header
  .inner-top-header
  .col-right-bar
  .cols
  .dropdown
  a:hover {
  color: #023047;
}
.bb-header .bb-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-header .bb-header-btn:after {
  display: none;
}
.bb-header .bb-header-btn:not(:last-child) {
  margin-right: 10px;
  padding: 10px;
  background-color: #e58745;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
}
.bb-header .bb-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-header .bb-header-btn .header-icon svg {
  width: 30px;
  height: 30px;
}
.bb-header .bb-header-btn .header-icon svg path {
  fill: #023047;
}
.bb-header .bb-header-btn .bb-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.bb-header .bb-toggle-menu {
  display: none;
}
.bb-header .bb-toggle-menu .header-icon i {
  font-size: 22px;
  color: #023047;
}
.bb-header .header-search {
  width: 600px;
}
.bb-header .header-search .bb-btn-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bb-header .header-search .bb-btn-group-form .inner-select {
  border-right: 1px solid #eee;
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bb-header .header-search .bb-btn-group-form .inner-select .custom-select {
  width: 100px;
  text-transform: capitalize;
}
.bb-header
  .header-search
  .bb-btn-group-form
  .inner-select
  .custom-select
  .select-options {
  left: -20px;
}
.bb-header .header-search .bb-btn-group-form input {
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 45px;
  height: 48px;
  padding: 10px 10px 10px 160px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #eee;
  letter-spacing: 0.5px;
}
.bb-header .header-search .bb-btn-group-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-header .header-search .bb-btn-group-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-header .header-search .bb-btn-group-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-header .header-search .bb-btn-group-form input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-header .header-search .bb-btn-group-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-header .header-search .bb-btn-group-form button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  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;
  width: 45px;
  height: 100%;
  background: transparent;
  color: #555;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  padding: 0;
}
.bb-header .header-search .bb-btn-group-form button i {
  font-size: 18px;
  line-height: 12px;
  color: #555;
}
.bb-header .bottom-header {
  padding: 20px 0;
}
.bb-header .bottom-header .inner-bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.bb-header .bottom-header .inner-bottom-header .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space;
}
@media (max-width: 991px) {
  .bb-header .bottom-header .inner-bottom-header .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: 100%;
  }
}
.bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
  height: 30px;
  width: 30px;
}
.bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle svg path {
  fill: #023047;
}

@media (max-width: 991px) {
  .bb-icons {
    display: none !important;
  }
	.bb-header .bottom-header .inner-bottom-header .header-logo{
		display: flex;
		justify-content: space-between;
	}
}
.bb-header .bottom-header .inner-bottom-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-header .bottom-header .inner-bottom-header .header-logo img {
  width: 125px;
}
.bb-header .bottom-header .inner-bottom-header .header-logo .dark {
  display: none;
}
.bb-header .bottom-header .inner-bottom-header .header-logo .light {
  display: block;
}
.bb-header .bottom-header .inner-bottom-header .bb-header-buttons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop {
  position: relative;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop:hover
  .bb-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop
  .bb-dropdown-menu {
  min-width: 150px;
  padding: 10px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: block;
  border-radius: 10px;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop
  .bb-dropdown-menu
  li {
  padding: 4px 15px;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop
  .bb-dropdown-menu
  li
  a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  line-height: 22px;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop
  .bb-dropdown-menu
  li
  a:hover {
  color: #023047;
}
.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #023047;
  margin-bottom: 4px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 500;
}
.bb-header
  .bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-btn-stitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #023047;
}
.bb-header .bb-main-menu-desk {
  background-color: #fff;
  padding: 5px 0;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .header-search {
  display: none;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
  height: 45px;
  width: 45px;
  margin: 0 30px 0 0;
  padding: 8px;
  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;
  border: 1px solid #eee;
  border-radius: 10px;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg {
  height: 25px;
  width: 25px;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg path {
  fill: #023047;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .navbar-toggler {
  display: none;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li
  a {
  padding: 0;
  line-height: 28px;
  font-size: 17px;
  font-weight: 500;
  color: #023047;
   font-family: "Urbanist", sans-serif;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li
  a.active {
  color: #000;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li
  a
  svg {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li
  a
  svg
  path {
  fill: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:not(:last-child) {
  margin-right: 20px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:hover
  a.nav-link {
  color: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:hover
  a.nav-link:after {
  border-color: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:hover
  span {
  color: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown {
  margin-right: 25px !important;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu {
  width: 900px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  padding: 20px 30px;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;

  left: 50%;
  transform: translateX(-50%);

  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 10px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu
  .menu_title {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu
  .menu_title
  a {
  height: auto;
  color: #023047;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu
  li {
  margin: 0;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu
  li
  a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu
  li
  a:hover {
  color: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu
  li
  ul {
  width: calc(50% - 30px);
  margin-right: 30px;
  padding: 15px 0;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .img-menu {
  max-width: 50px;
  min-width: auto;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .img-menu
  li
  img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .img-menu
  li
  ul {
  width: calc(50% - 30px);
  padding: 24px 0;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .img-menu
  li
  ul
  a {
  padding: 0;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .img-menu
  .img_title {
  padding-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .bb-dropdown-item {
  position: relative;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .bb-dropdown-item:after {
  font-family: "remixicon";
  content: "\ea4e"; /* Unicode for ri-arrow-down-s-line */
  font-size: 14px;
  color: #023047;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown:hover
  .mega-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown {
  margin-right: 25px !important;
  position: relative;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-item {
  position: relative;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-item:after {
  font-family: "remixicon";
  content: "\ea4e"; /* Unicode for ri-arrow-down-s-line */
  font-size: 14px;
  color: #023047;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-menu {
  min-width: 290px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-menu
  li {
  margin: 0;
  padding: 5px 15px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-menu
  li
  a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-menu
  li:hover
  > a {
  color: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown:hover
  .bb-dropdown-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown {
  cursor: pointer;
  position: relative;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-item:after {
  content: "\ea6e";
  font-family: "remixicon";
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  right: 0;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 220px;
  padding: 10px;
  margin: 25px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: -20px;
  left: 193px;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-menu
  li {
  margin: 0;
  padding: 5px 15px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-menu
  li
  a {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-menu
  li
  a:hover {
  color: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown:hover
  .bb-mega-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select {
  width: 180px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  svg {
  margin: 0 10px;
  width: 25px;
  height: 25px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  svg
  path {
  fill: #023047;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .select-options {
  min-width: 175px;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  left: auto;
  right: -15px;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .select-options
  li {
  padding: 5px 20px !important;
}
.bb-header
  .bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .custom-select:after {
  top: 22%;
}
.bb-header .bb-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}
.bb-header .bb-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.bb-header .bb-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-header .bb-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-header .bb-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #023047;
  border-radius: 20px;
}
.bb-header .bb-mobile-menu .bb-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bb-header .bb-mobile-menu .bb-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #023047;
  font-weight: 600;
}
.bb-header .bb-mobile-menu .bb-menu-title .bb-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li {
  position: relative;
}
.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #000;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.bb-header
  .bb-mobile-menu
  .bb-menu-inner
  .bb-menu-content
  ul
  li
  a:last-child() {
  margin-bottom: 0;
}
.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
  width: 100%;
  height: 54px;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-header
  .bb-mobile-menu
  .bb-menu-inner
  .bb-menu-content
  ul
  li
  .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #000;
  font-size: 19px;
}
.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bb-header
  .bb-mobile-menu
  .bb-menu-inner
  .bb-menu-content
  ul
  li
  .sub-menu
  li
  a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.bb-header
  .bb-mobile-menu
  .bb-menu-inner
  .bb-menu-content
  ul
  li
  .sub-menu
  li
  .sub-menu
  li
  a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #777;
}
.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social {
  margin-top: 30px;
}
.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  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: #023047;
  border-radius: 10px;
}
.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social ul li a i {
  color: #fff;
}
.bb-header .bb-mobile-menu.bb-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .bb-header .bottom-header .inner-bottom-header .header-search {
    width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk {
    position: relative;
  }
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
    position: unset;
  }
  .bb-header .bottom-header .inner-bottom-header .header-search {
    width: 400px;
  }
  .bb-header
    .bottom-header
    .inner-bottom-header
    .bb-header-buttons
    .bb-btn-desc {
    display: none;
  }
  .bb-header .bb-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .bb-header .header-search .bb-btn-group-form {
    margin-left: 20px;
  }
  .bb-header .header-search .bb-btn-group-form .inner-select {
    display: none;
  }
  .bb-header .header-search .bb-btn-group-form input {
    min-height: 40px;
    height: 40px;
    padding: 10px;
  }
  .bb-header .bb-category-toggle {
    margin-left: 20px;
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bb-header .bb-category-toggle svg {
    width: 22px;
    height: 22px;
  }
  .bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
    width: 22px;
    height: 22px;
  }
  .bb-header .bb-main-menu-desk {
    display: none;
  }
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
    display: none;
  }
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk .header-search {
    width: 500px;
    display: inline;
  }
  .bb-header .bb-header-btn .header-icon svg {
    width: 22px;
    height: 22px;
  }
  .bb-header .bottom-header {
    padding: 15px 0;
  }
  .bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bb-header .bottom-header .inner-bottom-header .header-logo img {
    width: 115px;
  }
  .bb-header .bottom-header .inner-bottom-header .header-search {
    width: 100%;
    min-width: 300px;
  }
  .bb-header .top-header {
    display: none;
  }
  .bb-header .bb-toggle-menu {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bb-header .bb-main-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
	.home .description-sec{
		padding: 40px 20px !important;
	}
	.archive .description-sec{
		padding: 40px 20px !important;
	}
	
	.bb-mobile-menu ul{
	list-style: none !important;
	}
  .bb-header .bb-header-btn:first-child {
    margin: 0 !important;
  }
  .bb-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bb-header .inner-bottom-header .header-search {
    padding: 15px 0;
  }
  .bb-header .bb-logo-detail {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bb-header .header-search .bb-btn-group-form {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .bb-header .header-search .bb-btn-group-form .custom-dropdown {
    padding: 0 10px;
  }
  .bb-header .bb-flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
    display: none;
  }
  .bb-header .bb-main-menu-desk .bb-inner-menu-desk .header-search {
    width: 100%;
  }
  .bb-header .bottom-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bb-header .bottom-header .inner-bottom-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bb-header .bb-mobile-menu {
    width: 300px;
  }
  .bb-header .header-search .bb-btn-group-form .inner-select {
    display: none;
  }
  .bb-header .header-search .bb-btn-group-form input {
    padding: 10px;
  }
  .bb-header .bottom-header .inner-bottom-header .header-search {
    min-width: auto;
  }
}

/*===== Mobile menus =====*/
.bb-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.bb-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.bb-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #023047;
  border-radius: 20px;
}
.bb-mobile-menu .bb-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bb-mobile-menu .bb-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #023047;
  font-weight: 600;
}
.bb-mobile-menu .bb-menu-title .bb-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li {
  position: relative;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #000;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a:last-child() {
  margin-bottom: 0;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
  width: 100%;
  height: 54px;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #000;
  font-size: 19px;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.bb-mobile-menu
  .bb-menu-inner
  .bb-menu-content
  ul
  li
  .sub-menu
  li
  .sub-menu
  li
  a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #777;
}
.bb-mobile-menu .bb-menu-inner .header-res-social {
  margin-top: 30px;
}
.bb-mobile-menu .bb-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bb-mobile-menu .bb-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  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: #023047;
  border-radius: 10px;
}
.bb-mobile-menu .bb-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.bb-mobile-menu.bb-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Footer */
.bb-footer {
  color: #fff;
  background: #fdf0e9;
}

.bb-footer
  .footer-directory
  .directory-contact
  .inner-contact
  ul
  li:first-child::after {
  display: none;
}
.bb-footer
  .footer-directory
  .directory-contact
  .inner-contact
  ul
  li:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}
.bb-footer .footer-container {
  border-top: 1px solid #eee;
}
.bb-footer .footer-top .bb-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bb-footer .footer-top .bb-footer-company .bb-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.bb-footer .footer-top .bb-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 5px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
  font-size: 18px;
  font-weight: 700;
  color: #023047;
  letter-spacing: 0;
  position: relative;
  display: inline-block; /* important for ::after width to match text */
  padding-bottom: 15px;
  text-transform: capitalize;
	margin-bottom:10px;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%; /* same as the text width */
  height: 1px;
  background-color: #023047;
}


@media(max-width:768px){
	.bb-footer .footer-top .bb-footer-widget .bb-footer-heading::after{
		content: none;
	}
	.bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
	 border-bottom: 1px solid #ccc;
	}
}
.bb-footer .footer-top .bb-footer-widget .s-head {
  display: none;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
  margin-bottom: 0;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links i {
  line-height: 0;
  font-size: 18px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #023047;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-footer
  .footer-top
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  color: #000;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 500;
}
.bb-footer
  .footer-top
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link
  a:hover {
  color: #023047;
  opacity: 1;
}
.bb-footer
  .footer-top
  .bb-footer-contact
  .bb-footer-widget
  .bb-footer-links
  li:first-child {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.bb-footer
  .footer-top
  .bb-footer-contact
  .bb-footer-widget
  .bb-footer-links
  li
  p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links a {
  text-transform: unset;
}
.bb-footer
  .footer-top
  .bb-footer-contact
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link
  span {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-footer
  .footer-top
  .bb-footer-contact
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link
  .mt-15px {
  margin-top: 15px;
}
.bb-footer .footer-top .bb-footer-social {
  margin-bottom: 0;
}
.bb-footer .footer-top .bb-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bb-footer
  .footer-top
  .bb-footer-social
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link {
  padding-right: 5px;
}
.bb-footer
  .footer-top
  .bb-footer-social
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.bb-footer
  .footer-top
  .bb-footer-social
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link
  a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #023047;
  text-transform: capitalize;
  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;
  font-size: 15px;
}
.bb-footer
  .footer-top
  .bb-footer-social
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link
  a:hover {
  background-color: #023047;
}
.bb-footer
  .footer-top
  .bb-footer-social
  .bb-footer-widget
  .bb-footer-links
  .bb-footer-link
  a
  i {
  font-size: 16px;
  color: #fff;
}

.bb-footer-contact {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.footer-bottom .bb-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-bottom .bb-copy {
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.footer-bottom .bb-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #023047;
}
.footer-bottom .bb-copy .site-name:hover {
  color: #023047;
}

.bb-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
    font-size: 15px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
    font-size: 15px;
  }
  .bb-footer .footer-top .bb-footer-widget .app-img img {
    max-width: 120px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
    font-size: 14px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
    font-size: 14px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .bb-footer .footer-top .bb-footer-company {
    margin-bottom: 24px;
  }
  .bb-footer .footer-top .container > .row {
    padding: 0;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
    margin-bottom: 15px;
  }
  .bb-footer
    .footer-top
    .bb-footer-widget
    .bb-footer-links
    .bb-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .bb-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .bb-footer
    .footer-top
    .bb-footer-contact
    .bb-footer-widget
    .bb-footer-heading {
    margin-bottom: 15px;
  }
  .bb-footer-contact {
    margin-bottom: 0;
  }
  .footer-news-title {
    font-size: 20px;
  }
  .bb-subscribe-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
  }
  .bb-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
  .bb-footer-links.bb-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }
  .footer-bottom-copy {
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .footer-bottom .bb-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom .bb-bottom-info .footer-copy {
    margin-bottom: 15px;
  }
  .col.footer-bottom-right {
    margin: 15px auto;
  }
  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bb-footer .footer-top .bb-footer-widget .s-head {
    display: block;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
    margin-bottom: 20px;
	  display: flex !important;
    font-size: 14px;
  }
  .m-minus-991 {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-logo,
  .bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
    max-width: 130px;
  }
}
@media (max-width: 360px) {
  .footer-bottom .bb-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}

/* new product */
.bb-pro-tab ul.bb-pro-tab-nav {
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #eaeeef;
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  padding: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
}
.bb-pro-tab ul.bb-pro-tab-nav li button {
  background-color: #eaeeef;
  color: #252525;
  border-radius: 8px;
  font-weight: 600;
  margin: 0;
  padding: 10px 30px !important;
}

@media (max-width: 768px) {
  .bb-pro-tab ul.bb-pro-tab-nav li button {
    padding: 8px 16px !important;
    font-size: 14px;
  }
  .bb-pro-tab ul.bb-pro-tab-nav {
    margin-bottom: 20px;
  }
}
.bb-pro-tab ul.bb-pro-tab-nav li button.active {
  color: #fff;
  background-color: #023047;
}
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child) {
  position: relative;
}

/*  Responsive  */
@media only screen and (max-width: 991px) {
  .bb-pro-tab ul.bb-pro-tab-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* services */
.bb-services-box {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 20px;
  text-align: center;
}
.bb-services-box .services-img {
  margin-bottom: 20px;
}
.bb-services-box .services-img img {
  width: 50px;
}
.bb-services-box .services-contact h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #023047;
}
.bb-services-box .services-contact p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

/* vendors */
ul.bb-vendors-tab-nav {
  margin-bottom: -24px;
}
ul.bb-vendors-tab-nav li {
  width: 100%;
  margin-bottom: 24px;
}
ul.bb-vendors-tab-nav li a {
  padding: 30px;
  background-color: #f8f8fb;
  border: 1px solid #eee;
  border-radius: 30px;
}
ul.bb-vendors-tab-nav li a.active {
  border: 1px solid #023047;
}
ul.bb-vendors-tab-nav li a.active .bb-vendors-box .inner-heading h5 {
  color: #023047;
}

.bb-vendors-img {
  position: sticky;
  top: 0;
}
.bb-vendors-img .bb-vendor-init {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}
.bb-vendors-img .bb-vendor-init i {
  font-size: 20px;
  color: #fff;
}
.bb-vendors-img .bb-vendor-init:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.bb-vendors-img img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #eee;
}
.bb-vendors-img .vendors-local-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120px;
  width: 120px;
  background-color: #fff;
  padding: 20px 0 0 20px;
  border-top-left-radius: 30px;
}

/* Responsive footer css */
@media only screen and (max-width: 420px) {
  .bb-vendors-box .inner-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* About */
.bb-about-img {
  position: sticky;
  top: 0;
}
.bb-about-img img {
  width: 100%;
}

.bb-about-contact {
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 991px) {
  .bb-about-contact {
    margin-left: 40px;
  }
}
.bb-about-contact .section-title {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.bb-about-contact .about-inner-contact {
  margin-bottom: 14px;
}
.bb-about-contact .about-inner-contact h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #023047;
  font-weight: 700;
  font-style: italic;
}
.bb-about-contact .about-inner-contact p {
  margin-bottom: 16px;
  font-size: 17px;
}

.bb-vendor-rows .bb-vendor-box {
  padding: 20px;
  background-color: #f8f8fb;
  border: 1px solid #eee;
  border-radius: 20px;
}
.bb-vendor-rows .bb-vendor-box .bb-count {
  margin-bottom: 12px;
}
.bb-vendor-rows .bb-vendor-box .bb-count h5 {
  font-size: 32px;
  line-height: 24px;
  color: #023047;
  font-weight: 700;
}
.bb-vendor-rows .bb-vendor-box .inner-text p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 0;
}

.bb-team-box:hover .bb-team-img .bb-team-socials {
  right: 0;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .bb-vendor-rows .bb-vendor-box .bb-count {
    margin-bottom: 8px;
  }
  .bb-vendor-rows .bb-vendor-box .bb-count h5 {
    font-size: 28px;
  }
  .bb-vendor-rows .bb-vendor-box .inner-text p {
    font-size: 14px;
  }
}

/* Contact */
.bb-contact-form {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 30px;
}
.bb-contact-form .bb-contact-wrap {
  margin-bottom: 24px;
}
.bb-contact-form .bb-contact-wrap input,
.bb-contact-form .bb-contact-wrap textarea {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #eee;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 10px;
}
.bb-contact-form .bb-contact-wrap input::-webkit-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bb-contact-form .bb-contact-wrap input::-moz-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bb-contact-form .bb-contact-wrap input:-ms-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bb-contact-form .bb-contact-wrap input::-ms-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bb-contact-form .bb-contact-wrap input::placeholder,
.bb-contact-form .bb-contact-wrap textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bb-contact-form .bb-contact-wrap textarea {
  height: 150px;
}
.bb-contact-form .bb-contact-button button {
  padding: 4px 25px;
}

.bb-contact-maps {
  position: sticky;
  top: 0;
}
.bb-contact-maps iframe {
  width: 100%;
  height: 577px;
  margin-bottom: -10px;
  border-radius: 20px;
}

/* Banner styles */
.sec-1.banner-area {
  background-color: #f6eded;
  padding: 50px 0;
  overflow: hidden;
}

.banner-box {
  position: relative;
}

.sec-1-content {
  padding-right: 20px;
}

.sec-1-content .label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}

.sec-1-content .label i {
  margin-right: 8px;
  font-size: 16px;
}

.sec-1-content h1 {
  font-size: 42px;
  font-weight: 700;
	margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333;
}
@media(max-width:768px){
	.sec-1-content h1{
			font-size: 32px;
	}
}
@media(max-width:576px){
	.sec-1-content h1{
			font-size: 28px;
	}
}
.sec-1-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555;
}

.buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.features div {
  padding: 15px 10px;
  border-radius: 8px;
  transition: transform 0.3s ease;
  border-radius: 0px;
}
@media (min-width: 991px) {
  .features div {
    border-right: 1px solid #000;
  }
}

.features div:hover {
  transform: translateY(-5px);
}

.features .feature-title {
  font-size: 18px !important;
  margin-bottom: 5px;
  color: #333;
}

.features p {
  margin-bottom: 0;
  color: #666;
}

.sec-1-img img {
  width: 100%;
  height: auto;
  max-width: 624px;
}

/* trusted logo */
.trusted-brands-section {
  padding: 16px 0;
  border-bottom: 1px solid #eaeaea;
  background-color: #f5c4aa4f;
}

.trusted-heading .title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  color: #333 !important;
  line-height: 1.4;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100px;
}

.logo-item img {
  max-width: 100%;
  max-height: 60px;
  opacity: 0.85;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .trusted-brands-container {
    padding: 30px 20px;
  }

  .trusted-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .trusted-heading h4 {
    font-size: 20px;
  }

  .logo-item {
    height: 80px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .trusted-brands-section {
    padding: 30px 0;
  }

  .trusted-brands-container {
    padding: 10px;
  }

  .trusted-heading h4 {
    font-size: 17px;
  }

  .logo-item {
    height: 70px;
  }

  .logo-item img {
    max-height: 45px;
  }
}

@media (max-width: 575px) {
  .logo-item {
    height: 60px;
    padding: 8px;
  }

  .logo-item img {
    max-height: 35px;
  }
}

/* key_points */
.key_point {
  padding: 60px 0;
}

.key_point h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.key_point p {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #000;
  text-align: center;
}

.key-card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

@media (min-width:991px){
	.key-card{
		height: 90%;
}
}

.key-card p {
  text-align: left;
}

.key-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.key-card .card-img-top {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-left: 20px;
  margin-bottom: 10px;
}

.key-card .card-title {
  font-size: 1.1rem !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.key-card .card-text {
  font-size: 0.95rem;
  color: #000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .key-card {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .key_point h2 {
    font-size: 1.6rem;
  }

  .key_point p {
    font-size: 0.95rem;
  }

  .key-card {
    margin-bottom: 20px;
  }
}
/*  */

.section-deal {
  background-color: #f5c4aa4f;
}

.section-deal .bb-title {
  margin-bottom: 6px;
  font-weight: 700;
}

.section-deal p {
  color: #000;
  font-size: 17px;
}

@media (min-width: 991px) {
  .section-deal .bb-btn-2 {
    padding: 16px 32px !important;
  }
}

.section-deal .content {
  padding: 10px 20px;
}

.section-deal .content a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.section-deal .content p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 7px;
}
.section-deal .bb-pro-title {
  margin-bottom: 6px;
	font-size: 18px !important;
  color: #000;
  font-weight: 600;
}
.section-deal .bb-pro-title a {
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* top product */
.section-product-tabs .bb-deal-card {
  padding: 8px;
  border-radius: 20px;
  background-color: #f8f7f3;
}
.section-product-tabs .content {
  padding: 10px 20px;
}

.bb-pro-title {
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
}

.section-product-tabs .bb-pro-title {
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-product-tabs .content a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.section-product-tabs .content p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 7px;
}

/* sec-7 */

.sec-7 {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec-7 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec-7 {
    margin-bottom: 30px;
  }
}
.sec-7 .sec-7-content {
  padding: 70px;
  border-radius: 14px;
  background-color: #023047;
}
@media screen and (max-width: 991px) {
  .sec-7 .sec-7-content {
    padding: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-7 .sec-7-content {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec-7 .sec-7-content {
    padding: 20px;
  }
}
.sec-7 .sec-7-content .title {
  color: #fff;
  font-size: 40px !important;
  font-weight: 700 !important;
	margin-bottom: 0px !important;
	line-height:1.3 !important;
}
@media screen and (max-width: 991px) {
  .sec-7 .sec-7-content .title {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .sec-7 .sec-7-content title {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .sec-7 .sec-7-content .title {
    font-size: 24px !important;
  }
}
.sec-7 .sec-7-content a {
  font-weight: 600;
  color: #000;
  background-color: #fff;
  padding: 14px 30px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 14px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-7 .sec-7-content a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* quote_form */

.quote_Form {
  background-color: #fdf0e9;
  padding: 80px 0;
}
@media(max-width:768px){
	.quote_Form{
		padding: 40px 20px;
	}
}
.custom-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da;
}

.form-label {
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
}

.home .form-control,
.form-select {
  background-color: #fff !important;
  border-radius: 12px;
  padding: 12px 28px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


.archive .quote_Form .form-control,
.form-select {
  background-color: #fff !important;
  border-radius: 12px;
  padding: 12px 28px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.single-product .form-control,
.form-select { 
	background-color: #f6f6f6 !important;
    border-radius: 12px;
    padding: 12px 28px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.page-template-page-quote .form-control
.form-select {
 background-color: #fff !important;
  border-radius: 5px !important;
  padding: 12px 28px !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
    color: #212121;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .05);

}

/* .form-control,
.form-select {
  background-color: #f6f6f6 ;
  border-radius: 12px ;
  padding: 12px 28px ;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
} */
/* gallery */

.key_point .image-1 {
  margin-top: 70px;
}
.gallery img {
  border-radius: 20px;
}
.key_point .image-3 {
  margin-top: 70px;
}

.key_point .image-5 {
  margin-top: 40px;
}

.key_point .image-7 {
  margin-top: 30px;
}

.key_point .image-6 {
  margin-top: -40px;
}
.key_point .image-8 {
  margin-top: -40px;
}

/* faqs */

.sec-13 {
  padding: 70px 0;
  background-color: #fdf0e9;
}
@media screen and (max-width: 768px) {
  .sec-13 {
    padding: 50px 10px;
  }
}
.sec-13 h2 {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-13 h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .sec-13 h2 {
    font-size: 24px;
	  margin-bottom: 10px;
  }
}
.sec-13 p {
  color: #2b2b2b;
}
.sec-13 .sub-text span {
  color: #222222;
  padding-bottom: 6px;
  font-weight: 600;
  border-bottom: 1px solid #222;
}
.sec-13 .sub-text span svg {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-left: 10px;
}
.sec-13 .nav-pills {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-13 .nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sec-13 .nav-pills .nav-link {
  background-color: #ffffff !important;
  color: #252525;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 15px 30px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .sec-13 .nav-pills .nav-link {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .sec-13 .nav-pills .nav-link {
    padding: 8px 9px;
    margin-bottom: 5px;
  }
}
.sec-13 .nav-pills .nav-link.active,
.show > .sec-13 .nav-pills .nav-link {
  color: #fff;
  background-color: #023047 !important;
}
.sec-13 .tab-content {
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .sec-13 .tab-content {
    padding-left: 0;
  }
}
.sec-13 .accordion-item {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000 !important;
  background-color: transparent;
	border-radius:0px;
}
.sec-13 .accordion-button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2b2b2b;
  font-weight: 600;
  font-size: 17px;
  padding: 20px 0;
}
.sec-13 .accordion-button:not(.collapsed) {
  color: #2b2b2b;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sec-13 .accordion-body {
  color: #2b2b2b;
  padding: 0;
}

/* description */
.description-sec {
  color: #000;
  padding: 40px 0;
}

.description-sec table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.description-sec thead {
  background-color: #023047;
  color: #fff;
}

.description-sec th,
.description-sec td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.description-sec tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.description-sec tbody tr:hover {
  background-color: #f1f1f1;
}


.description-sec h1 {
  font-size: 27px !important;
  margin: 15px 0;
  font-weight: 600;
}
.description-sec h2 {
  font-size: 26px !important;
  margin: 15px 0;
  font-weight: 600;
}
.description-sec b,
.description-sec strong {
  font-weight: 600;
}
.description-sec p {
  text-align: justify;
}
.description-sec h3,
.description-sec h3 span {
  font-size: 23px !important;
  margin: 15px 0;
  font-weight: 600;
  color: #000 !important;
  font-family: "Urbanist", sans-serif;
}
.description-sec h2 span {
  font-size: 26px !important;
  margin: 15px 0;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: #000 !important;
}
@media (max-width: 991px) {
  .description-sec h2,
  .description-sec h2 span {
    font-size: 21px !important;
    font-family: "Urbanist", sans-serif;
    color: #000 !important;
  }
}
@media (max-width: 576px) {
  .description-sec h2 {
    font-size: 17px !important;
    font-family: "Urbanist", sans-serif;
    color: #000 !important;
  }
  .description-sec h2 span {
    font-size: 17px !important;
    color: #000 !important;
  }
}
.description-sec ul {
  list-style-type: disc;
  color: #000 !important;
  margin-left: 20px;
  font-family: "Urbanist", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.description-sec li {
  margin-left: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  list-style: disc;
  color: #000 !important;
}
.description-sec a {
  color: #000 !important;
  text-decoration: underline;
  font-family: "Urbanist", sans-serif;
}
.description-sec span {
  color: #000 !important;
  font-family: "Urbanist", sans-serif;
  text-decoration: none;
}

.more-content {
  display: none;
}

/* testimonial */

.walmart-red {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fdf0e9;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
  flex-wrap: wrap;
}

.testimonial-card {
  background-color: white;
  max-width: 400px;
  width: 100%;
  padding: 30px;
  margin: 0 -20px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.middle-card {
  z-index: 2;
  transform: scale(1.05);
}

.side-card {
  z-index: 1;
}

.walmart-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.walmart-text {
  color: #0071ce;
  font-weight: bold;
  font-size: 1.5rem;
}

.walmart-spark {
  color: #ffc220;
  margin-left: 5px;
}

.quote-mark {
  font-size: 2.5rem;
  color: #333;
  font-family: serif;
  line-height: 1;
  margin-bottom: 10px;
}

.testimonial-text {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.profile-section {
  display: flex;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.profile-info .profile-name {
  margin: 0;
  font-weight: 500;
  color: #333;
}

.profile-info .profile-title {
  margin: 0;
  color: #777;
  font-size: 0.9rem;
}

.see-more-btn {
  background-color: white;
  color: #e31837;
  border: none;
  border-radius: 30px;
  padding: 10px 50px;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Responsive styles */
@media (max-width: 1200px) {
  .testimonial-card {
    max-width: 350px;
  }
}

@media (max-width: 992px) {
  .testimonial-card {
    max-width: 300px;
    margin: 0 -10px;
    padding: 20px;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
	.accordion-button{
		line-height: 20px;
	}
  .cards-container {
    flex-direction: column;
    margin-top: 30px;
  }

  .testimonial-card {
    max-width: 90%;
    margin: 0 0 30px 0;
    transform: none;
  }

  .middle-card {
    transform: none;
    order: 2;
  }

  .side-card:first-child {
    order: 1;
  }

  .side-card:last-child {
    order: 3;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .walmart-red {
    padding: 30px 15px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .profile-img {
    width: 50px;
    height: 50px;
  }

  .profile-info .profile-name {
    font-size: 0.9rem;
  }

  .profile-info .profile-title {
    font-size: 0.8rem;
  }

  .see-more-btn {
    padding: 8px 30px;
    font-size: 0.9rem;
    margin-top: 30px;
  }
}

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

/* AOS Animation Enhancements */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}


/* Smooth scrolling for better animation experience */
html {
  scroll-behavior: smooth;
}

/* Enhance animation for gallery items */
.gallery .img-box {
  overflow: hidden;
}

.gallery .img-box img {
  transition: transform 0.5s ease;
}

.gallery .img-box:hover img {
  transform: scale(1.05);
}

/* Enhance animation for testimonial cards */
.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* product card */
.bb-pro-box .bb-pro-img {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
  z-index: 4;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.bb-pro-box .bb-pro-img .inner-img {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
  border-radius: 20px;
}

.bb-pro-box .bb-pro-img .inner-img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 100%;
}

.bb-pro-box .bb-pro-img .inner-img img.hover-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.bb-pro-box:hover .bb-pro-img .inner-img img.hover-img {
  opacity: 1;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media(max-width:768px){
	.features{
		 grid-template-columns: repeat(1, 1fr);
}
}

.features div {
  padding: 15px 10px;
  border-radius: 8px;
  transition: transform 0.3s ease;
  border-radius: 0px;
}
@media (min-width: 991px) {
  .features div {
    border-right: 1px solid #000;
  }
}

.features div:hover {
  transform: translateY(-5px);
}

.features h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

.features p {
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}

.buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

/* product faqs */
.single .sec-13 .accordion-item {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-top: none;
  background-color: #fff;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 14px;
}

.archive .sec-13 .accordion-item {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-top: none;
  background-color: #fff;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 14px;
}

/* quote page */

.feature-card {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease;
  border: none;
}

.icon-circle {
  background-color: rgba(39, 94, 56, 0.1);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle i {
  font-size: 24px;
  color: #023047;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #023047;
  font-size: 18px;
}

.feature-description {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}
.quote-box {
  background-color: #f1f5f9;
  padding: 30px;
  border-radius: 12px;
}

/* blog page */
.blog_banner {
  padding: 70px 0;
  background-color: #023047;
  text-align: center;
  border-bottom-right-radius: 70px;
}
@media (max-width: 767.98px) {
  .blog_banner {
    padding: 35px 0;
  }
}
.blog_banner .blog_box {
  max-width: 960px;
  margin: 0 auto;
}
.blog_banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 767.98px) {
  .blog_banner h1 {
    font-size: 30px;
  }
}
.blog_banner p {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .blog_banner p {
    font-size: 15px;
  }
}
.main_blog_section {
  background-color: #fcf6f1;
  padding: 60px 0;
}

.main_blog_section .recent_post h5 {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #023047;
}
@media (max-width: 767.98px) {
  .main_blog_section .recent_post h5 {
    font-size: 20px;
  }
}
.main_blog_section .recent_post .inner_recent_post {
  background-color: #f5c4aa4f;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
}
.main_blog_section .recent_post .inner_recent_post .recent_post_box {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.main_blog_section .recent_post .inner_recent_post .recent_post_box img {
  max-width: 50px;
  border-radius: 10px;
  margin-right: 10px;
}
.main_blog_section .recent_post .inner_recent_post .recent_post_box h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.main_blog_section .featured_category {
  margin-top: 50px;
}
.main_blog_section .featured_category h5 {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #023047;
}
@media (max-width: 767.98px) {
  .main_blog_section .featured_category h5 {
    font-size: 20px;
  }
}
.main_blog_section .featured_category .inner_recent_post {
  background-color: #f5c4aa4f;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
}
.main_blog_section .featured_category .inner_recent_post .recent_post_box {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main_blog_section .featured_category .inner_recent_post .recent_post_box img {
  max-width: 100px;
  margin-right: 10px;
}
.main_blog_section .featured_category .inner_recent_post .recent_post_box p {
  margin-bottom: 0;
}
.main_blog_section .featured_category .inner_recent_post .recent_post_box h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.main_blog_section .social_follow {
  margin-top: 50px;
}
.main_blog_section .social_follow h5 {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #023047;
}
@media (max-width: 767.98px) {
  .main_blog_section .social_follow h5 {
    font-size: 20px;
  }
}
.main_blog_section .social_follow .inner_recent_post {
  background-color: #f5c4aa4f;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
}
.main_blog_section .social_follow .inner_recent_post .social_nav li a {
  background-color: #fff;
  margin: 10px;
  color: #023047;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 20px;
}

/* single product */
.single .custom-form input {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 12px 28px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.single .custom-form textarea {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 12px 28px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
	height:100px !important;
  border: none;
}

.single .custom-form {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 14px;
  padding: 24px;
  background-color: #fff;
}

.single .bb-pro-box .bb-pro-img {
  background-color: transparent;
  border: none;
}
.single .bb-pro-box {
  background-color: #f8f7f3;
  border-radius: 14px;
  padding: 5px;
}
.single .section-deal .bb-pro-title a {
  justify-content: center;
}

.single .bb-pro-tab ul.bb-pro-tab-nav {
  background-color: transparent;
  border-bottom: 1px solid #00000030;
  border-radius: 0px;
  padding-bottom: 0px;
}
.single .bb-pro-tab ul.bb-pro-tab-nav li button {
  background-color: transparent;
  border-radius: 0px;
  color: #000;
  position: relative;
}
.single .bb-pro-tab ul.bb-pro-tab-nav li button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 14px;
  height: 5px;
  background-color: #023047;
  color: #000;
}

.material-card .card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 6px;
	 color: #000 !important;
}
.material-card p {
  color: #909090;
  font-size: 16px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .responsive {
    margin: 30px 0 10px 0;
  }
  .responsive p {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .single h1 {
	  font-size: 28px !important;
  }
 
}


/* single blog page */
.single_blog_banner {
  padding: 70px 0;
  background-color: #023047;
  border-bottom-right-radius: 70px;
}
@media (max-width: 767.98px) {
  .single_blog_banner {
    padding: 35px 0;
  }
}
.single_blog_banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 767.98px) {
  .single_blog_banner h1 {
    font-size: 30px;
  }
}
.single_blog_banner p {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .single_blog_banner p {
    font-size: 15px;
  }
}

.single_main_blog_section {
  padding: 70px 0;
  background-color: #f1f1f1;
}
.single_main_blog_section .single_main_blog_box h2 {
  color: #000;
  padding: 16px 0;
  font-size: 23px;
}
.single_main_blog_section .single_main_blog_box h3 {
  color: #000;
  padding: 16px 0;
  font-size: 17px;
}
.single_main_blog_section .single_main_blog_box p {
  color: #353535;
}
.single_main_blog_section .info-box {
  background-color: #f5c4aa4f;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
}
.single_main_blog_section .info-box h5 {
  color: #000;
  font-size: 20px;
}
.single_main_blog_section .info-box p {
  font-size: 15px;
  color: #353535;
  padding: 15px 0;
}

.single_main_blog_section .social_box {
  background-color: #f5c4aa4f;
  padding: 15px;
  border-radius: 10px;
}
.single_main_blog_section .social_box .social_side_nav li a {
  background-color: #fff;
  margin: 10px;
  color: #023047;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 20px;
}

.archive .custom-form input {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 12px 28px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.archive .custom-form textarea {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 12px 28px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.archive .custom-form {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 14px;
  padding: 24px;
  background-color: #fff;
}

.archive .bb-pro-box .bb-pro-img {
  background-color: transparent;
  border: none;
}
.archive .bb-pro-box {
  background-color: #f8f7f3;
  border-radius: 14px;
  padding: 5px;
}
.archive .section-deal .bb-pro-title a {
  justify-content: center;
}

.archive .bb-pro-tab ul.bb-pro-tab-nav {
  background-color: transparent;
  border-bottom: 1px solid #00000030;
  border-radius: 0px;
  padding-bottom: 0px;
}
.archive .bb-pro-tab ul.bb-pro-tab-nav li button {
  background-color: transparent;
  border-radius: 0px;
  color: #000;
  position: relative;
}
.archive .bb-pro-tab ul.bb-pro-tab-nav li button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 14px;
  height: 5px;
  background-color: #023047;
  color: #000;
}

.material-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.material-card p {
  color: #909090;
  font-size: 16px;
  margin-bottom: 0px;
}


.payment-logo{
	max-width:400px;
}

/* Blog Table of Contents Styles */
.blog-toc {
	position: sticky;
	top: 20px;
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.blog-toc h4 {
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

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

.toc-list li {
	margin-bottom: 8px;
}

.toc-list a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 5px 0;
	border-left: 3px solid transparent;
	padding-left: 10px;
	transition: all 0.3s ease;
}

.toc-list a:hover,
.toc-list a.active {
	color: #007cba;
	border-left-color: #007cba;
	background-color: rgba(0, 124, 186, 0.1);
}

.toc-list .toc-h2 {
	font-weight: 600;
}

.toc-list .toc-h3 {
	padding-left: 20px;
	font-size: 13px;
}

.toc-list .toc-h4 {
	padding-left: 30px;
	font-size: 12px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
	scroll-margin-top: 20px;
}

@media (max-width: 991px) {
	.blog-toc {
		position: static;
		margin-bottom: 30px;
	}
}

/* Blog Cards Styling */
.blog-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.author-info {
	display: flex;
	align-items: center;
	gap: 5px;
}

.author-label {
	font-size: 12px;
	color: #666;
	font-weight: 500;
}

.author-name {
	font-size: 13px;
	color: #333;
	font-weight: 600;
}

.blog-date {
	font-size: 12px;
	color: #999;
}

.blog-date .date {
	font-style: italic;
}

.material-card {
	transition: all 0.3s ease;
	border: 1px solid #eee;
	overflow: hidden;
}

.material-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.material-card .card-body h3 {
	margin-bottom: 10px;
	line-height: 1.4;
}

.material-card .card-body h3 a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.material-card .card-body h3 a:hover {
	color: #007cba;
}

.material-card .card-body p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
}

.blog_img {
	overflow: hidden;
}

.blog_img img {
	transition: transform 0.3s ease;
}

.material-card:hover .blog_img img {
	transform: scale(1.05);
}

/* Category Links Styling */
.recent_post_box a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition: all 0.3s ease;
}

.recent_post_box a:hover {
	color: #007cba;
}

.recent_post_box a:hover h6 {
	color: #007cba;
}


.description-content {
	text-align: justify;
	height: 600px;
	overflow: auto;
	padding-right: 30px;
}

.custom-logo{
  max-width: 125px;
}

/* Payment Icons Styling */
.payment-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.payment-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.payment-icon i {
  font-size: 20px;
  color: #333;
}

.payment-icon i.fa-cc-visa {
  color: #1434CB;
}

.payment-icon i.fa-cc-mastercard {
  color: #EB001B;
}

.payment-icon i.fa-cc-amex {
  color: #006FCF;
}

.payment-icon i.fa-cc-discover {
  color: #FF6000;
}

.payment-icon i.fa-cc-paypal {
  color: #003087;
}

.payment-icon i.fa-cc-apple-pay {
  color: #000;
}

.ssl-info {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.custom-payment-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.custom-payment-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Mega Menu Styling - Desktop Only */
@media (min-width: 992px) {
  .bb-main-dropdown {
    position: relative;
  }

  .bb-main-dropdown .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 900px;
    max-width: 900px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 20px;
    display: flex;
    flex-direction: row;
  }

  .mega-menu .mega-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    border-right: 1px solid #f0f0f0;
    flex: 1;
    min-width: 0;
  }

  .mega-menu .mega-block:last-child {
    border-right: none;
  }

  .mega-menu .mega-block li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    transition: all 0.3s ease;
  }

  .mega-menu .mega-block li:hover {
    background: #f8f9fa;
    padding-left: 10px;
    border-radius: 4px;
  }

  .mega-menu .mega-block li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .mega-menu .mega-block li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
  }

  .mega-menu .mega-block li:hover a {
    color: #007bff;
  }

  .mega-menu .sub-description {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
  }

  /* Regular Dropdown Menu */
  .bb-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 10px 0;
    display: none;
  }

  .bb-dropdown:hover .bb-dropdown-menu,
  .bb-main-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
  }

  .bb-dropdown-menu li {
    padding: 0;
    margin: 0;
  }

  .bb-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .bb-dropdown-menu li:hover {
    background: #f8f9fa;
  }

  .bb-dropdown-menu li:hover a {
    color: #007bff;
    padding-left: 25px;
  }

  .bb-dropdown-menu li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }

  /* Dropdown Arrow */
  .bb-dropdown-item::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  .bb-main-dropdown:hover .bb-dropdown-item::after {
    transform: rotate(180deg);
  }
}

/* Hide mega menus on mobile/tablet */
@media (max-width: 991px) {
  .mega-menu,
  .bb-dropdown-menu {
    display: none !important;
  }
  
  .bb-dropdown-item::after {
    display: none;
  }
}