@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


option {
    font-size: 15px !important;
}

.form-radio.text-center {
    margin-top: 50px;
}

button#downloadCSV {
    margin-top: 35px;
}

button#downloadCSV {
    background: #000;
    color: #fff;
    padding: 11px 20px;
    border-radius: 8px;
    font-family: 'Poppins';
    font-size: 13px;
}

.charts {
  background-image: url(../images/charts.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 175px 0 0 0;
}

.charts .chart-head h1 {
  position: relative;
  font-family: "Poppins";
  font-size: 40px;
  color: #Fff;
  padding-left: 28px;
  font-weight: 600;
}

.charts .chart-head h1::before {
  content: "";
  position: absolute;
  top: -8px;
  background: #0087f5;
  height: 61px;
  width: 12px;
  left: 0;
}

.charts .chart-head {
  padding: 30px 0;
}

.charts .chart-img img {
  width: 100%;
  object-fit: cover;
}

.charts .nav-tabs .nav-link {
  background: #fff;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-family: 'Poppins';
  padding: 14px 13px;
  color: #000;
  font-weight: 500;
}

.charts ul li .active {
  background: #0087f5 !important;
  font-size: 17px;
  font-family: 'Poppins';
  padding: 14px 28px !important;
  color: #FFF !important;
  font-weight: 500;
}

.charts .nav-tabs {
  border-bottom: none;
}

.charts .nav {
  justify-content: flex-end;
  background: #ffffff;
  border-radius: 30px;
  width: fit-content;
  height: 53px;
  overflow: hidden;
}

.charts .market-img img {
  width: 100%;
  border: 5px solid #0087f5;
}

.charts .market-content h3 {
  color: #fff;
  font-size: 47px;
  font-family: "Poppins";
  font-weight: 600;
}

.charts .market-content p {
  color: #fff;
  font-size: 28px;
  font-family: "Poppins";
  padding: 47px 0 70px;
  line-height: 44px;
}

.charts .market-content a {
  background: #0087f5;
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 500;
  padding: 20px 58px;
  color: #fff;
  border-radius: 50px;
}

/* / benefits started / */

.benefits .ben-head {
  padding: 0 0 45px 0;
  display: flex;
  justify-content: center;
}

.benefits .ben-head h1 {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  font-family: "Poppins";
  width: 260px;
  max-width: 600px;
}

.benefits .ben-head h1::before {
  content: "";
  position: absolute;
  top: 0px;
  background: #0087f5;
  height: 57px;
  width: 11px;
  left: 0;
}

.benefits .ben-content img {
  width: 117px;
}

.benefits .ben-content h2 {
  padding: 30px 0;
  font-family: "Poppins";
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
}

.benefits .ben-content p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

/* / benefits ended / */

/* / footer started / */

footer {
  padding-bottom: 50px;
}

.footer-main {
  background-image: url(../images/ftr-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
}

.footer-main footer h1 {
  font-size: 40px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  padding-top: 100px;
}

.footer-main footer p {
  font-family: "Poppins";
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}

.footer-main footer .e-mail input#email {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  padding: 35px;
  outline: 0;
}

.footer-main footer .e-mail input#email::placeholder {
  font-size: 19px;
  font-family: "Poppins";
  opacity: 1;
  font-weight: 500;
  padding-left: 30px;
}

.footer-main footer .e-mail {
  margin: 42px 0 40px;
  position: relative;
}

.footer-main footer .search {
  position: absolute;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  bottom: 6px;
}

.footer-main footer .search a {
  background: #0087f5;
  color: #fff;
  padding: 15px 70px;
  font-size: 19px;
  font-family: "Poppins";
  font-weight: 500;
  border-radius: 50px;
}

.footer-main footer .logo img {
  width: 30%;
}

.footer-main footer .links a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: .3s;
  font-family: "Poppins";
}

.footer-main footer .links {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
}

