/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#PageDetail ::-webkit-scrollbar {
    width: 5px;
}
.fs-80{
  font-size: 80px;
}
img{
  max-width: 100%;
  height: auto;
}
.row.row-space-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-space-5 > *{
  padding-left: 5px;
  padding-right: 5px;
}
.row.row-space-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-space-10 > *{
  padding-left: 10px;
  padding-right: 10px;
}
.shadow-blue {
  box-shadow: 0 0 15px -5px rgba(0, 107, 179, 0.5);
}
.btn.btn-primary{
  background-color: #005BAA;
  border-color: #005BAA;
}
.btn.btn-primary:hover{
  background-color: #006BB3;
  border-color: #006BB3;
}
#MainHeader {
  background-color: #fff;
  /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); */
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
}

#MainHeader,
#MainHeader * {
transition: all .4s ease-in-out;
}
#MainHeader.scrolled{
  background-color: #FFF !Important;
}
#MainHeader.scrolled #MainNav .navbar-nav > li > a {
  padding: 5px 17px;
}
#MainHeader.scrolled .nav-topbar {
  padding-top: 0px;
}
#MainHeader.scrolled #MainNav {
  padding-bottom: 0;
}
body{
  font-family: 'Noto Sans';
  background-color: #DFE8F0;
  --bg-body-color: #DFE8F0;
}
h1 {
  color: #015BAA;
  font-weight: 700;
  font-family: Poppins;
}
.nav-topbar{
  padding-top: 15px;
}
.navbar-brand {
  margin-top: -40px;
  width: 280px;
}
.navbar-brand img{
  width: 100%;
}
.nav-topbar .nav > .nav-item > .nav-link {
  color: #808285;
  font-family: "Poppins";
  padding-bottom: 0;
}
#MainNav .navbar-nav > li > a {
  padding: 15px 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #005BAA;
  padding-top: 0;
}
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  min-width: 250px;
}
.dropdown-menu .nav-item .nav-link {
  padding: 10px 20px;
  white-space: nowrap;
  font-family: "Poppins";
}
.nav-topbar .nav-item .nav-link {
  color: #666;
  padding: 5px 15px;
}
.dropdown > .nav-link::after{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  margin-left: 10px;
}
/* @media(min-width: 768px){ */
.mega-menu .dropdown-menu .dropdown-menu {
  display: block;
  position: static;
  border: 0;
  padding: 0;
}
 @media(min-width: 768px){
.mega-menu:hover > .dropdown-menu {
  display: flex !important;
  transform: translate(-50%, 0);
}
}
.mega-menu .dropdown > .nav-link::after{
  content: inherit !important;
  display: none !important;
}
.mega-menu > .dropdown-menu > .nav-item > .nav-link {
  font-weight: 700;
  padding-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #005BAA;
  font-family: "Poppins";
  line-height: 1.1;
}
.mega-menu > .dropdown-menu > .nav-item:not(.dropdown) {
  background-color: #005BAA;
}
.mega-menu > .dropdown-menu > .nav-item:not(.dropdown) > .nav-link{
  color: #fff;
}
/*.mega-menu > .dropdown-menu > .nav-item:not(.dropdown) {
  background-color: rgba(6, 113, 154, 0.85);
  display: flex;
  margin-right: 15px;
  border-radius: 8px;
}*/
.navbar-nav > .nav-item:not(.mega-menu) > .dropdown-menu .nav-item:hover .nav-link {
  background-color: #F58220;
  color: #fff;
}
.mega-menu .nav-item .nav-item .nav-link:hover {
  color: #F58220;
  font-weight: 500;
}
/* } */
#HomeBanner {
  background-color: #003360;
}
#HomeBanner img {
  width: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.banner-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-caption h3 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-left: auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", 'Noto Sans', sans-serif;
  background-color: rgba(6, 113, 154, 0.9);
  margin-bottom: 0;
  max-width: 400px;
  padding: 37px;
    padding-bottom: 37px;
  padding-bottom: 50px;
}
#HomeBanner .carousel-inner {
  overflow: visible !important;
}
.banner-caption h3 span {
  font-weight: 400;
  font-size: 22px;
  display: block;
  margin-top: 21px;
}
.banner-prev, .banner-next {
  position: absolute;
  bottom: 25px;
  z-index: 99;
  left: 50%;
  border: 0;
  background-color: #06719A;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-left: 10px;
  margin: 10px;
}
.banner-prev{
  left: inherit;
  right: 50%;
  padding-left: 0px;
}
#GlobalFooter {
  padding-top: 80px;
