@import url("https://fonts.googleapis.com/css2?family=Boogaloo&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 38px !important;
}

h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: #ffffff !important;
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.nav__bg {
  background-color: #F17E01;
  padding: 10px 0;
}
.nav__bg .top_flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
.nav__bg .top_flex a,
.nav__bg .top_flex i,
.nav__bg .top_flex span {
  color: #fff;
}

.navbar {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar .navbar-brand img {
  height: 55px !important;
}
.navbar .nav-item {
  margin-right: 15px;
  position: relative !important;
}
.navbar .nav-item a {
  color: #000 !important;
}
.navbar .nav-item::before {
  content: "";
  position: absolute !important;
  bottom: 0;
  background-color: #F17E01;
  left: 0;
  transform: scaleX(0);
  display: inline-block;
  height: 2px !important;
  width: 100%;
  background-origin: center left;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item:hover::before {
  transform: scaleX(100%) !important;
}

.nav_btn .nav__btn {
  background-color: #017F3C;
  padding: 10px;
  color: #fff;
  margin-left: 15px;
  border-radius: 5px;
}

.swiper-image1 {
  background: url("../images/bluestar-banner1.jpg") center no-repeat;
  width: 100%;
  height: 70vh;
  background-size: cover;
}

.swiper-image2 {
  background: url("../images/bluestar-banner2.jpg") center no-repeat;
  width: 100%;
  height: 70vh;
  background-size: cover;
}

.swiper-image3 {
  background: url("../images/bluestar-banner3.jpg") center no-repeat;
  width: 100%;
  height: 70vh;
  background-size: cover;
}

.swiper-image4 {
  background: url("../images/bluestar-banner4.jpg") center no-repeat;
  width: 100%;
  height: 70vh;
  background-size: cover;
}

.banner__title {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 70vh;
  color: #fff;
}
.banner__title h1 {
  font-weight: 700 !important;
  line-height: 55px;
}
.banner__title h5 {
  text-wrap: wrap;
  width: 80%;
}

.banner__btn a {
  padding: 10px;
  background-color: #1E459F;
  display: inline-block;
  margin-top: 15px;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  margin-right: 10px;
  width: 30%;
  text-align: center;
}
.banner__btn a:hover {
  background-color: #F17E01 !important;
}
.banner__btn a:nth-child(2) {
  background-color: #F17E01 !important;
}
.banner__btn a:nth-child(2):hover {
  background-color: #1E459F !important;
}

.about__home h2 {
  color: #1E459F;
}

.sub__title span {
  background-color: #017F3C;
  color: #fff;
  padding: 10px 25px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  display: inline-block;
}

.about__sub {
  font-style: italic;
  margin-left: 30px;
}
.about__sub p {
  color: rgba(54, 52, 52, 0.7529411765);
}

.abouts__img {
  position: relative;
}

.about_btn a {
  background-color: #F17E01;
  padding: 10px;
  width: 35%;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: -25px;
  font-size: 18px;
}
.about_btn a i {
  font-size: 25px;
}

.sec_br {
  background-color: #1E459F;
  color: #fff;
}
.sec_br .card__product {
  background-color: #f1f1f1 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 15px;
}
.sec_br .card__product img {
  height: 220px;
}
.sec_br .card__product h5 {
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
}

.carousel__bg {
  background-color: #fff;
}
.carousel__bg .d-flex {
  display: block !important;
}
.carousel__bg .owl-carousel {
  width: auto !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #F17E01 !important;
  color: #fff !important;
}

.nav-pills .nav-link {
  background-color: #E3E3E3 !important;
  border-bottom: 1px solid #fff !important;
  padding: 10px 0 !important;
}

.nav-pills .nav-link {
  color: #000 !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: none !important;
}

.sec__title {
  color: #1E459F;
}

.sec__bg2 {
  background-color: #F3FAF3;
}
.sec__bg2 .submit-btn {
  width: 100%;
  border: 0;
  background-color: #F17E01;
  color: #fff;
  padding: 8px 0;
}

.line_h {
  line-height: 25px;
  font-weight: 600;
}

#bg__side {
  background-color: transparent;
}
#bg__side .top_flex {
  justify-content: space-between !important;
}
#bg__side a,
#bg__side span {
  color: #000 !important;
}
#bg__side i {
  color: #1E459F;
}
#bg__side .top_cont {
  display: flex;
  padding-top: 15px;
  gap: 10px;
}

