@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
  font-size: 15px !important;
  color: #000;
  font-family: "Inter", sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden !important;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 85vw !important;
}

.logo-sec {
  width: 100%;
  display: flex;
}

.logo-sec img {
    height: 80px;
    padding-top: 15px;
    width: 100%;
    object-fit: contain;
}

.cm-sec {
  text-align: right;
  width:100%;
}

.cm-sec img {
  height:100px;
  Position: relative;
}

.logo-sec-left {
  width:35%;
  float: left;
}

.logo-sec-right {
  width: 80%;
  float: right;
}

.logo-sec-right h4 {
  padding: 7px 0 0 0;
  font-weight: 600;
  color: #000;
  font-size: 25px;
  margin: 0;
}

.logo-sec-right h5 {
  padding: 5px 0;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}


.cm-sec-left {
  width: 80%;
  float: left;
}

.cm-sec-right {
  width: 20%;
  float: right;
}

.cm-sec-left h4 {
  padding: 15px 0 0 0;
  font-weight: 600;
  color: #000;
  font-size: 25px;
  text-align: right;
  margin: 0;
}

.cm-sec-left h5 {
  padding: 5px 0 0 0;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  text-align: right;
}

.sec-title {
  text-align: center;
  padding: 10px 0 0 0;
}

.btn-sec {
  margin-top: 40px;
}

.btn-one {
  color: #fff;
  padding: 8px 24px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(120deg, #3f66f3 45%, rgb(99 78 207 / 0%) 45%), linear-gradient(120deg, #f1d98f 55%, #ffc107 55%);
  background-size: 250%;
  background-position: right;
  transition: .3s ease-in-out;
  overflow: visible;
  margin-top: 40px;
}

.btn-one:hover {
  background-position: left;
  transition: .3s ease;
  color: #ccc !important;
}

.news-tender {
  padding: 70px 0 70px 0;
  width: 100%;
  background-attachment: fixed;
  Position: relative;
}

.news-tender:before {
  Position: absolute;
  content: "";
  background: url(../images/bg4.png) repeat-x bottom;
  height:100%;
    width: 100%;
    bottom:-5px;
    opacity: .2;
	right:0;
	left:0;
}

.news-tender-box {
  background: #f1f1f1f0;
  height:auto;
  box-shadow: -1px -10px 8px #56565654;
  position: relative;
  border-radius: 10px;
  border-top: 5px solid #ff9800;
  padding: 0 20px 45px 20px;
  overflow: hidden;
}
.news-tender-box:before {
 position: absolute;
    content: "";
    background: url(../../../assets/user/images/border.png) no-repeat;
    bottom: 0px;
    height: 150px;
    width: 100%;
    left: 98px;
    opacity: .1;
}

.tender-box-inner
{
	height:400px;
	overflow-y: auto;
	padding:0px;
    margin-top:70px;
}
.tender-box-contain {
    padding: 0 30px 0 0;
    width: 100%;
    box-shadow: 1px 1px 5px #ccc;
    height:80px;
    padding-top: 10px;
}
.tender-box-contain i {
    font-size:15px;
    color: #ff9800;
}


.tender-box-contain-left {
 position: relative;
    background: #767572;
    width: 20%;
    height:55px;
    text-align: center;
	float: left;
	padding: 6px 1px;
}


.tender-box-contain-left::after, 
.tender-box-contain-left::before {
  content: '';
  position: absolute;
}

.tender-box-contain-left::after {
  width: 100%;
    height: 7px;
    background-color: #f2f2f2;
    left: 0;
    bottom: -1px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}


.tender-box-contain-right
{
	width:80%;
	float:left;
	padding-left:15px;
	text-align: justify;
}

.date {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}
.year {
    color: #f7ca5f;
    font-size: 12px;
    padding-top: 3px;
}



.thing {
  position: fixed;
  top: 45%;
  left: 45%;
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  animation: rotateit 1.5s ease infinite;
  background: transparent;
  border: 1px solid #078b51;
  border-radius: 100%;
  margin: 20px;

}

.tender-box {
  background: #f1f1f1f0;
  height: 440px;
  box-shadow: -1px -10px 8px #56565654;
  position: relative;
  border-radius: 10px;
  border-bottom: 5px solid #ff9800;
}

.tender-box h4 {
  position: relative;
  top: 0px;
  background: #4448e1;
  padding: 12px 10px;
  color: #ffffff;
  font-size: 18px !important;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 3px 4px #7c7b7ba3;
}

.act-box {
  background: #fff;
  height: 400px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 1px 5px 5px #ccc;
  Position: relative;
}

.act-box h4 {
  position: absolute;
  top: 0px;
  background: #eb9b49;
  padding: 8px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
}

.box-inner {
  padding: 10px 25px;
}

.new-bx {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #727171;
  padding: 7px 0
}

.new-bx p {
  margin: 0;
}

.nwdate {
  width: 23%;
  margin-right: 5%;
  display: flex;
  background: #ffc107;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 40px;
  box-shadow: 1px 2px 3px #8f8d8d;
}

.n-date {
  width: 40%;
  padding: 0px;
  text-align: center;
  font-size: 13px;
}

.n-mnth {
  background: #6063e5;
  border-bottom-right-radius: 8px;
  padding: 0px;
  text-align: center;
  width: 60%;
  height: 40px;
  font-size: 13px;
  color: #fff;
}

p {
  text-align: justify;
}

.news-content {
  width: 75%;
}


.social-box .tab-content {
  box-shadow: 0px -11px 8px #ccc;
}

.hd-title {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 12px;
}

.social-box {
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 10px;
}

.hd-title img {
  height: 30px;
}

.hd-title h4 {
  color: #fff;
  padding: 5px 0 0 0;
  font-size: 25px !important;
}


.hd-title-three {
  position: relative;
  display: inline-flex;
  padding-bottom: 23px;
  width: 70%;
}

.hd-title-three:before {
  Position: absolute;
  content: "";
  background: #333;
  height: 1px;
  left: 0;
  width: 100%;
  bottom: 20px;
}

.hd-title-three:after {
  Position: absolute;
  content: "";
  background:#FF9800;
  height: 10px;
  left: 0;
  width: 10px;
  bottom: 16px;
  border-radius: 50%;
}

.hd-title-three h4 {
  color: #fff;
  padding: 5px 0 0 0;
  font-size: 20px !important;
}


.read {
  position: absolute;
  right: 30%;
  bottom: 67px;
}




.beam {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
}

.r {
  background-color: #078b51;
}

.b {
  background-color: #2e3192;
}

.r1 {
  transform: rotate(90deg);
  left: 50px;
  top: 0px;
  animation: move1r 1.5s ease infinite;
}

.r3 {
  top: 50px;
  animation: move2 1.5s ease infinite;
}

.b1 {
  transform: rotate(90deg);
  left: 50px;
  top: 100px;
  animation: move1b 1.5s ease infinite;
}

.b3 {
  top: 50px;
  left: 100px;
  animation: move2 1.5s ease infinite;
}

@-webkit-keyframes rotateit {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotateit {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes move1r {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }

  45% {
    top: 100px;
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    top: 100px;
    transform: rotate(-90deg);
  }
}

@keyframes move2 {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

@keyframes move1b {
  0% {
    top: 100px;
    transform: rotate(0deg);
  }

  45% {
    top: 0px;
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    top: 0px;
    transform: rotate(-90deg);
  }
}


.social {
  position: fixed;
  top: 40%;
  z-index: 9999;
  right: 0;
}

.social ul {
  list-style: none;
}

.social ul li {
  display: block;
  margin: 2px 0;
}

.social ul li a {
  color: #fff !important;
}


.tender-box h4 {
  font-weight: 500;
}


a {
  color: #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
}

ul {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}


.pb-50 {
  padding-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.paddimg-right-none {
  padding-right: 0;
}

.paddimg-left-none {
  padding-left: 0;
}


.btn-center {
  width: 100%;
  max-width: 140px;
  display: block !important;
  margin: 0 auto;
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-left h1 {
  text-align: left !important;
}

.text-left h2 {
  text-align: left !important;
}

.text-left h3 {
  text-align: left !important;
}

.text-left h4 {
  text-align: left !important;
}

.text-left p {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-center h1 {
  text-align: center !important;
}

.text-center h2 {
  text-align: center !important;
}

.text-center h3 {
  text-align: center !important;
}

.text-center h4 {
  text-align: center !important;
}

.text-center p {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-right h1 {
  text-align: right !important;
}

.text-right h2 {
  text-align: right !important;
}

.text-right h3 {
  text-align: right !important;
}

.text-right h4 {
  text-align: right !important;
}

.text-right p {
  text-align: right !important;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
ul.desc-list {
  margin-bottom: 10px;
  padding-left: 25px;
}

ul.desc-list li {
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}

ul.desc-list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

ul.desc-list li i {
  padding-right: 10px;
}

.sec-title {
  margin-bottom: 35px;
}

.sec-title h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #505050;
  font-weight: 300;
  text-align: center;
}

.sec-title h2 {
  font-size: 40px;
  line-height: 45px;
  color: #101010;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.left-align {
  left: -100% !important;
  text-align: right;
}

.readmore {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  text-align: center !important;
  font-size: 12px;
  position: absolute;
  left: 73px;
  z-index: 100;
  top: 45%;
}

.readmore:hover {
  text-decoration: underline !important;
}

.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #ff6c39;
  border: 2px solid #ff6c39;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0px;
}

.readon:hover,
.readon:focus {
  color: #ffffff !important;
  background: #243a4f;
  border: 2px solid #243a4f;
}

.readon.border {
  background: transparent;
  border: 1px solid #243a4f;
  color: #243a4f;
}

.readon.border:hover {
  color: #ffffff;
  background: #243a4f;
}

.readon.border.white {
  border-color: #ffffff;
  color: #ffffff;
}

.readon.border.white:hover {
  color: #243a4f;
  background: #ffffff;
}


.p-0 {
  padding: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.margin-remove {
  margin: 0 !important;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.white-color {
  color: #ffffff !important;
}


/* ---------------------------
    03.Header Section 
------------------------------*/
#rs-header .toolbar-area {
  font-weight: 400;
}

#rs-header .toolbar-area img {
  height: 24px;
  padding: 3px;
}

#rs-header .toolbar-area .toolbar-contact {
  padding: 5px 0 0;
}

#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  color: #000;
}

#rs-header .toolbar-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}

#rs-header .toolbar-area .toolbar-contact ul li a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #fff;
  font-size: 13px;
}

#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #00a335;
}

#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}

#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
}

#rs-header .toolbar-area .toolbar-sl-share ul li+li {
  margin-left: 15px;
  margin-top: 2px;
}

#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #929da7;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #00a335;
}

#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

#rs-header .toolbar-area .toolbar-sl-share ul li.follow-us {
  color: #ffffff;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote {
  background: #ff6c39;
  padding: 2px 13px;
  font-size: 14px;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote a {
  padding: 10px 0;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote a:hover {
  color: #ffffff;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote:hover {
  background: #ff4e10;
}

.tpbrblck {
  background: #000;
  padding: 0px 8px;
  border: 1px solid #a4a4a4;
}

.tpbwhite {
  background: transparent;
  padding: 0px 8px;
  border: 1px solid #ccc;
}

#rs-header .menu-area {
 background: #f18512;
  padding: 4px;
  Position: relative;
  z-index: 100;
}




#rs-header .menu-area.sticky .logo-area {
  line-height: 75px;
}

#rs-header .menu-area.sticky #main-nav ul li {
  height: 40px;
  line-height: 40px;
}

#rs-header .menu-area .logo-area {
  line-height: 104px;
}

#rs-header .menu-area .logo-area a {
  font-weight: 700;
  font-size: 27px;
  color: #243a4f;
  display: block;
  text-transform: lowercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#rs-header .menu-area .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}

#rs-header .menu-area #main-nav {
  margin-bottom: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rs-header .menu-area #main-nav.mobile ul li:hover a,
#rs-header .menu-area #main-nav.mobile ul li.active a {
  color: #ff6c39;
}

#rs-header .menu-area #main-nav.mobile ul li:hover .submenu li a,
#rs-header .menu-area #main-nav.mobile ul li.active .submenu li a {
  color: #ffffff;
}

#rs-header .menu-area #main-nav.mobile ul li .submenu.left-align {
  left: 0px !important;
  text-align: left;
}

#rs-header .menu-area #main-nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

#rs-header .menu-area #main-nav ul li {
  position: relative;
  display: inline-block;
  /* Dropdown Menu area */
}

#rs-header .menu-area #main-nav ul li+li {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li+li {
    margin-left: 0;
  }
}

#rs-header .menu-area #main-nav ul li>a {
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  color: #505050;
  font-weight: 400;
  letter-spacing: .7px;
}

#rs-header .menu-area #main-nav ul li>a:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 0px;
  background-color: #ff6c39;
  -webkit-transition: .5s ease width;
  -moz-transition: .5s ease width;
  -o-transition: .5s ease width;
  -ms-transition: .5s ease width;
  transition: .5s ease width;
}

#rs-header .menu-area #main-nav ul li>a:after {
  left: 50%;
  top: 97%;
  transform: translate(-50%, -50%);
}

#rs-header .menu-area #main-nav ul li:hover a,
#rs-header .menu-area #main-nav ul li.active a {
  color: #ff6c39;
}

#rs-header .menu-area #main-nav ul li:hover a:before,
#rs-header .menu-area #main-nav ul li.active a:before,
#rs-header .menu-area #main-nav ul li:hover a:after,
#rs-header .menu-area #main-nav ul li.active a:after {
  width: 100%;
}

#rs-header .menu-area #main-nav ul li .dd-toggle {
  display: none;
}

@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li .dd-toggle {
    display: block;
  }

}

#rs-header .menu-area #main-nav ul li .submenu {
    width: 230px;
    text-align: left;
    background: #e98a44;
    box-shadow: 0px 4px 9px 0px #000000bd;
}

@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li .submenu {
    background: #243a4f;
  }
}

#rs-header .menu-area #main-nav ul li .submenu li {
  line-height: normal;
  height: auto;
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 3px 0;
}

#rs-header .menu-area #main-nav ul li .submenu li:last-child {
  border-bottom: 0;
}

#rs-header .menu-area #main-nav ul li .submenu li a {
  display: block;
  padding: 8px 10px;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  #rs-header .menu-area #main-nav ul li .submenu li a {
    color: #ffffff;
  }
}

#rs-header .menu-area #main-nav ul li .submenu li a:hover {
  color: #ccc !important;
}

#rs-header .menu-area #main-nav ul li .submenu li a:before,
#rs-header .menu-area #main-nav ul li .submenu li a:after {
  display: none;
}

#rs-header .menu-area #main-nav ul li .submenu li a.active {
  color: #39cfff !important;
}

#rs-header .menu-area #main-nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

#rs-header .menu-area #main-nav .navbar-toggle {
  background-color: #243a4f;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -o-transition: .4s ease all;
  -ms-transition: .4s ease all;
  transition: .4s ease all;
}

#rs-header .menu-area #main-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#rs-header .menu-area #main-nav .navbar-toggle:hover {
  opacity: 0.8;
}


