* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Palanquin:wght@100;200;300;400;500;600;700&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&family=Quicksand:wght@300..700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --headingFont: "Roboto", sans-serif;
  --paraFont: "Roboto", sans-serif;
  --second-primary: #193988;
  --hoverColor: #ffd263;
  --lightsky: #59d7fd;
  --brandcolor: #f58220;
}

li {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
.common-button {
  color: white !important;
  background: var(--brandcolor);
  padding: 13px 18px;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.common-button i {
  position: relative;
  top: 1px;
  left: 5px;
  right: 8px;
}
.buttondiv {
  padding-top: 170px;
}

p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.761);
}
.flex-Wrap {
  flex-wrap: wrap-reverse !important;
}

.product_section {
  margin: 40px 0px;
}

.common-heading1 {
  padding-bottom: 30px;
  padding-top: 20px;
}
.common-heading1 h2 {
  color: #1968b3;
  font-weight: 1000;
  letter-spacing: 1px;
  font-size: 38px;
}

.common_btn {
  border: none;
  padding: 5px 40px;
  background: var(--brandcolor);
  border-radius: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  color: white;
}

/* home banner slider*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeban img {
  width: 100%;
  height: auto;
}
.Home_Banner .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  opacity: 1 !important;
  background: #193887 !important;
}
.Home_Banner .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  background: #068ab3 !important;
}
.Home_Banner .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  bottom: 7% !important;
  left: 35% !important;
  width: 100%;
}

/* Footer section */

.footer_section {
  background: #023a8e;
  padding-top: 20px;
}
.textColor {
  color: var(--primary-color) !important;
}
.social-icons ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.footer_ribbon {
  background: #0e1111;
}
.quick_links ul {
  margin-top: 30px;
  margin-left: -30px;
}
.quick_links ul li {
  padding: 5px 0px;
  transition: all 0.4s ease-in-out;
  color: white;
}
.quick_links ul li a {
  color: var(--lightsky);
  transition: all 0.4s linear;
  font-weight: 400;
  font-size: 12px;
}
.quick_links i {
  font-size: 12px;
  margin-right: 7px;
  color: var(--lightsky);
}
.quick_links ul li:hover a {
  color: #098ab2;
}
.fontset {
  font-size: 20px !important;
}
.quick_links h4 {
  color: var(--lightsky);
  position: relative;
}
.footer_size {
  font-size: 16px;
  font-weight: 400px;
}

/* The Tata Power Solaroof Advantage */

.advantage_section {
  background: #c2d8b9;
  padding: 10px 0px;
}

.main_advantage_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}

.advantage {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  gap: 10px;
  margin: 10px;
  text-align: center;
}
.advantage i {
  font-size: 60px;
}
.advantage img {
  width: 40%;
}
.why-us-wrapper p {
  font-size: 1rem;
  text-align: justify;
}
.main-heading {
  font-size: 2rem;
  color: #1968b3;
}
.notice-wrapper span {
  margin: 5px 20px 0px 50px;
}
.notice-wrapper p {
  margin: 5px 0px 0px 0px;
  color: white;
}
.notice-wrapper span .fa-circle-dot {
  color: #1968b3;
}

/* How solar solution work */

.bgset_solar {
  background: url("../images/bg_ban/home_bgset.webp");
  padding: 30px 0px;
  background-size: cover;
}

.solar_solution_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.564);
}
.solar_solution_icons img {
  width: 60%;
  margin-bottom: 20px;
}
.solar_solution_icons {
  width: 90%;
  margin: auto;
  padding-top: 50px;
}
.solar_solution_icons div {
  text-align: center;
}
.solar_solution_icons h6 {
  color: white;
  font-size: 20px;
}
.soloar_heading {
  font-size: 72px;
  font-weight: 500;
  color: var(--brandcolor);
}
.solar_para_heading {
  font-size: 40px;
  font-weight: 400;
  color: white;
}

/* our product */
.product_card {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  position: relative;
}
.product_card img {
  width: 100%;
  height: auto;
}
.product_card .box_text {
  padding: 30px 20px;
  height: 200px;
  margin-bottom: 60px;
}
.product_card .box_text h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.743);
  letter-spacing: 1px;
}
.product_button12 {
  position: absolute;
  bottom: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--brandcolor);
  left: 50%;
  transform: translateX(-50%);
  bottom: -6%;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  transition: all 0.4s linear;
}
.product_button12 i {
  font-size: 20px;
  color: white;
}
.product_button12:hover {
  left: 53%;
}