.footer-main .btm-icons h5 {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins";
}

.footer-main .btm-icons i {
  font-size: 25px;
  padding-left: 45px;
}

.footer-main .btm-links a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-right: 32px;
  font-family: "Poppins";
}

.footer-main .ftr-btm {
  border-top: 1px solid #383737;
  padding: 30px;
}

footer .links a:hover {
  color: rgb(33 133 245);
}

/* / footer ended  / */


/*/// scroll */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2185f5;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d2ae36;
}

/*/// scroll */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.btn:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* header started  */

header .bg-body-tertiary {
  background-color: #0e0e0e !important;
  padding: 20px 0;
}

header a.nav-link {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0 14px;
}

header .but2-end button.btn {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 9px 35px;
  transition: .5s;
}

header nav .dropdown .indi-drop {
  font-family: 'Poppins';
  font-size: 15px;
  background: transparent;
  border: none;
  padding: 8px 11px;
  transition: .3s;
  color: #fff;
}

header nav .dropdown .indi-drop:hover {
  color: rgb(33 133 245);
}

header nav .dropdown .indi-drop:active {
  background: transparent;
}
header nav .dropdown .main-head-header{
  font-size: 19px;
  font-weight: 600;
  padding: 14px 10px;
  text-align: center;
  border-bottom: 1px solid #bbb8b8;
  font-family: 'Poppins';
}

header .nav-item {
  display: flex;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 1000px;
  left: 90%;
  transform: translateX(-50%);
  padding-bottom: 12px;
}

.dropdown-item {
  font-family: 'Poppins';
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: 1px solid #bbb8b8;
}

.dropdown-item:hover {
  background: rgb(33 133 245);
  color: #fff;
}

header .but2-end button.btn:hover {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  border: 2px solid #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(33 133 245);
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(33 133 245);
}


/* /// banner /// */
.real ul {
  display: flex;
  justify-content: center;
}

.real li {
  width: 25%;
}

section.banner {
  background-image: url(../images/banner.png);
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

section.banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 72%);
  z-index: 2;
}

.main-slide {
  position: relative;
  z-index: 9;
}