.home1 #rs-header .toolbar-area .toolbar-contact ul li i {
  margin-right: 15px;
}

.home1 #rs-header .toolbar-area .toolbar-sl-share ul li a {
  padding: 5px 0 5px;
  color: #333;
}

.home1 #rs-header .menu-area #main-nav ul {
  text-align: left;
}

.home1 #rs-header .menu-area #main-nav ul li {
  height: 40px;
  line-height: 40px;
}

.home1 #rs-header .menu-area #main-nav ul li a {
  margin-left:12px;
  color: #ffffff;
}

.home1 #rs-header .menu-area #main-nav ul li a:before {
  text-align: right;
  right: -12px;
}

.home1 #rs-header .menu-area #main-nav ul li:last-child .submenu {
  text-align: left;
}


.home1 #rs-header .menu-area #main-nav ul li .submenu li a {
  margin-left: 0 !important;
}

.home1 #rs-header .middle-header-home1 {
  padding: 40px 0 70px;
  position: relative;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text {
  position: relative;
  padding-left: 70px;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text:hover a {
  color: #ff6c39;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text:hover i {
  background: #ff6c39;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 0;
  line-height: 50px;
  background: #243a4f;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text .info-text {
  line-height: 1.4;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text .info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
}

.home1 #rs-header .middle-header-home1 .menu-sticky.sticky {
  background: #243a4f;
}

.home1 #rs-header .middle-header-home1 .menu-sticky.sticky .header-bottom-area {
  position: static;
}

.home1 #rs-header .middle-header-home1 .header-bottom-area {
  background: #243a4f;
  top: 38px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  margin: 0 auto;
}

.home1 #first-slider .item p {
  padding: 0;
  color: #243a4f;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.home1 #first-slider .slide1 h4,
.home1 #first-slider .slide2 h4,
.home1 #first-slider .slide3 h4,
.home1 #first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.home1 #first-slider .slide1 .text-left,
.home1 #first-slider .slide3 .text-left {
  padding-left: 40px;
}

.home1 #first-slider .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.home1 #first-slider .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.home1 #first-slider .carousel-indicators li:last-child {
  margin-right: 0;
}

.home1 #first-slider .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #ffd200;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.home1 #first-slider .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #ffd200;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.home1 #first-slider .carousel-control.right,
.home1 #first-slider .carousel-control.left {
  background-image: none;
}

.home1 #first-slider .carousel .item .slide-img img:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home1 #first-slider .carousel .item .content-details {
  z-index: 1000;
  position: relative;
}

.home1 .carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 0;
  right: 0;
}

.home1 #first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}

.home1 #first-slider h1 {
  color: #243a4f;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.home1 #first-slider h1 span {
  color: #243a4f;
}

.home1 #first-slider .p {
  padding-top: 40px;
  text-align: center;
  color: #243a4f;
}

.home1 #first-slider a.sl-btn {
  background: #ff6c39;
  color: #ffffff;
  display: inline-block;
  padding: 14px 45px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.home1 #first-slider a.sl-btn i {
  font-weight: 700;
  margin-left: 12px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  left: 0;
}

.home1 #first-slider a.sl-btn:hover i {
  left: 10px;
}

.home1 #first-slider .p a {
  text-decoration: underline;
}

.home1 .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.home1 .carousel-fade .carousel-inner .item,
.home1 .carousel-fade .carousel-inner .active.left,
.home1 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.home1 .carousel-fade .carousel-inner .active,
.home1 .carousel-fade .carousel-inner .next.left,
.home1 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.home1 .carousel-fade .carousel-inner .next,
.home1 .carousel-fade .carousel-inner .prev,
.home1 .carousel-fade .carousel-inner .active.left,
.home1 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.home1 .carousel-fade .carousel-control {
  z-index: 2;
}

.home1 .carousel-control .fa-angle-right,
.home1 .carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.home1 #first-slider {
  overflow-X: hidden;
}

.home1 #first-slider:hover .carousel-control .fa-angle-left {
  left: 0;
}

.home1 #first-slider:hover .carousel-control .fa-angle-right {
  right: 0;
}

.home1 .carousel-control .fa-angle-left,
.home1 .carousel-control .fa-angle-right {
  left: 0px;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  font-size: 30px;
  color: #ffffff;
  background: #243a4f;
  line-height: 100px;
  transition: all 0.8s ease 0s;
}

.home1 .carousel-control .fa-angle-right {
  left: auto;
  right: 0px;
}

.home1 .hvr-ripple-out::before {
  border: 2px solid;
}

.home1 .carousel-control .fa-angle-left:hover,
.home1 .carousel-control .fa-angle-right:hover {
  background: #ff6c39;
}

.home1 .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.home2 #rs-header .menu-area.header2 {
  position: absolute;
  background: transparent;
  z-index: 9;
  width: 100%;
}

.home2 #rs-header .menu-area.header2 .logo-area .sticky-logo {
  display: none;
}

.home2 #rs-header .menu-area.header2 #main-nav li a {
  color: #ffffff;
}

.home2 #rs-header .menu-area.header2 #main-nav li a:hover {
  color: #ff6c39;
}

.home2 #rs-header .sticky .main--logo {
  display: none;
}

#rs-header .menu-area #main-nav ul li:last-child .submenu {
  text-align: right;
}

.home2 #rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
  color: #ffffff;
}

.home2 #rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
  color: #ffffff;
}

.home2 #rs-header .menu-area .submenu {
  background: #243a4f !important;
}

.home2 #rs-header .menu-area .submenu li a {
  color: #ffffff !important;
}

.home2 #rs-header .menu-area .submenu li a:hover {
  color: #ff6c39 !important;
}

#rs-header .menu-area #main-nav.stellarnav.mobile {
  max-height: 490px;
  overflow-y: auto;
}

#rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
  color: #fff;
  background: #3F51B5;
}

#rs-header .menu-area #main-nav ul li.has-sub:hover a:before {
  transform: rotate(180deg); /* rotates arrow down */
}

#rs-header .menu-area #main-nav ul li.has-sub a:before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 12px;
    width: 14px;
    height: 14px;
   background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8m5.904 2.803a.5.5 0 1 1-.707-.707L9.293 6H6.525a.5.5 0 1 1 0-1H10.5a.5.5 0 0 1 .5.5v3.975a.5.5 0 0 1-1 0V6.707z'/></svg>") no-repeat center;

    background-size: contain;
    color: white; /* ✅ this makes the icon itself white */
}





#rs-header .menu-area #main-nav ul li a:after {
  display: none;
}


/* ------------------------------------
    05. Slider area start here 
---------------------------------------*/
.slider-main {
  position: relative;
  overflow: hidden;
}

.slider-main .item:after {
  background: rgba(36, 58, 79, 0.9);
  /* Old Browsers */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.slider-main .item img {
  width: 100%;
  height: 100vh;
}

.slider-main .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
}

.slider-main .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  text-align: center;
  background: #243a4f;
}

.slider-main .owl-nav .owl-prev i {
  font-size: 32px;
  width: 60px;
  height: 104px;
  line-height: 104px;
  border: 1px solid #243a4f;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.slider-main .owl-nav .owl-prev:hover i {
  color: #ff6c39;
}

.slider-main .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  text-align: center;
  background: #243a4f;
}

.slider-main .owl-nav .owl-next i {
  font-size: 32px;
  width: 60px;
  height: 104px;
  line-height: 104px;
  border: 1px solid #243a4f;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.slider-main .owl-nav .owl-next:hover i {
  color: #ff6c39;
}

.slider-main .inner-slider {
  max-width: 1170px;
  margin: 0 auto;
}


.slider-main .dsc p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 25px;
}

.slider-main .dsc a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 26px;
  padding: 15px 60px;
}

.slider-main .dsc .btn1 {
  transform: skewX(-19deg);
  left: 40%;
  position: absolute;
}

.slider-main .dsc .btn1 span {
  transform: skewX(19deg);
  position: relative;
  display: block;
}

.slider-main .dsc .btn2 {
  transform: skewX(-19deg);
  right: 40%;
  position: absolute;
}

.slider-main .dsc .btn2 span {
  transform: skewX(19deg);
  position: relative;
  display: block;
}

.slider-main .dsc .btn2:hover {
  background: #243a4f;
}



.slider-home {
  position: relative;
  overflow: hidden;
}

.slider-home .item img {
  width: 100%;
  height: 100vh;
}


/* -----------------------
    22. Scroll Up
--------------------------*/
#scrollUp {
  position: fixed;
  bottom: 150px;
  right: 9px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:linear-gradient(90deg, #4d4d4e 0%, #ff9800 100%);
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 100;

  /* hidden by default */
  visibility: hidden;
  opacity: 0;
}

/* show when active */
#scrollUp.active {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}


/* tooltip */
#scrollUp .tooltip-accessibility {
  position: absolute;
  right:48px;
  top: 50%;
  transform: translateY(-50%);
  background:linear-gradient(90deg, #4d4d4e 0%, #ff9800 100%);
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  font-size: 13px;
}

/* tooltip show */
#scrollUp:hover .tooltip-accessibility {
   opacity: 1;
    transform: translateY(-50%) translateX(-8px);
}

/* arrow pointer */
#scrollUp:hover::before {
  content: "";
    position: absolute;
    right:49px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
     border-color: transparent #ff9800 transparent transparent;
    transition: opacity 0.4s ease;
}





#main-banner {
  height: 100vh;
  position: relative;
  background: url(images/parallax/slide_1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------------------------------
    31. Case Study
-------------------------------------*/
.rs-case-study .portfolio-filter {
  margin-bottom: 30px;
  text-align: center;
}

.rs-case-study .portfolio-filter button {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 1px solid #ff6c39;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 11px 15px 0;
  padding: 6px 14px;
}

.rs-case-study .portfolio-filter button:hover,
.rs-case-study .portfolio-filter button.active {
  background: #ff6c39;
  color: #ffffff;
}

.rs-case-study .portfolio-item {
  position: relative;
  overflow: hidden;
}

.rs-case-study .portfolio-item .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.rs-case-study .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}

.rs-case-study .portfolio-item .portfolio-img img {
  width: 100%;
}

.rs-case-study .portfolio-item a {
  cursor: pointer;
}

.rs-case-study .portfolio-item a .fa {
  display: inline-block;
  font-size: 30px;
  color: #ff6c39;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.rs-case-study .portfolio-item a .fa:hover {
  opacity: 0.6;
}

.rs-case-study .portfolio-item a.case-link {
  margin-left: 6px;
}

.rs-case-study .portfolio-item .p-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 25px;
  color: #ffffff;
  margin-bottom: 0;
}

.rs-case-study .portfolio-item .p-title a {
  color: #ffffff;
}

.rs-case-study .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.rs-case-study .portfolio-item .p-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}

.rs-case-study .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}



/* ----------------------------------
    36. Preloader CSS
-------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}


/* ----------------------------------
    38. Skill CSS
-------------------------------------*/
.rs-skills {
  padding: 100px 0;
}

.rs-skills .rs-team-details {
  padding: 0px !important;
}

.rs-skills .rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
  height: 40px;
}

.rs-skills .rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
  height: 40px;
  line-height: 40px;
}

.rs-skills .rs-team-details .cl-skill-bar .skillbar .skillbar-title {
  height: 40px;
  line-height: 40px;
}


.hd-logo {
  height: 100px;
  float: left;
  margin-top: -5px;
}

.hd-logo-tw {
  height: 80px;
}

#main-slide .owl-item img {
  width: 100%;
  height:100%;
  object-fit: cover;
}

#main-slide .owl-nav {
  display:none !important;
}

#main-slide .owl-dots {
  position: absolute;
  bottom: 50%; /* adjust as needed */
  right: 1%;
  display:grid;
  justify-content: center;
  z-index: 100;
}

/* Default dot style */
#main-slide .owl-dots .owl-dot {
  margin:4px;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

/* Base dot style */
#main-slide .owl-dots .owl-dot span {
  display: block;
  width: 25px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin:5px;
}

/* Active and hover state */
#main-slide .owl-dots .owl-dot.active span,
#main-slide .owl-dots .owl-dot:hover span {
  width: 45px;
  background: #ff9800;
}



.get-quote {
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  width: auto;
  text-align: center;
  top: 0px;
}

.get-quote a {
  color: #fff;
}

.topserbtn {
  height: 33px;
  position: absolute;
  right: 0;
}

.header-search-icon {
  background: none;
  border: none;
}

.sliderbg {
  width: 100%;
  height: 100%;
  Position: relative;
  background: url(../images/bodybg.jpg) repeat;
}

.notebook {
  height: 100%;
  width: 70%;
  margin: 22% 0 0 10%;
}

.notecontent {
  padding: 20px 0;
  background: #ccc;
  margin: 3%;
  padding: 10px;
  border-radius: 10px;
  Position: relative;
  height: 100px;
}

.notecontent:nth-child(3n+1) {
  background-color: #e3b016d9;
  /* light red */
}

.notecontent:nth-child(3n+2) {
  background-color: #5f5edbb0;
  /* light green */
}

.notecontent:nth-child(3n) {
  background-color: #2196f396;
  /* light blue */
}

.last-notecontent {
  border-bottom: none !important;
}

.notecontent h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2e3192;
  padding-top: 10px;
}

.notecontent h5 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.notecontent h6 {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.notecontent img {
  height: 90px;
  width: 90px;
  float: left;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 50%;
  object-fit: contain;
  background: #ffffff;
  position: absolute;
  left: -50px;
  top: 5%;
}

.content-pding {
  padding: 13px 0 0 28px;
}

.notice {
  width: 100%;
  padding: 14px 14px 14px 2px;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 2;
  border-right: 1px solid #fff;
}

.notice:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 22px;
  right: -12px;
}

.important {
    padding: 100px 0 100px 0;
    Position: relative;
    background: url(../../../assets/user/images/bg1.png) no-repeat;
    background-position: 100% 100%;
}

.important-leftimg {
    width: 100%;
    height: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #ffffff2e;
	 overflow: hidden;
  transition: all 0.5s ease;
}




.categories-item {
    position: relative;
    display: flex;
   padding: 40px 20px;
    background-color: #fff;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    align-items: center;
    border: 1px solid #e9e9e9;
}

/* Pseudo-element for background animation */
.categories-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
background: #ffffff;
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 34%, rgba(255, 152, 0, 1) 99%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
    z-index: -1;
}

/* Hover effect - fill from left to right */
.categories-item:hover::after {
    transform: scaleX(1);
}

.categories-item .icon-box {
    width:25%;
}

/* Icon styling */
.categories-item .icon-box img {
    height:80px;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
}

/* Text styling */
.categories-item .content {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease;
	 width:75%;
}

.categories-item .content h5,
.categories-item .content p {
    transition: color 0.4s ease;
}

.categories-item .content h5 {
    font-size: 25px;
    color: #040404;
    font-weight: 500;
}

.categories-item .content p {
    color: #040404;
}

/* Change text and icon color when hovered */
.categories-item:hover .content h5,
.categories-item:hover .content p {
    color: #000;
}

.categories-item:hover .icon-box img {
    filter: brightness(0.1);
}


 .categories-item a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #FF9800;
	font-size: 30px;
    color: #ff9800; /* optional — customize icon color */
}

