
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=NTR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Dancing+Script:wght@400..700&family=Gidugu&family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Dancing+Script:wght@400..700&family=Gidugu&family=Great+Vibes&family=Ramabhadra&display=swap');

/* .logo-text {
  font-family: 'NTR', sans-serif;
  font-family: "Great Vibes", cursive;
   font-family: "Great Vibes", cursive;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
} */

/* primary color: #0F4C75 */
/*Default-style
======================================================*/
body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #f6f7f9;

}

img {
  max-width: 100%;
}
.text-body{
   color: #555555;
}
h1, h2, h3, h4 {
  color: #2A2A2A;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  /* color: #555555; */
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #007236;
}

.owl-nav {
  margin-top: 0 !important;
}
.owl-dots {
  margin-top: 0 !important;
}
label {
  color: #007236 ;
  font-size: 15px;
  /* margin-bottom: 5px; */
  font-weight: 600 !important;
}


textarea {
  height: auto !important;
}

/* Button code start =================== */
.btn-primary, .btn-secondary{
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 14px;
}
.btn-primary{
    background-color: #007236  !important;
    border: 1px solid #007236  !important;
}
.btn-primary:hover{
    background-color: #005A3C  !important;
    border: 1px solid #005A3C  !important;
}
/* .btn-primary:hover{
  background-color: #1B6CA8 !important;
  border: 1px solid #1B6CA8 !important;
} */
.btn-secondary{  
  background-color: #0F4C75 !important;
  border: 1px solid #0F4C75 !important;
}
.btn-secondary:hover{
  background-color: #0C3B5A !important;
  border: 1px solid #0C3B5A !important;
}

.text-primary{
  color: #007236  !important;
}
.bg-lightgreen{
  background: #edfcf9;
}
.text-secondary{
  /* color: #c68b47 !important;  */
  color: #b94d18 !important; 
}

.text-tertiary {
  color: #1ce77c  !important; 
}
.bg-primary{
  background-color: #007236  !important;
}
.bg-secondary{
  /* background-color: #c68b47 !important; */
  background-color: #b94d18 !important;
}
.bg-lightblue{
  background: #737a9f57 !important;
}
.bg-ribban {
  background: #14295c !important;
}
.text-gray{
  color: gray;
}
.text-red{
  color: red;
}
.text-tenary{
  color:#9b2511 
}
.w-100p{
  width: 100px;
}
.w-120p{
  width: 120px;
}
.w-110p{
  width: 120px;
}
.w-130p{
  width: 130px;
}
.w-150p{
  width: 150px;
}
.w-180p{
  width: 180px;
}
.w-40p{
  width: 40px;
}
.w-h-40{
  width: 40px;
  height: 40px;
}
.w-h-25{
  width: 25px;
    height: 25px;
}
.h-100p{
  height: 100px;
}
.curser-pointer{
  cursor: pointer;
}
.shadow-blue{
      text-shadow: 2px 2px 5px rgb(17 29 94 / 50%);
}
.info-icon{
  height: 65px !important;
  margin-bottom: 16px;
}