.footer_sec {
  background-color: #017F3C;
}

.footer_col img {
  height: 50px;
}
.footer_col p {
  font-size: 15px;
}
.footer_col p,
.footer_col h5 {
  color: #fff;
  padding-top: 15px;
}
.footer_col h5 {
  padding-bottom: 10px;
}
.footer_col ul {
  padding-left: 0 !important;
}
.footer_col ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer_col ul li a {
  color: #fff;
  font-size: 15px;
}
.footer_col .icons i {
  color: #fff;
  font-size: 18px;
}

.row__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #fff;
}
.row__flex p,
.row__flex a {
  margin-bottom: 0 !important;
  color: #fff;
}
.row__flex p:hover,
.row__flex a:hover {
  color: #fff;
}

.about-banner {
  background: url("../images/bluestar-banner.png") center no-repeat;
  width: 100% !important;
  height: 350px;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2117647059);
}

.banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  color: #fff;
  font-weight: 600 !important;
}

.contact-banner {
  background: url("../images/bluestar-banner.png") center no-repeat;
  width: 100% !important;
  height: 350px;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2117647059);
}

.text_wrapper {
  background-color: #F17E01;
  width: 80%;
  color: #fff;
  padding: 25px;
  border-radius: 5px;
}
.text_wrapper h5 {
  line-height: 30px;
  font-style: italic;
}

.list__col ul {
  padding-left: 0 !important;
}
.list__col ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  text-align: justify;
}
.list__col ul li span img {
  height: 25px;
}

.section_bg2 {
  background: url("../images/1115.jpg") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6352941176);
}
.section_bg2 #d-vission {
  display: flex;
  gap: 15px;
}
.section_bg2 #d-vission .text_wrapper {
  background-color: rgba(241, 241, 241, 0.2196078431);
}
.section_bg2 #d-vission .text_wrapper h2 {
  border-bottom: 2px solid #F17E01;
  display: inline-block;
  padding-top: 15px;
}

.wrpper-text {
  color: #fff;
}
.wrpper-text ul {
  padding-left: 0 !important;
  margin-top: 25px;
}
.wrpper-text ul li {
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  gap: 10px;
}
.wrpper-text ul li span img {
  height: 25px;
}

#product_carousel .item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin: 15px 0;
  min-height: 180px;
}
#product_carousel .item:hover {
  background-color: rgba(241, 241, 241, 0.3764705882);
}
#product_carousel .item img {
  height: 120px;
}
#product_carousel .item p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 8px;
  color: #000;
}

.card img {
  height: 180px;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__btn .read-more {
  background-color: #F17E01;
  padding: 10px;
  color: #fff;
  width: 40%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}

#sub_product {
  text-align: center;
}
#sub_product img {
  height: 300px !important;
  width: 300px !important;
  margin: 0 auto;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
}
#sub_product .btn_pro {
  background-color: #F17E01;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
#sub_product .card-title {
  font-size: 18px !important;
  font-weight: 600;
}
#sub_product .table {
  background-color: #1E459F;
  width: 100% !important;
  margin-bottom: 0 !important;
}
#sub_product .table tr {
  color: #fff;
}
#sub_product .table tr td {
  font-size: 14px;
}

.model_col {
  border: 1px solid #F17E01;
  display: inline-block;
  padding: 0 10px;
}

.img__product {
  border: 1px solid rgba(68, 66, 66, 0.2);
}

.product__info h2 {
  background-color: #f1f1f1;
  padding: 10px;
}

.div_icon ul {
  padding-left: 0 !important;
}
.div_icon ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.div_icon ul li .icons {
  width: 40px;
  height: 40px;
  background-color: #F17E01;
  display: inline-block;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.div_icon ul li a {
  font-size: 18px;
  color: #000;
}

.form__id {
  background-color: #f1f1f1;
  padding: 25px;
  width: 80%;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.form__id .submit-btn {
  background-color: #F17E01;
  border: none;
  width: 100%;
  padding: 8px;
  color: #fff;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */