@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");

:root {
  --font-bookman: 'Bookman Old Style', serif;
  --font-Poppins: 'Poppins', sans-serif;
}


html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
font-family: 'Bookman Old Style' !important;
}

body {
/*   font-family: "Poppins", sans-serif; */
	font-family: 'Bookman Old Style' !important;
}
p, a, span, li, b, strong, h1, h2, h3, h4, h5, h6
Specificity: (0,0,1)
 {
    font-family: 'Bookman Old Style' !important;
}
.breadcrumb{
	    line-height: 24px !important;
}
.breadcrumb span {
    color: #fff !important;
}



/* internal page css */

/* .elementor-location-single .e-con-boxed{
    background-image: url(https://beta.nddb.coop/wp-content/uploads/2025/09/internal-shadow--300x169.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 30px 0;
} */

/****Header section css*****/
/****Header section css*****/

#main_nav {
    position: relative;
    background: #0A3D62;
    border-radius: 0px 0px 30px 30px;
    max-width: 75%;
    width: 75%;
    padding: 0px;
    z-index: 11;
}
.header-wrapper .main-menu .sub-menu li a{
	color: #003e62;
	display: flex;
   justify-content: space-between;
}
.header-wrapper .main-menu .menu-item a:focus, .header-wrapper .main-menu .menu-item a:hover{
    width: 100% !important;
/*     display: block; */
    border-radius: 4px;
}

.mobile_show {
    display: none !important;
}

 .header-wrapper .navbar{
	width: 100%;
    display: block;
 }
 .header-wrapper .navbar .brand-logo{
  width: 100%;
 }
 .header-wrapper .navbar .brand-logo img{
	width: 100%;
	max-width: 100%;

 }
 .header-wrapper .navbar-nav .nav-item{
	margin: 0px 2px;
 }
 .header-wrapper .navbar-nav .nav-link{
  /* color:#0A3D62;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 14px; */
  color: #fff !important;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
 }
.header-wrapper .main-menu .menu-item a{
	color: #fff;
	 font-weight: 400 !important;
}
 .header-wrapper .navbar-nav .nav-link:focus,  .header-wrapper .navbar-nav .nav-link:hover{
  border-bottom: 2px solid #fff;
 }
 .header-wrapper .navbar-nav .dropdown-menu{
	padding: 0px;
 }
 .header-wrapper .navbar-nav .dropdown-menu li{
	border-bottom: 1px solid #0000000d;
 }
 .header-wrapper .navbar-nav .dropdown-menu li:last-child{
	border-bottom: 1px solid transparent;

 }
 .header-wrapper .navbar-nav .dropdown-menu li a{
	font-size: 14px;
	font-weight: 500;
	padding: 10px 10px;
	 

 }
 .header-wrapper .navbar-nav .dropdown-menu li a.dropdown-item:focus, .header-wrapper .navbar-nav .dropdown-menu li a.dropdown-item:hover {
    color: #eff1f5;
    background-color: #0a3d62;
}
 .header-wrapper .list-top-group{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 5px 0px 15px;
 }
 .header-wrapper .list-top-group li{
	list-style: none;
 }
.gt_container--uyx83o .gt_switcher .gt_selected a {
    border: 0 !important;
    color: #fff !important;
    padding: 10px 9px !important;
    width: 130px !important;
    font-size: 14px !important;
    background: #0A3D62 !important;
    border: 0 !important;
    border-radius: 40px !important;
}
 .header-wrapper .list-top-group li >.search{
	width: 360px;
    position: relative;
    padding-right: 4px;
 }
 .header-wrapper .list-top-group li >.search input[type="text"],
 .header-wrapper .list-top-group li >.search input[type="search"]
 {
  width: 100%;
  border-radius: 24px;
  border: none;
  outline: none;
  padding: 3px 20px;
  background: #E9F9FF;
  box-shadow: -2px 9px 10px 2px #00000033;
 }
 .header-wrapper .list-top-group li >.search input::-webkit-input-placeholder { 
	
	color: rgba(172, 172, 172, 1);
	font-family: "Poppins", sans-serif;

  }
  .header-wrapper .list-top-group li >.search input::-moz-placeholder { 
	color: rgba(172, 172, 172, 1);
	font-family: "Poppins", sans-serif;

  }
  .header-wrapper .list-top-group li >.search input:-ms-input-placeholder { 
	color: rgba(172, 172, 172, 1);
	font-family: "Poppins", sans-serif;

  }
  .header-wrapper .list-top-group li >.search input:-moz-placeholder { 
	color: rgba(172, 172, 172, 1);
	font-family: "Poppins", sans-serif;

  }
 .header-wrapper .list-top-group li >.search button{
	background: #0A3D62;
    border-radius: 100%;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 35px;
    height: 35px;
	display: flex;
		align-items: center;
		justify-content: center;
 }
 .header-wrapper .list-top-group li >.search button img{
	width: 15px;
	height: 15px;
 }
 .header-wrapper .list-top-group li .social__media{
	width: 180px;
    display: flex;

 }
 .header-wrapper .list-top-group li .social__media ul{
    width: 100%;
    display: flex
;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
 }
 .header-wrapper .list-top-group li .social__media ul li{
    list-style: none;
    padding: 0 4px;

 }
 .header-wrapper .list-top-group li .social__media ul li a{
	text-decoration: none;
    width: 27px;
    height: 27px;
    display: block;
 }
 .header-wrapper .list-top-group li .social__media ul li a img{
	width: 100%;
 }
 /**language dropdown***/


 .header-wrapper .list-top-group li .dropdowns button {
    min-width: 130px;
    background: transparent;
    outline: none;
    border: none;
    width: max-content;
    height: 40px;
    border-radius: 40px;
    color: #fff !important;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    background: #0A3D62;
  }
  .header-wrapper .list-top-group li .dropdowns button img {
	margin: 0 5px 0 0;
  display: none;
  }
  .header-wrapper .list-top-group li .dropdowns button img,
  .dropdown-content li img {
	width: 28px;
  }
  .header-wrapper .list-top-group li .dropdowns button,
  .header-wrapper .list-top-group li .dropdown-content li {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
  }
  .header-wrapper .list-top-group li .dropdowns button .arrow-down {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: rgb(255, 255, 255) transparent transparent transparent;
	margin: 0 0 0 5px;
  }
  .header-wrapper .list-top-group li .dropdowns button:hover .arrow-down {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: rgb(255, 255, 255) transparent transparent transparent;
	margin: 0 0 0 5px;
	    transform: rotate(180deg);
  }
  .header-wrapper .list-top-group li .dropdowns button:hover {
	cursor: pointer;

  }
  /* Style for the dropdown content */
  .header-wrapper .list-top-group li .dropdown-content {
	display: none;
	position: absolute;
	margin: 1px 0 0 0;
	padding: 0;
	background-color: #f5f5f5;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 315px;
  }
  /* Style for the dropdown content items */
  .header-wrapper .list-top-group li .dropdown-content li {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	justify-content: end;
  }
  .header-wrapper .list-top-group li .dropdown-content li img {
	margin: 0 20px 0px 20px;
  }
  /* Style for the dropdown content items on hover */
  .header-wrapper .list-top-group li .dropdown-content li:hover {
	background-color: #f1f1f1;
	cursor: pointer;
	color: blue;
	border-radius: 5px;
  }
  /* Show the dropdown content when the dropdown button is clicked */
  .header-wrapper .list-top-group li .dropdowns:focus-within .dropdown-content {
	display: block;
  }


/* start banner-header-slider-heading-wrapper */

.banner-header-slider-heading-wrapper {
  width: 100%;
  background: #fff;
  font-family: "Poppins", sans-serif
}

.banner-header-slider-heading-wrapper .carousel-inner .carousel-item {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.banner-header-slider-heading-wrapper .carousel-inner .carousel-item .banner-header-slider-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
}

/* ====change==== */
.carousel-inner>.carousel-item>.d-flex {
  height: 100%;
/*   min-height: 600px; */
  min-height: 750px;
}

.banner-header-slider-heading-wrapper .carousel.slide.carousel-fade .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.banner-header-slider-heading-wrapper .carousel.slide.carousel-fade .carousel-indicators .active {
  background-color: #0A3D62;
}

.banner-header-slider-heading-wrapper .banner-header-slider-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 650px !important;
}


.banner-header-slider-heading-wrapper .banner-header-slider-right h1 {
  font-family: "Poppins", sans-serif;
  color: #0A3D62;
  font-size: 52px;
  text-shadow: none;
  line-height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 800;
}

.banner-header-slider-heading-wrapper .banner-header-slider-right p.information {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #242424;
  padding-top: 10px;
}


/* end banner-header-slider-heading-wrapper */

/************/
.number-heading__wrapper {
  width: 100%;
}

.number-heading__wrapper .number_card {
  width: 100%;
  padding: 15px;
  margin: 10px 0px 50px;
  border-radius: 4px;
  background-color: rgba(10, 61, 98, 1);
  background-image: linear-gradient(to right, rgba(10, 61, 98, 1), rgb(16 70 106));
  box-shadow: 1px 7px 14px 5px #00000033;
}

.number-heading__wrapper .number_card .card-set {
  display: flex;
  flex-direction: row;
  width: 300px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
  padding: 10px;
}

.number-heading__wrapper .number_card .card-set:hover {
  background-color: #082e48;
  cursor: pointer;
}

.number-heading__wrapper .number_card .card-set .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid rgba(128, 202, 233, 1);
  cursor: pointer;
}

.number-heading__wrapper .number_card .card-set .content-set {
  width: 68%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.number-heading__wrapper .number_card .card-set .btn-set {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 35px;
  height: 20px;
  border: none;
  background: transparent;
  outline: none;

}

.number-heading__wrapper .number_card .card-set .btn-set img {
  width: 100%;
}

.number-heading__wrapper .number_card .card-set .btn-set:focus,
.number-heading__wrapper .number_card .card-set .btn-set:hover {
  outline: none;
  background: transparent;

}

.number-heading__wrapper .number_card .card-set .content-set h4 {
  font-size: 35px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  width: 100%;
  text-align: left;
  margin: 0px;

}

.number-heading__wrapper .number_card .card-set .content-set p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  word-spacing: 2px;
  width: 100%;
  text-align: left;
  margin: 0px;
}


/* start animal-heading-wrapper */
.animal-heading-wrapper {
  width: 100%;
  background: url(../images/animal-heading-bg.png)
}

.animal-heading-wrapper h1 {
  text-align: center;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
}

.animal-heading-wrapper .animal-card {
  width: 100%;
  padding: 15px;
  margin: 10px 0 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
}

.animal-heading-wrapper .animal-card .card-set {
  display: flex;
  flex-direction: column;
  width: 450px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  border-radius: 14px;
  overflow: visible;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.3s ease, color 0.3s ease;
  z-index: 1;
}


.animal-heading-wrapper .animal-card .card-set::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.animal-heading-wrapper .animal-card .card-set:hover::before {
  background: #082e48;
  transform: translateY(0);
  transition: 500ms linear;
  border-radius: 14px;
  transform: translateY(0);
  animation: 1s animal-heading;

}

