* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
}

body {
  font-family: 'Lato', sans-serif;
  background-color: #fff;
}

/* header css  */


/* header */
header {
  position: absolute; /* Change this from relative to absolute */
  top: 20px;
  width: 100%;
  z-index: 99;
}

#myHeader {
  background-color: #fff;

}

header .headermn .navbar .navbar-brand {
  width: 20%;
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #214966;
  font-size: 18px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  /*text-transform: uppercase;*/
}

header .nav-link::after {
  content: '';
  background-color: #dda219;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #000;
}

header .navbar-nav {
  gap: 25px;
}

header .navbar-toggler {
  border: none;
  color: #0d2c54;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}


.sticky .headermn .navbar .navbar-brand {
  width: 20%;

}

.sticky .headermn .navbar .navbar-brand form {
  margin-left: 50px;
  z-index: 2;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li .nav-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e1a61b;
  color: #fff;
  border-radius: 20px;
  transition: .5s;
  transition: .5s;
}

header .navbar .whatsapp li .nav-btn:hover {
  color: #fff;
  background-color: #384b71;
}

header .navbar .whatsapp li a .fa-solid {
  font-size: 25px;
  color: #384b71;
  margin-right: 14px;
}

/* dropdown  */

.dropdown-menu {
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #dda219;
  /* Custom hover color */
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* dropdown ki position sahi rakhne ke liye */
}

.offcanvas-body  .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.contact-btn a{
    color:#fff;
    background-color:#f5b731;
    padding:10px 20px;
    border-radius:30px;
}


@media (max-width:992px) {
    header {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 99;
}
}

/*
  =========================================================================================
                                    about us
  =========================================================================================
  */
  
  /* CSS */
.insight-section {
  padding: 50px 15px;
  background: #fff;
  padding-bottom: 0;
}

.insight-box {
  background-color: #032b4c;
  color: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.insight-box h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}

.insight-box .highlight {
  color: #f5b731; /* Golden color */
}

.insight-box .underline {
  width: 80px;
  height: 3px;
  background-color: #f5b731;
  margin: 10px auto 25px;
}

.insight-box p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #d8e6f0;
  text-align: left;
}

.know-more-btn {
  background-color: #f5b731;
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
}

.know-more-btn:hover {
  background-color: #fff;
  color: #032b4c;
}

/* Responsive */
@media (max-width: 768px) {
  .insight-box h2 {
    font-size: 22px;
  }

  .insight-box {
    padding: 30px 20px;
  }

  .insight-box p {
    font-size: 15px;
  }
}

  
/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */


.round-btn {
  display: inline;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  float: left;
  margin: 15px 8px;
  box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);
  border: 1px solid;
  /*border: 1px solid #622657;*/
}

.round-btn a {
  display: block !important;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 50%;
}

.round-btn .icon {
  padding: 3px;
}

.round-btn .icon img {
  height: 24px;
  width: 32px;
  margin-top: 6px;
}

.round-btn a {
  color: #000;
}

.standard_header .standard_social_links {
  margin-left: 1rem;
}


/* slider */



#banner-slider .owl-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#best-seller .owl-theme .owl-dots .owl-dot {
  display: none;
}

/* Make banner-slider a positioning context */
.banner-slider {
    position: relative;
}

/* Move dots above bottom inside image area */
.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px; /* adjust distance from bottom of image */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/* Style dots if needed */
.banner-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.7);
    width: 12px;
    height: 12px;
}

.banner-slider .owl-dots .owl-dot.active span {
    background: #fff;
}


