@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');

body {
  font-family: 'Roboto', sans-serif;

   color: rgb(33, 37, 41);
 }
body {
    --bg: #fff;
    --bg-theme: #096939 /*#083371*/;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(230, 248, 249, 0.4);
    --color-headings: #25373f;
    --color-headings-2: white;
    --color-headings-3: #000;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
}


a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Inter', sans-serif;
}
.bg_theme{
  background-color: var(--bg-theme);
}

/* Back to top button */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  background: var(--bg-theme);
  z-index: 99999;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #606991;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* Footer */
#footer {
  background: #2D2D2D;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #2D2D2D;
  border-top: 1px solid #2D2D2D;
  padding: 60px 0 30px 0;
}
#footer .footer-end{
  border-top: 1px solid white;

}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top  p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: justify;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
}
.footer_title::before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: 0;
  margin-bottom: 7px;
  left: 0;
}

#footer .footer-top .social-links .twitter {
  background-color: #55ACEE;
}
#footer .footer-top .social-links .linkedin {
  background-color: #0976B4;
}
#footer .footer-top .social-links .instagram{
  background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
}
#footer .footer-top .social-links .instagram:hover{
  background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
}
#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 20px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 15px;
  color: white;
  font-size: 15px;
}
#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
}
#footer .footer-top .footer-links ul .mail{
color: white !important;
margin-top: 25px;
}
#footer .footer-top .footer-links ul .phone{
  color: white !important;
  margin-top: 0px;
  padding-top: 0px;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  font-size: 13px;
}
#footer .footer-top .footer-links ul a:hover {
  color: #083371;
}
#footer .copyright  {
  text-align: center;
  padding-top: 20px;
  color: white;
  font-size: 15px;
}
#footer .copyright a{
  color: white !important;
}
@media (max-width:992px){
  #footer{
    padding: 0px 10px !important;
  }
}

/* For Map */

.map-container{
  margin-bottom: -50px;
}


/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
  /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%); */
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
 
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0px;
  }
}
@media (min-width: 1440px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0px;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}
@media (min-width: 1440px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}
.navbar{
  padding-bottom: 0px !important;
}
.main-header {
  /* height: 70px; */
  z-index: 997;
  /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%); */
}
.site-header--absolute {
  position: absolute;
  top: 10;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header-top{
    margin-top: -15px;
}
.header{
  background-color: white;
}


.site-header--sticky:not(.mobile-sticky-enable) {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1500px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
   
    transition: 0.4s;
  }
}

@media (min-width: 992px) {
  
  .site-header--sticky:not(.mobile-sticky-enable) {
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
    color: #262729;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
    color: var(--color-headings-2);
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-2px);
    left: 50%;
    margin-top: -1px;
  }
}
@media (min-width: 1440px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1440px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 1440px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-2px);
    left: 50%;
    margin-top: -1px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: start;
  display: flex;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}
@media (max-width:992px) {
  .site-header--menu-left .menu-block .site-menu-main {
     display: block;
   }
  
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .sub-menu.megamenu {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-100%) translateY(-10px);
    margin-top: 40px;
    left: 100%;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.dynamic-sticky-bg.reveal-header {
  background: var(--bg);
}

.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
  color: #262729 !important;
}

.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
  color: var(--color-headings-2);
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.sticky-bg-white.reveal-header .dark-version-logo {
  display: none !important;
}

.sticky-bg-white.reveal-header .light-version-logo {
  display: block !important;
}

.sticky-bg-white.reveal-header .menu-sep-left {
  position: relative;
}

.sticky-bg-white.reveal-header .menu-sep-left::before {
  content: "";
  border-left: rgba(38, 39, 41, 0.5) !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  z-index: 9;
}

.notification-block {
  position: relative;
}

.notification-block .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  margin-right: -5px;
}

body[data-theme="dark"] .reveal-header .menu-social-share li a,
.dark-mode-texts .reveal-header .menu-social-share li a {
  color: #fff;
  transition: 0.4s;
}

body[data-theme="dark"] .reveal-header .menu-social-share li a:hover,
.dark-mode-texts .reveal-header .menu-social-share li a:hover {
  color: #5034fc;
}

body[data-theme="dark"] .reveal-header .nav-link-item,
.dark-mode-texts .reveal-header .nav-link-item {
  color: #262729 !important;
}

@media (min-width: 992px) {
  body[data-theme="dark"] .reveal-header .nav-link-item,
  .dark-mode-texts .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.menu-block-wrapper {
  position: relative;
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.site-menu-main .nav-item {
  display: inherit;
  margin-right:30px;
}

.site-menu-main .nav-link-item {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 2.25;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
  /* margin-right: 20px; */
  font-size: 11.5px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
}
.carousel-control-next, .carousel-control-prev{
z-index: 0 !important;
}


@media (min-width: 1200px) {
  .site-menu-main .nav-link-item {
  /* margin-right: 30px !important; */
  padding-top: 8px;
  font-size: 15px;
  padding-bottom: 8px;
  }
}
@media (max-width: 992px) {
  .site-navbar{
      padding-top: 15px !important;
      padding-bottom: 15px !important;
  }
}

.site-menu-main .sub-menu--item a {
    font-size: 13px;
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 210px;

  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  color: #262729 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
  transition: 0.4s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
    padding-top: 7px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d3d3d3;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.site-menu-main .sub-menu--item > a > i {
  margin-top: 8px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu-main .sub-menu--item:hover > a {
  color: #083371;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item:first-child a {
    padding-top: 0;
    padding-bottom: 7px;
  }
}

.site-menu-main .sub-menu--item:last-child {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.site-menu-main .sub-menu--item:last-child a {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
   
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 925px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-16%, 10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1250px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-13%, 10px);
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1250px;
    margin-top: 10px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, -10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 0);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-12%, 0);
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #d3d3d3;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
  color: rgba(38, 39, 41, 0.5) !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  margin-left: 10px;
  padding-top: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
.navbar .border-right{
  border-right: 1px solid #d3d3d3;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a {
  color: #262729 !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }


}
@media (max-width: 772px) {
  .site-menu-main .nav-link-item:hover {
      color: #083371;
      border-bottom:none;
  }
}
@media (max-width: 1200px) {
  .border-search{
      display: none !important;
      }
    
}
header .bi-search {
  color: #204293;
}
header .border-search{
  border-left: 1px solid #D3D5DB !important;
  padding-left: 20px;
  height: 25px;}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a:hover {
  color: #083371;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-bottom: 1px solid #083371;
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .site-header--menu-left .menu-block .site-menu-main{
   display: inline-block;
  }
  .site-menu-main .sub-menu{
 min-width: 150px;
 left: -30px;
  }
  
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #083371 !important;
 
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: var(--color-headings-2);
    width: 24px;
    position: relative;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-headings-2);
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main > li > a {
    display: block;
  }
}

@media (max-width: 991px) {
  .site-menu-main > li > a i {
    position: absolute;
    /* top: 5px; */
    right: 0;
    transform: rotate(-90deg);
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
    z-index: 99;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    /* transition: all 0.5s ease; */
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.to-breaking{
  margin-top: -36px !important;
}
@media (max-width:600px){
  .to-breaking{
    margin-top: 10px !important;
  }
}
/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 5px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .site-header--menu-center .menu-block-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 100%;
  }
}

.menu-block.active .nav-link-item {
  color: #262729 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-50%, 0) !important;
  }
}

@media (min-width: 1200px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-40%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-40%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-4 .megadropdown-center {
    transform: translate(-45%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-5 .megadropdown-center {
    transform: translate(-49%, 0) !important;
  }
}


/* Top Bar */
#topbar {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    height: 33px;
    padding: 0;
    color: #e67817;
}
#topbar .contact-info a {
line-height: 0;
color: #444;
transition: 0.3s;
}
#topbar .social_icons i {
    margin-right: 15px;
    color: #e67817;
}
#topbar .contact-info a:hover {
color: #428bca;
}
#topbar .contact-info i {
line-height: 0;
color: #083371;
margin-right: 5px;
}
#topbar .contact-info .phone-icon {
margin-left: 15px;
}
#topbar .social-links a {
color:#083371;
padding: 4px 9px;
display: inline-block;
line-height: 1px;
transition: 0.3s;
}
#topbar .social-links a:hover {
color: #083371;
}
.border-right {
    border-right: 1px solid #e67817;
}
@media (max-width:1300px){
  .logo-text{
    width: 100% !important;
  }

}

/* Top Section */

@media (max-width: 480px){
  .logo-img img {
      margin-right: 0px;
      float: left;
  }
  }
  @media (max-width: 540px){
  .logo-img img {
      margin-right: 0px;
      float: left;
  }
  }
  .logo-img img {
    margin-right: 0px;
    float: left;
  }
  @media (max-width: 480px){
  .logo-img span {
      float: left;
      margin-left: 10px;
      width: 60%;
  }
  }
  @media (max-width: 540px){
  .logo-img span {
      float: left;
      margin-left: 10px;
      width: 60%;
  }
  }
  .logo-img span {
    float: left;
    margin-left: 0px;
    padding-left: 10px;
    margin-top:31px;
    display: grid;
  }
  @media (max-width: 992px){
  .logo-img span {
      float: left;
      width: 100%;
      margin-left: 0px;
      padding-left: 10px;
  }
  .ehsaas-logo img {
    max-width: 22% !important;
}
  }
  @media (max-width: 480px){
  .logo-img .logo-text h4 {
      margin: 10px 0 4px 0;
  }
  }
  @media (max-width: 540px){
  .logo-img .logo-text h4 {
      margin: 10px 0 4px 0;
  }
  .logo-img span {
    float: left;
    width: 80%;
  
  }
  }
  @media (max-width: 600px){
    .logo-img span {
      float: left;
      width: 80%;
    
    }
    }
  .logo-img .logo-text h4 {
    font-size: 20px;
    margin: 22px 0 4px 0;
    border-bottom: #3A3A3A 1px solid;
    float: left;
    color: #3A3A3A;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-weight: 600;
  }
  .logo-img .logo-text h5 {
    font-size: 14px;
    color: #3A3A3A;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ehsaas-logo img{
    max-width: 17% ;
    margin-top: -7px;
  }
  .logo-text{
    width: 100%;
  } 
  .brand-logo{
    padding-left: 10px;
  }
  .bg_house{
    background-size: contain;
    background-repeat: no-repeat;
  height: inherit;
  background-position: right;
  }

  @media(max-width:992px){
    .logo-img img{
      width: 80px !important;
    }
    .logo-img .logo-text h4{
font-size: 12px !important;
    }
    .logo-img .logo-text h4{
font-size: 12px !important;
    }
  }

  /* Main Section Styling */

  main{
    margin-top: 199px;
  }



  /* Breadcurumbs */
.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 300;
}
.breadcrumbs a{
  color: rgb(33, 37, 41);
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  content: ">";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.main-text h6{
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 50px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  }
.main-text h5{
 text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

/**************************** Index Page 1 *********************************/
.service-title{
    color:white !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    bottom: 15%;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    
  }
  .carousel-caption h5{
      font-size: 23px;
      text-align: center;
 }
 .carousel-caption p{
     font-size: 14px;
 }
  .section-container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .demo-box {
     margin-left: 0px; 
  }  

.slider_caption{
background-color: rgba(0, 0, 0, 0.5);
padding: 25px;
border-radius: 5px;
}
.index_Page .carousel-item img {
    height: 440px !important;
    }
    
    @media (max-width:992px){
      .index_Page .carousel-item img {
        height: auto !important;
        }
        .gallery_margin {
          margin-bottom: 20px;
        }
    }
    .w-30{
        width: 100px;
        }
        .white_button{
          background: var(--bg);
        }
        .theme_button{
          background-color: var(--bg) !important;
          padding: 8px 10px;
          font-size: 13px;
          border-radius: 0px !important;
          border-left: 4px solid var(--bg-theme) ;
          color: var(--bg-theme);
        }
.theme_button:hover{
    color: white;
    background-color: var(--bg-theme) !important;
}
.search-button {
  padding: 3px 10px;
  background-color: var(--bg-theme);
  color: #fff;
}
.search-form .form-control {
    height: 32px;
    font-size: 13px;
}

/* Services */
.ccn-color-cat-boxes {
    padding: 20px 10px 25px;
    margin-top: 0;
    height: calc(100% - 30px);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: relative;
    top: 0;
}
.icon_hvr_img_box {

    display: block;
    background-size: cover;
    border-radius: 4px;
    padding: 23px 10px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}
.icon_hvr_img_box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-6px);
    -moz-box-shadow: 0 20px 20px rgba(0,0,0,.1);
    webkit-box-shadow: 0 0 25px -5px #9e9c9e;
    box-shadow: 0 0 25px -5px #9e9c9e;
}