@keyframes animal-heading {
  from {
    top: 0;
    height: 0;
  }

  to {
    bottom: 0;
    height: 100%;
  }
}



.animal-heading-wrapper .animal-card .card-set>* {
  position: relative;
  z-index: 1;
}

.animal-heading-wrapper .animal-card .card-set:hover .name,
.animal-heading-wrapper .animal-card .card-set:hover .information {
  color: #fff !important;
}

.animal-heading-wrapper .animal-card .card-set:hover .area2 {
  background: #082e48;
  color: #fff;
  transition: 500ms linear;
}

.animal-heading-wrapper .animal-card .card-set .area1 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.animal-heading-wrapper .animal-card .card-set .area1 img {
  width: 100%;
/*   height: 100%; */
	 height: 215PX;
}

.animal-heading-wrapper .animal-card .card-set .area2 {
  background-color: #fff;
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.animal-heading-wrapper .animal-card .card-set .area2 .image {
/*   top: -37px; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.animal-heading-wrapper .animal-card .card-set .area2 .image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  padding: 12px;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.animal-heading-wrapper .animal-card .card-set .area2 .image img.hide-hover {
  display: block;
}

.animal-heading-wrapper .animal-card .card-set:hover .area2 .image img {
  width: 90px;
  height: 90px;
  padding: 0px;
  border: none;

}

.animal-heading-wrapper .animal-card .card-set .area2 .image img.show-hover {
  display: none;
}

.animal-heading-wrapper .animal-card .card-set:hover .area2 .image img.hide-hover {
  display: none;
}

.animal-heading-wrapper .animal-card .card-set:hover .area2 .image img.show-hover {
  display: block;
}

.animal-heading-wrapper .animal-card .card-set .area2 .name {
/*   font-size: 24px; */
	font-size: 20px;
  font-weight: 600;
  color: #262626;
}

.animal-heading-wrapper .animal-card .card-set .area2 .information {
  color: #555555;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}



.animal-heading-wrapper .animal-card .card-set::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(-7deg);
  background-image: url('../images/arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.animal-heading-wrapper .animal-card .card-set:hover::after {
  background-image: url('../images/arrow-hover.png');
  transform: translateX(-50%) rotate(16deg);
  transition: 500ms linear;
}


/* end animal-heading-wrapper */





/* start subsidiaries-heading-wrapper */


.subsidiaries-heading-wrapper {
  width: 100%;
  background: #87CEEB47;
  padding-top: 50px;
}

.subsidiaries-heading-wrapper h1 {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
}

.subsidiaries-heading-wrapper .subsidiaries-card {
  width: 100%;
  padding: 15px;
  margin: 10px 0px 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set {
  display: flex;
  flex-direction: column;
  width: auto;
  justify-content: space-between;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set:hover {
  transform: translateY(-6px);
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea1 {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea1 img {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set:hover .subarea1 img {
  box-shadow: 0 0 12px rgba(210, 180, 140, 0.3);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  transition: background-color 0.4s ease-in-out;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set:hover .subarea2 {
  background: #c7bdae;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .name {
font-size: 22px;
    font-weight: 500;
    color: #262626;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .information {
 color: #555555;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .read-more-cta {
  text-align: left;
  padding: 0 20px;
  height: 60px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .read-more-cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0A3D62;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .read-more-cta a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 18px 0;
  font-weight: 400;
  color: #0A3D62;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.2s;
  z-index: 2;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .read-more-cta a::after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set:hover .read-more-cta::before {
  transform: translateY(0%);
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set:hover .read-more-cta a {
  color: #ffffff;
  transform: translateY(0);
  opacity: 1;
}

.subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set:hover .read-more-cta a::after {
  opacity: 1;
  transform: translateX(4px);
  pointer-events: auto;
}


/* end subsidiaries-heading-wrapper */



/* start social-media-heading-wrapper */

.social-media-heading-wrapper {
  width: 100%;
}

.social-media-heading-wrapper h1 {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
  padding: 50px 0px;

}

.social-media-heading-wrapper .row {
  padding-bottom: 60px;
}

.social-media-heading-wrapper .btn {
/*   padding: 8px 16px; */
	padding: 8px 8px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #f1f1f1 !important;
  color: #000 !important;
  transition: all 0.3s ease;
}

.social-media-heading-wrapper .btn.active {
  background-color: #000 !important;
  color: white !important;
  box-shadow: 0 4px 10px rgba(24, 119, 242, 0.4);
}

.social-media-heading-wrapper .btn:hover {
  opacity: 0.9;
}


.social-media-heading-wrapper .btn-facebook {
  background-color: #f1f1f1;
  color: #000;
  box-shadow: none;
}

.social-media-heading-wrapper .btn-facebook:not(.active) img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(579%) hue-rotate(183deg) brightness(94%) contrast(101%);
}

.social-media-heading-wrapper .btn-facebook.active {
  background-color: #1877f2 !important;
  color: white !important;

}

.social-media-heading-wrapper .btn-twitter.active img {
  filter: brightness(0) invert(1);
}

.social-media-heading-wrapper .social-media-card {
  width: 100%;
  padding: 15px;
  margin: 10px 0px 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
	
}

.social-media-heading-wrapper .social-media-card .media-card-set {
  display: flex;
  flex-direction: column;
  width: 450px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
}


.social-media-heading-wrapper .social-media-card .media-card-set .media-area1 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.social-media-heading-wrapper .social-media-card .media-card-set .media-area1 img {
  width: 100%;
  height: 100%;
}

.social-media-heading-wrapper .social-media-card .media-card-set .media-area2 {
  background-color: #fff;
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important
}

.social-media-heading-wrapper .social-media-card .media-card-set .media-area2 .image {
  top: -37px;
  position: relative;
  text-align: left;
}

.social-media-heading-wrapper .social-media-card .media-card-set .media-area2 .image img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid rgb(245, 245, 245);
  cursor: pointer;
  padding: 12px;
  background-color: #ffffff;
}

.social-media-heading-wrapper .social-media-card .media-card-set .media-area2 .name {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}

.social-media-heading-wrapper .social-media-card .media-card-set .media-area2 small {
  font-size: 10px;
}

.social-media-heading-wrapper .press-release-social-media {
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #195C9F #f1f1f1;
  box-shadow: 0px 4px 46.2px 0px #0A3D621C;

}

.social-media-heading-wrapper .press-release-social-media .press-release-para {
  font-size: 16px;
  line-height: 20px;
}





/* end social-media-heading-wrapper */




/* start enhancing-growth-heading-wrapper */

.enhancing-growth-heading-wrapper {
  width: 100%;
  background: url(../images/enhancing-growth-bg.png) center center / cover no-repeat;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.enhancing-growth-heading-wrapper h1 {
  text-align: center;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 30px;
}

.enhancing-growth-heading-wrapper .nav-pills {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.enhancing-growth-heading-wrapper .nav-pills .nav-link {
  background-color: #f1f1f1 !important;
  color: #0A3D62 !important;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: none;
}

.enhancing-growth-heading-wrapper .nav-pills .nav-link.active {
  background-color: #0A3D62 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(10, 61, 98, 0.2);
}


.enhancing-growth-heading-wrapper .tab-content {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
/*   height: 360px; */
	height: auto;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}


.enhancing-growth-heading-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #fff;
  z-index: 1;
}


.enhancing-growth-heading-wrapper .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.enhancing-growth-heading-wrapper .logo-grid img {
  max-width: 120px;
  height: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.enhancing-growth-heading-wrapper .logo-grid img:hover {
  transform: scale(1.05);
}



/* end enhancing-growth-heading-wrapper */




/* start Leadership-heading-wrapper */

.leadership-heading-wrapper {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  font-family: Arial, sans-serif;
}

.leadership-heading-wrapper h1 {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
}

.leadership-card {
  width: 100%;
  padding: 15px;
  margin: 20px 0 50px;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  flex-wrap: wrap;
}

.leadership-card-set {
  display: flex;
  flex-direction: column;
  width: 400px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.leadership-1 {
  position: relative;
  width: 100%;
  height: 220px;

}

.leadership-1 img,
.leadership-1 iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
}

.video-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.video-icon.play {
  background-image: url('../images/pause-button.png');
}

.video-icon.pause {
  background-image: url('../images/new-icon.png');
}

/* end Leadership-heading-wrapper */



/* start success-stories-heading-wrapper */

.success-stories-heading-wrapper {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  font-family: Arial, sans-serif;
}

.success-stories-heading-wrapper .carousel-inner .carousel-item {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.success-stories-heading-wrapper .carousel-inner .carousel-item .success-stories-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.success-stories-heading-wrapper .carousel-inner .carousel-item .success-stories-content .success-stories-left .story-caption {
  position: absolute;
  top: 40px;
  left: 0;
  background: #0A3D62;
  color: #fff;
  padding: 20px 40px;
  font-size: 30px;
  line-height: 30px;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  max-width: 90%;
  width: 590px;
  transition: width 0.1s ease;
}

.success-stories-heading-wrapper .carousel-inner .carousel-item .success-stories-content .success-stories-left .story-image img {
  position: absolute;
  /* top: 150px; */
	 top: 40px !important;
  left: 0;
}


.carousel-inner>.carousel-item>.d-flex {
  height: 100%;
}

.success-stories-heading-wrapper .carousel.slide.carousel-fade .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.success-stories-heading-wrapper .carousel.slide.carousel-fade .carousel-indicators .active {
  background-color: #0A3D62;
}

.success-stories-heading-wrapper .success-stories-right {
  padding-right: 60px;
	
}


.success-stories-heading-wrapper .success-stories-right h1 {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
  padding-top: 40px;
}

.success-stories-heading-wrapper .success-stories-right p.information {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  padding-top: 40px;
}


/* end success-stories-heading-wrapper */

/*****footer css*****/
.footer-wrapper {
  width: 100%;

}

.footer-wrapper .footer__up__section .link__footer__title ul li {
  list-style: none;
  padding: 8px 4px 8px 15px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  word-spacing: 2px;
}

.footer-wrapper .footer__up__section .link__footer__title ul.link-right {
  padding-left: 30px;
}

.footer-wrapper .footer__up__section .link__footer__title ul li.phone-icon::before {
  content: " ";
  background: url(http://nddb.cityholdingtrade.co.uk/wp-content/uploads/2025/05/phone-icon-footer.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -29px;
  top: 8px;
  background-size: 100% 100%;
}

.footer-wrapper .footer__up__section .link__footer__title ul li.email-icon::before {
  content: " ";
  background: url(http://nddb.cityholdingtrade.co.uk/wp-content/uploads/2025/05/email-icon-footer.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -29px;
  top: 5px;
  background-size: 100% 100%;
}

.footer-wrapper .footer__up__section {
  width: 100%;
  background: url(https://beta.nddb.coop/wp-content/uploads/2025/11/DSC_6262-1-1-2.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 60px 0px;
}

.footer-wrapper .footer__up__section .footer__logo__keeptouch {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-wrapper .footer__up__section .footer__logo__keeptouch .ft__logo {
  width: 100%;
  padding-bottom: 40px;
}

.footer-wrapper .footer__up__section .footer__logo__keeptouch .ft__logo img {
  width: 100%;
}

.footer-wrapper .footer__bottom__section {
  width: 100%;
  padding: 10px 0;
}

.footer-wrapper .footer__up__section .keeptouch__link {
  display: flex;
  flex-direction: row;
  align-items:center;
  padding: 20px 0 10px;
}

.footer-wrapper .footer__up__section .link__footer__title {
  width: 100%;
}

.footer-wrapper .footer__up__section .link__footer__title h4 {
  color: rgba(135, 206, 235, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.footer-wrapper .footer__up__section .link__footer__title ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

.footer-wrapper .footer__up__section .link__footer__title ul li {
  list-style: none;
  padding: 8px 4px 8px 15px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  word-spacing: 2px;
}

.footer-wrapper .footer__up__section .link__footer__title ul li.listArrow::before {
  content: " ";
  background: url(../images/arrowIcon.png) no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  left: -2px;
  top: 10px;
  background-size: 100% 100%;
}

.footer-wrapper .footer__up__section .link__footer__title ul li a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  word-spacing: 2px;

}

.footer-wrapper .footer__up__section .link__footer__title ul li a:hover {
  color: rgba(135, 206, 235, 1);

}

.footer-wrapper .footer__up__section .keeptouch__link h4 {
  width: 40%;
  color: rgba(135, 206, 235, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;

}

.footer-wrapper .footer__up__section .keeptouch__link ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
  padding: 0px;

}

.footer-wrapper .footer__up__section .keeptouch__link ul li {
  padding: 0px 4px;
  list-style: none;
}

.footer-wrapper .footer__up__section .keeptouch__link ul li a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: block;
}

.footer-wrapper .footer__up__section .keeptouch__link ul li a img {
  width: 100%;
}

.footer-wrapper .footer__bottom__section p {
  display: flex;
  justify-content: center;
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}






/******NDP I page css start*******/
.bread__wrapper {
  width: 100%;
  position: relative;

}

.bread__wrapper img {
  width: 100%;

}

.bread__wrapper .container {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px 0px;

}

.bread__wrapper .container nav {
  background: #0a3d62;
  border-radius: 24px;
  padding: 10px 15px;
  width: max-content;
}

.bread__wrapper .container nav .breadcrumb {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bread__wrapper .container nav .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-family: 'Cairo';
  font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #fff;
  opacity: 0.7;
}

.bread__wrapper .container .title-set {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.bread__wrapper .container .title-set h2 {
  font-family: 'Bookman Old Style' !important;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #0a3d62;
  padding: 5px 0px;
}

.bread__wrapper .container .title-set p {
  max-width: max-content;
  padding: 7px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #0a3d62;
  word-spacing: 2px;
}

.nation__dairyboard {
  width: 100%;
  padding: 40px 0px 0px;
}

.nation__dairyboard p {
  padding: 7px 0 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
  word-spacing: 2px;
	text-align:justify;
}

.nation_objectives {
  width: 100%;
  padding: 40px 0px 0px;
}

.nation_objectives .objective-heading {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
}

.nation_objectives .objective-para {
  padding: 7px 0 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
  word-spacing: 2px;
}

.nation_objectives .objective-contents ul {
  background-color: #eaf8ff;
  /* light blue tone similar to your image */
  border-radius: 12px;
  padding: 20px 20px 20px 30px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  /* soft shadow */
  max-width: 800px;
  margin: 20px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
}

.nation_objectives .project-area {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
}

.nation_objectives .project-area-para {
  padding: 7px 0 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
  word-spacing: 2px;
}

/******NDP I page css end*******/


/******Anand Pattern page css start*******/
.three-tier_objectives {
  width: 100%;
  padding: 40px 0px 0px;
}

.three-tier_objectives .three-tier-heading {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
  padding-bottom: 50px;
  margin-top: 20px;
}

.three-tier_objectives .three-tier-contents .three-tier-contents-left {
  position: relative;
  padding-bottom: 50px;
}

.three-tier_objectives .three-tier-contents .three-tier-number-circle {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #0A3D62;
  color: white;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 63px;
  left: -55px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border: 5px solid #fff;
  outline: 2px solid #0A3D62;
}

.three-tier_objectives .three-tier-contents .three-tier-number-circle span {
  font-size: 55px;
  line-height: 59px;
}

.three-tier_objectives .three-tier-contents .three-tier-details {
  padding: 30px 30px 30px 85px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
  word-spacing: 2px;
  text-align: justify;
}

.three-tier_objectives .three-tier-contents .three-tier-contents-right {
  position: relative;
  padding-bottom: 50px;
}

.three-tier_objectives .three-tier-contents .three-tier-contents-right img {
  width: auto;
}

/******Anand Pattern page css end*******/



/****** operation flood page css start*******/
.pattern-page_objectives {
  width: 100%;
  padding: 40px 0px 0px;
}

.pattern-page_objectives .pattern-page-heading {
  text-align: left;
  color: #0A3D62;
  font-size: 55px;
  line-height: 59px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 20px;
}

.pattern-page_objectives .pattern-page-heading-small {
  text-align: left;
  color: #333333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 20px;
}

.pattern-page_objectives .pattern-page-contents .pattern-page-contents-left {
  position: relative;
  padding-bottom: 50px;
}

.pattern-page_objectives .pattern-page-contents .pattern-page-number-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0A3D62;
  color: white;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 32px;
  left: -55px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border: 5px solid #fff;
  outline: 2px solid #0A3D62;
}

.pattern-page_objectives .pattern-page-contents .pattern-page-number-circle span {
  font-size: 55px;
  line-height: 59px;
}

.pattern-page_objectives .pattern-page-contents .pattern-page-details {
  padding: 30px 30px 30px 85px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
  word-spacing: 2px;
  text-align: justify;
}

.pattern-page_objectives .pattern-page-contents .pattern-page-contents-right {
  position: relative;
  padding-bottom: 50px;
}

.pattern-page_objectives .pattern-page-contents .pattern-page-contents-right img {
  width: auto;
}

/****** operation flood page css end*******/

/****************** About us page start *********************/
.bread__wrapper {
  width: 100%;
  position: relative;

}

.bread__wrapper img {
  width: 100%;

}

.bread__wrapper .container {
/*   position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px 0px; */
	   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0px 0;

}

.bread__wrapper .container nav {
  background: #0a3d62;
  border-radius: 24px;
  padding: 10px 15px;
  width: max-content;
}

.bread__wrapper .container nav .breadcrumb {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bread__wrapper .container nav .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-family: 'Cairo';
    font-size: 12px;
/*     width: 250px; */
	width: auto;
    overflow: hidden;
/*     display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #fff;
  opacity: 0.7;
}

.bread__wrapper .container .title-set {
  width: 100%;
}

.bread__wrapper .container .title-set h2 {
font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 43px;
    color: #0a3d62;
    padding: 5px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 100px;
}

.bread__wrapper .container .title-set p {
  max-width: max-content;
  padding: 7px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #0a3d62;
  word-spacing: 2px;
}

.nation__dairyboard {
  width: 100%;
  padding: 40px 0px 0px;
}

.nation__dairyboard p {
  padding: 7px 0 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);

  word-spacing: 2px;
}

.nation__dairyboard .ratio.ratio-16x9 {
  width: 100%;
}


.operation__ndpi_perspective--pattern {
  background: #def2f9;
  width: 100%;
  padding: 60px 0;
}

.operation__ndpi_perspective--pattern ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.operation__ndpi_perspective--pattern ul li {
  list-style: none;
  padding: 0px 40px;
}

.operation__ndpi_perspective--pattern ul li a {
  /* width: auto; */
  background: rgba(10, 61, 98, 1);
  padding: 7px 38px 7px 20px;
  border: 2px solid transparent;
  border-radius: 23px;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;

}

.operation__ndpi_perspective--pattern ul li a:hover {
  background: #fff;
  color: #0a3d62;
  border: 2px solid #0a3d62;

  padding: 7px 38px 7px 20px;
  transition: all 0.3s ease;




}

.operation__ndpi_perspective--pattern ul li a:hover::before {
  content: " ";
  background: url(../images/aboutus-page/linka-roate.png) no-repeat center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -6px;
  transform: rotate(142deg);
  transition: all 0.3s ease;

}

.operation__ndpi_perspective--pattern ul li a::before {
  content: " ";
  background: url(../images/aboutus-page/linka-roate.png) no-repeat center;
  background-size: 100% 100%;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -5px;
  transform: rotate(84deg);
  transition: all 0.3s ease;


}



.philosophy__believe__set {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 490px;
  padding: 30px 0px 0px;

}

.philosophy__believe__set h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0a3d62;
  padding: 40px 0px 0px;
}

.philosophy__believe__set h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  padding: 0px;
}

.philosophy__believe__set .list-group {
  padding: 20px 0px 0px;
}

.philosophy__believe__set .list-group li {
  padding: 0px 0px 0px 20px;
  position: relative;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  text-align:justify;
  color: rgba(38, 38, 38, 1);
}

.philosophy__believe__set .list-group li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #212529;
  border-radius: 100%;
}

.philosophy__believe__set .card__box {
  position: absolute;
    right: -1%;
    top: 39px;
    width: 55%;
    padding-bottom: 40px;


}

.Philosophy-class{
	margin-top: 135px;
}
.philosophy__believe__set .card__box img {
  width: 100%;
  /* -webkit-border-top-left-radius: 24%;
-webkit-border-bottom-left-radius: 24%;
-moz-border-radius-topleft: 24%;
-moz-border-radius-bottomleft: 24%;
border-top-left-radius: 24%;
border-bottom-left-radius: 24%; */
}


.constitution__board__set {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 490px;
  padding: 30px 0px 0px;

}

.constitution__board__set h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0a3d62;
  padding: 40px 0px 0px;
}

.constitution__board__set h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  padding: 0px;
}

.constitution__board__set .list-group {
  padding: 20px 0px 0px;
}

.constitution__board__set .list-group li {
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  word-spacing: 2px;
	    background: transparent;
}

.constitution__board__set .list-group li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #212529;
  border-radius: 100%;
}

.constitution__board__set .card__box {
  position: absolute;
  left: -15%;
  top: 60px;
  width: 55%;
  padding-bottom: 40px;


}

.constitution__board__set .card__box img {
  width: 100%;

}

.integrity__credibility__set {
  padding: 60px 0px;
  background: #def2f9 url(../images/aboutus-page/bg.jpg) no-repeat top center;
  position: relative;
  background-size: 100% 100%;
}

.integrity__credibility__set .sidebar {
  border-radius: 8px;
  padding: 20px 0px 20px 223px;
  position: relative;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.integrity__credibility__set .sidebar::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 160px;
  width: 360px;
  height: 360px;
  background-image: url("../images/aboutus-page/values-animation.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.integrity__credibility__set .sidebar-item.sidebar-news-content:active,
.integrity__credibility__set .sidebar-item.sidebar-tender-content:active,
.integrity__credibility__set .sidebar-item.sidebar-press-content:active,
.integrity__credibility__set .sidebar-item.sidebar-fb-content:active,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content:active,
.integrity__credibility__set .sidebar-item.sidebar-insta-content:active {

  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

}


.sidebar-item.active {
  /* background-color: rgba(10, 61, 98, 1) !important;  */
  color: rgba(10, 61, 98, 1) !important;
  font-weight: bold;
  border: 2px solid rgba(10, 61, 98, 1);
}

.sidebar-item.active .hide {
  display: none;
}

.sidebar-item .show {
  display: none;
}

.sidebar-item .hide {
  display: block;
}

.sidebar-item.active .show {
  display: block;
}

.sidebar-item.active span {
  color: rgba(10, 61, 98, 1);

}

.integrity__credibility__set .sidebar-item.active.sidebar-news-content .sidebar-news,

.integrity__credibility__set .sidebar-item.active.sidebar-press-content .sidebar-press,
.integrity__credibility__set .sidebar-item.active.sidebar-tender-content .sidebar-tender {
  border: 4px solid #fff;
  background: rgba(10, 61, 98, 1);
  outline: 4px solid rgba(10, 61, 98, 1);
}

/* .integrity__credibility__set .sidebar-item.active.sidebar-fb-content span{
  background-color:#fff;
} */
.integrity__credibility__set .sidebar-item.sidebar-news-content,
.integrity__credibility__set .sidebar-item.sidebar-tender-content,
.integrity__credibility__set .sidebar-item.sidebar-press-content,
.integrity__credibility__set .sidebar-item.sidebar-fb-content,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content,
.integrity__credibility__set .sidebar-item.sidebar-insta-content {
  background-color: #ffffff;
  width: 300px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 65px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(96, 96, 96, 1);
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 19.95px 9.98px 38.53px 0px #2E577E2B;
  left: 50px;

}

.integrity__credibility__set .sidebar-item.sidebar-news-content:focus {
  background-color: #ffffff;
}

.integrity__credibility__set .sidebar-item.sidebar-tender-content {
  position: relative;
  top: 136px;
  left: 230px;
}

.integrity__credibility__set .sidebar-item.sidebar-press-content {
  position: relative;

  top: 66px;
  left: 160px;

}

.integrity__credibility__set .sidebar-item.sidebar-fb-content {
  position: relative;
  top: 215px;
  left: 163px;

}

.integrity__credibility__set .sidebar-item.sidebar-twitter-content {
  position: relative;
  top: 290px;
  left: 50px;
}

.integrity__credibility__set .sidebar-item.sidebar-insta-con12tent {
  position: relative;
  top: 260px;
  left: 131px;
}

.integrity__credibility__set .sidebar-item.sidebar-news-content:hover,
.integrity__credibility__set .sidebar-item.sidebar-tender-content:hover,
.integrity__credibility__set .sidebar-item.sidebar-press-content:hover,
.integrity__credibility__set .sidebar-item.sidebar-fb-content:hover,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content:hover,
.integrity__credibility__set .sidebar-item.sidebar-insta-content:hover {
  border: 2px solid rgba(10, 61, 98, 1);
  color: white;
}

.integrity__credibility__set .sidebar-item.sidebar-news-content span,
.integrity__credibility__set .sidebar-item.sidebar-tender-content span,
.integrity__credibility__set .sidebar-item.sidebar-press-content span,
.integrity__credibility__set .sidebar-item.sidebar-fb-content span,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content span,
.integrity__credibility__set .sidebar-item.sidebar-insta-content span {
  margin-left: 70px;
  color: rgba(96, 96, 96, 1);
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}


.integrity__credibility__set .sidebar-item.sidebar-news-content .sidebar-news,
.integrity__credibility__set .sidebar-item.sidebar-tender-content .sidebar-tender,
.integrity__credibility__set .sidebar-item.sidebar-press-content .sidebar-press,
.integrity__credibility__set .sidebar-item.sidebar-fb-content .sidebar-fb,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content .sidebar-twitter,
.integrity__credibility__set .sidebar-item.sidebar-insta-content .sidebar-instagram {
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  background: #fff;
  outline: 4px solid #BFD0E0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.integrity__credibility__set .sidebar-item.sidebar-news-content .sidebar-news.active,
.integrity__credibility__set .sidebar-item.sidebar-tender-content .sidebar-tender.active,
.integrity__credibility__set .sidebar-item.sidebar-press-content .sidebar-press.active,
.integrity__credibility__set .sidebar-item.sidebar-fb-content .sidebar-fb.active,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content .sidebar-twitter.active,
.integrity__credibility__set .sidebar-item.sidebar-insta-content .sidebar-instagram.active {
  border: 4px solid #fff;


}


.integrity__credibility__set.active-news .sidebar-item.active .sidebar-news,
.integrity__credibility__set.active-news .sidebar-item.active .sidebar-tender,
.integrity__credibility__set.active-news .sidebar-item.active .sidebar-press,
.integrity__credibility__set.active-news .sidebar-item.active .sidebar-fb,
.integrity__credibility__set.active-news .sidebar-item.active .sidebar-twitter,
.integrity__credibility__set.active-news .sidebar-item.active .sidebar-instagram {

  font-weight: bold;
  color: white;
  border: 4px solid #fff;
}

.integrity__credibility__set .sidebar-item.sidebar-news-content .sidebar-news img,
.integrity__credibility__set .sidebar-item.sidebar-tender-content .sidebar-tender img,
.integrity__credibility__set .sidebar-item.sidebar-press-content .sidebar-press img,
.integrity__credibility__set .sidebar-item.sidebar-fb-content .sidebar-fb img,
.integrity__credibility__set .sidebar-item.sidebar-twitter-content .sidebar-twitter img,
.integrity__credibility__set .sidebar-item.sidebar-insta-content .sidebar-instagram img {
  width: 44px;
  height: 44px;
  position: absolute;
}

.integrity__credibility__set.sidebar-item.active .bullet {
  background-color: #f6790b !important;
}

.integrity__credibility__set .b1 {
  left: -151px;
  top: 100px;
}

.integrity__credibility__set .bullet {
  width: 27px;
  height: 27px;
  background-color: #A1BED1;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -184px;
  top: 108px;
  transform: translateY(-50%);
  transition: background-color 0.3s ease-in-out;
}

.integrity__credibility__set .b5 {
  left: -140px;
  top: -22px;
}

.integrity__credibility__set .b2 {
  left: -200px;
  top: 51px;

}

.integrity__credibility__set .b3 {
  left: -225px;
  top: 37px;
}

.integrity__credibility__set .b4 {
  left: -200px;
  top: 25px;
}

.integrity__credibility__set .b5 {
  left: -174px;
  top: -37px;
}

.integrity__credibility__set .b6 {
  left: -151px;
  top: -69px;
}

.sidebar-item.sidebar-fb-content.active .sidebar-fb {
  background-color: rgba(10, 61, 98, 1);
}

.sidebar-item.sidebar-twitter-content.active .sidebar-twitter {
  background-color: rgba(10, 61, 98, 1);
}

.integrity__credibility__set .sidebar-item::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 2px;
  border-bottom: 1px dashed #A1BED1;
  top: 118%;
  left: -89px;
  transform: translateY(-50%);
  transform: rotate(-52deg);
  z-index: 1;
}

.integrity__credibility__set .sidebar-item.sidebar-news-content.line1::after {
  width: 96px;
  height: 7px;
  border-bottom: 2px dashed #A1BED1;
  top: 66px;
  left: -108px;
  transform: rotate(317deg);
}

.integrity__credibility__set .sidebar-item.sidebar-news-content.line1.active::after {
  width: 96px;
  height: 7px;
  border-bottom: 2px dashed rgba(10, 61, 98, 1);
  top: 66px;
  left: -108px;
  transform: rotate(317deg);
}


.integrity__credibility__set .sidebar-item.sidebar-press-content.line2::after {
  width: 94px;
  height: 7px;
  border-bottom: 2px dashed #A1BED1;
  top: 36px;
  left: -118px;
  transform: rotate(351deg);
}

.integrity__credibility__set .sidebar-item.sidebar-press-content.line2.active::after {
  width: 94px;
  height: 7px;
  border-bottom: 2px dashed rgba(10, 61, 98, 1);
  top: 36px;
  left: -118px;
  transform: rotate(351deg);
}



.integrity__credibility__set .sidebar-item.sidebar-tender-content.line3::after {
  width: 101px;
  height: 7px;
  border-bottom: 2px dashed #A1BED1;
  top: 30px;
  left: -126px;
  transform: rotate(0deg);
}

.integrity__credibility__set .sidebar-item.sidebar-tender-content.line3.active::after {
  width: 101px;
  height: 7px;
  border-bottom: 2px dashed rgba(10, 61, 98, 1);
  top: 30px;
  left: -126px;
  transform: rotate(0deg);
}



.integrity__credibility__set .sidebar-item.sidebar-fb-content.line4::after {
  width: 82px;
  height: 7px;
  border-bottom: 2px dashed #A1BED1;
  top: 22px;
  left: -102px;
  transform: rotate(4deg);
}


.integrity__credibility__set .sidebar-item.sidebar-fb-content.line4.active::after {
  width: 82px;
  height: 7px;
  border-bottom: 2px dashed rgba(10, 61, 98, 1);
  top: 22px;
  left: -102px;
  transform: rotate(4deg);

}

.integrity__credibility__set .sidebar-item.sidebar-twitter-content.line5::after {
  width: 84px;
  height: 7px;
  border-bottom: 2px dashed #A1BED1;
  top: -11px;
  left: -94px;
  transform: rotate(37deg);

}

.integrity__credibility__set .sidebar-item.sidebar-twitter-content.line5.active::after {
  width: 84px;
  height: 7px;
  border-bottom: 2px dashed rgba(10, 61, 98, 1);
  top: -11px;
  left: -94px;
  transform: rotate(37deg);
}

.integrity__credibility__set .sidebar-item.active .bullet {
  background-color: rgba(10, 61, 98, 1);
}

.integrity__credibility__set .values-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 650px;

}

.integrity__credibility__set .values-card .content__card {
  min-height: 540px;
  background: #fff;
  box-shadow: -1px -1px 17px 5px rgb(10 61 98 / 3%);
  border-radius: 10px;
  padding: 20px;
  width: 100%;


}

.integrity__credibility__set .values-card .content__card .content-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 540px;
  max-height: 650px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;

}

.integrity__credibility__set .values-card .content__card .content-details .icon-set {
  width: 117px;
  height: 117px;
  border: 4px solid #fff;
  border-radius: 100%;
  background: rgba(10, 61, 98, 1);
  outline: 4px solid rgba(10, 61, 98, 1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integrity__credibility__set .values-card .content__card .content-details h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  padding: 30px 0px 30px;
  margin: 0px;

}

.integrity__credibility__set .values-card .content__card .content-details p {
  font-family: "Poppins", sans-serif;

  text-align: justify;
  line-height: 24px;
  color: rgba(38, 38, 38, 1);
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.governance__wrapper {
  width: 100%;
  padding: 50px 0px;
  overflow: hidden;
}

.governance__wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0a3d62;
  padding: 40px 0px 0px;
}

.governance__wrapper .crad___box {
  width: 300px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  background: rgba(221, 241, 249, 1);
  border-radius: 10px;
}

.governance__wrapper .crad___box .img-box {
  width: 100%;
}

.governance__wrapper .crad___box .img-box img {
  width: 100%;
  border-radius: 10px;
}

.governance__wrapper .crad___box .content__box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.governance__wrapper .crad___box .content__box h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);
}

.governance__wrapper .crad___box .content__box h6 {
  font-size: 12px;
  font-style: initial;
  font-weight: 400;
}

.governance__wrapper .crad___box .content__box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-height: 80px;
  min-height: 80px;
}

.governance__wrapper .crad___box .content__box a {
  /* width: auto; */
  background: #0a3d62;
  padding: 4px 38px 4px 20px;
  border: 2px solid transparent;
  border-radius: 23px;
  width: 150px;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;

}

.governance__wrapper .crad___box .content__box a:hover {
  background: #fff;
  color: #0a3d62;
  border: 2px solid #0a3d62;

  padding: 4px 38px 4px 20px;
  transition: all 0.3s ease;




}

.governance__wrapper .crad___box .content__box a:hover::before {
  content: " ";
  background: url(../images/aboutus-page/linka-roate.png) no-repeat center;
  background-size: 100% 100%;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -6px;
  transform: rotate(142deg);
  transition: all 0.3s ease;

}

.governance__wrapper .crad___box .content__box a::before {
  content: " ";
  background: url(../images/aboutus-page/linka-roate.png) no-repeat center;
  background-size: 100% 100%;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -6px;
  transform: rotate(84deg);
  transition: all 0.3s ease;


}

.annual__reports__wrapper {
  width: 100%;
  padding: 0px 0px 50px;
}

.annual__reports__wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0a3d62;
  padding: 40px 0px 0px;
}

.annual__reports__wrapper .card__box {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #000;
}

.annual__reports__wrapper .card__box h4 {
  color: #0a3d62;
  font-family: "Poppins", sans-serif;
  font-weight: 600;

}


.annual__reports__wrapper .card__box h4,
.annual__reports__wrapper .card__box:hover h4 {
  font-size: 22px;
  padding: 5px 6px;
}

.annual__reports__wrapper .card__box h6 {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 6px 20px;
}

.annual__reports__wrapper .card__box a {
  /* width: auto; */
  background: #0a3d62;
  padding: 7px 38px 7px 20px;
  border: 2px solid transparent;
  border-radius: 23px;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;

}

.annual__reports__wrapper .card__box a::before {
  content: " ";
  background: url(../images/aboutus-page/linka-roate.png) no-repeat center;
  background-size: 100% 100%;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -5px;
  transform: rotate(84deg);
  transition: all 0.3s ease;


}

.annual__reports__wrapper .card__box:hover {
  border-radius: 10px;
  background: #0a3d62;
}

.annual__reports__wrapper .card__box:hover h4 {
  color: #fff;
}

.annual__reports__wrapper .card__box:hover h6 {

  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 20px;
  color: #fff;
}



.annual__reports__wrapper .card__box:hover a {
  background: #fff;
  color: #0a3d62;
  border: 2px solid #0a3d62;

  padding: 7px 38px 7px 20px;
  transition: all 0.3s ease;

}

.annual__reports__wrapper .card__box:hover a::before {
  content: " ";
  background: url(../images/aboutus-page/linka-roate.png) no-repeat center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -6px;
  transform: rotate(142deg);
  transition: all 0.3s ease;

}

.padd-top {
  padding-top: 20px !important;
}
.site-map-wrapper  ul li a{
    color: #0c0c0c !important;
    font-weight: 500 !important;
}
.site-map-wrapper  ul li a:hover{
        color: #0a3d62 !important;
        text-decoration: underline;
}
.site-map-wrapper  ul li {
    padding: 4px 0px;
}
.site-map-wrapper h2{
        font-weight: 700;
            font-size: 30px;
}
.site-map-wrapper h4,.site-map-wrapper h3,.site-map-wrapper h3 strong{
    font-size: 24px;
      font-weight: 700;
}


.what-we-do-slider .slick-list .draggable{
		margin:auto !important;
	}
/****************** About us page end *********************/

/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-content {
  animation: slideIn 0.3s ease-out;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}


/* Media Query Start */



@media screen and (max-width:1920px) {
   

  /***about us*****/
  .integrity__credibility__set .sidebar {
    padding: 20px 0px 20px 180px;
  }

  .integrity__credibility__set .sidebar::before {
    width: 335px;
    height: 335px;
  }

  .integrity__credibility__set .sidebar-item.sidebar-news-content,
  .integrity__credibility__set .sidebar-item.sidebar-tender-content,
  .integrity__credibility__set .sidebar-item.sidebar-press-content,
  .integrity__credibility__set .sidebar-item.sidebar-fb-content,
  .integrity__credibility__set .sidebar-item.sidebar-twitter-content,
  .integrity__credibility__set .sidebar-item.sidebar-insta-content,
  .integrity__credibility__set .sidebar-item.sidebar-news-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-tender-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-press-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-fb-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-twitter-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-insta-content:active {
    width: 290px;
  }

  .integrity__credibility__set .sidebar-item.sidebar-news-content span,
  .integrity__credibility__set .sidebar-item.sidebar-tender-content span,
  .integrity__credibility__set .sidebar-item.sidebar-press-content span,
  .integrity__credibility__set .sidebar-item.sidebar-fb-content span,
  .integrity__credibility__set .sidebar-item.sidebar-twitter-content span,
  .integrity__credibility__set .sidebar-item.sidebar-insta-content span {
    font-size: 20px;
  }

  /****about us end*****/

}


@media screen and (max-width: 1540px) {
	
  .header-wrapper .list-top-group li>.search {
    width: 350px;
  }

  .header-wrapper .navbar .brand-logo img {
    width: 100%;
    max-width: 100%;
  }

  .header-wrapper .navbar-nav .nav-link {

    padding: 10px 1px;
    font-size: 14px;
  }

  .header-wrapper .navbar-nav .nav-item {
    margin: 0px 3px;
  }
}

@media screen and (max-width: 1440px) {
	
  .header-wrapper .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 600;
    padding: 11px 2px;
  }

  .header-wrapper .list-top-group li>.search {
    width: 275px;
  }

  .header-wrapper .navbar-nav .nav-item {
    margin: 0px 2px;
  }

  .header-wrapper .list-top-group {

    padding: 5px 0px 3px;
  }
  /* ----==========----- */
   .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set {
      display: flex;
      flex-direction: column;
      width: 333px;
    }

}

@media screen and (max-width: 1368px) {
 	
  /***about us*****/
  .integrity__credibility__set .sidebar {
    padding: 20px 0px 20px 160px;
  }

  .integrity__credibility__set .sidebar::before {
/*     width: 300px;
    height: 300px;
    left: -99px;
    top: 165px; */
	   width: 275px;
    height: 275px;
    left: -66px;
    top: 165px;
  }

  .integrity__credibility__set .sidebar-item.sidebar-news-content,
  .integrity__credibility__set .sidebar-item.sidebar-tender-content,
  .integrity__credibility__set .sidebar-item.sidebar-press-content,
  .integrity__credibility__set .sidebar-item.sidebar-fb-content,
  .integrity__credibility__set .sidebar-item.sidebar-twitter-content,
  .integrity__credibility__set .sidebar-item.sidebar-insta-content,
  .integrity__credibility__set .sidebar-item.sidebar-news-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-tender-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-press-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-fb-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-twitter-content:active,
  .integrity__credibility__set .sidebar-item.sidebar-insta-content:active {
    width: 270px;
  }

  .integrity__credibility__set .sidebar-item.sidebar-news-content span,
  .integrity__credibility__set .sidebar-item.sidebar-tender-content span,
  .integrity__credibility__set .sidebar-item.sidebar-press-content span,
  .integrity__credibility__set .sidebar-item.sidebar-fb-content span,
  .integrity__credibility__set .sidebar-item.sidebar-twitter-content span,
  .integrity__credibility__set .sidebar-item.sidebar-insta-content span {
    font-size: 20px;
  }

  /****about us end*****/
	
	  /*=====operation flood start=====*/
	 .bread__wrapper .breadcrum_img{
        height: 350px;
     }
	 .bread__wrapper .container .title-set h2{
       padding-top:0.5rem !important;
      }
	 .bread__wrapper .container nav{
       margin-left: 3rem;
     }
	/*=====operation flood end=====*/


  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set {
      width: auto;
    }
}

@media (max-width: 1250px) {
.bread__wrapper .container .title-set h2 {
           padding: 0px 35px !important;
        font-size: 28px !important;
    line-height: 34px;
    padding: 5px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 103px;
}
.bread__wrapper .container .title-set {
    top: 40%;
}
}

@media (max-width: 1199.9px) {
    .banner-header-slider-heading-wrapper .banner-header-slider-right h1 {
      font-size: 48px;
      line-height: 54px;
    }

    .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set {
      width: auto !important;
    }

    .enhancing-growth-heading-wrapper h1 {
      font-size: 45px;
    }

    .leadership-heading-wrapper h1 {
      font-size: 45px;
    }

    .success-stories-heading-wrapper .success-stories-right h1 {
      font-size: 45px;
    }

    .social-media-heading-wrapper h1 {
      font-size: 45px;
    }

    .subsidiaries-heading-wrapper h1 {
      font-size: 45px;
    }

    .animal-heading-wrapper h1 {
      font-size: 45px;
    }
	
	/* 	about-css-start */
	.header-wrapper .main-menu .menu-item {
/*     margin: 0px 5px !important; */
}
	.operation__ndpi_perspective--pattern ul li a{
		padding: 7px 25px 7px 10px;
	}
.operation__ndpi_perspective--pattern ul li{
     padding: 0px 10px !important;
   }
	    .philosophy__believe__set .card__box {
        opacity: 0.3;
    }
	    .constitution__board__set .card__box {
        opacity: 0.3;
    }
	.governance__wrapper .single-team-area{
		width:auto;
		margin:0;
	}
	.integrity__credibility__set .sidebar::before {
        width: 200px;
        height: 200px;
        left: -99px;
        top: 220px;
    }
	.integrity__credibility__set .sidebar-item.sidebar-news-content{
		left:0px;
	}
	.integrity__credibility__set .sidebar-item.sidebar-press-content {
    left: 80px;
}
	.integrity__credibility__set .sidebar-item.sidebar-tender-content {
    left: 128px;
}
	.integrity__credibility__set .sidebar-item.sidebar-fb-content {
    left: 80px;
}
	.integrity__credibility__set .sidebar-item.sidebar-twitter-content {
    left: 0px;
}
/* 	about-css-end */
	.integrity__credibility__set .sidebar-item.sidebar-press-content{
		width: 236px;
	}
	.integrity__credibility__set .sidebar-item.sidebar-tender-content span{
		font-size:17px;
	}
	.integrity__credibility__set .sidebar::before{
        width: 200px;
        height: 200px;
        left: -80px;
        top: 220px;
    }

  }

@media (max-width: 1024px) {

  .header-wrapper .list-top-group {
/*     display: none; */
  }

  .animal-heading-wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .name {
    font-size: 20px;
    line-height: 24px;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .information {
    font-size: 14px;
    line-height: 18px;
  }

  .subsidiaries-heading-wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .name {
    font-size: 20px;
    line-height: 24px;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .information {
    font-size: 14px;
    line-height: 18px;
  }

  .social-media-heading-wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  }

/*   .enhancing-growth-heading-wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  } */

  .leadership-heading-wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .social-media-heading-wrapper .press-release-social-media .press-release-para {
    font-size: 14px;
    line-height: 18px;
  }

  .enhancing-growth-heading-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

/*   .enhancing-growth-heading-wrapper h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 20px;
  } */

  .enhancing-growth-heading-wrapper .nav-pills .nav-link {
    padding: 8px 16px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .enhancing-growth-heading-wrapper .tab-content {
    padding: 20px;
    height: auto;
  }

  .enhancing-growth-heading-wrapper .logo-grid {
    gap: 30px;
  }

  .enhancing-growth-heading-wrapper .logo-grid img {
    max-width: 80px;
  }

  .success-stories-left,
  .success-stories-right {
    padding: 20px;
  }

  .success-stories-right h1 {
    font-size: 36px;
    line-height: 42px;
    padding-top: 20px;
  }

  .success-stories-left .story-caption {
    font-size: 24px !important;
    line-height: 26px;
    padding: 15px 25px;
    width: auto;
  }

  .success-stories-left .story-image img {
    top: 120px;
    max-width: 90%;
  }
	.nation__dairyboard, .pattern-page_objectives {
        padding-left: 30px !important;
    }

	.pattern-page_objectives .pattern-page-heading,
  .bread__wrapper .container .title-set h2 {
    font-size: 20px !important;
    line-height: 24px;
    text-align: left;
	 padding: 5px 0px !important;
	  margin-top: 0px;
  }

  .bread__wrapper .container .title-set p {
    font-size: 14px;
    text-align: center;
  }

  .bread__wrapper .container nav {
    padding: 8px 0px 8px 10px;
    border-radius: 18px;
	margin-left: 0rem;
  }

  .bread__wrapper .container nav .breadcrumb {
    font-size: 11px;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .bread__wrapper .container .title-set {
    text-align: center;
/*     padding-top: 30px;
    top: -75% !important; */
  }

  .bread__wrapper .container {
    padding: 10px 15px;
/*     top: 35px; */
  }


  .three-tier_objectives .three-tier-heading {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
    text-align: center;
  }

  .three-tier_objectives .three-tier-contents {
    flex-direction: column;
  }

  .three-tier_objectives .three-tier-contents .col-7,
  .three-tier_objectives .three-tier-contents .col-5 {
    width: 100%;
    max-width: 100%;
  }

  .three-tier_objectives .three-tier-contents .three-tier-contents-right {
    text-align: center;
    padding-top: 20px;
  }

  .three-tier_objectives .three-tier-contents .three-tier-contents-right img {
    max-width: 100%;
    height: auto;
  }

  .three-tier_objectives .three-tier-contents .three-tier-number-circle {
    width: 70px;
    height: 70px;
    font-size: 20px;
    top: 90px;
    left: -28px;
  }

  .three-tier_objectives .three-tier-contents .three-tier-number-circle span {
    font-size: 30px;
  }

  .three-tier_objectives .three-tier-contents .three-tier-details {
    padding: 25px 20px 25px 60px;
    font-size: 15px;
    line-height: 26px;
  }

  .nation_objectives .objective-heading {
    font-size: 44px !important;
    line-height: 48px !important;
  }

  .nation_objectives .project-area {
    font-size: 44px !important;
    line-height: 48px !important;
  }

/*   .pattern-page_objectives .pattern-page-heading {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
 */
  .pattern-page_objectives .pattern-page-heading-small {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-contents-left {
    padding-left: 40px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-number-circle {
    width: 60px;
    height: 60px;
    font-size: 18px;
    top: 0;
    left: -30px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-number-circle span {
    font-size: 28px;
    line-height: 30px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-details {
    padding: 20px 20px 20px 50px;
    font-size: 15px;
    line-height: 28px;
  }

  .swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-button-prev.custom-arrow {
    left: -2px !important;
  }

  .swiper-button-next.custom-arrow {
    right: -2px !important;
  }
	


}


@media all and (max-width: 991px) {
	.mobile_show {
    display: block !important;
}
	
	.bread__wrapper .container .title-set {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 35%);
}
	.bread__wrapper .container .title-set h2 {
            font-size: 20px !important;
        line-height: 26px;
        text-align: left;
        padding: 5px 0px !important;
        margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
     height: 108px;
}
	
	.social-media-heading-wrapper .social-media-card{
		overflow-x: auto !important;
	}
  .dropdown-menu {
    width: 13rem;
  }

  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }

  .ktm-mega-menu {
    position: static;
  }

  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }

  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
    box-shadow: 2px 2px 4px 2px #00000017;
    border: none;
  }

  /* ------==============------ */
   .banner-header-slider-heading-wrapper .banner-header-slider-right h1 {
      font-size: 40px !important;
      line-height: 50px !important;
    }

    .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set {
      width: auto !important;
    }

    .enhancing-growth-heading-wrapper h1 {
      font-size: 36px;
    }

    .leadership-heading-wrapper h1 {
      font-size: 36px !important;
    }

    .success-stories-heading-wrapper .success-stories-right h1 {
      font-size: 36px;
    }

    .social-media-heading-wrapper h1 {
      font-size: 36px;
    }

    .subsidiaries-heading-wrapper h1 {
      font-size: 36px;
    }

    .animal-heading-wrapper h1 {
      font-size: 36px;
    }

    .lgx_app_item .lgx_app_item_img {
      max-width: 60%;
    }

    .footer-wrapper .footer__up__section .keeptouch__link {
      display: flex;
      flex-direction: row;
      padding: 20px 0 10px;
      justify-content: space-between !important;
    }

    .footer-wrapper .footer__up__section .keeptouch__link ul {
      width: auto !important;
      justify-content: flex-end !important;
    }

    .footer-wrapper .footer__up__section .footer__logo__keeptouch .ft__logo {
      padding-bottom: 25px;
    }

    .footer-wrapper .footer__up__section .footer__logo__keeptouch .ft__logo img {
      width: 64%;
    }

    .success-stories-heading-wrapper .carousel-inner .carousel-item .success-stories-content .success-stories-left .story-caption {
      font-size: 23px;
      line-height: 25px;
    }


    .number-heading__wrapper .number_card .card-set {
      width: 230px;
    }

    .number-heading__wrapper .number_card .card-set .icon {
      width: 60px;
      height: 60px;
    }

    .number-heading__wrapper .number_card .card-set .content-set h4 {
      font-size: 30px;
    }

    .label-text {
      font-size: 14px;
    }

    .swiper-button-next.custom-arrow {
      right: -15px !important;
    }

    .swiper-button-prev.custom-arrow {
      left: -15px !important;
    }
	
	

    .slick-prev:before {
      position: absolute;
      left: 0px !important;
    }

    .slick-next:before {
      position: absolute;
      right: 0px !important;
    }
	  
	  		.header-wrapper .main-menu .sub-menu li {
/*     min-width: 240px !important; */
}
		.header-wrapper.main-menu li ul {
    min-width: 200px !important;
    width: 250px !important;
}
		.navbar-nav .dropdown-menu {
  position: static !important;
}
	
/*===about css===*/
	.rt-row.rt-content-loader.carousel1.ttp-even {
    margin: auto;
}
	.governance__wrapper {
    width: 100%;
    padding: 30px 0px;
    overflow: hidden;
}    
	.governance__wrapper h2,
	.annual__reports__wrapper h2, 
	.constitution__board__set h2{
		padding: 30px 0px 0px;
	}
	.operation__ndpi_perspective--pattern ul li a{
		padding: 7px 25px 7px 10px;
	}
.operation__ndpi_perspective--pattern ul li{
     padding: 0px 10px !important;
   }
	.philosophy__believe__set .card__box{
    opacity: 0.3;
}
	.constitution__board__set .card__box {
    top: 120px;
    opacity: 0.3;
}
	
	
.integrity__credibility__set .sidebar-item.sidebar-news-content, .integrity__credibility__set .sidebar-item.sidebar-tender-content, .integrity__credibility__set .sidebar-item.sidebar-press-content, .integrity__credibility__set .sidebar-item.sidebar-fb-content, .integrity__credibility__set .sidebar-item.sidebar-twitter-content, .integrity__credibility__set .sidebar-item.sidebar-insta-content, .integrity__credibility__set .sidebar-item.sidebar-news-content:active, .integrity__credibility__set .sidebar-item.sidebar-tender-content:active, .integrity__credibility__set .sidebar-item.sidebar-press-content:active, .integrity__credibility__set .sidebar-item.sidebar-fb-content:active, .integrity__credibility__set .sidebar-item.sidebar-twitter-content:active, .integrity__credibility__set .sidebar-item.sidebar-insta-content:active{
	left:0 !important;	
}	
.integrity__credibility__set .sidebar {
       padding: 0;
}
.integrity__credibility__set .sidebar::before{
		display:none;
}	
.integrity__credibility__set .sidebar-item::after{
    display: none !important;
}

.b1, .b2, .b3, .b4, .b5 {
    display: none !important;
}
	.slider__arrow.right-arrow {
    right: -31px !important;
}
.slider__arrow.left-arrow {
    left: -31px !important;
}
.swiper-arrow.swiper-button-next {
   right: 40px !important;
}

/*===about css end===*/


/***our-philosophy**/
.our-philosophy .field-item ul li  span,.our-philosophy .field-item p  span{
    display: block;
    text-align: justify;
}
.bread__wrapper .container nav .breadcrumb .breadcrumb-item.active {
    text-align: left;
}
	
}

@media (max-width: 768px){
	.philosophy__believe__set h2 {
  font-size: 22px;
  padding: 0px 0px 0px;
}
	.integrity__credibility__set .values-card .content__card .content-details .icon-set {
  width: 95px;
		height: 95px;
	}
	.integrity__credibility__set .values-card .content__card .content-details h3 {
  font-size: 20px;
  padding: 10px 0px 0px;
  margin: 0px;
}
	.success-stories-heading-wrapper .success-stories-right {
    padding: 35px;
		padding-top:0px;
}
	.success-stories-heading-wrapper .success-stories-right p{
		padding-top:50px;
	}
	.bread__wrapper .container nav{
    width: 180px;
}
	.bread__wrapper .breadcrum_img{
        height: 280px;
    }
	.bread__wrapper .container nav .breadcrumb .breadcrumb-item.active{
    display: -webkit-box !important;
}
	.bread__wrapper .container {
      top: 50%;
     }
	  .pattern-page_objectives .pattern-page-heading, .bread__wrapper .container .title-set h2 {
        font-size: 20px !important;
        line-height: 31px;
		  display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 100px;
    }

	.nation__dairyboard, .pattern-page_objectives {
        padding-left: 0px !important;
    }
  /* ----------===============----------- */
  .banner-header-slider-heading-wrapper .carousel-inner .carousel-item .banner-header-slider-content {
    left: 0%;
  }

  #lgx_logo_slider_app_235 .lgx_app_item .lgx_app_item_img {
    max-width: 80% !important;
    max-height: 100%;
    object-fit: scale-down;
  }

  .leadership-heading-wrapper h1 {
    font-size: 34px !important;
    line-height: 44px;
  }

  .social-media-heading-wrapper h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .success-stories-heading-wrapper .success-stories-right h1 {
    text-align: left;
    color: #0A3D62;
    font-size: 40px;
    line-height: 59px;
    font-weight: 600;
    padding-top: 40px;
  }

  /* 		.footer-wrapper .footer__up__section .footer__logo__keeptouch .ft__logo {
  width: 82%;
  padding-bottom: 40px;
} */
  .animal-heading-wrapper .animal-card .card-set .area2 .image {
    top: -18px;
    position: relative;
  }

  .swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .banner-header-slider-heading-wrapper .banner-header-slider-right p.information {
    font-size: 15px;
    line-height: 28px;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .information {
    font-size: 13px;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .name {
    font-size: 18px !important;
    line-height: 24px;
    margin-top: 0 !important;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .information {
    font-size: 13px !important;
    line-height: 18px;
  }

  .banner-header-slider-heading-wrapper .banner-header-slider-right h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .social-media-heading-wrapper .press-release-social-media .press-release-para {
    font-size: 13px;
  }

  .enhancing-growth-heading-wrapper h1 {
    font-size: 30px !important;
  }

  .leadership-heading-wrapper h1 {
    font-size: 30px !important;
  }

  .success-stories-heading-wrapper .success-stories-right h1 {
    font-size: 30px;
  }

  .social-media-heading-wrapper h1 {
    font-size: 30px;
  }

  .subsidiaries-heading-wrapper h1 {
    font-size: 30px;
  }

  .animal-heading-wrapper h1 {
    font-size: 30px;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .image {
    top: -20px !important;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .image img {
    width: 55px !important;
    height: 55px !important;
  }

  .animal-heading-wrapper .animal-card .card-set:hover .area2 .image img {
    width: 65px !important;
    height: 65px !important;
  }
	    .animal-heading-wrapper .animal-card .card-set .area2 .name {
        font-size: 18px;
        line-height: 24px;
        padding-top: 12px;
    }
}

@media (max-width: 576px) {
	    .header-top-wraaper #navbarToggle {
        margin-right: 15px !important;
    }
	.url_txt{
		font-size:13px;
	}
	    .animal-heading-wrapper .animal-card .card-set .area2 .name {
        font-size: 18px;
        line-height: 24px;
        padding-top: 12px;
    }
	.header-top-wraaper{
	  padding: 0px 4px 10px !important;
	}
	.gt_option {
    position: absolute !important;
    bottom: -1px !important;
}
  .animal-heading-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
  }
	.banner-header-slider-heading-wrapper .banner-header-slider-right{
		padding-top:0px !important
	}
	    .banner-header-slider-heading-wrapper .banner-header-slider-right h1 {
        font-size: 36px !important;
        line-height: 40px !important;
    }

  .animal-heading-wrapper .animal-card {
    /*     flex-direction: column;
    align-items: center;
    gap: 20px; */
    flex-direction: inherit;
    align-items: center;
    gap: 0px;
/* 	padding-left: 0px !important; */
    padding-left: inherit !important;
  }

  .animal-heading-wrapper .animal-card .card-set {
    width: 90% !important;
    max-width: 100%;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .image img {
    width: 60px;
    height: 60px;
  }

  .animal-heading-wrapper .animal-card .card-set:hover .area2 .image img {
    width: 75px;
    height: 75px;
  }

  .animal-heading-wrapper .animal-card .card-set .area2 .name {
/*     font-size: 26px; */
	  font-size: 18px;
  }
	.animal-heading-wrapper .animal-card .card-set .area2 .image {
    top: -72px;
	}

  .animal-heading-wrapper .animal-card .card-set .area2 .information {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
  }

  .animal-heading-wrapper .animal-card .card-set::after {
   bottom: -30px;
        width: 70px;
        height: 70px;
  }

	.bread__wrapper .breadcrum_img {
        height: 220px;
    }

  .subsidiaries-heading-wrapper {
    padding: 30px 15px;
  }

  .subsidiaries-heading-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set {
    width: 100%;
    max-width: 100%;
	  margin:auto !important;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .name {
    font-size: 18px;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .subarea2 .information {
    font-size: 14px;
    line-height: 18px;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card .sub-card-set .read-more-cta {
    text-align: center;
    padding: 15px 0;
  }


  .social-media-heading-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    padding: 20px 0;
  }

  .social-media-heading-wrapper .row {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .social-media-heading-wrapper .col-7,
  .social-media-heading-wrapper .col-5 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .social-media-heading-wrapper .nav {
    justify-content: space-around;
  }

  .social-media-heading-wrapper .btn {
    font-size: 14px;
    padding: 6px 12px;
  }

  .social-media-heading-wrapper .social-media-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
	  overflow:hidden;
  }

  .social-media-heading-wrapper .social-media-card .media-card-set {
    width: 100%;
    max-width: 90%;
  }

  .social-media-heading-wrapper .press-release-social-media {
    margin-top: 20px;
    /*     max-height: none; */
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #195C9F #f1f1f1;
  }

  .social-media-heading-wrapper .press-release-social-media .press-release-para {
    font-size: 14px;
    line-height: 18px;
  }

  .enhancing-growth-heading-wrapper h1 {
    margin-bottom: 0px;
    font-size: 22px !important;
    line-height: 29px !important;
  }

  .enhancing-growth-heading-wrapper .nav-pills {
    flex-direction: row;
    align-items: center;
  }

  .enhancing-growth-heading-wrapper .logo-grid img {
    max-width: 60px;
  }

  .enhancing-growth-heading-wrapper .tab-content {
    padding: 15px;
  }

  .success-stories-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .success-stories-left {
    min-height: auto;
    padding-bottom: 30px;
  }

  .success-stories-left .story-caption {
    position: static;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: left;
	font-size:22px !important;
  }
	.header-wrapper .main-menu .menu-item a:focus, .header-wrapper .main-menu .menu-item a:hover{
		border-radius:0px;
	}

  .success-stories-left .story-image img {
    position: static;
    display: block;
    margin: 0 auto;
    /*     max-width: 100%; */
    max-width: 92% !important;
    height: auto;
  }

  .success-stories-right {
    padding: 0 20px;
  }

  .success-stories-right h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding-top: 0px !important;
  }

  .success-stories-right p.information {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-top: 20px;
  }
    .enhancing-growth-heading-wrapper .nav-pills .nav-link {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 2px;
    }
  .bread__wrapper .container .title-set h2 {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .bread__wrapper .container nav {
/*     width: fit-content; */
	   width: 200px !important;
    text-align: center;
    padding: 4px 8px !important;
	 left: 12px;
      position: relative;
  }
	    .bread__wrapper .container .title-set {
        position: absolute;
        transform: translate(-47%, 35%);
    }

  .bread__wrapper .container nav .breadcrumb {
    justify-content: left;
    font-size: 10px;
	 width: 210px;
  }


	    .pattern-page_objectives .pattern-page-heading, .bread__wrapper .container .title-set h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
	.nation__dairyboard .container .row .col-12 h3 {
    font-size: 19px;
}
	    .pattern-page_objectives .pattern-page-contents .pattern-page-number-circle {
        left: 2px !important;
        top: 42px !important;
    }
	.pattern-page_objectives .pattern-page-contents .pattern-page-number-circle span {
        font-size: 22px !important;
    }
	    .pattern-page_objectives .pattern-page-contents .pattern-page-number-circle {
        width: 45px !important;
        height: 45px !important;
    }

  .bread__wrapper .container .title-set p {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }

  .bread__wrapper img {
    height: auto;
    object-fit: cover;
  }

  .bread__wrapper .container {
    position: absolute;
    top: 45%;
    transform: translate(-50%, 50%);
    padding: 0 10px;
  }
	.bread__wrapper .container nav .breadcrumb .breadcrumb-item.active {
/*   display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 12px;
  max-width: 100%;
  line-height: 1.4;
  word-break: break-word;
   width:160px !important;	
}
/* style.css or custom.css */
@supports (-webkit-touch-callout: none) {
  .breadcrumb-item.active {
/*     display: -webkit-box !important; */
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    max-width: 100%;
    word-break: break-word;
  }
}
	
	  .pattern-page_objectives .pattern-page-heading, .bread__wrapper .container .title-set h2 {
        font-size: 16px !important;
        line-height: 18px !important;
/* 		  display: -webkit-box; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 52px;
		  padding-top:15px !important;
    }
	

  .nation__dairyboard {
    padding: 20px 0px 0px;
  }

  .three-tier_objectives {
    padding: 0px;
  }

  .three-tier_objectives .three-tier-heading {
    font-size: 31px !important;
    line-height: 35px !important;
    text-align: left !important;
  }

  .three-tier_objectives .three-tier-contents .three-tier-number-circle {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    top: 150px !important;
    left: -6px !important;
  }

  .three-tier_objectives .three-tier-contents .three-tier-number-circle span {
    font-size: 20px !important;
  }

  .three-tier_objectives .three-tier-contents .three-tier-details {
    padding: 20px 15px 20px 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .nation_objectives {
    padding: 0px;
  }

  .nation_objectives .objective-heading {
    font-size: 31px !important;
    line-height: 35px !important;
  }

  .nation_objectives .project-area {
    font-size: 31px !important;
    line-height: 35px !important;
  }

  .pattern-page_objectives {
    padding: 30px 15px 0;
  }

  .pattern-page_objectives .pattern-page-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .pattern-page_objectives .pattern-page-heading-small {
    font-size: 18px;
    line-height: 22px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-contents-left {
    padding-left: 20px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-number-circle {
    width: 50px;
    height: 50px;
    font-size: 16px;
    top: 5px;
    left: -20px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-number-circle span {
    font-size: 22px;
    line-height: 24px;
  }

  .pattern-page_objectives .pattern-page-contents .pattern-page-details {
    padding: 10px 10px 10px 38px;
    font-size: 14px;
    line-height: 26px;
  }
	.footer-wrapper .footer__up__section .footer__logo__keeptouch .ft__logo {
    width: 100%;
    padding-bottom: 40px;
  }

  .number-heading__wrapper .number_card .card-set {
    width: 275px;
  }

  .number-heading__wrapper .number_card .card-set .icon {
    width: 60px;
    height: 60px;
  }

  .number-heading__wrapper .number_card .card-set .content-set h4 {
    font-size: 30px;
  }

  .label-text {
    font-size: 13px;
  }

  .banner-header-slider-heading-wrapper .carousel-inner .carousel-item .banner-header-slider-content {
    position: inherit;
  }

  .banner-header-slider-heading-wrapper .banner-header-slider-right h1 {
    text-align: center;
  }

  .banner-header-slider-heading-wrapper .banner-header-slider-right p.information {
    text-align: center;
  }

  .slick-prev::before {
    content: " ";
    background: url(https://beta.nddb.coop/wp-content/uploads/2025/05/Component-389.png) no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 17px;
    background-size: 100% 100%;
    z-index: 999 !important;
  }

  .slick-next::before {
    content: " ";
    background: url(https://beta.nddb.coop/wp-content/uploads/2025/05/Component-390.png) no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 17px;
    top: 8px;
    background-size: 100% 100%;
  }

  .subsidiaries-heading-wrapper .subsidiaries-card {
    display: inherit;
  }

  .swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-button-next.custom-arrow {
    right: 0px !important;
  }

  .swiper-button-prev.custom-arrow {
    left: 0px !important;
  }
	.footer-wrapper .footer__up__section{
		background-size:cover;
	}
	
/* about-css-start	 */
	.operation__ndpi_perspective--pattern ul {
    display: flex;
    flex-wrap: wrap;
}
	.operation__ndpi_perspective--pattern ul li{
        padding: 15px 10px !important;
    }
	.philosophy__believe__set .card__box,
	.constitution__board__set .card__box{
        opacity: 0.3;
        display: none;
    }
	    .slider__arrow.right-arrow {
        right: 0px !important;
    }
	
	
	
	.sidebar{
    justify-content: center;
    margin: auto;
    width: 100% !important;
    flex-direction: column;
    align-items: center;
        display: flex;
        margin: auto;
        overflow: auto;
        scroll-behavior: smooth;
        flex-wrap: wrap;
        padding: 5px !important;
	}
	.integrity__credibility__set .sidebar-item.sidebar-press-content .sidebar-press{
		width: 40px;
       height: 40px;
	}
	    .integrity__credibility__set .sidebar-item.sidebar-news-content, .integrity__credibility__set .sidebar-item.sidebar-tender-content, .integrity__credibility__set .sidebar-item.sidebar-press-content, .integrity__credibility__set .sidebar-item.sidebar-fb-content, .integrity__credibility__set .sidebar-item.sidebar-twitter-content, .integrity__credibility__set .sidebar-item.sidebar-insta-content, .integrity__credibility__set .sidebar-item.sidebar-news-content:active, .integrity__credibility__set .sidebar-item.sidebar-tender-content:active, .integrity__credibility__set .sidebar-item.sidebar-press-content:active, .integrity__credibility__set .sidebar-item.sidebar-fb-content:active, .integrity__credibility__set .sidebar-item.sidebar-twitter-content:active, .integrity__credibility__set .sidebar-item.sidebar-insta-content:active{
		height:45px !important;
	}
	
	.integrity__credibility__set .sidebar-item.sidebar-news-content, .integrity__credibility__set .sidebar-item.sidebar-tender-content, .integrity__credibility__set .sidebar-item.sidebar-press-content, .integrity__credibility__set .sidebar-item.sidebar-fb-content, .integrity__credibility__set .sidebar-item.sidebar-twitter-content, .integrity__credibility__set .sidebar-item.sidebar-insta-content, .integrity__credibility__set .sidebar-item.sidebar-news-content:active, .integrity__credibility__set .sidebar-item.sidebar-tender-content:active, .integrity__credibility__set .sidebar-item.sidebar-press-content:active, .integrity__credibility__set .sidebar-item.sidebar-fb-content:active, .integrity__credibility__set .sidebar-item.sidebar-twitter-content:active, .integrity__credibility__set .sidebar-item.sidebar-insta-content:active{
		position: inherit !important;
		top: 0;
        left: 0;
		line-height:35px !important;
	}
	
	.integrity__credibility__set .sidebar-item.sidebar-news-content, .integrity__credibility__set .sidebar-item.sidebar-tender-content, .integrity__credibility__set .sidebar-item.sidebar-press-content, .integrity__credibility__set .sidebar-item.sidebar-fb-content, .integrity__credibility__set .sidebar-item.sidebar-twitter-content, .integrity__credibility__set .sidebar-item.sidebar-insta-content, .integrity__credibility__set .sidebar-item.sidebar-news-content:active, .integrity__credibility__set .sidebar-item.sidebar-tender-content:active, .integrity__credibility__set .sidebar-item.sidebar-press-content:active, .integrity__credibility__set .sidebar-item.sidebar-fb-content:active, .integrity__credibility__set .sidebar-item.sidebar-twitter-content:active, .integrity__credibility__set .sidebar-item.sidebar-insta-content:active{
		width: 150px !important;
        margin: 5px 20px;
	}
	.integrity__credibility__set .bullet {
        width: 27px !important;
		height: 27px !important;
	}
	.integrity__credibility__set .sidebar-item.sidebar-news-content .sidebar-news, .integrity__credibility__set .sidebar-item.sidebar-tender-content .sidebar-tender, .integrity__credibility__set .sidebar-item.sidebar-press-content .sidebar-press, .integrity__credibility__set .sidebar-item.sidebar-fb-content .sidebar-fb, .integrity__credibility__set .sidebar-item.sidebar-twitter-content .sidebar-twitter, .integrity__credibility__set .sidebar-item.sidebar-insta-content .sidebar-instagram{
		width: 40px !important;
        height: 40px !important;
	}
	
	
	.integrity__credibility__set .sidebar-item.sidebar-news-content span, .integrity__credibility__set .sidebar-item.sidebar-tender-content span, .integrity__credibility__set .sidebar-item.sidebar-press-content span, .integrity__credibility__set .sidebar-item.sidebar-fb-content span, .integrity__credibility__set .sidebar-item.sidebar-twitter-content span, .integrity__credibility__set .sidebar-item.sidebar-insta-content span{
		font-size: 14px !important;
		margin-left:30px;
	}
	.integrity__credibility__set .sidebar-item.sidebar-news-content .sidebar-news img, .integrity__credibility__set .sidebar-item.sidebar-tender-content .sidebar-tender img, .integrity__credibility__set .sidebar-item.sidebar-press-content .sidebar-press img, .integrity__credibility__set .sidebar-item.sidebar-fb-content .sidebar-fb img, .integrity__credibility__set .sidebar-item.sidebar-twitter-content .sidebar-twitter img, .integrity__credibility__set .sidebar-item.sidebar-insta-content .sidebar-instagram img{
		width: 30px !important;
        height: 30px !important;
	}
/* 	about-css-end */
	
	  .number-heading__wrapper .number_card .card-set .icon {
        width: 60px !important;
        height: 60px !important;
}

    .number-heading__wrapper .number_card .card-set .content-set h4 {
        font-size: 24px !important;
    }
    .number-heading__wrapper .number_card .card-set {
        width: 300px !important;
    }
.number-heading__wrapper .number_card{
        padding: 1px 15px !important;
}
		.animal-heading-wrapper .animal-card .slick-prev {
    left: 0px !important;
}
	.animal-heading-wrapper .animal-card .slick-next {
    right: 0px !important;
}
.site-map-wrapper h2{
 
            font-size: 24px;
}
.site-map-wrapper h4,.site-map-wrapper h3,.site-map-wrapper h3 strong{
    font-size: 20px;

}
	.integrity__credibility__set .values-card{
		min-height: fit-content !important;
	}
	.integrity__credibility__set .values-card .content__card{
		min-height: fit-content !important;
	}
	.values-card .content__card .content-details {
    min-height: fit-content !important;
    max-height: fit-content !important;
	}

	
}

@media (max-width: 480){
	   .header-top-wraaper #navbarToggle {
        margin-right: 15px !important;
    }
	.url_txt{
		font-size:12px;
	}
	    .number-heading__wrapper .number_card .card-set .icon {
        width: 45px !important;
        height: 45px !important;
}

    .number-heading__wrapper .number_card .card-set .content-set h4 {
        font-size: 22px !important;
    }
    .number-heading__wrapper .number_card .card-set {
        width: 200px !important;
    }
.number-heading__wrapper .number_card{
        padding: 1px 15px !important;
}

}

@media (max-width: 428px){
	.header-top-wraaper .header_sub_logo_row li:nth-child(1) .brand-logo {
        width: 145px;
    }
	.header-top-wraaper #navbarToggle {
        display: block !important;
        z-index: 999;
        background: #fff;
        font-size: 19px !important;
        margin-right: 18px;
    }
	 .bread__wrapper .container {
    position: absolute;
    top: 40%;
    transform: translate(-50%, 50%);
    padding: 0 10px;
  }
}


@media (max-width: 376px) {
	.enhancing-growth-heading-wrapper h1 {
    margin-bottom: 0px;
}
	.enhancing-growth-heading-wrapper h1 {
    margin-bottom: 0px;
}
	    .leadership-heading-wrapper h1, .enhancing-growth-heading-wrapper h1, .social-media-heading-wrapper h1, .success-stories-heading-wrapper .success-stories-right h1, .subsidiaries-heading-wrapper h1, .animal-heading-wrapper h1 {
                font-size: 28px !important;
        line-height: 33px !important;
    }
    .number-heading__wrapper .number_card .card-set .icon {
        width: 45px !important;
        height: 45px !important;
}

    .number-heading__wrapper .number_card .card-set .content-set h4 {
        font-size: 22px !important;
    }
    .number-heading__wrapper .number_card .card-set {
        width: 200px !important;
    }
.number-heading__wrapper .number_card{
        padding: 1px 15px !important;
}
}

@media (max-width: 320px) {
	.enhancing-growth-heading-wrapper h1 {
    margin-bottom: 0px;
}
    .enhancing-growth-heading-wrapper .nav-pills .nav-link {
        font-size: 13px;
        margin-bottom: 1px;
    }
	.leadership-heading-wrapper h1, .enhancing-growth-heading-wrapper h1, .social-media-heading-wrapper h1, .success-stories-heading-wrapper .success-stories-right h1, .subsidiaries-heading-wrapper h1, .animal-heading-wrapper h1 {
               font-size: 28px !important;
        line-height: 33px !important;
    }
	    .number-heading__wrapper .number_card .card-set .icon {
        width: 45px !important;
        height: 45px !important;
}

    .number-heading__wrapper .number_card .card-set .content-set h4 {
        font-size: 22px !important;
    }
    .number-heading__wrapper .number_card .card-set {
        width: 200px !important;
    }
.number-heading__wrapper .number_card{
        padding: 1px 15px !important;
}
}



.wpcp-single-item.wcp-video-item i {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    font-family: fontawesome;
    font-weight: 400;
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
