/*font face starts1*/
/*@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Orbitron:wght@400..900&display=swap");
@import url("../fonts/montserrat.css");
@import url("../fonts/font-awesome.css");*/

/*font face end*/
/*common*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_product li{
  display: block !important;
}
a {
  text-decoration: none;
  transition: ease 0.5s;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.pt-6 {
  padding-top: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.headtop {
  background-color: #004e89;
  padding: 2px 0 2px 0;
}

.gov-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gov-text ul li {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  float: left;
}

.gov-text ul li + li {
  border-left: 1px solid #bcbcbc;
}

.gov-text-pr {
  padding-right: 20px;
}

.gov-text-pl {
  padding-left: 20px;
}

.navbar-brand {
  padding: 0;
}

.font-resize {
  float: left;
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #bcbcbc;
}

.font-resize ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.font-resize ul li {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  float: left;
  /* width: 30px; */
  text-align: center;
  line-height: normal;
  color: #fff;
}

.text-language {
  float: left;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  border-right: 1px solid #bcbcbc;
}

.text-language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.text-language ul li {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: normal;
  padding: 0 10px;
  color: #616161;
}

.text-language ul li + li {
  border-left: 1px solid #616161;
}

.font-dark {
  float: left;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
}

.font-dark ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.font-dark ul li {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: normal;
  color: #fff;
}

.dark {
  color: #fff;
  border: 1px solid #616161;
  background: #616161;
}

.light {
  color: #616161 !important;
  border: 1px solid #616161;
  background: #fff;
}

.logo {
  width: 205px;
}

.logoarea {
  padding: 4px 0;
}

.brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}

.title {
  font-size: 35px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
}

/*search*/
.sb-search {
  position: relative;
  margin-top: 15px;
  width: 0%;
  min-width: 42px;
  height: 42px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #efefef;
  width: 100%;
  margin: 0;
  z-index: 10;
  padding: 10px 16px;
  font-family: inherit;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: normal;
}

.sb-search-input:placeholder {
  color: #616161 !important;
}