/* new cm */
     .profile-card {
     width: 130px;
    height: 145px;
    border-radius: 16px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image {
    width: 100%;
    height: 100%;
        background: #93a8b1;
    overflow: hidden;
    border: 5px solid #206b9b;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* new cm */


.ministers{
  background-size: cover;
  background-repeat: no-repeat;
   background-image: url('../images/bg1.jpg'), linear-gradient(#175277, #175277);
  background-size: cover;
  background-blend-mode: multiply; /* try: overlay, screen, multiply, darken, lighten */
  /* min-height: 50vh; */
 
}
@-webkit-keyframes slidein {
  from {background-position: top; background-size:3000px; }
  to {background-position: -100px 0px;background-size:2750px;}
  }
  
  @keyframes slidein {
  from {background-position: top;background-size:3000px; }
  to {background-position: -100px 0px;background-size:2750px;}
  
  }

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  padding: 8px 0;
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.navbar-area .navbar-brand .white-logo {
  display: none;
}
.navbar-area.nav-bg-2 .desktop-nav .navbar-nav .nav-item a {
  color: #4c5a7d;
}
.navbar-area.nav-bg-2 .desktop-nav .others-options .icon {
  color: #4c5a7d;
}

.nav-bg-1 {
  background-color: #4c5a7d;
}

.nav-bg-2 {
  background-color: #ffffff;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  /* padding-bottom: 20px;
  padding-top: 20px; */
  /* padding: 10px 0; */
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus {
  /* color: #c68b47; */
  color: #9aceff ;
}
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  /* color: #c68b47; */
  color: #5cc1eb ;
  font-weight: 600;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  /* color: #c68b47; */
  color: #9aceff ;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 12px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #007236;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  /* margin-top: 20px; */
  transform: translateY(1);
  visibility: visible;
}
.desktop-nav .navbar .others-options {
  padding-left: 40px;
}
.desktop-nav .navbar .others-options .icon {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}
/* new about inner pages navbar start */

.desktop-nav-innernav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav-innernav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav-innernav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  transform: translateY(1);
  visibility: visible;
}
.desktop-nav-innernav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  margin-top: 20px;
}
.desktop-nav-innernav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  /* color: #d47f1e; */
  color: #9aceff ;
  font-weight: 600;
}
.desktop-nav-innernav .navbar-nav a {
  color: #fff;
}
.desktop-nav-innernav .navbar-nav .dropdown-menu a {
  color: #000;
  border-bottom: 1px dashed #ededed;
}
.desktop-nav-innernav .nav-link:focus, .desktop-nav-innernav .nav-link:hover, .desktop-nav-innernav .navbar-nav .dropdown-menu a:hover {
  /* color: #d47f1e; */
  color: #9aceff;
}

/* new about inner pages navbar end */

/*
Others Option For Responsive Area Style
======================================================*/

/* ============Fonts size Start========= */
.font-10{
  font-size: 10px;
}
.font-12{
  font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.font-16{
  font-size: 16px;
}
.font-18{
  font-size: 18px;
}
.font-20{
  font-size: 20px;
}
.font-22{
  font-size: 22px;
}
.font-26{
  font-size: 26px;
}
.font-28{
  font-size: 28px;
}

.title-one h3.font-imp-28::before {
  background-color: #007236;
  top: 43px;
}
.title-one h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}
.title-one h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  /* background-color: #c68b47; */
  background-color: #b94d18;
  top: 43px;
}

.title-one-heading h3.font-imp-28::before {
  background-color: #6a961f;
  top: 43px;
}
.title-one-heading h3 {
 font-size: 19px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    color: #b94d18;
}
.title-one-heading h3::before {
     position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #b94d18;
    top: 43px;
}
.title-one-heading h3.font-imp-28::before {
  background-color: #007236;
    top: 31px;
}

.font-32{
  font-size: 32px;
}
.font-36{
  font-size: 36px;
}
.font-38{
  font-size: 38px;
}
.font-40{
  font-size: 40px;
}
.font-50{
  font-size: 50px;
}

.font-weight-400{
  font-weight: 400;
}
.font-weight-500{
  font-weight: 500;
}
.font-weight-600{
  font-weight: 600;
}
/* ============Fonts size End========= */