.icon_hvr_img_box:before {
    background-color: #fff;
    border: 1px solid #eaebf0;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.ccn-color-cat-boxes:before, .ccn-color-cat-boxes:hover:before {
    background-color: transparent;
    border-color: transparent;
}
.ccn-color-cat-boxes .icon {
    font-size: 75px;
}
.icon_hvr_img_box .icon {
    color: #2441e7;
    font-size: 48px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.ccn_icon_2 {
    width: auto;
    height: auto;
}

.icon_hvr_img_box .details {
    position: relative;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.icon_hvr_img_box .details h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2441e7;
}
.icon_hvr_img_box .details p {
    color: #6d6d6d;
    font-size: 14px;
}
.color-white {
    color: #fff!important;
}
.ccn-color-cat-boxes .icon {
    font-size: 55px;
}
.main-heading h5{
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    color: black;
}
    .main-heading h5::before {
        background: #fff;
        content: "";
        display: inline-block;
        height: 2px;
        margin-right: 1rem;
        margin-top: -1px;
        vertical-align: middle;
        width: 40px;
    }
    .main-heading h5::after {
        background: #fff;
        content: "";
        display: inline-block;
        height: 2px;
        margin-left: 1rem;
        margin-top: -1px;
        vertical-align: middle;
        width: 40px;
    }
.btn-theme {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 0px;
    color: white !important;
    padding: 7px 25px;
    border: 1px solid #083371;
    outline-offset: 0px;
    background-color: #083371;
    text-shadow: none;
}
.box1{
    width: 100%;
    padding-left: 30px;
  }
 @media (max-width:992px){
  .box1{
    width: 100%;
    padding-left: 15px;
  }
 }
.tpstyle-3-l {
  border-color: transparent #7d90a3 transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0;
  width: 0;
  position: absolute;
  left: -30px;
  top: 48px;
  z-index: -1;
}
.tpstyle-3-r {
  border-color: transparent transparent transparent #7d90a3;
  border-style: solid;
  border-width: 15px;
  height: 0;
  width: 0;
  position: absolute;
  left: 100%;
  top: 47px;
  z-index: -1;
}
.tpstyle-3-info {
  padding: 30px 20px 15px;
}

.box1 img{
width: 100px;
border-radius: 50%;
height: 100px;
margin-left: -25px;
}
.box1 .card{
  border: none;
  margin-right: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.box-component h3{
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
  text-align: center;
  margin: 0;
  padding: 12px 0;
  line-height: 1;
}

.box-component {
font-size: 14px;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    text-align: center;
    margin: 0;
    line-height: 1;
    height: 38px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    top: 24px;
    float: left;
    box-shadow: 0 0 1px rgb(0 0 0 / 25%);
    
    background-color: #083371 !important;
}
.box-component a{
  color: white !important;
}
.tpstyle-3-info h5{
  font-size: 16px !important;
}
.slick-dots li button:before {
  font-size: 50px !important;
}

 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #083371;
}
/* -------- Footer & Sidebar Widgets ---------- */


.social-widget > div {
    box-shadow: none !important;
  
  }
  .social-widget .tab-content{
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  
  
  }
  .twitter-tab {
    background: #1DA1F2 !important;
    padding: 10px;
    color: white !important;
    font-size: 15px !important;
  
  }
  .fb-tab {
    background: #339 !important;
    min-width: 50px;
    color: white !important;
    padding: 10px;
    font-size: 15px !important;
  
  }
  
  
  .social-widget .nav-tabs > li.active a, .social-widget .nav-tabs > li.active a:hover, .social-widget .nav-tabs > li.active a:focus {
    color: #fff;
  }
  
  /* .fb_iframe_widget span {
    height: 300px !important;
  }
  
    .fb_iframe_widget span iframe {
        height: 300px !important;
    } */
  
  .section-content {
    width: 100%;
  
  }
  .fb-comments, .fb_iframe_widget, .fb-comments > span, .fb_iframe_widget > span, .fb-comments > span > iframe, .fb_iframe_widget > span > iframe {
    display: block !important;
    margin: 0;
    width: 100% !important;
  }
  .timeline-Widget {
    border: 1px solid #707070 !important;
    background-color: #fff;
  
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
    /* Justify Border Title
  -----------------------------------------------------------------*/
  .fancy-title {
    position: relative;
    margin-bottom: 10px;
  }
  
    .fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
        position: relative;
        display: inline-block;
        background-color: #FFF;
        padding-right: 15px;
        margin-bottom: 0;
    }
  
    .fancy-title h4, .fancy-title h5, .fancy-title h6 {
        padding-right: 10px;
    }
  
    .fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-top: 3px double #E5E5E5 !important;
        left: auto;
        top: 46%;
        right: 0;
    }
  
    .fancy-title.title-border:before {
        top: 49%;
        border-top: 1px solid #EEE;
    }
  
    .fancy-title.title-border-color:before {
        top: 49%;
        border-top: 1px solid #1ABC9C;
        opacity: 0.6;
    }
    .aqua-heading {
      background-color: #1abc9c !important;
      margin-bottom: 0 !important;
      padding: 5px 10px !important;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
  }
  .related-posts {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 3%);
    border-radius: 2px;
  }
  .news-scroll {
    max-height: 425px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
  }
  @media (max-width: 767.98px){
  .news-scroll {
      max-height: 430px;
  }
  }
  .aqua-heading {
    background-color: #1abc9c !important;
    margin-bottom: 0 !important;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .title-dots.small {
    height: 23px;
    margin-bottom: 15px;
  }
  .title-dots {
    background: url(../img/title-dots.png) repeat scroll 0 5px;
    height: 30px;
    margin-bottom: 20px;
  }
  .title-dots.small span {
    font-size: 15px;
    line-height: 23px;
    padding: 8px 10px;
    font-weight: normal;
  }
.title-dots span {
    background-color: #e67817;
    color: white;
}
.title-dots .bg-news {
    background-color: #e67817;
    color: white;
}
  .stories-scroll {
    max-height: 438px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .latest-posts .media-post:hover{
    background-color: #F7FAFD;
  }
  
  .latest-posts .media-post {
    padding: 5px 5px !important;
    background-color: white;
  }
  .post.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0;
    width: 100px;
    height: 100px;
  }
  .post .post-thumb {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 190px;
    object-fit: cover;
  }
  .post.media-post .post-thumb img {
    width: 100%;
    height: 100%;
  }
  .post-right {
  
    padding-bottom: 1px;
  }
  .lnews-sec {
    min-height: 101px;
  }
  .section-content ul {
    margin-left: 30px;
  }
  .post-right .list-inline li {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #c7474c;
    font-size: 12px;
    font-style: italic;
    padding-left: 0;
  }
  .section-content ul li {
    list-style: disc;
    line-height: 22px !important;
    padding-bottom: 6px !important;
  }
  .widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .main-content ul li {
    float: left;
    width: 100%;
    /*list-style: disc;*/
    padding: 0px 0;
    line-height: 20px;
    /*margin-left: 40px;*/
  }
  .lnews{
    text-align: justify;
    padding: 0px 10px;
    font-size: 13px;
  }
  .lnews a{
    color: rgb(33, 37, 41);
  
  }
  
.insight_3 .card{
    background-color: white;
    border-color: #D3D5DB !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    overflow: hidden;
    }

.insight_3 a {
    background: aliceblue;
/*    padding: 7px 10px;
*/    color: white;
    font-size: 14px;
/*    margin-bottom: 20px !important;
*/    background-color: #096939;
}
    .insight_3 .card .card-head img{
      border-radius: 5px 5px 0px 0px;
    max-width: 100%;
    height: 200px;
    padding: 0px;
    }
    .insight_3 p{
      font-size: 14px;
      text-align: justify;
    }
    .insight_3 .main-topic{
     
      font-size: 13px;
      font-weight: 500;
    }
    .insight_3 .date2{
      color: #606991;
      font-size: 13px;
    }
    .insight_3 .card-body h4{
      font-size: 15px;
    }
    .insight_3  .btn_article{
      background-color: #D3DDED;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 3px;
      border-radius: 0px;
      color: #083371 !important;
     padding: 7px 25px;
      outline-offset: 0px;
     text-shadow: none;
    }
  
    .date2 span{
      font-size: 16px;
    }
    .insight_3 .card img {
      transition: all ease-in-out 0.4s;
    }
    .insight_3 .card:hover img {
      transform: scale(1.1);
    }
    .insight_3 .card-head{
      display: contents;
    }
  .bg-light{
    background: #FAFAFA !important;
}  
.box8-1 .icon,.box8-1 .title{margin:0;position:absolute;text-align: center;}
.box8-1 .icon li{display: inline-block;}
.box8-1{position:relative; width: 100%;  margin-bottom: 40px; margin-left: 20px; margin-right: 20px;}
.box8-1 img{width:100%;height:100%;}
.box8-1 .box-content{width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s;}
.box8-1 .icon li a,.box8-1 .title
{
 
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.slick-slide{
    margin-right: 35px;
}
.box8-1 .icon li a
{
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}
.box8-1:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0);}
.box8-1 .title
{
  padding: 5px 15px;
  /* border-radius: 5px; */
  font-size: 14px;
  font-weight: 500;
  bottom: 0px;
  align-items: center;
  left: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all .9s ease 0s;
  padding-top: 20px;
  line-height: 20px;
}
.box8-1 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s;}
.box8-1:hover .title{bottom:-40px;display: none;}
.box8-1 .icon{list-style:none;padding:0;top:42%;left:0;right:0;}
.box8-1 .icon li a{display:block;width:35px;height:35px;  font-size: 17px; display: flex; justify-content: center; align-items: center; border-radius:50%;margin-right:7px;}
.box9 .icon,.box9 .title{width:100%;font-size:22px;}
.box8-1 .icon li a:hover{background:#fff;color:#000;}
@media only screen and (max-width:990px){.box8{height:100% ; margin-bottom:20px;}
}
  

.slick-prev, .slick-next {
    background-color:  rgba(115, 115, 115, 0.8);
}

.services-cont {
    padding: 20px;
    z-index: 99;
    margin-top: 0px;
    border-radius: 13px;
    box-shadow: 0 1px 5px 0px rgb(211 211 211 / 50%);
    position: relative;
}
.services-cont-inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}
.services-cont2 {
  padding: 20px;
  z-index: 99;
  margin-top: 0px;
  border-radius: 13px;
  position: relative;
}
.services-cont-inner2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 40px;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px 0 10px 0;
  width: 100%;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.services-cont-inner .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 8px 4px;
  margin: 10px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
  color: #666;
  border-radius: 12px;
  border: #EEEEEE 1px solid;
  transition: transform .5s ease;
}
 .services-cont-inner2 .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  background-color: transparent !important;
  margin: 10px;
  color: #666;
  border-radius: 12px;
  transition: transform .5s ease;
}
.services-cont-inner .MultiCarousel-inner .item > div:hover {
  background: #fff !important;
  transform: scale(1.1);
}

.services-cont-inner .MultiCarousel-inner .item > div:hover p {
  color: #000 !important;
  font-weight: 700 !important
}
.services-cont-inner .MultiCarousel .MultiCarousel-inner .item > div p {
  color: var(--bg-theme);
  font-weight: 500;
  margin: 1px 0 5px 0;
}
.MultiCarousel .MultiCarousel-inner .item .ser-urdu-text {
  margin: 0 0 10px 0;
  font-family: 'Jameel Noori';
  font-size: 18px;
  line-height: 24px
}

.board .MultiCarousel .leftLst, .board .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(55% - 5px);
}
.profile_spr  .MultiCarousel .leftLst, .profile_spr .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(55% - 5px);
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(45% - 5px);
}
.MultiCarousel .leftLst {
  left: 25px;
  padding: 1.82px 11px
}
.pad15 h5{
  font-size: 16px !important
}
.MultiCarousel .leftLst span:before {
  line-height: 35px
}
.MultiCarousel .rightLst {
  right: 25px;
  padding: 1.82px 11px
}
.MultiCarousel .rightLst span:before {
  line-height: 35px
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #fff;
  border: #939393 1px solid;
  color: var(--bg-theme);
}
.btn-theme-slider{
    background-color: var(--bg-theme);
    color: white;
}
.services-cont-inner .pad15 img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 50%;
}