/*  background-color: #005AAB;*/
  background: linear-gradient(to right, #087796, #005AAB);
}
#GlobalFooter p {
  color: #B5CFE6;
  font-family: "Poppins";
  margin-top: 20px;
}
.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid #B5CFE6;
  margin-top: 50px;
}
#GlobalFooter h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #B5CFE6;
  padding-bottom: 10px;
}
#GlobalFooter .nav-item {
  width: 100%;
}
#GlobalFooter .nav-item .nav-link {
  color: #B5CFE6;
}
#GlobalFooter .nav-item .nav-link:hover {
  color: #FFF;
}
.footer-social {
  text-align: right;
}
.footer-social a {
  color: #fff;
  background-color: #1371C6;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
#HomeAbout {
  padding: 100px 0;
  background-image: url('../images/bg-3.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-img img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/4.5;
}
#HomeAbout h3 {
  font-weight: 800;
  color: #005BAA;
  font-family: "Poppins";
  font-size: 38px;
}
.btn-web-secondary {
  background-color: #F15B22;
  padding: 12px 30px;
  display: inline-block;
  color: #fff;
  font-family: "Poppins";
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.about-img{
  position: relative;
}
#HomeAbout p {
  font-family: "Poppins";
  line-height: 1.8;
}
.about-img h4 {
  position: absolute;
  right: 12%;
  bottom: 0;
  background-color: #005BAA;
  margin-bottom: 0;
  width: 50%;
  padding: 40px;
  color: #fff;
}
#HomeBlog{
  padding: 80px 0;
}
.blog-item {
  background-color: #FFF;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  box-shadow: 2px 2px 7px -4px rgba(0, 0, 0, 0.5);
}
.blog-bottom {
  padding: 40px;
  border-top: 1px solid #DFE8F0;
}
#HomeUpdates h2,
#HomeCSR h2,
#HomeSustainability h2,
#HomeProject h2,
#HomeProduct h2,
#HomeBlog h2 {
  font-weight: 600;
  color: #005BAA;
  margin-bottom: 20px;
  font-size: 32px;
}
.blog-bottom h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
#HomeProduct{
  padding: 80px 0;
  background-color: #fff;
}
.product-item img {
  aspect-ratio: 5/3;
  object-fit: cover;
  width: 100%;
}
.product-item {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.5);
  display: block;
  min-height: 150px;
}
.product-item h4 {
  position: absolute;
  bottom: 15px;
  right: 0;
  background-color: #06719A;
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  font-size: 18px;
  font-family: "Poppins";
}
#HomeUpdates,
#HomeProject{
  padding: 80px 0;
}
#HomeProject a {
  text-decoration: none;
  color: #005BAA;
  font-style: italic;
  font-weight: 600;
}
#HomeProject a::before {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 10px;
}
.whats-content-left img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.whats-content-left{
  position: relative;
  height: 100%;
  display: block;
}
.whats-content-left h3 {
  position: absolute;
  background-color: #E75820;
  left: -50px;
  top: 50px;
  padding: 25px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 34px;
  max-width: 350px;
}
#HomeUpdates h2 {
  margin-bottom: 30px;
}
.whats-content-left h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 28px;
  margin-bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 75%, transparent);
}
.news-contents {
  padding: 50px;
  background-color: #fff;
  height: 100%;
}
.news-content h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #464646;
}
.news-tag {
  background-color: #E75820;
  color: #fff;
  padding: 5px 24px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.news-date {
  color: #686868;
  font-weight: 600;
  font-size: 18px;
}
.news-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  text-decoration: none;
  display: block;
}
.news-content:first-child{
  padding-top: 0;
}
.news-content:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
#HomeSustainability{
  padding: 100px 0;
}
#HomeSustainability h2 {
  font-size: 76px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 80px;
}
#HomeSustainability h2 span{
  font-weight: 600;
  opacity: 0.8;
}
#HomeSustainability h3 {
  background-color: #E75820;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-size: 30px;
}
#HomeSustainability h5 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
}
#HomeSustainability p {
  font-size: 22px;
  color: #fff;
}
#HomeCSR h3 a {
  color: #E55820;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 50px;
  letter-spacing: 5px;
  text-decoration: none;
}
#HomeCSR h2 {
  font-size: 64px;
  color: #005498;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 1.1;
}
#HomeCSR h2 span {
  font-weight: 600;
}
#HomeCSR p {
  font-size: 20px;
  font-family: "Poppins";
  color: #005598;
}
#HomeSustainability{
  background-position: center;
  background-size: cover;
}
.sticky-calc {
  position: fixed;
  z-index: 9999;
  color: #F58220;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  font-size: 40px;
}
#HomeCertificate {
  padding: 80px 0;
  background-image: url('../images/home.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #005BAA;
  color: #fff;
  text-align: center;
}
#HomeCertificate h2 {
  font-weight: 800;
  font-family: "Poppins";
  font-size: 38px;
  margin-bottom: 25px;
}
.certificate-list img {
  margin-right: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  height: 120px;
  width: auto;
}
.certificate-list {
  margin-top: 30px;
  display: block;
}
.news-detail-content,
.product-detail-content {
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 7px -4px rgba(0, 0, 0, 0.5);
}
.mb--50{

}
.row-list-group > * {
  background-color: #E4EEF0;
  padding: 30px;
  border-radius: 30px;
  border: 15px solid var(--bg-body-color);
}
.row-list-group.list-group-with-shadow > * {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.row-list-group.list-group-with-shadow > ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4EEF0;
  z-index: -1;
  border-radius: 50px;
  box-shadow: 8px 8px 10px -3px rgba(0, 0, 0, 0.5);
}
.row-list-group.bg-fff > *{
  background-color: #FFF;
}
.row-list-group {
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}
.row-list-group h4 {
  font-weight: 600;
  font-family: "Poppins";
}
.row-column-top-img > * {
  padding: 15px;
  border-radius: 30px;
  border: 15px solid var(--bg-body-color);
  position: relative;
  z-index: 2;
}
.row-column-top-img > ::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBF2F8;
  z-index: -1;
  box-shadow: 0 0 14px -1px rgba(1, 93, 169, 0.4);
  border-radius: 10px;
}
.row-column-top-img img{
  margin: -15px;
  width: calc(100% + 30px) !important;
  margin-bottom: 0;
  max-width: inherit;
  border-radius: 10px;
}
.row-column-top-img h4{
  color: #005CA5;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 20px;
  text-align: center;
}
.row-column-top-img a{
  color: #025FA7;
  text-decoration: none;
}
.bg-full-image.row > * {
max-width: inherit;
}
.bg-full-image {
position: relative;
padding: 40px 0;
z-index: 4;
color: #fff;
}
.bg-full-image img.bg-image-obj {
position: absolute;
width: 100vw;
height: 100%;
left: 50%;
transform: translateX(-50%);
z-index: -1;
top: 0;
object-fit: cover;
object-position: center;
max-width: inherit;
}
.bg-full-image::before {
position: absolute;
content: "";
width: 100vw;
height: 100%;
background-color: #0074BD;
left: 50%;
transform: translateX(-50%);
z-index: -2;
top: 0;
}