/* our blogs */

.product_card .box12 h6 {
  padding: 30px 20px;
  color: rgba(0, 0, 0, 0.82);
}

.product_card .box12 {
  height: 120px;
  background: white;
  text-align: center;
}
.know_more_btn {
  text-align: center;
  padding-bottom: 20px;
}
.know_more_btn a {
  font-size: 13px;
  margin-right: 10px;
  color: var(--brandcolor) !important;
}
.know_more_btn i {
  margin-left: 8px;
  font-size: 13px;
  color: var(--brandcolor);
}

/* contact us */

.shapedividers_com-460 {
  overflow: hidden;
  position: relative;
}
.shapedividers_com-460::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-460::before {
    background-size: 333% 368px;
    background-position: 15% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23193988"/></svg>');
  }
}

@media (min-width: 1025px) {
  .shapedividers_com-460::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 325%;
    background-position: 0% 15%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0.1 0 2.17 35.28" preserveAspectRatio="none"><path d="M1.85 35.28c-.83-2.57-.3-7.68-.42-11.8-.12-4.1-.61-6.85-.28-9.57.33-2.73 1.17-5.61 1-8.61-.19-3-.82-4.73-.84-5.3H.1v35.28z" fill="%23193988"/></svg>');
  }
}

.contact-text {
  width: 100%;
  height: 400px;
}

.contact_form input {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 20px;
  outline: none !important;
  border: 1px solid rgba(205, 205, 205, 0.81);
  border-radius: 5px;
}
.contact_form textarea {
  padding: 15px;
  margin-bottom: 20px;
  outline: none !important;
  border: 1px solid rgba(205, 205, 205, 0.81);
  border-radius: 5px;
  width: 100%;
  min-height: 100px;
}

.contact_form {
  height: 100%;
  width: 70%;
  padding: 40px;
  margin: auto;
  /* background: var(--second-primary); */
  background: url("https://bluebirdsolar.com/cdn/shop/files/Group_44431_2x_a569ea48-280b-4f4f-8d3a-e9f541f8c8ce.png?v=1652446487");
  object-fit: contain;
  background-position: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.contact_form::before {
  background-image: url("https://www.zohowebstatic.com/sites/zweb/images/crm/images/plus-pattern-bg-yellow.svg");
  object-fit: contain;
  background-repeat: repeat;
  position: absolute;
  width: 20%;
  height: 20%;
  right: -10%;
  bottom: -8%;
  content: "";
  z-index: -1;
}
.contact_bg {
  background: url("../images/Banner/4.png");
  background-size: cover;
  padding: 50px;
  border-radius: 5px;
}
.contact-info {
  /* border: 1px solid red; */
  padding-left: 30px;
}
.contact_heading h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--brandcolor);
}

.contact_form h2 {
  color: var(--brandcolor);
  font-weight: 700;
}

