/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*variables starts*/

:root {
    /*--bg-green: #0b968b;
    --text-green: #0b968b;*/
    /* --bg-green: #3f4a9f; */ /*commented on 9/2/2025*/
    --bg-green: #144c8e;
    --bg-hover: #5460be;
    --text-green: #3f4a9f; 
    --font-32: 32px;
} 

/*variables ends*/      

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  /*color: #106eea;*/
  /*color: #0b968b;*/
  color: var( --text-green);
  text-decoration: none;
}

a:hover {
  /*color: #3b8af2;*/
      /*color: #076c64;*/
  color: var( --text-green);  
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /*background: #106eea;*/
  /*background: #0b968b;*/
  background: var( --bg-green);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  /*background: #3284f1;*/
  /*background: #12aea2; */
  background: var( --bg-hover); 
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  #header.fixed-top {
    height: auto !important;
  } 
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #106eea;*/
  background: #414447; 
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

#topbar .form-check.form-switch {
    align-items: center;
    display: flex;
} 
#langSwitch
{
  cursor:pointer;
}
.form-check-label
{
  cursor: pointer;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /*height: 86px;*/
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  /* height: 70px; */
  height: 101px;
}

#header .logo {
  /*font-size: 14px;  */
  font-size: 23px;  
  margin: 0;
  padding: 0;
  line-height: 1.4; 
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .center_logo img
{
  height: 20vh;
  max-height: 100px;
}
#header .logo a {
  color: #fff;
}
@media (max-width: 991px) {
  .cm_logo, .min_logo {
    display: none;
  }
  .center_logo
  {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 556px) {
  .center_logo img {
    width: 99% !important;
    height: 15vh !important;
  
  }
}
.cm_logo,.min_logo{
  text-align: center;
}
.minister_text
{
  font-size: 11px;
  letter-spacing: normal;
  line-height: normal;
}
#header .logo a span {
  color: #fff;
}

#header .logo img, .footer-logo img {
   /*  max-height: 54px;
    width: 54px;  */
    max-height: 85px;
    width: 80px;
} 

.scrolled-offset {
  margin-top: 70px;
}

#header .navbar {
    /*background: #106ee9;*/
    /*background: #0b968b;*/
    background: var( --bg-green);
    
}
#header .navbar:not(.navbar-mobile)
{
  border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}
.txt-red {
      /*color: #cd5c5c;*/
      color: #cd5c5c;
}

.txt-green {
  /*color: #008000;*/
  /*color: #3568ab;*/
  color: #3f4a9f;
}

.j-center {
  justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /*background-color: #0b968b;*/
    background: var( --bg-green);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
html body.tamil-font .navbar a {
    font-size: 11.5px;
}
.tamil-font  .minister_text {
    font-size: 11.5px !important;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.tamil-font .team .member-info h4{
  font-size: 11.5px !important;
}
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  /*background-color: #106eea;*/
  background-color: #ffffff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* color: #2cf7ff; */
  color: #BDD4EE
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #222222;
} 

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active,
.navbar .dropdown ul .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--text-green);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.dark-theme {
    background-color: #121212 !important;
    color: white !important;
}

.dark-theme a {
    color: #ffcc00 !important;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /* color: #222222; */
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 80vh; */
  height: 59vh;
  /*background: url("../img/hero-bg.jpg") top left;*/
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
 /* background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;*/
}

#hero .container {
  position: relative;
  z-index: 1;
} 

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  /*color: #106eea;*/
  /*color: #0b968b;*/
  color: var( --text-green);
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
  /*background: #41546e;*/
}

#hero .btn-get-started:hover {
  /*background: #247cf0;*/
  background: var( --bg-hover);  
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    /*height: 100vh;*/
    height: auto;
  } 

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
  .about-hero
  {
    margin-top: 1rem  !important;
  }
}
@media (max-width: 991px) {
  .about-hero {
      margin-top: 1rem !important;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  /*background: #e7f1fd;
  color: #106eea;*/
  /*background: #e7fdf2;*/
  background: #e7e9fd;
  /*color: #0b968b;*/
  color: var( --text-green);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  /*font-size: 32px;*/
  font-size: var( --font-32); 
  font-weight: 700;
}

.section-title h3 span {
  /*color: #106eea;*/
      /*color: #0b968b;*/
      color: var( --text-green);
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
  .twitter .bi,.facebook .bi
  {
    display: none !important;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  /*background: #106eea;*/
  /*background: #0b968b;*/
  background: var( --bg-green);
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  /*color: #106eea;*/
  /*color: #0b968b;*/
  color: var( --text-green);
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    /* color: #106eea; */
    /* color: #0b968b; */
    color: var( --text-green);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin-right: 15px;
} 

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
} 

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  /*background: #106eea;*/
  /*background: #0b968b;*/
  background: var( --bg-green);
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 25px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000 !important;
}