.sb-icon-search {
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.sb-icon-search {
  color: #fff;
  background: #e7b300;
  z-index: 90;
  font-size: 18px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
  content: "\f002";
}

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

/*end search*/
.help-box {
  display: inline-block;
  float: right;
  margin-top: 15px;
}

.help-box span {
  background: #4fb015;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.help-box p {
  text-align: center;
  margin-bottom: 0;
}

/*nav css*/
.menuarea {
  background-color: #174abd;
}

/*
modified on 25.02.2022
by Samir
*/

/*carousel css*/
.carousel-indicators li {
  background-color: #fff;
  opacity: 0.3;
}

.carousel-caption {
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: left;
}

.carousel-caption .first {
  font-size: 40px;
  font-weight: normal;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animation {
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}

.first {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.second {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/*carousel css*/
.feature-card {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  background-color: #fff;
}

.feature-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.feature-card-thumb {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.thumb-green {
  background: #e1fbef;
}

.thumb-yellow {
  background: #fcf7dd;
}

.thumb-blue {
  background: #e0eef8;
}

.thumb-purple {
  background: #f5e4fe;
}

.thumb-orange {
  background: #ffebdc;
}

.thumb-aqua {
  background: #dbfffd;
}

.feature-card-header span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.feature-card-body p {
  font-size: 13px;
  line-height: 21px;
}

.discover-link {
  color: #000;
  transition: all 0.3s linear;
}

.discover-link i {
  margin-left: 5px;
}

.discover-link:hover {
  margin-left: 4px;
  color: #007bff;
}

.bg-cta {
  background-color: #000;
  background-image: url("../images/cta-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cta h2 {
  color: #fff;
}

.btn-cta {
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: #e7b300;
  border-radius: 30px;
  transition: all 0.4s ease;
  border: 2px solid #e7b300;
}

.btn-cta:hover {
  color: #e7b300;
  background-color: transparent;
  border: 2px solid #e7b300;
}

footer {
  background: #282c2f;
}

.footer-top {
  padding: 30px 50px !important;
}

.logo-text p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.footer-links h4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.footer-links ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s linear;
}

.footer-links ul li a:hover {
  margin-left: 4px;
  color: #e7b300;
}

.footer-links ul li i,
.footer-links ul li a i {
  margin-right: 10px;
}

.footer-links address {
  color: #fff;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #4a555e;
}

.footer-bottom .policy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom .policy li {
  float: left;
}

.footer-bottom .policy li a {
  color: #9e9e9e;
  font-size: 13px;
  display: inline-block;
}

.footer-bottom .policy li + li {
  margin-left: 40px;
}

.footer-bottom .developtxt {
  text-align: right;
}

.footer-bottom .developtxt span {
  color: #9e9e9e;
  font-size: 13px;
  display: inline-block;
}

/*scroll to top CSS*/
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 20px;
  display: none;
  background: #e7b300;
  font-size: 40px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollToTop:hover,
.scrollToTop:focus {
  opacity: 1;
  color: #fff;
}

@media only screen and (min-width: 340px) and (max-width: 767px) {
  .gov-text ul li {
    text-align: center !important;
    float: none;
  }

  .gov-text-pr {
    padding-right: 0;
  }

  .gov-text-pl {
    padding-left: 0;
    margin-top: 10px !important;
  }

  .gov-text ul li + li {
    border-left: none;
  }

  .headtop-right {
    display: none;
  }

  .brand {
    margin: 0 auto;
    display: table;
  }

  .help-box {
    display: none;
  }

  .footer-links {
    margin-top: 30px;
  }

  .footer-bottom .policy ul {
    margin: 0 auto;
    display: table;
  }

  .footer-bottom .developtxt {
    text-align: center;
    margin-top: 15px;
  }

  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 36px;
    right: 4px;
    font-size: 32px;
  }
}

.para-description {
  text-align: justify;
}

.form-div {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  padding-top: 10px;
}

.profile-img {
  display: none;
}

#profile-img,
#output-img {
  display: block;
  width: 100%;
  margin: 10px auto;
  border-radius: 10px;
  cursor: pointer;
}

label {
  font-weight: 400;
}

.container p {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* .menuarea .container .row
{
margin-right: -100px;
margin-left: -100px;
} */
/* .logoarea .container .row
{
margin-right:-190px;
margin-left: -190px;
}
.headtop .container .row
{
margin-right:-190px;
margin-left: -190px;
} */
.container .section-title {
  font-size: 1.8rem;
  font-weight: 550;
}

.footer-top .container .row .col-sm-2 img {
  height: 80px;
}

.footer-bottom .container .row .col-sm-12 a {
  padding-left: 20px;
  padding-right: 20px;
  color: #9e9e9e;
}

.footer-bottom .container .row .developtxt {
  font-size: 0.85rem;
  color: #9e9e9e;
  font-weight: bold;
}

/*
design changes to icons inside admin panel
*/
.fa-user {
  font-size: 2em;
  color: #fff;
}

.main-content-inner .container-fluid h1 {
  font-family: "Poppins";
  font-weight: 450;
}

.main-content-inner .container-fluid .table thead {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 450;
  text-align: center;
}

.main-content-inner .container-fluid .table tbody {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 450;
  text-align: justify;
}

.wrapper {
  padding: 50px 0;
  background-image: url("../../../assets/images/dashboard_bg2.png");
  background-size: cover;
  min-height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 70px;
}

.content {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}

.calendar-box {
  border: 1px solid #ced4da;
  width: 10%;
  background-color: #007bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-inp {
  width: 90% !important;
}

.img-box {
  border: 2px solid #000;
  width: 100%;
}

.side-image {
  width: 100%;
  border: 1px solid #0002;
  height: 370px;
  object-fit: cover;
}

.side-image img {
  width: 100%;
  height: 100%;
}

.wqi::placeholder {
  font-size: 14px;
}

/*pocs*/

h3 {
  color: #262626;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}

.card1 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}

.statistics {
  border-radius: 9px;
  box-shadow: 0 26px 41px 0 rgba(116, 116, 116, 0.13);
  background-color: #ffffff;
  border: 0px;
  padding: 0px;
  margin-bottom: 55px;
  text-align: center;
  transition: transform 0.3s ease-out;
  height: 220px;
  /* webkit-box-shadow: 0 10px 20px 5px rgba(214, 214, 214, 1); */
  box-shadow: 0 10px 20px 5px rgba(214, 214, 214, 1);
  position: relative;
  transition: 0.3s;
}

.statistics:hover .icon-image img {
  transform: scale(1.1);
  transition: 0.4s;
}

.statistics:hover {
  transform: translateY(-5px);
}

.statistics-text {
  height: 110px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 0;
  border-radius: 0px 0px 9px 9px;
  display: flex;
  align-items: center;
}

.red {
  background-color: #e65c62;
  background-image: linear-gradient(122deg, #ff575e, #b32323);
}

.yellow {
  background-color: #f8a920;
  background-image: linear-gradient(122deg, #cd911f, #c18214);
}

.green {
  background-color: #55b92e;
  background-image: linear-gradient(122deg, #55b92e, #3a811e);
}

.blue {
  background-color: #29a8cd;
  background-image: linear-gradient(122deg, #37abcc, #4b91c7);
}

.statistics-text h3 {
  color: #fff;
}

.card1 img {
  width: 100%;
  opacity: 0.8;
}

.icon-image {
  background: #e9e8e8;
  width: 100%;
  height: 100%;
  padding: 16px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0 10px 20px 5px rgba(214, 214, 214, 1);
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
}

.icon-image:after {
  content: "";
  width: 80px;
  height: 12px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #0002;
  bottom: 0;
}

.icon-image img {
  text-align: center;
  margin: 0 auto;
}

.page-title {
  margin-top: 50px;
  padding-bottom: 40px;
}

.page-title h2 {
  position: relative;
  margin-top: 0px;
  margin-left: 0;
  color: #0076dd;
  font-size: 50px;
  font-variant: normal;
}

.page-title h2:before {
  content: "";
  position: absolute;
  right: 0px;
  height: 2px;
  width: 27%;
  background-color: #ecc233;
  bottom: 20px;
}

.page-title h2:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 2px;
  width: 27%;
  background-color: #ecc233;
  bottom: 20px;
}

#profile-img {
  height: 200px;
  object-fit: contain;
}

.footer-top a img {
  background-color: #fff;
}

.statistics-banner {
  background-image: url("../../../assets/images/banner-m.jpg");
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  background-attachment: fixed;
}

.statistics-section {
  position: relative;
  /*    height: 1200px;*/
  background: #fff;
  /*    margin-top: 10px;*/
}

.pocs-content {
  position: absolute;
  top: 180px;
  background-color: #fff;
  margin: 0 auto;
  width: 85%;
  left: 0;
  border-radius: 40px;
  right: 0;
  padding: 20px;
}

.wrapper-box {
  background-color: #f2f8ff;
  border: 2px solid #beeafb;
  padding: 35px;
}

/* background-color */
.wrapper-box h3 {
  font-size: 20px;
}

body.dark-theme .wrapper-box {
  background-color: #222;
}

.banner-left p {
  color: #fff;
}

body.darkmode .card-body {
  color: #000;
}

body.darkmode .council_assessor {
  color: #000;
}

body.dark-theme .wrapper-box.img-box {
  color: #ff0 !important;
}

body.dark-theme .wrapper-box h3 {
  color: #ff0 !important;
}

body.dark-theme {
  background-color: #222;
  color: #ff0;
}

body.dark-theme .statistics-section {
  background-color: #222;
  color: #ff0;
}

body.dark-theme .pocs-content {
  background-color: #222;
  color: #ff0;
}

body.dark-theme .menuarea {
  background-color: #000;
  color: #ff0;
}

body.dark-theme .statistics {
  background-color: #000;
  color: #ff0;
  box-shadow: none;
}

body.dark-theme .navbar-dark .navbar-nav .nav-link {
  color: #ff0;
}

body.dark-theme .page-title h2 {
  color: #ff0;
}

body.dark-theme .headtop {
  background-color: #000;
}

body.dark-theme .gov-text ul li {
  color: #ff0 !important;
}

body.dark-theme .font-resize ul li {
  color: #ff0 !important;
}

body.dark-theme .text-language ul li {
  color: #ff0 !important;
}

body.dark-theme .footer-bottom .container .row .col-sm-12 a {
  color: #ff0 !important;
}

.nav-item {
  margin: 0px 10px;
}

.dropdown-menu nav .nav-item .nav-link {
  padding: 0 !important;
}

/*.navbar .dropdown {position:static;}*/
/*.navbar .dropdown-menu {
width:100%;
left:0;
right:0;
display:block;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.3s linear;
}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
display:block;
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.3s linear;
}
.navbar .dropdown-menu {
border: 1px solid rgba(0,0,0,.15);
background-color: #fff;
}
}
.mega-menu
{
padding-top: 30px;
padding-bottom: 20px;
}
.mega-menu .nav-link
{
padding: 0!important;
font-size: 12px;
line-height: 19px;
color: #d1d1d1;
}
.mega-menu span
{
border-bottom: 1px solid #fff;
padding-bottom: 5px;
font-weight: bolder;
text-shadow: 1px 2px 1px #000000;
}
.mega-menu .flex-column
{
margin-top: 10px;
margin-bottom: 20px;
}
.mega-menu img
{
width: 50px;
background-color: #e2f0ff;
padding: 5px;
margin-right: 14px;
border-radius: 4px;
}*/
.bg {
  background-color: #0f4c5c;
}

.card-columns {
  column-gap: 0rem;
}

.card-columns .card {
  border: none;
  border-radius: 0;
  margin: 0;
}

.card-columns .card img {
  object-fit: cover;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: 500px;
  }

  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
  }
}

.statistics-section {
  background-image: url("../../../assets/images/ai_bg.png");
  background-position: center;
  background-size: cover;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dashboard-image-title {
  display: block;
  font-size: 18px;
  color: #ffffff;
  padding: 16px 12px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 0;
}

.no-padding {
  padding: 0 !important;
}

.card {
  background-color: transparent !important;
  margin: 0 0 3rem;
  overflow: hidden;
  box-shadow: 2px 3px 5px #6a6a6a;
}
.close:hover
{
  color: red;
}
.card img {
  width: 100%;
  transition: 0.5s;
}

.card:hover img {
  transform: scale(1.2);
}

.card:hover .dashboard-image-title {
  border-top: 1px solid #fff;
}

.smal-drop {
  width: 250px !important;
  left: unset !important;
  border-radius: 0 !important;
}

.smal-drop2 {
  width: 250px !important;
  border-radius: 0 !important;
  position: relative;
  left: unset !important;
  right: unset !important;
}

.custom-file-label::after {
  background-color: #ff6633;
  color: #fff;
}

.poc_sub_menu {
  background-image: url("../../../assets/images/ai_bg.png");
  background-position: center;
  background-size: cover;
  padding: 130px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.login_page 
{
padding-top:50px;
}

.poc_sub_menu p {
  font-size: 14px;
  font-family: sans-serif;
}

#panel {
  display: none;
}

p {
  font-weight: 200;
  text-align: justify;
}

.poc_sub_menu_content {
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.poc_sub_menu_content .link {
  font-size: 14px;
}

.poc_sub_menu_content .image {
  margin-top: 30px;
}

.poc_sub_menu_content .image img {
  border: 1px solid #0002;
}

.read-more-btn {
  padding-bottom: 20px;
}

.download .list li {
  margin-bottom: 5px;
  font-size: 13px;
}

.download .list li span a {
  font-size: 13px;
  background-color: #e7b300;
  color: #fff;
  margin-left: 20px;
}

.module-link {
  font-size: 13px;
}

#flip {
  font-size: 12px;
}

.card-counter {
  box-shadow: 2px 2px 10px #dadada;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s linear all;
}

.card-counter:hover {
  box-shadow: 4px 4px 20px #dadada;
  transition: 0.3s linear all;
}

.card-counter.primary {
  background-color: #007bff;
  color: #fff;
}

.card-counter.danger {
  background-color: #ef5350;
  color: #fff;
}

.card-counter.success {
  background-color: #66bb6a;
  color: #fff;
}

.card-counter.info {
  background-color: #26c6da;
  color: #fff;
}

.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}

.card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}

/* Styles for the tab container */
.tab-container {
  display: flex;
  justify-content: start;
  margin-top: 20px;
}

/* Styles for the individual tab */
.tab {
  margin-right: 10px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

/* Styles for the active tab */
.active-tab {
  background-color: #f0f0f0;
}

/* Styles for the tab content */
.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
}

/* Styles for the active tab content */
.active-content {
  display: block;
}

.tab-view {
  margin-bottom: 30px;
}

.captcha_image {
}

.inputBox .fa-refresh {
  color: #fff;
}

.input p {
  color: red;
}

.registration-bg {
  background-image: url(../../../assets/images/ai_bg.png);
  background-position: center;
  background-size: cover;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.serviceBox {
  padding: 25px 10px 10px;
  margin: 10px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #00000017;
  background: #00000012;
}

.serviceBox .service-icon {
  color: #fff;
  background-color: blue;
  font-size: 40px;
  width: 20%;
  padding: 4px 10px 2px;
  margin: 0 0 25px -10px;
  position: relative;
}

.serviceBox .service-icon:after {
  content: "";
  background: linear-gradient(to top right, transparent 50%, #aaa 50%);
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.serviceBox .service-icon h5 {
  margin: 0;
}

.serviceBox.purple {
  --main-color: #7d1b87;
}

.serviceBox.orange {
  --main-color: #e75516;
}

.serviceBox.green {
  --main-color: #0ba360;
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 15px 30px;
  }
}

.submit_dec_content {
  background-color: #fff;
  padding: 20px;
}

.image-preview img {
  height: 250px !important;
  width: 100% !important;
  object-fit: contain;
}

/*Animated-slider-start*/
.animated-background {
  background: #000;
  overflow: hidden;
}

.c-slide {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  will-change: background-size;
  position: relative;
  transition: 0.5s ease;
  transition-delay: 0.1s;
  background-color: #000 !important;
  overflow: hidden !important;
}

.c-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#9c000000", GradientType=0);
}

.c-slide-content {
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  max-width: 1200px;
}

.c-slide__title {
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.8s ease;
  will-change: opacity, transform;
  color: #fff !important;
}

.c-slide__title--large,
.c-slide__title--medium {
  display: block;
  font-size: 2.5em;
  line-height: 110px;
  transform: translateY(150px);
  will-change: transform;
  transition-delay: 0.4s;
  position: relative;
  transition: 1s ease;
  color: #fff !important;
}

.c-slide__title--medium {
  font-size: 1.6em;
  line-height: 100px;
  color: #fff !important;
}

.c-slide__subtitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff !important;
  width: 100%;
}

.c-slide__body {
  margin-top: 0.7rem;
  opacity: 0;
  line-height: 27px;
  color: #fff !important;
}

.c-slide__info {
  transform: translateY(-150px);
  transition: 0.8s ease;
}

.c-wrap {
  padding: 2rem 0;
  overflow: hidden;
}

.c-wrap--small {
  max-width: 30%;
}

.c-wrap--line {
  position: relative;
}

.c-wrap--line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  transition: 0.9s ease;
  transition-delay: 0.4s;
}

.slick-list {
  overflow: visible !important;
}

.animateIn .c-slide__title--large,
.initialAnimation .c-slide__title--large,
.animateIn .c-slide__title--medium,
.initialAnimation .c-slide__title--medium,
.animateIn .c-slide__info,
.initialAnimation .c-slide__info,
.animateIn .c-slide__title,
.initialAnimation .c-slide__title,
.animateIn .c-slide__body,
.initialAnimation .c-slide__body {
  transform: translateY(0);
  opacity: 1;
}

.animateIn .c-wrap--line:after,
.initialAnimation .c-wrap--line:after {
  left: 0;
  transform: translateX(0);
  width: 100%;
}

.slick-list {
  transition: 0.5s ease;
}

.u-scale-out {
  transform: scale(0.6) !important;
  transition: 0.5s ease;
}

.u-scale-in {
  transform: scale(1);
}

@media only screen and (max-width: 1300px) {
  .c-slide__title {
    font-size: 3em;
  }

  .c-slide__title--large {
    font-size: 2em;
  }

  .c-wrap--small {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1100px) {
  .c-navigation {
    display: none;
  }

  .c-header {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 800px) {
  .c-slide__title--medium {
    font-size: 1.3em;
  }

  .c-slide__title {
    font-size: 2.5em;
    color: #fff !important;
  }

  .c-slide__title--large {
    font-size: 1.5em;
  }

  .c-wrap--small {
    max-width: 80%;
  }
}
.btn-whatsapp-pulse
{
  z-index: 9999!important;
}

/*Animated-slider-end*/
/*chatbox*/
/* .chatbox {
	position: fixed;
	right: 0;
	bottom: 5px;
	max-width: 400px;
	width: 100%;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	z-index: 99999;
	display: none;
}

.chatbox__support {
	background: #f9f9f9;
	height: 450px;
	width: 100%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	transform: translateY(0);
	opacity: 1;
}

.chatbox--active .chatbox__support {
	transform: translateY(-40px);
	z-index: 123456;
	opacity: 1;
}

.chatbox__header {
	background: linear-gradient(93.12deg, #581b98 0.52%, #9c1de7 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
}

.chatbox__image--header img {
	margin-right: 10px;
	border-radius: 50%;
}

.chatbox__heading--header {
	font-size: 1.2rem;
	color: white;
	margin: 0;
}

.chatbox__description--header {
	font-size: 0.9rem;
	color: white;
	margin: 0;
}

.chatbox__messages {
	padding: 20px;
	overflow-y: auto;
	height: calc(100% - 142px);
}

.messages__item {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	max-width: 70%;
	word-wrap: break-word;
}

.messages__item--visitor {
	background-color: #E0E0E0;
	align-self: flex-start;
}

.messages__item--operator {
	background-color: #581B98;
	color: white;
	align-self: flex-end;
}

.chatbox__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	background: linear-gradient(268.91deg, #581b98 -2.14%, #9c1de7 99.69%);
	box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.chatbox__footer input[type="text"] {
	flex: 1;
	border: none;
	padding: 10px;
	border-radius: 30px;
	outline: none;
	font-size: 14px;
	margin-right: 3px;
}

.chatbox__send--footer {
	background-color: white;
	color: var(--primary);
	padding: 10px 20px;
	border-radius: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.chatbox__send--footer:hover {
	background-color: #f0f0f0;
}

.chatbox__button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}

.chatbox__button button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.close {
	cursor: pointer;
}
.btn-whatsapp-pulse .fa 
{
	font-size: 20px;
}
.btn-whatsapp-pulse {
	background: #016ecd;
    color: white;
    position: fixed;
    bottom: 73px;
    right: 76px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    border: 1px solid #a2a2a2;
}

.btn-whatsapp-pulse:hover {
	color: #ecc233;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
} */

/*chatbox-end*/

.login {
  margin-left: 10px;
}

.login a {
  font-size: 14px !important;
  letter-spacing: 0.7px;
  background-color: #c6a528;
  border-radius: 20px;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  width: 93px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* NEW */

:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);

  --color: #c7232f;
  --color2: #161d27;
  --color2-dark: #0f131a;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body.darkmode {
  color: #fff;
  background-color: #010514;
}

body.darkmode .poc_sub_menu_content {
  color: #000;
}

.banner {
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(45deg, #000000, #011826);
  position: relative;
  overflow: hidden;
}

.banner video {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.2;
}

.banner::after {
  content: "";
  background-image: url(../images/shap.png);
  position: absolute;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 100vh;
  width: 50%;
  opacity: 0.2;
  top: 0;
  left: -15%;
}

nav {
  padding: 10px 50px !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(2px) !important;
}

.logo h1 {
  padding: 0;
  margin: 0;
}

ul {
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}

ul li a {
  text-decoration: none;
  color: #fff;
}

.banner-content {
  padding: 114px 50px;
  overflow: hidden;
  z-index: 99;
  position: relative;
}

.banner-left {
  margin-top: 19%;
}

.banner-left p {
  width: 80%;
}

.banner-content h1 {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  z-index: 9;
}

.banner-right {
  text-align: center;
  position: relative;
}

.banner-right .image1 img {
  width: 60%;
  overflow: hidden;
  opacity: 0.1;
  margin-top: 30px;
  border: 1px solid #88cdff;
}

.image2 img {
  width: 100%;
  height: 500px;
}

.image2 {
  position: absolute;
  top: 28px;
  right: -112px;
}

/* navmenu */
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: var(--shadow-medium);
}

.font-resize {
  background-color: #c7232f;
  padding: 5px;
  width: 30px;
  float: right;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
}

.font-resize ul li {
  display: block !important;
  padding: 5px 0;
  transition: 0.3s;
  cursor: pointer;
}

.font-resize ul li:hover {
  color: blue;
}

.darkmode .header {
  background-color: #161d2700;
  background-color: #010514;
  backdrop-filter: blur(17px);
}

.navbar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 90px;
  margin: 0 auto !important;
}

.navbar__left {
  height: 100%;
  width: 10%;
}

.navbar__left img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 766px) {
  .navbar .navbar__left {
    flex: 0 0 auto;
  }
}

.navbar .navbar__center {
  display: flex;
}

@media (max-width: 766px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

.navbar .navbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
}

@media (max-width: 766px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

.brand {
  order: 1;
}

@media (max-width: 766px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }

  .menu.is-active {
    transform: translate(0%);
  }

  .darkmode .menu {
    background-color: var(--color2);
  }
}

.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}