.contact_icons {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 30px;
}
.contact_icons h6 a {
  color: black;
}
.contact_icons span {
  min-width: 50px;
  height: 40px;
  border-radius: 10%;
  background: var(--second-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_icons span i {
  font-size: 20px;
  color: white;
}

/* testimonial======================================= */
.testimonial_box {
  /* border: 3px solid var(--brandcolor); */
  /* border-radius: 0px 70px 0px 50px; */
  padding: 40px;
  padding-bottom: 20px;
  position: relative;
  background: white;
  margin: 25px 35px;
}
.testimonial_box::before {
  position: absolute;
  /* border-radius: 0px 70px 0px 50px; */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  margin: auto;
  height: 100%;
}
.testimonial_img {
  position: absolute;
  /* border: 3px solid var(--second-primary); */
  top: 10%;
  right: 5%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial_img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial_box h2 {
  color: var(--second-primary);
  text-align: left;
  font-size: 50px;
}

.testimonial .swiper-slide {
  padding: 0px;
  background: transparent !important;
}

.testimonial_bgset {
  background: url(../images/Banner/9.png);
  background-size: cover;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-position: center 0;
}

/* new contact us */
.contact_inputs input {
  width: 100%;
  padding: 6px;
  border-radius: 7px;
  outline: none;
  background: transparent;
  border: 1px solid white;
  color: white !important;
  margin: 10px 0px;
}
.sumbmit-btn{
  width: 100%;
  padding: 6px;
  border-radius: 7px;
  outline: none;
  background: white;
  border: 1px solid white;
  color: red !important;
  margin: 10px 0px;
}

.home_contact ::placeholder {
  color: white !important;
  opacity: 1; /* Firefox */
  font-size: 12px;
}
.contcat_bg {
  background: #e97716;
}
.cursor {
  cursor: pointer;
}
#company {
  display: none;
}

.contcat_bg label {
  font-size: 17px;
}
input[type="radio"] {
  transform: scale(1.1);
  margin-right: 5px;
}
.text-end12 {
  text-align: end;
}
.bgset_15 {
  background: var(--brandcolor) !important;
  justify-content: center;
  padding: 20px 0px;
}

::-ms-value {
  color: red !important;
  opacity: 1; /* Firefox */
  font-size: 12px;
}

.bgset18 {
  /* background: url('../images/bg_ban/43.jpg'); */
  background: url("../images/bg_ban/1317.jpg");
  background-size: cover;
  padding: 100px 0px;
}

.testimonial_box p,
h5 {
  text-align: left;
}

.marque_bgset {
  background: var(--brandcolor);
  padding-bottom: 0px;
  margin-bottom: -6px !important;
}
.notice-wrapper span {
  color: white !important;
}

/* about us */

.about_usbgset {
  background: url("../images/pages/about-image.jpg");
  /* background: url('../images/bg_ban/Solar-Panel-Installation-In-Jodhpur.png'); */
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
.about_usbgset2 {
  background: url("../images/bg_ban/solar-calc.jpg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 140px 0px;
}

.about_img {
  display: none;
}
.about_img2 {
  display: none;
}
.know_more {
  width: 35px;
  height: 35px;
  background: var(--second-primary);
  /* color: white; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.About_content {
  padding: 20px;
  padding-right: 30px;
  border: 2px solid;
}
.About_content1 {
  padding: 20px;
  padding-left: 100px;
  height: 300px;
}
.know_more i {
  transition: all 0.5s ease-in-out;
}

.button_about {
  display: flex;
  justify-content: start;
  align-items: baseline;
  width: 40%;
}
.button_about:hover .know_more {
  margin-left: 5px;
}
.button_about:hover .know_more i {
  margin-left: 5px;
}
.advantage img {
  transition: all 0.6s ease-in-out;
}
.advantage:hover img {
  transform: rotateY(180deg);
}
.solar_work_img img {
  transition: all 0.6s ease-in-out;
}
.solar_work_img:hover img {
  transform: rotateY(180deg);
}

.blog_bgset12 {
  background: url("../images/bg_ban/blog_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 50px;
}
.know_more_btn {
  background: white;
}

.contact_section {
  background-color: #f3f7f9;
  /* background-color: #e9e9e9; */
  padding: 50px 0px;
}

/* gallery code */

.gallery-item {
  margin-bottom: 20px;
}
.tab-content {
  padding: 20px;
}
.gallery-item img {
  width: 100%;
}

.inner_banner {
  position: relative;
}
.bredcrumb img {
  width: 100%;
}
.bredcrumb_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bredcrumb_text h4 {
  color: white;
  font-size: 30px;
  font-weight: 800;
  position: relative;
}
.bredcrumb_text h4::before {
  position: absolute;
  content: "";
  border-radius: 20px 0px 20px 0px;
  width: 45%;
  margin: auto;
  bottom: 0px;
  margin-left: 2px;
  height: 2px;
  background: var(--brandcolor);
}

/* project */
.project_section {
  padding: 70px;
  /* background: #e3f4fc; */
}
.project_section .container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px !important;
  position: relative;
  /* z-index: 1; */
  background: white;
}

.project_section .container:before {
  background-image: url("https://www.zohowebstatic.com/sites/zweb/images/crm/images/plus-pattern-bg-yellow.svg");
  object-fit: contain;
  background-repeat: repeat;
  position: absolute;
  width: 20%;
  height: 45%;
  left: -3%;
  top: -8%;
  content: "";
  z-index: -10;
}

.project_section .container::after {
  background-image: url("https://www.zohowebstatic.com/sites/zweb/images/crm/images/plus-pattern-bg-yellow.svg");
  object-fit: contain;
  background-repeat: repeat;
  position: absolute;
  width: 17%;
  height: 35%;
  right: -4%;
  bottom: -10%;
  content: "";
  z-index: -10;
}

.project_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_img img {
  width: 100%;
  height: 90%;
  border-radius: 10px;
}
.common-heading2 h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--second-primary);
}
.project_content p {
  text-align: justify;
}

.client_comment {
  margin-top: 20px;
}
.client_comment p {
  margin: 3px;
}

/* counter */

.counter_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 25px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.counter_box h3 {
  color: white;
  font-size: 25px;
  font-weight: 900;
}

.counter_box .plus_size {
  color: white;
  font-weight: 700;
  margin-top: 1px;
}

.counter_box p {
  color: white;
  font-weight: 500;
  font-size: 17px !important;
  margin-bottom: 0;
}

.countbox i {
  font-size: 22px;
  text-align: center;
  width: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.counter_box .fa-user {
  color: #2f75ff;
  background: #eaf1ff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.countbox:hover .fa-user {
  color: white;
  background-color: #2f75ff;
}

.counter_box .fa-comments {
  color: #fd5343;
  background: #ffedec;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.countbox:hover .fa-comments {
  color: white;
  background-color: #fd5343;
}

.counter_box .fa-product-hunt {
  color: #9e59ff;
  background: #f5eeff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.countbox:hover .fa-product-hunt {
  color: white;
  background-color: #9e59ff;
}

.counter_box .fa-users {
  color: #12b571;
  background: #e7f7f1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.countbox:hover .fa-users {
  color: white;
  background-color: #12b571;
}

.counter {
  color: white;
  margin-bottom: 0;
}

.plus_size {
  font-size: 25px;
  color: white;
  margin: -12px 0 0 -10px;
}

.counter_text {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .counter-section {
    background-color: var(--color);
    padding: 18px 0 40px 0;
  }
}

.info-help {
  background: url("https://bluebirdsolar.com/cdn/shop/files/Group_44424_2x_aa3adc5a-6d8c-40fa-9b1a-fb897c4f325d.png?v=1652508124");
  background-size: cover;
  background-repeat: repeat;
  padding: 20px 0px;
}
.mobile_counter {
  display: none;
}

.counter_box {
  background: transparent;
  background-image: url("https://bluebirdsolar.com/cdn/shop/t/26/assets/awd_box.svg?v=32124246102632697931705731501");
  background-size: cover;
  /* border: 1px solid red; */
  background-position: center;
  padding: 40px 0px;
}

/* about page */

.about_us_section {
  padding: 50px 0px;
  margin: 20px 0px;
}

.about_img_page {
  padding: 10px;
  background: white;
  border-radius: 5px;
}
.about_img_page img {
  width: 100%;
  border-radius: 5px;
}
.about_us_section {
  position: relative;
  z-index: 1;
}
.about_us_section::before {
  position: absolute;
  width: 25%;
  border-radius: 0px 5px 5px 0px;
  height: 100%;
  content: "";
  top: 0px;
  background: url("https://bluebirdsolar.com/cdn/shop/files/Group_44424_2x_aa3adc5a-6d8c-40fa-9b1a-fb897c4f325d.png?v=1652508124");
  z-index: -1;
}

.about_us_section .container {
  position: relative;
  z-index: 1;
}
.about_us_section .container::before {
  /* background-image: url('https://www.zohowebstatic.com/sites/zweb/images/crm/images/plus-pattern-bg-yellow.svg'); */
  background: var(--brandcolor);
  object-fit: contain;
  border-radius: 80% 0% 0% 0%;
  background-repeat: repeat;
  position: absolute;
  width: 8%;
  height: 20%;
  left: -3%;
  top: -10%;
  content: "";
  z-index: -10;
}
.about_us_section .container::after {
  background-image: url("https://www.zohowebstatic.com/sites/zweb/images/crm/images/plus-pattern-bg-yellow.svg");
  /* background: var(--brandcolor); */
  object-fit: contain;
  border-radius: 50%;
  background-repeat: repeat;
  position: absolute;
  width: 100px;
  height: 100px;
  left: -3%;
  bottom: -7%;
  content: "";
  z-index: -10;
}

/* mission */

.img1 img {
  width: 100%;
}
/* ....team */

.dir-bg {
  background-color: #f7f7f7;
}

.dir-page {
  margin-bottom: 40px;
}

.dir-page h2 {
  text-align: center;
  font-size: 38px;
  position: relative;
  display: inline-block;
}

.dir-page h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  top: 50%;
  right: -115px;
  transform: translateY(-50%);
  background-color: #1968b3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (max-width: 768px) {
  .dir-page {
    margin-bottom: 20px;
  }

  .dir-page h2 {
    text-align: center;
    font-size: 28px;
    position: relative;
    display: inline-block;
  }
  .dir-img {
    margin-bottom: 20px;
  }
}

.dir-img img {
  border-radius: 50%;
  width: 20%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  outline: 10px solid white;
}

.dir-content h3 {
  font-size: 26px;
  color: #1968b3;
  margin-bottom: 12px !important;
  margin-top: 20px;
  text-align: left;
}
.dir-content p {
  text-align: justify;
}
.dir-wrapper {
  background-color: #efeff0;
  padding: 20px;
  margin-top: 10px;
  min-height: 400px;
}

/* tabs */

#industries_sec {
  background-image: -webkit-linear-gradient(
    315deg,
    rgb(249, 210, 157) 0%,
    rgb(255, 216, 203) 74%
  );
  /* height: 840px; */
  width: 100%;
}