.gallery-item img {
  cursor: zoom-in;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);*/
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 20px 0 30px 0;
} 

.contact .info-box i {
    font-size: 24px;
    /* color: #106eea; */
    /* color: #0b968b; */
    color: var( --text-green);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 1; 
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .contact-email-form {
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);*/
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 30px;
}

.contact .contact-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .contact-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .contact-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .contact-email-form .form-group {
  margin-bottom: 20px;
}

.contact .contact-email-form input,
.contact .contact-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-email-form input:focus,
.contact .contact-email-form textarea:focus {
  border-color: #106eea;
}

.contact .contact-email-form input {
  padding: 10px 15px;
}

.contact .contact-email-form textarea {
  padding: 12px 15px;
}

.contact .contact-email-form button[type=submit] { 
  /*background: #106eea;*/
  /*background: #0b968b;*/
  background: var( --bg-green);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px; 
}

.contact .contact-email-form button[type=submit]:hover {
  /*background: #3b8af2;*/
  /*background: #12aea2;*/
  background: var( --bg-hover);
}

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

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#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: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  /*background: #106eea;*/
  /*background: #0b968b;*/
  background: var( --bg-green);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  /*background: #3b8af2;*/
  /*background: #12aea2;*/
  background: var( --bg-hover);
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

.vCount span {
    /*color: #0b968b;*/
    color: var( --text-green);
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


/*service section starts*/

.services .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgb(0 0 0 / 10%);
}
.services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    /*background: #0ea2bd;*/
    /*background: #0b968b;*/
    background: var( --bg-green);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid #fff;
}
.services .service-item:hover .details .icon i {
    color: #0ea2bd; 
}
.services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.services .img {
    border-radius: 8px;
    overflow: hidden;
}
.services .img img {
    transition: 0.6s;
}
.services .service-item:hover .img img {
    transform: scale(1.2);
}
.services .service-item:hover .details .icon {
    background: #fff;
    border: 2px solid #0ea2bd;
}

/*service section ends*/


/*bubble animation starts*/
/*.area{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: transparent;  
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
        background: var( --bg-green);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}*/
/*bubble animations ends*/

/*animate starts*/
.ani {
    margin: 0;
    height: 100vh;
    font-weight: 100;
    /* background: #3f6ec5; */
    -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
    background: linear-gradient(to right, rgb(41 12 12), rgb(43 48 99), rgb(49 36 62));
}

.light {
    position: absolute;
    width: 0px;
    opacity: 1;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}


@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}




@-webkit-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-moz-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-o-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-o-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-moz-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-o-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}
/*animate ends*/