.real h3 {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.real h5 {
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 2px 0;
}

.real p {
  background-color: #2185f5;
  font-size: 13px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 2px 0;
  width: fit-content;
  padding: 5px;
}

.real h2 {
  font-size: 48px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 500;
  margin-top: 90px;
  margin-bottom: 40px;
}

.real h2 span {
  font-weight: 700;
}

.inp-parent {
  position: relative;
}

.real input[type="text"] {
  width: 100%;
  padding: 15px;
  font-size: 17px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  padding-left: 105px;
  outline: 0;
}

.real select.form-select {
  background: #2185f5;
  border: 0;
  height: 55px;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.real select.form-select {
  background: #2185f5;
  border: 0;
  height: 59px;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  right: 50%;
  width: 300px;
  top: 0;
  border-radius: 0;
  right: 0;
}

.real2 input[type="text"] {
  padding-left: 0;
  padding: 13px;
  width: 337px;
  margin: 10px 0;
  height: 57px;
}

.real2 label {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}

.real2 .lilast {
  width: 40%;
}

.real2 li {
  margin-top: 55px;
}

.real2 {
  display: flex;
  justify-content: space-between;
}

.banner canvas.canvasjs-chart-canvas {
  height: 250px;
  width: 100%;
}

.real2 img.img-line {
  width: 149%;
  position: absolute;
  height: 100%;
  left: -65px;
}

.real2 .img-div {
  height: 220px;
  width: 100%;
  position: relative;
}

input.btn-rol {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background: #707070;
  border: 2px solid #707070;
  padding: 15px 35px;
  border-radius: 30px;
}

.btn-div {
  margin-top: 45px;
}

.real23 li {
  width: 14.2%;
  border-right: 2px solid #878282;
  display: grid;
  padding-left: 18px;
}

.cir {
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  position: absolute;
  right: 22%;
  top: 52%;
  transform: translate(-50%, -50%);
}

.cirAdd{
      animation: animName 5s linear infinite;
}


.all {
  display: flex;
  align-items: center;
  justify-content: center;
}

.all h3 {
  font-size: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.all img.img-fluid {
  height: 38px;
  margin-right: 20px;
}

section.three {
  background: #f0f0f0;
  padding: 25px 0;
}

.three .ol {
  border-right: 2px solid #857e7e;
  border-left: 2px solid #857e7e;
  display: flex;
  justify-content: center;
}

.total canvas.canvasjs-chart-canvas {
  height: 500px;
  width: 100%;
}

section.benefits {
  padding: 110px 0 0 0;
}

.martop {
  margin-top: 140px;
  margin-bottom: 80px;
}

.chart-img,
.chart-img canvas.canvasjs-chart-canvas {
  height: 350px;
  width: 100% !important;
}

/* / index started / */

.index {
  text-align: center;
  margin: 115px;
}

.index img {
  width: 100%;
}

.index h1 {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: 600;
}

.index p {
  font-size: 23px;
  font-family: "Poppins";
}

.index a {
  background: #0087f5;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  padding: 20px 55px;
  color: #fff;
  border-radius: 50px;
}

a.canvasjs-chart-credit {
  display: none;
}


.margin-top {
  margin-top: 95px;
}

.index .canvasjs-chart-canvas {
  margin: 50px 0 50px 0 !important;
}

i.fa-sharp.fa-solid.fa-angle-down {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 13px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}

.form-select:focus {
  box-shadow: none;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* / index ended / */


/* indicators started */

.indi-banner {
  background-image: url(../images/indi-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0;
}

.indi-banner h1.indi-ban-head {
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}

.indi-banner p.indi-ban-para {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-family: "Poppins";
  padding: 10px 0;
}

.indicators {
  padding: 30px 0 0;
}

.indicators h4 {
  color: #292b2f;
  font-size: 23px;
  font-weight: 600;
  font-family: "Poppins";
}

.indicators a {
  color: #fff;
  background: #2185f5;
  border-radius: 10px;
  font-size: 14px;
  padding: 12px 28px;
  font-family: "Poppins";
  font-weight: 500;
}

.indi-form {
  padding: 50px 0;
}

.indi-form form label,
.indi-form form select {
  font-family: 'Poppins';
}

.indi-form form .diff-form label {
  display: block;
  color: #2185f5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.indi-form form .diff-form select {
  border-color: #b19a9a;
  width: 100%;
  height: 43px;
  font-size: 15px;
  padding-left: 15px;
  font-weight: 300;
  margin-bottom: 25px;
}

.indi-form form select:focus {
  outline: 0;
}

.indi-form form select.average {
  padding: 0 10px;
  font-size: 15px;
}

.indi-form form select.download {
  border: none;
  font-size: 15px;
}

.indi-graph {
  padding: 20px 0;
}

.form-radio label {
  padding: 0 8px;
  color: #1c1b1b;
  font-weight: 400;
}

.faq-links {
  padding: 25px 0 40px 0;
}

.faq-links p {
  font-family: "Poppins";
  font-size: 17px;
}

.faq-links a {
  color: #000;
  transition: .3s;
}

.faq-links a:hover {
  color: #0078ff;
}

.indi-f-aq .accordion-button {
  color: #000000;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
}

.indi-f-aq .accordion-button::after {
  position: absolute;
  left: -10px;
}

.indi-f-aq .accordion-item:last-of-type {
  border: none;
}

.indi-f-aq .accordion-button:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}

.indi-f-aq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #2185f5;
}

.indi-f-aq p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 32px;
}

.indi-content h3.main-indi-head {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
}

.indi-content p.main-indi-content {
  font-family: "Poppins";
  font-size: 16px;
  padding: 15px 0 45px;
  line-height: 30px;
}

.indi-content h3.pad-acc {
  padding-top: 60px;
}

/* indicators ended */


/* faq started */

.faq-sec {
  background-color: #ffff;
  padding: 45px 0 70px 0;
}

.faq-sec .content h3 {
  color: #0087f4;
  font-size: 42px;
  font-weight: bold;
  font-family: 'Poppins';
}

.faq-sec .content h2 {
  color: #008bf4;
  font-size: 40px;
  font-weight: bold;
  padding: 15px 0;
  font-family: 'Poppins';
}

.faq-sec .content p {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-bottom: 40px;
}

.faq-sec .accordion .accordion-item {
  margin: 20px 0;
  border-radius: 10px;
  border: 0 !important;
  font-family: 'Poppins';
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.faq-sec .accordion .accordion-item button {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 22px 25px;
  font-family: 'Poppins';
  background: #FFFFFF;
  border: 0;
  box-shadow: none;
}

.accordion-body {
  font-size: 15px !important;
}

/* faq ended */


/* benefits started */
.bene-head {
  text-align: center;
  padding: 70px 0 0;
}

.bene-head h1 {
  font-size: 44px;
  font-family: "Poppins";
}

.bene-content p {
  font-size: 17px;
  font-family: "Poppins";
  line-height: 30px;
  padding: 0px 0 50px;
  text-align: center;
}

.benefits .bene-inner-img img {
  width: 100%;
}

.benefits .bene-inner-content,
.benefits .bene-inner-img {
  padding-bottom: 60px;
}

.benefits .bene-inner-content p {
  padding-top: 32px;
  font-size: 18px;
  font-family: 'Poppins';
  line-height: 32px;
  text-align: left;
}

.benefits .bene-inner-content h2 {
  font-size: 34px;
  font-family: 'Poppins';
}
ul li:last-child .dropdown-item {
  border-bottom: 0px solid transparent;
}
 .features {
  margin: 65px 0 15px 0;
}
/* benefits ended */




/* /// Fonts /// */
/* font-family: 'Poppins', sans-serif; */
/* /// Fonts /// */

/* mycss */

.log_in_section_banner{
  /* background: url('../images/login-section.png'); */
  width: 100%;
  padding: 125px 0;
  background: #fff;
}


.indigi_logo_login_section{
  width: 290px;
  background: #1c1c1c;
  padding: 10px 0 7px 10px;
  object-fit: fill;
  border-radius: 8px;
}

.main_bg_logo_indig0_about{
  background-color: #FFF;
  min-height: 687px;
  padding: 30px;
  /* border-radius: 8px; */
}

.log_in_heading_contact{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #7A838B;
  margin-top: 41px;
}

.log_in_heading_contact2{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #7A838B;
  font-weight: 400;
  margin-top: 6px;
}

.email_label_login{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #7A838B;
  font-weight: 400;
  margin-top: 6px;
}
.email_label_login2{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #7A838B;
  font-weight: 400;
  margin-left: 15px;
}

.input_email_flex{
  display: flex;
  flex-direction: column;
  padding-top: 20px;

}

.email_input_field{
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #3BADB8;
  outline: none;
  box-sizing: border-box;
  padding-left: 25px;
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
}

.flex_checkbox_password{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.chechkbox_remember{
  width: 18px;
  height: 18px;
  border: 2px solid #7A838B;
}

.flex_remember_checkbox_4{
  display: flex;
  justify-content: center;
  align-items: center;
}

.forget_password_para{
  color: #3BADB8;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
 font-weight: 500;


}

.sign_up_btn{
  width: 100%;
  height: 56px;
  color: #fff;
  background-color: #3BADB8;
  border-radius: 8px;
  border: 1px solid #3BADB8;
  transition: 0.4s ease;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.sign_up_btn:hover{
  background-color: transparent;
  color: #3BADB8;
}


.sign_up_btn2{border: 1px solid #707070;background: transparent;color: #707070;width: 100%;height: 56px;border-radius: 8px;transition: 0.4s ease;margin-top: 15px;font-weight: 500;}

.sign_up_btn2:hover{
  background-color: #707070;
  color: #fff;
}

.relative_log_in_btn_Div{
  position: relative;
}

.absolute_icon_g{
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(132px, 100%);
}

.don_t_have_account{
  color: #7A838B;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 0;
}

.strong_sign_up{
  color: #3BADB8;
  cursor: pointer;
}

.row_section_bg{
  /* background-color: #fff; */
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 1.2) 0px 2px 15px -2px;
  overflow: hidden;
}

.img_login_song{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.padding_col_div{
  padding: 0 !important;
}

.atleast_para_password{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #7A838B;
  margin-top: 5px;


}

.sign_up_img_container{
  background-image: url(../images/out.png);
  width: 100%;
  background-size: cover;
  min-height: 680px;
  padding: 140px 50px;
}
.sign_up_img_container::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: #00000061;
  z-index: -1;
}
.mrxj{
  position: relative;
}
.mrxj::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: #00000040;
  z-index: 1;
}

.state_heading{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  font-weight: 500;
  margin-top: 100px;
  font-size: 35px;
}

.react_related_para{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-top: 40px;
  width: 80%;
  font-weight: 400;
}

.img_section_flex{
  padding-top: 50px;
  width: 75%;
}

.img_client{
  margin-right: 10px;
  margin-bottom: 10px;
  width: 60px;
}

/* mycss */


.ok342 {
    background: #0087f5;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 20px 58px;
    color: #fff;
    border-radius: 50px;
}
.lithree {
    width: 49% !important;
}
.lione, .litwo {
    width: 20% !important;
    
}
.lione label, .litwo label{
margin-bottom: 50px;
    
}

/* Define the keyframes for the single blink effect */
@keyframes singleBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Apply the animation when the blink-once class is added */
.blink-once {
  animation-name: singleBlink;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; /* Keeps the element in the state of the last keyframe after the animation */
}

/*//// blink texts*/

span#typing {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.typing-container {
  font-family: 'Courier New', monospace;
  white-space: nowrap;
  overflow: hidden; /* Ensures the content doesn't spill out */
}

.cursor {
  font-weight: bold;
  animation: blink 0.7s infinite step-start;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}



/*// new nav*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    /* background: #23364B; */
}

.exo-menu>li {
    display: inline-block;
    float: left;
}

/*.exo-menu>li>a {*/
/*    color: #ccc;*/
/*    text-decoration: none;*/
/*    text-transform: uppercase;*/
/*    border-right: 1px #365670 dotted;*/
/*    -webkit-transition: color 0.2s linear, background 0.2s linear;*/
/*    -moz-transition: color 0.2s linear, background 0.2s linear;*/
/*    -o-transition: color 0.2s linear, background 0.2s linear;*/
/*    transition: color 0.2s linear, background 0.2s linear;*/
/*}*/

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    background: #009FE1;
    color: #fff;
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

li.drop-down:before {
    content: "\f0d7";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 10px;
    top: 23px;
    font-size: 11px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 345px;
}

.drop-down-ul {
    display: none;
}

.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 365px;
    display: none;
    border-left: 1px solid #365670;
    width: fit-content;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #000;
    display: block;
    font-family: 'Poppins';
    font-size: 13px;
    padding: 13px 22px;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}

/*mega menu*/
.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;

}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

/*responsive*/
@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;
        padding: 0 26px 22px 10px;
        background: transparent;
        color: #fff;
        margin-top: 19px;
    }

    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
        z-index: 11;
    }

    .flyout-right>ul {
        left: 100%;
    }

    .flyout-left>ul {
        right: 100%;
    }
}

.belli:hover {
    background: transparent !important;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
    display: flex;
}