.tab {
  display: flex;
  padding: 30px 0px;
}

.tab > li {
  background-color: white;
  color: black;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
  font-size: 17px;
  padding: 6px 12px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  width: 200px;
  margin-left: 7px;
}

.tab > li:after {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgb(244, 139, 49);
  border-width: 14px;
  bottom: -27px;
  margin-left: -12px;
  display: none;
}

.tab > li:hover {
  background-color: #f7f5ed;
  color: var(--bs-orange);
  border: none;
}

.tab > li:hover h6 {
  color: var(--bs-orange);
}

.tab > li.active {
  background: -webkit-linear-gradient(
    left,
    rgb(240, 171, 50) 0%,
    rgb(249, 109, 48) 100%
  );
  color: white;
}

.tab > li.active h6 {
  color: white;
}

.tab > li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgb(244, 139, 49);
  border-width: 14px;
  bottom: -27px;
  margin-left: -12px;
  display: block;
}

.indst_content {
  background-color: white;
  height: auto;
  border-radius: 20px;
  transition: 0.5s;
}

.indst_content:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.about_content_page p {
  text-align: justify;
}
.product-sticky {
  position: sticky;
  top: 100px;
}
.product-wrapper {
  p {
    text-align: justify;
  }
  .product-bg {
    background-color: #f1f1f1;
  }
  #myVideo {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
}
  img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
}



  /* blogs details */
  .blog_details_img{
    position: sticky;
    top: 130px;
    margin-bottom: 20px;
  }
  .blog_details_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