@media (max-width: 766px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4rem;
    z-index: 110;
    /* visibility: hidden; */
    background: transparent;
    right: 0;
  }

  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }

  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }

  .darkmode .menu .menu__header.is-active {
    background-color: var(--color2);
  }
}

@media (max-width: 766px) {
  .menu .menu__header .menu__arrow {
    /* display: none; */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }

  .menu .menu__header .menu__arrow:hover i {
    color: var(--color);
  }

  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: #000;
    transition: all 0.25s ease;
  }

  .darkmode .menu .menu__header .menu__arrow > i {
    color: #fff;
  }
}

@media (max-width: 766px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease;
  }

  .menu .menu__header .menu__title:hover {
    color: var(--color);
  }

  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}

@media (max-width: 766px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 15px 0px 15px 0;
}

.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}

.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}

.darkmode .menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}

@media (max-width: 766px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}

@media (min-width: 767px) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(180deg);
  }
}

@media (min-width: 767px) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}

.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}

.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 0.9rem;
  transform: rotate(360deg);
  transition: 0.5s;
}

@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}

.darkmode .menu .menu__inner .menu__item .menu__link {
  color: #fff;
}

.submenu {
  position: absolute;
  z-index: 100;
  top: 110%;
  left: 45%;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  border-radius: 0.25rem;
  border-top: 2px solid var(--color);
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transform: translateX(-50%);
}

