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

#hero{
    height: 500px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #000000;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.btn-learn-more {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  background-color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff0000;
}
.btn-learn-more:hover {
  background: #ff0000;
  color: #ffffff !important;
  text-decoration: none;
}
.btn-become-client {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  background-color: #ff0000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 10px; /* border: 2px solid #fff; */
}
.btn-become-client:hover {
  background: #fff;
  color: #ff0000 !important;
  text-decoration: none;
} /*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/
.why-us .content {
  padding: 0 100px 40px 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #0f2741;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-us .accordion-list {
  /*padding: 0 100px 60px 100px;*/
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative; /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  padding-right: 30px;
  outline: none;
}
.why-us .accordion-list span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #ff0000;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
.why-us .btn-get-all {
  font-size: 14px !important;
  letter-spacing: 1px;
  display: inline-block !important;
  padding: 7px 32px !important;
  border-radius: 4px;
  transition: 0.3s;
  color: #000000;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff0000;
}
.why-us .btn-get-all:hover {
  background: #ff0000;
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    /*    padding-bottom: 30px;*/
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }

  
} /*-------------------------------------------------------------- # Services --------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #ebebebfa;
  border-radius: 10px;
}
.services .icon-box .icon {
  margin-bottom: 10px;
}
.services .icon-box .icon i {
  color: #ff0000;
  font-size: 36px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #0f2741;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
  color: #ff0000;
}
.sets-apart {
  background: #dbdbdb !important;
}
.services .icon-box-trend {
  /*box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);*/
  padding: 22px 22px 10px 22px;
  transition: all ease-in-out 0.4s;
  background: #f1f1f1;
  text-align: center;
  width: 150px;
  height: 150px; /* border: 2px solid #dbdbdb;*/
  cursor: pointer;
}
.services .icon-box-trend .cat-logo {
  font-size: 60px;
  padding-bottom: 10px;
}
.col-category {
  width: 50%;
}
.currency_sign {
  color: #ff0000 !important;
}
.unmatched_market {
  margin-top: -6vw;
  margin-left: 4vw;
} /*-------------------------------------------------------------- # Cta --------------------------------------------------------------*/
.cta {
  /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../img/parallex_scroll.jpg) fixed center center no-repeat;*/
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/parallex_image.jpg) fixed center center no-repeat; /*background-size: contain; */
  background-size: 100% 89%;
  padding: 90px 0;
  color: #ffffff;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta .icon-box {
  margin-top: 30px;
}
.cta .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
}
.cta .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #000000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 16px;
  border: 2px solid #ff0000;
}
.cta .cta-btn:hover {
  background: #ff0000;
  border: 2px solid #ff0000;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  .services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .bookcover img {
    display: none;
  }
} /*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/
.reportlistbox {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-top: 10px;
}
.reportlistbox-inerpage {
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none !important;
  padding: 5px 15px 0;
}
.reportlistbox h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 20px 0 0;
  color: #112b48;
}
.reportbotom {
  padding: 0;
  border-top: 1px solid #f1f1f1;
  font-size: 12px;
  margin-top: 5px;
}
.reportlistbox-inerpage .reportbotom {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
}
.reportbotom p {
  padding: 0 0 5px 0 !important;
}
.reportlistbox-inerpage .reportbotom p {
  margin-bottom: 0;
}
.reportprice {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #112b48;
}
.bookcover img {
  margin: 10px 5px;
}
.btnS {
  margin: 0;
  background: none;
  color: #000000;
}
.reportlistbox a {
  /* color: #112b48; */
}
.reportlistbox a:hover {
  color: #ff0000;
  text-decoration: none;
}
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  line-height: 24px;
  outline: none;
  color: #000000;
  font-weight: 700;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #000000;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #ff0000;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.faq-list h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #0f2640;
}
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
} /* The colour of the indicators */
.blog .carousel-indicators {
  height: 5px !important;
}
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 20px !important;
  height: 0 !important;
  padding: 0;
}
.blog .carousel-indicators .active {
  background: #ff0000b3;
} /*imahge slider*/
.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.overflow {
  position: relative;
  overflow: hidden;
}
.zoom img {
  transition: all 0.2s linear;
}
.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hero-img .card {
  background: none;
}
.w-100 {
  width: 75% !important;
}
.btnS {
  margin: 0;
  background: none;
  color: #000000;
}
.btnS:focus {
  outline: none;
} /* .btnS:after {content: "More";  } */
.btnS.collapsed:after {
  content: "More";
}
.section-bg2 {
  background: #f1f1f1;
  padding: 40px 0;
}
.categories {
  margin-top: 25px;
}
.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}
.category-div {
  padding-bottom: 7vh;
}
.highlighted {
  box-shadow: 4px 2px 10px rgba(97, 97, 97, 0.3),
    -4px 2px 10px rgba(97, 97, 97, 0.3) !important;
}
#hero {
  background-size: 100%;
  background-position: center; /* height: 700px; */
}
.category-highlighted {
  box-shadow: 4px 2px 10px rgba(97, 97, 97, 0.3),
    -4px 2px 10px rgba(97, 97, 97, 0.3) !important;
  transition: transform 0.5s, filter 0.5s ease-in;
  transform: scale(1.05);
  border: 2px solid #ff0000 !important;
}
#hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  color: transparent; /* Hides the fill */
  -webkit-text-stroke: 1px #fff; /* Adds stroke with thickness and color */
  text-stroke: 1px #fff;
}
a,
.btnS,
.btnLess {
  color: #000000;
}
.gain_compe {
  color: #ff0000;
  -webkit-text-stroke: 0.5px #ff0000; /* Adds stroke with thickness and color */
  text-stroke: 0.5px #ff0000;
}
.company_span {
  color: transparent; /* Hides the fill */
  -webkit-text-stroke: 1px #fff; /* Adds stroke with thickness and color */
  text-stroke: 1px #fff;
}
.align-items-center {
  align-items: unset !important;
}
.category_menu {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
.customized_reports {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
 #hero h1 {
    font-size: 30px;
    color: transparent; /* Hides the fill */
    -webkit-text-stroke: 0.5px #fff; /* Adds stroke with thickness and color */
    text-stroke: 0.5px #fff;
  }
  #hero {
    height: 400px;
  }
}

