@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
  --primary: #017aff;
  --secondary: #ffff;
  --light: #ffff;
  --dark: #161616;
}

body {
  color: black;
}
.heads{ box-shadow: 0px 0px 5px #ccc}
.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 45px;
  z-index: 99;
}

p{
    font-size: 15px;
}
.innerb{ position: relative}
.innerb:before{ position: absolute; content: ""; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #000000a1}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 50px;
  height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  background: #6c757e;
  padding: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/


@media (max-width:760px){
    .navbar-nav .dropdown-menu {position: static;
    overflow-x: scroll;
    height: 200px;}
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
  display: block !important;
}

.navbar .navbar-brand {
  height: 110px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-weight: 500;
  outline: none;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
  gap: 15px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    /* margin-top: 0; */
    /* top: 150%; */
    /* opacity: 0; */
    visibility: hidden;
    /* transition: .5s; */ min-width: 650px;
        left: -185px;
  }

  .navbar .nav-item:hover .dropdown-menu {
   top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
        min-width: 650px;
        left: -185px;
        padding-bottom: 30px;
        padding-top: 30px;
  }

  .navbar .nav-item:hover .dropdown-menu .row .col-sm-4 {
    line-height: 30px;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
  }
}

@media (max-width: 760px) {
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
  }
}

.navbar .btn:hover {
  color: #ffffff !important;
  background: var(--primary) !important;
}

/*** Header ***/

.top-head {
  padding: 6px 20px;
  background-color: #017aff;
  height: 40px;
}

.header-carousel .carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  /* background: rgba(22, 22, 22, .7); */
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 160px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 150px !important;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .top-head {
    background-color: #017aff;
    height: 0px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /*height: 450px;*/
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.header-carousel .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 15px;
  transition: 0.5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.header-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.7)),
    url(/web/20250312185430im_/https://www.gurukripaengineering.com/img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Service ***/
.service-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-color: rgba(0, 0, 0, 0.03) !important;
  background-color: white;
}

.service-item .btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 38px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-item:hover .btn {
  width: 140px;
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-inner {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.portfolio-inner img {
  transition: 0.5s;
}

.portfolio-inner:hover img {
  transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}

.portfolio-inner:hover .portfolio-text {
  bottom: 0;
  opacity: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Team ***/
.team-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 60px;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-social {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 22, 22, 0.7);
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-social {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.team-item .team-social .btn {
  opacity: 0;
}

.team-item:hover .team-social .btn {
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  width: 100%; /* Updated to make it 100% width */
  margin: 0 auto;
}

.testimonial-carousel .testimonial-item {
  padding: 35px;
  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;
}

.testimonial-carousel .owl-dots {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  display: none;
}

.testimonial-carousel .owl-dots .owl-dot {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  background: #ffffff;
  border-radius: 40px;
  transition: 0.5s;
  opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
  border-radius: 60px;
  opacity: 0.4;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

/*** Contact ***/
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }

  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--secondary);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #fff;
  letter-spacing: 1px;
  box-shadow: none;
}

/* ==== partner section start ==== */

.slider-section {
  margin-top: 50px;
}

.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; */
}

.swiper {
  width: 100%;
  height: 100px;
  margin: 20px auto;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

/* ==== partner section end ==== */

/* ===== counter section start ==== */

.count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.counter-wrapper {
  /* background: #000080; */
  background-image: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)),
    url("/web/20250312185430im_/https://www.gurukripaengineering.com/img/banner/counter-banner.jpg");
  background: cover;
  background-position: center center;
  position: relative;
}

/* linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url("../img/carousel-2.jpg") center center no-repeat */

.counter-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 48px;
}

/* ==== working-proces section start ==== */

.working-proces {
  margin-top: 50px;
  width: 100%;
  padding: 0px;
  min-height: auto;
  /* background-color: #9B9B9B; */
  /* margin-top: 100px;
    margin-bottom: 100px; */
}

.working-proces .container-fluid .row .col-sm-4 .work-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 100%;
  height: 100%;
  background-color: white;
  text-align: center;
  padding: 20px;
}

.working-proces .container-fluid .row .col-sm-4 .work-box img {
  width: 100px;
}

.working-proces .container-fluid .row .col-sm-4 .work-box h5 {
  padding: 20px;
}

.working-proces .container-fluid .row .col-sm-4 .work-box p {
  text-align: justify;
  padding-bottom: 20px;
}

/* ==== working-proces section end ==== */

/* ===== about section start ==== */

.about .container .row .col-sm-8 p {
  text-align: justify;
}

/* ===== about section end ==== */

/* ===== value-key section start ==== */