/* video gallery =========================*/

.gallery124-item {
  /* margin: 10px; */
  cursor: pointer;
  position: relative;
}



.gallery124-item img{
  width: 100%;
  height: 90%;
  border-radius: 5px;
  position: relative;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* modal124 styles */
.modal124 {
  display: none;
  position: fixed;
  z-index: 9999999999999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100vw !important;
  height: 100vh !important;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal124-content {
  margin: auto;
  display: block;
  width: 80%;
  height: 90vh;
}
.close124 {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}
.close124:hover,
.close124:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
  
.video-gall{
  height: 300px;
}

.memberSection .swiper-slide{
  background: transparent !important;
}

.memberSection.swiper-horizontal {
  touch-action: pan-y;
  padding-bottom: 70px !important;
}


.memberSection .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  left: 0px !important;
}
.text{
	z-index:1000 !important;
}

/* Arrow container */
.homebanner .swiper-button-prev,
.homebanner .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

/* Hover effect */
.homebanner .swiper-button-prev:hover,
.homebanner .swiper-button-next:hover {
    background-color: #eb9731; /* brand color */
}

/* Arrow icon size */
.homebanner .swiper-button-prev::after,
.homebanner .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* Arrow container */
.memberSection .swiper-button-prev,
.memberSection .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

/* Hover effect */
.memberSection .swiper-button-prev:hover,
.memberSection .swiper-button-next:hover {
    background-color: #eb9731;
}

/* Arrow icon size */
.memberSection .swiper-button-prev::after,
.memberSection .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