.bg-full-light{
position: relative;
padding: 40px 0;
z-index: 4;
}
.bg-full-light::before {
position: absolute;
content: "";
width: 100vw;
height: 100%;
background-color: #CEDEEB;
left: 50%;
transform: translateX(-50%);
z-index: -2;
top: 0;
}
.bg-full-light.product-tab::before {
background-color: #F3F8FC;
}
.bg-full-light.bg-white::before{
content: inherit;
display: none !important;
}
.bg-full-light.bg-white{
padding: 0;
}
.col-item-shadow {
  position: relative;
  z-index: 4;
  border: calc(var(--bs-gutter-x) * .5) solid transparent;
  padding: 25px;
}
.col-item-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 12px 0px rgba(0, 91, 170, 0.4);
  border-radius: 15px;
  background-color: #fff;
}
.about-mission-vision > :first-child {
  margin-left: -15px;
}
.about-mission-vision > :last-child {
  margin-right: -15px;
}
.about-mission-vision {
  gap: 30px;
}
.about-mission-vision > * {
  border: 0;
  margin-bottom: -50px;
  position: relative;
  z-index: 9;
}
.page-top{
  position: relative;
}
.page-top .page-title{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.page-top .page-title h1{
  color: #fff;
}
.bg-color,
.bg-image,
.row .bg-color,
.row .bg-image {
  position: relative;
  z-index: 3;
  padding: 25px;
  border: 15px solid var(--bg-body-color);
  color: #fff;
  border-radius: 35px;
}
.bg-image > p:first-child{
  margin-bottom: 0;
}
.row.row-space-5 > .bg-color,
.row.row-space-5 > .bg-image{
  border-width: 5px;
}
.row.row-space-10 > .bg-color,
.row.row-space-10 > .bg-image{
  border-width: 10px;
}
.bg-image .bg-obj{
  border-radius: 35px;
}
.bg-color::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}
.bg-color.bg-color-orange::before{
  background-color: #F15A23;
}
.bg-color.bg-color-blue::before{
  background-color: #025BAA;
}
.bg-color.bg-light-green{
  color: #333;
}
.bg-color.bg-light-green::before{
  background-color: #CCDFDB;
}
.bg-color.bg-light-blue{
  color: #333;
}
.bg-color.bg-light-blue::before{
  background-color: #D4E0EC;
}
.bg-color.bg-white{
  color: #333;
}
.bg-color.bg-white::before{
  background-color: #fff;
}
.bg-image img.bg-obj {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  left: 0;
  top: 0;
}
@media(max-width: 1400px){
   #MainNav .navbar-nav > li > a {
    font-size: 13px;
  }
  .nav-topbar .nav > .nav-item > .nav-link{
    font-size: 12px;
  }
  #HomeBanner img{
    max-height: 550px;
  }

  .project-item h3{
    font-size: 22px;
  }
}
@media(max-width: 768px){
  .navbar-brand {
    margin-top: 0;
    width: 250px;
  }
  .nav-topbar {
    padding-top: 5px;
  }
  #HomeUpdates, #HomeProject,
  #HomeSustainability {
    padding: 50px 0;
  }
  #HomeSustainability h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  #HomeSustainability h3,
  #HomeSustainability h5 {
    font-size: 16px;
  }
  #HomeSustainability p {
    font-size: 12px;
  }
  #HomeCSR h2,
  #HomeCSR h3{
    font-size: 28px;
  }
  .project-item h3 {
  font-size: 16px;
}
#jagdamba-tab .nav-link{
  font-size: 14px;
}
.nav-topbar .nav > .nav-item > .nav-link {
   padding: 8px 5px 0 8px;
 }
 .page-top img {
  min-height: 180px;
  object-fit: cover;
}
#ProductNav .nav-link{
  font-size: 14px !important;
}
.product-item h4{
  font-size: 13px !important;
  position: static !important;
}
.product-item{
  min-height: 120px !important;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link,
#HomeCSR p,
body {
  font-size: 0.9rem !important;
}
.news-content h4,
.whats-content-left h3,
#HomeUpdates h2, #HomeCSR h2, #HomeSustainability h2, #HomeProject h2, #HomeProduct h2, #HomeBlog h2{
  font-size: 22px;
}
.product-tab .nav-pills .nav-link,
.project-item h3,
.whats-content-left h4{
  font-size: 16px !important;
}
#HomeAbout,
#HomeCertificate,
#HomeProduct {
  padding: 40px 0;
}
.whats-content-left h3 {
  left: 0 !important;
  font-size: 16px;
  padding: 10px 15px;
}
 .about-img h4,
 .news-contents{
   padding: 25px;
 }
 .certificate-list img{
   margin-bottom: 10px;
   height: 90px;
 }
 #GlobalFooter{
   padding-top: 40px;
 }
 #MainNav .navbar-nav {
  padding: 10px 0;
  background-color: #fff;
  max-height: 80vh;
    overflow: scroll;
}
#MainNav .dropdown > .nav-link::after{
  float: right;
}
.dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  padding: 6px 10px;
}
.mega-menu > .dropdown-menu > .nav-item > .nav-link{
  font-size: 15px;
}
.list-innovation > div::after,
.list-innovation > div::before{
  content: inherit !important;
  display: none !important;
}
#HomeProduct .nav-link {
  font-size: 10px !important;
}
.footer-social {
  text-align: center;
  margin-top: 15px;
}
}