.value-key .container .row .col-lg-6 .value-box {
  /* background-color: antiquewhite; */
  padding: 20px;
}

.value-key .container .row .col-lg-6 .value-box {
  height: 100%;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
}

.value-key .container .row .col-lg-6 .value-box h5 {
  /* text-align: center; */
  padding: 10px;
  /* text-decoration: underline; */
}

.value-key .container .row .col-lg-6 .value-box p {
  text-align: justify;
  padding: 10px;
}

/* ===== value-key section end ==== */

/* ===== what-we section start ===== */

.what-we {
  margin-top: 50px;
}

.what-we .container-fluid .row .col-sm-4 .what-we-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 15px;
  height: 100%;
}

.what-we .container-fluid .row .col-sm-4 h5 {
  padding-top: 30px;
}

.what-we .container-fluid .row .col-sm-4 p {
 
  text-align: justify;
}

/* ===== what-we section end ===== */

/* ===== mission section start ==== */

.mission {
  margin-top: 50px;
}

.mission .container .row h5 {
  font-size: 42px;
}

.mission .container .row p {
  text-align: justify;
}

/* ===== mission section end ==== */

/* === all-service section start ==== */

.all-service {
  margin-top: 100px;
}

.all-service .container-fluid .row .col-md-6 p {
  text-align: justify;
}

.intro-thumb {
  overflow: visible;
  margin: 0 0 30px;
  padding: 0 30px 30px 0;
}

.thumb,
figure {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.intro-thumb::before {
  top: 30px;
  left: 30px;
  right: 0px;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #000080 !important;
}

.intro-thumb img {
  position: relative;
}

/* === all-service section end ==== */

/* ==== whats aap icon start ==== */

.whatsapp-icon {
  padding-top: 10px;
  position: fixed;
  bottom: 110px;
  right: 40px;
  z-index: 1000;
  background-color: #25d366;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  transition: background-color 0.3s ease;
}

.whatsapp-icon:hover {
  background-color: #1edb38;
  color: white;
}

/* ==== whats aap icon start ==== */

/* === call icon start ==== */
.call-icon {
  padding-top: 12px;
  position: fixed;
  bottom: 175px;
  right: 40px;
  z-index: 1000;
  background-color: #007bff;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  transition: background-color 0.3s ease;
}

.call-icon:hover {
  background-color: #0056b3;
  color: white;
}

/* === call icon end  ==== */

/* ===== adress-text section start ==== */

.adress-text {
  margin-top: 20px;
  margin-bottom: 100px;
}

.adress-text .adress-text-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 15px;
  height: 100%;
}

.adress-text .adress-text-box img {
  width: 40px;
  margin-bottom: 20px;
}

.adress-text .adress-text-box p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* ===== adress-text section end ==== */

/* ==== modal section start ==== */

.modal .modal-content .modal-header {
  background-color: #017aff;
}

.modal .modal-content .modal-header h5 {
  color: white;
  font-size: 30px;
  /* margin-left: 145px; */
}

.modal-dialog {
  max-width: 365px;
  margin: 6.65rem auto;
}

.modal .modal-content .modal-body button {
  margin-left: 190px;
}

@media (max-width: 580px) {
  .modal .modal-content .modal-header h5 {
    color: white;
    font-size: 30px;
    margin-left: 0px;
  }

  .modal .modal-content .modal-body button {
    margin-left: 112px;
  }
}

/* ==== modal section end ==== */

/* ===== solution-item section start ==== */

.solution-item .container-fluid .row .col-md-3 .solution-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ===== solution-item section end ==== */

/* ==== blog section start ==== */

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.white-heading {
  color: #ffffff;
}

.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(https://web.archive.org/web/20250312185430im_/https://i.ibb.co/G32GT0L/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(/web/20250312185430im_/https://www.gurukripaengineering.com/css/img/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #ffffff;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

#demo1 .customNavigation,
#demo2 .customNavigation {
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0px;
  margin-top: -40px;
}

#demo1 .customNavigation .btn,
#demo2 .customNavigation .btn {
  padding: 0px;
}

#demo1 .customNavigation .btn.prev,
#demo2 .customNavigation .btn.prev {
  position: relative;
  left: -76px;
}

#demo1 .customNavigation .btn.next,
#demo2 .customNavigation .btn.next {
  position: relative;
  right: -70px;
  float: right;
}

div#demo1 {
  position: relative;
}

.user-blog {
  /* background: #faf2e8; */
  padding: 25px 0 25px;
}