.categories-item:hover a i {
    font-size: 30px;
    color: #ff9800; /* optional — customize icon color */
    transition: transform 0.5s ease;
}

/* When hovering the whole box, rotate the icon */
.categories-item:hover a i {
    transform: rotate(45deg);
}






.imp-left-sec {
    position:relative;
}

.imp-left-sec h4 {
    position: absolute;
    top: 69%;
    left: 60%;
    background: #fff;
    padding: 20px 0 20px 30px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    text-align: left;
    font-size: 20px !important;
    color: #bf6902;
    font-weight: 500;
    border-left: 14px solid #FF9800;
    box-shadow: -17px -20px 15px #00000080;
}

.imp-right-sec {
    Position: relative;
    margin: 0 0 0 40px;
}



.imp-right-sec h3 {
    Position: relative;
    color: #ff9800;
    font-size: 30px;
    font-weight: 600;
}

.shadowbg {
  height: 100%;
  width: 1px;
  background: #ffffff;
  box-shadow: 2px 4px 5px #8f8d8d;
  margin: 0 auto;
  Position: relative;
}


.shadowbg:before {
  position: absolute;
  content: "";
  background: url(../images/spiral.png) repeat-y;
  width: 70px;
  height: 100%;
  left: -12px;
}

.mission-box {
  background: #fff;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.vision-box {
  background: #fff;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.objective-box {
  background: #fff;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.other-link {
  padding: 20px 0;
  background: url(../images/bg.png)repeat;
  background-attachment: fixed;
  position: relative;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(50, 108, 132);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 7px rgba(50, 108, 132);
}


.gific {
  height: 25px;
}

.mdline {
  border-left: 1px solid #ccc;
}

.gallery {
  background: #dadbfb url(../images/banbg.png) no-repeat;
  padding: 50px 0;
  background-attachment: fixed;
  background-size: cover;
  Position: relative;
  margin-bottom: 20px;
  background-blend-mode: difference;

}

.gallery:before {
  position: absolute;
  content: "";
  background: #4aa2ff66;
  right: 0;
  height: 100%;
  width: 28%;
  top: 0;
}

.gallery:after {
  position: absolute;
  content: "";
  background: #4aa2ff66;
  left: 0;
  height: 100%;
  width: 29%;
  top: 0;
}

.social-box-inner {
  Position: relative;
  z-index: 1;
}


.galery-content-inner {
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
}

/*.gallery:after
{
    position: absolute;
    content: "";
    background: url(../images/parallax/img2.png)no-repeat;
    right: 0;
    height: 157px;
    width: 374px;
    margin-top:28%;

}*/

#mainnav ul {
  position: fixed;
  bottom: 40px;
  font-weight: 400;
  z-index: 100;
  min-width: 10em;
}

#mainnav li {
  list-style: none;
  margin: 0.5em 0 0;
  font-size: 12px;
}



#mainnav li.invisible {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

#mainnav li.animate {
  opacity: 0;
  animation-duration: 0.25s;
  animation-name: easeOutBounce;
  animation-fill-mode: forwards;
}

#mainnav a {
  text-decoration: none;
  color: #da0811;
}

#mainnav i {
  border: 1px solid #da0811;
  padding: 5px 4px 3px 3px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 17px;
}

#mainnav span {
  color: #fff;
  padding: 0.35em;
  margin-left: 0.5em;
  border-radius: 0.2em;
  font-size: 14px;
  transition: 0.3s;
  background: #2e3192;
  opacity: 100;
  position: relative;
}

#mainnav span:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -0.4em;
  top: 50%;
  margin-top: -0.5em;
  border-style: solid;
  border-width: 0.5em 0.5em 0.5em 0;
  border-color: transparent #2e3192 transparent transparent;
}

/* Imitates jQuery UI's ease-out-bounce animation effect */
@keyframes easeOutBounce {
  0% {
    font-size: 0;
  }

  37% {
    font-size: 1.75em;
  }

  55% {
    font-size: 1.3125em;
  }

  73% {
    font-size: 1.75em;
  }

  82% {
    font-size: 1.6275em;
  }

  91% {
    font-size: 1.75em;
  }

  96% {
    font-size: 1.715em;
  }

  100% {
    font-size: 1.75em;
    opacity: 1;
  }
}


.notification h3 {
  background: #266402;
  color: #fff;
  padding: 5px 10px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 3px 4px #000000;
}

.twit-dv {
  margin-top: -7px;
}

.ga-content {
  background: #fff;
  padding: 10px;
  min-height: 420px;
  width: 100%;


}

.ph-content {
  min-height: 285px;
}

.line {
  position: relative;
  display: block;
  background: transparent;
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #000;
  margin-left: 20%;
  margin-top: 0px;
}

.image-popup {
  position: absolute;
  top: 35%;
  left: 45%;
  height: 10px;
  width: 10px;
}



.photo-sec {
  background: #fff;
  box-shadow: 0px 2px 8px -4px #ccc;
  padding: 15px;
  border-radius: 15px;
  margin-top: 6px;
}

.fabook {
  color: #3a47ed;
}

#scroll-div {
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
  height: 200px;
}

#scroll-div div {
  display: block;
  margin-bottom: 10px;
}

.item:last-child {
  margin-bottom: 0px;
}

.prs-btn {
  float: right;
  margin: 50px;
}

.next-prev {
  background: #da0811;
  border: none;
  padding: 5px 20px;
  color: #fff;
}


.userlink-sec {
  padding: 10px 0;
}

.userlink-container {
  width: 25%;
  margin: 0 auto;
}

.footer {
 background: #d3cdcd;
  background-size: 100%;
  position: relative;
  color: #fff;
}

.footer-inner {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
    border-top: 1px solid #3333333b;
}

.footer-inner ul {
  padding: 0 0 0 15px;
  list-style: none;
}

.footer-inner p {
  color: #333;
}

.footer-inner p a {
  color: #333;
}

.footer-inner p a:hover {
  color: #000;
}


.footer-inner h5 {
  color: #333;
}

.footer-inner i {
  color: #FF9800;
  font-size: 20px;
}

.footer h4 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}



.footer ul li {
  padding: 4px 0;
}

.footer ul li a {
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}


.footer ul li a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -18px;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffc107' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/></svg>");
  background-repeat: no-repeat;
  background-size: 1em 1em;
}



.footer ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}



.ft-social {
  margin-top: 10px;
}

.facebook {
  background: #3e89e0 !important;
  border: none !important;
  height: 25px !important;
  width: 30px !important;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
}

.facebook:hover {
  background: #3e89e0 !important;
  border: none !important;
  height: 25px !important;
  width: 30px !important;
  line-height: 30px;
  text-align: center;
  color: #fff !important;
}

.twitter {
  background: #6a59e0 !important;
  border: none !important;
  height: 25px !important;
  width: 30px !important;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
}

.twitter:hover {
  background: #6a59e0 !important;
  border: none !important;
  height: 25px !important;
  width: 30px !important;
  line-height: 30px;
  text-align: center;
  color: #fff !important;
}


.youtube {
  background: #bd0922 !important;
  border: none !important;
  height: 25px !important;
  width: 25px !important;
  line-height: 24px;
  border-radius: 50%;
}

.copyright {
  background: #454340;
  padding: 8px 0 0 0;
  color: #fff;
}

.ga-zoom {
  background: #ffffffb0;
  padding: 5px;
}

.nav-tabs .nav-link {
  background: #2e3192 !important;
  color: #fff !important;
  padding: 11px;
  border: 1px solid #fff;
}



#toggle {
  background: rgb(174 14 14);
  background: linear-gradient(269deg, rgba(2, 0, 36, 1) 0%, rgb(13 27 95) 21%, rgb(172 15 15) 79%);
  padding: 5px;
  margin: -45px 0 0 0;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  left: 8px;
  width: 13%;
  text-align: center;
  font-weight: 600;
}

#toggle div {
  width: 100%;
  height: 5px;
  background: #000;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle img {
  height: 25px;
}



#menu {
  color: white;
  border: 1px solid #da0d15;
  width: 470px;
  height: 400px;
  padding: 10px;
  border-radius: 3px;
  line-height: 20px;
  text-align: left;
  top: 660px;
  left: 10px;
  display: none;
  position: absolute;
  z-index: 10000;
  background: #080768e6;
  box-shadow: 1px 1px 12px 3px #333;
}

#menu:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  border-bottom: 10px solid #ba0e15;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 18px;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  display: block;
  padding: 5px;
}

#menu ul li i {
  padding: 0 5px;
}

#menu ul li a {
  color: #fff;
}

.blink {
  animation: blink 1s linear infinite;
  padding: 0 0 0 15px;
}

@keyframes blink {
  0% {
    color: #d10a13;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#wrap {
  /* display: inline-block; */
  position: relative;
  float: right;
  padding: 0;
  position: relative;
}

.shre-ic {
  font-size: 15px;
  color: #fff;
  padding: 0 5px;
}

.link-icon {
  float: left;
}

.border-bottom1 li {
  border-bottom: 1px dotted #ccc;
  padding: 7px 1px !important;
}

.btn-view {
  background: #0c1097;
  padding: 4px;
  border-radius: 6px;
  color: #fff;
}

.loading-spinner {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  top: 50%;
  width: 90px;
  height: 90px;
  z-index: 1;
  background: url(../images/loader.gif) center no-repeat;
  background-size: contain;
  /*animation: spinning 1.5s infinite ease-in-out;*/
  background-blend-mode: difference;
}

/*.loading-spinner:after {
	content:"";
	position:absolute;
	width:120px;
	height:120px;
	background-color:rgba(0,0,0,0);
	border-radius:100%;
	margin:-15px;
	box-shadow: 0 4px 0 0 #000;
	transition: all 1s linear;
	animation: lds-eclipse 1s linear infinite;
}*/



@keyframes spinning {
  0% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1) translateZ(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#main-slide {
  width: 100% !important;
}





@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.rainbow {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(6, 182, 83, 0) 0%, rgba(7, 97, 191, 1) 100%);

  &::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 100%;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: radial-gradient(circle, rgba(6, 182, 83, 1) 0%, rgba(7, 97, 191, 1) 100%);
    animation: rotate 10s linear infinite;
  }

  &::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(120% - 10px);
    background: white;
    border-radius: 24px;
  }
}

.heading {
  background: url(../images/sliderbg.jpg)repeat;
  box-shadow: 1px 2px 8px 1px #ccc;
}

.heading h3 {
  padding: 55px 0;

}

.hdinner {
  background: url(../images/innerpage-bg.png)no-repeat right;
}

.gallery-carousel .owl-dot {
  display: none !important;
}

.gallery-carousel .owl-item img {
  width: 100%;
  height: 365px;
  padding: 0;
  object-fit: cover;
}

.gallery-carousel .owl-nav {
  display: block !important;
}

.gallery-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-next {
  cursor: pointer;
  background: #ffc107;
  padding: 3px 8px;
  color: #000 !important;
  font-size: 20px;
  position: absolute;
  top: -75px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:none!important;
}

.gallery-carousel .owl-nav .owl-prev {
  left: 90%;
}

.gallery-carousel .owl-nav .owl-next {
  left: 95%;
}

.gallery-carousel .owl-nav .owl-prev:hover,
.gallery-carousel .owl-nav .owl-next:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.main {
  padding: 30px 0;
}

.main p {
  text-align: justify;
}

.main img {
  height: 225px;
  padding: 12px;
  border: 1px solid #ccc;
  width: 100%;
}

.inerimgtp {
  height: 120px;
  border: 1px solid #ccc;
  position: absolute;
  content: '';
  top: -3px;
  left: 11px;
  background: #8b98cc;
  width: 120px;
  z-index: -100;
}

.inerimgbtm {
  height: 120px;
  border: 1px solid #ccc;
  position: absolute;
  content: '';
  top: 110px;
  right: 10px;
  background: #5168c4;
  width: 120px;
  z-index: -100;
}

.main h3 {
  width: 100%;
  margin: 10px 0;
}

tbody,
th,
thead {
  background: #7973c3 !important;
}

.chart-img {
  height: 100% !important;
  width: 70% !important;
  margin: 0 auto;
}

.directory-img {
  height: 100px !important;
  padding: 10px !important;
  margin: 10px;
  width: 75% !important;
}

.g-img {
  height: 150px !important;
}

.add {
  width: 100%;
  height: 45px;
}

.add i {
  font-size: 20px;
  color: #2f7de6;
}

.add-ic {
  width: 10%;
  float: left;
}

.add-txt {
  width: 80%;
  float: left;
  margin-left: 1%;
}

.con-map {
  border: 1px solid #ccc;
  padding: 10px;
}

.con-ad {
  background: #eeebeb;
  padding: 5px 10px 20px 10px;
  margin: 4px 0;
  border-right: 2px;
  border-left: 2px;
  border-style: solid;
  border-top: 2px;
  border-bottom: 2px;
  /* 	border-image: linear-gradient(to bottom, #ccc, #555 66%, #181818) 1 100%; */
  border-image: linear-gradient(to bottom, #eee, #ccc, #eee) 1 100%;
}

.con-ad h5 {
  margin: 0 0 10px 0;
}



.sdic {
  height: 15px;
}


.rdmr {
  background: #078b51;
  padding: 9px 10px;
  color: #fff;
  border-radius: 10px;
}

.abimg {
  height: 340px;
  border: 1px solid #ccc;
  padding: 15px;
  /* margin-top: 20px; */
  float: left;
  margin-right: 10px;
  width: 90%;
  object-fit: cover;
  Position: relative;
  animation: wobble 7s ease-in infinite;
}

.about-img {
  Position: relative;
}

.about-img::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -3px;
  background: #fff;
  border-radius: 20px;
  width: 95%;
  height: 353px;
  transform: rotate(354deg);
  z-index: 0;

}


@keyframes wobble {
  0% {
    transform: translateY(0%);
  }

  15% {
    transform: translateY(-5%);
  }

  30% {
    transform: translateY(5%);
  }

  45% {
    transform: translateY(-2%);
  }

  60% {
    transform: translateY(3%);
  }

  75% {
    transform: translateY(-1%);
  }

  100% {
    transform: translateY(0%);
  }
}



.mission-sec {
  display: flex;
  width: 100%;
}

.mission-sec .boox {
  position: relative;
  width: 34%;
  padding: 5px 0px;
  overflow: hidden;
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}



.mission-sec .boox .icon {
  position: relative;
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700px;
  transition: 1s;
  margin-right: 15px;
  padding: 0 15px !important;
  border-radius: 50%;
  margin-top: 5px;
}

.mission-sec .boox .icon img {
  height: 35px;
  border-radius: 50%;
}

.mission-sec .boox:nth-child(1) .icon {
  box-shadow: 0 0 0 0 #8f70f3;
  background-color: #8f70f3;
}

.mission-sec .boox:nth-child(1):hover .icon {
  box-shadow: 0 0 0 400px #8f70f3;
  background-color: #8f70f3;
}

.mission-sec .boox:nth-child(2) .icon {
  box-shadow: 0 0 0 0 #ffc107;
  background-color: #ffc107;
}

