@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");

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", sans-serif;
  background: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0;
}

ul li {
  list-style: none;
}
p {
  margin-bottom: 0px;
}
h1 {
  margin-bottom: 0px;
}

h2,
h3,
h4 {
  margin-bottom: 0px;
}

:root {
  --black: #000;
  --white: #fff;
  --lite: #3c3734;
}

/* magnetic cursor design start */
.magnetic-cursor {
  width: 40px;
  height: 40px;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: fixed;
  top: -2%;
  left: -1%;
  z-index: 99999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
/* magnetic cursor design end */

/* section css */
section {
  padding: 50px 0px;
}
.section-head {
  text-align: center;
  margin-bottom: 50px;
}
.section-head .heading {
  font-size: 100px;
  font-weight: 600;
  position: relative;
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .section-head .heading {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }
  section {
    padding: 20px 0px;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head .heading {
    font-size: 24px;
  }
}
/* section css */

/* footer css */
.footer {
  padding: 50px 0px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0px;
  }
}
/* footer css */

/* ============================ custom css start ============================== */

/* fixed icons css start */
.fix-icons .whatsapp-icon {
  position: fixed;
  top: 80%;
  right: 2%;
  z-index: 999999;
}
.fix-icons .phone-icon {
  position: fixed;
  top: 80%;
  left: 2%;
  z-index: 999999;
}
.fix-icons .whatsapp-icon a {
  color: #fff;
  font-size: 24px;
  background: #000;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: rgba(228, 226, 226, 0.967) 0px 0px 5px 5px;
}
.fix-icons .phone-icon a {
  color: #fff;
  font-size: 24px;
  background: #000;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: rgba(228, 226, 226, 0.967) 0px 0px 5px 5px;
}

@media screen and (max-width: 767px) {
  .fix-icons .whatsapp-icon a {
    font-size: 16px;
    padding: 6px 10px;
  }
  .fix-icons .phone-icon a {
    font-size: 16px;
    padding: 7px 10px;
  }
}

/* end of fixed icons css */

/* top button css start here */

.top {
  display: none;
  color: var(--lite);
  font-size: 24px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99999999;
}

.top:hover {
  color: #cc410e;
}

/* top button css end here */

/* ------------------ navbar css start here ---------------------- */

.nav-container {
  position: sticky;
  top: 0;
  z-index: 99999;
}
.nav-container .navbar-light {
  background: var(--black) !important;
}

.navbar {
  z-index: 10;
  box-shadow: rgba(190, 188, 188, 0.795) 0px 2px 10px;
}

.navbar .logo-img {
  width: 150px;
  height: 100%;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: var(--white);
  font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: rgb(214, 214, 34);
}
.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar-light .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
}

.navbar-light .navbar-toggler:focus {
  border-color: #fff;
  box-shadow: none;
}

/* responsive css start */
@media screen and (max-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px;
  }
  .navbar .logo-img img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .logo-img {
    width: 120px;
  }

  .product-link {
    padding: 0px !important;
  }
}
@media screen and (max-width: 460px) {
  .navbar .logo-img {
    width: 100px;
  }
}

/* end of responsive css */

/* ------- dropdown css start ------- */

.dropdown-menu {
  left: 0% !important;
  top: 90px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
  background: var(--lite);
  height: 300px;
}

.list-group-item {
  background: none;
  color: aliceblue;
  line-height: 30px;
  padding: 5px 0px !important;
  padding-left: 5px !important;
}

.list-group-item:hover {
  color: #d80d0d;
}

@media screen and (max-width: 1200px) {
  .dropdown-menu a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .list-group-item {
    padding: 0px !important;
  }
}

/* ------- end of dropdown css ------- */

/* --------------------- end of navbar css --------------------------- */

/* ---------------- running text css start here --------------- */

.yell-blu {
  background: #000;
  padding: 100px 0px;
}

.channel {
  padding: 30px 0;
  background: #1e93ff;
  color: #000;
  overflow: hidden;
  width: 100%;
  position: relative;
  transform: rotate(-7deg);
}

