/*  Bootstrap v4.1.3 */

/* Fonts Import */
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Mukta+Malar:400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
}

body {
  width: 100%;
  background-color: #ffffff;
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
  overflow-x: hidden;
}

:lang(sh-SL) body {
  font-family: "Montserrat", "Abhaya Libre", sans-serif;
}

:lang(sh-SL) .lead {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

:lang(ta-IN) body {
  font-family: "Montserrat", "Mukta Malar", sans-serif;
}

.display-4 {
  font-size: 50px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* nav */
.logo {
  width: 100%;
}

nav {
  background-color: #ffffff;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 3.5rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}

.dropdown-item {
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1cc88a;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1cc88a;
}

.dropdown-item:focus-visible {
  outline: none;
}

.back-to-main-site-btn {
  background: #1cc88a;
  border: 1px solid #1cc88a;
  box-sizing: border-box;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border-radius: 5px;
  color: #fff;
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}

.back-to-main-site-btn:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  text-decoration: underline;
}

.back-to-main-site-btn:active {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

.back-to-main-site-btn:focus {
  box-shadow: none;
}

.back-to-main-site-btn:focus-visible {
  outline: none;
}

.back-to-main-site-btn i {
  margin-right: 0.4rem;
}
.language-dropdown ul {
  padding: 8px 15px 5px;
  margin-bottom: 0;
}
.language-dropdown ul li {
  list-style-type: none;
}
.language-dropdown {
  min-width: 6rem !important;
  background-color: #222 !important;
  color: #fff;
  list-style: none;
}

.language-btn {
  margin-left: 0.8rem;
}

.language-btn button {
  background: #222222;
  border-radius: 4px;
  border: 1px solid #222222;
  padding: 0.75rem 0.75rem;
}

.language-btn button:hover {
  background: #222222;
  border: 1px solid #222222;
}

.language-btn button:active {
  background: #222222 !important;
  border: 1px solid #222222 !important;
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background: #222222 !important;
  border: 1px solid #222222 !important;
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.sub-menu {
  list-style: none;
  text-decoration: none;
  padding: 0;
}

.sub-menu:hover {
  list-style: none;
  text-decoration: none;
}

.language-btn a {
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #ffffff !important;
  background-color: #222;
}

.language-btn a:hover {
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
}
/* nav */

/*Button Section */
.pricebtn {
  font-family: "Nunito Sans", sans-serif;
  color: #8d8d8d;
  font-size: 1rem;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricebtn:hover {
  text-decoration: none;
  color: #1cc88a;
}

.pricebtn:active {
  text-decoration: none;
  color: #1cc88a;
}

.year-dropdown-button {
  font-family: "Montserrat";
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.btn-secondary:focus {
  outline: 0;
  box-shadow: none;
}
/* Button Section */

#tab-content-wrapper {
  display: none;
}

.tab-menu-wrappper {
  padding: 22px 96px;
}

/* switching button */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #1cc88a !important;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 4px solid #1cc88a;
  border-radius: 3px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-link {
  display: block !important;
}
/* switching button */

/* footer */
footer {
  background-color: #2b3649;
}

.footerleft a {
  text-decoration: none;
  cursor: pointer;
}
.footer-bottom-area {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-wrapper {
  padding: 60px 150px;
}

.footer-sub-wrapper {
  padding: 0 150px;
}

.explore-links ul {
  margin: 0;
  padding: 0;
}

.explore-links li {
  list-style: none;
}

.tab-menu-button {
  font-family: "Nunito Sans", sans-serif;
  color: #8d8d8d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.explore-links a {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28.8px;
  color: #828593;
}

.copyright {
  font-family: "Montserrat", "Abhaya Libre", "Mukta Malar", sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
}

footer hr {
  background: #626262;
}

.footer-text {
  margin-top: 8px;
}

.footer-text span {
  font-family: "Nunito Sans", sans-serif;
  color: #828593;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

.footer-text h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 21.6px;
}

.footer-text p {
  font-size: 14px;
  color: #828593;
  line-height: 21.6px;
  font-family: "Nunito Sans", sans-serif;
}

.footerright img {
  padding-bottom: 1.5rem;
}

.social-icons ul {
  margin: 0;
  padding: 0;
}

.social-icons ul li {
  list-style: none;
  display: inline-block;
  padding-right: 1.3rem;
}

.social-icons ul li a {
  color: #9c9c9c;
  padding-bottom: 0.5rem;
  text-decoration: none;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .footer-text.footer-desc-text {
    margin-top: 30px !important;
  }

  section.tab-content.tab-content-wrapper iframe {
    height: 200px;
  }
  ul.list-unstyled li:first-child {
    margin-right: 0 !important;
  }
  ul.list-unstyled li {
    font-size: 12px !important;
  }
  .chart-details h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 800px) {
  .display-4 {
    font-size: 35px;
  }
  .footer-text {
    margin-top: 8px;
  }
  section.tab-content.tab-content-wrapper iframe {
    height: 200px;
  }
  .pricebtn {
    font-size: 0.9rem;
  }
  a.nav-link.pricebtn {
    padding: 6px !important;
  }
  #my_dataviz text {
    font-size: 21px !important;
  }
}

/* new-dashboard Css */
.btn-color-blue {
  background: #87e2c1;
  border-color: #87e2c1;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.h-100vh {
  height: 100vh;
}

.btn-secondary:focus {
  outline: 0;
  box-shadow: none;
}

.dropdown-menu.year-dropdown {
  min-width: 110px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

a.nav-link.active {
  color: #1cc88a !important;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 4px solid #1cc88a;
  border-radius: 3px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}
.otgs-development-site-front-end {
  display: none;
}