.mission-sec .boox:nth-child(2):hover .icon {
  box-shadow: 0 0 0 400px #ffc107;
  background-color: #ffc107;
}

.mission-sec .boox:nth-child(3) .icon {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: #2196f3;
}

.mission-sec .boox:nth-child(3):hover .icon {
  box-shadow: 0 0 0 400px #2196f3;
  background-color: #2196f3;
}

.mission-sec .boox .content {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.mission-sec .boox:hover .content h3 {
  color: #fff;
}

.mission-sec .boox .content h3 {
  font-size: 20px;
  margin: 10px 0;
  background: transparent;
  color: #686be9;
}

.bx-border-right {
  border-right: none !important;
}

.services {
  width: 100%;
  margin: 0 auto;
}

.box-a {
  background: rgb(240 121 1);
  color: #ddd;
  padding: 15px;
  position: relative;
  margin: 20px 0 0 0;
}

.box-a:hover {
  background: #ccc;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-a:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid #c8c8c8;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}

.box-a i {
  font-size: 35px;
  background: #266402;
  padding: 18px;
  border-radius: 100%;
  color: #fff;
}

.box-a h3 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;
  color: #fff;
  line-height: 65px;
}

.box-a h3:hover {
  color: #266402;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-a:hover i {
  background: #fff;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  color: #266402;
}

.box-b {
  background: rgb(0 147 61);
  color: #ddd;
  padding: 15px;
  position: relative;
  margin: 20px 0 0 0;
}

.box-b:hover {
  background: #ccc;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-b:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid #c8c8c8;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}

.box-b i {
  font-size: 35px;
  background: #266402;
  padding: 18px;
  border-radius: 100%;
  color: #fff;
}

.box-b h3 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;
  color: #fff;
  line-height: 65px;
}

.box-b h3:hover {
  color: #266402;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-b:hover i {
  background: #fff;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  color: #266402;
}


.box-c {
  background: rgb(29 37 83);
  color: #ddd;
  padding: 15px;
  position: relative;
  margin: 20px 0 0 0;
}

.box-c:hover {
  background: #ccc;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-c:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid #c8c8c8;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}

.box-c i {
  font-size: 35px;
  background: #266402;
  padding: 18px;
  border-radius: 100%;
  color: #fff;
}

.box-c h3 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;
  color: #fff;
  line-height: 65px;
}

.box-c h3:hover {
  color: #266402;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-c:hover i {
  background: #fff;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  color: #266402;
}


.box-d {
  background: rgb(23 127 121);
  color: #ddd;
  padding: 15px;
  position: relative;
  margin: 20px 0 0 0;
}

.box-d:hover {
  background: #ccc;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-d:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid #c8c8c8;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}

.box-d i {
  font-size: 35px;
  background: #266402;
  padding: 18px;
  border-radius: 100%;
  color: #fff;
}

.box-d h3 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;
  color: #fff;
  line-height: 65px;
}

.box-d h3:hover {
  color: #266402;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.box-d:hover i {
  background: #fff;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  color: #266402;
}


body.dark {
  background-color: #292c35;
}

body.dark h1,
body.dark a {
  color: #fff;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {
  color: #f1c40f;
}

.fa-sun {
  color: #f39c12 !important;
}

.checkbox-label .ball {
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 4px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}

.socialtb {
  position: relative;
  margin-left: 40px;
  display: flex;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #078b51;
  margin-left: 45%;
}

.newsbg {
  width: 100%;
  position: relative;
  padding: 0;
  box-shadow: 1px 2px 16px #cccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsbg:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 60%;
  left: -3%;
  background: linear-gradient(90deg, rgb(78 81 229) 1%, rgb(251 207 125 / 98%) 100%);
  transform: skew(17deg);
  height: 100%;
}

.newsbg img {
  height: 30px;
}

.newsbg #controls {
  float: right;
  height: 16px;
  position: relative;
}

#newscontent {
  padding: 17px 0;
  color: #fff;
}

.icon {
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  fill: #000 !important;
  padding-top: 10px;
  margin-top: 13px;
}


nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -35px;
  left: -40%;
  border: 10px solid transparent;
  border-top-color: #ffc107;
}


.tab-pane ul {
  list-style: none;
}


.bdr {
  border-right: 1px solid #ccc;
}


.bdimg1 {
  position: fixed;
  top: 20%;
  left: -10%;
  opacity: .5;
  z-index: -1;
}

.bdimg2 {
  position: fixed;
  top: 30%;
  right: -10%;
  opacity: .5;
  z-index: -1;
}

.bdimg3 {
  position: fixed;
  top: -10%;
  right: 30%;
  opacity: .5;
  z-index: -1;
}


.flex-cradle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.slider-cradle {
  display: flex;
  width: 50px;
  text-align: center;
  border-radius: 60px;
  background: #000;
  height: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
  transition: background ease-in-out 0.5s;
  top: 3px;
  cursor: pointer;
}

.slider-cradle .option-1 {
  width: 50%;
}

.slider-cradle .option-2 {
  width: 50%;
}

.slider-cradle .handle {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background: white;
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  transition: transform cubic-bezier(1, 0.11, 1, 1.04) 400ms;
}

.slider-cradle div {
  line-height: 25px;
  color: white;
  font-weight: 500;
}

.slider-cradle.is-transitioned {
  background: #000;
  border-radius: 60px;
}

.slider-cradle.is-transitioned .handle {
  transform: translateX(25px);
}


.magnific-img i {
  position: absolute;
  top: 80%;
  left: 83%;
  background: #f3f1f1;
  padding: 9px 14px;
  border-radius: 50%;
  color: #4047db;
  width: 50px;
  height: 50px;
  font-size: 20px;
}


.tnderdt {
  color: #f03c3c;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
}

.admnlgimg {
  height: 35px;
  padding: 3px 8px 6px;
}

.midsec {
  background: #078b51e8;
  padding: 20px 0;
  color: #fff;
}

.linksection {
    background:#d3cdcd;
    padding:40px 0;
}


.linksection h5 {
  text-align: center;
  padding: 10px 0;
  color: #078b51;
  font-size: 12px;
}

.link-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.link-carousel .owl-item img {
    width: 100%;
    height: 80px;
    border: 1px solid #d5d5d5;
    padding: 8px;
    object-fit: contain;
	background: #fff;
	border-radius:10px;
}

.link-carousel .owl-nav {
  display: none !important;
}
.link-carousel .owl-dot {
  display: none !important;
}

.link-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  background: #078b51;
  padding: 5px 8px;
  color: #ffffff !important;
  font-size: 20px;
  position: absolute;
  bottom: 33%;
  left: -1%;
}

.link-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  background: #078b51;
  padding: 5px 8px;
  color: #ffffff !important;
  font-size: 20px;
  position: absolute;
  bottom: 33%;
  right: -1%;
}

.socialdiv {
  background: #ffffffab;
  padding: 30px 15px;

}

.gal-pading {
  Position: relative;
}

.gal-pading h4 {
  Position: relative;
}

.gal-slide {
  position: relative;
  overflow: hidden;
  /*  border:1px solid #fbfbfb; */
}

.galery-box {
  padding: 5px;
}

.galery-box:before {
  position: absolute;
  height: 58px;
  width: 60px;
  content: "";
  top: 0;
  left: 0;
  background: #ffc107;
}

.galery-box:after {
  position: absolute;
  height: 58px;
  width: 60px;
  content: "";
  bottom: 0;
  right: 0;
  background: #ffc107;
  z-index: -1;
}


.gal-slide img {
  transition: transform .4s;
  Position: relative;
  padding: 10px;
}

.gal-slide:hover img {
  transform: scale(1.1);
}


.gal-slide h2 {
  width: 100%;
  position: absolute;
  top: 60%;
  opacity: 1;
  background: linear-gradient(181deg, #ffc10700 1%, rgb(0 0 0) 100%);
  transition: transform .8s, opacity .8s;
  text-align: center;
  height: 40%;
  color: #fff;
  padding-top: 65px;
  font-size: 21px !important;
  font-weight: 500;
}

.gal-slide:hover h2 {
  opacity: 1;
}

.gal-slide-two {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d3d3d3;
}

.gal-slide-two img {
  transition: transform .4s;
  Position: relative;
  padding: 10px;
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.gal-slide-two:hover img {
  transform: scale(1.1);
}



.nav-tabs {
  border-bottom: none !important;
}

.socialtb .nav-link {
  color: #000 !important;
  background-color: #fff !important;
  border: none;
  padding: 5px 10px;
 margin: 0 1px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.socialtb .nav-link.active {
  color: #0e0e0e !important;
  background-color: #ffc107 !important;
  border: none;
  padding: 5px 10px;
}

.accessbility-tools {
  Position: fixed;
  right: 0;
  top: 300px;
  z-index: 10;
}

.accessbility-tools ul {
  list-style: none;
}

.accessbility-tools ul li {
  display: block;
  padding: 7px 0;
}

.accessbility-tools ul li a {
  color: #fff;
  font-size: 22px;
  background: #34356a;
  padding: 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1px 2px 5px #6e6e6e;
  transition: .5s;
}

.accessbility-tools ul li a:hover {
  color: #000;
  font-size: 22px;
  background: #ffb971;
  padding: 8px;
}

.modal-backdrop {
  background-color: transparent !important;
}

.access-modal-dialog {
  margin-right: 5% !important;
  margin-top: 300px;
  position: relative;
}

.access-modal-dialog:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #34356a;
  right: -9px;
}

.search-modal-dialog {
  margin-right: 5% !important;
  margin-top: 300px;
  position: relative;
}

.search-modal-dialog:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #34356a;
  right: -9px;
  margin-top: 50px;
}

.phone-modal-dialog {
  margin-right: 5% !important;
  margin-top: 350px;
  position: relative;
}

.phone-modal-dialog:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #34356a;
  right: -9px;
  margin-top: 50px;
}



.modal-backdrop.show {
  display: none !important;
}

.modal-content {
  border: 1px solid #e2e2e3;
}

.modal-title {
  font-weight: 400;
}

/**********day---night**********/
.toggle-button {
  padding: 10px 20px;
  border: none;
  background-color: #b3b3b3;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.toggle-button:hover {
  background-color: #999;
}

.dark-mode {
  background-color: #333 !important;
  color: #f0f0f0 !important;
}

.btn-design {
  padding: 5px 50px;
  background-color: #5354e1c9;
  color: #ffffff;
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin: 10px 0;
}

.btn-design-tw {
  background-color: #5354e1c9;
  color: #ffffff;
  border: none;
  width: auto;
  border-radius: 5px;
}

.btn-design-tw:hover {
  background-color: #34356a;
  color: #ffffff;
  border: none;
  width: auto;
  border-radius: 5px;
}

.modal-btn .btn-group .btn {
  background-color: #5354e1c9;
  border: 1px solid #ffffff;
}

.btn-group i {
  font-size: 18px;
  color: #fff;
}

.btn-group {
  width: 100%;
}

.form-range::-webkit-slider-thumb {
  background-color: #34356a;
}

/********login******************/

.login-wraper {
  background: #f5d791b5;
  height: 100vh;
  overflow: hidden;
}

.bg-img {
  background: url(../images/logbg.jpg) top left repeat;
  background-size: cover;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  padding: 30px;
  text-align: center;
}

.bg-img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(36 10 99 / 74%);
}

/* .login-logo {
  height: 200px;
  position: relative;
  margin-top: 20%;
} */

.login-title {
  display: block;
  padding-top: 50px;
  position: relative;
}

.login-title h2,
h3 {
  color: #fff;
}

.login-form {
  width: 50%;
  background: #ffffff70;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 1px 2px 19px #e1c9a4;
  border-radius: 30px;
  Position: relative;
  top: 15%;
}

.login-form .loginLogo {
  position: absolute;
  height: 160px;
  top: -76px;
  left: 37%;
  border-radius: 50%;
  box-shadow: 0px -3px 4px #2c2b2b;
  border: 1px solid #fbe4c1;
  padding: 5px;
}

.login-btn {
  display: block;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  background: #846ee9;
  padding: 8px;
  color: #fff;
  margin-top: 5%;
}

.login-btn:hover {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #ffc107;
  padding: 8px;
  color: #000;
  margin-top: 5%;
}

.login-form p {
  font-weight: 500;
  padding: 15px 0 0 0;
}

.login-form h4 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 8px;
  margin-top: 70px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.line {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  z-index: -888;
}

.line:nth-child(1) {
  margin-left: -40%;
}

.line:nth-child(1)::after {
  animation-delay: 1s;
}

.line:nth-child(3) {
  margin-left: 40%;
}

.line:nth-child(3)::after {
  animation-delay: 2s;
}

.line:nth-child(4) {
  margin-left: -20%;
}

.line:nth-child(4)::after {
  animation-delay: 3s;
}

.line:nth-child(5) {
  margin-left: 20%;
}

.line:nth-child(5)::after {
  animation-delay: 4s;
}

@keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

.forminput {
  padding: 10px !important;
  background: #846ee97d !important;
  border: 1px solid #fff !important;
  position: relative;
}

.forminput:focus {
  box-shadow: 0 0 0 .25rem rgb(243 243 243);
}

.capcha-box {
  position: relative;
  font-weight: 600;
  padding-top: 5px;
}

.capcha-box i {
  position: relative;
  margin-left: 55px;
  font-size: 20px;
}

#captcha-question {
  background: #fff;
  padding: 7px 15px;
  margin-left: 15px;
  font-size: 20px;
}

/* .password-icon {
  content: "\f116";
  position: absolute;
  right: 65px;
  margin-top: -35px;
  font-size: 20px;
  color: #fff;
} */



/***************chat-------****/

.chat-box {
  height: 60%;
  width: 18%;
  position: fixed;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10000;
  box-shadow: 0 0 10px #294478;
  right: -7px;
  bottom: -1%;
  margin: 15px;
  background: #fff;
  border-radius: 15px;
  visibility: hidden;
}

.chat-box-header {

  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 -1px 10px rgba(172, 54, 195, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.025);

}

.chat-box-header h3 {
  font-weight: 400;
  float: left;
  position: absolute;
  padding: 10px;
  background: #5456bf;
  color: #fff;
  font-size: 20px;
  width: 100%;
}

.chat-box-header p {
  float: right;
  position: absolute;
  right: 5px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  margin: 0;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  top: 4px;
}

.chat-box-body {
  height: 78%;
  background: #fff;
  overflow-y: scroll;
  padding: 12px 16px 0 16px;
  margin-top: 55px;
  overflow-x: hidden;
}



.chat-receive-text {
  background: #e8e8f1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px;
  Position: relative;
  font-size: 14px;
}

.receive-text {
  background: #ffffff00;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 21px;
  border: 1px solid #a6a8f2;
  font-size: 14px;
  cursor: pointer;
}

.chat-box-body h5 {
  font-size: 14px;
  word-wrap: break-word;
}

.chat-send-text {
  background: #f9ecde;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px;
  Position: relative;
  font-size: 14px;
}



.chat-box-body-send {
  width: 97%;
  float: right;
  margin-top: 5%;
}

.chat-box-body-send i {
  font-size: 20px;
}