.scrolling-track {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scrolling-wrapper {
  display: flex;
  animation: scroll-left 10s linear infinite;
  width: fit-content;
}

.scrolling-inner {
  display: flex;
  gap: 100px;
}

.taste {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 24px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.edition {
  padding: 30px 0;
  background: yellow;
  color: #000;
  overflow: hidden;
  width: 100%;
  position: relative;
  transform: rotate(7deg);
}

/* responsive css */

@media screen and (max-width: 1200px) {
  .yell-blu {
    padding: 70px;
  }
  .channel {
    padding: 15px 0px;
  }
  .edition {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 991px) {
  .yell-blu {
    padding: 50px 0px;
  }
  .channel {
    padding: 10px 0px;
    transform: rotate(-5deg);
  }
  .edition {
    padding: 10px 0px;
    transform: rotate(5deg);
  }
  .taste {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .yell-blu {
    padding: 45px 0px;
  }

  .channel {
    padding: 10px 0px;
  }
  .edition {
    padding: 10px 0px;
  }

  .taste {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  .yell-blu {
    padding: 30px 0px;
  }
}

/* responsive css */

/* --------------------- running text css ends here ------------------- */

/* --------------------- comp css start here ------------------ */

.comp {
  background: #000;
}

.comp .clients {
  position: relative;
  overflow: hidden;
}

.comp .clients .shape {
  position: relative;
  overflow: hidden;
}
.comp .clients .text {
  position: absolute;
  top: 10%;
  left: 10%;
}
.comp .clients .text p {
  font-size: 22px;
  margin-bottom: 60px;
  font-weight: 500;
}
.comp .clients .text h3 {
  font-size: 50px;
  font-weight: 600;
}

.comp .right-up,
.right-down {
  display: flex;
}

/* responsive css start */

@media screen and (max-width: 1200px) {
  .comp .clients .text p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .comp .clients .text p {
    font-size: 22px;
    padding-right: 5px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .comp .clients .text p {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .comp .clients .text p {
    font-size: 18px;
  }
  .comp .clients .text h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 420px) {
  .comp .clients .text {
    left: 5%;
  }
  .comp .clients .text p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .comp .clients .text h3 {
    font-size: 30px;
  }
}

/* responsive css ends */

/* ---------------------- comp css ends here --------------------- */

/* --------------------- services css start here ------------------ */

.services .service-card {
  color: var(--white);
  text-align: center;
  border: 0.5px dotted #fff;
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 20px;
  /* min-height: 285px;
  max-height: 285px; */
  overflow: hidden;
}

.services .service-card .service-img img {
  margin-bottom: 10px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.services .service-card:hover .service-img img {
  transform: scale(1.07);
}

.services .service-card .service-text p {
  color: #fff;
  margin-bottom: 10px;
}

.services .service-card .read-more {
  margin: 10px 0px;
}

.services .service-card .read-more p {
  display: inline-block;
  color: #fff;
  background: orangered;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  transition: 0.5s ease-in-out;
}
.services .service-card .read-more:hover p {
  background: #fff;
  color: #000;
}

/* responsive css start */

@media screen and (max-width: 991px) {
  .services .service-card .service-text p {
    font-size: 14px;
  }
  .services .service-card .read-more p {
    padding: 2px 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .services .service-card .service-text p {
    font-size: 12px;
  }
  .services .service-card .read-more {
    margin: 5px 0px;
  }
  .services .service-card .read-more p {
    padding: 2px 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .services .service-card .service-text p {
    font-size: 10px;
  }
}

/* responsive css ends */





/* owl carousel dots css start */

/* Center the dots below the carousel */
.related-product-category-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Style for each dot */
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff !important;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: 0.3s;
}

/* Active dot style */
.owl-dots .owl-dot.active span {
  background: orangered !important;
}

@media screen and (max-width: 767px) {
  .related-product-category-carousel .owl-dots {
    display: none;
  }
}

/* owl carousel dots css end */


/* --------------------- services css ends here ------------------- */

/* ---------------------- about us css start here ---------------------- */

.about .about-img {
  display: flex;
  justify-content: center;
  box-shadow: rgba(243, 242, 242, 0.966) 0px 2px 5px 5px;
  
}

.about .about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  color: #fff;
  text-align: justify;
}

.about .about-text h3 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 30px;
}

.about .about-text .read-more {
  margin-top: 40px;
  display: inline-block;
  background: var(--white);
  padding: 10px 20px;
  border: 1px solid #fff;
  transition: 0.5s ease-in-out;
}

.about .about-text .read-more a {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  transition: 0.5s ease-in-out;
}

.about .about-text .read-more:hover {
  background: none;
}
.about .about-text .read-more:hover a {
  color: var(--white);
}

/* responsive css start */
@media screen and (max-width: 991px) {
  .about .about-img {
    margin-bottom: 20px;
  }
  .about .about-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .about .about-text .read-more {
    padding: 5px 15px;
  }
  .about .about-text .read-more a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about .about-text .read-more {
    margin-top: 20px;
    padding: 3px 10px;
  }

  .about .about-text .read-more a {
    font-size: 14px;
  }
}

/* responsive css end */

/* ---------------------- about us css ends here ----------------------- */

/* ---------------------- brands css start here ------------------------ */
.brands .section-head .heading {
  font-size: 50px;
}
.brands .brand-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: rgba(243, 242, 242, 0.863) 0px 2px 2px 5px;
}

@media screen and (max-width: 991px) {
  .brands .brand-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brands .section-head .heading {
    font-size: 24px;
  }
}

/* ---------------------- brands css ends here ------------------------- */

/* ---------------------- testimonial css start here --------------------- */

.testimonials .testimonial-text {
  text-align: center;
  color: var(--white);
}

.testimonials .testimonial-text {
  font-style: italic;
  font-size: 14px;
}

.testimonials .testimonial-text .star {
  margin: 20px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.testimonials .testimonial-text h3 {
  font-style: normal;
}

/* owl carousel dots css start */

/* Center the dots below the carousel */
.testimonials .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Style for each dot */
.testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #535353 !important;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: 0.3s;
}

/* Active dot style */
.testimonials .owl-dots .owl-dot.active span {
  background: var(--white) !important;
}

@media screen and (max-width: 767px) {
  .testimonials .owl-dots {
    display: none;
  }
}

/* owl carousel dots css end */

/* responsive css */

@media screen and (max-width: 767px) {
  .testimonials .testimonial-text {
    font-size: 12px;
  }

  .testimonials .testimonial-text .star {
    margin: 10px 0px 5px;
    gap: 5px;
    color: var(--white);
  }

  .testimonials .testimonial-text h4 {
    font-size: 18px;
  }
}

/* responsive css */

/* ---------------------- testimonial css ends here --------------------- */

/* --------------------- footer css start here ------------------------ */

.footer {
  color: #fff;
  background: var(--black);
}

.footer .part-1 .head img {
  width: 150px;
  margin-bottom: 5px;
}

.footer .part-1 p {
  text-align: justify;
}

.footer .part .head {
  border-bottom: dashed 1px #fff;
  margin-bottom: 10px;
}
.footer .part .head h2 {
  font-size: 24px;
}

.footer .part-2 {
  margin: 0px 20px;
}

.footer .part-2 .location {
  margin-bottom: 10px;
}

.footer .part-2 .location iframe {
  border: 2px solid #fff;
  width: 100%;
}

.footer .part-2 .address {
  border-bottom: 1px solid #fff;
}

.footer .part-2 .address h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.footer .part-2 .address h4 {
  font-size: 18px;
}
.footer .part-2 .address p {
  margin-bottom: 20px;
}

.footer .part-2 .detail {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer .part-2 .detail a {
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.footer .part-3 .detail h3 {
  font-size: 18px;
}

.footer .part-3 .detail p {
  margin-bottom: 20px;
}

.footer .part-3 .social-icons .footer-icons {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}

.footer .part-3 .social-icons .footer-icons i {
  color: #fff;
  font-size: 22px;
}

/* footer widget css */
.footer-widget {
  border-top: 1px solid #fff;
  padding: 10px 0px;
  color: #fff;
  background: var(--black);
}

.footer-widget .widget-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-widget .widget-text p {
  font-size: 14px;
  margin-bottom: 0px;
}
.footer-widget .widget-text p span {
  font-weight: 600;
}

.footer-widget .widget-text a {
  color: #fff;
}
/* footer widget css */

/* responsive footer css start here */

@media screen and (max-width: 1200px) {
  .footer .part .head h2 {
    font-size: 16px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer .part-2 .detail a {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 991px) {
  .footer .part-2 {
    margin: 0px 0px;
  }
  .footer .part {
    margin-bottom: 20px;
  }
  .footer .part .head h2 {
    font-size: 22px;
  }

  .footer-widget .widget-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-widget .widget-text .t-4-a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .part-1 .head img {
    width: 120px;
  }
  .footer .part-2 {
    margin: 0px 0px;
  }

  .footer .part-2 .location {
    margin-bottom: 5px;
  }

  .footer .part-2 .address h3 {
    font-size: 18px;
  }
  .footer .part-2 .address h4 {
    font-size: 14px;
  }

  .footer .part-3 .detail h3 {
    font-size: 16px;
  }

  .footer .part-3 .detail p {
    margin-bottom: 10px;
  }
  .footer .part-3 .social-icons .footer-icons {
    margin-top: 10px;
    gap: 15px;
  }

  .footer .part-3 .social-icons .footer-icons i {
    font-size: 16px;
  }
  .footer-widget .widget-text .t-4-a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 460px) {
  .footer-widget .widget-text p {
    font-size: 10px;
  }
  .footer .part-1 .head img {
    width: 100px;
  }
}

/* responsive footer css end */

/* ------------------- end of footer css here --------------------- */

/* ---------------- contact us css start here ----------------- */

.contact-us {
  background: var(--black);
  background-attachment: fixed;
}

.contact-us .section-head {
  margin-bottom: 40px;
  text-align: center;
}

.contact-us .contact-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.contact-us .head-para {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.contact-us .contact-form .form-control {
  background-color: transparent;
  font-size: 16px;
  padding: 10px 10px !important;
  border: none;
  /* border: 1px solid #444343; */
  box-shadow: rgba(236, 235, 235, 0.35) 0px 5px 15px;
  border-radius: 5px;
  color: #fff !important;
}

.contact-us .contact-form .form-control:focus {
  color: #fff;
  /* box-shadow: rgba(236, 235, 235, 0.35) 0px 5px 15px;
  border-color: #fff; */
  background-color: transparent;
}

.contact-us .contact-form .form-control::placeholder {
  color: #fff;
}

.contact-us .form-btn {
  display: flex;
  justify-content: center;
}

.contact-us .form-btn button {
  outline: none;
  display: inline-block;
  background: var(--white);
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 22px;
  transition: 0.5s ease-in-out;
}

.contact-us .form-btn button:hover {
  color: #fff;
  background: #000;
}

/* responsive css  */

@media screen and (max-width: 991px) {
  .contact-us .form-btn button {
    padding: 5px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .section-head {
    margin-bottom: 20px;
  }

  .contact-us .contact-head h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .contact-us .form-btn button {
    padding: 3px 10px;
    font-size: 14px;
  }
  .contact-us .contact-form .form-control {
    padding: 5px 5px !important;
  }
}

/* end of responsive */

/* ------------------------- captcha css start ------------------- */

.captchasep1 {
  display: flex;
}

.captchasep1 .border {
  border: none !important;
  box-shadow: rgba(236, 235, 235, 0.35) 0px 5px 15px !important;
}

.contact-us .contact-form .captchasep1 .form-floating label {
  color: #fff;
}

.contact-us .contact-form .captchasep1 .form-floating .form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #000;
}

.captchasep1 input {
  width: 100% !important;
  height: 40px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
}

.captchasep1 .captcha-codes-sec p {
  letter-spacing: 9px;
  font-style: italic;
  font-size: 32px;
  font-weight: 800;
  padding: 5px;
  height: 100%;
  color: #fff;
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  height: 100%;
  border: none;
  background: none;
}

.captchasep1 .captcha-codes-sec button i {
  background: var(--white);
  color: #000;
  padding: 10px;
  border-radius: 5px;
}

/* responsive captcha */
@media screen and (max-width: 767px) {
  .captchasep1 .captcha-codes-sec p {
    letter-spacing: 2px;
    font-size: 18px;
    width: 60% !important;
  }

  .captchasep1 .captcha-codes-sec button {
    font-size: 12px;
  }

  .contact-form .captchasep1 .form-floating label {
    font-size: 14px;
    padding: 5px;
  }

  .form-floating .form-control,
  .form-floating .form-select {
    height: 2.5rem;
    line-height: 1.25;
  }
}

/* -----------captcha css end here ------------ */

/* -------------------- end of contact us css here --------------------------- */

/* ---------------- blog css start here --------------------*/
.blogs-card {
  border: 1px solid #61606065;
  margin-bottom: 30px;
}

.blog-post img {
  border-bottom: 5px solid var(--lite);
}

.blog-card-content {
  background: #18191b;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.blog-card-content .blog-date {
  margin-top: 30px;
  text-align: center;
}

.blog-card-content .blog-date span {
  background-color: var(--lite);
  padding: 25px 20px;
  font-size: 30px;
}

.blog-card-name h3 {
  text-align: justify;
  font-size: 22px;
  margin-bottom: 23px;
  font-weight: 600;
}

.blog-card-name p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 25px;
}

.blog-card-name .more {
  display: inline-block;
  background-color: var(--lite);
  padding: 5px 20px;
  transition: 0.4s ease-out;
}
.blog-card-name .more a {
  color: #fff;
}
.blog-card-name .more:hover {
  background: #fff;
}

.blog-card-name .more:hover a {
  color: #000;
}

/* responsive css */

@media (max-width: 991px) {
  .blogs-card {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blogs-card {
    margin-bottom: 25px;
  }

  .blog-card-content {
    gap: 5px;
    padding: 5px;
  }

  .blog-card-name h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .blog-card-name p {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .blog-card-name {
    font-size: 12px;
  }
  .blog-card-name .more {
    padding: 4px 15px;
  }

  .blog-card-content .blog-date span {
    padding: 22px 17px;
    font-size: 21px;
  }

  .blog-card-content {
    gap: 10px;
  }
}

/* responsive css */

/* ---------------- blog css ends here  --------------------*/

/* ------------------------ why choose us css start here ------------------- */

.why-choose-us {
  /* background: rgba(232, 228, 228, 0.886); */
}

.why-choose-us .why-text {
  text-align: center;
  padding: 30px 20px;
  /* background: var(--white); */
  background: rgba(246, 239, 239, 0.886);
}

.why-choose-us .why-text h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--dark-blue);
}

.why-choose-us .why-text p {
  color: #595858;
}

/* responsive css */

@media screen and (max-width: 1400px) {
  .why-choose-us .why-text {
    padding: 20px 10px;
  }

  .why-choose-us .why-text {
    min-height: 250px;
    max-height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .why-choose-us .why-text {
    padding: 20px 5px;
  }

  .why-choose-us .why-text h3 {
    margin-bottom: 10px;
  }

  .why-choose-us .why-text p {
    font-size: 14px;
  }

  .why-choose-us .why-text {
    min-height: 230px;
    max-height: 230px;
  }
}

@media screen and (max-width: 991px) {
  .why-choose-us .why-card {
    margin-bottom: 15px;
  }

  .why-choose-us .why-text {
    padding: 20px 10px;
  }

  .why-choose-us .why-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .why-choose-us .why-text p {
    font-size: 12px;
  }

  .why-choose-us .why-text {
    min-height: 160px;
    max-height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .why-choose-us .why-card {
    margin-bottom: 20px;
  }

  .why-choose-us .why-text {
    min-height: 130px;
    max-height: 130px;
  }
}

@media screen and (max-width: 460px) {
  .why-choose-us .why-text {
    min-height: 160px;
    max-height: 160px;
  }
}

@media screen and (max-width: 360px) {
  .why-choose-us .why-text {
    min-height: 200px;
    max-height: 200px;
  }
}

/* responsive css */

/* ------------------------ end of why choose us css here ------------------- */

/* ======================================================================================================= */
/* ======================================================================================================= */

/* ------------------------ about us page css start here ---------------------------- */

.about-page .about-text p {
  text-align: justify;
  margin-bottom: 10px;
}

/* ------------------- exprt-approach css start here ---------------------- */

.exprt-appr .exprt-card {
  background: #94939346;
  margin-bottom: 30px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.795) 0px 3px 8px;
}

.exprt-appr .exprt-card h3 {
  margin-bottom: 20px;
  color: #fff;
}

.exprt-appr .exprt-card p {
  color: #ffffffa6;
}

/* responsive css */

@media screen and (max-width: 767px) {
  .exprt-appr .exprt-card {
    margin-bottom: 15px;
    padding: 10px 5px;
  }

  .exprt-appr .exprt-card h3 {
    margin-bottom: 10px;
  }
}

/* responsive css */

/* ------------------- end of exprt-approach css here --------------------- */

/* -------------- mission vision css start here ------------- */

.mission-vision {
  color: #fff;
}

.mission-vision .mission-border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.mission-vision .vision-border {
  border-bottom: 2px solid #fff;
  padding: 20px 0px;
}

.mission-vision .mission-vision-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mission-vision h2 {
  margin-bottom: 10px;
}

.mission-vision p {
  text-align: justify;
}

/* responsive css start */

@media screen and (max-width: 991px) {
  .mission-vision img {
    margin-bottom: 10px;
  }
  .mission-vision .mission-border {
    margin-bottom: 0px;
  }
}
/* end of responsive */

/* -------------- end of mission vision css ----------------- */

/* ------------------------ end of about us page css here --------------------------- */

/* ============================================================================================================= */
/* ============================================================================================================= */

/* -------------------------- contact page css start here ------------------------------ */

.details .contact-detail {
  background: #94939346;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.details .contact-detail .head {
  margin-bottom: 10px;
}
.details .contact-detail a {
  color: #ffffffa6;
  font-size: 24px;
}
.details .contact-detail .addr {
  color: #ffffffa6;
  font-size: 24px;
}
.details .contact-detail p i {
  font-size: 24px;
  border: 2px dotted #fff;
  padding: 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

/* responsive css start */

@media screen and (max-width: 767px) {
  .details .contact-detail {
    padding: 10px 0px;
  }
  .details .contact-detail a {
    font-size: 14px;
  }
  .details .contact-detail .addr {
    font-size: 14px;
  }
}

/* responsive css end */

/* -------------------------- contact page css ends here ------------------------------- */

/* =========================================================================================================== */
/* =========================================================================================================== */

/* ------------------------------------ blog detail page css start here ----------------------------------- */

.blog-detail {
  color: #fff;
  text-align: justify;
}
.blog-detail .about-blog .blog-img img {
  margin-bottom: 20px;
}

.blog-detail .blog-date p {
  display: inline-block;
  background: rgba(197, 194, 194, 0.377);
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-detail .blog-text h3,
h4 {
  margin-bottom: 10px;
}

.blog-detail .blog-text p {
  margin-bottom: 30px;
}

/* ------------------------------------ blog detail page css ends here ------------------------------------ */

/* =============================================================================================================== */
/* =============================================================================================================== */

/* ------------------------------ service detail page css start here ------------------------------ */

.service-detail {
  color: #fff;
}

.service-detail .service-name {
  text-align: center;
  margin-bottom: 50px;
  font-size: 50px;
}

.service-detail .service-detail-text {
  text-align: justify;
}

.service-detail .service-img img {
  border: 2px dotted #fff;
  padding: 2px;
  border-radius: 5px;
}

.service-enquiry {
  padding-top: 0px;
  color: #fff;
}

.service-enquiry h3 {
  margin-bottom: 10px;
}

.service-enquiry p {
  margin-bottom: 30px;
  text-align: justify;
}

/* responsive css start */

@media screen and (max-width: 991px) {
  .service-detail .service-name {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .service-detail .service-img img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .service-detail .service-name {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .service-enquiry h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .service-enquiry p {
    margin-bottom: 15px;
  }
}

/* responsive css end */

/* ------------------------------ service detail page css ends here ------------------------------- */

/* ================================================================================================================= */
/* ================================================================================================================= */

/* ------------------------------- infrastructure page css start here ---------------------------------- */

.infrastructure {
  color: var(--white);
}
.infrastructure .infra-img {
  display: flex;
  justify-content: center;
  height: 100%;
}
.infrastructure .infra-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.infrastructure .infra-text h3 {
  margin-bottom: 20px;
}
.infrastructure .infra-text p {
  margin-top: 10px;
  text-align: justify;
}

.infrastructure .infra-text .infra-text-img {
  display: flex;
  gap: 20px;
}

/* responsive css start */

@media screen and (max-width: 991px) {
  .infrastructure .infra-img {
    display: none;
  }
  .infrastructure .infra-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .infrastructure .infra-text p {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
   .infrastructure .infra-text h3 {
    font-size: 14px;
  }
    .infrastructure .infra-text p {
    font-size: 12px;
  }
}

/* responsive css end */
/* ------------------------------- infrastructure page css ends here ---------------------------------- */





/* ======================================================================================================= */
/* ======================================================================================================= */


/* ------------------------- gallery page css start here ------------------------- */
.gallery{
  overflow: hidden;
}
.gallery .gallery-img img{
  box-shadow: rgba(241, 239, 239, 0.582) 0px 2px 2px 2px;
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .gallery .gallery-img img{
    margin-bottom: 20px;
  }
}

/* ------------------------- gallery page css ends here -------------------------- */