.box9 .icon,.box9 .title{margin:0;position:absolute;text-align: center;}
.box9 .icon li{display: inline-block;}
.box9{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative; height: 100%; width: 100%; margin-right: 20px; }
.box9 img{width:100%; height:100%; }
.box9 .box-content{width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s;}
.box9 .icon li a,.box9 .title
{
  background:rgba(0,0,0,.4);
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.box9 .icon li a
{
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}
.box9:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0);}
.box9 .title
{
  padding: 5px 15px;
  /* border-radius: 5px; */
  font-size: 14px;
  font-weight: 500;
  bottom: 0px;
  align-items: center;
  left: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all .9s ease 0s;
  padding-top: 20px;
  line-height: 20px;
}
.box9 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s;}
.box9:hover .title{bottom:-40px;display: none;}
.box9 .icon{list-style:none;padding:0;top:42%;left:0;right:0;}
.box9 .icon li a{display:block;width:35px;height:35px;  font-size: 17px; display: flex; justify-content: center; align-items: center; border-radius:50%;margin-right:7px;}
.box9 .icon,.box9 .title{width:100%;font-size:22px;}
.box9 .icon li a:hover{background:#fff;color:#000;}
@media only screen and (max-width:990px){.box8{height:100% ; margin-bottom:20px;}
}





.services-cont-inner h5{
    font-size: 16px;
    color: var(--bg-theme);
    text-transform: uppercase;
    margin-bottom: 0px;
}
.box8 .icon,.box8 .title{margin:0;position:absolute;text-align: center;}
.box8 .icon li{display: inline-block;}
.box8{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative; height: 100%; width: 100%; margin-right: 20px; }
.box8 img{width:100%; height:100%; }
.box8 .box-content{width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s;}
.box8 .icon li a,.box8 .title
{
  background:rgba(0,0,0,.4);
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.box8 .icon li a
{
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}
.box8:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0);}
.box8 .title
{
  padding: 5px 15px;
  /* border-radius: 5px; */
  font-size: 14px;
  font-weight: 500;
  bottom: 0px;
  align-items: center;
  left: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all .9s ease 0s;
  padding-top: 20px;
  line-height: 20px;
}
.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s;}
.box8:hover .title{bottom:-40px;display: none;}
.box8 .icon{list-style:none;padding:0;top:42%;left:0;right:0;}
.box8 .icon li a{display:block;width:35px;height:35px;  font-size: 17px; display: flex; justify-content: center; align-items: center; border-radius:50%;margin-right:7px;}
.box9 .icon,.box9 .title{width:100%;font-size:22px;}
.box8 .icon li a:hover{background:#fff;color:#000;}
@media only screen and (max-width:990px){.box8{height:100% ; margin-bottom:20px;}
}


.box8-2 .icon,.box8 .title{margin:0;position:absolute;text-align: center; }
.box8-2 .icon li{display: inline-block;}
.box8-2{position:relative; height: 190px; width: 190px; margin-right: 20px; }
.box8-2 img{width:100%; height:100%; }
.box8-2 .box-content{width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s;}
.box8-2 .icon li a,.box8 .title
{
  background:rgba(0,0,0,.4);
    font-size: 13px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.box8-2 .icon li a
{
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}
.box8-2:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0);}
.box8-2 .title
{
  padding: 5px 15px;
   border-radius: 5px; 
  font-size: 13px;
  font-weight: 500;
  bottom: 0px;
  align-items: center;
  left: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all .9s ease 0s;
  padding-top: 20px;
  line-height: 20px;
}
.box8-2 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s;}
.box8-2:hover .title{bottom:-40px;display: none;}
.box8-2 .icon{list-style:none;padding:0;top:10%;left:0;right:0;}
.box8-2 .icon li a{display:block;width:35px;height:35px;  font-size: 13px; display: flex; justify-content: center; align-items: center; border-radius:50%;margin-right:7px;}
.box8-2 .icon,.box9 .title{width:100%;font-size:13px; color: white !important;}
.box8-2 .icon li a:hover{background:#fff;}
@media only screen and (max-width:990px){.box8{height:100% ; margin-bottom:20px;}
}

.gallery_margin{
  margin-bottom: 12px;
}
.about-us__image,
.video-box {
  position: relative;
}
.bg-counter {
  background-color: #FAFAFA;
  padding: 10px 25px 0px 25px;
  padding-top: 30px;
  margin-top: 65px;
  border-radius: 5px;
}
.counter-border {
  border-left: 4px solid #CCA000;
  margin-left: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.counter-border p {
  color: #223555;
  font-size: 16px;
  margin-bottom: 5px;
}
.counter-border .purecounter {
  color: #223555;
  font-size: 30px;
  margin-bottom: 5px;
}
/* Tenders Style */

.portlet.light {
  padding: 0px 0px 0px 0px;
  background-color: #fff;
}
.portlet {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 2px 3px 2px rgb(0 0 0 / 3%);
}
.portlet.light > .portlet-title {
  padding: 0;
  min-height: 45px;
}
.portlet > .portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-left: 15px;
  padding: 0;
  color: #222;
}

.portlet > .portlet-title > .actions {
  float: right;
  margin-right: 15px;
  color: white !important;
  display: inline-block;
  padding: 0;
}
.label:not(.md-skip).label-sm {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 6px;
}
.label-warning {
  color: white !important;
  background-color: #f0ad4e;
}
.info-scroll {
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.info-scroll ul {
  margin-left: 0 !important;
}

.section-content ul li {
  list-style: disc;
  line-height: 22px !important;
  padding-bottom: 6px !important;
}
.info-scroll ul li {
  list-style: none !important;
  margin-left: 0 !important;
}


.section-content ul li {
    list-style: disc;
    line-height: 22px !important;
    padding-bottom: 6px !important;
}
.info-scroll ul li {
    list-style: none !important;
    margin-left: 0 !important;
}
.main-content ul li {
    float: left;
    width: 100%;
    list-style: disc;
    padding: 5px 0;
    line-height: 20px;
}
.task-list > li {
  position: relative;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #F4F6F9;
  color: #333;
  width: 96%;
}
.task-list .task-title{
  padding-left: 20px;
  padding-right: 20px;
}
.task-title-sp {
  font-weight: 500;
  font-size: 13px;
}
.task-list > li a {
  color: #333;
  text-decoration: none;
}
.task-list .task-date {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.task-list .task-date i {
    color: #e77817;
    margin-right: 5px;
}

.info-scroll ul li:hover{
  background-color: rgb(245, 243, 243);
  border-left: 2px solid #ff9600;
}

.task-list {
  padding-left: 0px !important;
  padding-right: 0px !important;
}




.info-scroll2 {
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.info-scroll2 ul {
  margin-left: 0 !important;
}

.info-scroll2 ul li {
  list-style: none !important;
  margin-left: 0 !important;
}




.task-list2 > li {
  position: relative;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #F4F6F9;
  color: #333;
  width: 96%;
}
.task-list2 .task-title{
  padding-left: 20px;
  padding-right: 20px;
}
.task-title-sp {
  font-weight: 500;
  font-size: 13px;
}
.task-list2 > li a {
  color: #333;
  text-decoration: none;
}
.label-apply {
    background-color: #e77817;
    color: white !important;
}
.task-list2 .task-date {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.task-list2 .task-date i {
    color: #e77817;
    margin-right: 5px;
}

.info-scroll2 ul li:hover{
  background-color: rgb(245, 243, 243);
  border-left: 2px solid #C7474C;
}

.task-list2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}




.info-scroll3 {
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.info-scroll3 ul {
  margin-left: 0 !important;
}

.info-scroll3 ul li {
  list-style: none !important;
  margin-left: 0 !important;
}




.task-list3 > li {
  position: relative;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #F4F6F9;
  color: #333;
  width: 98%;
}
.task-list3 .task-title{
  padding-left: 20px;
  padding-right: 35px;
}
.task-title-sp {
  font-weight: 500;
  font-size: 13px;
}
.task-list3 > li a {
  color: #333;
  text-decoration: none;
}
.label-download {
    background-color: #096939;
    color: white !important;
}
.task-list3 .task-date {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.task-list3 .task-date i {
  color: #0B6E0B;
  margin-right: 5px;
}

.info-scroll3 ul li:hover{
  background-color: rgb(245, 243, 243);
  border-left: 2px solid #0B6E0B;
}

.task-list3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


/* Buttons */

.my_button{width: 150px;height: 50px;border: 2px solid #333;font-size: 16px;cursor: pointer;display: flex;align-items: center;justify-content: center;position: relative;z-index: 0;transition: 2s}.my_button::before, .my_button::after{position: absolute;background: #eee;z-index: -1;transition: 1s;content: ''}.my_button::before{height: 50px;width: 130px}.my_button::after{width: 150px;height: 30px}.my_button:hover::before{width: 0px;background: #fff}.my_button:hover::after{height: 0px;background: #fff}.my_button:hover{background: #fff}

.btn-animated-2{
  width:200px;
  height:45px;
  border-radius:45px;
  cursor:pointer;
  font-size: 14px;
  border:none;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:bold;
  box-shadow:0px 8px 15px rgba(0,0,0,0.1);
  transition:all 0.3s ease;
}

.btn-animated-2:hover{
  background:#2ceae5;
  transform:translateY(-7px);
  color:#fff;
  box-shadow:0px 10px 25px rgba(46,223,229,0.445);
  
}
@media (min-width:1235px) and (max-width:1284px){
  .to-breaking {
    margin-top: -10px !important;
}
}
@media (min-width:300px) and (max-width:772px){
  .to-breaking {
    margin-top: 10px !important;
}
.main-heading h5{
  font-size: 18px;
}
.box8-2{
  width: 90%;
  height: 90%;
}
}
@media (min-width:772px) and (max-width:1200px){
  .to-breaking {
    margin-top: 140px !important;
}
main{
  margin-top: 215px;
}
}

/* Index Page 2 */


.dd-step-2 {
  position: relative;
  padding: 15px 10px;
background-color: #fff;
text-align: center;
 justify-content: center;
 border: none;
 border-radius: 5px;
  box-shadow: 0 0 29px -2px rgb(0 0 0 / 9%);

}
.dd-step-2 h3{
font-size: 13px;
color: white !important;
text-transform: uppercase;
margin-bottom: 8px;
text-align: center;
}
.dd-step-2 p{
font-size: 14px;text-align: justify;
}
.step2 {
width: 50px;
height: 50px;
text-align: center;
justify-content: center;
font-size: 25px;
padding: 8px;
border-radius: 50%;
margin-bottom: 20px;
/* right: -33px; */

}
.bg_step_1{
  background-color: #D4F0F5;
  color: #1390a7;
}
.bg_step_12{
  background-color: #f17abc;
  color: white;
}
.bg_step_13{
  background-color: #57b36f;
  color: white;
}
.service_green {
    background-color: #45e394;
    color: white;
}
.service_orange {
    background-color: #e67817;
    color: white;
}

.bg_step_13 {
    background-color: #57b36f;
    color: white;
}
.bg_step_2{
  background-color: #fff1c9;
  color: #FFC424;
}
.bg_step_3{
  background-color: #CCF8CC;
  color: #0B6E0B;
}
.bg_step_4{
  background-color: #FB7A7A;
  color: #c91616;
}

.bg_step_11{
  background-color: #1390a7;
  color: white;
}
.bg_step_22{
  background-color: #FFC424;
  color: white;
}
.bg_step_33{
  background-color: #0B6E0B;
  color: white;
}
.bg_step_44{
  background-color: #c91616;
  color: white;
}

.bg_step_card1{
  background-color: #D4F0F5;
}
.bg_step_card12{
  background-color: #ffdbe9;
}
.bg_step_card13{
  background-color: #d1efd9;
}
.bg_step_card2{
  background-color: #fff1c9;
  }
  .bg_step_card3{
    background-color: #CCF8CC;
    }
    .bg_step_card4{
      background-color: #FB7A7A;
      }

.jobs_tenders_2 .nav-pills .nav-link{
  width: 95%;
  height: 100%;
  
}
.index_Page_2 .carousel-item img {
  height: 415px !important;
  }
  
  @media (max-width:992px){
    .index_Page_2 .carousel-item img {
      height: auto !important;
      }
      .banner_top{
        margin-top: 10px !important;
      }
    }
    .banner_top{
      max-width: 100%;
      margin-top: 90px;
    }
     /************* Tables Page *******************/
  .table-striped>tbody>tr:nth-child(odd)>td, 
  .table-striped>tbody>tr:nth-child(odd)>th {
     background-color: #D3DDED; 
   }
  
   .light_stripped  .table-striped>tbody>tr:nth-child(odd)>td, 
   .light_stripped .table-striped>tbody>tr:nth-child(odd)>th {
      background-color: #F7FAFD; 
    }
    .light_stripped_two thead{
      background-color: #083371;
      border-bottom: 0px !important;
      color: white;
    }
    .light_stripped_two  .table-striped>tbody>tr:nth-child(odd)>td, 
    .light_stripped_two .table-striped>tbody>tr:nth-child(odd)>th {
       background-color: #F7FAFD; 
     }
     .light_stripped_two tbody{
       border-top: 0px !important;
     }
  
     .download{
      background: #E8A91C;
      color: white !important;
      border-radius: 5px;
      /* width: 18px; */
      margin-right: 5px;
      padding: 6px;
      font-size: 18px;
       line-height: 1; 
      /* padding: 7px; */
  }
  .download_2{
    background: #C7474C;
    color: white !important;
    border-radius: 5px;
    /* width: 18px; */
    padding: 6px;
    font-size: 18px;
     line-height: 1; 
    /* padding: 7px; */
  }
  table{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Grid System */
  
  .bg_highlight{
    background-color: #D3DDED;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  
  /* Slick Sliders */
  
  .variable2 .slick-prev:before, .slick-next:before {
  color: black !important;
  font-size: 14px;
  
  
  }
  .variable2 .slick-prev, .slick-next{
         background: rgb(233, 232, 232);
        height: 30px;
        width: 30px;
        border-radius: 50%;
  }
  
  .bg_set{
    background-color: #D3DDED;
    padding: 20px;
  }
  
  .bg-theme-blue{
    background-color: #000;
    color: #fff;
  }
  .border_bottom_dash{
    border-bottom: 1px dashed lightgray;
    margin-bottom: 5px;
  }
  
  
  /*************** Breadcurumbs *********************/
.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 300;
}
.breadcrumbs a{
  color: rgb(33, 37, 41);
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  content: ">";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.main-text h6{
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 50px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  }
.main-text h5{
   
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    }

    /***************** Contact Us Page ******************/
    .bg-contact{
      background-color: #F7FAFD;
      padding-bottom: 60px;
        padding-top: 20px;
          margin-top: -70px;
      }
      .height_40{
        height: 45px;
      }
      .faq .form-control{
        padding: 4px 10px;
        border-color: #C3CAD9;
        font-size: 15px;
        color: #828181 !important;
        border-radius: 3px;
      }
      .faq .btn-success{
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        border-radius: 0px;
       padding: 7px 25px;
       border: 1px solid #083371 !important;
        outline-offset: 0px;
        background-color: #083371 !important;
        text-shadow: none;
      }
      .form-control:focus{
        box-shadow: none !important;
      }
      .error{
        color: red ;
      }
      .border-set{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        padding: 20px 40px;
        border-radius: 3px;
      
      
      }
      .double-service {
        position: relative;
        background-color: white;
        -webkit-transition: .3s;
        height: 100%;
        transition: .3s;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        border-bottom: 3px solid white;
        padding: 25px 20px;
      }
      
      .double-service .service-hover{
        display: none;
      }
      .double-service:hover:after,
      .double-service:hover:before {
        width: 50%;
        height: 2px;
        -webkit-transition: .3s;
        transition: .3s
      }
      .double-service:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px, rgba(0, 0, 0, 0.06) 1px 1px 2px 1px;
        border-color: #083371;
      }
      
      .service {
        border: 1px solid #F8F6F5;
        height: 90px;
        background-color: #F8F6F5;
        width: 90px;
        align-items: center;
        justify-content: center;
      display: inline-flex;
      }
      .service img{
        max-width: 90%;
      }
      .double-service img {
        line-height: 77px;
        margin-bottom: 3px;
        padding: 13px 11px;
        color: #ECCED0;
      }
      .double-service:hover .service   {
        color: #fff;
        background-color: #083371;
      }
      .double-service:hover .service-hover   {
        display: block;
      }
      .double-service:hover  .service-img  {
        display: none !important;
      }
      
      
      .double-service h6 {
        font-size: 14px !important;
        font-weight: 400;
       margin-bottom: 10px;
        margin-top: 20px;
        text-transform: uppercase;
      }
      @media(max-width:600px){
        .border-set{
          padding: 20px 20px !important;
        }
        .bg_part{
        margin-left: 0px !important;
        }
      }
      
      .bg_contact_two{
      background-color: white;
        -webkit-transition: .3s;
        transition: .3s;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        border-bottom: 3px solid white;
        padding: 25px 20px;
      }
      .bg_part{
        background-image: url('../img/part.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 20px;
        margin-left: -30px;
      }
      .bg_part h6 {
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
      }
      
      .bg_part h5 {
        color: white;
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
      }
      
      hr{
        border-bottom: 1px solid white;
      }
      .negative{
        margin-top: -30px;
      }
      

      
/* Project Page Style */

.entry {
  position: relative;
  margin: 0 0 30px;
  border: #eee 1px solid;
  padding: 20px;
}
@media (max-width: 767.98px){
.small-thumbs .entry-image, .ievent .entry-image {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    left: 0;
}
}

.small-thumbs .entry-image {
  float: left;
  width: 230px;
  margin: 0 -50px 0 0;
  position: relative;
  left: -43px;
}

.small-thumbs .entry-image, .ievent .entry-image {
  float: left;
  width: 230px;
  margin: 0 30px 0 0;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.entry-image {
  margin-bottom: 10px;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.entry a {
  text-decoration: none !important;
  color: #083371;
}

.small-thumbs .entry-image img, .ievent .entry-image img {
  border-radius: 0;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}

.small-thumbs .entry-title h2, .ievent .entry-title h2 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
}

@media (max-width: 767.98px){
.entry-title h2, .post-grid .entry-title h2 {
    font-size: 18px !important;
    font-weight: 600;
}
.small-thumbs .entry-image {
  left: 0px;
}

}

.entry-title h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#posts .entry-content {
  margin-top: 20px;
}
.entry-content {
  position: relative;
}

#content p {
  line-height: 1.8;
  text-align: justify;
  font-size: 14px;
}

.more-link {
  display: inline-block;
  border-bottom: 1px solid #083371;
  padding: 0 2px;
  font-style: italic;
}

.bg_project_one{
  background-color: #FBEEEE;
}

.bg_project_two{
  background-color: #EEEEEE;
}
.bg_project_three{
  background-color: #D4F0F5;
}

.insight_project .card{
 border-color: #D3D5DB !important;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
  overflow: hidden;
  }

  .insight_project .card .card-head img {
    border-radius: 5px 5px 0px 0px;
    /* max-width: 99%; */
    padding: 0px;
    width: 100%;
    height: 250px;
}
  .insight_project p{
    font-size: 14px;
    text-align: justify;
  }
  .insight_project .main-topic{
    color:#204293 ;
    font-size: 13px;
    font-weight: 500;
  }
 
  .insight_project .card-body h4{
    font-size: 15px;
  }
  .insight_project  .btn_article{
    background-color: #083371;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0px;
    color: white !important;
   padding: 7px 25px;
    outline-offset: 0px;
   text-shadow: none;
  }
  
  .insight_project .card img {
    transition: all ease-in-out 0.4s;
  }
  .insight_project .card:hover img {
    transform: scale(1.1);
  }

   /**************** Detail Page ******************/

   .insight-blog-detail .date{
    color: #083371;
    font-size: 13px;
  }
  .insight-blog-detail .main-topic{
    font-size: 14px;
    color: #083371;
    font-weight: bold;
  }
  
  .insight-blog-detail img{
    width: 100%;
    overflow: hidden;
  }
  
  .share-social i{
    color: #083371  !important;
    font-size: 25px;
    margin-left: 10px;
  }
  .share-social span{
    font-size: 14px;
    color: #083371  ;
    margin-top: 3px;
    font-weight: bold;
  }
  .insight-blog-detail .main-data p{
   
    font-size: 14px;
    text-align: justify;
  }
  
  .list-blog h6{
 font-size: 20px;
    font-weight: bold !important
  
  
  }
  
  .keyword .form-control{
    background-color: #f6f7f9;
    height: 60px;
    border-radius: 9px !important;
    width: 100% !important;
    margin-left: t0px !important;
    padding: 10px !important;
    border: none !important;
  }
  
  .keyword .has-main .form-control-feedback {
    float: right;
    margin-right: 12px;
    margin-top: -52px;
    position: relative;
    z-index: 2;
    color: #1A1A1A;
    border-radius: 5px;
    padding: 10px;
    background-color: none !important;
  }
  
  
   /* About Us Page */
   .about-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
   }
   .about-content-two p {
     font-size: 15px;
     text-align: justify;
     font-weight: 400;
    }
    .main-img {
      width: 100%;
      border: 5px solid #E9E7E7;
  }
  .heading-about{
    font-size: 20px;
  }

  /* Pagination */
.pagination li a.page-link{
  color: #fff;
  background: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 50% !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
  color: #fff;
  background: rgba(211, 221, 237,0.8);
  line-height: 20px;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
  content: '';
  background-color: rgba(173, 199, 241, 0.5);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.pagination li a.page-link:after{ background-color: #083371; }
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before{
  top: -4px;
}
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after{
  top: -8px;
}
@media only screen and (max-width: 480px){
  .pagination{
      font-size: 0;
      display: inline-block;
  }
  .pagination li{
      display: inline-block;
      vertical-align: top;
      margin: 10px 0;
  }
}

/* About-us Start*/

.about-us {
  padding: 30px 0px;
  float: left;
  width: 100%;
  background-color: #fff;
}

.about-us h4 {
  font-size: 16px;
  font-weight: 400;
  color: #f99312;
}

.about-us h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000000;
  text-transform: uppercase;
}

.about-us img {
  box-shadow: -1px 10px 22px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 22px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 22px -13px rgba(0, 0, 0, 0.75);
  width: 98%;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  height: auto;
}

.about-cont p {
  max-width: 100%;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0px;
  margin-top: 14px;
}

.about-cont h4 {
  font-size: 15px;
  font-weight: 600;
  color: #f99312;
  margin-bottom: 0px;
}

.about-cont span {
  font-size: 14px;
  color: #000000;
}
.ab-class {
  margin-bottom: 3.5rem;
}

/*team-img*/

.team-img {
  padding-top: 30px;
  padding-bottom: 30px;
  /* float: left; */
  width: 100%;
}

.team-img .my-img {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.team-img .my-img img.person-img {
  border-radius: 50%;
  margin: auto;
  position: absolute;
 
  left: 0;
  right: 0;
  border: 2px solid #083371;
}

.team-img .my-img img.team-bg {
  margin-top: 13px;
  margin-left: 5px;
}

.person-detail {
  float: left;
  width: 100%;
  text-align: center;
}

.person-detail h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0px;
}

.person-detail h6 {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  max-width: 230px;
  margin: auto;
  height: 34px;
}
.person-detail p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.social-icons {
  float: left;
  width: 100%;
  text-align: center;
}
.social-icons ul li {
  display: inline-block;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}
.social-icons ul {
  margin-bottom: 30px;
  padding-left: 0px;
  margin-top: 6px;
}
.facebook-hover {
  color: #fff;
  transition: 0.5s ease;
  background-color: #4267b2;
}

.social-icons ul li a {
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  height: 30px;
  line-height: 31px;
  width: 30px;
  display: block;
}
.social-icons ul li a i {
  color: #fff !important;
  font-size: 14px;
  margin-left: 0px;

}

.twitter-hover {
  color: #fff;
  transition: 0.5s ease;
  background-color: #1da1f2;
}

.instagram-hover {
  color: #fff;
  transition: all 0.5s ease;
  background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
}

.linked-in-hover {
  color: #fff;
  transition: 0.5s ease;
  background-color: #2867b2;
}
.person-detail p a {
  text-decoration: none;
}

.img-maxwidth {
  margin: auto;
  display: block;
}

.team-img h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_img2 {
  background-image: url(../images/Team_02.png) !important;
}
*main-teammember*/

.main-teammember {
  /* float: left; */
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 30px;
}
.main-teammember .my-img {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.main-teammember img.team-bg {
  margin-top: 13px;
  margin-left: 5px;
}
.main-teammember .my-img img.person-img {
  border-radius: 50%;
  margin: auto;
  position: absolute;
  z-index: 22;
  left: 0;
  right: 0;
  border: 2px solid #083371;
}

.main-teammember h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #333333;
}
.main-teammember h5 {
  font-size: 16px;
  font-weight: 400;
}

/*team-popup*/

.team-popup .my-img img.person-img {
  border-radius: 5%;
  margin: auto;
  position: absolute;
  z-index: 22;
  left: 18px;
  right: auto;
  border: 0px;
  top: 33px;
}
.team-popup {
  background-color: #ffffff !important;
}
.team-popup .social-icons {
  text-align: left;
}
.team-popup .social-icons ul {
  margin-bottom: 0px;
}
.team-popup img.team-bg {
  margin-top: 17px;
  margin-left: 11px;
  width: 185px;
  transform: rotateZ(95deg);
}
/*Responsive Start Here*/

@media (min-width: 1400px) {
  .team-img .my-img img.team-bg {
      margin-top: 13px;
      margin-left: 30px;
  }
  .main-teammember .my-img img.team-bg {
      margin-top: 13px;
      margin-left: 30px;
  }
  .team-popup .my-img img.person-img {
      border-radius: 5%;
      margin: auto;
      position: absolute;
      z-index: 22;
      left: 36px;
      right: auto;
      border: 0px;
      top: 30px;
  }
}

@media (max-width: 1200px) {
  .team-img .my-img img.team-bg {
      margin-top: 13px;
      margin-left: -7px;
  }
  .main-teammember .my-img img.team-bg {
      margin-top: 13px;
      margin-left: -7px;
  }
}

@media (max-width: 992px) {
  .team-img .my-img img.team-bg {
      margin-top: 0px;
      margin-left: 0px;
      visibility: hidden;
  }
  .main-teammember .my-img img.team-bg {
      margin-top: 0px;
      margin-left: 0px;
      visibility: hidden;
  }
}

@media (max-width: 640px) {
  .custom-flex {
      display: flex;
      flex-direction: column-reverse;
  }
  .about-us img {
      margin-bottom: 20px;
  }
  .ab-class {
      margin-bottom: 2.5rem;
  }
  .person-detail h6 {
      height: auto;
  }
}
.main-teammember .my-img img.person-img, .team-img .my-img img.person-img {
  width: 187px;
  height: 187px;
}

 /* Services Page */

/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/
.flip-card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-front, .flip-card-back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 180px;
  border-radius: 6px;
  font-size: 1.5rem;
}
.flip-card h3{
  font-size: 16px;
  margin-top: 15px;
}

.flip-card-back {
  background-color: #666;
}

  .flip-card-front.no-after:after, .flip-card-back.no-after:after {
      content: none
  }

  .flip-card-front:after, .flip-card-back:after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      opacity: 0.6;
      background-color: #f5f5f5;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 6px;
      box-shadow: #c7c7c7 0px 0px 6px;
  }

.flip-card:hover .flip-card-front, .flip-card:hover .flip-card-back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flip-card-inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.flip-card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card-front, .flip-card:hover .flip-card-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-to-bottom .flip-card-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-to-bottom .flip-card-front, .top-to-bottom:hover .flip-card-back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-to-bottom:hover .flip-card-front {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card-inner span {
  font-size: 17px !important;
  line-height: 20px;
  font-weight: 300;
}

.flip-card-inner p {
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6
}
  
.flip-card .card{
  background-color:  transparent;
  border: 0px;
}
.flip-card img{
 width: 60px;
}
.step-main-service {
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
 font-size: 27px;
  color: white;
  left: 2px;
  border-radius: 50%;
  /* right: -33px; */
  background-color: #083371;
}
.services_two h4{
font-size: 18px;
}
.services_two p{
  font-size: 14px;
}

.gallary_2 img{
width: 100%;
height: 100%;
}
.gallary_2 h3{
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
}
.post_two img{
width: 60%;
}
@media (max-width:772px){
  .post_two img{
    width: 100%;
    }
}
.post_two .table  td{
  font-size: 14px;
}

.banner_top{
  margin-top: 60px;
}

figure.snip0015 {
color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  text-align: center;
}

figure.snip0015 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0015 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid #083371;
  border-bottom: 1px solid #083371;
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015 h2,
figure.snip0015 p {
  margin: 0 0 5px;
  opacity: 0;
  color: #083371;
  font-size: 23px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0015 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015 h2 span {
  font-weight: 800;
}
figure.snip0015 p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0015:hover img {
  opacity: 0.35;
}
figure.snip0015:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


/*interactive-session*/

.interactive-session img {
  margin: auto;
  display: block;
  height: auto;
}
.interactive-session {
  padding: 30px 0px;
}

.interactive-session h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

/*interactive-session End*/

.home-page h3 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 3px;
  line-height: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width:772px){
  .bg-contact{
    margin-top: -30px !important;
  }
}

.insight_2 .card{
  background-color: white;
  border-color: #D3D5DB !important;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
  overflow: hidden;
  }

.insight_2 .card .card-head img{
  border-radius: 5px 0px 0px 5px;
max-width: 100%;
padding: 0px;
}
.insight_2 p{
  font-size: 14px;
  text-align: justify;
}
.insight_2 .main-topic{
  color:#204293 ;
  font-size: 13px;
  font-weight: 500;
}
.insight_2 .date{
  color: #606991;
  font-size: 13px;
}
.insight_2 .card-body h4{
  font-size: 15px;
}
.insight_2  .btn_article{
  background-color: #D3DDED;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  border-radius: 0px;
  color: #083371 !important;
 padding: 7px 25px;
  outline-offset: 0px;
 text-shadow: none;
}

.insight_2 .card img {
  transition: all ease-in-out 0.4s;
}
.insight_2 .card:hover img {
  transform: scale(1.1);
}

/* Career Page style */
.Career h5{
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 20px;
}
.color_theme{
  color: #2C2292;
}
.btn-theme{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  border-radius: 0px;
  color: white !important;
 padding: 7px 25px;
 border: 1px solid #083371;
  outline-offset: 0px;
  background-color: #083371;
  text-shadow: none;
}
.detail  .card , .job .card{
  padding: 20px 25px;
  border-color: white;
  border-radius: 10px;
}
.job .card{
  padding: 20px 25px;
  border-color: white;
  border-bottom: 3px solid #083371;

  border-radius: 0px;
  transition: .3s;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}
.job .card img{
  margin-bottom: 20px;
}
.detail i{
  color: #083371;
  font-size: 35px;
  margin-bottom: 10px;
}
.Career .card h6{
  text-transform: uppercase;
}
.Career .card p{
  font-size: 14px;
}
.btn-apply{
  background-color: #D3DDED;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  border-radius: 0px;
  color: #083371 !important;
 padding: 7px 25px;
  outline-offset: 0px;
 text-shadow: none;
}
.bg-theme{
  background-color: #083371;
  padding: 50px 0px 30px 0;
}
.bg-theme .counter-box span{
  color: white;
  font-size: 40px;
  font-weight: 500;
}
.bg-theme .counter-box p{
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.Career img{
  max-width: 100%;
}
.text-justify{
  text-align: justify;
}
.insight .card{
  background-color: white;
  border-color: #D3D5DB !important;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
  overflow: hidden;
  }


  .insight .card .card-head img{
    border-radius: 5px 5px 0px 0px;
  max-width: 100%;
  padding: 0px;
  }
  .insight p{
    font-size: 14px;
    text-align: justify;
  }
  .insight .main-topic{
    color:#204293 ;
    font-size: 13px;
    font-weight: 500;
  }
  .insight .date{
    color: #606991;
    font-size: 13px;
  }
  .insight .card-body h4{
    font-size: 15px;
  }
  .insight  .btn_article{
    background-color: #D3DDED;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 0px;
    color: #083371 !important;
   padding: 7px 25px;
    outline-offset: 0px;
   text-shadow: none;
  }
  .date{
    
    position: absolute;
    font-size: 18px;
    color: white !important;
    min-width: 140px;
    margin-top: 10px;
    text-align: center;
    background: #083371;
    padding: 5px 10px;
  }
  .date span{
    font-size: 16px;
  }
  .insight .card img {
    transition: all ease-in-out 0.4s;
  }
  .insight .card:hover img {
    transform: scale(1.1);
  }
  
  .Background_one{
    background-image: url('../img/bg-grey.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 40px 30px 30px;
      }
      .Background_one p , .Background_two p  , .Background_two h5 , .Background_one h5{
        color: white;
      }
      .Background_one p{
        font-size: 14px;
      }
    
      .Background_two p{
        font-size: 14px;
      }
    
      .Background_two{
        background-image: url('../img/bg-blue.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 40px 30px 30px;
      }
          .Background_one .fbox-effect .fbox-icon i , .Background_two .fbox-effect .fbox-icon i{
            background-color: white;
            color: #073370;
          }
/* About Us Page */

.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 3px;
  left: 10px;
}
.feature-box.fbox-rounded .fbox-icon {
  border-radius: 3px !important;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: #083371;
}
.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  transition: .3s;
  line-height: 64px;
}
.fbox-effect .fbox-icon i {
  z-index: 1;
}
.fbox-effect .fbox-icon i:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(.8);
  opacity: 0;
}
.fbox-effect .fbox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.feature-box h5 , .feature-box p{
  margin-left: 20px;
}

.insight_abt .card{
  background-color: white;
  border-color: none !important;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
   overflow: hidden;
  }


  .insight_abt .card .card-head img{
    border-radius: 0px 0px 0px 0px;
  max-width: 100%;
  padding: 0px;
  }
  .insight_abt p{
    font-size: 15px;
    text-align: justify;
  }
  .insight_abt .main-topic{
    color:#204293 ;
    font-size: 13px;
    font-weight: 500;
  }
  .insight_abt .date{
    color: #606991;
    font-size: 13px;
  }
  .insight_abt .card-body h4{
    font-size: 17px;
  }
  .insight_abt .itallic{
    color: #083371;
    font-style: italic;
    font-weight: 500;
    font-size: 16px !important;
  }
  
  .insight_abt .card img {
    transition: all ease-in-out 0.4s;
  }
  .insight_abt .card:hover img {
    transform: scale(1.1);
  }
  .insight_abt b{
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
  }
  .insight_abt span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;

  }
  .about-us__image,
.video-box {
  position: relative;
}

.about-us__image .video-btn,
.video-box .video-btn {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.video-us__image,
.video-box {
  position: relative;
}

.video-us__image .video-btn,
.video-box .video-btn {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.btn-primary {
  color: #000;
  background-color: #C7474C;
  border-color: #C7474C;
}

.btn-primary:hover {
  color: #000;
  background-color: #C7474C;
  border-color: #C7474C;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #C7474C;
  border-color: #C7474C;
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #C7474C;
  border-color: #C7474C;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}
.sonar-emitter {
  position: relative;
}

.sonar-emitter::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background-color: white;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

.sonar-emitter::after {
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
}

.sonar-emitter-2 {
  position: relative;
}

.sonar-emitter-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.sonar-emitter-2::after {
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
}
.welcome-area--l5 .popup-btn {
  display: flex;
  align-items: center;
}

.welcome-area--l5 .popup-btn .play-btn {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  box-shadow: -12px 12px 50px rgba(255, 30, 56, 0.3);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C7474C;
  margin-right: 20px;
}

.welcome-area--l5 .popup-btn .btn-text {
  color: #C7474C;
  transition: 0.4s;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}

.welcome-area--l5 .popup-btn:hover .btn-text {
  text-decoration: underline;
}

.about-us__image img{
  width: 100%;
}
.about-us__image img{
  opacity: 0.6;
  border-radius: 10px;
}
.about-us__image .video-btn-2, .video-box .video-btn {
  min-width: 62px;
  max-width: 62px;
  min-height: 62px;
  max-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video-span span{
  margin-right: 20px;
  margin-top: 15px;
  color: #74787C;
  font-size: 14px;
  display: inline-block;
}
.video-span{
  text-align: left;
}
.video-span h6{
  color: #2E2E36;
  font-size: 22px;
}
.variable h6{
text-transform: uppercase;
font-size: 14px;
}

.jobs_tenders .nav-pills .nav-link{
  width: 100%;
}
.latest-jobs{
  max-height: 388px;
  overflow-y: scroll;
  padding: 10px 20px;
  overflow-x: hidden;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.latest-jobs .border_bottom:hover{
  background-color: #f7f7f7;
}
.date-set{
background-color: #D3DDED;
padding: 5px;
min-width: 60px;
border-radius: 5px;
text-align: center;
text-transform: uppercase;
margin-right: 20px;
color: black;
height: 50px;

}
.tenders_1 .date-set{
height: 100% !important;
margin-top: 10px;
}
.tenders_1 p{
font-size: 13px !important;
text-transform: none !important;
  }


.tenders_1  .date-set h6{
    font-size: 13px !important;
  }
 .tenders_1 .date-set h5{
    font-size: 14px !important;
  
  }

.date-set h6{
  font-size: 14px;
}
.date-set h5{
  font-size: 16px;

}
.latest-jobs p{
text-transform: lowercase;
  font-size: 14px;

}
.date-set h6 , .date-set h5{
  margin-bottom: 0px;
}
.latest-jobs .w-20{
  width: 20%;
}
.border_bottom{
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-bottom: 10px;
  background-color: white;
}
.latest-jobs .badge{
  background-color: #D3DDED !important;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  color: #083371 !important;
 padding: 7px 7px;

  outline-offset: 0px;
 text-shadow: none;
}
/* Buttons Style */
.btn.btn-link {
  background: transparent;
  color: #494ca2;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
.btn.btn-primary {
  background: #494ca2;
  border-color: #494ca2;
  color: #fff; }
  .btn.btn-primary:focus {
    border-color: #414490 !important;
    background: #414490 !important; }
  .btn.btn-primary.btn-link {
    background: transparent;
    color: #494ca2;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #000; }
.btn.btn-round {
  border-radius: 40px; }
.btn.btn-link {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.btn.btn-secondary {
  color: #fff;
  border-color: #6c757d;
  background: #6c757d; }
  .btn.btn-secondary:focus {
    border-color: #60686f !important;
    background: #60686f !important; }
  .btn.btn-secondary.btn-link {
    color: #6c757d;
    background: transparent; }
.btn.btn-success {
  color: #fff;
  background: #94aa2a;
  border-color: #94aa2a; }
  .btn.btn-success:focus {
    border-color: #829625 !important;
    background: #829625 !important; }
  .btn.btn-success.btn-link {
    color: #94aa2a;
    background: transparent; }
.btn.btn-danger {
  color: #fff;
  border-color: #f0134d;
  background: #f0134d; }
  .btn.btn-danger:focus {
    border-color: #dc0e44 !important;
    background: #dc0e44 !important; }
  .btn.btn-danger.btn-link {
    color: #f0134d;
    background: transparent; }
.btn.btn-warning {
  color: #fff;
  border-color: #f1bc31;
  background: #f1bc31; }
  .btn.btn-warning:focus {
    border-color: #efb419 !important;
    background: #efb419 !important; }
  .btn.btn-warning.btn-link {
    color: #f1bc31;
    background: transparent; }
.btn.btn-info {
  color: #fff;
  border-color: #64c4ed;
  background: #64c4ed; }
  .btn.btn-info:focus {
    border-color: #4dbbea !important;
    background: #4dbbea !important; }
  .btn.btn-info.btn-link {
    color: #64c4ed;
    background: transparent; }
.btn.btn-dark {
  color: #fff;
  border-color: #343a40;
  background: #343a40; }
  .btn.btn-dark:focus {
    border-color: #292d32 !important;
    background: #292d32 !important; }
  .btn.btn-dark.btn-link {
    color: #343a40;
    background: transparent; }
.btn.btn-outline-primary {
  color: #494ca2;
  border-color: #494ca2; }
  .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    color: #fff;
    background: #494ca2 !important;
    border-color: #494ca2 !important; }
.btn.btn-outline-success {
  border-color: #94aa2a;
  color: #94aa2a; }
  .btn.btn-outline-success:hover, .btn.btn-outline-success:focus {
    color: #fff;
    background: #94aa2a !important;
    border-color: #94aa2a !important; }
.btn.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d; }
  .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
    color: #fff;
    background: #6c757d !important;
    border-color: #6c757d !important; }
.btn.btn-outline-info {
  border-color: #64c4ed;
  color: #64c4ed; }
  .btn.btn-outline-info:hover, .btn.btn-outline-info:focus {
    color: #fff;
    background: #64c4ed !important;
    border-color: #64c4ed !important; }
.btn.btn-outline-warning {
  border-color: #f1bc31;
  color: #f1bc31; }
  .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus {
    color: #fff;
    background: #f1bc31 !important;
    border-color: #f1bc31 !important; }
.btn.btn-outline-danger {
  border-color: #f0134d;
  color: #f0134d; }
  .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus {
    color: #fff;
    background: #f0134d !important;
    border-color: #f0134d !important; }
.btn.btn-outline-dark {
  border-color: #343a40;
  color: #343a40; }
  .btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
    color: #fff;
    background: #343a40 !important;
    border-color: #343a40 !important; }
.btn.btn-outline-light {
  border-color: #f8f9fa; }
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px; }
.btn.btn-lg, .btn-group-lg > .btn {
  padding: 17px 24px;
  font-size: 16px;
  border-radius: 40px; }
.btn.btn-fb {
  background: #4f69a2;
  border-color: #4f69a2;
  color: #fff; }
.btn.btn-outline-fb {
  background: transparent;
  border: 1px solid #4f69a2;
  color: #4f69a2; }
.btn.btn-link-fb {
  color: #4f69a2; }
.btn.btn-twitter {
  background: #69b6f0;
  border-color: #69b6f0;
  color: #fff; }
.btn.btn-outline-twitter {
  background: transparent;
  border: 1px solid #69b6f0;
  color: #69b6f0; }
.btn.btn-link-twitter {
  color: #69b6f0; }
.btn.btn-linkedin {
  background: #2884ba;
  border-color: #2884ba;
  color: #fff; }
.btn.btn-outline-linkedin {
  background: transparent;
  border: 1px solid #2884ba;
  color: #2884ba; }
.btn.btn-link-linkedin {
  color: #2884ba; }
.btn.btn-pinterest {
  background: #d03940;
  border-color: #d03940;
  color: #fff; }
.btn.btn-outline-pinterest {
  background: transparent;
  border: 1px solid #d03940;
  color: #d03940; }
.btn.btn-link-pinterest {
  color: #d03940; }
.btn.btn-dribbble {
  background: #ea6294;
  border-color: #ea6294;
  color: #fff; }
.btn.btn-outline-dribbble {
  background: transparent;
  border: 1px solid #ea6294;
  color: #ea6294; }
.btn.btn-link-dribbble {
  color: #ea6294; }



.checkbox-primary input[type="checkbox"]:checked:after {
color: #494ca2; }

.checkbox-danger input[type="checkbox"]:checked:after {
color: #f0134d; }

.checkbox-info input[type="checkbox"]:checked:after {
color: #64c4ed; }

.checkbox-warning input[type="checkbox"]:checked:after {
color: #f1bc31; }

.checkbox-success input[type="checkbox"]:checked:after {
color: #94aa2a; }

.checkbox-dark input[type="checkbox"]:checked:after {
color: #343a40; }

.checkbox-primary {
color: #494ca2; }

.checkbox-danger {
color: #f0134d; }

.checkbox-info {
color: #64c4ed; }

.checkbox-warning {
color: #f1bc31; }

.checkbox-success {
color: #94aa2a; }

.checkbox-dark {
color: #343a40; }

.checkbox span {
margin-left: 35px; }

.checkbox input[type=checkbox],
input[type="checkbox"] {
position: absolute;
visibility: hidden;
margin-top: 0;
margin-left: 0; }
.checkbox input[type=checkbox]:disabled,
input[type="checkbox"]:disabled {
  opacity: 0.65; }

input[type="checkbox"]:checked:after,
input[type="checkbox"]:after {
visibility: visible;
font-family: 'Ionicons';
display: inline-block;
color: rgba(0, 0, 0, 0.2);
line-height: 1;
margin-top: 0; }
input[type="checkbox"]:checked:after:disabled,
input[type="checkbox"]:after:disabled {
  cursor: not-allowed;
  opacity: 0.65; }

input[type="checkbox"]:checked:after {
font-size: 30px;
content: '\f148';
line-height: .4;
margin-top: 7px; }

input[type="checkbox"]:after {
font-size: 37px;
content: '\f15c';
line-height: .4;
margin-top: 6px; }

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
position: absolute;
left: -9999px; }

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block; }

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 100%;
background: #000; }

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
content: '';
width: 12px;
height: 12px;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; }

input[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }

input[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

.radio-primary {
color: #494ca2; }

.radio-success {
color: #94aa2a; }

.radio-danger {
color: #f0134d; }

.radio-warning {
color: #f1bc31; }

.radio-info {
color: #64c4ed; }

.radio-dark {
color: #343a40; }

.radio-primary input[type="radio"]:checked + label:after {
background: #494ca2;
border-color: #494ca2; }

.radio-success input[type="radio"]:checked + label:after {
background: #94aa2a;
border-color: #94aa2a; }

.radio-danger input[type="radio"]:checked + label:after {
background: #f0134d;
border-color: #f0134d; }

.radio-warning input[type="radio"]:checked + label:after {
background: #f1bc31;
border-color: #f1bc31; }

.radio-info input[type="radio"]:checked + label:after {
background: #64c4ed;
border-color: #64c4ed; }

.radio-dark input[type="radio"]:checked + label:after {
background: #343a40;
border-color: #343a40; }

.radio-primary input[type="radio"]:checked + label:before {
border-color: #494ca2; }

.radio-success input[type="radio"]:checked + label:before {
border-color: #94aa2a; }

.radio-danger input[type="radio"]:checked + label:before {
border-color: #f0134d; }

.radio-warning input[type="radio"]:checked + label:before {
border-color: #f1bc31; }

.radio-info input[type="radio"]:checked + label:before {
border-color: #64c4ed; }

.radio-dark input[type="radio"]:checked + label:before {
border-color: #343a40; }


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  margin-top: 20px;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 20px;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0;
  color: var(--color-texts);
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {

  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  margin: 0 15px 15px 15px;
  padding: 20px;
  font-size: 14px;
  background:#F2F2F2;
  position: relative;
  height: 100%;
  border: 0px;
  margin-bottom: 35px;
  color: #1C1C1C !important;
  border-radius: 6px;
  padding-top: 30px ;
  
}
.testimonials .testimonial-item p::after {

  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.swiper-pagination-bullet{
  border-radius: 20% !important;
}
.testimonials .swiper-pagination {
  margin-top: -30px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #F2F2F2 ;
  opacity: 1;
  border: 1px solid #F2F2F2;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #083371;
  border: 1px solid #083371;
}

.testimonial-icon{
  margin-bottom: -19px;
  z-index: 1;
  position: relative;
}

.form-control:focus{
  box-shadow: none !important;
}

/* Frequently Asked Questions */


.faq .accordion-flush .accordion-button {
  border: 1px solid #C3CAD9 !important;
}
.faq .accordion-body{
  border-bottom: 1px solid #C3CAD9;
  border-left: 1px solid #C3CAD9;
  border-right: 1px solid #C3CAD9;
  font-size: 15px;

}
.faq .accordion-item{
  margin-bottom: 10px !important;
}
.faq .accordion-button{
  color: #4D5852;
  font-size: 15px;
  padding: 13px 15px;

}


/* Tab Style */
.tab_one .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #D3DDED;
  color: #083371;
}
.tab_two.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #D3DDED;
  color: #083371;
}

/* Footer Style 2 */

.map-container_two{
  margin-top: 60px;
}
@media (max-width:992px){
  .map-container_two{
    margin-top: 0px;
  } 
}
#footer form {
  background: #252525;
  padding: 0px 0px;
  position: relative;
  color: white;
  border-radius: 0px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  text-align: left;
}

#footer form input[type="email"] {
  border: 0;
    border-radius: 0px;
    background: none;
    border: 1px solid white;
    color: white;
    height: 40px;
    font-size: 14px;
}
#footer form input[type="submit"] {
  position: absolute;
    top: -1px;
    right: -1px;
    bottom: 0;
    border: 0;
    height: 41px;
    background: none;
    font-size: 14px;
    border: 1px solid #083371;
    text-transform: uppercase;
    padding: 0px 20px;
    background: #083371;
    color: white;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}


@media(min-width: 1200px){
  .col-1-5{
    width: 20%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width: 1199px){
  .col-1-5{
    width: 25%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width: 1024px){
  .col-1-5{
    width: 50%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media(max-width: 768px){
  .col-1-5{
    width: 100%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

/*****************************CUSTOM NEW CSS************************************/

.slidersection {
    padding-right: var(--bs-gutter-x, 3.75rem)!important;
    padding-left: var(--bs-gutter-x, 3.75rem)!important;
}
.text-container {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.text-topstory {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.expanded {
    max-height: 1000px; /* Or large enough to reveal all content */
    overflow-y: scroll;
}

.read-more {
    color: #9f9ff5;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    margin-top: 5px;
}

.aesthetic-button {
    display: inline-block;
    padding: 6px 12px;
    background: linear-gradient(135deg, #0c9463, #077f52);
    color: #f4f9f4;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.2s ease;
}

    .aesthetic-button:hover {
        background: linear-gradient(135deg, #0ea378, #066944);
        transform: scale(1.03);
    }

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* --------------------------------------------------- */
/*  1. SETUP & VARIABLES - CHANGE THESE!               */
/* --------------------------------------------------- */
/*:root {
    --primary-color: #6a11cb;*/ /* A new, modern purple color */
    /*--secondary-color: #f5f3f9;*/ /* A light background for purple */
    /*--text-color: #333;
    --heading-font: 'Montserrat', sans-serif;*/ /* Your heading font */
    /*--body-font: 'Lato', sans-serif;*/ /* Your body text font */
/*}*/

/* Basic body styling for the demo */
/*body {
    font-family: var(--body-font);
    background-color: #fff;
    color: var(--text-color);
    line-height: 1.6;
}*/

/* General container to center content */
/*.story-section-horizontal {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    overflow: hidden;
}

h2, h3 {
    font-family: var(--heading-font);
    font-weight: 700;
}

h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 60px;
}*/


/* --------------------------------------------------- */
/*  2. HORIZONTAL TIMELINE STYLING                     */
/* --------------------------------------------------- */

/*.journey-wrapper {
    position: relative;
}*/

/* Container that allows horizontal scrolling */
/*.timeline-horizontal-container {
    overflow-x: auto;*/ /* This is the key! */
    /*overflow-y: hidden;
    padding: 20px 0 30px 0;*/ /* Space for content and scrollbar */
    /*white-space: nowrap;*/ /* Prevents items from wrapping to the next line */
    /*-webkit-overflow-scrolling: touch;*/ /* Smooth scrolling on iOS */
/*}*/

    /* Custom scrollbar for a cleaner look (optional) */
    /*.timeline-horizontal-container::-webkit-scrollbar {
        height: 8px;
    }

    .timeline-horizontal-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .timeline-horizontal-container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        .timeline-horizontal-container::-webkit-scrollbar-thumb:hover {
            background: #aaa;
        }*/


/* The actual timeline with a connecting line */
/*.timeline-horizontal {
    display: inline-flex;*/ /* Use inline-flex to shrink-wrap the content */
    /*align-items: center;
    position: relative;
    padding: 30px 0;
    min-width: 100%;
}*/

    /* The central connecting line */
    /*.timeline-horizontal::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #e9ecef;
        transform: translateY(-50%);
    }

.timeline-item-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 40px;*/ /* Spacing between items */
    /*min-width: 250px;*/ /* Minimum width for each item */
/*}*/

/* The content card for each milestone */
/*.timeline-content-h {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
    width: 100%;
    text-align: center;
    white-space: normal;*/ /* Allow text to wrap inside the card */
    /* ----> The Hover Effect Transition <---- */
    /*transition: transform 0.3s ease, box-shadow 0.3s ease;
}*/

    /* ----> THE HOVER EFFECT <---- */
    /*.timeline-content-h:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    }

    .timeline-content-h h3 {
        margin-top: 0;
        font-size: 1.2rem;
        color: var(--primary-color);
    }*/

/* The dot on the timeline */
/*.timeline-dot-h {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--primary-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}*/

/* -- Logic for alternating UP and DOWN cards -- */

/* Style for cards pointing DOWN */
/*.timeline-item-down .timeline-dot-h {
    top: -25px;
}

.timeline-item-down .timeline-content-h {
    margin-top: 40px;
}

    .timeline-item-down .timeline-content-h::before {*/ /* The triangle pointer */
        /*content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
    }*/

/* Style for cards pointing UP */
/*.timeline-item-up {
    flex-direction: column-reverse;
}

    .timeline-item-up .timeline-dot-h {
        bottom: -25px;
    }

    .timeline-item-up .timeline-content-h {
        margin-bottom: 40px;
    }

        .timeline-item-up .timeline-content-h::before {*/ /* The triangle pointer */
            /*content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid white;
        }*/

/* --------------------------------------------------- */
/*  3. MISSION & VISION STYLING (Unchanged)            */
/* --------------------------------------------------- */
/*.mission-vision-container {
    padding: 50px 0;
    background-color: var(--secondary-color);
    border-radius: 12px;
    margin-top: 40px;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 40px;
}

.mv-card {
    text-align: center;
    padding: 30px;
}

.mv-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.mv-card h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}*/


/* --------------------------------------------------- */
/*  4. RESPONSIVE DESIGN (for Mobile)                  */
/* --------------------------------------------------- */
/*@media (max-width: 768px) {*/
    /* Switch back to a simple vertical layout on mobile */
    /*.timeline-horizontal-container {
        overflow-x: hidden;*/ /* Hide horizontal scroll on mobile */
        /*white-space: normal;
        padding: 0;
    }

    .timeline-horizontal {
        display: flex;
        flex-direction: column;*/ /* Stack items vertically */
        /*align-items: stretch;
        padding: 0;
    }

        .timeline-horizontal::before {
            display: none;*/ /* Hide the horizontal line */
        /*}

    .timeline-item-h {
        flex-direction: column !important;*/ /* Force all to be standard */
        /*padding: 0;
        margin-bottom: 30px;
    }

    .timeline-dot-h {
        position: static;*/ /* Let dot flow normally */
        /*transform: none;
        margin-bottom: 15px;
    }

    .timeline-content-h {
        margin: 0 !important;*/ /* Reset margins */
    /*}

        .timeline-content-h::before {
            display: none;*/ /* Hide the triangle pointers */
        /*}*/

    /* --- Mission/Vision on Mobile --- */
    /*.mission-vision-grid {
        grid-template-columns: 1fr;*/ /* Stack the cards */
        /*gap: 20px;
        padding: 0 20px;
    }
}*/

/* --------------------------------------------------- */
/*  1. SETUP & VARIABLES - CHANGE THESE!               */
/* --------------------------------------------------- */
/* =================================================== */
/*    COMPLETE CSS FOR JOURNEY CAROUSEL SECTION        */
/* =================================================== */


/* --------------------------------------------------- */
/*  1. SETUP & VARIABLES - CHANGE THESE!               */
/* --------------------------------------------------- */
:root {
    --primary-color: #e67817; /* Your main brand color */
    --secondary-color: #f5f3f9; /* A light background color */
    --text-color: #000; /* Main text color */
    --heading-font: 'inter', sans-serif; /* Your heading font */
    --body-font: 'Inter', sans-serif; /* Your body text font */
}

/* --------------------------------------------------- */
/*  2. GENERAL STYLES & SECTION WRAPPER                */
/* --------------------------------------------------- */
body {
    font-family: var(--body-font);
    background-color: #fff;
    color: var(--text-color);
    line-height: 1.6;
}

.story-section-carousel {
    width: 100%;
    padding: 20px;
    overflow: hidden; /* Important for containing elements */
}

h2, h3 {
    font-family: var(--heading-font);
    font-weight: 700;
}

h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 60px;
}

/* --------------------------------------------------- */
/*  3. CAROUSEL TIMELINE STYLING                       */
/* --------------------------------------------------- */
.timeline-carousel-container {
    position: relative;
    padding: 30px 0;
    margin: 0 -15px; /* Counteract padding on slides */
}

/* The static background line that sits behind the carousel */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e9ecef;
    transform: translateY(-50%);
    z-index: 0;
}

/* Main Swiper container */
.timeline-swiper {
    padding: 30px 0;
    position: relative;
    z-index: 1; /* Sits above the timeline-line */
}

.swiper-slide {
    width: 300px; /* Define a width for each slide */
    height: auto; /* Allow height to be determined by content */
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------- */
/*  4. INDIVIDUAL TIMELINE ITEM STYLING                */
/* --------------------------------------------------- */
.timeline-item-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

/* The content card for each milestone */
.timeline-content-h {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* The Hover Effect */
    .timeline-content-h:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    }

    .timeline-content-h h3 {
        margin-top: 0;
        font-size: 1.2rem;
        color: #096939;
    }

/* The dot on the timeline */
.timeline-dot-h {
    width: 55px;
    height: 55px;
    background-color: white;
    border: 4px solid #e67817;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #e67817;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* Sits above the timeline-line and content */
}

/* -- Logic for alternating UP and DOWN cards -- */

/* Style for cards pointing DOWN */
.timeline-item-down .timeline-dot-h {
    top: 0px;
}

.timeline-item-down .timeline-content-h {
    margin-top: 40px;
}

    .timeline-item-down .timeline-content-h::before { /* The triangle pointer */
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        filter: drop-shadow(0 -2px 1px rgba(0,0,0,0.03));
    }

/* Style for cards pointing UP */
.timeline-item-up {
    flex-direction: column-reverse;
}

    .timeline-item-up .timeline-dot-h {
        bottom: 0px;
    }

    .timeline-item-up .timeline-content-h {
        margin-bottom: 40px;
    }

        .timeline-item-up .timeline-content-h::before { /* The triangle pointer */
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid white;
            filter: drop-shadow(0 2px 1px rgba(0,0,0,0.03));
        }


/* --------------------------------------------------- */
/*  5. CUSTOM SWIPER NAVIGATION STYLES                 */
/* --------------------------------------------------- */
.timeline-carousel-container .swiper-button-next,
.timeline-carousel-container .swiper-button-prev {
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    color: var(--primary-color) !important; /* Force Swiper's default color to be overridden */
    transition: background-color 0.3s ease;
}

    .timeline-carousel-container .swiper-button-next:hover,
    .timeline-carousel-container .swiper-button-prev:hover {
        background-color: #f8f8f8;
    }

    .timeline-carousel-container .swiper-button-next::after,
    .timeline-carousel-container .swiper-button-prev::after {
        font-size: 20px !important; /* Make arrow icon smaller */
        font-weight: 900;
    }

.timeline-carousel-container .swiper-pagination {
    bottom: -10px !important; /* Position below the timeline */
    position: relative;
    margin-top: 20px;
}

.timeline-carousel-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.timeline-carousel-container .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}


/* --------------------------------------------------- */
/*  6. MISSION & VISION STYLING                        */
/* --------------------------------------------------- */
.mission-vision-container {
    background-color: var(--secondary-color);
    border-radius: 12px;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 40px;
}

.mv-card {
    text-align: center;
    padding: 30px;
}

.mv-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.mv-card h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

/* --------------------------------------------------- */
/*  7. RESPONSIVE DESIGN (FOR MOBILE)                  */
/* --------------------------------------------------- */
@media (max-width: 768px) {
    .swiper-slide {
        width: 80%; /* On mobile, slides take up more screen width */
    }

    .timeline-carousel-container .swiper-button-next,
    .timeline-carousel-container .swiper-button-prev {
        display: none; /* Hide arrows on mobile, rely on touch swipe */
    }

    /* Stack Mission/Vision cards on mobile */
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
}

/* =================================================== */
/*    AESTHETIC CSS FOR NEWS & SOCIAL SECTION          */
/* =================================================== */

/* Make sure your :root variables are defined, for example: */
:root {
    --primary-color: #096939;
    --secondary-color: #f5f3f9;
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

/* --------------------------------------------------- */
/*  1. SECTION WRAPPER & HEADER                        */
/* --------------------------------------------------- */
.news-section {
    padding: 60px 0;
    background-color: var(--secondary-color);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--text-color);
        margin-bottom: 10px;
    }
/* Using the subtitle class from before */
.subtitle {
    font-size: 1.1rem;
    color: #666;
}

/* --------------------------------------------------- */
/*  2. UNIFIED WIDGET CARD DESIGN                      */
/* --------------------------------------------------- */
.news-widget-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
}

    .widget-header h3 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--text-color);
    }

.view-all-link {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .view-all-link:hover {
        color: #333;
    }

.widget-body {
    padding: 10px 25px 25px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* --------------------------------------------------- */
/*  3. LATEST NEWS LIST STYLING                        */
/* --------------------------------------------------- */
.latest-posts-list {
    max-height: 450px; /* Control height */
    overflow-y: auto;
    margin-right: -15px; /* Hide scrollbar space */
    padding-right: 15px; /* Add space back */
}

    /* Custom Scrollbar */
    .latest-posts-list::-webkit-scrollbar {
        width: 6px;
    }

    .latest-posts-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .latest-posts-list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        .latest-posts-list::-webkit-scrollbar-thumb:hover {
            background: #aaa;
        }

.post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .post-item:last-child {
        border-bottom: none;
    }

    .post-item:hover {
        background-color: var(--secondary-color);
    }

.post-item-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Circular images */
    object-fit: cover;
}

.post-item-date {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 5px;
    display: block;
}

.post-item-title {
    margin: 0;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.4;
    font-size: 0.95rem;
}

/* --------------------------------------------------- */
/*  4. TOP STORY CARD STYLING                          */
/* --------------------------------------------------- */
.top-story-card {
    padding: 0; /* Remove default padding */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .top-story-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    }

.top-story-image {
    position: relative;
    height: 220px;
}

    .top-story-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.top-story-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.top-story-body {
    padding: 25px;
}

.top-story-date {
    font-size: 0.85rem;
    font-weight: 600;
    color: #888;
    margin-bottom: 10px;
    display: block;
}

.top-story-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.top-story-description {
    color: #555;
    margin-bottom: 20px;
    /* This part handles the "Read More" functionality */
    max-height: 65px; /* Show approx. 3 lines */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
}
    /* Faded overlay when text is truncated */
    .top-story-description::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
        transition: opacity 0.3s ease;
    }

    /* When expanded, grow the text area and hide the fade */
    .top-story-description.expanded {
        max-height: 500px; /* A large value to allow full text */
    }

        .top-story-description.expanded::after {
            opacity: 0;
        }

.read-more-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .read-more-btn:hover {
        background-color: #333;
        color: #fff;
    }

/* --------------------------------------------------- */
/*  5. SOCIAL MEDIA WIDGET STYLING                     */
/* --------------------------------------------------- */
.social-icon-header {
    font-size: 1.5rem;
    color: #1877F2; /* Facebook Blue */
}

.social-feed-container {
    flex-grow: 1; /* Make it fill available space */
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-feed-container .fb-page {
    width: 100%; /* Ensure it's responsive */
}


/* =================================================== */
/*  AESTHETIC CSS FOR GALLERY & COUNTERS SECTION       */
/*  (This code is self-contained)                      */
/* =================================================== */

/* Make sure your :root variables are defined, for example: */
:root {
    --primary-color: #096939;
    --primary-color-dark: #0f4329; /* A darker shade for gradients */
    --secondary-color: #f5f3f9;
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

/* --------------------------------------------------- */
/*  1. SECTION WRAPPER & EQUAL-HEIGHT ROW              */
/* --------------------------------------------------- */
.gac-section {
    padding: 60px 0;
    background-color: #fff; /* Or var(--secondary-color) if you prefer */
}

/* This is key for making all 3 columns the same height */
.gac-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Makes children stretch to fill height */
}

/* --------------------------------------------------- */
/*  2. BASE CARD STYLING                               */
/* --------------------------------------------------- */
.gac-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    height: 100%; /* Necessary for align-items: stretch to work */
    display: flex;
    flex-direction: column;
}

.gac-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
}

    .gac-header h3 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--text-color);
    }
/* Reusing the link style from the previous section for consistency */
.view-all-link {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .view-all-link:hover {
        color: #333;
    }

.gac-body {
    padding: 25px;
    flex-grow: 1;
}

/* --------------------------------------------------- */
/*  3. GALLERY CARD STYLING                            */
/* --------------------------------------------------- */
.gallery-grid {
    display: grid;
    /* Create a responsive 2x2 grid */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    height: 100%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 5; /* Creates a pleasing portrait ratio */
    background-color: #eee;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Prevents image distortion */
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-icons {
    display: flex;
    gap: 20px;
}

.gallery-icon-btn {
    color: #fff;
    font-size: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gallery-item:hover .gallery-icon-btn {
    transform: translateY(0);
    opacity: 1;
}

    .gallery-item:hover .gallery-icon-btn:nth-child(2) {
        transition-delay: 0.1s;
    }

/* --------------------------------------------------- */
/*  4. INITIATIVE CARD STYLING                         */
/* --------------------------------------------------- */
.initiative-card {
    padding: 30px;
    display: flex;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    text-align: center;
}

.initiative-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.initiative-summary {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.initiative-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .initiative-btn:hover {
        background-color: var(--primary-color-dark);
        transform: translateY(-3px);
    }

.initiative-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* --------------------------------------------------- */
/*  5. COUNTERS CARD STYLING                           */
/* --------------------------------------------------- */
.counters-card {
    padding: 30px;
    background: linear-gradient(45deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: #fff;
    justify-content: space-around; /* Evenly space the counter items */
}

.counter-item {
    text-align: center;
    padding: 15px 0;
    position: relative;
}
    /* Separator lines */
    .counter-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 25%;
        right: 25%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
    }

.counter-label {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.9;
}

.counter-value {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1;
}

/* --------------------------------------------------- */
/*  6. RESPONSIVE ADJUSTMENTS                          */
/* --------------------------------------------------- */
@media (max-width: 991.98px) {
    /* On medium screens, the gallery and initiative are side-by-side,
       but the counters widget might wrap to a new line. */
    .gac-row {
        align-items: initial; /* Reset stretch on smaller screens if needed */
    }
}

@media (max-width: 767.98px) {
    /* On small screens, all columns stack. The col-md-6/12 classes handle stacking.
       We just need to ensure our custom cards look good. */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* Keep 2 columns even on mobile */
    }
}

/* =================================================== */
/*  AESTHETIC CSS FOR TENDERS & CAREERS SECTION        */
/*  (This code is self-contained)                      */
/* =================================================== */

/* --------------------------------------------------- */
/*  1. VARIABLES & SECTION WRAPPER                     */
/* --------------------------------------------------- */
:root {
    /* Define your new primary color here */
    --primary-color-green: #096939;
    --secondary-color-green: #f0f7f3; /* A light green for backgrounds */
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

.lw-section {
    padding: 60px 0;
    background-color: #f8f9fa; /* A neutral light gray background */
}

/* --------------------------------------------------- */
/*  2. UNIFIED LIST WIDGET CARD DESIGN                 */
/* --------------------------------------------------- */
.lw-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
}

    .lw-header h3 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--text-color);
    }

    /* Reusing the link style for consistency, but with the new color */
    .lw-header .view-all-link {
        font-size: 0.9rem;
        color: var(--primary-color-green);
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .lw-header .view-all-link:hover {
            color: #333;
        }

.lw-body {
    padding: 10px 0 10px 25px; /* Add padding only on the left initially */
    flex-grow: 1;
    display: flex; /* Helps the list take up full height */
}

/* --------------------------------------------------- */
/*  3. SCROLLABLE LIST & LIST ITEM STYLING             */
/* --------------------------------------------------- */
.lw-scroll-list {
    max-height: 400px; /* Adjust height as needed */
    width: 100%;
    overflow-y: auto;
    padding-right: 25px; /* Add padding back on the right */
}

    /* Custom Scrollbar for a cleaner look */
    .lw-scroll-list::-webkit-scrollbar {
        width: 6px;
    }

    .lw-scroll-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .lw-scroll-list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        .lw-scroll-list::-webkit-scrollbar-thumb:hover {
            background: #aaa;
        }

.lw-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lw-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: background-color 0.3s ease;
    color: inherit;
}

.lw-list li:last-child .lw-item {
    border-bottom: none;
}

.lw-item:hover {
    background-color: var(--secondary-color-green);
    /* Negative margin to make hover effect fill padding */
    margin: 0 -25px;
    padding: 18px 25px;
    border-radius: 8px;
}

.lw-item-icon {
    font-size: 1.5rem;
    color: var(--primary-color-green);
    width: 30px;
    text-align: center;
}

.lw-item-content {
    flex-grow: 1;
}

.lw-item-title, .lw-item-title-link {
    display: block;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .lw-item-title-link:hover {
        color: var(--primary-color-green);
    }

.lw-item-date {
    font-size: 0.85rem;
    color: #777;
}

/* Special styling for an empty list */
.lw-item-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

    .lw-item-empty i {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .lw-item-empty p {
        margin: 0;
        font-style: italic;
    }

/* --------------------------------------------------- */
/*  4. ACTION BUTTON STYLING                           */
/* --------------------------------------------------- */
.lw-action-btn {
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.lw-btn-apply {
    background-color: var(--primary-color-green);
    color: #fff;
}

    .lw-btn-apply:hover {
        background-color: #064c2a; /* Darker green */
        color: #fff;
        transform: translateY(-2px);
    }

.lw-btn-download {
    background-color: #e9ecef;
    color: #495057;
}

    .lw-btn-download:hover {
        background-color: #ced4da;
        color: #212529;
        transform: translateY(-2px);
    }

/* =================================================== */
/*  AESTHETIC CSS FOR FEATURED PROJECTS SECTION        */
/*  (This code is self-contained)                      */
/* =================================================== */

/* --------------------------------------------------- */
/*  1. VARIABLES & SECTION WRAPPER                     */
/* --------------------------------------------------- */
:root {
    /* Define your project-specific primary color */
    --primary-color-green: #096939;
    --primary-color-green-dark: #054826; /* A darker shade for hovers */
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

.fp-section {
    padding: 60px 0;
    background-color: #fff; /* A clean white background */
}

/* Using the same section header style for consistency */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--text-color);
        margin-bottom: 10px;
    }

    .section-header .subtitle {
        font-size: 1.1rem;
        color: #666;
    }

/* --------------------------------------------------- */
/*  2. CAROUSEL & PROJECT CARD STYLING                 */
/* --------------------------------------------------- */
.fp-carousel-wrapper {
    position: relative;
    padding: 0 40px; /* Space for the navigation arrows */
}

.fp-swiper {
    padding: 10px 0 50px 0 !important; /* Space for shadow and pagination */
    margin: -10px 0 -50px 0 !important;
}

.fp-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .fp-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

.fp-card-image {
    display: block;
    aspect-ratio: 3 / 4; /* Creates a pleasing portrait shape */
    background-color: #eee;
}

    .fp-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.fp-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    color: #fff;
    /* Gradient overlay for text readability */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fp-card-title {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.fp-card-button {
    background-color: var(--primary-color-green);
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 15px;
    /* Hide by default, show on hover */
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fp-card:hover .fp-card-button {
    opacity: 1;
    transform: translateY(0);
}

.fp-card-button:hover {
    background-color: var(--primary-color-green-dark);
    color: #fff;
}

/* --------------------------------------------------- */
/*  3. SWIPER NAVIGATION & PAGINATION STYLING          */
/* --------------------------------------------------- */
.fp-carousel-wrapper .swiper-button-next,
.fp-carousel-wrapper .swiper-button-prev {
    color: var(--primary-color-green) !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

    .fp-carousel-wrapper .swiper-button-next:hover,
    .fp-carousel-wrapper .swiper-button-prev:hover {
        background-color: #fff;
    }

    .fp-carousel-wrapper .swiper-button-next::after,
    .fp-carousel-wrapper .swiper-button-prev::after {
        font-size: 20px !important;
        font-weight: 900;
    }

.fp-carousel-wrapper .swiper-pagination {
    bottom: 10px !important;
}

.fp-carousel-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
}

.fp-carousel-wrapper .swiper-pagination-bullet-active {
    background-color: var(--primary-color-green);
}

/* --------------------------------------------------- */
/*  4. RESPONSIVE ADJUSTMENTS                          */
/* --------------------------------------------------- */
@media (max-width: 767px) {
    .fp-carousel-wrapper {
        padding: 0; /* No space needed for arrows on mobile */
    }

        .fp-carousel-wrapper .swiper-button-next,
        .fp-carousel-wrapper .swiper-button-prev {
            display: none; /* Hide arrows, rely on touch swipe */
        }
}


/* =================================================== */
/*  AESTHETIC CSS FOR CHAIRMAN'S MESSAGE SECTION       */
/*  (This code is self-contained)                      */
/* =================================================== */

/* --------------------------------------------------- */
/*  1. VARIABLES & SECTION WRAPPER                     */
/* --------------------------------------------------- */
:root {
    --primary-color-green: #096939;
    --secondary-color-green: #f0f7f3;
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

.cm-section {
    padding: 60px 0;
    background-color: var(--secondary-color-green);
    overflow: hidden; /* Contains the decorative image frame */
}

/* Using the same section header style for consistency */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h3 {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--text-color);
        margin-bottom: 10px;
    }

    .section-header .subtitle {
        font-size: 1.1rem;
        color: #666;
    }

/* --------------------------------------------------- */
/*  2. IMAGE STYLING WITH DECORATIVE FRAME             */
/* --------------------------------------------------- */
.cm-image-wrapper {
    position: relative;
    padding: 20px; /* Provides space around the image */
}
    /* The decorative background frame */
    .cm-image-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 90%;
        background-color: var(--primary-color-green);
        opacity: 0.1;
        border-radius: 12px;
        z-index: 0;
    }

.cm-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.1; /* Slightly taller than wide */
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative; /* To ensure it sits above the ::before pseudo-element */
    z-index: 1;
}

/* --------------------------------------------------- */
/*  3. CONTENT CARD STYLING                            */
/* --------------------------------------------------- */
.cm-content-card {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.cm-name {
    font-family: var(--heading-font);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.cm-description {
    color: #555;
    line-height: 1.7;
    position: relative;
    /* This part handles the "Read More" functionality */
    max-height: 120px; /* The initial collapsed height remains the same */
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 10px; /* Add padding to account for the future scrollbar space */
    transition: max-height 0.7s ease-in-out;
}

/* Faded overlay when text is truncated (No change here) */
.cm-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px; /* Match the padding */
    height: 40px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* === THE KEY CHANGE IS HERE === */
/* When expanded, grow to a fixed height and enable scrolling */
.cm-description.expanded {
    max-height: 300px; /* Set a new fixed height for the scrollable area */
    overflow-y: auto; /* Show vertical scrollbar only if needed */
}

/* Hide the fade-out effect when expanded */
.cm-description.expanded::after {
    opacity: 0;
}

/* --- OPTIONAL BUT RECOMMENDED: Custom Scrollbar Styling --- */
.cm-description.expanded::-webkit-scrollbar {
    width: 8px;
}

.cm-description.expanded::-webkit-scrollbar-track {
    background: var(--secondary-color-green);
    border-radius: 10px;
}

.cm-description.expanded::-webkit-scrollbar-thumb {
    background-color: var(--primary-color-green);
    border-radius: 10px;
    border: 2px solid var(--secondary-color-green);
}

    .cm-description.expanded::-webkit-scrollbar-thumb:hover {
        background-color: #054826; /* A darker shade of your primary color */
    }

/* --------------------------------------------------- */
/*  4. SIGNATURE BOX STYLING                           */
/* --------------------------------------------------- */
.cm-signature-box {
    margin-top: 30px;
    padding: 20px;
    background-color: var(--secondary-color-green);
    border-radius: 8px;
    position: relative;
    padding-left: 60px; /* Space for the quote icon */
}

    .cm-signature-box .fa-quote-left {
        position: absolute;
        left: 15px;
        top: 15px;
        font-size: 2rem;
        color: var(--primary-color-green);
        opacity: 0.2;
    }

.cm-signature-name {
    margin: 0;
    font-weight: 700;
}

.cm-signature-designation {
    color: #666;
}

/* --------------------------------------------------- */
/*  5. RESPONSIVE ADJUSTMENTS                          */
/* --------------------------------------------------- */
@media (max-width: 991.98px) {
    .cm-content-card {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .cm-content-card {
        padding: 30px;
    }

    .cm-name {
        font-size: 1.8rem;
    }
}

/* =================================================== */
/*  REFINED CSS FOR HERO SLIDER & SERVICES SECTION     */
/*  (Equal Height & Tighter Padding)                   */
/* =================================================== */

/* --------------------------------------------------- */
/*  1. VARIABLES & SECTION WRAPPER                     */
/* --------------------------------------------------- */
:root {
    --primary-color-green: #096939;
    --secondary-color-green: #f0f7f3;
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

.hs-section {
    /* Reduced padding for a tighter look */
    padding: 15px 0;
    background-color: #fff;
}

    /* --- KEY CHANGE: This ensures equal height columns --- */
    .hs-section .row {
        align-items: stretch !important; /* Forces columns in the row to be equal height */
    }

/* --------------------------------------------------- */
/*  2. SLIDER STYLING (ADAPTED FOR 100% HEIGHT)        */
/* --------------------------------------------------- */
.hs-slider-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%; /* Make the wrapper fill the stretched column height */
}

    .hs-slider-wrapper .carousel,
    .hs-slider-wrapper .carousel-inner,
    .hs-slider-wrapper .carousel-item {
        height: 100%; /* Ensure all carousel elements also fill the height */
    }

        .hs-slider-wrapper .carousel-item img {
            height: 100%; /* Make the image fill its container */
            object-fit: cover; /* Prevents image distortion */
        }

    /* Customizing the Bootstrap Controls (No major changes here) */
    .hs-slider-wrapper .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.7;
        margin: 0 5px;
        border: none;
    }

    .hs-slider-wrapper .carousel-indicators .active {
        background-color: var(--primary-color-green);
        opacity: 1;
    }

    .hs-slider-wrapper .carousel-control-prev,
    .hs-slider-wrapper .carousel-control-next {
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .hs-slider-wrapper .carousel-control-prev {
        left: 15px;
    }

    .hs-slider-wrapper .carousel-control-next {
        right: 15px;
    }

        .hs-slider-wrapper .carousel-control-prev:hover,
        .hs-slider-wrapper .carousel-control-next:hover {
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.5);
        }

    .hs-slider-wrapper .carousel-caption {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px 20px 20px 20px;
        text-align: left;
    }

/* --------------------------------------------------- */
/*  3. SERVICES GRID & CARD STYLING (ADAPTED)          */
/* --------------------------------------------------- */
.hs-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Define rows to also fill available space */
    grid-template-rows: repeat(2, 1fr);
    gap: 12px; /* Reduced gap */
    height: 100%; /* Make the grid fill its stretched column */
}

.hs-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px; /* Reduced padding */
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* We no longer need aspect-ratio, height is now controlled by the grid */
}

    .hs-service-card:hover {
        transform: translateY(-5px); /* Slightly less aggressive hover effect */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

.hs-card-icon {
    width: 55px; /* Slightly smaller icon circle */
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px; /* Reduced margin */
    transition: transform 0.3s ease;
}

.hs-service-card:hover .hs-card-icon {
    transform: scale(1.1);
}

.hs-card-icon i {
    font-size: 1.6rem; /* Slightly smaller icon */
}

.hs-card-title {
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

/* Styling for the two card variations remains the same */
.hs-service-card {
    background-color: var(--card-bg-color, #eee);
    color: #fff;
}

    .hs-service-card .hs-card-icon {
        background-color: rgba(255, 255, 255, 0.2);
    }

        .hs-service-card .hs-card-icon i {
            color: #fff;
        }

.hs-service-card--alt {
    background-color: #e67817;
    border: 1px solid #f0f0f0;
    color: #ffffff;
}

    .hs-service-card--alt .hs-card-icon {
        background-color: var(--secondary-color-green);
    }

        .hs-service-card--alt .hs-card-icon i {
            color: var(--primary-color-green);
        }

/* --------------------------------------------------- */
/*  4. RESPONSIVE ADJUSTMENTS                          */
/* --------------------------------------------------- */
@media (max-width: 991.98px) {
    /* On tablets and mobile, the layout stacks and height becomes auto */
    .hs-services-grid {
        margin-top: 30px;
        /* You might want more columns on tablet if you have many services */
        /* grid-template-columns: repeat(3, 1fr); */
    }
}

@media (max-width: 576px) {
    /* Ensure the grid is still 2 columns on small phones */
    .hs-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =================================================== */
/*  AESTHETIC CSS FOR NEWS TICKER SECTION              */
/*  (This code is self-contained)                      */
/* =================================================== */

/* --------------------------------------------------- */
/*  1. VARIABLES & SECTION WRAPPER                     */
/* --------------------------------------------------- */
:root {
    --primary-color-green: #096939;
    --secondary-color-green: #f0f7f3;
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Lato', sans-serif;
}

.nt-section {
    padding: 10px 0; /* Minimal padding for a sleek look */
    background-color: #f8f9fa;
}

/* --------------------------------------------------- */
/*  2. MAIN TICKER BAR STYLING                         */
/* --------------------------------------------------- */
.breaking-news-ticker {
    display: flex;
    align-items: center;
    height: 55px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    font-family: var(--body-font);
}

/* --------------------------------------------------- */
/*  3. LABEL STYLING ("Latest News")                   */
/* --------------------------------------------------- */
.bn-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 25px;
    background-color: #3c3c3c;
    color: #fff;
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 1rem;
    flex-shrink: 0; /* Prevents the label from shrinking */
}

/* --------------------------------------------------- */
/*  4. NEWS CONTENT STYLING                            */
/* --------------------------------------------------- */
.bn-news {
    flex-grow: 1; /* Takes up all available space */
    padding: 0 20px;
    overflow: hidden; /* Crucial for the ticker effect */
}

    .bn-news ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex; /* Helps with alignment */
        height: 100%;
        align-items: center;
    }

        .bn-news ul li a {
            color: var(--text-color);
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

            .bn-news ul li a:hover {
                color: var(--primary-color-green);
            }

/* --------------------------------------------------- */
/*  5. CUSTOM CONTROLS STYLING (Arrows & Play/Pause)   */
/* --------------------------------------------------- */
.bn-controls {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    border-left: 1px solid #eee;
    background-color: #fdfdfd;
    flex-shrink: 0; /* Prevents controls from shrinking */
}

    .bn-controls button {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* -- Arrow Styling -- */
.bn-arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px; /* Creates a triangle */
    border-color: transparent transparent transparent #555; /* Left-pointing triangle */
    transition: border-color 0.3s ease;
}

.bn-controls button:hover .bn-arrow {
    border-color: transparent transparent transparent var(--primary-color-green);
}

.bn-arrow.bn-next {
    transform: rotate(180deg); /* The right arrow is just a rotated left arrow */
}

/* -- Play/Pause Icon Styling -- */
.bn-action {
    display: block;
    width: 10px;
    height: 12px;
    position: relative;
}
    /* Creating the "PAUSE" bars */
    .bn-action::before,
    .bn-action::after {
        content: '';
        position: absolute;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #555;
        transition: all 0.3s ease;
    }

    .bn-action::before {
        left: 0;
    }

    .bn-action::after {
        right: 0;
    }

.bn-controls button:hover .bn-action::before,
.bn-controls button:hover .bn-action::after {
    background-color: var(--primary-color-green);
}

/* Transforming "PAUSE" to "PLAY" */
.bn-paused .bn-action::before {
    /* Morph the left bar into the top half of a triangle */
    left: 1px;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #555;
    background-color: transparent;
}

.bn-paused .bn-action::after {
    /* Hide the right bar */
    opacity: 0;
}

.bn-controls button:hover .bn-paused .bn-action::before {
    border-color: transparent transparent transparent var(--primary-color-green);
}

/* --------------------------------------------------- */
/*  6. RESPONSIVE ADJUSTMENTS                          */
/* --------------------------------------------------- */
@media (max-width: 576px) {
    .bn-label {
        padding: 0 15px;
        font-size: 0.85rem;
    }

    .bn-news {
        padding: 0 10px;
    }
}


/* =================================================== */
/*  AESTHETIC CSS FOR MAP, FOOTER, & BACK-TO-TOP       */
/*  (This code is self-contained)                      */
/* =================================================== */

/* --------------------------------------------------- */
/*  1. VARIABLES & MAP SECTION                         */
/* --------------------------------------------------- */
:root {
    --primary-color-green: #096939;
    --primary-color-green-dark: #054826;
    --footer-bg: #1a1a1a;
    --footer-text: #ccc;
    --footer-link-hover: #fff;
}

.map-sec {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.map-sec-wrapper {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 450px;
}

    .map-sec-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

/* --------------------------------------------------- */
/*  2. FOOTER SECTION STYLING                          */
/* --------------------------------------------------- */
.footer-section {
    font-size: 0.95rem;
}

.footer-sec-top {
    background-color: #282828;
    color: var(--footer-text);
    padding: 20px 0;
}

.footer-sec-title {
    font-family: var(--heading-font);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-sec-text {
    line-height: 1.7;
}

/* List Styling (For Partners & Sponsors) */
.footer-sec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-sec-list li {
        margin-bottom: 10px;
    }

        .footer-sec-list li a {
            color: var(--footer-text);
            text-decoration: none;
            transition: color 0.3s ease, padding-left 0.3s ease;
        }

            .footer-sec-list li a:hover {
                color: var(--footer-link-hover);
                padding-left: 5px;
            }

/* Contact List Styling */
.footer-sec-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-sec-contact i {
    color: #fff;
    margin-top: 5px;
}

/* Social Media Icons */
.footer-sec-socials {
    margin-top: 20px;
}

    .footer-sec-socials a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        text-decoration: none;
        margin-right: 10px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

        .footer-sec-socials a:hover {
            background-color: #fff;
            color: var(--primary-color-green);
            transform: translateY(-3px);
        }

/* Copyright Bar */
.footer-sec-bottom {
    background-color: var(--primary-color-green-dark);
    padding: 15px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

    .footer-sec-bottom p {
        margin: 0;
    }

/* --------------------------------------------------- */
/*  3. BACK TO TOP BUTTON STYLING                      */
/* --------------------------------------------------- */
.back-to-top-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color-green);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1000;
    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background-color 0.3s ease;
}

    .back-to-top-button.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .back-to-top-button:hover {
        background-color: var(--primary-color-green-dark);
        color: #fff;
    }

    .back-to-top-button i {
        font-size: 1.5rem;
    }



/* ========================================================================= */
/* STYLING FOR REVAMPED DETAIL PAGE                                          */
/* ========================================================================= */

/* --- 0. Global & Layout Fix --- */
:root {
    --primary-color: #0056b3; /* A nice, deep blue */
    --light-gray: #f8f9fa;
    --medium-gray: #e9ecef;
    --dark-text: #212529;
    --body-font: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

body {
    background-color: var(--light-gray); /* A soft background for the whole page */
    font-family: var(--body-font);
}

/* 
  IMPORTANT: FIX FOR THE HEADER OVERLAP
  This creates space at the top of our section. 
  Adjust the '6rem' value to match your header's height. 
  This is much more reliable than a fixed margin.
*/
.detail-page-wrapper {
    padding-top: 8rem;
}


/* --- 1. Tier 1: The Page Banner --- */
.detail-page-banner {
    background: linear-gradient(135deg, #ffffff 0%, #eef2f7 100%);
    padding: 5rem 0;
    border-bottom: 1px solid var(--medium-gray);
    /*margin-bottom: 2.5rem;*/ /* Space between banner and content */
    padding-bottom: 20px;
}

    .detail-page-banner .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0.5rem;
    }

    .detail-page-banner .breadcrumb-item a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .detail-page-banner .breadcrumb-item a:hover {
            color: #003d80; /* Darker blue on hover */
        }

    .detail-page-banner .breadcrumb-item.active {
        color: #6c757d;
    }

.detail-page-title {
    color: var(--dark-text);
    font-size: 2.75rem;
    font-weight: 700;
}


/* --- 2. Tier 2: The Content Area & Cards --- */
.main-content-card,
.sidebar-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

    .main-content-card:hover,
    .sidebar-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    }

/* --- 3. Prose Wrapper for Great Readability --- */
.prose-wrapper {
    max-width: 110ch; /* Optimal line length for reading */
    color: #343a40;
}

    .prose-wrapper h1, .prose-wrapper h2, .prose-wrapper h3, .prose-wrapper h4 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 600;
        color: var(--dark-text);
    }

    .prose-wrapper p {
        line-height: 1.7;
        margin-bottom: 1.25rem;
    }

    .prose-wrapper a {
        color: var(--primary-color);
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    .prose-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 1.5rem 0;
    }


/* --- 4. Sidebar Specific Styles --- */
.sidebar-title {
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.sidebar-list {
    list-style: none;
    padding-left: 0;
}

    .sidebar-list li {
        margin-bottom: 0.75rem;
    }

    .sidebar-list a {
        color: #495057;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

        .sidebar-list a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }

.social-share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--light-gray);
    color: #6c757d;
    margin-right: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-share-links a:hover {
        background-color: var(--primary-color);
        color: #fff;
        transform: scale(1.1);
    }

/* --- 5. Responsive Adjustments --- */
@media (max-width: 991.98px) {
    /* On tablets and below, the sidebar stacks. Add space above it. */
    .sidebar-card {
        margin-top: 2rem;
    }

    .detail-page-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 767.98px) {
    /* On mobile, reduce padding and font sizes for a tighter layout */
    .detail-page-wrapper {
        padding-top: 4rem; /* Adjust for smaller header on mobile if needed */
    }

    .detail-page-banner {
        padding: 2rem 0;
        margin-bottom: 1.5rem;
    }

    .main-content-card,
    .sidebar-card {
        padding: 1.5rem;
    }

    .detail-page-title {
        font-size: 1.8rem;
    }
}

/* ========================================================================= */
/* CSS ADDITIONS FOR PROFILE PAGE                                            */
/* ========================================================================= */

/* Style for the person's designation/title below their name */
.detail-page-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    color: #495057; /* A softer color than the main title */
    margin-top: 0.25rem;
    margin-bottom: 0;
}

/* Styling for the floated profile image inside the content card */
.profile-image-float {
    max-width: 350px; /* Adjust size as needed */
    width: 100%;
    height: auto;
    border-radius: 8px; /* Softly rounded corners */
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* On small screens, the image should not float but stack on top */
@media (max-width: 575.98px) {
    .profile-image-float {
        float: none !important; /* Disables the float */
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%; /* Let it take up most of the width */
    }
}