.chat-box-body-send span {
  position: absolute;
  bottom: 6px;
  font-size: 10px;
  right: 20px;
}

.chat-box-body-receive {
  width: 97%;
  float: left;
  margin-top: 5%;
}

.chat-box-body-receive i {
  font-size: 20px;
}

.chat-receive-text ul {
  margin: 0 0 5% 0;
}

.chat-box-body-receive img {
  position: relative;
  float: left;
  height: 35px;
  width: 100%;
  padding: 3px;
  object-fit: contain;
}

.chat-box-body-receive span {
  position: absolute;
  bottom: 6px;
  font-size: 10px;
  right: 20px;
}

.chartalert {
  color: #ffffff !important;
  background: url(../images/chat-bubblebg.png)no-repeat center !important;
  position: fixed !important;
  bottom: 28% !important;
  right: 6% !important;
  z-index: 999 !important;
  width: 205px !important;
  border: none;
  height: 60px;
}

.chartalert p {
  margin-left: 34px;
  line-height: 14px !important;
  color: #000;
  font-size: 12px;
}


.chat-box-body::-webkit-scrollbar {
  width: 5px;
  opacity: 0;
}



.chat-button {
  position: fixed;
  bottom: 70px;
  right: -5px;
  margin: 15px;
  z-index: 100;
}

.chat-button i {
  width: 50px;
  height: 50px;
  display: block;
  background: #9da9f5;
  background: linear-gradient(0deg, rgba(157, 169, 245, 1) 7%, rgba(245, 198, 148, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 50%;
  color: #000;
}

.chat-button:hover i {
  width: 50px;
  height: 50px;
  display: block;
  background: #686be9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
}

.chat-button p {
  color: #fff;
  margin-left: 30px;
  margin-top: 9px !important;
  margin-bottom: 8px;
  font-family: 'Rancho', cursive;
}

.chat-box-footer {
  background: #686be996;
  display: flex;
  align-items: center;
}

.chat-box-footer i {
  font-size: 25px;
  color: #fff;
}

.chat-box-footer input {
  padding: 8px;
  border: none;
  -webkit-appearance: none;
  border-radius: 10px;
  background: #fff;
  margin: 15px 8px;
  font-weight: 400;
  color: #6b6b6b;
  width: 80%;
}

.chatbot-category,
.chatbot-question {
  padding: 5px 20px;
  border-radius: 21px;
  border: 1px solid #a6a8f2;
  font-size: 14px;
  cursor: pointer;
  margin: 3px;
  text-align: center;
}

.chat-send-text>p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.custom-shape-divider-bottom-1751619307 {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-bottom-1751619307 svg {
  position: relative;
  display: block;
  width: calc(101% + 1.3px);
  height: 53px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1751619307 .shape-fill {
  fill: #fff;
}

.custom-shape-divider-bottom-2 {
  position: relative;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  margin-top: -88px;
}

.custom-shape-divider-bottom-2 svg {
  position: relative;
  display: block;
  width: calc(101% + 1.3px);
  height: 53px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-2 .shape-fill {
  fill: #585bb6;
}

.dir-desk {
  padding: 0 30px 0 0;
  position: relative;
  margin-bottom: 65px;
}

.dir-desk p{
    text-align: justify;
}

.dir-desk a
{
	padding-left:0!important;
}

.dir-desk h3 {
  padding: 0 0 30px 0px;
  margin-left: 13px;
}

.dir-desk h4 {
  font-size: 25px !important;
  color: #6260d9;
}

.dir-desk h5 {
  font-size: 18px !important;
  color: #b58a0c;
  padding: 0;
}

.dir-desk img {
  height: 250px;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0 20px 10px 0;
}

.readbtn {
  border-radius: 20px;
  text-transform: uppercase;
  position: absolute;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ffc107;
  padding: 0;
  background-size: 300%;
  transition: all 0.6s;
  width: 100px;
  margin-top: 50px;
  right: 30px;
  height: 40px;
}


.readbtn i {
  font-size: 30px !important;
}


.orange {
  color: #000;
  background-image: linear-gradient(120deg, #ffc107 50%, #0d6efd 50%);
}


.readbtn:hover {
  color: #fff;
  background-position: 100%;
  transform: translateX(0.5rem);
}

.readbtn:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.readbtn-two {
  width: 85px;
  font-size: 14px !important;
}

.readbtn-two i {
  font-size: 22px !important;
}

/************subpage breadcrumb****************/
.innerhead {
  background: #4b4b4c url(../../../assets/user/images/inner-header-img.png) no-repeat right;
    height: 145px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: 112% 85%;
    background-blend-mode: overlay;
}

.innerhead img {
  float: right;
}

.innerhead h3 {
  font-size: 25px;
  color: #fff;
  padding-top: 35px;
  font-weight: 400;
  text-align: left;
  margin-left: 17%;
}

.breadcrmb {
  margin-left: 17%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.breadcrmb li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #ffc107;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(255 255 255 /85%) !important;
}


.main-content {
  display: flex;
  background: #fff;
}

.sidenav {
    width: 300px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background: #111 url(../images/advancing-Healthcare.png) no-repeat;
    overflow-x: auto;
    transition: 0.5s;
    padding-top: 20px;
    background-position: 63% 0%;
    background-size: cover;
    background-blend-mode: color-dodge;
}

.sdnav-icon {
  font-size: 30px;
  color: #000;
  cursor: pointer;
}


.sidenav.open {
  width: 0px;
  /* open state */
}

#main {
  transition: 0.5s;
  padding: 55px 130px 0 0;
  margin-left: 0;
  /* default */
  width: 100%;
  padding-bottom: 80px;
  min-height: 500px;
  Position: relative;
}

/* #main h3 {
  color: #094cbd;
  font-size: 20px;
  font-weight: 600;
} */

#main h4 {
  color: #000;
  font-weight: 600;
}

#main.shifted {
  margin-left: 50px;
}

#main ul li {
  font-size: 15px;
  display: flex;
  /* padding: 0 0 0 17px; */
  position: relative;
}

/* #main ul li::before {
  content: "";
  margin-right: 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #a7a7a6;
  position: absolute;
  top: 7px;
  left: 2px;
  border: 1px solid #3f51b5;
} */

.sidenav a,
.dropdown-btn {
  padding: 6px 20px 6px 35px;
  text-decoration: none;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.dropdown-btn i {
  font-size: 12px;
}

.sidenav a:before {
  Position: absolute;
  content: "+";
  color: #fff;
  margin: 0 -18px;
}

.sidenav .dropdown-btn:before {
  Position: absolute;
  content: "+";
  color: #fff;
  margin: 0 -18px;
}


/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
  color: #f1f1f1;
}

/* You can place this in your CSS file */
.sidenav .dropdown-container {
  display: none;
  padding-left: 20px;
}

.sidenav .dropdown-btn.active+.dropdown-container {
  display: block;
  background: #43437ce0;
}



#calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-top: 20px;
}

.cal-btn {
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #ffc107;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}


.month-name {
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
}

.day {
  padding: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.has-event {
  background-color: #c8e6c9;
}

.today {
  background-color: #6160d5;
  border: 2px solid #fffefc;
  font-weight: bold;
  color: #ffffff;
}

#eventModal {
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 15px;
  width: 100%;
  background: #fff;
  Position: absolute;
  text-align: center;
}

#eventModal h3 {
  color: #d0540f !important;
  font-size: 14px !important;
  font-weight: 600;
}

#eventModal ul {
  list-style: none;
}

#eventModal ul li {
  display: block;
  color: #311de9;
  font-weight: 600;
}

#eventModal ul li a {
  color: #000;
}



/****************gallery -category******************/

.gallery-image {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  border: 1px solid #b4b5cb;
}

/* Hover Effect on the Figure */
.gallery-image:hover {
  transform: scale(1.02);
}

/* Image Wrapper */
.gallery-image .image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

/* Image inside Wrapper */
.gallery-image .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
  height: 260px;
}

/* Image Hover Effect */
.gallery-image:hover .image-wrapper img {
  transform: scale(1.0);
  opacity: 0.9;
  height: 260px;
}

/* Eye Overlay */
.gallery-image .eye-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Eye Overlay Visibility on Hover */
.gallery-image:hover .eye-overlay {
  opacity: 1;
}

/* Figcaption Styling */
.gallery-image .ftcontent {
  text-align: center;
  padding: 16px 10px;
  background: #34356a;
  color: white;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.gallery-image .ftcontent h2 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-image .ftcontent h3 {
  font-size: 14px;
  margin: 0;
  color: #d6ad60;
  font-weight: normal;
}


/****************contact*********us***************/

.adrs-box {
  width: 100%;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 8px 15px;
  box-shadow: 1px 1px 3px #ccc;
  min-height: 135px;
  margin-bottom: 15px;
}

.adrs-box h3 {
  font-size: 20px !important;
  color: #34356a;
  font-weight: 500;
}

.adrs-box i {
  /* background: #4346e1; */
  display: flex;
  justify-content: center;
  color: #4346e1;
  border-radius: 50%;
  padding: 0 12px;
  font-size: 28px;
}


/***************site----map*************/

.sitemap-two {
  padding: 10px;
}

/* Style the main list (horizontal layout) */
.sitemap-two ul {
  list-style: none;
  display: block;
}

.sitemap-two ul li {
  padding: 0;
  display: block !important;
  text-align: left !important;
}

.sitemap-two ul li:before {
  display: none !important;
}

/* Style the top-level list items */
.sitemap-two>ul>li {
  position: relative;
  margin: 10px 0;
  color: #fff;
  cursor: pointer;
  display: block !important;
}

.sitemap-two>ul>li a {
  color: #000 !important;
}

.sitemap-two>ul>li a:hover {
  color: #ccc !important;
  transition: .1s;
}

/* Style the dropdowns in the submenu */
.sitemap-two ul ul {
  display: block;
  position: relative;
  top: 100%;
  left: 0;
  min-width: 250px;
  z-index: 1000;
  padding: 0 !important;
}

.sitemap-two ul ul:before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #000;
}

/* Style submenu items */
.sitemap-two ul ul li {
  font-size: 14px;
  color: #000;
  cursor: pointer;
  background: transparent;
  margin: 3px;
}

.sitemap-two ul ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 23px;
  height: 1px;
  border-top: 1px dotted #000;
  margin-top: 11px;
}


/* Show the dropdown on hover */
.sitemap-two>ul>li:hover>ul {
  display: block;
}


.sitemap-two ul ul li:first-child {
  padding-top: 15px !important;
}


/* Add a hover effect to main items when their submenu is visible */
.sitemap-two>ul>li:hover>a {
  color: #000;
}

/* Style the submenu link text */
.sitemap-two ul ul li a {
  text-decoration: none;
  color: #000 !important;
}

.sitemap-two ul ul li a:hover {
  text-decoration: none;
  color: #511607 !important;
  margin-left: 10px;
  transition: 1s;
}

.firstli {
  padding: 5px;
  line-height: 30px;
  background: #b8befd;
  text-decoration: none;

}

/* Responsive design for smaller screens */
@media screen and (max-width:1280px) {
  .sitemap-two ul {
    display: block;
    justify-content: space-around;
  }

  /* Style the top-level list items */
  .sitemap-two>ul>li {
    max-height: 100%;
    background-color: transparent !important;
  }

  .sitemap-two>ul>li a {
    color: #000 !important;
  }

  .sitemap-two ul ul li::before {
    margin-top: 1.3%;
  }

  .firstli {
    color: #fff !important;
    padding: 10px;
  }
}



/*************read more************/

.more {
  transition: max-height 0.4s ease;
  overflow: hidden;

}

.morelink-wrapper {
  margin-top: 30px;
  text-align: center;
}

.morelink {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  display: inline-block;
}

.dirmsg>h3 {
  font-size: 25px;
  color: #585bb6;
}

.dirmsg>h4 {
  font-size: 18px;
}

.directorsImg img {

  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  height: 300px;
  object-fit: contain;
}

.organogram-img {
  height: 550px;
}

.citizencorner-img {
  width: 100%;
  height: 550px;
  object-fit: contain;
}

.radial {
  position: absolute;
  top: 100px;
  /* You can choose any initial top */
  left: auto;
  right: 0;
  /* Stick to right */
  width: 300px;
  max-width: 80vw;
  height: 300px;
  max-height: 80vw;
  overflow: visible;
  z-index: 1000;
  touch-action: none;
}


.triggerButton {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  background-image: linear-gradient(135deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.15s ease-in-out;
}


.triggerButton i {
  transition: all 0.2s ease-in-out;
}

.radialMenu {
  --width: 100%;
  width: var(--width);
  height: var(--width);
  position: absolute;
  top: 0;
  left: 122px;
  margin: 0;
}

.radialItem {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -60%);
  list-style: none;
  transition: all 0.3s ease;
}

.radialItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  background: linear-gradient(-135deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
  transition: transform 0.25s;
}

.radialItem a:hover {
  transform: scale(1.2);
}

.radial.active .triggerButton i {
  transform: rotateZ(135deg) translate(-1px, 3px);
}

.radial.active .radialItem {
  --angle: 0deg;
  --start-angle: 90deg;
  --point-size: 48px;
  --countItem: 6;
  --radius: calc((var(--width) / 2) - (var(--point-size) / 2));
  --x: calc(var(--radius) * cos(var(--angle) + var(--start-angle)));
  --y: calc(var(--radius) * sin(var(--angle) + var(--start-angle)));
  top: calc(50% + var(--y));
  left: calc(50% + var(--x));
  width: var(--point-size);
  height: var(--point-size);
}

.radial.active .radialItem:nth-child(1) {
  --angle: calc((180deg / (var(--countItem) - 1)) * 0);
  transition-delay: 0.05s;
}

.radial.active .radialItem:nth-child(2) {
  --angle: calc((180deg / (var(--countItem) - 1)) * 1);
  transition-delay: 0.1s;
}

.radial.active .radialItem:nth-child(3) {
  --angle: calc((180deg / (var(--countItem) - 1)) * 2);
  transition-delay: 0.15s;
}

.radial.active .radialItem:nth-child(4) {
  --angle: calc((180deg / (var(--countItem) - 1)) * 3);
  transition-delay: 0.2s;
}

.radial.active .radialItem:nth-child(5) {
  --angle: calc((180deg / (var(--countItem) - 1)) * 4);
  transition-delay: 0.25s;
}

.radial.active .radialItem:nth-child(6) {
  --angle: calc((180deg / (var(--countItem) - 1)) * 5);
  transition-delay: 0.3s;
}

.accordion-button.collapsed {
  color: #000;
  background-color: #f0f0f9;
}

.accordion-button:not(.collapsed) {
  background-color: #8185e9;
  color: white;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.searchModal {
  position: absolute;
  top: 10%;
  background: #fff;
  border: none;
  border-radius: 6px !important;
  border: 5px solid #5254e352;
  box-shadow: -5px -4px 13px #434343;
  height: 190px !important;
  overflow-x: hidden;
  overflow-y: hidden !important;
}

.searchModal h5 {
  display: block;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 22px !important;
  line-height: 10px;
}

.searchModal .modal-header {
  border: none;
  background: none;
  padding: 0;
}

.searchModal .btn-close {
  position: relative;
  top: -15px;
  right: -10px;
  background: transparent;
  opacity: 1;
  color: #000;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  box-shadow: none;
  font-size: 24px;
}

.searchModal .btn {
  background: #5153e3;
  width: 62px;
  color: #fff;
}

#volumeToggle {
  Position: absolute;
  top: 0;
  background:#333;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px 0 2px;
  height: 32px;
  border-radius: 23px;
  cursor: pointer;
      border: none;
	   color: #fff;
}