/* latest insight css  */

    .latest-insights {
      padding: 60px 20px;
      background-color: #d7d7d7;
    }

    .card-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .card {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      max-width: 350px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .card-content {
      padding: 20px;
    }

    .card-category {
      color: #DAA520;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .card-title {
      font-weight: bold;
      font-size: 18px;
      color: #003366;
      margin-bottom: 10px;
    }

    .card-text {
      color: #333;
      font-size: 16px;
      margin-bottom: 15px;
    }

    .read-more {
      color: #003366;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      position: relative;
      cursor: pointer;
    }

    .read-more::after {
      content: "";
      width: 30px;
      height: 2px;
      background: #DAA520;
      position: absolute;
      bottom: -3px;
      left: 0;
    }

    @media (max-width: 768px) {
      .card {
        max-width: 100%;
      }
    }


/* service css  */
.service{
  padding: 50px 0px;
  background: #eaeaea;
}
.service h3 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.service h4 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.service .top-span {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 17px;
    display: inline-block;
}
.service .heading-row{

    padding-bottom: 20px;
}

.service h2{
   font-size: 30px;
    font-weight: bold;
    color: #0d2c54;
      text-align: center;
}
.service-box{
    background-color: #f7f7f5;
    padding: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin:15px 0;
}
.service-box a{
  text-decoration: none;
}
.service-box img {
    width: 100%;
    height: auto;
     transition: transform 0.4s ease;
}
.service-box p{
    font-size: 18px;
    color: #565252 !important;
    margin: 5px auto;

}
.service .heading-bottom {
    width: 60%;
    font-size: 18px;
    color: #565252 !important;
    margin: 5px auto;
    text-align: center;
    margin-bottom: 20px;
}
.service-box .read{
    font-size: 18px;
    color: #0d2c54;
    font-weight: bold;

}

/* home contact css */


  .contact2 .detail-box .call-box {
  width: 100%;
  padding: 10px 25px;
  background-color: #e5e5e5;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
}

 .contact2 .detail-box .call-box img {
  width: 60px;
  height: 60px;
  margin-top: 12px;
}


.contact2 h1,
.contact2 h2,
.contact2 h3,
.contact2 h4,
.contact2 h5,
.contact2 h6 {
  color: #3e4555;
}

.contact2 .font-weight-medium {
  font-weight: 500;
}

.contact2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.contact2 .bg-image {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.contact2 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact2 .detail-box .round-social {
  margin-top: 15px;
}

.contact2 .round-social a {
  background: transparent;
  margin: 0 7px;
  padding: 11px 12px;
}

.contact2 .contact-container .links a {
  color: #8d97ad;
}


.contact2 .btn-danger-gradiant {
  background: #0d2c54;
  color: #fff;
  border-radius: 25px;

}

.contact2 .btn-danger-gradiant:hover {
  background: #e1a61b;
  color: #fff;
}

.round-social {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: white;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
  background-color: white;
  color: black;
}

.detail-box {
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.detail-box h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.detail-box h5 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

.detail-box h6 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;

}

.detail-box p {
  font-size: 16px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* .detail-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a6;
  opacity: 0.8;
  z-index: -1;
} */




#contact .form-control {
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* sectors css  */

/*#sectors {*/
/*  padding: 50px 0px;*/
/*  background: #ffffff;*/

/*}*/

/*#sectors h2 {*/
/*  font-size: 30px;*/
/*  font-weight: bold;*/
/*  color: #0d2c54;*/
/*  margin-bottom: 10px;*/
/*}*/

/*#sectors .insight-box {*/
/*  margin-top: 10px;*/
/*  background-color: transparent;*/
/*  padding: 10px;*/
/*  width: 100%;*/
/*  border: none;*/
/*  height: auto;*/
/*  border-radius: 20px;*/
/*  overflow: hidden;*/
/*  transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*  box-shadow: none;*/
/*}*/

/*#sectors .insight-box img {*/
/*  height: 200px;*/
/*  width: 200px;*/
/*  object-fit: cover;*/
/*  border-radius: 50%;*/
/*  transition: transform 0.4s ease;*/
/*  margin: 0px auto;*/
/*}*/

/*#sectors .insight-box h3 {*/
/*  width: 80%;*/
/*  font-size: 18px;*/
/*  color: #46515a;*/
/*  font-weight: bold;*/
/*  text-align: center;*/
/*  position: relative;*/
/*  margin: 0px auto;*/
/*  margin-top: 20px;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*#sectors .insight-box h3::after {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 0;*/
/*  background-color: #46515a;*/
/*  margin-bottom: 0;*/
/*  margin-top: 0;*/
/*}*/

/*#sectors .insight-box:hover {*/
/*  transform: none !important;*/
/*  box-shadow: none;*/
/*}*/

/*#sectors .insight-box:hover img {*/
/*  transform: none !important;*/
/*}*/

/*#sectors .insight-box:hover h3 {*/
/*  color: #0d2c54;*/
  /* Change this to your theme color */
/*}*/




/*#sectors .owl-nav {*/
/*  padding: 0px 0px !important;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  width: 100%;*/
/*  transform: translateY(-50%);*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  pointer-events: none;*/
/*}*/

/*#sectors .owl-nav .owl-prev {*/
/*  margin-left: -10px;*/
/*}*/

/*#sectors .owl-nav .owl-next {*/
/*  margin-right: -10px;*/
/*}*/

/*.owl-theme .owl-nav {*/
/*  margin-top: 0;*/
/*}*/

/*#insight .owl-nav {*/
/*  padding: 0px 0px !important;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  width: 100%;*/
/*  transform: translateY(-50%);*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  pointer-events: none;*/
/*}*/

/*#insight .owl-nav .owl-prev {*/
/*  margin-left: -40px;*/
/*}*/

/*#insight .owl-nav .owl-next {*/
/*  margin-right: -40px;*/
/*}*/

/*.owl-theme .owl-nav {*/
/*  margin-top: 0;*/
/*}*/


/* CSS */
.tab-section {
  padding: 40px 20px;
  font-family: sans-serif;
  background-color:#fff;
  padding-top: 0;
}

.tab-buttons {
  text-align: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.tab-btn {
  background: transparent;
  border: 2px solid #032b4c;
  color: #032b4c;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
background: #022f4e;
    border-color: #022f4e;
    color: #fff;
}

.tab-content-wrapper {
  max-width: 1100px;
  margin: auto;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

.tab-box {
  border: 2px solid #032b4c;
  border-radius: 12px;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.tab-text {
  flex: 0 1 50%;
}

.tab-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #032b4c;
  position: relative;
}

.underline {
  display: block;
  width: 60px;
  height: 3px;
  background: #f5b731;
  margin-top: 5px;
}

.tab-text p {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn-tab {
  background: #f5b731;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
}

..btn-tab:hover{
  background-color: #fff;
  color: #03304f;
  box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
}

.tab-section .tab-image img {
    height: 300px;
    width: 450px;
    object-fit: cover;
}

.tab-image img {
  max-width: 100%;
  border-radius: 10px;
  flex: 1 1 40%;
}

/* Responsive */
@media (max-width: 768px) {
  .tab-box {
    flex-direction: column;
    text-align: center;
  }
  .tab-text, .tab-image {
    flex: 1 1 100%;
  }
  
  .underline{
      width:100%;
  }
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}




/* breadcum css */

.breadcum-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(../images/breadcum.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcum-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcum-section h2 {
  width: 100%;
  text-align: center;
  color: #dfa41b;
  font-size: 34px;
  font-weight: 800;
  position: relative;
}


.breadcum-section .breadcum-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.breadcum-section .breadcum-list li {
    color: #062f4d;
    font-size: 14px;
    margin: 0 10px;
    /* border: 2px solid #edb44b; */
    padding: 5px 12px;
    /*width: 150px;*/
    /*max-width: 200px;*/
    min-width: 150px;
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
}

.breadcum-section .breadcum-list li:last-child {
  border: 2px solid #fff;
}

.breadcum-section .breadcum-list li a {
  font-weight: bold;
  color: #03304f;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}



/* about page css  */
.about {
  padding: 60px 0;
  background: #f7f7f5;
  position: relative;
  overflow: hidden;
}

.about h3 {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}


.about p {
  text-align: left;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}

/* contact page css */

.map-container {
  border: 3px solid #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-container:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* service detail page css */
.service-detail {
  padding: 60px 0;
  background: #f7f7f5;
  position: relative;
  overflow: hidden;
}

.service-detail .row{row-gap:35px;}

.service-detail h3 {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
.service-list ul{ 
  margin: 15px 0;
}

.service-detail p {
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.service-list {
  margin-left: 25px;

}

.service-list li {

  font-size: 18px;
  color: #000;
  line-height: 24px;
  padding-bottom: 5px;


}

.service-detail .service-btn {
  display: inline-block;
  padding: 12px 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  background-color:#f5b731;
  /*border: 1px solid #03304f;*/
}

.service-detail .service-btn:hover {
  background-color: #fff;
  color: #03304f;
  box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
}











/*
    =========================================================================================
                                      footer
    =========================================================================================
    */

.footer-wrap {
  /* padding-top: 43px; */
  background-size: cover;
  background-color: #022f4e;
}

.footer-wrap .contact-widset a{
    color:#fff;
    margin-left:0px;
}

.footer-wrap h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
}

.footer-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.footer-wrap p a:hover {
  text-decoration: none;
  color: #ff7800;
}

.footer-links li a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.footer-links li a:hover{
    color:#e6a619;
}

/*.footer-links li:before {*/
/*  content: "\f105";*/
/*  font-family: 'FontAwesome';*/
/*  padding-right: 10px;*/
/*  color: #fff;*/
/*}*/

.footer-category li a {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
}

.footer-category li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: #0d2c54;
}

.address {
  color: #b3b3b3;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}

.address:before {
  content: "\f277";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-phone:before {
  content: "\f095";
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-fax:before {
  content: "\f1ac";
}

.copyright {
  background: #0d2c54;
  padding: 5px 0px;
  text-align: center;
}

.copyright img {
  width: 20%;
}

footer .second_class {
  /* padding: 0px 40px; */
  /* border-bottom: 1px solid #444; */
  padding-bottom: 25px;
}

footer {
  /*padding-top: 100px;*/
  overflow: hidden;
  background: #ffffff
}

footer .second_class_bdr {
  padding-top: 25px;
}

footer .btn-facebook a {
  padding: 6px 14px !important;
}

footer .btn-envelop a {
  color: #D6403A;
  font-size: 15px;
  padding: 12px 12px;
}

footer .round-btn a {
  padding: 6px 12px;
}

footer .round-btn {
  box-shadow: 2px 2px 5px 0px #222 !important;
}

footer .round-btn {
  margin: 15px 4px;
}

footer dl,
ol,
ul {
  padding-left: 5px;
}

footer li {
  list-style: none;
}

.footer-logo img {
  width: 150px;
}

.contact-widset{
    display:flex;
    align-items:center;
    justify-content:space-around;
}

.contact-widset a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
  margin-left: 22px;
}

.contact-widset h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

.contact-widset i {

  color: #fff;
  margin-right: 5px;
}



.footer-col-p{
    display:flex;
    flex-direction:column;
    /*align-items:center;*/
    align-items: flex-start;
}

@media (max-width:992px) {
    .footer-col-p {
    display: inline;
    }
}
/* footer-end */



/* owl-arrows  */

.owl-carousel {
  position: relative;
}

.related-news-slider .owl-carousel {
  padding: 0px 10px;
}

.owl-nav {
  padding: 0px 10px;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* arrows ke alawa aur kisi par click na ho */
}

.related-news-slider .owl-nav {
  padding: 0px 0px;
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(50%) !important;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  left: 0;
  right: 0;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  pointer-events: all;
  background-color: #022f4e !important;
  color: #fff !important;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  font-size: 34px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


#banner-slider .owl-nav button.owl-prev , #banner-slider .owl-nav button.owl-next {
  pointer-events: all;
  background-color: #dca21b !important;
  color: #fff !important;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  font-size: 34px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #0d2c548a;
}



/* new slider css  */

.new-slider {
  position: relative;
  top: 0;
  z-index: 1;
}
.slider-content {
  position: relative;
  padding: 180px 40px;
  z-index: 0;
}

.slider-content:before {

  background: linear-gradient(90deg, rgba(0, 44, 84, 0.88), rgba(0, 44, 84, 0.88) 48%, rgba(0, 44, 84, 0));

  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-content h1 {
  color: #fff;
  font-weight: bold;
  font-size: 75px;

}

.slider-content p {
  color: #fff;
  font-size: 42px;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;

}


.slider-content a{
    color:#fff;
    background-color:#dca21b ;
    padding:10px 20px;
    border-radius:30px;
}

/* new about css */

.about-new {
  padding: 60px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.about-new-content {
  padding: 0px 20px;

}

.about-new-content h4 {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;

}

.about-new-content p {
  text-align: left;
  color: #202020;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}

.about-new-content ul {
  margin-left: 25px;
  margin-top: 20px;
}

.about-new-content li {
  font-size: 20px;
  color: #202020;
  line-height: 24px;
  padding-bottom: 10px;
}


.about-new h3 {
  font-size: 40px;
  color: #dfa41b;
  position: relative;

}

.about-new h4 {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;

}

.about-new h3::before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #e0a51d;
  position: absolute;
  top: -10px;
  left: 0;
}

.about-new .counter-p {
  font-size: 18px;
  color: #000;

}

.counter-bg{
    background-color: #013050;
    padding: 35px;
    margin:20px 0;
}

.about-new .counter-row {
  padding-bottom: 60px;
}

.counter-bg .counter-title {
    text-decoration: underline #f2b134;
    text-underline-offset: 10px;
}

.about-new .secont-about-row a {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #0d2c54, #e1a61b);
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(5, 12, 19, 0.3);
  transition: all 0.3s ease;
  margin-top: 20px;

}

.about-new .secont-about-row a:hover {
  background: linear-gradient(135deg, #e1a61b, #0d2c54);
  box-shadow: 0 12px 20px rgba(8, 15, 24, 0.5);
  transform: translateY(-3px);
}

.about-new .secont-about-row {
  padding-top: 40px;
}

.about-logo-img{
    display:flex;
    align-items:center;
    justify-content:center;
}

.about-logo-img img{
    width:65%;
}



.about-logo-cnt {
  font-family: Arial, sans-serif;
}

.about-heading {
  color: #003366;
  font-weight: bold;
  font-size: 23px;
  margin: 20px 0;
}

.about-subheading {
  font-weight: bold;
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.about-underline {
  width: 80px;
  height: 2px;
  background-color: #f5b335;
  margin-bottom: 15px;
}

.about-description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-btn {
  background-color: #f5b335;
  color: white;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.about-btn:hover {
  background-color: #fff;
  color: #03304f;
  box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
}









    .mission-section {
    padding: 0;
    background-color: #d3d3d3;
    overflow: hidden;
    }

    .mission-img {
      max-width: 100%;
      height: auto;
      display: block;
       width:100% ;
    }
    

    .mission-title {
      color: #003366;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 15px;
    }

    .mission-text {
      font-size: 14px;
      color: #333;
      line-height: 1.6;
    }

    /* Unique Owl dots */
    .mission-owl .owl-dots {
      text-align: left;
      margin-top: 20px;
    }

    .mission-owl .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #fff;
      display: block;
      border-radius: 50%;
      transition: background 0.3s ease;
    }

    .mission-owl .owl-dots .owl-dot.active span {
      background: #003366;
    }

    @media (max-width: 767px) {
      .row.align-items-center {
        flex-direction: column;
      }

      .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
      }

      .mission-title {
        font-size: 20px;
      }

      .mission-owl .owl-dots {
        text-align: center;
      }
    }






    .why-section {
      padding: 60px 20px;
      text-align: center;
      background-color: #d3d3d3;
    }

    .why-section h2 {
      font-size: 2rem;
      color: #0c2f4e;
      position: relative;
      display: inline-block;
      margin-bottom: 30px;
    }

    .why-section h2::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -8px;
      transform: translateX(-50%);
      width: 80px;
      height: 2px;
      background-color: #f2b134;
    }

    .why-section p {
      max-width: 800px;
      margin: 0 auto;
      font-size: 1rem;
      color: #333;
      line-height: 1.6;
      text-align: left;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .why-section h2 {
        font-size: 1.7rem;
      }

      .why-section p {
        font-size: 0.95rem;
        padding: 0 10px;
      }
    }

    @media (max-width: 480px) {
      .why-section h2 {
        font-size: 1.5rem;
      }

      .why-section p {
        font-size: 0.9rem;
      }
    }

/* new service css  */

/* CSS */
.new-service-content {
  padding: 60px 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.section-title .line {
  flex: 1;
  height: 1px;
  background-color: #999;
  max-width: 100px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.dark-text {
  color: #062d53; /* Dark Blue */
}

.highlight-text {
  color: #e6a619; /* Golden Yellow */
}

.heading-bottom {
  margin-top: 15px;
  color: #555;
  font-size: 19px;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}


.new-service-content{
     background-color:#fff;
     text-align:center;
}
.new-service {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
  background-color: #d7d7d7;
}

.new-service h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0d2c54;
  /* text-align: center; */
}

.new-service .service-boxs{
    padding:30px;
}

.new-service .service-boxs img{
    width:100px;
    height:100px;
    object-fit:cover;
}

.new-service .heading-bottom {
  /* width: 60%; */
  font-size: 18px;
  color: #565252 !important;
  margin: 0 !important;
  text-align: start !important;
  margin-bottom: 20px;
}

.new-service img {
  width: 70px;
  height: 70px;
  margin: 20px auto;

}

.new-service-box {
  background-color: #ffffff;
  padding: 25px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #0d2c54;
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-new img{
    background-color:#0d2c54 !important;
    border-radius:50%;
    padding:20px;
}

.new-service-box img{
    background-color:#dda219;
    border-radius:50%;
    padding:10px;
}

.custom-new {
  background-color: #dda219 !important;
}

.custom-new h3 {
  color: #0d2c54 !important;

}

.custom-new p {
  color: #0d2c54 !important;

}


.new-service h3 {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.new-service p {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  margin: 0px auto;
  padding-bottom: 30px;
  text-align: center;
}

/*.new-service .row {*/
/*      gap: 50px;*/
/*}*/


 .new-service .new-service-box a{
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    position: absolute;
    bottom: -21px;
 }

 .new-service .new-service-box a:hover{
  background-color: #dda219;
  color: #0d2c54;
  box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
 }
 

 .new-service .custom-new a{
 display: inline-block;
  padding: 5px 28px;
  color: #033051;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
 }

 .new-service .custom-new a:hover{
  background-color: #033051;
  color: #fff;
  box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
 }
 
 @media (max-width:992px) {
     .heading-bottom{
         padding:0 15px;
     }
 }
 
 /*<!---------------------------------------------------------------------------->*/
 
 /* CSS */
.energy-banner {
  position: relative;
  padding: 100px 0;
  color: #fff;
  padding-bottom: 0;                                            
}

.contact-aria a {
    padding:10px 20px;
    border-radius:30px;
    background-color:#dca21b;
    color:#fff;
    width: 15%;
    text-align: center;
    margin: auto;
}

.overlay {
background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url('../images/oil-plant-part-img.avif') no-repeat center center/cover;
  padding: 80px 20px;
  position: relative;
}

.energy-banner h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.energy-banner p {
  font-size: 18px;
  color: #f5b731;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/*.contact-btn {*/
/*  background-color: #f5b731;*/
/*  color: #fff;*/
/*  padding: 12px 30px;*/
/*  border-radius: 30px;*/
/*  font-weight: bold;*/
/*  text-decoration: none;*/
/*  transition: background 0.3s ease;*/
/*}*/

/*.contact-btn:hover {*/
/*  background-color: #e0a600;*/
/*}*/






/* Responsive */
@media (max-width: 768px) {
  .energy-banner h1 {
    font-size: 28px;
  }

  .contact-btn {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-aria a{
    width: 55%;
  }
}

 
 /*<!---------------------------------------------------------------------------->*/

/* 
.case-studies{
  background-color: transparent !important;
} */



/* insights table  */

.insights-table {
  padding: 50px 0px;
}

.insights-table table thead {
  background-color: #0d2c54;
  color: #ffffff;
}

.insights-table table a {
  text-decoration: none;
}


.custom-table th,
.custom-table td {
  vertical-align: middle;
  padding: 12px 16px;
}

.custom-table td:first-child {
  font-weight: 500;
}

/* Alternating row colors */
.custom-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
  /* White */
  text-align: center;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
  /* Light Gray */
  text-align: center;
}

.read-more-text {
  display: none;
}

.read-more-btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-top: 5px;
  font-size: 15px;
  color: #f5b731;
  font-weight: bold;
  display:block;
  padding-left: 25px;
  /*text-decoration:underline;*/
}

/* model */


.modal .forem .icon-input {
  position: relative;
}

.modal .modal-content {
  background-color: #f8f8f8;
  padding: 30px;
}

.modal .forem span {
  position: relative;
  top: 35px;
  left: 11px;
  color: #0d2c54;
  z-index: 0;
}

.modal .forem .form-control {
  background-color: #fff;
  padding: 10px 40px;
  box-shadow: none;
  border: transparent;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 15px;
}

.modal .forem .btn {
    padding: 10px 30px;
    background-color: #f5b731;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

/* case study section  */

/* 
.case-studies .row{
  row-gap: 25px;
} */

.case-studies .row{
    align-items:center;
}

.service-detail .about-img img {
  width: 100%;
  max-height:100%;
}
.owl-nav button {
  background-color: #002c4e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  position: relative;
}

.owl-nav button span {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.owl-nav .owl-prev span {
  transform: translate(-60%, -50%) rotate(180deg);
}






/*============================*/


/* new-sectors css  */

#new-sectors {
  padding: 60px 0px;
  background-color: #ffffff;
}

#new-sectors h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0d2c54;
  margin-bottom: 35px;
}

#new-sectors h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0d2c54;

}

#new-sectors a {
  text-decoration: none;
  color: #0d2c54;
}

#new-sectors .row {
  align-items: center;
  margin-top: 20px;
}

#new-sectors .arrow-icon {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}

/* #new-sectors .row:hover .arrow-icon img {
  transform: translateX(20px);
  transition: transform 0.3s ease;
} */

#new-sectors .sector-row{
    justify-content:center;
    padding: 10px 20px;
    background: #eee;
    border-radius: 15px;
    box-shadow: 3px 3px #eee000;
}



.contact2 {


  padding: 60px 0 !important;

}


/* second sontact css */

.contact-wrapper {
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.contact-left {
  background-color: #022f4e;
  color: #fff;
  padding: 40px;
  flex: 1 1 400px;
}

.contact-left h2 {
  font-weight: 700;
}

.contact-left p {
  margin-top: 10px;
  font-size: 15px;
  color: #d1d1d1;
}

.contact-left .info-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.contact-left .info-item i {
  font-size: 20px;
  margin-right: 15px;
  /* background: #fff; */
  color: #4c4c4c;
  border-radius: 5px;
  padding: 8px;
}

.contact-left .info-item div {
  line-height: 1.4;
}

.contact-left .info-item div b {
  color: #fff;
}

.contact-right {
  background-color: #fff;
  padding: 40px;
  flex: 1 1 400px;
}

.contact-right h2 {
  font-weight: 700;
  color: #022f4e;
}

.contact-right p {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

.contact-right .form-control {
    margin-bottom: 15px;
    background: transparent;
    color: #022f4e;
    border: 1px solid #022f4e;
}

.btn-custom {
  display: inline-block;
  padding: 12px 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  background-color:#f5b731;

}

.btn-custom:hover {
  background-color: #fff;
  color: #03304f;
  box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
  transform: translateY(-3px);
}


@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
  
  .contact-left{
      padding: 15px;
  }
}

.contact-left i img {
  width: 50px;
  height: 50px;
}



/* thanks page  */

.thanks{
  padding: 50px 0px;
}



/* cta section css  */

.cta-section {
  position: relative;
  z-index: 2;
}

.cta-box {
  background-color: #023051; 
  color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: -70px;
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta-text {
  margin: 0;
  font-size: 16px;
}

.cta-btn {
    color: #fff;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 1px solid #fff;
}
.cta-btn:hover {
  background-color: #e6e6e6;
  color: #023051;
}

/* .next-section {
  position: relative;
  z-index: 1;
  background-color: #f8f9fa;
  padding: 100px 0;
} */

/* fillter-section css  */

.fillter-section {
  padding: 60px 0;
  /* background-color: #f7f7f5; */
}

.fillter-section h2 {
    font-size: 39px;
    font-weight: bold;
    color: #0d2c54;
    margin-bottom: 20px;
    /* text-align: center; */}


  .custom-card {
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      padding: 40px;
      transition: 0.3s ease;
    }

    .custom-card:hover {
      transform: translateY(-4px);
    }

    .tag-badge {
    background-color: #022f50;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 20px;
    font-weight: 600;
}

    .date-text {
      font-size: 17px;
      color: #888;
    }

   .card-title-custom {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

    .card-text-custom {
    font-size: 18px;
    color: #555;
    margin-top: 12px;
}

    .mini-badge {
      background-color: #f0f0f5;
      color: #555;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 12px;
      margin-right: 5px;
      font-weight: 500;
    }

    .author-circle {
      width: 36px;
      height: 36px;
      background: #022f50;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      margin-right: 10px;
    }

    .btn-preview {
      background: #e6e9f0;
      color: #333;
      border: none;
      padding: 6px 18px;
      font-weight: 500;
      border-radius: 8px;
    }

    .btn-download {
      background: #022f50;
      color: #fff;
      border: none;
      padding: 6px 18px;
      font-weight: 500;
      border-radius: 8px;
    }

    .btn-download:hover {
      background: #022f50;
      color: #fff;
    }

    .b-box{
     margin-top: 40px;
    padding-top: 28px;
    }



     .filter-wrapper {
    background: transparent;
    padding: 20px;
    margin-bottom: 30px;
}
   .filter-select, .filter-button {
    color: #574d4d;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px 14px;
    width: 100%;
    font-size: 17px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

    .filter-button {
      background-color: #f5b731;
      color: white;
      border: none;
      font-weight: 500;
      transition: 0.3s;
    }

    .filter-button:hover {
      background-color: #fff;
      color: #03304f;
      box-shadow: 0 3px 16px rgba(5, 5, 5, 0.5);
      transform: translateY(-3px);
    }

    @media (max-width: 767.98px) {
      .filter-col {
        margin-bottom: 10px;
      }
    }
    
    
    
.quickcontact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.quickcontact a img,
.quickcontact .top-button img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.top-button {
    background: #dda219;
    border: none;
    padding: 1px 15px;
    border-radius: 50%;
    font-size: 30px;
}


.new-sectors{
    display:flex;
    background:#eee;
    padding: 10px 20px;
    background: #eee;
    border-radius: 15px;
    /*box-shadow: 3px 3px #eee000;*/
}


.new-sectors p{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.iti__country span {
    position: initial !important;
}