@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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --theme-color:#eb6236;
  --bs-secondary-rgb: 3, 27, 78;
}

body {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      color: #4b4b4b;
    }
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}
    .top-bar {
      background-color: #0a1f3d;
      color: #fff;
      padding: 10px 0;
    }

    .top-bar i {
      margin-right: 5px;
    }
.top-bar i img{
  width:20px;
}
    .top-bar a {
      color: #fff;
      text-decoration: none;
    }

    .navbar-brand img {
      height: 55px;
    }

   .navbar  {
    padding: 0;
   }
.nav-item {
  padding: 17px 10px;
}
.nav-link {
  font-weight: 600;
  font-size: 18px;
}

    .main-navbar .nav-link {
      color: #333;
      font-weight:600;
      margin-right: 15px;
    }
    

    @media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

  .dropdown-menu {
  border-radius: 0 !important;
  margin-top: 0 !important;
  border: 1px solid #dee2e6;
  padding-left: 1rem;
  width: 100%;
  box-shadow: none;
}

  .navbar-nav .dropdown-menu {
    top: 100%;
    left: 0;
    transform: none !important;
    width: 300px;
    transition: all .3s ease;
    border-radius: 15px !important;

  }

  .navbar-nav .dropdown:hover .dropdown-toggle svg {
    transform: rotate(180deg);
  }

  @media (min-width: 992px) {
    .navbar-nav .dropdown-toggle::after {
      display: none;
    }

    .navbar-nav .dropdown > a {
      pointer-events: none; /* disables accidental click */
    }

    .navbar-nav .dropdown:hover > a {
      pointer-events: auto;
    }
  }

.dropdown-menu {
  margin-top: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  top: 100% !important;
  padding-left: 0;
}
.navbar-nav .dropdown-menu li {
  padding: 7px 15px;
    border-bottom: 1px solid #efefef;
}
.navbar-nav .dropdown-menu li:hover {
  background-color: #f0f1f1;
}


@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

    .navbar-nav .dropdown-toggle svg {
      transition: transform 0.3s ease;
    }

    .navbar-nav .dropdown:hover .dropdown-toggle svg {
      transform: rotate(180deg);
    }

    .navbar-nav .dropdown-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

   .dropdown-item {
  position: relative;
  padding-left: 1.2rem;
  white-space: normal;
}

.dropdown-item::before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  color: #f90; /* Use your theme color */
  font-size: 14px;
  line-height: 1.2;
  top: 8px;
}

    .dropdown-item:hover, .dropdown-item:active {
      background-color: transparent;
      color: var(--theme-color);
    }
    .dropdown-item:active {
      background-color: transparent;
    }

    .btn-enquiry {
      background: linear-gradient(to right, #f15a24, #efb336);
      color: white;
      border-radius: 25px;
      padding: 8px 20px;
      font-weight: 500;
      border: none;
    }

    .social-icons a img{
      margin-left: 15px;
      width:20px;
    }
   



    .slider-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      background:#f8f8f8 url('../img/slider-bg.jpg') -30% 85% no-repeat;
        height: 670px;
        background-size: cover;
    }

   .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: calc(100vw * 3); /* Update if slide count changes */
   height: 670px;
}