#volumeToggle i {
  font-size: 30px;
  cursor: pointer;
  user-select: none;
  color: #fff;
}


/* search */

/*.box h3::after{
    content: "";
    background-color: rgb(167, 46, 46);
    position: relative;
    width: 140px;
    height: 4px;
    display: block;
    text-align: center;
   
}*/


.hd-title-two {
  position: relative;
  display: inline-flex;
  padding-bottom: 23px;
}

.hd-title-two:before {
  Position: absolute;
  content: "";
  background: #333;
  height: 1px;
  left: 0;
  width: 100%;
  bottom: 20px;
}

.hd-title-two:after {
  Position: absolute;
  content: "";
  background: #ffc107;
  height: 10px;
  left: 0;
  width: 10px;
  bottom: 16px;
  border-radius: 50%;
}

.search-result {
  padding: 15px;
}

.search-result ul {
  margin: 0 0 15px 0;
}

.search-result ul li i {
  color: #adadad;
  font-size: 18px;
  padding-right: 6px;
}

.search-result ul li a {
  text-decoration: none;
  color: #3c5bd5 !important;
  font-weight: 600;
}

.search-result ul li {
  list-style: none;
  text-align: start;
  font-size: 25px;
  border-bottom: 1px solid #cccccc54;
}

.search-result ul p {
  color: rgb(75, 75, 75);
  padding-left: 25px;
  margin-top: 8px;
}

.hding {
  Position: relative;
  padding-left: 15px;
}

.hding:before {
  Position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 2px;
  background: #ed982a;
}

.total-visitor p {
  text-align: right;
}

#chatButton:hover .tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#scrollUp:hover .tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#main h5 {
    /* color: #393997; */
    font-size: 20px;
    font-weight: 600;
}

#main h6 {
  /* position: relative;
  padding: 0 40px 0 24px; */
  /* Slightly increased left padding */
  /* font-size: 18px;
  color: #d7a308; */
}

/* #main h6:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #d7a308;
} */

/* #main h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background: transparent;
  border-left: 1px solid #d7a308;
} */

.word {
  display: inline-block;
  transition: background-color 0.2s;
  padding: 0 1px;
}

.highlight-word {
  background-color: #FFEE58;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}


.word {
  display: inline-block;
  transition: all 0.2s ease;
  padding: 0 1px;
  margin: 0 1px;
}

.highlight-current {
  background-color: #FFD700;
  /* Gold color */
  color: #000;
  border-radius: 3px;
  padding: 2px 4px;
  transform: scale(1.05);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Ensure text remains visible during highlight */
.highlight-current {
  position: relative;
  z-index: 1;
}

.word.highlight-word {
  background-color: yellow;
  padding: 2px 4px;
  border-radius: 3px;
}

.archiv-btn {
  font-size: 15px;
  top: 0px;
  display: flex;
  position: relative;
}

.organogram-img 
.table-all-responsive {
  width: 100%;
  overflow: auto;
}

#main .accordion-item {
  border: none !important;
}

#main .accordion-button {
  margin: 0;
}

#main .accordion-body {
  background: #f5f5f5;
}



/******************feedback***********************/



.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 55px;
  height: 55px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #7e74c9;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: flex;
  position: relative;
  width: 100%;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 18px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  height: 143px;
  align-items: center;
}

.card1 p {
  font-size: 20px !important;
  padding: 0 40px 0 0;
  text-align: left;
}

.card1 img {
  height: 80px;
}

.card1:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);

}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -61%;
  background: #7e74c9;
  height: 32px;
  width: 32px;
  border-radius: 119px;
  transform: scale(1);
  transform-origin: 114% 45%;
  transition: transform 0.25s ease-out;
}


.card1:hover:before {
  transform: scale(31);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);

}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px !important;
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.qrcodeimg {
  height: 165px;
  margin-top: 0px;
  width: 100%;
  object-fit: contain;
  margin-top: -12px;
}

#feedback-modal-dialog {
  transform: none;
  max-width: 900px !important;
  margin-top: 5%;
}

#feedback .modal-content {
  padding: 24px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff url(../../../assets/user/images/modlabg.png)no-repeat;
  background-position: 0 98%;

}

.feedform {
  background: #e5e4f0cf;
  padding: 20px;
  border-radius: 10px;
}

.feedform::placeholder {
  color: #edeaeae0 !important;
  /* Bootstrap's primary blue */
}

#feedback .modal-header {
  background: transparent;
  padding: 0;
  border: none !important;
}


#feedback .modal-body {
  margin: 0 auto;
  width: 95%;
}

.feed-img {
  width: 100%;
  padding-top: 0;
  height: auto;
  object-fit: contain;
}

#feedback h5 {
  font-size: 33px;
  padding: 30px 90px 0 14px;
  color: blue;
}

#feedback .form-control {
  background: #ffffffe0 !important;
}

.feed-readbtn {
  border-radius: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ffc107;
  padding: 0;
  background-size: 300%;
  transition: all 0.6s;
  width: 66%;
  margin-top: 20px;
  left: 20%;
  height: 40px;
}

.feed-readbtn i {
  font-size: 30px !important;
}


.orange {
  color: #000;
  background-image: linear-gradient(120deg, #ffc107 50%, #0d6efd 50%);
}


.feed-readbtn:hover {
  color: #fff;
  background-position: 100%;
  transform: translateX(0.5rem);
}

.feed-readbtn:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.contact-map {
  width: 100%;
  height: 425px;
  border: 1px solid #ccc;
  padding: 15px;
}

.hover-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item.primary a {
  color: #39cfff;
}

.homemodal-close {
    position: absolute;
    top: 18%;
    right: -42px;
    background: #5657e0;
    opacity: 1;
    font-size: 25px;
    color: #fff;
}

.advirtise-img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}


tbody, td, tfoot, th, thead, tr {
    padding: 10px 30px !important;
}

#advertisementModal .modal-content {
    padding: 24px;
    overflow-y: auto;
    height: 100%;
}

.news-item {
  padding: 20px 20px;
  white-space: nowrap;
  align-items:center;
  display:flex;
  color:#fff!important;
}

.owl-animated-in.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.news-slider {
    position: relative;
    width: 80%;
}
.news-slider .owl-nav .owl-prev,
.news-slider .owl-nav .owl-next {
  cursor: pointer;
  padding: 3px 8px;
  background: transparent;
  color: #000 !important;
  font-size: 20px;
  position: absolute;
 top: 19px;
    height: 25px;
    width: 25px;
  text-align: center;
  border-radius: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:none!important;
}

.news-slider .owl-nav .owl-prev {
  left:105%;
}

.news-slider .owl-nav .owl-next {
  left:115%;
}

.news-slider .owl-nav .owl-prev:hover,
.news-slider .owl-nav .owl-next:hover {
  transform: scale(1.1);
}
.slider-controls {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 52%;
}

.slider-controls button {
     padding: 8px 16px;
    margin: 0 5px;
    background-color: transparent;
    color: #000;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: opacity 0.3s ease;
    font-size: 20px;
}

.slider-controls button:hover {
 transform: scale(1.1);
}




.chat-option-btn {
    /* background: linear-gradient(135deg, #4f46e5, #3b82f6); */
    display: flex;
    flex-direction: column;
    background:rgb(113 113 113);
    color: white;
    border: none;
    border-radius: 12px;
    margin-right: 4px !important;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer !important;
    margin-top: 8px !important;
    transition: all 0.25s ease;
    /* box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3); */
}

.chat-option-btn:hover {
    background:#4b4b4d;
    color: white;
    transform: translateY(-3px);
    /* box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4); */
}

.chat-option-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.chat-option-btn:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 3px;
}

.tabledata-Responsive {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabledata-Responsive::-webkit-scrollbar {
    display: none;
}


.bot-message-ul {
  font-size: 12px !important;
  letter-spacing: normal;
  
}

.stellarnav .dd-toggle i {
    top: 20%!important;
    font-size: 20px!important;
    color: #fff!important;
}

.social-box .tab-content>.tab-pane {
    height: 450px;
}

.hdr-accesibility-toolbar
{
	Position: relative;
    width: 100%;
    height: 75%;
    padding: 17px;
    margin-top: 15px;
	display: flex;
    align-items: center;
	justify-content:center;
}

/* .hdr-accesibility-toolbar:before
{
	Position: absolute;
    content:"";
    border-left: 1px solid #ccc;
    height: 75%;
   width:1px;
   left:-35px;
}
 */
.border-r-none
{
	border-left:none!important;
}



.hdr-accesibility-toolbar ul
{
	list-style:none;
}

.hdr-accesibility-toolbar ul li
{
	display: inline;
    padding: 5px;
}

.hdr-accesibility-toolbar ul li span {
    font-size: 20px;
    color: #a5a2a2;
}

.hdr-accesibility-toolbar img {
    height: 28px;
}

#advertisementModal .modal-dialog {
    transform: translate(0%, 0%);
}


/******************new video-banner**********************/

#main-slide{
      position: relative;
      width: 100%;
      height:70vh; /* Full screen height */
      overflow: hidden;
    }

   /*  #main-slide video {
      position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  filter: brightness(70%); /* darken for contrast 
	  z-index: 0;
    } */
	
	#main-slide .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background:linear-gradient(rgb(0 0 0 / 41%), rgb(0 0 0 / 26%));
	  z-index: 1;
	}

    #main-slide .banner-content {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
	  z-index: 100;
    }

    #main-slide .banner-content h1 {
      font-size:45px;
      margin-bottom: 50px;
	  color:#fff!important;
    }

     #main-slide .banner-content h5 {
      font-size:20;
	  color:#fff;
    }
	
	
	.minister-sec{
    width: 60%;
    margin: 0 auto;
    position: relative;
    margin-top: -140px;
    z-index: 1;
}

.minister-box {
    width: 100%;
    height: 250px;
    padding: 18px;
    background: #ffffffe8;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fffcf7;
    box-shadow: 1px -16px 13px #3838383d;
    transition: 
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
}

.minister-box img {
    width: 130px;
    height: 131px;
    padding: 5px;
    background: #fffffffa;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #FF9800;
    margin-bottom: 15px;
    transition: 
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Text styles */
.content-sec h4 {
    color: #FF9800;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.5s ease;
}

.content-sec h5 {
    font-size: 16px;
    transition: color 0.5s ease;
}

/* Hover effect */
.minister-box:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    background: #fffaf5;
}

.minister-box:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 152, 0, 0.6);
    border-color: #e68900;
}

.minister-box:hover .content-sec h4 {
    color: #e68900;
}

.minister-box:hover .content-sec h5 {
    color: #333;
}


.counter-sec {
    position: relative;
    height: 100%; /* Full screen height — change if needed */
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

/* Video fills the section */
.counter-sec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay on top of video */
.counter-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* semi-transparent black */
    z-index: 2;
    opacity: 1;
}

/* Centered content */
.counter-sec .content {
    position: relative;
    z-index: 3;
	width: 80%;
    margin: 0 auto;
}



.counter-box {
  display: block;
  padding: 40px;
  text-align: center;
}

.counter-box img {
   height: 65px;
   margin-bottom: 25px;
   Position:relative;
}

.imgbg {
    /* background: #00000094; */
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
}

.counter-box img:before {
    height: 75px;
    width:75px;
	Position:absolute;
	content:"";
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
    text-align: center;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
}


.sec_title {
    position: relative;
    border: none;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 18px 0;
    margin: -0.1em 0 35px 0;
    max-width: 275px;
    text-transform: capitalize;
    font-size: 25px;
	color: #000;
}

.sec_title:before, .sec_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 123px;
	height: 5px;
	background-color: #ff9800;
}

.sec_title:after {
  width: 16px;
  border-left: 4px dashed #0E121D;
  border-right: 4px dashed #0E121D;
  height: 5px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
          animation: footerLine 7s linear infinite;
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}


.activities-sec
{
	position:relative;
	background:#4c4c4c url(../../../assets/user/images/activitybg.jpeg) no-repeat;
	padding:50px 0;
	background-attachment:fixed;
	background-size: cover;
}

.activities-sec h2
{
	color:#fff!important;
}

 .activities-sec:before
{
	position:absolute;
	content:"";
	background: #8b8c8c;
    background:linear-gradient(90deg, rgb(14 14 14) 0%, rgb(145 115 68) 100%);
	padding:50px 0;
	height: 100%;
    width: 100%;
	background-size: cover;
    top: 0;
    opacity: .8;
} 



.activity-card {
  cursor: default;
  padding: 14px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 24px 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color:#ffffffd1;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Image */
.activity-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border: 1px solid #ff9800;
  padding: 10px;
  border-radius: 6px;
  transition: transform 0.4s ease;
}

.activity-card:hover img {
  transform: scale(1.05);
}

/* Info section */
.activity-card .info {
  height: 120px;
  padding: 10px;
}

.activity-card .info .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}



.heart-container {
    position: absolute;
    bottom: -2px;
    right: -2px;
}

/* Round button */
.morebtn {
    width: 60px;
    height: 60px;
    background: #91867357;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    color: #0c0c0c;
    transition: all 0.3s ease;
}

/* Icon rotation animation */
.morebtn i {
  transition: transform 0.4s ease, color 0.3s ease;
}

/* Rotate the icon when the whole card is hovered */
.activity-card:hover .morebtn i {
  transform: rotate(45deg);
  color: #ff9800;
}

/* Slight button pop on hover */
.activity-card:hover .morebtn {
  transform: scale(1.1);
}




.activity-carousel .owl-dot {
  display: none !important;
}



.activity-carousel .owl-nav {
  display: block !important;
}

.activity-carousel .owl-nav .owl-prev,
.activity-carousel .owl-nav .owl-next {
  cursor: pointer;
  background:#ff9800;
  padding: 3px 8px;
  color: #fff !important;
  font-size: 20px;
  position: absolute;
  top: -75px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:none!important;
}

.activity-carousel .owl-nav .owl-prev {
  left:92%;
}

.activity-carousel .owl-nav .owl-next {
  left: 95%;
}

.activity-carousel .owl-nav .owl-prev:hover,
.activity-carousel .owl-nav .owl-next:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* ====== Tender Box Section ====== */
.tender-bx-sec {
    border-radius: 10px;
    position: relative;
    background:#e3dddd8a;
    padding: 30px;
	margin: 0 0 0 55px;
}

/* ====== Vertical Nav Pills ====== */
.tender-bx-sec .nav-pills {
}