.animate-charcter
{
   text-transform: uppercase;
    background-image: linear-gradient( -225deg, #4529ae 0%, #e72e2e 20%, #ff1361 45%, #fff800 70%, #4529ae 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3.8s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*arroe starts*/
/* arrow animate css starts */
.scroll-down {
  position: absolute;
  z-index: 500;
  transition: transform 0.5s 1.5s, opacity 0.3s 1.7s, z-index 0.5s 1.5s;
  font-size: 3rem;
  font-family: ptsans-regular;
  text-transform: uppercase;
  bottom: 8rem;
  left: calc(50% - 15rem);
  color: #fff;
  width: 30rem;
  text-align: center;
}
.scroll-down.removed {
  transform: translateY(-20rem);
  opacity: 0;
  z-index: -10;
  transition: transform 0.5s, opacity 0.3s 0.2s, z-index 0.5s;
}
.scroll-down:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3rem;
  left: calc(50% - 1.5rem);
  width: 1.5rem;
  height: 1.5rem;
  border: 0.5rem solid #fff;
  border-left: none;
  border-top: none;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  -webkit-animation: arrowMove 1.2s infinite;
  animation: arrowMove 1.2s infinite;
}

@-webkit-keyframes arrowMove {
  to {
    transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}

@keyframes arrowMove {
  to {
    transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}
@-webkit-keyframes navArrowMove {
  to {
    transform: translateX(2rem);
    opacity: 0;
  }
}
@keyframes navArrowMove {
  to {
    transform: translateX(2rem);
    opacity: 0;
  }
}
/*arrow ends*/

/*blink css starts*/
.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/*blink css ends*/

/*table starts*/
thead {
    /*background: #afd4f8;*/
        /*background: #0b968b;*/
        background: var( --bg-green);
    color: #fff;
}
tbody tr:nth-child(odd) {
    /*background: #afd4f829;*/
        background: #c9e8dd29;
}
/*table ends*/

/*canvas height starts*/
.offcanvasTop {
    --bs-offcanvas-height: 46vh;
} 
.offcanvas-title {
    color: #3568ab;
}
/*canvas height ends*/

/*carousel starts*/
.portfolio-details-slider img {
    height: 320px;
    width: 100%;
}
/*carousel ends*/

/*icons starts*/
.box-icon {
      display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 8.3px 0.7px #465f9f69;
    box-shadow: 0px 3px 8.3px 0.7px #465f9f69;
}
.box-icon i {
      font-size: .9375rem;
    line-height: 28px;
    color: #fff; 
}
/*icons ends*/

/*color gradients starts*/
.bg-gradient-violet {
    background: linear-gradient(180deg, #566EC4 0%, rgba(86, 110, 196, 0.82) 100%);
}
.bg-gradient-light-green {
    background: linear-gradient(180deg, #56C4B0 0%, rgba(86, 137, 196, 0.82) 100%);
}
.bg-gradient-red {
    background: linear-gradient(180deg, #C456B2 0%, rgba(134, 86, 196, 0.82) 100%);
}
/*color gradients ends*/


/*floating menu starts*/
.float-menu{
    position: fixed;
    width: 60px;
    top: 20rem;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 40%);
}

.float-menu ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
.float-menu li{
  height: 45px;
  position:relative;
}
.float-menu li a{
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
  text-decoration: none !important;
}
.float-menu li:nth-child(1) a{
  background: #4267B2;
}
.float-menu li:nth-child(2) a{
  background: #1DA1F2;
}
.float-menu li:nth-child(3) a{
  background: #E1306C;
}
.float-menu li:nth-child(4) a{
  background: #2867B2;
}
.float-menu li:nth-child(5) a{
  background: #333;
}
.float-menu li:nth-child(6) a{
  background: #ff0000;
}
.float-menu li a i{
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.float-menu li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.float-menu a:hover {
  z-index:1;
  width: 200px;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.float-menu li:hover a span{
  padding-left: 30%;
  display: block;
  font-size: 15px;
}
/*floating menu ends*/

/*banner image starts*/
#banner {
    width: 100%;
    height: 15vh;
    background: url(../img/hero-bg.jpg) top left;
    background-size: cover;
    position: relative;
} 
#banner:before { 
    content: "";
    /*background: rgba(255, 255, 255, 0.6);*/
    background: rgb(0 0 0 / 60%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#banner h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}
#banner h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}
#banner .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #106eea;
}
/*banner image ends*/

/*slider img starts*/
#carouselExampleIndicators img {
  height: 530px;
}
/*slider img ends*/
.pb-24 {
  padding-bottom: 24px !important;
}
.card.loginBox {
    max-width: 440px;
    margin: 0px auto;
    background: #00000042;
} 
.loginBox .form-control input {
  color: #fff !important;
  background-color: transparent !important;
}

.inner-page .form-control, .inner-page .form-select {
    background: #263841 !important;
    color: #fff !important;
} 

.inner-page .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
} 

/*pulse animation starts*/
.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/*pulse animation ends*/

.gif-img {
    position: absolute;
    top: 0;
    right: 0; 
    opacity: 0.3;
    bottom: 0;
    height: 75vh;
}
.gif-img img {
    height: 75vh;
}
.text-justify {
    text-align: justify;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .event-item {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.events .event-date {
  width: 80px;
  height: 80px;
  background: var(--bg-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.events .event-date span {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.events .event-date p {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

.events .event-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-green);
}

.events .event-content p {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  /* padding: 60px 0; */
  padding: 10px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team .member:hover {
  transform: translateY(-0.1px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img img {
    height: 175px;
    width: 100%;
    /* object-fit: cover; */
}
@media (max-width: 767px) {
    .team .member .member-img img {
      height: auto;
      width: 50%;
    }
    .member {
      max-width: 300px;   /* or whatever looks good */
      margin: 0 auto;     /* center the card */
    }
  }

@media (max-width: 750px) {
  .member {
    max-width: 300px;   /* or whatever looks good */
    margin: 0 auto;     /* center the card */
  }

  .member img {
    width: 50% !important;        /* fill the card's width */
    height: auto !important;       /* keep aspect ratio */
    /* object-fit: cover; */  /* avoid distortion */
  }
}
.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: #444444;
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: var(--text-green);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 5px 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 12px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}


.team .member .member-info .contact-info p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}

.team .member .member-info .contact-info p a {
  color: #555;
  transition: 0.3s;
}

.team .member .member-info .contact-info p a:hover {
  color: var(--text-green);
}

.team .member .member-info .contact-info i {
  color: var(--text-green);
  margin-right: 8px;
}
.team .member .member-info .post {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #777;
  margin-top: 8px;
  line-height: 1.4;
}
/*--------------------------------------------------------------
 # Contact
 --------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.gallery .gallery-item img {
  transition: 0.3s;
  width: 100%;
}

.gallery .gallery-item .gallery-info {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color: #fff;
}

.gallery .gallery-item .gallery-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.gallery .gallery-item .gallery-info p {
  color: #f8f9fa;
  font-size: 14px;
  margin-bottom: 0;
}

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

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Press Release
--------------------------------------------------------------*/
.press-release .press-release-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-green);
  margin-bottom: 10px;
}

.press-release .press-release-item .fst-italic {
  color: #6c757d;
  margin-bottom: 15px;
}

.press-release .press-release-item p {
  text-align: justify;
  line-height: 1.8;
}

.press-release .press-release-item img {
  max-width: 700px;
  margin: 0 auto 20px auto;
  display: block;
  width: 100%;

}
body.tamil-font .menu-bar {
    font-size: 14px;
}
#sfc_history tr th{
  white-space: nowrap;
}
.profile-card {
  max-width: 800px;
  margin: 0px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.profile-img {
  max-width: 180px;
  border-radius: 4px;
}
.profile-header {
  margin-bottom: 20px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.nav-link {
  color: #fff;
}
.login_hero{
  height:100vh !important;
}
.form-label
{
  color: #fff;
}
/* .select2-container--default .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important; 
    padding: .375rem .75rem;  
    border: 1px solid #ced4da;
    border-radius: .25rem;   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.2em + .75rem) !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
} */
.toggle-password_rlb, .toggle-password_ulb {
    background: #fff !important;
    color: #575757 !important;
    border-left: 0;
    border-color: #ffffff !important;
     border: none !important;   
    box-shadow: none !important
}
section#constitutional-provision .nav-link:not(.active) {
    color: #000;
}
section#constitutional-provision .nav-link:not(.active):hover {
    color: #7c7c7c;
}
@media (max-width: 900px) {
    .login_hero {
        height: auto !important;
    }
}
.loginBox .nav-link:not(.active):hover {
  color: #b5b5b5;
}
.loginBox .nav-link
{
  border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 7px 11px;
    padding: 4px 20px;
    /* font-size: 14px; */
    margin-left: 0.5rem;
}
.loginBox .nav-link.active
{
  border: 1px solid #ffffff;
    background: #144c8e;
    color: #fff;
    border-radius: 7px 11px;
    padding: 4px 17px;
    /* font-size: 14px;*/
}

#reports .nav-link
{
  border: 1px solid #144c8e;
    color: #000;
    border-radius: 7px 11px;
    padding: 4px 20px;
    /* font-size: 14px; */
    margin-left: 0.5rem;
}
#reports .nav-link.active
{
  border: 1px solid #ffffff;
    background: #144c8e;
    color: #fff;
    border-radius: 7px 11px;
    padding: 4px 17px;
    /* font-size: 14px;*/
}
#reports .table
{
  /* text-align: center; */
}
#reports a.nav-link:hover {
    background: #3f4a9f !important;
    color: #fff !important;
}
.ticker{
  
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  font-size: 14px;                      /* match your theme */
}
.update-label{
  background:#144c8e;                         /* dark blue pill */
  border-top-left-radius:999px;
  border-bottom-left-radius:999px;
  flex:0 0 auto;                              /* don't stretch */
}
@keyframes marqueeSlide{
    0%   { transform: translateX(30%); }   /* start closer */
  100% { transform: translateX(-100%); }
}
.marquee{
  white-space: nowrap;
  animation: marqueeSlide 45s linear infinite; /* slower */
}
.marquee:hover{ animation-play-state: paused; }

/* Optional: dot separators auto-added between items */
.marquee > span + span::before{
  content:"•";
  margin: 0 .75rem 0 .5rem;
  opacity:.6;
}
.marquee-outer-section
{
  background: rgba(13,110,253,.15);           /* light blue bar */
  border-color: #3f4a9f;
}
.marquee_new_title
{
    background: #ed2626;
    color: white;
    /* font-size: 10px; */
    /* padding: 0px 1px 0px; */
    font-style: italic;
    box-shadow: 0 0 0 rgb(237 68 0 / 40%) !important;
    border-radius: 3px;
}
.carousel-caption h5,.carousel-caption p
{
  font-weight: bold !important;
  
}
.office:nth-child(odd) {
   background: #f1f1f1;
}

.office:nth-child(even) {
  background: #f1f6fe; 
}

#feedback .form-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    /* background-color: #fff; */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#feedback .form-label {
    color: #000 !important;
    font-weight: bold;
}
#feedback .error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25em;
}
.report  .table td:not(:first-child){
  text-align: center !important
}
.report  .table th{
  text-align: center !important
}
.tamil-font .event-date p{
    font-size:11.5px !important
}
.corp-tooltip .tooltip-inner {
    font-size: 12px !important;
}
.corp_count_card
{
  cursor: pointer;
}