.user-blog:before {
  position: absolute;
  top: -100px;
  left: 0;
  content: " ";
  background: url(/web/20250312185430im_/https://www.gurukripaengineering.com/css/img/user-blog.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

div#owl-demo1 .item {
  padding: 0 15px;
}

.blog-grid {
  background: #fff;
  /* box-shadow: 0px 0px 20px #c3c3c3; */
  margin: 10px 0;
  border: 1px solid #d6d6d6;
  border-radius: 1px;
}

.discretion-blog {
  padding: 15px;
}

.discretion-blog p {
  font-size: 15px;
  color: #454343;
}

.discretion-blog h4 {
  color: #454343;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.date-blog {
  background: #017aff !important;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

.date-blog:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 0 solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 12px solid #017aff !important;
  top: -11px;
  position: absolute;
  left: 0;
}

.img-date {
  position: relative;
}

.user-blog .owl-theme .owl-controls .owl-page span {
  width: 17px;
  height: 17px;
  background: #454343;
  opacity: 1;
}

.user-blog .owl-theme .owl-controls .owl-page.active span,
.user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000080;
}

/* ==== blog section end ==== */

/* ===== blog-detail section start ==== */

.blog-detail {
  margin-top: 30px;
}

.blog-detail .latestside-box {
  padding: 10px;
  border-bottom: 1px solid grey;
}

.blog-detail .latestside-box h5 {
  font-size: 16px;
  color: black;
}

.blog-detail .latestside-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.blog-detail .right-box {
  /* background-color: #e9ecef; */
  padding: 30px;
  height: 100%;
}

/* ===== blog-detail section end ==== */

/* ===== final-detail section start ===== */

.final-detail {
  margin-top: 50px;
}

.final-detail .wrapper {
  position: relative;
    margin: 0 auto;
    /* width: 550px; */
    /* padding-left: 150px; */
    /* padding-top: 177px; */
}

.final-detail .img-selection {
 /*position: absolute; */
    left: 0;
    top: 0;
    width: 700px;
    /* height: 400px !important; */
    display: flex;
    /* margin-bottom: 26px; */
}

.final-detail .img-thumbnail:first-of-type {
  margin-top: 0;
}

.final-detail .img-thumbnail {
  margin-top: 10px;
  width: 140px;
  /*height: 140px;*/
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0.5;
  margin: 1px;
}

.final-detail .img-thumbnail:hover {
  opacity: 1;
}

.final-detail .img-thumbnail.selected {
  opacity: 1;
}

.final-detail .big-img {
  position: relative;
    /* width: 445px; */
    /* height: 445px; */
    border: 1px solid #ddd;
    cursor: zoom-in;
    overflow: hidden;
    margin-top: 21px;
}

.final-detail .big-img img.zoom {
  position: absolute;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}

.final-detail .display-img {
  width: 100%;
}

/* ===== final-detail section end ===== */

/* ===== final-about section start ===== */

.about-section {
  position: relative;
  padding: 30px 0px;
}

@media (max-width: 768px) {
  .about-section .row.clearfix {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 0px !important;
  }

  .about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    padding-left: 85px !important;
  }

  .about-section
    .image-column
    .inner-column
    .image
    .overlay-box
    .year-box
    .number {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 70px !important;
    height: 70px !important;
    color: #d7a449 !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 72px !important;
    text-align: center !important;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
  }

  .about-section .content-column .inner-column {
    /* position: relative; */
    padding-top: 0px !important;
    /* padding-right: 100px; */
  }
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  /* position:relative; */
  padding-top: 50px;
  /* padding-right:100px; */
}

.about-section .content-column .text {
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 4px solid #017aff;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(/web/20250312185430im_/https://www.gurukripaengineering.com/css/img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section
  .image-column
  .inner-column
  .image
  .overlay-box
  .year-box
  .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #d7a449;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.about-section .btn-style-three:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://web.archive.org/web/20250312185430im_/https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #d7a449;
}
.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #d7a449;
  font-family: "Arimo", sans-serif;
}

.about-section .sec-title2 {
  color: #fff;
}

.about-section .sec-title {
  position: relative;
  /* padding-bottom: 40px; */
}

.about-section .sec-title .title {
  position: relative;
  color: #d7a449;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.about-section .sec-title .title:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}

/* ==== final-about section end ==== */

/* ===== navbar section start ==== */

#mobile-navbar {
  display: none !important;
}

@media (max-width: 760px) {
  #desktop-navbar {
    display: none !important;
  }

  #mobile-navbar {
    display: block !important;
  }
}

/* ==== navbar section end ===== */

/*
     FILE ARCHIVED ON 18:54:30 Mar 12, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:31:21 May 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.406
  load_resource: 119.372 (2)
  PetaboxLoader3.resolve: 79.937
  PetaboxLoader3.datanode: 38.136 (2)
*/