/* Base style */
.tender-bx-sec .nav-pills .nav-link {
  display: flex;
  align-items: center;
  background:linear-gradient(90deg, #FF9800, #ff9800);
  color: #fff;
  border-color: transparent;
    border-radius: 12px;
    font-weight: 500;
    padding:18px;
    margin-bottom: 12px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* gradient hover glow */
.tender-bx-sec .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(59,130,246,0.12), rgba(59,130,246,0.02));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tender-bx-sec .nav-pills .nav-link:hover::before {
  opacity: 1;
}

.tender-bx-sec .nav-pills .nav-link:hover {
  color: #1d4ed8;
  border-color: #c7d2fe;
  box-shadow: 0 8px 18px rgba(29,78,216,0.08);
  transform: translateY(-2px);
}

/* Active link - clean gradient & subtle glow */
.tender-bx-sec .nav-pills .nav-link.active {
  background:linear-gradient(90deg, #7e7d7c, #9d9c9c);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}



/* Hover ripple for extra touch */
.tender-bx-sec .nav-pills .nav-link:active::after {
  animation: none;
}

.tender-bx-sec .nav-pills .nav-link:active {
  transform: scale(0.98);
}



.view-all-btn {
     position: absolute;
    bottom: -28px;
    right: 41%;
    background: #ffffff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    height: 65px;
    width: 65px;
}
.view-all-btn i {
   display: flex;
    justify-content: center;
    color: #ff9800;
    align-items: center;
    padding-top: 12px;
    font-size: 25px;
}

.view-all-btn:hover {
    transform: scale(1.1); /* Slightly enlarge */
    box-shadow: 0 6px 12px rgba(255, 152, 0, 0.6); /* Glow effect */
    background: #ffb74d; /* Slightly lighter on hover */
}
.view-all-btn:hover i {
    color:#fff;
}




@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ====== Responsive Adjustments ====== */
@media (max-width: 767px) {
  .nav-pills {
    flex-direction: row !important;
    justify-content: space-around;
  }
  .nav-pills .nav-link {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px;
  }
  .tab-content {
    margin-top: 20px;
  }
}

.work-sec {
    Position: relative;
    background: #e5e5e5;
    padding: 60px 0;
}

.work-sec h2 {
    display: flex;
    justify-content: center;
     position: relative;
    border: none;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 18px 0;
    margin: -0.1em 0 35px 0;
    max-width: 275px;
    text-transform: capitalize;
    font-size: 25px;
	    margin: 0 auto;
		margin-bottom: 35px;
}



.work-sec h2:before, .work-sec h2:after {
  content: "";
  position: absolute;
  left: 75px;
  bottom: 0;
  width: 123px;
	height: 5px;
	background-color: #ff9800;
}

.work-sec h2:after {
  width: 16px;
  border-left: 4px dashed #0E121D;
  border-right: 4px dashed #0E121D;
  height: 5px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine-two 7s linear infinite;
          animation: footerLine-two 7s linear infinite;
}

@-webkit-keyframes footerLine-two {
  0% {
    left: 75px;
  }
  50% {
    left:90px;
  }
  100% {
    left: 75px;
  }
}

@keyframes footerLine-two {
   0% {
    left: 75px;
  }
  50% {
    left:90px;
  }
  100% {
    left: 75px;
  }
}





.expertise-sec
{
	Position:relative;
}


/******************work************************/

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.work-coursel .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}

.work-coursel .item {
	text-align: center;
	padding: 0px;
	margin-bottom: 80px;
	opacity: .2;
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	margin:0;
}

/* Active center item */
.work-coursel .owl-item.active.center .item {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
}

/* Image container - relative position */
.work-coursel .shadow-effect {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

/* Image */
.work-coursel .shadow-effect img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	transition: all 0.3s ease-in-out;
}

/* ✨ Shining overlay */
.work-coursel .shadow-effect::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	transform: skewX(-25deg);
}





/* Animate shine on hover */
.work-coursel .shadow-effect:hover::before {
	animation: shine 1s forwards;
}

/* Keyframes for shining movement */
@keyframes shine {
	0% {
		left: -75%;
	}
	100% {
		left: 125%;
	}
}

/* Headings and text */
.work-coursel .owl-item h3 {
	color: #FF9800;
	font-size: 20px;
	font-weight: 600;
	transition: color 0.3s ease;
}

.work-coursel .item:hover h3 {
	color: #ffb74d;
}

.work-coursel .owl-item p {
	text-align: center;
	transition: color 0.3s ease;
}

.work-coursel .item:hover p {
	color: #555;
}

.work-coursel .content {
    padding: 30px 0 0 0;
}

.view-all-btn-two {
    position: relative;
    bottom: 32px;
    right: -44%;
    background:#fff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    height: 65px;
    width: 65px;
    display: block;
}

.view-all-btn-two i {
   display: flex;
    justify-content: center;
    color: #ff9800;
    align-items: center;
    padding-top:20px;
    font-size: 25px;
}

.view-all-btn-two:hover {
    transform: scale(1.1); /* Slightly enlarge */
    box-shadow: 0 6px 12px rgba(255, 152, 0, 0.6); /* Glow effect */
    background: #ffb74d; /* Slightly lighter on hover */
}
.view-all-btn-two:hover i {
    color:#fff;
}

.work-coursel {
  position: relative;
}


.work-coursel .owl-nav {
  pointer-events: all;
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: block !important;
top: 40%;
  /* Initial state for animation */
  opacity: 0;
  transform: translateY(-50%) scale(0.8);

  /* Animation */
  animation: fadeIn 0.6s ease forwards;
}


/* PREV BUTTON */
.work-coursel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 40%;
  transform: translateY(-50%);

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc !important;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}


/* NEXT BUTTON */
.work-coursel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc !important;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}


/* HOVER EFFECT (optional) */
.work-coursel .owl-nav button:hover {
  background:#ff9800a1;
  color: #fff;
  transition: all 0.3s ease;
}


/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}



/* DISABLE BLOCKING LAYERS */
.work-coursel .item::before,
.work-coursel .item::after {
  pointer-events: none !important;
}

/* CENTER MODE FIX */
.owl-item {
  pointer-events: none;
}

.owl-item.center {
  pointer-events: auto;
}

.work-coursel:hover .morebtn-two i {
    transform: rotate(45deg);
    color: #ff9800;
}

.morebtn-two {
  width: 60px;
  height: 60px;
  background:#e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  color: #ff9800;
  transition: all 0.3s ease;
}

/* Icon rotation animation */
.morebtn-two i {
  transition: transform 0.4s ease, color 0.3s ease;
}






/********************gallery******************/

.swiper-slide-container {
  text-align: center;
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative; /* fixed */
}

.swiper-slide-container img {
  width: 100%;
  height: 400px!important; /* fixed height */
  object-fit: cover; /* keeps image aspect ratio and fills the container */
  display: block;
}

.swiper-slide-container h4 {
  position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-63%);
    color: #333;
    background: rgb(251 251 251 / 87%);
    padding: 10px;
    border-radius: 5px;
}

.gallery-top {
		height: 80%;
		width: 100%;
}
.gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 25px !important;
}
.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
		opacity: 1;
}

.gallery-sec {
    padding: 60px 0;
	position:relative;
}
.gallery-sec:before {
    Position: absolute;
    content: "";
   background: url(../images/bg5.png) repeat-x bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    opacity: 1;
    right: 0;
    left: 0;
}

.expertise-middle-img {
    height: 430px;
	width:100%;
	object-fit: contain;
}


.expert1 {
    position: absolute;
    margin: 30px 0 0 80px;
    background: #fff;
    height: 100px;
    width: 100px;
    border: 1px dotted #FF9800;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	  animation: upDown 2s ease-in-out infinite;
	  animation-delay: 0s;
}

.expert1 h4 {
	color: #060606;
    font-weight: 600; 
}

.expert2 {
     position: absolute;
   margin: 186px 50px 0 32px;
    background: #fff;
    height: 100px;
    width: 100px;
    border: 1px dotted #FF9800;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	  animation: upDown 2s ease-in-out infinite;
	   animation-delay: 0.5s;
}

.expert2 h4 {
	color: #060606;
    font-weight: 600; 
}


.expert3 {
     position: absolute;
    margin: 30px 0 0 -95px;
    background: #fff;
    height: 100px;
    width: 100px;
    border: 1px dotted #FF9800;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	  animation: upDown 2s ease-in-out infinite;
	   animation-delay: 1s;
}

.expert3 h4 {
	color: #060606;
    font-weight: 600; 
}

.expert4 {
     position: absolute;
    margin: 186px 50px 0 -45px;
    background: #fff;
    height: 100px;
    width: 100px;
    border: 1px dotted #FF9800;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	  animation: upDown 2s ease-in-out infinite;
	   animation-delay: 1.2s;
}

.expert4 h4 {
	color: #060606;
    font-weight: 600; 
}



@keyframes upDown {
  0%, 100% {
    transform: translateY(0);     /* start and end position */
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
}

.expert-mid-sec
{
	text-align:center;
}
.expert-mid-sec h3 {
    font-size: 20px;
    color: #FF9800;
    font-weight: 600;
}

.expert-mid-sec p {
    text-align:center;
}


.video-wrapper{
   width: 100%;
    height: auto;
    display: block;
}



.login-page {
  height: 100vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url(../images/login_bg.jpg);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  display:flex;
  flex-direction:column;
}

.login-header{
  padding-left: 45px;
  padding-top:45px;
  justify-content: start;
}

.login-logo {
  height: auto;
  width: 212px;
}

.login-card {
    background: white;
    padding: 30px;
    border-radius: 18px;
    width: 365px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 103px;
}

.catcha-listen {
    border-radius: 50%;
    height: 41px;
    width: 41px;
    flex-shrink: 0;
    background: #ff6200;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



.login-card label {
  font-weight: 400;
  font-size: 16px;
}

.login-page .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .right-side img {
    height: 518px;
    margin-right: 187px;
    margin-bottom: 106px;
}



.login-card input::placeholder {
  color: black;
}

.login-card .input-group {
  height: 46px;
  background: #ACACAC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.21);
  border-radius: 51px;
}

.login-card input {
  height: 46px;
  background: #ACACAC;

  border-radius: 51px;
}

.captcha-part input {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.21);
}



.login-card span i {
  color: black;
}

.login-card h4 {
  text-align: center;
  margin-bottom: 20px;
}

.login-page input {
  background: #ACACAC;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
}

.login-page input:focus {
  background: #ACACAC;
  box-shadow: none;
}

.login-page .captcha-part input:focus {
  background: #ACACAC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.21);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #acacac inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "Inter", sans-serif !important;
}

.input-group-text {
  background: #ACACAC;
  border: none;
  border-radius: 25px 0 0 25px;
}

.password-eye {
  border-radius: 0 25px 25px 0;
  background: #ACACAC;
  border: none;
}

.captcha-part {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-box {
  background: white;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: bold;
  font-family: cursive;

}

#captchaImage {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 38px;
}

.voice-btn {
  background: #FF6200;
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}





.submit-btn {
  background: #FF6200;
  color: white;
  border: none;
  width: 140px;
  padding: 8px;
  border-radius: 25px;
  display: block;
  margin: 15px auto 0;
}


.form-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.copyright-two {
  color: white;
  background-color: #231F20;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.login-content-box{
  flex:1;
}

.copyright-two::after {
    content: "";
    position: absolute;
    top: -104px;
    width: 100vw;
    height: 105px;
    background: url(../images/copyright.png);
    background-size: contain;
}

.err-succ-msg {
  width: 50%;
  margin: 14px auto;
  position: absolute;
  top: 0px;
  padding: 16px !important;
}

.right-image {
  max-width: 100%;
}

.footer-silhouette {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .right-image {
    display: none;
  }
}


.success-msg {
  width: 84%;
  margin-left: 8%;
}

.error-msg {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

















/*aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus aboutus  aboutus aboutus aboutus aboutus aboutus aboutus*/
/* .section-padding {
    padding: 60px 0;
} */

.main-heading {
    text-align: center;
    font-weight: 800;
    font-size: 48px;
}

.main-heading span {
    color: #f5820b;
}

.orange-circle {
    width: 350px;
    height: 350px;
    background: #f5820b;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 71px;
}

.orange-circle img {
    width: 520px;
    position: absolute;
    left: -182px;
    transform: scale(1.1);
    bottom: 0px;
}

.content-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 1.3;
}

.content-title span {
    color: #f5820b;
}

.content-text {
    font-size: 15px;
    color: #333;
    margin-top: 15px;
    line-height: 1.7;
}

.info-block {
    margin-top: 40px;
}


.info-block h5 {
    font-weight: 900!important;
    font-size: 26px!important;
    color: #f5820b!important;
    margin-bottom: 0px;
}

.info-block p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.7;
}

.right-big-circle {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 68.5px -14px rgb(102 102 102);
    border: 9px solid #ffffff;
}

.right-big-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.right-small-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 5px;
    border: 8px solid #ffffff;
    box-shadow: -27px 1px 117.5px -5px rgb(112 112 112);
}


.right-small-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px) {
    .orange-circle {
        width: 320px;
        height: 320px;
    }

    .orange-circle img {
        width: 380px;
        left: -40px;
    }
}


.info-block .sub-title {
    display: flex;
    gap: 12px;
}



/*contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us contact us*/




.main-title {
    font-weight: 900;
    font-size: 32px;
}

.main-title span {
    color: #ff7a00;
}

.subtitle {
    font-size: 14px;
    color: #000;
}

.icon-box h6 {
    font-weight: 600;
}

.icon-box p {
    font-size: 14px;
    margin-bottom: 0px;
}

.helmet-wrapper {
    position: relative;
}

.helmet-img {
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
    height: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}


.helmet-wrapper::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: orange;
    border-radius: 50%;
    top: 11%;
    left: 68%;
    transform: translate(-50%, -50%);
    z-index: 0;
}



.contact-form-box {
    background: linear-gradient(135deg, #1f1f1f, #2a2a2a);
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}

.contact-form-box h3 span {
    color: #ff7a00;
}

.contact-form-box h3 {
    font-weight: 900;
    font-size: 26.25px;
}

.contact-form-box p {
    font-size: 14px;
    color: #bbb;
}

.contact-form-box label {
    font-size: 14px;
    color: #ccc;
    margin-left: 15px;
}

.input-field {
    background: #444;
    border: none!important;
    border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
}

textarea.input-field {
    border-radius: 15px;
}

.input-field::placeholder {
    color: #aaa;
}

.contact-submit-btn {
    background: #ff7a00;
    border: none;
    padding: 1px 5px;
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: 13px;
}

.contact-submit-btn:hover {
    box-shadow: 0 10px 20px rgba(255, 122, 0, 0.3);
    transform: translateX(3px) scale(1.02);
}


.contact-submit-btn i {
    font-size: 28px;
    margin-left: 8px;
}

.location-title span,
.stay-title span {
    color: #ff7a00;
}

.other-loc-details .location-title{
    font-size: 28px;
    color:black
}

.map-img {
    width: 100%;
    border-radius: 10px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #ff7a00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-bottom: 10px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icons a {
    width: 49px;
    height: 40px;
    background: #ff7a00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    margin-bottom: 10px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
    text-decoration: none;
    margin: 0 20px;
    margin-left: 0px;
}

.social-icons {
    display: flex;
}

.location-title {
    font-weight: 900;
    font-size: 14px;
}

.stay-title {
    font-weight: 900;
    color:black;
    font-size: 28px;
}



/*Directors page Directors page Directors page Directors page Directors page Directors page Directors page Directors page Directors page Directors page Directors page Directors page*/



/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 0px!important;
    position: relative;
    font-weight: 300!important;
    letter-spacing: 1px;
    font-size: 35px!important;
}