.darkmode .submenu {
  border-top: 2px solid var(--color);
  background-color: var(--color2);
}

@media (max-width: 766px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 100px 15px 0 15px;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }

  .submenu.is-active {
    display: block;
  }
}

@media (min-width: 767px) {
  .submenu {
    animation: none !important;
  }
}

@media (min-width: 767px) {
  .submenu.megamenu__normal {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (min-width: 767px) {
  .submenu.megamenu__text,
  .submenu.megamenu__image {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
  }
}

@media (min-width: 975px) {
  .submenu.megamenu__text,
  .submenu.megamenu__image {
    max-width: 992px;
  }
}

.submenu.megamenu__image .submenu__inner a {
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a {
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }
}

.submenu.megamenu__image .submenu__inner a img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a img {
    width: 30%;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.submenu .submenu__inner {
  /* width: 25%; */
  width: 33%;
  padding: 0 15px;
  margin-bottom: 15px;
}

@media (max-width: 766px) {
  .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}

.submenu .submenu__inner .submenu__title {
  font-size: 16px;
  font-weight: 500;
  /* color: var(--color); */
  color: #0067bf;;
  transition: all 0.3s ease;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #0067bf;
}

.darkmode .submenu .submenu__inner .submenu__title {
  color: #2483c5;
}

@media (max-width: 766px) {
  .submenu .submenu__list {
    margin-bottom: 20px;
  }
}

.submenu .submenu__list li {
  display: block;
  /* line-height: 1;
  margin: 4px auto; */
}

.submenu .submenu__list li a {
  display: flex;
  padding: 2px 0;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
  font-size: 13px;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #0001;
}

.submenu .submenu__list li a:hover {
  color: var(--color);
}

@media (max-width: 766px) {
  .submenu .submenu__list li a {
    display: block;
  }
}

.darkmode .submenu .submenu__list li a {
  color: #fff;
}

.darkmode .submenu .submenu__list li a:hover {
  color: var(--color);
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
}

.switch .switch__light,
.switch .switch__dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.switch .switch__light {
  font-size: 20px;
  visibility: visible;
  color: #000;
}

.darkmode .switch .switch__light {
  font-size: 0;
  visibility: hidden;
}

.switch .switch__dark {
  font-size: 0;
  visibility: hidden;
  color: #fff;
}

.darkmode .switch .switch__dark {
  font-size: 20px;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}

@media (max-width: 766px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }

  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

@media (max-width: 766px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}

.darkmode .burger .burger-line {
  background: #fff;
}

.burger .burger-line:nth-child(1) {
  top: 0px;
}

.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}

.burger .burger-line:nth-child(3) {
  top: 16px;
}

.abt-title {
  position: relative;
  text-align: center;
}

.abt-title h1 {
  text-align: center;
}

.page-two {
  padding-top: 80px;
  height: 80vh;
}

.animated-txt {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.about {
  text-align: center;
  padding: 30px 0;
}

.text_one {
  font-size: 3em;
  font-family: "Orbitron", sans-serif;
}

.about-img {
  margin: 0 auto;
}

.text_two {
  font-size: 3em;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  right: 0;
  width: 15%;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Orbitron", sans-serif;
}

.sc2 {
  padding: 80px 50px;
}

/* horizontal scroll */

#horizontal-scoll {
  padding: 200px 0;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 400px;
}

.horizontal {
  display: flex;
  height: 100%;
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal > div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal > div:last-child {
  padding: 0 15px 0 5px;
}

.horizontal .card {
  align-items: stretch;
  color: #f6f2e8;
  width: 400px;
}

.racesWrapper {
  overflow: hidden;
  margin-bottom: 50px;
  height: 100vh;
}

.races {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
}

.races div {
  overflow: hidden;
  width: 350px;
}

.races div p,
h5 {
  color: var(--color2);
  padding: 10px 25px;
  padding-bottom: 0;
}

.races div h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.races img {
  transition: 0.3s;
  width: 100%;
}

.card_img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  overflow: hidden;
}

.races:hover img {
  scale: 1.1;
  overflow: hidden;
}

.races > div {
  background-color: #fff;
  margin: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.sc3 {
  overflow: hidden;
  padding: 0px 50px;
  padding-bottom: 80px;
  background-color: #0001;
}

.card_content {
  min-height: 300px;
}

.s_text {
  color: #fff;
  font-size: 4vw;
  font-family: "Orbitron", sans-serif;
}
.scrollToTop .fa {
  font-size: 20px;
}
.pocs h1 {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 50px;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
}

.scroll-img ul {
  display: flex;
  padding-left: 0;
  padding: 10px 0;
}

.scroll-img {
  background-color: #fff;
}

.faq {
  margin-top: 30px;
}

.faq ul {
  margin-top: 90px;
  width: 70%;
}

.faq ul li {
  display: block;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  background-color: #0001;
  padding: 7px 5px;
}

#accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 20px 30px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  position: relative;
}

#accordion .panel-title a.collapsed {
  border: none;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 30px;
  transform: rotate(180deg);
  transition: all 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}

#accordion .panel-title a.collapsed:before {
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(0deg);
}

#accordion .panel-body {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: none;
  border-radius: 5px;
}

.infrastructure-right ul li {
  margin-bottom: 10px;
}
.spa {
  background-color: #e7b300 !important;
  position: relative !important;
  width: 150px !important;
}
.spa .dropdown-item .fa {
  font-size: 12px;
  float: right;
}
.page-wrapper {
  padding: 50px 0;
  background-image: url(../../../assets/images/dashboard_bg2.png);
  background-size: cover;
  min-height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 70px;
}
.page-wrapper-content {
  background-color: #fff;
  padding: 20px;
}