.slide {
  width: 100vw; /* each slide should take full viewport width */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
      padding: 0 150px;
      overflow: hidden;
}

    .slide-content {
      width: 50%;
    }

    .slide-content h4 {
      color: #f25d28;
      font-size: 18px;
      margin-bottom: 10px;
    }

    h1 {
      font-size: 40px;
      font-weight: 700;
      color: #4a4a4a;
      position: relative;
      margin-bottom: 45px;
    }

   h1 span {
      color: #f25d28;
    }
    h1:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: -15px;
      background: url('../img/divider.png') no-repeat center center;
      width: 86px;
      height: 7px;

    }


    .breadcrumb_title {
      font-size: 38px;
      font-weight:700;
      color: #4a4a4a;
      position: relative;
      margin-bottom: 30px;
    }

   .breadcrumb_title span {
      color: #f25d28;
    }
    .breadcrumb_title:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: -15px;
      background: url('../img/divider.png') no-repeat center center;
      width: 86px;
      height: 7px;

    }
    
    
    .slide-content p {
      margin: 20px 0;
      max-width: 90%;
    }

    .btn {
      padding: 9px 30px;
      background: linear-gradient(to right, #f25d28, #ffc107);
      color: #fff;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      width: fit-content;
    }

    .slide-image {
      width: 50%;
      text-align: center;
    }

    .slide-image img {
      max-width: 132%;
      height: auto;
          position: relative;
          margin-top: -5px;
    }

    .nav-arrows {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

    .arrow {
      width: 50px;
      height: 50px;
      background: #eee;
      color: #333;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .arrow:hover {
      background: #f25d28;
      color: #fff;
    }



.pill-button {
      display: inline-flex;
      align-items: center;
      background: #fff;
      border-radius: 50px;
      padding: 10px 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
    }

.pill-button .dot {
  width: 10px;
  height: 10px;
  background-color: #f4b330; /* golden yellow */
  border-radius: 50%;
  margin: 0 10px;
}

.pill-button .text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
  

  .space {
      padding: 80px 0;
    }

.aboutSec {
  background: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
      background-position: top;
    width: 100%;
    z-index: 0;
    position: relative;
}

.aboutSec .content p {
  max-width: 90%;
}


    .fun-facts .block {
      width: 100%;
    }
    .fun-facts .block.btm {
      margin-top: 140px;
    }
    .fun-facts .block .top{
      width:100%;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .fun-facts .block .top img{
      width: 65px;
      height: 65px;
    }
    .fun-facts .block .bottom{
      width: 100%;
  height: 140px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
position: relative;
    }
.fun-facts .block .bottom:after{
  background: url(../img/fun-fact-shadow.png);
  position: absolute;
  content: '';
    width: 225px;
    height: 210px;
    z-index: -1;
    left: -70px;
  top: 0;
}

    
    .fun-facts .block .bottom h2{
      font-weight: bold;
      font-size: 38px;
      margin-bottom: 0;
    }
    .fun-facts .block .top.bg-1{
      background-color: #00aeef;
    }
    .fun-facts .block .top.bg-2{
      background-color: #ef4546;
    }
    .fun-facts .block .top.bg-3{
      background-color: #ffcd05;
    }
    .fun-facts .block .top.bg-4{
      background-color: #97c93d;
    }

.threeBlocks {
      top: 240px;
    position: relative;
}
.threeBlocks1 {
      top: 180px;
    position: relative;
}

    .service-card {
  background: #eeeeee;
  border-radius: 16px;
  padding: 40px 25px;
  gap: 20px;
  margin-right: 45px;
  min-height: 210px;
}

.icon-wrapper {
  background-color: var(--theme-color);
  border-radius: 50%;
     width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -70px;
    border: 5px solid #fff;
        position: absolute;
}

.icon-wrapper img {
  width: 60px;
  height: 60px;
}
.service-card .content {
  margin-left: 55px;
}
.service-card .content h4 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #333;
  font-weight: 600;
}

.service-card .content p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.serviceSec {
  margin-top: 120px;
}
.serviceSec h1 {
  margin-bottom: 0;
}
.serviceSec h1:after{
display: none;
}


.serviceSec .tabs {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.serviceSec .tab-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  gap: 12px;
  justify-content: center;
}

.serviceSec .tab-buttons li {
  padding: 12px 24px;
  border-radius: 12px 12px 0 0;
  background: #e0e0e0;
  cursor: pointer;
  font-weight: 600;
}

.serviceSec .tab-buttons li.active {
  background: linear-gradient(to right, #f25c26, #f8be2c);
  color: #fff;
}

.serviceSec .tab-content {
  display: none;
}

.serviceSec .tab-content.active {
  display: block;
}



.serviceSec .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
}

.serviceSec .service-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.serviceSec .service-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}

.serviceSec .text-block {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.serviceSec .arrow {
  background: #f25c26;
  color: white;
  font-size: 18px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceSec .view-all {
  text-align: center;
  margin-top: 40px;
}

.serviceSec .view-all button {
  background: transparent;
  border: 2px solid #f25c26;
  padding: 10px 30px;
  border-radius: 30px;
  color: #f25c26;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.serviceSec .view-all button:hover {
  background: #f25c26;
  color: #fff;
}

.icon-bx-wraper.style-3 {
    border-radius: 15px;
    padding: 30px 20px;
    z-index: 1;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.icon-bx-wraper.style-3 .icon-bx-head {
    margin-bottom: auto;
}
.text-decoration-none {
    text-decoration: none !important;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper.style-3.active p, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover p {
    color: #fff;
    opacity: 0.7;
}
.icon-bx-wraper.style-3 p {
    height: 216px;
}
.icon-bx-wraper.style-3 p {
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.icon-bx-wraper.style-3 .icon-bx-footer {
    position: relative;
    margin: 0px;
    bottom: -20px;
    margin-right: 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 5px 5px;
    border-radius: 15px;
}
.icon-bx-wraper.style-3 .text-badge {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 145px;
}
.icon-bx-wraper.style-3.active .text-badge i, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge i {
    color: var(--theme-color) !important;
}
.icon-bx-wraper.style-3 .text-badge i {
    font-size: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-square {
    height: 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-bx-wraper.style-3 .btn-square i {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotate(-45deg);
}
.icon-bx-wraper.style-3.active .btn-square i, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .btn-square i {
    -webkit-animation: toTopRight 0.8s forwards;
    -moz-animation: toTopRight 0.8s forwards;
    animation: toTopRight 0.8s forwards;
}
.icon-bx-wraper.style-3 .btn-square {
    box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1);
    position: absolute;
    right: -50px;
    bottom: -10px;
    font-size: 20px;
        background: var(--theme-color);
    color: #fff;
}
.icon-bx-wraper.style-3 .btn-square:hover { 
  background: #f3b536;
  color: #000;
}
.icon-bx-wraper.style-3.active .text-badge {
    color: #4B71C4;
}
.icon-bx-wraper.style-3.active .text-badge, .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge {
    color: #fff;
}
.icon-bx-wraper.style-3:before {
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1.0));
      width: 100%;
    height: 300px;
  bottom: 0;
  left: 0;
  z-index: 0;
  mask-image: url(../img/bg02.svg);
    mask-position: right bottom;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-bx-wraper.style-3:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../img/bg02.svg);
    mask-position: right bottom;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-bx-wraper.style-3.bg-1:after {
  background-image: url(../img/service_img01.jpg);
}
.icon-bx-wraper.style-3.bg-2:after {
  background-image: url(../img/service_img02.jpg);
}
.icon-bx-wraper.style-3.bg-3:after {
  background-image: url(../img/service_img03.jpg);
}
.icon-bx-wraper.style-3.bg-4:after {
  background-image: url(../img/service_img04.jpg);
}
.icon-bx-wraper.style-3.bg-5:after {
  background-image: url(../img/service_img05.jpg);
}



.industriesSec {
      background: url(../img/bg_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    margin-top: -50px;
    z-index: 0;
    position: relative;
}
.industriesSec h1:after {
  display: none;
}

.industriesSec .icon-card {
  transition: transform 0.2s;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.industriesSec .icon-card img {
  transition: transform 0.2s;
}
.industriesSec .icon-card:hover img{
  transform: translateY(-5px);
}
.industriesSec .icon-card:after  {
  background: url(../img/fun-fact-shadow.png);
    position: absolute;
    content: '';
    width: 225px;
    height: 210px;
    z-index: -1;
    left: -70px;
    top: 0;
}

.industriesSec .icon-circle {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.industriesSec .icon-circle::before {
  content: '';
  background-color: #f3b536; /* Orange circle */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 1;
  opacity: 1;
}

.industriesSec .icon-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

/*.whyChoose h1 {
  margin-bottom: 30px;
}
.whyChoose h1:after{
  display: none;
}
.whyChoose .content img{
  width: 15px;
}
.whyChoose .content p {
  margin-left: 28px;
  max-width: 85%;
}
*/



.whyChoose ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.whyChoose ul li h5 {
  display: flex;
  align-items: start;
  font-size: 1rem;
  margin-bottom: 8px;
}

.whyChoose ul li h5 img {
  width: 15px;
  margin-right: 10px;
}

.whyChoose ul li p {
  font-size: 0.95rem;
  margin: 0 0 0 33px; 
  max-width: 100%;
  word-wrap: break-word;
}

.whyChoose .image-stack {
  width: fit-content;
}

.whyChoose .img-back {
    width: 320px;
    height: 420px;
    object-fit: cover;
  position: relative;
  z-index: 1;
}

.whyChoose .img-front {
   width: 320px;
    height: 420px;
    object-fit: cover;
  position: absolute;
 top: 120px;
    left: 240px;
  z-index: 2;
  background: #fff;
  border-radius: 1rem;
  border:5px solid #fff;
}



.clientSec {
     background: url(../img/clients_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 0;
    position: relative;
}
.clientSec h1:after {
  display: none;
}

.logo-carousel .item {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.logo-carousel .item img {
  max-height: 100px;
  object-fit: contain;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-carousel .item img:hover {
  filter: grayscale(0%);
}



.owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: var(--theme-color) !important; 
  display: block;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  transform: scale(1.1);
}
.owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 30px !important;
}


.testmonialsSec h1:after {
  display: none;
}


.testmonialsSec .testimonial-card {
      max-width: 100%;
    margin: 60px auto 10px;
  padding: 30px 40px 20px;
  background-color: var(--theme-color); 
  border-radius: 15px;
  color: white;
  text-align: center;
  position: relative;
  min-height: 410px;
}

.testmonialsSec .testimonial-logo img{
  width: 130px;
    height: 130px;
    border-radius: 100px;
  background: white;
  padding: 10px;
  margin: -90px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testmonialsSec .testimonial-content h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: bold;
}

.testmonialsSec .testimonial-content .location {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 14px;
}

.testmonialsSec .testimonial-content .message {
  line-height: 1.6;
  text-align: left;
}


footer a{
  color: #4b4b4b;
  text-decoration: none;
}
footer a:hover{
  color: var(--theme-color);
}
.text-orange {
  color: var(--theme-color);
}
footer .footer_links img{
  width: 10px;
}
footer .footer_links li {
  line-height: 30px;
}
footer .btn-borderd {
  border-radius: 5px;
  border:1px solid var(--theme-color);
  padding: 8px 15px;
  text-align: center;
  font-weight: 600;
}
footer .btn-borderd i{
  color: var(--theme-color);
}


    .breadcrumb-section {
      background: #f2f2f2;
      position: relative;
      overflow: hidden;
    }
   
.about_banner:before {
    background: url(../img/breadcrumb_about_bg.png);
    position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      background-position: right;
      z-index: 0;
}
.contact_banner:before {
    background: url(../img/breadcrumb_contact_bg.png);
    position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      background-position: right;
      z-index: 0;
}
    .breadcrumb-text {
      padding: 30px 0px;
      position: relative;
      z-index: 1;
    }

    .breadcrumb-links {
      color: white;
      padding: 30px 30px;
      z-index: 9;
      display: flex;
    align-items: center;
    justify-content: end;
    }
    .breadcrumb-links a{
      color: #fff;
      text-decoration: none;
    }
     .breadcrumb-links a:hover{
      color: #000;
     }

    .breadcrumb-links span {
      margin: 0 10px;
    }
.contact_sec h1 {
  margin-bottom: 0;
}
   .contact_sec h1:after {
    display: none;
   }

  .contact_sec  .contact-form {
      max-width: 500px;
      margin: auto;
    }

   .contact_sec  .contact-form h2 {
      font-weight: 700;
    }

   .contact_sec  .contact-form h2 span {
      color: #F15A29;
    }

   .contact_sec  .form-control {
      background-color: #f3f3f3;
      border: none;
      border-radius: 10px;
      padding:10px 40px 10px 20px;
    }

   .contact_sec  .form-group {
      position: relative;
      margin-bottom: 20px;
    }

  .contact_sec   .form-group i {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: var(--theme-color);
      font-size: 20px;
    }

   .contact_sec .btn-submit {
      background: linear-gradient(to right, #F15A29, #FDC830);
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 40px;
    }

  .contact_sec  .btn-submit:hover {
    color: #000;
    }

.map-card-wrapper {
      position: relative;
      max-width: 800px;
      margin: auto;
      border-radius: 20px;
    }

    .map-card {
      border-radius: 20px;
      position: relative;
    }

    .map-card iframe {
      width: 100%;
      height: 500px;
      border: 0;
      border-radius: 20px;
    }

    .map-card:after {
      position: absolute;
      content: '';
      right: -30px;
      top: 5%;
      bottom: 0;
      width: 30px;
      background-color: #F15A29;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
          height: 90%;
    }

    .contact_sec .service-card {
      min-height: 180px;
    }

    .award-section {
      background-color: #eeeeee;
      margin-top: 170px; 
      position: relative;
    }
    .award-section:after {
      position: absolute;
      content: '';
      background-color:var(--theme-color) ;
      width: 30%;
      height: 100%;
          top: 0;
    right: 0;
    z-index: 0;
    }
    

    .award-title .text-orange {
      color: var(--theme-color);
    }

    .vision-mission {
      background-color: var(--theme-color);
      color: white;
      padding: 80px 20px 0px 40px;
      z-index: 1;
    }

    .vision-mission h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }

    .vision-mission ul {
      list-style: none;
      padding-left: 0;
    }
 .vision-mission ul li {
  position: relative;
  padding-left: 30px;
 }
    .vision-mission ul li::before {
      content: "";
  background: url(../img/bullet-white.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
    }


.academy_sec .service-card {
  min-height: 220px;
    margin-bottom: 45px;
}
.custom-bg-ligt {
      z-index: -1;
    position: relative;
    background-color: #ededed;
}


.download-card {
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: row;
    }
    .download-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .download-content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      min-height: 300px;
    }
    .download-btn {
      background-color: #0061f2;
      border: none;
      padding: 10px 20px;
      color: white;
      font-weight: bold;
      border-radius: 30px;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 10px;
      width: fit-content;
    }


    .custom-modal {
  border-radius: 10px;
  padding: 10px;
}

.custom-modal .modal-title {
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.custom-modal .form-check-label {
  font-size: 1rem;
  color: #333;
}

.custom-modal .btn-warning {
  background-color: #d4910c;
  border: none;
  padding: 8px 20px;
  font-weight: 500;
}


.dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  padding: 10px 30px 10px 40px !important;
}
.custom-input {
  padding: 10px 30px 10px 40px !important;
}

.custom-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #e74c3c; /* optional: style icon */
  pointer-events: none;
}


.custom-datepicker .input-group-text {
  background-color: #f3f3f3;
  border-right: 0;
  width: 35px;
}

.custom-datepicker .form-control {
  border-left: 0;
}


.logo-grid {
      padding: 60px 20px;
    }
    .logo-item {
      padding: 10px;
      background:#f2f2f2;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .logo-item:hover {
      transform: translateY(-5px);
    }
    .logo-item img {
      max-width: 100%;
      max-height: 120px;
      object-fit: contain;
    }


    .imag-carousel img {
      border: 5px solid #fff;
      border-radius: 1rem;
    }

 @media (min-width:1200px) and (max-width: 1399px) {
    .nav-item {
      padding: 0 4px;
    }
    .fun-facts .block .bottom:after {
      left: -72px;
    top: -12px;
    width: 209px;
    }
    .aboutSec {
    background: url(../img/bg_01-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    z-index: 0;
    position: relative;
}
.threeBlocks {
      top: 90px;
}
.service-card {
  padding: 30px 15px;
  min-height: 160px;
  margin-right:0;
}
.serviceSec {
      margin-top: 0;
}
.serviceSec .view-all {
  margin-top: 0;
}
.whyChoose .img-front {
  left: 220px;
}
.slider-container {
      height: 585px;
}
.slides {
  height: 585px;
}
 }

  @media (min-width:769px) and (max-width: 1299px) {
    .about_banner:before {
      display: none;
    }
    .contact_banner:before {
      display: none;
    }
    .breadcrumb-links, .breadcrumb-links a {
      color: #4a4a4a;
    }
    .breadcrumb_title {
          margin-bottom: 0;
          font-size: 30px;
    }
  }
 @media (min-width:992px) and (max-width: 1199px) {
  .fun-facts .block .bottom:after {
               left: -53px;
        top: 0px;
        width: 185px;
        background: url(../img/fun-fact-shadow-1.png);
        background-repeat: no-repeat;
  }
    .enquiry_bttn {
      display: none !important;
    }
    .whyChoose .img-front {
      left: 100px;
    }
    .slider-container {
      height: 585px;
}
.slide {
  padding: 0 110px;
}
.slides {
  height: 585px;
}
h1 {
  font-size: 30px;
}
 }
 .menu-btn{
    display: none;
  }
.side-bar {
  display: none;
}
 @media (max-width: 991.98px) {
      .offcanvas-header {
        border-bottom: 1px solid #dee2e6;
      }
    }
    @media (min-width:768px) and (max-width: 991px) {
    .slider-container {
            height: auto;
            background: #f8f8f8;
      }
      .slide {
        flex-direction: column;
        padding: 40px 20px 80px;
        text-align: center;
      }
      .slide-content,
      .slide-image {
        width: 100%;
      }
      .slide-content h1 {
        font-size: 30px;
        margin-bottom: 25px;
      }
      .slide-content p {
        max-width: 100%;
      }
      .nav-arrows {
        bottom: 20px;
        /* Remove right: 20px; */
        left: 50%;
        transform: translateX(-50%);
    }
      .slide-image img {
        max-width: 100%;
        margin-top: 30px;
        margin-left: -35px;
      }

       h1:after {
        display: none;
      }
      h1 {
        margin-bottom: 25px;
        font-size: 30px;
      }
      .fun-facts .block.btm {
        margin-top: 0;
      }
      .fun-facts .block .bottom:after {
        display: none;
      }
      .space {
            padding: 50px 0;
      }
      .aboutSec .content {
        margin-top: 40px;
      }
      .threeBlocks {
        top: 30px;
      }
      .service-card {
        margin-right: 0;
        margin-bottom: 20px;
      }
      .icon-wrapper {
            margin: 0 auto;
            position: relative;
      }
      .service-card .content {
                margin-top: 20px;
                margin-left: 0;
                text-align: center;
      }
      .aboutSec .content p {
        max-width: 100%;
      }
      .serviceSec {
    margin-top: -40px;
}
.serviceSec .tab-buttons {
  display: block;
}
.serviceSec .tab-buttons li {
  margin-bottom: 10px;
}
.serviceSec .view-all {
      margin-top: 0;
}
.industriesSec .icon-card:after {
  display: none;
}
.whyChoose .img-front {
    width: 100%;
   top: 0;
        left: 0;
    position: relative;
  }
  .whyChoose .img-back {
    display: none;
  }
  .whyChoose ul li h5 {
    align-items: start;
  }
.dropdown-toggle::after {
        display: none;
      }
      .navbar-nav .dropdown-toggle svg {
        float: right;
      }
      .side-bar {
        background: #ea6236;
        backdrop-filter: blur(15px);
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -250px;
        overflow-y: auto;
        transition: 0.6s ease;
        transition-property: left;
        display: block;
                z-index: 999999;
    }

    .side-bar::-webkit-scrollbar {
        width: 0px;
    }



    .side-bar.active {
        left: 0;
    }

    .side-bar .menu {
        width: 100%;
        margin-top: 45px;
    }

    .side-bar .menu .item {
        position: relative;
        cursor: pointer;
    }

    .side-bar .menu .item a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        display: block;
        padding: 5px 30px;
        line-height: 40px;
        font-weight: 500;
    }

    .side-bar .menu .item a:hover {
        background: #33363a;
        transition: 0.3s ease;
    }

    .side-bar .menu .item i {
        margin-right: 15px;
    }

    .side-bar .menu .item a .dropdown {
        position: absolute;
        right: 0;
        transition: 0.3s ease;
        color: #fff;
    }

    .side-bar .menu .item .sub-menu {
        background: #262627;
        display: none;
    }

    .side-bar .menu .item .sub-menu a {
        padding-left: 40px;
    }

    .side-bar .rotate {
        transform: rotate(90deg);
    }

    .menu-close-btn {
        position: absolute;
        font-size: 23px;
        right: 0px;
        margin: 15px;
        cursor: pointer;
    }

    .menu-close-btn i {
        color: #fff;
    }

    .menu-btn {
        position: absolute;
        font-size: 25px;
        margin: 11px 10px;
        cursor: pointer;
        right: 0;
        display: block;
    }

    .menu-btn i {
        color: #e51a4b;
    }

 }
 

@media (max-width: 768px) {
  .logo-carousel .item {
        height: 160px;
  }
  .logo-carousel .item img {
    max-height: 100px;
  }
  .icon-bx-wraper.style-3 {
    height: 400px;
  }
  .icon-bx-wraper.style-3:before {
    height: 400px;
  }
  .icon-bx-wraper.style-3:after {
        height: 400px;
  }
  .owl-dots {
    margin-top: 15px !important;
  }
  .academy_sec .service-card {
        margin-bottom: 25px;
  }
  .vision-mission {
    padding: 30px 15px 20px 15px;
  }
  .breadcrumb-section:before{
        display: none;
       }
      .breadcrumb_title {
            font-size: 30px;
        margin-bottom: 0;
      }
      .breadcrumb-text {
        text-align: center;
        padding: 20px 20px 0px;
      }
      .breadcrumb-links, .breadcrumb-links a  {
        color: #4a4a4a;
      }
      .breadcrumb-links {
        justify-content: center;
        padding: 10px 20px 20px;
      }
      .slider-container {
            height: auto;
            background: #f8f8f8;
      }
      .slide {
        flex-direction: column;
        padding: 40px 20px 80px;
        text-align: center;
      }
      .slides {
        height: auto;
      }
      .slide-content,
      .slide-image {
        width: 100%;
      }
      .slide-content h1 {
        font-size: 30px;
        margin-bottom: 25px;
      }
      .slide-content p {
        max-width: 100%;
      }
      .nav-arrows {
        bottom: 20px;
        /* Remove right: 20px; */
        left: 50%;
        transform: translateX(-50%);
    }
      .slide-image img {
        max-width: 100%;
        margin-top: 30px;
        margin-left: -35px;
      }
      h1:after {
        display: none;
      }
      h1 {
        margin-bottom: 10px;
        font-size: 30px;
      }
      .fun-facts .block.btm {
        margin-top: 0;
      }
      .fun-facts .block .bottom:after {
        display: none;
      }
      .space {
            padding: 50px 0;
      }
      .aboutSec .content {
        margin-top: 40px;
      }
      .threeBlocks {
        top: 30px;
      }
      .service-card {
        margin-right: 0;
        margin-bottom: 20px;
      }
      .icon-wrapper {
            margin: 0 auto;
            position: relative;
      }
      .service-card .content {
                margin-top: 20px;
                margin-left: 0;
                text-align: center;
      }
      .aboutSec .content p {
        max-width: 100%;
      }
      .serviceSec {
    margin-top: -40px;
}
.serviceSec .tab-buttons {
  display: block;
}
.serviceSec .tab-buttons li {
  margin-bottom: 10px;
}
.serviceSec .view-all {
      margin-top: 0;
}
.industriesSec .icon-card:after {
  display: none;
}
.whyChoose .img-front {
    width: 100%;
   top: 0;
        left: 0;
    position: relative;
  }
  .whyChoose .img-back {
    display: none;
  }
  .whyChoose ul li h5 {
    align-items: start;
  }

      .social-icons {
        margin-top: 10px;
        justify-content: center;
        display: none;
      }

      .btn-enquiry {
        margin-top: 10px;
      }
      .dropdown-toggle::after {
        display: none;
      }
      .navbar-nav .dropdown-toggle svg {
        float: right;
      }

      .side-bar {
        background: #ea6236;
        backdrop-filter: blur(15px);
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -250px;
        overflow-y: auto;
        transition: 0.6s ease;
        transition-property: left;
        display: block;
                z-index: 999999;
    }

    .side-bar::-webkit-scrollbar {
        width: 0px;
    }



    .side-bar.active {
        left: 0;
    }

    .side-bar .menu {
        width: 100%;
        margin-top: 45px;
    }

    .side-bar .menu .item {
        position: relative;
        cursor: pointer;
    }

    .side-bar .menu .item a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        display: block;
        padding: 5px 30px;
        line-height: 40px;
        font-weight: 500;
    }

    .side-bar .menu .item a:hover {
        background: #33363a;
        transition: 0.3s ease;
    }

    .side-bar .menu .item i {
        margin-right: 15px;
    }

    .side-bar .menu .item a .dropdown {
        position: absolute;
        right: 0;
        transition: 0.3s ease;
        color: #fff;
    }

    .side-bar .menu .item .sub-menu {
        background: #262627;
        display: none;
    }

    .side-bar .menu .item .sub-menu a {
        padding-left: 40px;
    }

    .side-bar .rotate {
        transform: rotate(90deg);
    }

    .menu-close-btn {
        position: absolute;
        font-size: 23px;
        right: 0px;
        margin: 15px;
        cursor: pointer;
    }

    .menu-close-btn i {
        color: #fff;
    }

    .menu-btn {
        position: absolute;
        font-size: 25px;
        margin: 11px 10px;
        cursor: pointer;
        right: 0;
        display: block;
    }

    .menu-btn i {
        color: #e51a4b;
    }
.award-section {
  margin-top: 0;
}
.award-section:after {
  display: none;
}
.service-card {
  min-height: auto;
}
.service-card .content h4 {
  font-size: 22px;
}
.threeBlocks1  {
  top: 20px;
}

.aboutSec {
    background: none !important;
    padding-top: 0;
  }
  .aboutSecBg {
    background-color: #edefee;
    padding:30px;
  }
  .download-content {
    min-height: auto;
  }
.download-card {
      flex-direction: column;
}
    }