.people-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 89px; */
}


.people-category img {
    height: auto;
    width: 191px;
}

.section-title::before,
.section-title::after {
    content: "";
    width: 133px;
    height: 3px;
    /* background:#f5820b; */
    position: absolute;
    top: 50%;
}


/* Card Styling */
.director-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgb(0 0 0 / 27%);
    text-align: center;
    transition: 0.3s ease;
    position: relative;
}

.director-card:hover {
    transform: translateY(-8px);
}

/* Orange Gradient Top */
.card-top {
    height: 285px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}



.card-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/director_card_bg.png') no-repeat center bottom;
    background-size: cover;
    z-index: -1;
}



/* Profile Image */
.profile-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 26px;
}

/* Card Body */
.card-body {
    padding-top: 9px;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    min-height: 103px;
}

.director-card .card-body h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.director-card .card-body p {
    font-size: 13px;
    color: #666;
    margin: 0;
    text-align: center;
}




/*gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery gallery*/

/* FILTER BUTTONS */
.filter-buttons {
    text-align: center;
    margin-bottom: 30px;
}

.filter-buttons button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background: #232323;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.filter-buttons button:hover {
    background: #ff6600;
}



.grid {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.grid-item {
    width: 25%;
    padding: 10px;

    box-sizing: border-box;
}



.grid-item img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: 0.3s;
}

.grid-item img:hover {
    transform: scale(1.05);
}

/* BENTO VARIATIONS */
.grid-item.large img {
    height: 500px;
}



.grid-item.wide img {
    height: 350px;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .grid-item {
        width: 33.33%;
    }
}

@media(max-width: 768px) {
    .grid-item {
        width: 50%;
    }
}

@media(max-width: 480px) {
    .grid-item {
        width: 100%;
    }
}

/* IMAGE BOX POSITIONING */
.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* OVERLAY */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.6) 40%,
        rgba(0,0,0,0.2) 70%,
        rgba(0,0,0,0) 100%
    );

    opacity: 0;
    transition: 0.4s ease;
    display: flex;
    align-items: flex-end;
}

/* TEXT */
.overlay-text {
    color: white;
    padding: 20px;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.overlay-text h6 {
    margin: 0;
    font-weight: 600;
}

.overlay-text p {
    margin: 0;
    font-size: 13px;
    opacity: 0.8;
}

/* HOVER EFFECT */
.image-box:hover .overlay {
    opacity: 1;
}

.image-box:hover .overlay-text {
    transform: translateY(0);
}


/*tender page tender page tender page tender page tender page tender page tender page tender page tender page tender page tender page tender page*/



.page-title {
    font-weight: 600;
    margin-bottom:15px;
    font-size:30px;
    margin-top:0px;
}

.page-title span {
    color: #ff6a00;
}

/* Top filter box */
.filter-box {
    background: #fff;
    border-radius: 17.2003px;
    padding: 20px;
    box-shadow: 0px 0px 12.0402px rgba(0, 0, 0, 0.25);
}



/* Card style */
.main-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 16.1885px;
}

.tender-item {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.status-badge {
    background: #d4f5dd;
    color: #198754;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
}

.tender-title {
    color: #ff6a00;
    font-weight: 600;
    margin-top: 8px;
}

.meta-text {
    font-size: 14px;
    color: #000000;
}

.download-btn {
    background: #ff6a00;
    color: #fff;
    border-radius: 6px;
    padding: 6px 15px;
    font-size: 14px;
}

.download-btn:hover {
    background: #e65c00;
    color: #fff;
}

/* Sidebar */
.sidebar-card {
    background: #fff;
    border-radius: 19.2239px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 16.1885px rgba(0, 0, 0, 0.25);
}


.tender-nav .nav-link.active {
    color: #ffffff!important;
    background-color: #ff6a00!important;
}

.tender-nav .nav-link {
    background: #c5c5c5!important;
    color: rgb(65 65 65)!important;
}



.contact-btn {
    background: #ff6a00;
    color: #fff;
}

.contact-btn:hover {
    color: white;
    background: #db5b00;
}

.for-others-item i {
    background: #d5d5d5;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
}



.nav-btn {
    width: 34px;
    height: 34px;
    background: #2f2f2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tender-pagination .pagination {
    justify-content: flex-end;
    background: #fff;
    padding: 6px 25px;
    border-radius: 50px;
    box-shadow: 0 15px 25px rgb(175 175 175 / 35%);
    gap: 15px;
    transition: box-shadow 0.4s ease;
}


.tender-pagination .pagination .page-item:hover {
    background-color: #ff6a002e;
    border-radius: 50%;
}


.tender-pagination .pagination:hover {
    box-shadow: 0 7px 25px 0px rgb(255 106 0 / 50%);
}

.tender-pagination .pagination .page-link:focus {
    box-shadow: none;
}

.tender-pagination .pagination .page-link {
    background: transparent;
    color: #333;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tender-pagination .pagination .page-item.active .page-link {
    background: #ff6a00;
    color: #fff;
    border-radius: 50%;
}

.tender-pagination .nav-btn:hover {
    background: #000000;
    color: white;
}


.tender-scroll {
    max-height: 400px;
    /* adjust height as needed */
    overflow-y: auto;
    padding-right: 8px;
    /* space for scrollbar */
    min-height: 400px
}


.tender-scroll::-webkit-scrollbar {
    width: 6px;
}

.tender-scroll::-webkit-scrollbar-thumb {
    background: #3b3b3b;
    border-radius: 10px;
}

.sidebar-card .list-group-item {
    border: none;
}

.tender-doc-logo {
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 1px 13px #d1d1d1;
    width: 100px;
}

.tender-page .logo-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


.tender-page .sidebar-card ul li{
    padding-left:0px;
}


 .tender-page .sidebar-card ul li a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}





/*details-page details-page details-page details-page details-page details-page details-page details-page details-page v details-page details-page*/



.text-orange {
    color: #ff6a00;
}

.btn-orange {
    background: #ff6a00;
    color: white;
}

.btn-orange:hover {
    background: #e65c00;
    color: white;
}

.badge-box {
    position: absolute;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.top-badge {
    top: -14px;
    right: -29px;
    color: #ff6a00;
}

.top-badge small {
    color: black;
}

.bottom-badge {
    bottom: -25px;
    left: -47px;
}

.bg-orange {
    background: #ff6a00 !important;
}

.divider {
    width: 80px;
    height: 3px;
    background: #ff6a00;
}

.info-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.info-card i {
    font-size: 24px;
    color: #ff6a00;
}

.about-box {
    border: 2px solid #ff6a00;
    padding: 20px;
    border-radius: 15px;
}

.dark-section {
    background: linear-gradient(233.21deg, #000000 50%, #242424 50%);
    border-radius: 18px;
    padding:22.5px;
}

.dark-section h4 {
    font-weight: 900!important;
    color: white !important;
    font-size: 22.5px;
}




.details-page .hero-part h1 {
    font-weight: 900;
    font-size: 30px;
}

.details-page .hero-part p{
    overflow-y: auto;
    height: 139px;
    scrollbar-width: none!important;
    scrollbar-color: #000000  #f1f1f1;

}

.details-page .hero-part p::-webkit-scrollbar {
    width: 6px;
}

.details-page .hero-part p:hover::-webkit-scrollbar {
    width: 6px;
}

.details-page .hero-part p:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.details-page .hero-part p:hover {
    scrollbar-width: thin;
    scrollbar-color: #5a3fd0 #f1f1f1;
}

.details-page .hero-part p:hover::-webkit-scrollbar-thumb {
    background: #5a3fd0;
    border-radius: 10px;
}

.details-page .hero-part p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    display:hidden;
}

.details-page .hero-part p::-webkit-scrollbar-thumb {
    background: #5a3fd0;   /* Your theme color */
    border-radius: 10px;
}

.details-page .hero-part p::-webkit-scrollbar-thumb:hover {
    background: #452bb5;
}


.details-page .hero-part button {
    display: flex;
    align-items: center;
    padding: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.details-page .hero-part a {
    text-decoration: none;
}

.details-page .hero-part button i {
    font-size: 22px;
    margin-left: 5px;
}

.badge-box h5 {
    font-weight: 900!important;
}


.project-overview-box h2 {
  font-weight: 900!important;  
  font-size: 30px;
}

.overview-box {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.overview-box::before {
    content: "";
    position: absolute;
    /* left: 50%; */
    bottom: 83px;
    /* transform: translateX(-50%); */
    width: 65%;
    height: 1px;
    background: #757575;
    z-index: -1;
}

.about-box h5 {
    position: relative;
    padding-left: 18px;
    /* space for the line */
    font-weight: 900;
}

.about-box h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 20px;
    background: #ff6a00;
    border-radius: 2px;
}



.overview-box .icon-circle {
    width: 60px;
    height: 60px;
    background: #ff6a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}


.overview-box .icon-circle img {
    color: #fff;
    /* width:24px;
    height: auto; */
}


.infrastructure-focused ul li {
    margin-bottom: 30px;
    position: relative;
}

.infrastructure-focused ul li::before {
    content: "\f26a";
    /* bootstrap icon unicode */
    font-family: "Bootstrap-icons";
    position: absolute;
    left: -25px;
    top: 2px;
    font-size: 16px;
    color: #ff6a00;
}


.infrastructure-focused ul {
    list-style: none;
    padding-left:30px
}

.dtails_gallery h2 {
    font-weight: 900;
    font-size:30px;
}

.dtails_gallery img{
  height:100%;
}


/*WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER WORK-INNER*/


/* Heading */
.section-heading {
    font-size: 30px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 10px;
}

.section-heading span{
    color:#f56600;
}

.section-subtitle{
    color:#555;
    margin-top:-10px;
    margin-bottom:40px;
}

/* Card */
.project-card {
    background: #fff;
    border-radius: 21px;
    box-shadow: 0px 4px 15.9px rgba(0, 0, 0, 0.51);
    padding: 8.5px;
    transition: 0.4s ease;
    height:100%;


    display: flex;
    flex-direction: column;
}


.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.18);
}

.project-img{
    width:100%;
    height:266px;
    object-fit:cover;
    border-radius:15px;
}

/* Title */
.project-title{
    font-weight:600;
    font-size:14px;
    margin-top:7px;
    margin-bottom:7px;
}

/* Tags */
.tag {
    display: inline-block;
    background: #ffe1cf;
    color: #ff6a00;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    margin: 4px 4px 4px 0;
    font-weight: 500;
}

/* Footer Info */
.project-meta{
    font-size:13px;
    color:#333;
    margin-top:auto;
}

/* Button */
.details-btn {
    background: #f56600;
    color: #fff;
    border: none;
    padding: 6px 6px;
    border-radius: 25px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    padding-left: 9px;
}

.details-btn:hover{
    background:#d95300;
}

.arrow-circle{
    width:20px;
    height:20px;
    background:#fff;
    color:#f56600;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink: 0;
}

/* Responsive */
@media(max-width:992px){
    .section-heading{
        font-size:36px;
    }
}

@media(max-width:576px){
    .section-heading{
        font-size:28px;
    }
}

.date-details p{
   margin-bottom: 0px;
   font-size: 12px;
}

.date-details .date-label{
    font-size: 13px;
}

.project-card .bottom-part{
    padding-left:3px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;   /* IMPORTANT */

}





/*outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page outer-work-page*/


.project-card .project-description p{
  font-size: 12px;
}


.card-header {
   width: 70%;
    background:#ff9800;
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
}

.card-header h1 {
  font-size: 21px;
  color:#fff;
  margin: 0;
  padding: 15px 0;
}


.menu-box
{
   background:#f18512;
}
.menu-box a
{
  color:#fff;
  padding: 7px 20px;
}
.menu-box a:hover
{
  color:#000;
}

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
    background:#f18512;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0; /* Start with the menu invisible */
    transform: scaleY(0); /* Initially collapsed in the Y axis */
    transform-origin: top center; /* Ensure it folds from the top */
    animation: foldIn 0.5s forwards; /* Animation for opening */
}
}

  
.dropdown-menu li {
    position: relative;
  padding: 0;
}

.menu-box .dropdown-item {
    position: relative;
    padding-right: 10px;
}

.menu-box .dropdown-item::after {
  margin-left: 0px;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    display: block !important;
    left: 90%;
    top: 20px;
    transition: transform 0.3s ease;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
  
}

/* rotate on hover */
.menu-box .dropdown-item:hover::after {
    transform: rotate(180deg); /* adjust angle as needed */
}




.menu-box .dropdown {
    position: relative;
    padding-right: 10px;
}

.menu-box .dropdown::after {
  margin-left: 0px;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    display: block !important;
    left: 90%;
    top: 20px;
    transition: transform 0.3s ease;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
  
}

/* rotate on hover */
.menu-box .dropdown:hover::after {
    transform: rotate(180deg); /* adjust angle as needed */
}



/* =========================
   DROPDOWN ANIMATION
========================= */

@keyframes foldIn {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

/* Main dropdown menu */
.dropdown-menu {
    display: none;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
}

/* Show main dropdown on hover */
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}


/* =========================
   SUBMENU (MEGA MENU)
========================= */

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 250px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
}

/* Show submenu on hover */
.dropdown-menu > li:hover > .submenu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    animation: foldIn 0.3s forwards;
}


/* =========================
   OPTIONAL STYLING
========================= */

/* Smooth hover effect */
.nav-link:hover {
    color: #f8f9fa !important;
}

/* Dropdown item hover */
.dropdown-item:hover {
    background-color:transparent;
    color: #fff;
}

 li a .dropdown-item {
    padding: 0!important;
}

/* Optional shadow for dropdown */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Prevent flicker gap */
.dropdown-menu {
    margin-top: 0;
}
.copy-link-sec {
    padding: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.copy-link-sec ul{
    list-style:none;
}

.copy-link-sec a {
    position: relative;
}

.copy-link-sec a:before {
    Position: absolute;
    content: "|";
    padding: 0 10px;
    font-size: 17px;
    margin-left: -21px;
    top: -3px;
    color: #959393;
}
.copy-link-sec a:first-of-type::before {
    content: none;
}

.viewall-btn {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    text-transform: uppercase;
    background: #262626;
    width: 200px;
    height: 50px;
    line-height:50px;
    color: #FFF;
    padding: 0px 10px;
    text-align: center;
    font-size: 20px;
    transition: 0.5;
    overflow: hidden;
}

.viewall-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    transition: 1s;
    border-style: solid;
    border-color:#ff9800;
    border-width: 80px 100px;
    transform: rotate(360deg);
    transform-origin: top left
}

.viewall-btn:hover:before {
    border-color:#ff9800;
    transform: rotate(40deg)
}

.viewall-btn:hover {
    color: #000;
    transition: 0.5s;
    transition-delay: 0.3s;
}