/*------------------------header-------------------------------*/
#sp-top-bar {
  background: #333333;
  color: #aaaaaa;
  display: none;
}
#sp-header {
  background: #032445;
}
.logo-image {
    height: 48px !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 70px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-family: sans-serif;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
  top: 0;
  background: #adb0b3;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
  text-align: justify;
}
/*---------------------------------------------------------------Main Body------------------------------*/
body.dark .divider .outer-line {
  border-bottom: 1px solid #888;
}
#sp-main-body {
    padding: 40px 0;
}
.sp-page-title {
  padding: 100px 0px;
  text-align: center;
}
#sp-left .sp-module, #sp-right .sp-module {
  border: 1px solid #f3f3f3;
  padding: 10px;
  border-radius: 3px;
}
.center {
  text-align: center !important;
}
._div100 {
  max-width: 100%;
}
._contTxt {
  width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
._wht {
  color: #fff;
}
.top-text h2{
  line-height: 36px;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.top-text h4{
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  margin: 23px 0 25px;
  font-weight: 400;
}
._hdrTitle {
  margin: 50px 0px;
}
.top-text h2 span{
  color: #b68c1a;
}
.divider .outer-line {
  width: 25%;
  border-bottom: 1px solid #ddd;
}
.divider span {
  display: inline-block;
  vertical-align: middle;
}
._wlc_para {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  word-spacing: 10px;
  text-align: justify;
}
._headh2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #1f1f21;
  line-height: 30px;
  margin: 20px 0px;
}
._headh4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
._btnMn {
  padding: 6px 20px 6px 20px;
  font-size: 16px;
  background: #1c3b5a;
  color: #fff;
  transition-duration: 0.5s;
  width: 142px;
  margin: 44px 0px;
}
._btnMn:hover {
  background: #ffff;
  color: #1c3b5a;
  transition-duration: 0.5s;
}
._imgbrdr {
  width: 100%;
  border-radius: 8px;
}
._div50 {
  width: 50%;
  float: left;
  padding: 20px;
}
._paraTxt {
  text-align: justify;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
._whatsAppArea {
  width: 100%;
}
.image-container {
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}

.animated-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  animation: updown 3s ease-in-out infinite;
}

@keyframes updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/*---------------------------------------------------------------------Work Gallery--------------------------*/
#sp-section-2 {
  background-color: #254f79;
}
.experience-block {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.work-banner {
  width: 100%;
  padding: 0;
  margin: 30px 0;
}
.work-content {
  padding: 20px;
  color: #ded7d7;
}
/* Image Gallery */
.service-gall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.service-box {
  width: 300px;
  height: 200px;
  perspective: 1000px;
}
.service-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.service-box:hover .service-inner {
  transform: rotateY(180deg);
}
.service-front, .service-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 10px;
}
.service-front {
  background-size: cover;
  background-position: center;
}
.service-back {
  background: #10467c;
  transform: rotateY(180deg);
  font-family: Arial, sans-serif;
  padding: 10px;
  text-align: center;
  color: #f0ebeb;
}
.service-name {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
/* Up-Down Animation */
@keyframes imageBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*---------------------------------------------------------------------Portfolio Slider----------------------*/
._bnrHd {
  width: 100%;
  margin: 50px 0;
}
.slider-container {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 140px;
}
.slider {
  display: flex;
  animation: scroll 15s linear infinite; /* Smooth scroll animation */
}
.slide {
  flex: 0 0 20%; /* Each slide takes 20% of the container's width (5 logos visible at once) */
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide img {
  max-width: 218px;
  max-height: 124px;
  object-fit: contain;
}
/* Animation for scrolling */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
/*-----------------------------------------------------------------Conatct Us------------------------------*/

.head-h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: sans-serif;
  margin: 0 0 20px 0px;
}
.head-h4 {
  font-size: 22px;
  font-family: system-ui;
  margin: 34px 0px 24px 0px;
}
.social-icons-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.svg-circle-cont {
  border: 1px solid #0b710f;
  border-radius: 50%;
  background: #1c3957;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition-duration: 0.5s;
}
.social .social-icons-cnt li>a {
  display: inline-flex !important;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin: 30px 0;
}
.contact-box {
  flex: 1;
  min-width: 250px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 12px 12px 3px rgba(0, 0, 0, 0.2);
  height: 234px;
}
.contact-box:hover {
  background-color: #396b9c;
  color: #fff;
  box-shadow: 12px 12px 2px rgba(0, 0, 0, 0.3);
}

.contact-box i {
  font-size: 40px;
  margin: 20px 0px;
  transition: color 0.3s ease;
}
.contact-box a{
  color: #1f1f21;
}
.contact-box:hover a{
  color: #fff;
}
.contact-box:hover i {
  color: #fff;
}

.contact-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-box p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}
/*-------------------------------------------------------------------------------------Contact Form--------------------*/
._bnrTitle {
  margin: 30px 0;
}
.cont-form-container {
  margin: 50px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.cont-form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.cont-form-group {
  margin-bottom: 15px;
}
.half-width {
   width: 50%;
}
.cont-form-group.inline {
  display: flex;
  gap: 10px;
}
.cont-form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.cont-form-group input,
.cont-form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.cont-form-group textarea {
  resize: none;
}
.cont-form-group button {
  width: 100%;
  padding: 10px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cont-form-group button:hover {
  background-color: #0056b3;
}
.success-message {
  display: none;
  text-align: center;
  color: green;
  margin-top: 20px;
}
/*-------------------------------------------------------------------Google Map----------------------------------------*/
._gmap {
  max-width: 100%;
  margin-bottom: 0px;
}
._map {
  width: 100%;
  height: 480px;
  border-top: 1px solid #9be8b7;
}
/*------------------------------------Fotter----------------------------------------------------------------*/
#sp-bottom {
    background: #7c7676;
    color: #ffffff;
}
#sp-footer {
  background: #4a4747;
  color: #ffffff;
}
._ftr {
 width: 100%;
}
._ftr p{
  font-size: 16px;
  font-family: sans-serif;
  text-align: justify;
  color: #ffff;
}
#sp-bottom a {
  font-size: 16px;
  font-family: sans-serif;
  text-align: justify;
  color: #ffff;
}
._ftr ul li{
  font-size: 16px;
  font-family: sans-serif;
  word-spacing: 0px;
  text-align: justify;
  color: #ffff;
}
.ftr-logo {
    width: 240px;
}
._ftr-h3 {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffff;
}
._area-cont {
  font-size: 16px;
  font-family: sans-serif;
  word-spacing: 0px;
  text-align: justify;
  color: #ffff;
}
._ftr-h4 {
  font-size: 18px;
  font-family: system-ui;
  margin: 0px 0px 10px 0px;
}
#sp-bottom .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .social .social-icons li {
    color: inherit;
    font-size: clamp(16px, 1.04vw, 20px);
    line-height: 1.5;
  }
  .social .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
  }
  .social .social-icons .svg-circle {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    justify-content: center;
  }
  .social .social-icons .svg-circle img {
    vertical-align: middle;
  }
  .social .social-icons li>a {
    display: inline-flex !important;
  }
._ftr-2 {
  width: 100%;
}
._ftr-2 p{
  font-size: 14px;
  font-family: system-ui;
}
._logoTechm {
  width: 148px;
  float: right;
}
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  cursor: pointer;
}
.whatsapp-button .fa-whatsapp {
  font-size: 32px;
}

/*----------------------------------------------------------------Screen 1240px-------------------------*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px;
    }
}
@media (max-width: 728px) {
  #sp-top-bar {
    display: none;
}
#sp-main-body {
  padding: 8px 0;
}
._div50 {
  width: 100%;
  padding: 20px;
}
.top-text h2 {
  line-height: 28px;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.top-text h4 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  margin: 20px 0 15px;
  font-weight: 400;
}
.ftr-logo {
    width: 240px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
._ftr-2 p {
  font-size: 14px;
  font-family: system-ui;
  text-align: center;
}
.gall-image-container {
  width: 100%;
}
#sp-footer .container-inner {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.whatsappchat .popup-section .help-you-btn {
  padding: 14px 0px !important;
}
.contact-container {
  flex-direction: column;
  align-items: center;
}
}