﻿body {
  font-size: 14px;
  color: #1e1e1e;
  font-family: Georama_SemiExpanded-Regular !important;
  overflow-x: hidden;
}
@font-face {
  font-family: "Georama_SemiExpanded-Regular";
  src: url("../fonts/Georama_SemiExpanded-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Georama_SemiExpanded-Regular";
  src: url("../fonts/Georama_SemiExpanded-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Georama_SemiExpanded-Regular";
  src: url("../fonts/Georama_SemiExpanded-Regular.eot")
    format("embedded-opentype");
}

footer p {
  color: #fff;
  text-align: center;
  margin: 0;
}

.lead p {
  font-size: 18px;
}

.lead input {
  border-radius: 6px;
  padding: 10px 10px;
  border: 1px solid #cecece;
  font-size: 18px;
  width: 300px;
}

.dropdown-btn1 {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  width: 320px;
  text-decoration: none !important;
  z-index: 1000 !important;
  display: block;
  color: #646464 !important;
}

select,
input[type="text"] {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dropdown-btn::after {
  content: "\2227";
  font-family: FontAwesome;
  float: right;
  margin-left: 5px;
}

#customInput {
  display: inline-block;
  width: 300px !important;
  padding: 10px;
  margin-top: 15px;
  border-radius: 8px;
  height: 50px;
  font-size: 18px;
  font-family: Georama_SemiExpanded-Regular !important;
}

.btn-submit {
  background: #e31837;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 18px;
}

.rate {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1em;
  font-size: 26px;
  font-weight: 300;
  color: #fdbc5f;
  cursor: pointer;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.buttons {
  top: 36px;
  position: relative;
}

.rating-submit {
  border-radius: 8px;
  color: #fff;
  height: auto;
}

.rating-submit:hover {
  color: #fff;
}
.patner-img img {
  height: auto;
  width: 50%;
  margin: 15px auto;
}
.grey-main2 {
  background-color: #f1f1f1;
  padding: 5px;
}
.service-title {
  color: #000000;
  font-size: 16px;
}
.accordion-button::after {
  background-image: url("../img/chevron-down-solid.svg") !important;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button:hover,
.accordion-flush .accordion-item .accordion-button:focus {
  background-color: #e31837;
  padding: 5px 10px !important;
  color: #fff;
  font-size: 14px !important;
  margin-bottom: 10px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.about-head {
  position: relative;
}
.about-title {
  font-size: 15px;
  font-weight: bold;
}
.about-pg b {
  margin-top: 10px;
  margin-bottom: 2px;
  display: block !important;
}
/*.about-head img{
    height:100vh;
}*/
.about-content {
  position: absolute;
  bottom: 0px;
  font-size: 13px;
  background: linear-gradient(#6d1111, #000), rgba(0, 0, 0, 0.9);
  color: #fff;
  width: 100%;
  padding: 20px;
}

.dropdown-btn {
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  width: 100%;
  text-decoration: none !important;
  z-index: 1000 !important;
  display: block;
  color: #646464 !important;
}
.br-country {
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  font-size: 13px !important;
}
.br-country .bi-geo-alt-fill {
  margin-right: 4px;
  font-size: 18px;
}
.select-in {
  border-radius: 20px !important;
}
.country-main .active {
  border-radius: 10px 10px 0px 0px !important;
}
.dropdown-btn img {
  height: 28px;
  width: auto;
}
.dropdown-container {
  border-radius: 0px 0px 10px 10px;
  display: none;
  background-color: #fff;
  padding: 0px 0px 10px 0px;
}
.dropdown-btn::after {
  content: "\2227"; /* FontAwesome down arrow */
  font-family: FontAwesome;
  float: right;
  margin-left: 5px;
}

.dropdown-btn.active::after {
  content: "\2228"; /* FontAwesome up arrow */
}
.bi-search {
  position: relative;
  top: -27px;
  left: 8px;
}
.country-main,
.POVs-main,
.digital-enablers-main,
.letssee-main {
  padding: 20px 0px;
}
.video-section-text {
  position: relative;
}
.video-section {
  margin: 10px 0px 5px 0px;
}
.video-section iframe {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.video-section label {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent !important;
  border: none !important;
  color: #e31837 !important;
  border-bottom: 3px solid #e31837 !important;
  outline: none !important;
}
.nav-tabs a {
  outline: none !important;
  color: #1e1e1e !important;
}
.nav-tabs > li {
  outline: none !important;
  width: 50%;
  text-align: center;
}

.trending-title {
  height: 56px;
}

.list-white a {
  background-color: #fff;
  color: #373737 !important;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 20px;
  display: block !important;
  cursor: pointer !important;
}
.wd-100 iframe,
.wd-100 video {
  width: 95% !important;
  margin: 0px auto;
  height: auto !important;
}
.list-white label {
  float: left !important;
  display: contents !important;
}
.list-white {
  margin: 0px 0px 5px 0px !important;
}
.list-white .bi {
  float: left !important;
  font-weight: bold !important;
  margin-right: 6px;
  color: #e31837 !important;
}
.in-search {
  padding: 6px 6px 6px 25px;
  font-size: 13px;
  border-radius: 25px;
}
.linkedin-logo {
  height: 18px !important;
  width: auto;
  cursor: pointer;
}
.lead-details {
  margin-top: 10px;
}
.lead-main .img-fluid {
  float: right;
}
.lead-main {
  padding: 15px !important;
  border-bottom: 1px solid #ccc;
  font-size: 14px !important;
}

.lead-main img {
  border-radius: 20px;
  box-shadow: 1px 1px 1px 1px #000;
}
.lead-des {
  font-weight: normal !important;
  position: relative;
  top: 5px;
}
.lead-name {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.contact-form .form-control {
  font-size: 13px !important;
}
.btn-send,
.btn-send:hover {
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 14px !important;
  font-weight: normal;
  background-color: #e31837 !important;
  color: #fff !important;
  box-shadow: 0px 2px 4px #ccc;
}
.btn-get,
.btn-get:hover {
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 14px !important;
  font-weight: bold;
  background-color: #f3901d !important;
  color: #fff !important;
  box-shadow: 0px 2px 4px #ccc;
}

.blue-title {
  color: #2626bb !important;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}

.bullet-red {
  top: -1px;
  position: relative;
  border-radius: 50%;
  border: 4px solid #e31837 !important;
  height: 14px;
  width: 14px;
  left: -28px;
  background-color: #fff;
}

.bullet-content {
  position: relative;
  top: -18px;
}

.bullet-main {
  padding: 0px 5px 5px 20px;
  border-left: 2px solid #ccc;
  /* border:1px solid #ccc;*/
}

.game-img {
  height: 100px;
  width: auto;
  margin: 20px auto;
}

.hr-small {
  height: 1px;
  background-color: #8a8a8a;
  width: 50px;
  margin: 10px 0px;
}

.btn-demo,
.btn-demo:hover {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 13px !important;
  font-weight: normal;
  background-color: #fdbc5f !important;
  color: #fff !important;
}
.portfolio-img .img-3 {
  height: 45px;
  width: auto;
}
.portfolio-img .img-2 {
  height: 25px;
  width: auto;
}
.portfolio-img img {
  height: 40px;
  width: auto;
}
.clear {
  height: 1px;
  width: 100%;
  clear: both !important;
}
.clear-5 {
  height: 5px;
  width: 100%;
  clear: both !important;
}
.clear-10 {
  height: 10px;
  width: 100%;
  clear: both;
}
.clear-15 {
  height: 15px;
  width: 100%;
  clear: both;
}
.clear-20 {
  height: 20px;
  width: 100%;
  clear: both;
}
.clear-25 {
  height: 25px;
  width: 100%;
  clear: both;
}
.clear-30 {
  height: 30px;
  width: 100%;
  clear: both;
}
.clear-50 {
  height: 50px;
  width: 100%;
  clear: both;
}
.landing-content {
  height: 100vh;
  position: relative;
}
.landing-content img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
header {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 20px;
  background-color: #fff;
}
header a {
  color: #373737 !important;
  cursor: pointer !important;
  padding-top: 5px;
}
footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 2px;
  background-color: #646464;
}
footer a {
  color: #f2f0f0;
  text-decoration: none !important;
}
footer a:hover,
footer .active,
footer i,
footer a:focus {
  font-weight: bold !important;
  color: #fff !important;
  cursor: pointer;
}
footer label {
  display: block;
}
.fl-left {
  float: left !important;
  margin-top: 10px;
}
.fl-right {
  float: right !important;
}
.grey-main {
  background-color: #f1f1f1;
  padding: 20px 10px;
}
.text-black {
  color: #373737 !important;
}
.story-main {
  background-color: #1e1e1e;
  color: #fff !important;
  padding: 10px;
}
.story-main a {
  color: #fff !important;
}
.title {
  color: #1e1e1e;
  font-weight: bold !important;
  font-size: 16px;
}
.title2 {
  color: #fff;
  font-weight: bold !important;
  font-size: 16px;
}
.img-mr {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.text-grey {
  color: #373737 !important;
  font-size: 15px !important;
}
.grey-text {
  color: #1e1e1e !important;
  font-size: 12px;
}
.yellow-text {
  color: #fdbc5f !important;
  font-size: 15px !important;
}
.white-text {
  color: #f3f3f3;
  font-size: 15px !important;
}
.bi {
  cursor: pointer !important;
}
.carousel-indicators {
  bottom: 4px;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
}
.carousel-indicators .active {
  width: 8px;
  height: 8px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.white-main {
  background-color: #fff;
  padding: 20px 10px;
  width: 100%;
}
.story-main img {
  margin-bottom: 5px;
}

.card-slider {
  position: relative;
  overflow: scroll;
  width: 100%;

  overflow-x: auto; /* Enable horizontal scrolling */
  /*white-space: nowrap;*/ /*Ensure cards stay in a single line */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
}

.card-slider::-webkit-scrollbar {
  display: none; /* Hide scrollbar for WebKit (Chrome, Safari, etc.) */
}

.cards {
  display: flex;
  transition: transform 0.5s ease;
}

.card {
  flex: 0 0 100%;
  max-width: 40%;
  margin: 10px 10px 10px 0px;

  transition: transform 0.3s ease;
  border: 0px !important;
  color: #373737 !important;
}
.panels {
  background-color: transparent !important;
}
.explore-topics {
  background-color: #373737 !important;
  color: #fff;
  max-width: max-content !important;
}
.video-panel {
  max-width: 100% !important;
}
.video-panel video {
  margin-bottom: 5px;
  width: 100%;
  height: auto !important;
}
.video-panel iframe {
  width: 100% !important;
}
.video-panel .card-content {
  background-color: #fff !important;
}
.card-ans {
  background-color: #fdbc5f;
}

.card-ans a {
  color: #000;
}

.card-red-theme {
  color: #fff !important;
  max-width: 90%;
  background-color: #e31837 !important;
}
.about-card-content {
  padding: 0px 10px;
  text-align: right !important;
  vertical-align: middle !important;
  font-size: 13px;
}
/* .about-card img {
        width:auto;
        height: 120px !important;
    }*/
.about-card {
  display: flex;
  flex-direction: column;
}
.about-card-content label {
  margin-top: 10px;
  display: block !important;
  font-size: 9px;
  font-weight: normal !important;
}
.text-right {
  text-align: right !important;
}
.focus-area h6 {
  font-size: 16px !important;
  font-weight: bold !important;
}
.focus-area img {
  width: 100px;
  height: auto;
}
.focus-content {
  padding: 20px 10px;
}
.focus-hr {
  width: 100px;
  height: 1px;
  background-color: #ccc !important;
}
.focus-content b {
  font-weight: bold !important;
  font-size: 16px;
  color: #2626bb !important;
}
.white-bg {
  min-height: 245px;
  max-height: 245px;
  background-color: #fff !important;
  margin-bottom: 10px;
}

.white-bg-noheight {
  background-color: #fff !important;
  margin-bottom: 10px;
}
.font-15 {
  font-size: 15px;
}
.text-red {
  color: #e31837;
}
.link-text,
.link-text:hover,
.link-text:active {
  color: #373737 !important;
  text-decoration: none !important;
}
.download-text,
.download-text:hover,
.download-text:active {
  color: #e31837 !important;
  text-decoration: none !important;
}
.download-text i {
  margin-right: 4px !important;
}

.share-img,
.bookmark-img {
  width: 18px !important;
  height: 18px !important;
  margin-top: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-indent: -999px;
  border-style: none;
}
.card-content {
  padding: 0px;
}

.card-content a {
  color: #373737 !important;
  text-decoration: none;
}
.card-content a i {
  color: #373737 !important;
}
.card-ans .card-content,
.explore-topics .card-content {
  padding: 10px;
}
.explore-topics i {
  margin-left: 4px !important;
}
hr {
  margin: 10px -25px 15px -25px !important;
}
.digital .row {
  background-color: #fff;
  margin: 5px -25px 10px -25px;
  padding: 10px;
}
.digital a {
  color: #373737 !important;
}
.ANALYST {
  max-width: 50%;
}
.ANALYST .card-content {
  background-color: #fff;
}

/* .main-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.main-menu ul li {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.main-menu ul .dropdown {
  padding: 0px !important;
}

.main-menu ul button {
  border: none !important;
  background-color: transparent !important;
  padding: 10px !important;
  margin: 0px !important;
}
.main-menu .dropdown-menu {
  position: relative;

  margin: 0px;
  min-width: 100% !important;
  box-shadow: none !important;
  font-size: 13px !important;

  border-radius: 0px !important;
  top: 0px;
  background-color: #f3f2f2;
  margin-bottom: 10px !important;
} */

.dropdown-menu > li > a {
  padding: 0px !important;
}
.main-menu button {
  font-size: 13px !important;
}
.main-menu ul li:last-child {
  border-bottom: 0px !important;
}
.main-menu ul a {
  color: #373737;
  font-size: 13px !important;
}
.main-menu ul a:hover {
  text-decoration: none;
}
.main-menu .title {
  margin: 10px 0;
}
/* Buttons for navigation */
/*.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: #000;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.prev {
    left: 10px;
}

.next {
    right: 10px;
}*/

.grey-main ul {
  margin: 10px !important;
  padding-top: 9px;
}

.grey-main ul li {
  list-style-type: disc !important;
  margin-top: 8px !important;
}

.grad-theme ul {
  margin: 10px !important;
  padding-top: 9px;
}

.grad-theme ul li {
  list-style-type: disc !important;
  margin-top: 8px !important;
}
.popup-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  height: 100vh;
}

.popup-content {
  padding: 15px 0px 20px 10px;
  margin-top: 10px;
}
.popup-content ul li .bi {
  margin-right: 8px !important;
}
.close-btn {
  position: absolute;
  top: 5px;
  left: 2px;
  /*background-color: #ccc;*/
  border: none;
  padding-top: 4px;
  font-weight: bold !important;
  cursor: pointer;
  font-size: 24px !important;
}

.popup-container.open {
  transform: translateY(0);
}
.popup-content ul {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px;
}
.popup-content a,
.popup-content {
  color: #373737 !important;
}
.popup-content ul li a {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
.popup-content ul li a:hover {
  text-decoration: none !important;
}
.popup-content b {
  border-bottom: 0px !important;
  padding: 10px 10px 5px 0px !important;
  display: block;
}
.main-content-bottom {
  padding: 0px 30px;
  position: fixed;
  bottom: 100px;

  margin: 0px auto;
}
.font-24 {
  font-size: 24px;
  font-weight: bold;
}
.sm-text {
  font-size: 13px !important;
}

.banner-head {
  position: relative;
}

.banner-head img {
  width: 100%;
}

.banner-title {
  font-size: 18px;
  font-weight: bold;
}

.banner-content {
  position: absolute;
  bottom: 0px;
  font-size: 13px;
  color: #fff;
  width: 100%;
  padding: 100px 40px 40px 40px;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(000, 000, 000, 0),
    rgba(000, 000, 000, 0.7)
  ) !important;
}
.banner-content2 {
  position: absolute;
  text-align: left !important;
  font-size: 13px;
  color: #fff;
  width: 100%;
  padding: 40px;
  top: 20px !important;
  text-align: center;
}
.banner-content2 label {
  font-size: 24px;
  filter: opacity(0.8);
}
.grad-theme {
  background: linear-gradient(135deg, #fff, #fcdbaa);
  padding: 20px 10px;
}
.white-theme {
  background-color: #fff;
  padding: 20px 10px;
}
.white-theme .count {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: bold;
}
.white-theme .theme-title {
  color: #1e1e1e;
  font-size: 18px;
}
.white-theme .theme-content {
  color: #373737;
  font-style: italic;
  font-size: 13px;
}
.white-theme .theme-content2,
.black-theme .theme-content2 {
  font-style: normal !important;
}
.black-theme {
  background-color: #1e1e1e;
  padding: 20px 10px;
}
.white-theme .count img,
.black-theme .count img {
  width: 50px;
  margin: 0px auto;
  margin-top: 6%;
}
.black-theme .count {
  color: #e31937;
  font-size: 32px;
  font-weight: bold;
}

.black-theme .theme-title {
  color: #fff;
  font-size: 18px;
}

.black-theme .theme-content {
  color: #fff;
  font-style: italic;
  font-size: 13px;
}
.written-des {
  margin-top: 10px;
  float: right;
  text-align: right;
  width: 60%;
}
@media screen and (max-width: 676px) {
  .focus-area img {
    width: 60px;
    height: auto;
  }
  .patner-img img {
    width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .patner-img img {
    width: 95%;
  }
}

@media screen and (max-width: 919px) {
}

@media screen and (min-width: 360px) and (max-width: 676px) {
  .story-main .col-sm-10,
  .digital .col-sm-10 {
    flex: 0 0 auto;
    width: 67%;
    margin-right: 3% !important;
  }
  .story-main .col-sm-2,
  .digital .col-sm-2 {
    flex: 0 0 auto;
    width: 30%;
    float: right;
  }
}

.card-content img {
  width: 100%;
  margin: auto;
}
.content-main {
  max-width: 100%;
  /* margin: 20px;*/
}

.more-content {
  display: none;
  /*  color: #555;*/
  /*font-style: italic;*/
}

.toggle-btn {
  padding: 0px;
  text-decoration: underline;
  background-color: transparent !important;
  color: #fdbc5f !important;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
