@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("font-awesome.css");
:root {
  --blue: #102e50;
  --green: #f5c45e;
  --dark-black: #000;
  --grey: #4a4646;
  --white: #fff;
}

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

body {
  font-family: "Merriweather Sans", sans-serif;
  background: #fff;
  line-height: 1.8rem;
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

section {
  padding: 50px 0 30px 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.top-header {
  padding: 7px 0px;
  background: var(--blue);
  border-bottom: 1px solid #e7e7e7;
  display: flex;
}

.top-header .top-data {
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}

.dropdown-menu {
  z-index: 9999;
  color: var(--dark-black) !important;
}
.dropdown-menu li a {
  color: var(--dark-black) !important;
}
.dropdown-menu li a:hover {
  color: var(--white) !important;
}

.top-header ul li {
  font-size: 15px;
  line-height: 14px;
  /* padding: 0px 18px; */
  color: var(--white);
}

.top-header ul li:first-child {
  border-right: 1px solid #cccccc;
}

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

.top-header ul:nth-child(2) {
  margin: 0px;
}

.top-header ul:nth-child(2) li:last-child {
  border: 0px;
}
.top-header .border-none li {
  border-right: 0px !important;
}

.topbar-icon i {
  color: var(--white) !important;
}

.top-header ul li span.fa {
  padding: 4px;
  font-size: 16px;
  color: var(--green);
}

.top-header ul li a {
  padding: 2px 10px;
  /* background: var(--green); */
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
  border-radius: 9px;
}

.navbar .navbar-nav li a {
  margin: 0 5px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 600;
  transition: color 0.3s ease-out;
}

.button {
  padding: 7px 15px;
  border-radius: 9px;
  background-color: var(--green);
  font-weight: 600;
  border: none;
  color: var(--blue);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

a:hover {
  color: var(--blue);
}

.navbar .navbar-nav > li > a:hover {
  color: var(--green);
  background: var(--blue);
}

.navbar-nav .dropdown-menu {
  margin-top: 5px;
}

.dropdown .dropdown-menu li a {
  border: none !important;
  /* border-bottom: 1px solid #eee !important; */
  font-size: 16px;
}

.dropdown .dropdown-menu li a:hover {
  background: var(--blue);
  color: var(--green);
  margin: 0;
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
  display: block;
}

.card {
  text-align: center;
  padding: 23px 0 5px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card-img {
  background: var(--white);
  margin-inline: auto;
  border-radius: 90px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 3px solid #0f3f7e;
}

.card-img img {
  width: 60%;
}

.card-title {
  font-size: 20px;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
}

.card-title:before {
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--green);
  bottom: 0;
  left: 50%;
  margin: -5px -50px;
  content: "";
}

.card-text {
  font-size: 14px;
  line-height: 1.5;
  text-transform: lowercase;
  text-align: justify;
}

.title {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
}

.title:before {
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--green);
  bottom: 0;
  left: 12%;
  margin: -7px -50px;
  content: "";
}

.about-content {
  margin-top: 10px;
  font-size: 25px;
}

.about-content h4 {
  padding-top: 10px;
  color: var(--dark-black);
}

.about-content p {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.5;
  text-align: justify;
}

.about-btn {
  padding: 6px 15px;
  background-color: var(--green);
  width: 130px;
  border-radius: 9px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.about-btn a {
  color: var(--blue);
  font-size: 18px;
}

.about-sec {
  background-color: #f4f4f4;
  height: auto;
  padding: 70px 0;
}

.products {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 35px;
  position: relative;
}

.products:before {
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--green);
  bottom: 0;
  right: 51%;
  margin: -7px -50px;
  content: "";
}

.eqn-ntn {
  background: var(--blue);
  border: none;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  font-size: 15px;
}

.card-body-p {
  background: var(--green);
  padding-bottom: 15px;
}

.product-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.p-heading {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

.p-btn {
  width: 100%;
  padding: 6px 15px;
  margin-inline: auto;
}

.p-btn a {
  background-color: var(--green);
  color: var(--blue);
  font-size: 18px;
  padding: 10px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 9px;
}

.why-choose-us {
  background-image: url("../images/pipe-bg.jpg");
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 400px;
}

.why-choose-us::after {
  content: "";
  position: absolute;
  background-color: rgba(6, 79, 135, 0.95);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.why-h {
  color: var(--white);
  font-size: 25px;
  text-transform: uppercase;
}

.choose-icon img {
  width: 60%;
}

.choose-icon {
  background-color: rgba(6, 79, 135, 0.95);
  border-radius: 90px;
  width: 150px;
  height: 150px;
  line-height: 143px;
  text-align: center;
  border: 5px solid #8fc51c;
  margin-inline: auto;
}

.choose-heading p {
  font-size: 20px;
  color: var(--white);
  margin-top: 15px;
}

input {
  overflow: hidden;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
  color: var(--blue);
  text-transform: uppercase;
}

.contact-sec {
  align-items: center;
  display: flex;
  background-color: #f4f4f4;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact-detail a {
  color: #000;
  margin-bottom: 7px;
}

.contact-detail span {
  width: 400px;
  display: flex;
  font-size: 16px;
  margin-bottom: 16px;
}

.inptFld {
  width: 100%;
  height: 40px;
  border: 1px solid #413f3f;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
  color: #413f3f;
  /* background: rgba(6, 79, 135, 0.95); */
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid rgb(34, 145, 7);
}

.contFrm textarea {
  height: 80px;
  padding-top: 5px;
}

.inptBtn {
  height: 50px;
  border: 0;
  background: var(--green);
  font-size: 16px;
  color: var(--blue);
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 160px;
  font-weight: 600;
  border-radius: 11px;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px;
}

.contact-ul li span .fa {
  font-size: 20px;
  color: var(--blue);
  width: 20px;
}

.contact-ul li span {
  display: flex;
  gap:5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: block;
}
.contact-ul li span strong {
  margin-right: 10px;
  margin-left: 10px;
}

.contact-ul li span .fa-envelope {
  font-size: 25px;
}

.contact-ul li span a {
  color: #4a4646;
}

footer h6 {
  color: var(--green);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.social-link {
  display: flex;
  gap: 15px;
}

.social-link a .fa {
  font-size: 25px;
  color: var(--green);
}

footer p a {
  color: var(--white);
}

footer p a:hover {
  color: var(--green);
}

footer ul li span .fa {
  color: var(--green);
}

.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 40px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 13px;
}

.my-float:hover {
  color: var(--white);
}

.a-vision-h img {
  width: 60px;
  background: var(--blue);
  border-radius: 50%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.a-vision p {
  font-size: 15px;
  font-weight: 500;
  /* text-transform: lowercase; */
  line-height: 20px;
  margin-top: 10px;
  word-spacing: 5px;
}

/*TIMELINE START*/

.tl {
  width: 100%;
  margin: auto;
  position: relative;
  background: #f4f4f4;
  margin-top: 20px;
}

.tl::after {
  content: "";
  width: 6px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  background: var(--green);
}

.tl-container {
  width: 50%;
  padding: 1rem 2rem;
  position: relative;
  background: inherit;
}

.tl-left {
  left: 0;
}

.tl-right {
  left: 50%;
}

.tl-right::after {
  left: -1rem;
}

.tl-content {
  padding: 1.4rem;
  position: relative;
  box-shadow: var(--bsh);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 600px) {
  .tl::after {
    left: 31px;
  }
  .tl-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 1rem;
  }
  .tl-left::after,
  .tl-right::after {
    left: 1rem;
  }
  .tl-right {
    /*Basic*/
    left: 0%;
  }
}

/*TIMELINE END*/

.single-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 300px; */
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: 0.3s;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.6);
}

.img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 6px solid #ddd;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}

.img-area img {
  width: 68px;
}

.header-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.img-text h3 {
  margin: 10px 0;
}

.img-text p {
  font-size: 15px;
  font-weight: 400px;
  line-height: 30px;
}

.single-box:hover {
  background-color: var(--blue);
  color: #fff;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 24px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover {
  background-color: #0794c9;
  color: #ffffff;
}

.about-section {
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title {
  margin-bottom: 19px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 44px solid #8fc51c;
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  border-radius: 46px;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.why-vigor .fa {
  font-size: 25px;
  color: var(--green);
}

.why-vigor span {
  font-size: 16px;
  color: var(--grey);
  font-weight: 500;
  text-transform: lowercase;
}

.vigor-img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.card-1 {
  width: 280px;
  height: 360px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card-1:hover {
  transform: translateY(20px);
}

.card-1:hover:before {
  opacity: 1;
}

.card-1:hover .info {
  opacity: 1;
  transform: translateY(0px);
}

.card-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.card-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.card-1 .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.card-1 .info h1 {
  margin: 0px;
}

.card-1 .info p {
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 8px;
}

.card-1 .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}

.card-1 .info button:hover {
  background: dodgerblue;
  color: white;
}

.gallery-img p {
  background: var(--blue);
  color: var(--white);
  padding: 20px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

/*---counter css start----*/

.counter {
  display: block;
}

.counter .counter-box {
  display: flex;
  flex-direction: column;
}

.counter .counter-box > div {
  text-align: center;
  color: #ffffff;
  margin-top: 14px;
}

.counter .counter-box > div img {
  margin-bottom: 10px;
}

.counter .counter-box .c-text {
  font-size: 25px;
  font-weight: 600;
  color: var(--blue);
}

.counter .counter-box p {
  margin-bottom: 0;
  color: #0f3f7e;
  font-size: 20px;
  font-weight: 700;
}

.counter .counter-box .number-color {
  font-size: 25px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 20px;
}

.counter-card {
  background: #f4f4f5;
  padding: 8px;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .network-map img {
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

.icons a .fa {
  background: var(--blue);
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--white);
}

.contact-detail h2 {
  font-size: 20px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 20px;
}

.about-img {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.about-img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.demo-container {
  display: block;
  position: relative;
}

.git-repo {
  position: absolute;
  right: 0px;
  top: 0px;
}

.select2-container {
  min-width: 200px;
}

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-indent: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-container input:focus,
.select2-container .selection:focus {
  outline: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 30px !important;
  border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results .select2-highlighted {
  background: #1abc9c;
  color: #fff;
  border-radius: 0px;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.product-d ul li {
  /* text-transform: lowercase; */
  font-weight: 500;
  font-size: 16px;
}

.product-d .fa {
  color: var(--green);
  font-size: 14px;
}

.cpvc {
  background: #f4f4f4;
}

.prod-t {
  color: var(--blue);
  text-transform: uppercase;
}

.cpvc-img {
  border: 3px solid #8fc51c;
  border-radius: 50%;
}

.cpvc-img img {
  border-radius: 50%;
}

.installation-img img {
  height: 200px;
  object-fit: cover;
  margin-top: 5px;
}

.installation-p h4 {
  font-size: 20px;
  color: var(--grey);
  margin-bottom: 10px;
}

.installation-p strong {
  color: var(--blue);
}

.installation-p h5 {
  color: var(--dark-black);
}

.installation-p p {
  font-size: 15px;
  line-height: 1.5;
}

.propties-p h3 {
  font-size: 20px;
  color: var(--blue);
  font-weight: 700;
}

.feature-p ul li .fa {
  font-size: 15px;
  color: var(--green);
  margin-right: 5px;
}

.feature-p ul li strong {
  color: var(--blue);
}

.feature-p ul li {
  font-size: 15px;
  color: var(--grey);
  font-weight: 500;
}

.dis-p strong {
  font-size: 18px;
  color: var(--blue);
}

.dis-p p {
  font-size: 16px;
  color: var(--grey);
  font-weight: 500;
  line-height: 1.5;
  text-transform: lowercase;
}

.stand-p h4 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
}

.stand-p p {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.5;
  text-align: justify;
}

.cpvc-p a {
  color: var(--white);
  font-weight: 500;
  font-size: 15px;
}

.cpvc-p a:hover {
  color: var(--blue);
}

.cpvc-p {
  background-color: var(--blue);
  line-height: 20px;
  padding: 7px;
  height: 60px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpvc-p:hover {
  background: var(--green);
  border: 2px solid #0f3f7e;
}

.sub-product-table {
  background: white;
  color: var(--blue);
}

table,
th,
td {
  border: 1px solid #0f3f7e;
  border-collapse: collapse;
  padding: 10px;
}

table {
  width: 100%;
  text-align: center;
  color: #0f3f7e;
}

.sub-product-img img {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.sub-product-img img {
  margin-inline: auto;
  border: 7px solid #8fc51c;
  width: 75%;
  border-radius: 50%;
}

.sub-product-table h3 {
  color: var(--white);
  font-size: 20px;
  background: var(--blue);
  padding-bottom: 10px;
}

.tab_content h5 {
  text-align: center;
  background-color: var(--blue);
  color: var(--white);
  font-weight: 600;
  padding: 7px;
  margin-top: 10px;
}

.sub-product-img h2 {
  font-size: 25px;
  color: var(--blue);
}

.inner-banner {
  background-image: url("../assets/saritasite-img/section/banner-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  height: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  /* margin-top: -42px; */
}

footer {
  background-image: url("../images/footer-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 11px 0px 0px 0px;
  box-shadow: 0px -5px 16px -8px #a5a5a5;
  position: relative;
  z-index: 1;
}

footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(15 63 126 / 82%);
  z-index: -1;
}

footer strong {
  color: var(--white);
}

footer p {
  color: var(--white);
  font-weight: 600;
}

.footer-c li span .fa {
  color: var(--green);
}

.footer-c li {
  color: var(--white);
  font-weight: 600;
}

.footer-c li span a {
  color: var(--white);
}

.footer-l {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
}

.banner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: var(--green);
  text-indent: -9999px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 1rem 0;
  list-style-type: none;
  gap: 6px;
}

.slick-dots li.slick-active button {
  background-color: var(--blue);
}

.enq-form {
  background: #e1dada;
  width: 70%;
  margin-inline: auto;
  margin-top: 30px;
  padding: 30px;
}

.frm-heading2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--blue);
}

.product-h {
  background: var(--blue);
  text-align: center;
  padding: 7px;
  color: var(--white);
  text-transform: uppercase;
  border: 2px solid #8fc51c;
  margin: 30px 0;
  font-size: 20px;
}

.stand-p h4 {
  text-transform: uppercase;
}

footer img {
  background: var(--white);
  padding: 9px;
  border-radius: 11px;
  border: 1px solid #8fc51c;
}

.sub-p {
  background: var(--blue);
  color: var(--white);
  padding: 8px;
  text-align: center;
}

.infa-img img {
  width: 350px;
  border-radius: 9px;
}

.Gallary_Card img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 9px;
}

.image-column .inner-column::before {
  content: "";
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 125px);
  top: -60px;
  right: -81px;
  background: transparent;
  z-index: 0;
  border: 44px solid #8fc51c;
}

.image-column .inner-column .image-1 a img {
  position: relative;
  z-index: 999;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.catalouge-btn {
  background: var(--green);
  padding: 3px 10px;
  border-radius: 11px;
}
.catalouge-btn a {
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
}
ul li .fa {
  font-size: 20px;
  color: var(--blue);
}
.financial-pdf h3 {
  font-size: 19px;
  font-weight: 500;
  background: var(--green);
  padding: 15px;
  min-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.financial-pdf h3 a {
  color: var(--blue);
}
.financial-pdf h3 a:hover {
  color: var(--blue);
}
.financial {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  color: var(--blue);
}
h1 {
  font-size: 30px;
}
.ap-list li strong {
  font-size: 20px;
}
marquee a {
  color: var(--white);
}
marquee a:hover {
  color: var(--white);
}

.site-logo {
  display: block;
  width: 250px;
  max-width: 100%;
  object-fit: cover;
}

.header-hover-bg {
  height: 75px;
}

.navbar-expand-lg .navbar-nav {
  height: 100%;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
}

@media screen and (max-width: 990px) {
  .header-hover-bg {
    height: 100%;
    padding-bottom: 20px;
    align-items: center;
    align-content: center;
    justify-items: center;
  }
}

.footer-tags a {
  color: var(--white);
}

.footer-text i {
  color: var(--white);
}

.footer-copyright {
  color: var(--white);
}

.get-app {
  width: 100%;
}
.get-app img {
  width: 50%;
  height: 100%;
  background: none;
  border: none;
}

.product-card {
  padding: 0;
}

.product-card img {
  height: 350px;
  padding: 10px;
  object-fit:cover;
  object-position: center;
}

.product-title {
  text-align: left;
}

.contact-sec input,
.contact-sec textarea,
.contact-sec select {
  border-radius: 8px;
  border: 1px solid var(--grey);
  padding: 12px;
  margin-bottom: 10px;
}

.contact-sec input:focus,
.contact-sec textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 5px rgba(245, 196, 94, 0.5);
}

.contact-sec .btn-success {
  background-color: var(--blue);
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: var(--white);
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contact-sec .btn-success:hover {
  background-color: var(--blue);
}

.icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
}

.hover-shadow {
  transition: all 0.3s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  background-color: #f9fdfb;
}

.contact-icon {
  width: 100%;
}

.form-check-input {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .contact-detail span a {
    display: inline-block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    word-break: break-word; /* <--- Add this */
  }
}

.faq-section {
  background-color: #f9f9f9;
}

.faq-head {
  color: var(--blue);
}

.nav-link {
  background: transparent;
  color: var(--blue);
  border: none;
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: background 0.2s;
  width: 100%;
}

.nav-link.active,
.nav-link:hover {
  background-color: var(--blue);
  color: var(--white);
}

.accordion-button {
  background-color: var(--white);
  color: var(--blue);
  font-weight: 500;
  border-radius: 0.375rem !important;
  box-shadow: none;
  transition: background 0.2s ease-in-out;

}

.acc-btn{
  border: 1px solid #a5a5a5 !important;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  background-color: var(--white);
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.accordion-body {
  color: var(--grey);
  font-size: 0.95rem;
  line-height: 1.6;
}