.text-rainbow-animation {
  background-image: linear-gradient(to right, #a4a9b7, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow-animation 200s 
linear infinite;
}

.text-rainbow-animation-white {
  background-image: 
    linear-gradient(to right, #82b5e4,#ffffff); 
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
  animation: rainbow-animation 200s linear infinite;
}
@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}




/* =======================mobile logo=========== */

.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -43px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #c68b47;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #c68b47;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
}
.others-option-for-responsive .others-options ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  align-items: center !important;
}
.others-option-for-responsive .others-options ul li {
  display: inline-block;
}
.others-option-for-responsive .others-options ul li .call-now {
  position: relative;
  padding-left: 60px;
  top: 8px;
  margin-bottom: 40px !important;
}
.others-option-for-responsive .others-options ul li .call-now i {
  position: absolute;
  font-size: 40px;
  color: #c68b47;
  left: 0;
  top: 3px;
}
.others-option-for-responsive .others-options ul li .call-now p {
  margin-bottom: 8px;
}
.others-option-for-responsive .others-options ul li .call-now a {
  color: #4c5a7d;
  font-weight: 500;
}
.others-option-for-responsive .others-options ul li .default-btn {
  bottom: 9px;
}

.mobile-responsive-nav {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

/* =======================mobile logo=========== */
/*
Footer Style
======================================================*/
.footer-area {
  background-color: #4c5a7d;
  position: relative;
  z-index: 1;
}
.footer-area .shape {
  position: absolute;
  top: 50px;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer-logo-area {
  margin-bottom: 30px;
}
.footer-logo-area img {
  margin-bottom: 20px;
}
.footer-logo-area p {
  margin-bottom: 25px;
  color: #ffffff;
}
.footer-logo-area .contact-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-logo-area .contact-list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-logo-area .contact-list ul li:last-child {
  margin-bottom: 0;
}
.footer-logo-area .contact-list ul li a {
  color: #ffffff;
}

.footer-widjet {
  margin-bottom: 30px;
}
.footer-widjet h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-widjet .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widjet .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-widjet .list ul li:last-child {
  margin-bottom: 0;
}
.footer-widjet .list ul li a {
  color: #ffffff;
  transition: all ease 0.5s;
}
.footer-widjet .list ul li a:hover {
  color: #c68b47;
}

/*
CopyRight Style
======================================================*/
.copyright-area {
  background-color: #08512a;
}
/* ================== */
.copyright {
  padding: 30px 0;
}
.copyright .copy {
  text-align: right;
}
.copyright .copy p {
  color: #cacaca;
}
.copyright .copy p a {
  /* color: #c68b47; */
      color: #22b56f;
    font-weight: 500;
}
.copyright .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.copyright .social-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.copyright .social-content ul li:last-child {
  margin-right: 0;
}
.copyright .social-content ul li span {
  color: #ffffff;
}
.copyright .social-content ul li a {
  color: #cacaca;
  transition: all ease 0.5s;
}
.copyright .social-content ul li a:hover {
  color: #c68b47;
}



/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #05273b;
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 26px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  background-color: #c68b47;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background: #4c5a7d;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  color: #ffffff;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}
/*
Faq Area Style
======================================================*/
.faq-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.faq-title p {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  /* border: 1px solid rgba(227, 40, 69, 0.4); */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  color: #4c5a7d;
  /* font-size: 18px; */
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.accordion .accordion-item .accordion-button::after {
  background-image: unset;
  content: "";
  font-size: 20px;
  color: #4c5a7d;
  text-align: center;
  content: "\ea13";
  font-family: "remixicon" !important;
  position: relative;
  top: -2px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  text-align: center;
  content: "\f1af";
  position: relative;
  top: -2px;
}
.accordion .accordion-item .accordion-body {
  /* padding-top: 0; */
  font-size: 14px;
  color: #000 !important;
}
.line-bottom:after, .line-bottom-center:after {
  background: #4c5a7d !important;
}
.line-bottom:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.line-height-1 {
  position: relative;
  padding-bottom: 10px;
}


.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  margin-top: 20px;
}

/* Login css start */
/* Radio buttons start code */
/* [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000 ;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #007236 ;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #007236 ;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */
/* Radio buttons end code */

/* New Login css start here */
.loginSection .form-section{
  /* min-height: 100vh; */
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #eef1f6;    
}
.loginSection .bg-img {
    background: linear-gradient(rgb(17 76 100 / 16%), rgb(25 102 150 / 49%)), url(../images/loginBgdesktop.jpg) left / cover no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    /* min-height: 100vh; */
    min-height: calc(100vh - 152px);
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}
.loginSection .login-inner-form {
    max-width: 580px;
    width: 100%;
    /* box-shadow: 0px 18px 138px 29px rgb(11 95 122); */
    box-shadow: 0px 1px 138px 18px rgb(11 95 122);
    /* box-shadow: 0px 48px 138px 18px #115775; */
}
.loginSection .login-inner-form.LoginForm-450 {
    /* max-width: 450px; */
    width: 100%;
}
.loginSection .bg-img:after {
    /* position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url("../images/bg_shadow.png") top left repeat; */
}
.loginSection .informeson {
    color: #fff;
    max-width: 500px;
    /* margin: 0 20px 0 70px; */
}
.loginSection .informeson h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.loginSection .informeson p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 28px;
}

.loginSection .informeson h1 span {
    color: #ffa637;
}
.login-inner-form {
    margin: auto;
    /* padding: 20px; */
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.loginSection .login-inner-form .form-control {
    outline: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    outline: 0;
    font-weight: 400;
    color: #535353;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.loginSection .login-inner-form .btn-theme {
    background: #007236;
    border: none;
    color: #fff;
}

.loginSection .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
}
.loginSection .login-inner-form .Login-head {
    color: #ffffff;
    text-align: center;
    background: #007236;
    padding: 8px 16px;
}
.get-otp{
  right: 6px;
    top: 9px;
    padding: 7px;
    font-size: 13px;
}
.details-section{
      min-height: 450px;
}
/* New Login css End here */


select option {
  background: #fff;
  color: #000;
}

.card-module {
  padding: 16px;
  border-top: 2px solid green;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card-module_img {
  height: 85px;
  width: 85px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.h-50{
  font-size: 50px;
}
.h-300{
  height: 300px;
}
.h-400{
  height: 400px;
}
/* Opacity */
.opacity-2{
  opacity: 0.2;
}
.opacity-3{
  opacity: 0.3;
}
.top-0{
  top: 0;
}
.bottom-0{
  bottom: 0;
}
.right-0{
  right: 0;
}
.left-0{
  left: 0;
}


.white-space-nowrap{
white-space: nowrap;
}

.white-space-normal{
white-space: normal;
}

.icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;  /* stops flex stretching */
    min-height: 70px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon-circle img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.hover-howworks {
  background: linear-gradient(to right, #175277, #175277);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.6s ease-in-out;
  border-radius: 10px;
  padding: 8px;
}
/* Hover Animation: Left → Right */
.hover-howworks:hover {
       background: linear-gradient(to right, #2e749f, #1d79b3);
    background-size: 200% 100%;
    background-position: right center;    
}

/* Capcha css start here */

canvas {
      max-width: 100%;
    }
/* Form Container */
/* Inputs & Textarea */
#captcha-form .form-control {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 12px 15px;
    font-size: 1rem;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Captcha Section */
#captcha-form canvas {
    border-radius: 10px; 
    border: 1px solid #dee2e6;
    background: #fff;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-right: 10px;
}
#captcha-form #refresh-captcha {
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}

/* Capcha css ENd here */


.List-card-right {
    box-shadow: 0px 1px 27px 0px rgb(0 115 60 / 31%);
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-right: 5px solid #007236;
    /* padding: 16px; */
    margin-bottom: 32px;
}

.List-card-left {
    /* box-shadow: 0 0 20px 3px rgb(32 17 17 / 88%); */
    box-shadow: 0px 1px 27px 0px rgb(0 115 60 / 31%);
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-left: 5px solid #007236;
    /* padding: 16px; */
    margin-bottom: 32px;
}
.land-details-search-norecords{
  height: 61vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    



/* -------- Start information module -------------- */
.services-item {
    position: relative;
    padding: 40px 50px 46px 50px;
    margin: 0 -2px 0 -2px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.services-item {
    position: relative;
    padding: 40px 50px 46px 50px;
    margin: 0 -2px 0 -2px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.services-item .serial-number {
    position: absolute;
    left: 242px !important;
    top: 13px !important;
    color: #00000008;
    font-size: 70px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.services-item .services-icon {
    margin-bottom: 20px;
}
.services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: 100%;
    transform: scale(1);
    transition: 0.4s;
}
.services-item .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin: 0 0 10px;
}
.services-item .services-text .title a {
    color: #010d14;
}
.services-item .services-text .services-txt {
    margin-bottom: 0px;
}
.services-item:hover .services-icon img {
    transform: scale(1.1);
}

.about-two_pattern {
    background-position: right bottom;
    background-repeat: no-repeat;
}
.overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.bg-two_circle {
    /* position: absolute;
    left: -400px;
    top: -300px;
    width: 910px;
    height: 910px;
    border-radius: 50%;
    background-color: #f5f5f5; */
        position: absolute;
    left: -400px;
    top: -19px;
    width: 910px;
    width: 810px;
    height: 910px;
    height: 683px;
    border-radius: 50%;
    background-color: #0b487233;
}

/* End information module */


/* Start count code */

.bg2 {
    /* background-image: linear-gradient(rgb(177 168 168 / 50%), rgb(37 29 29 / 50%)), url(../images/bg_login.jpg); */
        background-image: linear-gradient(rgb(11 72 114 / 20%), rgb(11 72 114 / 64%)), url(../images/bg_login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: Roboto;
    margin: 0 0 10px;
    display: block;
}

.sec-title .sub-text.yellow-color {
    color: #ffb703;
}
.sec-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #010d14;
    margin: 0;
}
.bb-counter-list {
    text-align: left;
    padding: 28px 35px 40px 35px;
    /* background: #FFB7031F; */
        background: #0b48727d;
    clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
}
 .bb-count {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #ffb703;
    font-family: "Roboto", Sans-serif;
}
.prefix {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #ffb703;
    font-family: "Roboto", Sans-serif;
}
.mb-30 {
    margin-bottom: 30px;
}
.count-text .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}


/* End count code */

.bb-table th, .bb-table td{
  /* width: 200px; */
  white-space: nowrap;
}
.active>.page-link, .page-link.active {
    background-color: #007236 !important;
    border-color: #007236 !important;
}
.page-link {
    color: #007236;
}
/* Hide system cursor start */
/* body {
    cursor: none;
}
.cursor-dot {
    position: fixed;
    width: 8px;
    height: 8px;
    background: #007236;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.cursor-ring {
    position: fixed;
    width: 30px;
    height: 30px;
    border: 2px solid #007236;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: 
        width 0.25s ease,
        height 0.25s ease,
        border-color 0.25s ease,
        transform 0.08s linear;
}
.cursor-hover {
    width: 44px !important;
    height:44px !important;
    border-color: #007236 !important;
}
.cursor-click {
    animation: clickPulse 0.4s ease;
}

@keyframes clickPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
} */
/* Hide system cursor start */


/* breadcrumbs  css start */
.breadcrumbs {
    background-color: #000000;
    position: relative;
}
.breadcrumbs_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background:linear-gradient(rgba(15, 76, 117, 0.75),rgba(15, 76, 117, 0.75)), url("https://agrikon.ninetheme.com/wp-content/uploads/2020/12/page-header-bg.jpg"); */
        background: linear-gradient(rgb(15 76 117 / 68%), rgb(15 76 117 / 41%)), url(https://agrikon.ninetheme.com/wp-content/uploads/2020/12/page-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcrumbs::after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-position: center center;
    background-size: auto;
    z-index: 9;
}
.breadcrumbs .container {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.breadcrumbs:not(.ripped-off)::after {
    background-image: url(../images/ripped-paper-slider-22.png);
}
.breadcrumbs .active{
  color: #eb8209;
}
@media (min-width: 1700px) {
    .breadcrumbs::after {
        background-size: auto;
    }
}
@media (min-width: 992px) {
    .breadcrumbs::after {
        bottom: 0px;
    }
}

@media only screen and (max-width: 400px){
  .flex-column-reverse-mobile{
    flex-direction: column-reverse;
  }
}
/* breadcrumbs css end */
/* Sidebar css start here  */
/* .top-header{
    height: 160px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;

    background-repeat: no-repeat;
    background-image: url(../images/bg1.jpg), linear-gradient(#175277, #175277);
    background-size: cover;
    background-blend-mode: multiply;
} */
.top-header{
    /* height: 180px; */
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
}
/* Sidebar */
.sidebar{
    width: 260px;
    background: #fff;
    position: fixed;
    top: 181px;
    bottom: 0;
    left: 0;
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
    transition: all .3s;
    z-index: 9999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

     height:calc(100vh - 160px); 
    display:flex;
    flex-direction:column;
}
.sidebar .nav{
    flex:1;
    /* overflow-y:auto; */
}
/* Sidebar Links */
.sidebar .nav-link{
    /* color:#555; */
    color: #374151;
    padding:12px 14px;
    margin:4px 10px;
    border-radius:8px;
    font-weight:500;
    /* white-space: nowrap; */
    font-size: 14px;
}

.sidebar .nav-link i{
    margin-right:10px;
}

.sidebar .nav-link:hover{
    /* background:#eef2ff;
    color:#007236; */
      background:#ECFDF5;
  color:#007236;
}

.sidebar .nav-link.active{
    background:#007236;
    color:#fff;
}
/* SUB MENU */
.sub-link{
    font-size:14px;
    padding:8px 20px;
    margin:2px 10px;
    color:#666;
    border-radius:6px;
}

.sub-link:hover{
    background:#eef2ff;
    color:#007236;
}

.sub-link.active{
    background:#007236;
    color:#fff;
}
/* Content */
.main-content{
    margin-left:260px;
    /* padding:90px 25px 25px; */
        padding: 220px 25px 25px;
    background: #f6f7f9;
    height: 100vh;
}

/* Mobile */
@media(max-width:991px){
    .sidebar{
        left:-260px;
    }
    .sidebar.show{
        left:0;
    }
    .main-content{
        margin-left:0;
        padding: 58px 25px 25px;
    }
}
.nav-link[aria-expanded="true"] .bi-chevron-down{
    transform:rotate(180deg);
    transition:.3s;
}


 /* ===== PROFILE FOOTER ===== */
.sidebar-footer{
    border-top:1px solid #0f4c7536;
    padding:15px;
}

.profile-box{
    display:flex;
    align-items:center;
    margin-bottom:12px;
}

.profile-box img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #007236;
}

.profile-info{
    margin-left:10px;
}

.profile-info h6{
    color:#007236;
    margin:0;
    font-size:14px;
    font-weight: 600;
}

.profile-info small{
    color:#cfe2ff;
    font-size:12px;
}

/* Logout */
/* .logout-link{
    color:#D62828;
    display:flex;
    align-items:center;
    font-weight:600;
    text-decoration:none;
    padding:10px;
    border-radius:6px;
    margin-bottom: 15px;
} */
.logout-link{
    color:#D62828;
    display:flex;
    align-items:center;
    font-weight:600;
    text-decoration:none;
    padding:0 10px;
    border-radius:6px;
}
/* .logout-link:hover{
 background: #ECFDF5;
    color: #007236;
} */
.logout-link.dropdown-item:hover{
  background:#FEE2E2 !important;
  color:#B91C1C !important;
}
.logout-link i{
    font-size:18px;
    margin-right:6px;
    /* margin-right:10px; */
}


/* profile dropdown start */
.profile-nav .profile-btn {
			color: #fff;
			font-weight: 500;
			display: flex;
			align-items: center;
			gap: 8px;
		}
		/* Dropdown style */
		.profile-nav  .dropdown-menu-custom {
			border-radius: 12px;
			border: none;
			padding: 0;
			min-width: 200px;
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
			margin: 0;
			margin-top: 9px !important;
			box-shadow: 0px 1px 27px 0px rgb(0 115 60 / 31%);
          inset: 25px 0px auto auto;
		}
		.profile-nav .dropdown-item:focus,
		.profile-nav .dropdown-item:hover {
			background: #ECFDF5;
			color: #007236;
			border-radius: 10px;
		}
		.profile-nav .dropdown-menu-custom .dropdown-item {
			padding: 10px 20px;
			font-weight: 500;
		}
		.profile-nav .dropdown-menu-custom .dropdown-item:hover {
			background-color: #f2f4ff;
		}
		.profile-nav .dropdown-divider{
			background: #00733c36;
		    margin: 0;
		}
/* profile dropdown end */
/* Sidebar css end here  */


/* list of cards start */
.bg-c-red {
    background: linear-gradient(45deg, #0b3a5b, #186aa3d4) !important;
}

.viewBtn.btn-primary {
    font-weight: 500;
    line-height: 8px;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 14px;
}

/* Force full width */
#bb-datatable,
.dataTables_wrapper,
.dataTables_scroll,
.dataTables_scrollHead,
.dataTables_scrollBody {
    width: 100% !important;
}


/* DataTable scrollbar */
.dataTables_scrollBody::-webkit-scrollbar {
    height: 7px;   /* horizontal */
    width: 7px;    /* vertical */
}

/* Track */
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 10px;
}

/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #02612e9c;   /* Govt blue */
    border-radius: 10px;
}

/* Hover */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #175277;
}



/* Feedback style start here */
.service-box {
    border: 2px solid #c3ddd1;
    border-radius: 12px;
    padding: 24px;
    background-color: #ffffff;
}
.service-options .form-check-input {
    margin-top: 0.25rem;
}

.service-hint {
    font-size: 0.9rem;
    color: #6b7280;
}
.service-options .form-check {
    padding-left: 0;
}


.section-header {
    background: #ECFDF5;
    border-left: 6px solid #007236;
    border-radius: 10px;
    padding: 14px 18px;
    font-weight: 700;
    color: #007236;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #e5e7eb;
}

.question-name {
    font-size: 1rem;
    color: #1f2937;
    max-width: 70%;
}

.star-rating i {
    font-size: 22px;
    color: #cbd5e1;
    cursor: pointer;
    margin-left: 6px;
}

.star-rating i.active {
    color: #007236;
}

/* Radio button group Feedback start */
.service-options [type="radio"]:checked,
.service-options [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.service-options [type="radio"]:checked + label,
.service-options [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.service-options [type="radio"]:checked + label:before,
.service-options [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #007236;
    border-radius: 50%;
    background: transparent;
}
.service-options [type="radio"]:checked + label:after,
.service-options [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #007236;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.service-options [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.service-options [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #00733c;
    border-color: #00733c;
}
.btn-outline-primary {
    --bs-btn-color: #00733c;
    --bs-btn-border-color: #00733c;
}
/* Radio button group Feedback end */


.legend-note {
    background: #fefce8;
    border: 1px solid #fef08a;
    padding: 15px;
    border-radius: 10px;
    /* margin: 40px 0 20px 0; */
    color: #00733c;
    font-weight: 600;
}

/* Feedback style end here */



/* Media qurries for sidenave for different desvies start here */

@media only screen and (min-width: 1700px) and (max-width: 1750px) {
  .sidebar {
    top: 164px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .sidebar {
    top: 144px !important;
    height: calc(100vh - 144px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sidebar {
    top: 120px !important;
    height: calc(100vh - 120px);
  }
}

/* Media qurries for sidenave for different desvies end here */



.service-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    padding: 30px 30px;
    cursor: pointer;
    transition: 0.18s ease-in-out;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    border-left: 6px solid #007236;
    position: relative;
    overflow: hidden;
}
.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.12);
}
.service-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: rgba(15, 76, 117, 0.07);
    transform: rotate(25deg);
    border-radius: 25px;
}
.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.service-icon {
    background: #007236;
}
.service-tagline {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 0px;
}
.service-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
    color: #1f2d3d;
}

.border-left-darkblue{
  border-left: 6px solid #2651a3;
}
.border-left-blue{
  border-left: 6px solid #0d6efd;
}
.border-left-green{
  border-left: 6px solid #007236;
}
.border-left-purple{
  border-left: 6px solid #6f42c1;
}
.border-left-lightgreen{
  border-left: 6px solid #1ab19d;
}

.bg-service-darkblue{
      background: #2651a3;
}
.bg-service-blue{
      background: #0d6efd;
}
.bg-service-green{
   background: #007236;
}
.bg-service-purple{
   background: #6f42c1;
}
.bg-service-lightgreen{
   background: #1ab19d;
}

/* Service card end code */
@media only screen and (max-width: 760px) {
  .navbar-after-login .mobile-view-login {
    display: block;
  }
}

/* @media only screen and (max-width: 896px) and (orientation: landscape) {
  .navbar-after-login .mobile-view-login {
    display: block;
  }
} */

@media only screen and (min-width: 481px) and (max-width: 2000px) {
  .navbar-after-login .mobile-view-login {
    display: none;
  }
}




/* New information code :start */
 .service-info.info-1,
  .service-info.info-3 {
      margin-top: 35px;
  }
  .service-info {
      background: #ffffff;
      box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);
      border-radius: 10px;
      border-top: 10px solid #41c387;
      transform: translate3d(0, 0, 0);
      padding: 30px 40px 40px;
      transition: all 0.3s linear;
      overflow: hidden;
      position: relative;
  }
  .service-info .service-img img {
      height: 65px;
      border-radius: 50%;;
  }
  .service-info .info-content .title {
      font-size: 20px;
      line-height: 30px;
      margin-top: 20px;
      color: #2A2A2A;
      white-space: normal;
  }
  .service-info:hover {
      transform: translateY(-5px) translate3d(0, -5px, 0);
  }
  .service-info::after {
      content: "";
      position: absolute;
      bottom: -54px;
      right: -2px;
      width: 120px;
      height: 120px;
      /* background: rgba(15, 76, 117, 0.07); */
      background: rgb(0 196 140 / 5%);
      transform: rotate(25deg);
      border-radius: 25px;
  }
  .service-img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #fff;
  }

  .count {
      margin: 0;
      font-size: 35px;
      color: #00b19e;
      font-weight: 600;
  }
  .bg-information {
      background-image: url('../images/bg-info.png');
      overflow: hidden;
      position: relative;
      padding-top: 85px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      z-index: 1;
  }
  .border-top-darkblue {
      border-top: 10px solid #2651a3;
  }
  .border-top-blue {
      border-top: 10px solid #0d6efd;
  }
  .border-top-green {
      border-top: 10px solid #007236;
  }
  .border-top-purple {
      border-top: 10px solid #6f42c1;
  }
  .border-top-lightgreen {
      border-top: 10px solid #1ab19d;
  }
/* New information code :end */

.blinking-disclaimer-login {
  color: #fb8939;
  font-weight: 600;
  text-decoration: none;
  animation: blinkLogin 1s infinite;
  transition: all 0.3s ease;
}
.blinking-disclaimer-login:hover {
  animation: none; 
  opacity: 1;      
  color: #fff;  
}

@keyframes blinkLogin {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Responsive for innerpage body */
@media only screen and (max-width: 760px) {
  .container-fluid.mt-4.px-5 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
}

@media only screen and (max-width: 820px) {
  .loginSection .bg-img {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .container.mt-4.px-5 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
}