@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #022c54;
  --heading-color: #102c5b;
  --text-color: #465052;
  --poppins: "Poppins", sans-serif;
}

.bg_blue {
  background: var(--blue);
}

.blue_txt {
  color: var(--heading-color);
}

body {
  background: url(../images/pattern.webp);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  width: 100%;
  color: var(--text-color);
}

html,
body {
  font-family: var(--poppins);
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
strong,
ul,
li {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #000;
}

.padding_70 {
  padding: 70px 0px;
}

.margin_70 {
  margin: 70px 0px;
}

/* ------ HEADER -------- */

header .topbar p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

header .topbar .social_icons i {
  color: var(--text-color);
  font-size: 20px;
}

.topbar_list {
  justify-content: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.topbar_list {
  color: var(--blue);
  font-size: 16px;
}

header .navbar-nav {
  gap: 30px;
}

header a.nav-link,
header a.nav-link.active {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--blue) !important;
}

.blue_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  background: var(--blue) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  padding: 12px 30px;
}

.white_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  padding: 12px 30px;
}

button.navbar-toggler {
  box-shadow: none !important;
}

/* ------- FOOTER -------- */

.ftr_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

img.ftr_logo {
  max-width: 200px;
}

.ftr_left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.ftr_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ftr_left i {
  color: #fff;
  font-size: 16px;
}

.ftr_cont_list p {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.ftr_cont_list span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.ftr_list h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
}

.ftr_list li,
.ftr_list li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.underline_txt {
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
}

.copyright {
  border-top: 1px solid #f5faff;
}

.cprt_txt {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #f5faff;
}

.social_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social_icons i {
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info p.sub_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--blue);
}

.info h2.heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: var(--heading-color);
}

.info p.dscp {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--text-color);
}

/* ------ HOMEPAGE ------ */

.banner_box {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 600px;
}

.banner_slider.owl-theme {
  position: relative;
}

.banner_slider.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  background: #869791;
  margin: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
}

.banner_content .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner_content .info h1.heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

.banner_content .info p.dscp {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.card .product_img {
  padding: 20px 12px;
}

.card h5.card-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  text-transform: capitalize;
  color: var(--heading-color);
}

.card .card-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.card .btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--blue);
}

.btn_box i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
}

.custom_info {
  width: 50%;
  margin: auto;
}

.experience_sec {
  background: url(../images/experience_img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.process_card {
  background: transparent;
  border: none;
}

.process_card .img_box {
  background: var(--blue);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: 12px;
}

.process_card h5 {
  width: 60%;
}

ul.diamond_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.diamond_list i {
  color: var(--blue);
}

.testimonial_sec .owl-carousel .item {
  background: #ddd;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  transform: scale(0.9);
  opacity: 0.5;
  color: #333;
  min-height: 350px;
}

.testimonial_sec .owl-carousel .owl-item.center .item {
  background: #333;
  color: #fff;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.testimonial_sec .testimonial-card .tag {
  display: inline-block;
  background: #555;
  color: #eee;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.testimonial_sec .owl-carousel .item .tag {
  background: #ccc;
  color: #555;
}

.testimonial_sec .owl-carousel .owl-item.center .item .tag {
  background: #555;
  color: #eee;
}

.testimonial_sec .testimonial-card h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.testimonial_sec .testimonial-card blockquote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 auto 25px auto;
  max-width: 80%;
  color: #ccc;
}

.testimonial_sec .owl-carousel .item blockquote {
  color: #555;
}

.testimonial_sec .owl-carousel .owl-item.center .item blockquote {
  color: #ccc;
}

.testimonial_sec .testimonial-card .btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.testimonial_sec .owl-carousel .item .btn {
  border-color: #888;
  color: #888;
}

.testimonial_sec .owl-carousel .owl-item.center .item .btn {
  border-color: #fff;
  color: #fff;
}

.testimonial_sec .owl-carousel .owl-item.center .item .btn i {
  background: #fff;
  color: #000;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.testimonial_sec .testimonial-card .btn:hover {
  background: #fff;
  color: #333;
}

.testimonial_sec .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.testimonial_sec .owl-nav .owl-prev,
.testimonial_sec .owl-nav .owl-next {
  pointer-events: auto;
  background: #fff !important;
  color: #333 !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 24px !important;
  line-height: 45px !important;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.testimonial_sec .owl-nav .owl-prev {
  margin-left: 20px;
}

.testimonial_sec .owl-nav .owl-next {
  margin-right: 20px;
}

.testimonial_sec .owl-nav .owl-prev:hover,
.testimonial_sec .owl-nav .owl-next:hover {
  background: #eee !important;
  transform: scale(1.1);
}

/* Hide dots */
.testimonial_sec .owl-dots {
  display: none;
}

/* ABOUT US */

.main_bnr {
  background: url(../images/main_bnr.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mission_img {
  text-align: start;
}

.vision_img {
  text-align: end;
}

ul.dot_list,
ul.dot_list li {
  list-style: disc;
}

ul.dot_list {
  padding-left: 30px;
  padding-top: 10px;
}

#single_product_slider .owl-nav.disabled + .owl-dots {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

#single_product_slider .owl-dots .owl-dot span {
  background: var(--blue) !important;
  width: 15px;
  height: 10px;
}

#single_product_slider .owl-dots .owl-dot.active span,
#single_product_slider .owl-dots .owl-dot:hover span {
  background: var(--blue) !important;
  width: 25px;
  height: 10px;
  display: flex;
  align-items: center;
}

.contact_box {
  padding: 40px;
  border: 1px solid #e0e0e2;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.input_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.form-control {
  background: #fafafc !important;
  color: var(--blue) !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e2 !important;
  border-radius: 0 !important;
}

ul.contact_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

ul.contact_list li {
  display: flex;
  align-items: center;
  gap: 30px;
}

ul.contact_list i {
  color: var(--blue);
  width: 60px;
  height: 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e2;
  border: 1px solid #e0e0e2;
  border-radius: 50%;
}

ul.contact_list .cnt h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: var(--heading-color);
}

ul.contact_list .cnt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
form.contact_form_Sec {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.password {
    font-size: 14px;
    color: var(--blue);
}
label.form-check-label {
    font-size: 14px;
}