@media (min-width: 1118px) and (max-width: 1399px) {
  #hero h1 {
    font-size: 40px;
  } /* #hero { background: url(../img/home-bg.webp) no-repeat; background-size: 100% !important; background-position: center; } */ /* .bannerhd { margin-left: -30px; padding-right: 80px; } */
  #hero {
    height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
#hero h1 {
    font-size: 30px;
    color: transparent; /* Hides the fill */
    -webkit-text-stroke: 0.5px #fff; /* Adds stroke with thickness and color */
    text-stroke: 0.5px #fff;
  }
  #hero {
    height: 400px;
  }
}



@media (max-width: 767px) {
 #hero h1 {
    font-size: 30px;
    color: transparent; /* Hides the fill */
    -webkit-text-stroke: 0.5px #fff; /* Adds stroke with thickness and color */
    text-stroke: 0.5px #fff;
  }
  #hero {
    height: 400px;
  }
  .bannerhd{
    margin: 0 !important;
  }
  .bannerhd p{
    margin: 0  !important;
  }
  #hero .container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
#hero {
    height: 300px;
  }
   #hero h1 {
    font-size: 25px;
    color: transparent; /* Hides the fill */
    -webkit-text-stroke: 0.5px #fff; /* Adds stroke with thickness and color */
    text-stroke: 0.5px #fff;
  }
  
}

@media (max-width: 440px) {
  #hero h1 {
    font-size: 20px;
    color: transparent; /* Hides the fill */
    -webkit-text-stroke: 0.5px #fff; /* Adds stroke with thickness and color */
    text-stroke: 0.5px #fff;
  }
  #hero {
    height: 300px;
  }
}
