@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white-color: #fff;
  --black-color: #000;
  --section-padding: 35px 0;
  --section-border: 1px solid #e5e5e5;
  --background-color: #fff;
  --main-heading-size: 26px;
  --sub-heading-size: 20px;
  --main-heading-color: #1f4e79;
  --paragraph-size: 17px;
  --paragraph-color: #2d2d2d;
  --main-color: #000849;
  --p-line-height: 25px;
  --li-size: 17px;
  --li-color: #2d2d2d;
  --box-shadow: 0 3px 7px #ccc;
  --primary-color: #2495ff;
  --services-padding: 30px 0 50px 0;
  --button-color: #c00000;
  --button-border: #b50101;
  --button-blue-color: #1f4e79;
  --margin-top-twenty: 20px;
  --margin-bottom-twenty: 20px;
  --padding-top-twenty: 20px;
  --padding-bottom-twenty: 20px;
  --box-border: 1px solid #ccc;
  --lets-connect-btn-color: #c00000;
  --li-font-weight: 400;
  --service-box-radius: #b4c7e7;
  --industry-center-box-color: #b4c7e7;
  --industry-small-box: #89b9d1;
  --industry-btn-color: #1f4e79;
  --blog-individual-btn: #1f4e79;
  --case-study-individual: #dae3f4;
  --service-page-link-color: #1f4e79;
  --case-study-bg-color: #203864;
  --latest-report-font-color: #3f6b8e ;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: Arial, sans-serif;
  font-display: swap;
  font-size: 15px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #2d2d2d;
}

/* -----------------Typography----------------- */
/* --------Headings-------- */
/* --------Paragraph-------- */
p {
  color: var(--paragraph-color);
  font-size: var(--paragraph-size);
  padding: 0;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

/* --------Links-------- */
a {
  color: var(--black-color);
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: var(--black-color);
  outline: none;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.heading h1,
.heading h3 {
  font-size: var(--main-heading-size);
  text-align: center;
  margin: 0 0 20px 0;
  color: var(--main-heading-color);
  font-weight: bold;
}
.heading p {
  margin: 0 0 20px 0;
  text-align: justify;
}

.main-btn {
  display: inline-block;
  width: auto;
  background: #c00000;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  color: var(--white-color);
  font-size: 14px;
  transition: ease-in-out 0.2s;
  font-weight: 600;
}
.main-btn:hover {
  color: var(--white-color);
}

.parsley-errors-list {
  padding: 0 !important;
  margin: 0 !important;
}
.parsley-errors-list .parsley-required {
  color: red;
  list-style: none;
  font-size: 12px !important;
  margin: 5px 0 0 5px;
}
.parsley-errors-list .parsley-type {
  color: red;
  list-style: none;
  font-size: 12px !important;
  margin: 5px 0 0 5px;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: var(--white-color);
  justify-content: space-evenly;
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar .navbar-collapse {
  flex-grow: initial;
}
.navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: var(--main-color);
  padding: 25px 10px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #2495ff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .login-btn {
  background: var(--main-color);
  padding: 0 12px;
  height: 25px;
  display: flex;
  align-items: center;
  color: var(--white-color);
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent {
  position: static;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown {
  width: 98%;
  left: 1%;
  border: 0;
  padding: 15px 0;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
  border-radius: 6px;
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item {
  padding: 15px;
  flex-grow: 1;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item h4 {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 700;
  padding: 8px 10px;
  margin: 0;
  color: #203864;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list {
  padding: 0;
  list-style: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li .megamenu-submenu {
  list-style: none;
  padding: 0 0 0 10px;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li .megamenu-submenu li:hover {
  background-color: #e2e2e2;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li:hover {
  background-color: var(--main-color);
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li:hover .megamenu-submenu {
  background-color: var(--white-color);
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li:hover .megamenu-submenu a {
  color: var(--black-color);
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list li:hover a {
  color: var(--white-color);
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .megamenu-item .megamenu-list .nav-report-store {
  font-size: var(--li-size);
  color: var(--black-color);
  font-weight: 700;
  padding: 8px 10px;
  margin: 0;
  color: #203864;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .dropdown-list {
  width: 25%;
  padding: 15px;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .dropdown-list ul {
  padding: 0;
  list-style: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .dropdown-list ul li .dropdown-item {
  color: var(--black-color);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .megamenu-dropdown .dropdown-list ul li .dropdown-item:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent:hover .megamenu-dropdown {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-collapse .navbar-nav .megamenu-parent .service-dropdown {
  padding: 15px 0 58px 0;
}
.navbar form input {
  border-radius: 5px;
  border: 2px solid #2d2d2d;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
}
.navbar form button {
  background-color: transparent;
  border: 0;
}
.navbar form i {
  font-size: 20px;
  font-weight: bold;
  width: 24px;
  padding: 6px 0 0 0;
  margin: 0 8px 0 8px;
  cursor: pointer;
}

/* -------------------Banner------------------- */
.homepage-banner .carousel-control-prev {
  display: none;
}
.homepage-banner .carousel-control-next {
  display: none;
}
.homepage-banner .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--white-color);
  margin: 0 5px;
}
.homepage-banner .carousel-indicators .active {
  width: 15px;
  height: 10px;
  border-radius: 35%;
  background-color: var(--white-color);
  border: 1px solid transparent;
}
.homepage-banner .carousel-inner .carousel-item {
  align-content: center;
  height: 550px;
  top: 12%;
}
.homepage-banner .carousel-inner .carousel-item:first-child {
  background-image: url(../images/home/banner1.webp);
  background-size: cover;
}
.homepage-banner .carousel-inner .carousel-item:last-child {
  background-image: url(../images/home/banner2.webp);
  background-size: cover;
}
.homepage-banner .banner-content {
  color: var(--white-color);
  position: relative;
  top: 8%;
  margin: 0 0 60px 0;
}
.homepage-banner .banner-content h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.homepage-banner .banner-content h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.homepage-banner .banner-content .banner-btn {
  height: 0;
}
.homepage-banner .banner-logo ul {
  padding: 0;
}
.homepage-banner .banner-logo ul li {
  margin: 8px 15px;
  list-style: none;
}
.homepage-banner .banner-logo ul li > .bannerSliderFirst {
  background-image: url(../images/home/css_sprites_new.webp);
  width: 148px;
  height: 74px;
  border-radius: 0;
}
.homepage-banner .banner-logo ul li > .bannerSliderSecond {
  background-image: url(../images/home/banner_imgage2.webp);
  width: 148px;
  height: 74px;
  border-radius: 0;
}
.homepage-banner .banner-logo ul li .bg-slider-1 {
  background-position: -10px -1326px;
}
.homepage-banner .banner-logo ul li .bg-slider-2 {
  background-position: -10px -1420px;
}
.homepage-banner .banner-logo ul li .bg-slider-3 {
  background-position: -10px -10px;
}
.homepage-banner .banner-logo ul li .bg-slider-4 {
  background-position: -10px -104px;
}
.homepage-banner .banner-logo ul li .bg-slider-5 {
  background-position: -10px -198px;
}
.homepage-banner .banner-logo ul li .bg-slider-6 {
  background-position: -10px -292px;
}
.homepage-banner .banner-logo ul li .bg-slider-7 {
  background-position: -10px -386px;
}
.homepage-banner .banner-logo ul li .bg-slider-8 {
  background-position: -10px -574px;
}
.homepage-banner .banner-logo ul li .bg-slider-9 {
  background-position: -10px -480px;
}
.homepage-banner .banner-logo ul li .bg-slider-10 {
  background-position: -10px -668px;
}
.homepage-banner .banner-logo ul li .bg-slider-11 {
  background-position: -10px -762px;
}
.homepage-banner .banner-logo ul li .bg-slider-12 {
  background-position: -10px -856px;
}
.homepage-banner .banner-logo ul li .bg-slider-13 {
  background-position: -10px -950px;
}
.homepage-banner .banner-logo ul li .bg-slider-14 {
  background-position: -10px -1044px;
}
.homepage-banner .banner-logo ul li .bg-slider-15 {
  background-position: -10px -1138px;
}
.homepage-banner .banner-logo ul li .bg-slider-16 {
  background-position: -10px -1232px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-1 {
  background-position: -10px -860px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-2 {
  background-position: -10px -1200px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-3 {
  background-position: -10px -1030px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-4 {
  background-position: -10px -350px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-5 {
  background-position: -10px -520px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-6 {
  background-position: -10px -690px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-7 {
  background-position: -10px -10px;
}
.homepage-banner .banner-logo ul li .bg-sliderTwo-8 {
  background-position: -10px -180px;
}
.homepage-banner .slider-two .banner-logo ul {
  padding: 0;
}
.homepage-banner .slider-two .banner-logo ul li {
  margin: 15px 15px;
  list-style: none;
}
.homepage-banner .slider-two .banner-logo ul li > div {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.modal {
  z-index: 9999999;
}
.modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.modal .modal-dialog .modal-content {
  min-height: 100vh;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header button :focus {
  border-color: #66afe9;
  outline: 0;
}
.modal .modal-dialog .modal-body input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.modal .modal-dialog .modal-body .search-area-outer {
  text-align: start;
}
.modal .modal-dialog .modal-body .search-area-outer h3 {
  color: #3560af;
  margin: 0;
}
.modal .modal-dialog .modal-body .search-area-outer ul {
  padding-left: 0;
  margin-bottom: 0px;
  margin: 18px 0;
  list-style-type: none;
}
.modal .modal-dialog .modal-body .search-area-outer ul li {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
.modal .modal-dialog .modal-body .search-area-outer ul li a {
  color: #2980b9;
  font-size: 17px;
}

/* -------------------Our Clients------------------- */
.our-clients {
  padding: var(--section-padding);
}
.our-clients .client-slider .slick-slide {
  margin: 0px 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-clients .client-slider .slider-img-dv {
  display: block !important;
  margin: 10px 0;
}
.our-clients .client-slider .slider-img-dv img {
  max-width: 150px;
  max-height: 84px;
  padding: 10px;
  margin: 0 auto;
}

/* -------------------Services Cards------------------- */
.service-card-main {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.service-card-main .flip-card {
  height: 380px;
  perspective: 1000px;
  margin: 0 0 20px 0;
}
.service-card-main .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.service-card-main .flip-card .flip-card-inner .flip-card-front,
.service-card-main .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.service-card-main .flip-card .flip-card-inner .flip-card-front {
  color: var(--white-color);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-card-main .flip-card .flip-card-inner .flip-card-front img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.service-card-main .flip-card .flip-card-inner .flip-card-front .front-content {
  position: absolute;
}
.service-card-main .flip-card .flip-card-inner .flip-card-front .front-content img {
  width: auto;
}
.service-card-main .flip-card .flip-card-inner .flip-card-front .front-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back {
  background-color: var(--black-color);
  color: var(--white-color);
  border-radius: 5px;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content {
  position: relative;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content a {
  font-size: 15px;
  margin: 0 0 8px 0;
  color: var(--white-color);
  line-height: normal;
  display: block;
  text-decoration: none;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content a:hover {
  color: #2495ff;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content .back-card-heading {
  text-align: left;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content ul li {
  list-style: none;
  text-align: left;
  margin: 0 0 10px 0;
}
.service-card-main .flip-card .flip-card-inner .flip-card-back .back-content ul li a {
  font-size: 13px;
}
.service-card-main .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.service-card-main .flip-card.report-card:hover .flip-card-inner {
  transform: rotateY(0deg);
}
.service-card-main .flip-card .bg-healthcare,
.service-card-main .flip-card .bg-market_entry,
.service-card-main .flip-card .bg-primary_research,
.service-card-main .flip-card .bg-report_store,
.service-card-main .flip-card .bg-channel_partner,
.service-card-main .flip-card .bg-download {
  width: 96px;
  height: 96px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/How-IMARC.webp");
  margin: 0 auto;
}
.service-card-main .flip-card .bg-healthcare {
  background-position: -10px -10px;
}
.service-card-main .flip-card .bg-market_entry {
  background-position: -10px -126px;
}
.service-card-main .flip-card .bg-primary_research {
  background-position: -10px -242px;
}
.service-card-main .flip-card .bg-report_store {
  background-position: -10px -358px;
}
.service-card-main .flip-card .bg-download {
  background-position: -10px -474px;
}
.service-card-main .flip-card .bg-channel_partner {
  width: 105px;
  height: 105px;
  background-position: -10px -590px;
}
.service-card-main h1 {
  font-weight: bold;
  color: var(--blog-individual-btn);
  font-size: 26px;
}

@media (max-width: 560px) {
  .service-card-main .row {
    display: block;
  }
}
/* -------------------Industry------------------- */
.trusted-partner {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.trusted-partner .round-shape {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  overflow: hidden;
  padding: 65px 15px;
  background: url(https://d2igyncgwko95k.cloudfront.net/webassets/image/slider/market_research_bg-01.webp) fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.trusted-partner .round-shape .heading h3 {
  font-weight: bold;
  color: var(--white-color);
  margin: 0 0 50px 0;
}
.trusted-partner .round-shape .trust-img {
  text-align: center;
}
.trusted-partner .round-shape .trust-img svg {
  fill: var(--white-color);
}
.trusted-partner .round-shape .trust-img h4 {
  margin: 0 0;
  font-weight: bold;
  color: var(--white-color);
  font-size: var(--sub-heading-size);
}
.trusted-partner .round-shape .trust-para {
  margin: 0 0 10px 0;
}
.trusted-partner .round-shape .trust-para ul {
  margin: 0;
  padding: 0;
}
.trusted-partner .round-shape .trust-para ul li {
  line-height: 26px;
  font-size: var(--li-size);
  color: var(--white-color);
  font-weight: 500;
}

/* -------------------Industries we Serve------------------- */
.industries-we-serve {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.industries-we-serve .industry-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.industries-we-serve .industry-list li {
  list-style: none;
  display: inline-flex;
  height: 160px;
  margin: 15px;
  background: var(--white-color);
  width: 190px;
  transition: ease-in-out 0.2s;
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.industries-we-serve .industry-list li p {
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  margin: 10px 0 0 0;
  text-align: center;
}
.industries-we-serve .industry-list li a {
  text-decoration: none;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}
.industries-we-serve .industry-bg-logo {
  width: 100px;
  margin: 0 auto;
  height: 95px;
}
.industries-we-serve .bg-Logo-01 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -10px;
}
.industries-we-serve .bg-Logo-02 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -125px;
}
.industries-we-serve .bg-Logo-03 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -240px;
}
.industries-we-serve .bg-Logo-04 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -355px;
}
.industries-we-serve .bg-Logo-05 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -470px;
}
.industries-we-serve .bg-Logo-06 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -585px;
}
.industries-we-serve .bg-Logo-07 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -700px;
}
.industries-we-serve .bg-Logo-08 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -815px;
}
.industries-we-serve .bg-Logo-09 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -930px;
}
.industries-we-serve .bg-Logo-10 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -1045px;
}
.industries-we-serve .bg-Logo-11 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -1160px;
}
.industries-we-serve .bg-Logo-12 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -1275px;
}
.industries-we-serve .bg-Logo-13 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -1390px;
}
.industries-we-serve .bg-Logo-14 {
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/industries/css_sprites.webp") -10px -1505px;
}

/* -------------------FAQ's------------------- */
.faq-sec-home {
  background-color: #f3f3f3;
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.faq-sec-home .accordion-item {
  background-color: transparent;
  border: 0;
  margin: 0 0 10px 0;
}
.faq-sec-home .accordion-item .accordion-header .accordion-button {
  padding: 10px 20px 10px 15px;
  background-color: #cfe2ff;
  color: var(--black-color);
  font-size: 16px;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.faq-sec-home .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--white-color);
}
.faq-sec-home .accordion-item .accordion-header .accordion-button::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTIwMS40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjBjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjI0IDMwNi43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjB6Ii8+PC9zdmc+);
  background-size: 1.1rem;
}
.faq-sec-home .accordion-item .accordion-header .accordion-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: var(--black-color);
  padding: 0 20px 0 0;
}
.faq-sec-home .accordion-item .accordion-header .accordion-button p span {
  margin: 0 15px 0 0;
}
.faq-sec-home .accordion-item .accordion-collapse {
  background: #fcfcfc;
  text-align: justify;
  border-radius: 20px;
  box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}
.faq-sec-home .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
}
.faq-sec-home .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0;
}
.faq-sec-home .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: var(--li-size);
}

/* -------------------Information Center------------------- */
.information-center {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.information-center .heading p {
  text-align: center;
}
.information-center .card {
  background-color: #2c2e39;
  padding: 10px 20px;
  position: relative;
}
.information-center .card .card-heading {
  height: 60px;
  color: var(--white-color);
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  margin: 15px 0 10px 0;
}
.information-center .card .img-dv img {
  width: 100%;
}
.information-center .card .card-desc {
  color: var(--white-color);
  text-align: justify;
  line-height: 20px;
  font-size: 16px;
  margin: 10px 0 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.information-center .card .card-btn {
  margin-bottom: 10px;
  text-align: center;
  height: 30px;
}
.information-center .card .card-btn .main-btn {
  width: 180px;
  padding: 5px;
}
.information-center .card .card-btn .main-btn:hover {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: var(--white-color);
  box-shadow: 0 3px 7px #ccc;
}

/* -------------------Testimonials------------------- */
.client-testimonial {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.client-testimonial .slick-slide {
  margin: 0px 5px;
}
.client-testimonial .testimonial-card {
  color: rgb(51, 51, 51);
  border-radius: 5px;
  padding: 0px 30px 30px;
  margin: 10px 0px;
  box-shadow: rgba(52, 105, 203, 0.16) 0px 6px 16px;
  border: 2px solid var(--paragraph-color);
}
.client-testimonial .testimonial-card img {
  padding: 20px;
  display: block;
  margin: 0px auto;
  height: 120px;
}
.client-testimonial .testimonial-card i {
  font-size: 25px;
}
.client-testimonial .testimonial-card .testimonial-para {
  font-size: 16px;
  min-height: 200px;
  font-style: italic;
  color: var(--paragraph-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

/* -------------------IMARC Insights------------------- */
.imarc-insights {
  border-top: var(--section-border);
}
.imarc-insights .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px 0;
}
.imarc-insights .heading h3 {
  margin: 0;
}
.imarc-insights .heading .view-all-btn a {
  background: #1f4e79;
  color: var(--white-color);
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid transparent;
  margin: 10px 0;
  transition: ease-in-out 0.3s;
}
.imarc-insights .heading .view-all-btn a:hover {
  border: 1px solid #1f4e79;
  background: transparent;
  color: #1f4e79;
}
.imarc-insights .insight-card {
  padding: 5px;
}
.imarc-insights .insight-card .insight-img {
  overflow: hidden;
}
.imarc-insights .insight-card .insight-img img {
  width: 100%;
  transition: all 0.5s;
}
.imarc-insights .insight-card .insight-img img:hover {
  transform: scale(1.1);
}
.imarc-insights .insight-card .card-content {
  background-color: var(--white-color);
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
}
.imarc-insights .insight-card .card-content .insight-title {
  min-height: 70px;
  text-decoration: none;
  font-size: 20px;
  color: var(--black-color);
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.imarc-insights .insight-card .card-content .insight-title:hover {
  color: #2a6496;
}
.imarc-insights .insight-card .card-content .insight-desc {
  text-align: justify;
  line-height: 20px;
  font-size: 16px;
  margin: 5px 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.imarc-insights .insight-card .read-more-btn {
  margin: 0 0 10px 0;
}
.imarc-insights .insight-card .read-more-btn a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: none;
  color: var(--white-color);
  background: #1f4e79;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.212);
  font-weight: 600;
  text-align: center;
  transition: all 0.5s;
}
.imarc-insights .insight-card .read-more-btn a:hover {
  width: 65px;
  transition: all 0.5s;
  color: var(--white-color);
}

.main-footer {
  padding: 20px 0 0 0;
  background: url(../images/home/footer.webp) no-repeat;
  background-size: cover;
}
.main-footer .footer-items {
  padding: 0 0 0 20px;
}
.main-footer .footer-items .footer-title {
  margin: 0 0 10px 0;
}
.main-footer .footer-items .footer-title p {
  font-size: 18px;
  color: #efefef;
  font-weight: 600;
}
.main-footer .footer-items .footer-title ~ p {
  color: #efefef;
  font-size: 14px;
}
.main-footer .footer-items .footer-list {
  padding: 0;
  list-style: none;
}
.main-footer .footer-items .footer-list li {
  line-height: 1.6;
  margin-bottom: 8px;
}
.main-footer .footer-items .footer-list li a {
  color: #efefef;
  font-size: 13px;
  font-weight: 400;
  transition: ease-in-out 0.2s;
}
.main-footer .footer-items .footer-list li a:hover {
  color: var(--primary-color);
}
.main-footer .footer-items .footer-list li a i {
  color: #efefef;
  margin: 0 5px 0 0;
}
.main-footer .footer-items .footer-list li p {
  color: #efefef;
  font-size: 13px;
}
.main-footer .footer-items .footer-list li p i {
  color: #dddddd;
  font-size: 12px;
  margin: 0 5px 0 0;
}
.main-footer .footer-items .footer-list li p img {
  margin: 0 5px 0 0;
}
.main-footer .footer-items .payment-modes img {
  width: 180px;
}
.main-footer .social-links {
  display: flex;
  margin: 0;
}
.main-footer .social-links li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.main-footer .social-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main-footer .social-links li a i {
  margin: 0 !important;
  font-size: 16px;
}
.main-footer .social-links li:first-child {
  background-color: #0e76a8;
}
.main-footer .social-links li:first-child a i {
  color: var(--white-color);
}
.main-footer .social-links li:nth-child(2) {
  background-color: #3b5998;
}
.main-footer .social-links li:nth-child(2) a i {
  color: var(--white-color);
}
.main-footer .social-links li:last-child {
  background-color: var(--black-color);
}
.main-footer .social-links li:last-child a i {
  color: var(--white-color);
}
.main-footer .copyright {
  padding: 10px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .copyright p {
  font-size: 12px;
}
.main-footer .copyright p a {
  color: var(--white-color);
}
.main-footer .copyright p a:hover {
  color: #cecece;
}

.insight-list-page {
  padding: var(--section-padding);
  background: #eee;
}
.insight-list-page .nav .nav-item .nav-link {
  color: #000;
  border-bottom: 0px solid var(--main-color);
  border-top: 3px solid transparent;
  padding: 5px 10px;
  font-weight: 400;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  margin: 5px;
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
  cursor: pointer;
}
.insight-list-page .nav .nav-item .nav-link:hover {
  background-color: #000849;
  color: #fff;
  border-top: 3px solid var(--button-color);
}
.insight-list-page .nav .nav-item .nav-link.active {
  border-top: 3px solid #000849;
  background: var(--button-color);
  color: #fff;
  padding: 5px 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* -------------------Insight Detail------------------- */
.insight-detail {
  padding: var(--section-padding);
  /* --------------Call to Action------------ */
  /* --------------Contact Form------------ */
}
.insight-detail .heading h1 {
  font-size: 36px;
  line-height: 30px;
  color: var(--blog-individual-btn);
  font-weight: 700;
  text-align: inherit;
  margin-bottom: 40px;
  line-height: normal;
}
.insight-detail .heading h4 {
  font-weight: bold;
  color: var(--blog-individual-btn);
  margin: 25px 0;
  font-size: 20px;
}
.insight-detail h3 {
  font-size: 24px;
  color: var(--black-color);
  margin: 10px 0;
}
.insight-detail p {
  text-align: justify;
  margin: 5px 0;
}
.insight-detail a {
  color: #347ab7;
  text-decoration: none;
}
.insight-detail img {
  max-width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
}
.insight-detail ul {
  margin-left: 40px;
}
.insight-detail ul li {
  line-height: 30px;
  font-weight: 400;
  font-size: 17px;
  color: var(--li-color);
}
.insight-detail .insight-sidebar {
  position: sticky;
  top: 90px;
  margin-bottom: 20px;
}
.insight-detail .insight-sidebar .cta-btn {
  display: block;
  background-color: #1f4e79;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  padding: 8px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.insight-detail .insight-sidebar .insight-sidebar-card {
  background-color: #e1e1e1;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  margin-bottom: 20px;
}
.insight-detail .insight-sidebar .insight-sidebar-card i {
  font-size: 60px;
}
.insight-detail .insight-sidebar .insight-sidebar-card .read-more-btn {
  background-color: #1f4e79;
  color: var(--white-color);
  font-size: 15px;
  padding: 6px 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}
.insight-detail .insight-sidebar .insight-sidebar-card .read-more-btn i {
  font-size: 15px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.insight-detail .insight-sidebar .insight-sidebar-card .read-more-btn:hover i {
  transform: translateX(10px);
}
.insight-detail .insight-contact-form {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
}
.insight-detail .insight-contact-form .heading-dv {
  margin: 0 0 20px 0;
}
.insight-detail .insight-contact-form .heading-dv h4 {
  position: relative;
  color: var(--black-color);
  font-size: 30px;
  font-weight: 600;
  padding: 80px 0 40px 0;
}
.insight-detail .insight-contact-form .heading-dv h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url(../images/services/dots.png);
  opacity: 0.06;
}
.insight-detail .insight-contact-form .heading-dv p {
  font-size: 14px;
  padding: 0 70px 0 0;
}
.insight-detail .insight-contact-form form label {
  margin: 0 0 7px 0;
}
.insight-detail .insight-contact-form form label .required-mark {
  color: red;
}
.insight-detail .insight-contact-form form input:focus {
  box-shadow: none;
}
.insight-detail .insight-contact-form form textarea:focus {
  box-shadow: none;
}
.insight-detail .insight-contact-form form .captcha-reload-btn {
  background-color: var(--button-blue-color);
  color: var(--white-color);
  padding: 5px 10px;
  border-radius: 30px;
}
.insight-detail .insight-contact-form form .captcha-text {
  background-color: var(--white-color);
  color: var(--black-color);
  padding: 9px 25px;
  border: 1px solid #cecece;
  border-radius: 30px;
}
.insight-detail .insight-contact-form form .captcha-input {
  margin: 0 0 3px 0;
}
.insight-detail .insight-contact-form form .form-group {
  margin-bottom: 15px;
}
.insight-detail .insight-contact-form form .submit-btn {
  background: var(--button-blue-color);
  color: var(--white-color);
  padding: 5px 35px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: ease-in-out 0.2s;
  font-weight: 600;
}
.insight-detail .Previous_card {
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border: 1px solid #ddd;
  padding: 5px;
  margin: 5px;
}
.insight-detail .Previous_card a {
  display: flex;
}
.insight-detail .Previous_card a img {
  width: 150px !important;
  height: 100px;
}
.insight-detail .Previous_card a h5 {
  margin: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.insight-detail .Previous_card a span {
  color: #777;
  margin: 0 0 0 10px;
}
.insight-detail .Previous_card a:hover {
  color: #2a6496;
}

/* -------------------Breadcrumb------------------- */
.breadcrumb-sec {
  background: url(https://d2igyncgwko95k.cloudfront.net/webassets/image/slider/about.webp) no-repeat;
  padding: 1% 0;
  background-size: cover;
  overflow: hidden;
}
.breadcrumb-sec ul {
  align-items: center;
  margin: 0;
}
.breadcrumb-sec ul li {
  display: inline-block;
  color: var(--white-color);
  font-size: 19px;
  font-weight: 500;
  padding: 0 5px;
  line-height: normal;
}
.breadcrumb-sec ul li.active {
  color: var(--white-color);
}
.breadcrumb-sec ul li a {
  color: var(--white-color);
  padding: 10px 11px;
  font-weight: 500;
  font-size: 19px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: ease-in-out 0.3s;
}
.breadcrumb-sec h1 {
  color: var(--white-color);
  padding: 1px 0 0 0;
  font-weight: 500;
  font-size: 19px;
  margin: 0;
}

/* -------------------About Us------------------- */
.about-us {
  padding: var(--section-padding);
}
.about-us .heading {
  margin: 0 0 50px 0;
}
.about-us .heading h3 {
  text-align: left;
}
.about-us .card .card-body {
  padding: 20px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.about-us .card .card-body .card-title {
  color: var(--black-color);
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.about-us .card .card-body .card-text {
  margin: 0 0 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.about-us .card .card-body .main-btn {
  width: 130px;
  padding: 9px 0;
  text-align: center;
  font-weight: 400;
}
.about-us .heading-h1 h1 {
  font-size: var(--main-heading-size);
  margin: 0 0 20px 0;
  color: var(--main-heading-color);
  font-weight: bold;
}
.about-us p {
  text-align: justify;
}
.about-us p a {
  color: #428bca;
}
.about-us .heading-h1 h2 {
  margin: 0 0 20px 0;
  color: var(--main-heading-color);
  font-weight: bold;
  font-size: 24px;
}
.about-us .heading-h1 h3 {
  margin: 0 0 20px 0;
  color: var(--main-heading-color);
  font-weight: bold;
  font-size: 24px;
}

.about-us.become-publisher {
  padding: 35px 0 0 0;
}

/* -------------------Contact Form------------------- */
.contact-us {
  padding: var(--section-padding);
}
.contact-us .heading h3 {
  text-align: left;
}
.contact-us .contact-text p {
  margin-top: 20px;
  font-weight: bold;
  font-size: var(--paragraph-size);
}
.contact-us .contact-text ul li {
  color: var(--paragraph-color);
  font-size: var(--li-size);
}
.contact-us .contact-form {
  padding: 20px;
  background: url(../images/contact/contact-right.webp) no-repeat;
  background-size: cover;
}
.contact-us .contact-form label {
  color: var(--white-color);
  padding: 0 0 0 10px;
  margin: 0 0 5px 0;
}
.contact-us .contact-form input {
  border: none;
  padding: 10px;
  border-radius: 20px;
}
.contact-us .contact-form textarea {
  border: none;
  padding: 10px;
  border-radius: 20px;
}
.contact-us .contact-form .captcha-title {
  color: var(--white-color);
  font-size: 11px;
}
.contact-us .contact-form .captcha-reload-btn {
  background-color: var(--white-color);
  border-top-left-radius: 45%;
  border-bottom-left-radius: 45%;
}
.contact-us .contact-form .captcha-reload-btn:active {
  transform: translateY(0.5px);
}
.contact-us .contact-form .captcha-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #cecece;
  background-color: white;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.contact-us .contact-form .captcha-text p {
  margin: 0;
}
.contact-us .contact-form .captcha-input {
  height: 35px;
  padding: 0 10px;
  outline: 0;
  margin-top: 25px;
}
.contact-us .contact-form .main-btn {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid var(--main-color);
  margin-top: 20px;
}
.contact-us .contact-form .main-btn:hover {
  border: 1px solid var(--main-color);
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  color: var(--main-color);
}

/* -------------------Contact Address------------------- */
.contact-address {
  padding: 20px 0;
}
.contact-address .address-card {
  padding: 30px 45px;
  border: 1px solid #ccc;
  text-align: center;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.contact-address .address-card .india-loc {
  width: 150px;
  height: 75px;
  background: url(../images/contact/flag.webp);
  margin: 20px auto 0 auto;
  background-position: -10px -10px;
}
.contact-address .address-card .usa-loc {
  width: 150px;
  height: 75px;
  background: url(../images/contact/flag.webp);
  margin: 20px auto 0 auto;
  background-position: -10px -200px;
}
.contact-address .address-card .uk-loc {
  width: 150px;
  height: 75px;
  background: url(../images/contact/flag.webp);
  margin: 20px auto 0 auto;
  background-position: -10px -105px;
}
.contact-address .address-card h4 {
  color: var(--black-color);
  text-align: center;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.contact-address .address-card p {
  color: var(--black-color);
  text-align: center;
  padding: 10px 0;
}

.faq-main {
  padding: var(--section-padding);
}
.faq-main .heading h3 {
  text-align: left;
}
.faq-main .accordion-flush {
  padding: 20px;
  background-color: #f9f9fa;
}
.faq-main .accordion-flush .accordion-item {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.faq-main .accordion-flush .accordion-item .accordion-button {
  color: var(--main-heading-color);
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 20px 0;
  letter-spacing: 0.01em;
  background-color: var(--white-color);
  border-bottom: 1px solid #ccc;
  transition: all 0.4s;
}
.faq-main .accordion-flush .accordion-item .accordion-button span {
  padding: 0 5px 0 0;
}
.faq-main .accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-main .accordion-flush .accordion-item .accordion-button.collapsed {
  border: 0;
  padding: 0;
}
.faq-main .accordion-flush .accordion-item .accordion-body {
  padding: 0;
}
.faq-main .accordion-flush .accordion-item .accordion-body p {
  padding: 10px 0 0 0;
  margin: 0 0 15px 0;
}
.faq-main .accordion-flush .accordion-item .accordion-body p a {
  color: #428bca;
}
.faq-main .accordion-flush .accordion-item .accordion-body ul {
  padding: 0 0 0 20px;
}
.faq-main .accordion-flush .accordion-item .accordion-body ul li {
  padding: 10px 0 0 0;
  margin: 0 0 15px 0;
  font-size: var(--li-size);
  color: var(--black-color);
}

.service-info {
  padding: var(--services-padding);
  /* ------------Data Modeling Services----------------- */
}
.service-info .heading h1,
.service-info .heading h3 {
  text-align: initial;
}
.service-info .content-dv p {
  text-align: justify;
  margin: 0 0 10px 0;
}
.service-info table tr td {
  font-size: 14px;
}
.service-info table tr:nth-child(odd) td {
  box-shadow: none;
}
.service-info table tr:nth-child(even) {
  background-color: #e8ebf5;
}
.service-info .img-dv img {
  margin-top: 8px;
}
.service-info .data-modeling-services h4 {
  font-size: 18px;
  color: var(--main-heading-color);
  font-weight: 600;
  margin: 0 0 20px 0;
}
.service-info .data-modeling-services p {
  margin: 0 0 25px 0;
}
.service-info .data-modeling-services p span {
  font-weight: 600;
}
.service-info .data-modeling-services ul {
  margin: 0 0 20px 0;
}
.service-info .data-modeling-services ul li {
  font-size: var(--li-size);
  color: var(--li-color);
  margin: 0 0 5px 0;
}

.connect-us {
  background-color: #eef5fb;
  padding: 30px;
  margin: 0 0 20px 0;
}
.connect-us .content-area h3 {
  color: #1f4e79;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 10px 0;
}
.connect-us .content-area p {
  font-size: 17px;
  margin: 10px 0;
  font-weight: bold;
  color: #000;
  line-height: 25px;
}
.connect-us .connect-btn {
  margin: 20px 0 0 0;
}
.connect-us .connect-btn a {
  display: block;
  font-size: 17px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
}

.imarc-solution {
  padding: var(--section-padding);
}
.imarc-solution .heading h3 {
  text-align: initial;
}
.imarc-solution .solution-offering-card {
  margin: 10px 0;
  box-shadow: var(--box-shadow);
  background: #eef5fb;
  min-height: 230px;
}
.imarc-solution .solution-offering-card h4 {
  padding: 18px 0;
  box-shadow: var(--box-shadow);
  color: var(--main-heading-color);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}
.imarc-solution .solution-offering-card p {
  padding: 10px;
  text-align: justify;
}
.imarc-solution .solution-offering-card ul li {
  font-size: var(--li-size);
  color: var(--li-color);
  padding: 5px 0;
}
.imarc-solution .comp-int-sol {
  min-height: 300px;
}
.imarc-solution .pr-sol {
  min-height: 280px;
}

.purchase-services-Off {
  padding: 20px 0;
}
.purchase-services-Off .heading h3 {
  text-align: initial;
}
.purchase-services-Off ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.purchase-services-Off ul .service-offering-card {
  list-style: none;
  height: 160px;
  margin: 15px;
  padding: 10px;
  background: var(--white-color);
  width: 190px;
  transition: ease-in-out 0.2s;
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.purchase-services-Off ul .service-offering-card:hover {
  box-shadow: none;
  border: 1px solid #eee;
}
.purchase-services-Off ul .service-offering-card img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.purchase-services-Off ul .service-offering-card h4 {
  color: var(--paragraph-color);
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  margin: 10px 0 0 0;
  text-align: center !important;
}

.service-bullet-points {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.service-bullet-points .heading h3 {
  text-align: initial;
}
.service-bullet-points ul {
  padding: 0 0 0 15px;
}
.service-bullet-points ul li {
  list-style: none;
  color: var(--black-color);
  font-size: 17px;
  margin: 0 0 15px 30px;
  position: relative;
}
.service-bullet-points ul li::before {
  position: absolute;
  content: ".";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: -25px;
  color: #1f4e79;
  font-size: 49px;
  top: -37px;
}
.service-bullet-points ul li span {
  color: var(--main-heading-color);
  font-weight: 600;
}
.service-bullet-points ul h5 {
  color: var(--paragraph-color);
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0 10px 0;
  margin: 0;
}

.how-we-can-help {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.how-we-can-help .heading h3 {
  text-align: initial;
}
.how-we-can-help .help-card {
  display: flex;
  align-items: flex-end;
  padding: 10px 20px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  margin: 0 0 20px 0;
}
.how-we-can-help .help-card .img-dv {
  padding: 10px 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-we-can-help .help-card .img-dv img {
  width: 150px;
  border-radius: 50%;
}
.how-we-can-help .help-card .img-dv h4 {
  font-size: var(--paragraph-size);
  font-weight: 600;
  text-align: center;
  color: var(--black-color);
  margin: 10px 0;
  height: auto;
}
.how-we-can-help .help-card .content-dv {
  padding: 20px 20px 20px 0;
}
.how-we-can-help .help-card .content-dv p {
  font-size: var(--paragraph-size);
  color: var(--black-color);
  margin: 0;
  text-align: justify;
}
.how-we-can-help .help-card .content-dv ul {
  padding: 0;
  margin: 0;
}
.how-we-can-help .help-card .content-dv ul li {
  font-size: 17px;
  margin: 0 0 15px 0;
  color: var(--black-color);
  text-align: justify;
}
.how-we-can-help .help-card .content-dv ul li span {
  color: var(--main-heading-color);
  font-weight: 600;
}
.how-we-can-help .help-card .sourcing-part-content-dv {
  padding: 20px;
}
.how-we-can-help .help-card .sourcing-part-content-dv ul {
  padding: inherit;
}

.custom-content-area .heading h3 {
  text-align: inherit;
}
.custom-content-area .heading .research-offering-heading {
  font-size: 22px;
}
.custom-content-area .heading h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  margin: 0 0 20px 0;
}
.custom-content-area .primary-offerings {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  position: relative;
}
.custom-content-area .primary-offerings img {
  width: 50px;
}
.custom-content-area .primary-offerings p {
  margin: 0 0 0 10px;
  font-size: var(--paragraph-size);
  font-weight: 600;
  text-align: start;
}
.custom-content-area .primary-offerings + ul li {
  list-style: none;
  position: relative;
  color: var(--black-color);
  font-size: var(--li-size);
  margin: 0 0 10px 0;
}
.custom-content-area .primary-offerings + ul li::before {
  position: absolute;
  content: "✔";
  left: -25px;
  color: #1f4e79;
  font-size: 14px;
}
.custom-content-area .primary-offerings .bg-primary1 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -220px;
}
.custom-content-area .primary-offerings .bg-primary2 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -640px;
}
.custom-content-area .primary-offerings .bg-primary3 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -780px;
}
.custom-content-area .primary-offerings .bg-primary4 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -990px;
}
.custom-content-area .primary-offerings .bg-primary5 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -710px;
}
.custom-content-area .primary-offerings .bg-primary6 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -500px;
}
.custom-content-area .primary-offerings .bg-primary7 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -360px;
}
.custom-content-area .primary-offerings .bg-primary8 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -920px;
}
.custom-content-area .primary-offerings .bg-primary9 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -80px;
}
.custom-content-area .primary-offerings .bg-primary10 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -430px;
}
.custom-content-area .primary-offerings .bg-primary11 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -10px;
}
.custom-content-area .primary-offerings .bg-primary12 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -290px;
}
.custom-content-area .primary-offerings .bg-primary13 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -150px;
}
.custom-content-area .primary-offerings .bg-primary14 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -850px;
}
.custom-content-area .primary-offerings .bg-primary15 {
  background-image: url(../images/services/primary-image.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: -10px -570px;
}
.custom-content-area .market-research ul li {
  font-size: var(--li-size);
  font-weight: 400;
  color: var(--black-color);
  margin: 0 0 5px 0;
}
.custom-content-area .map-dv {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 30px;
}
.custom-content-area .map-dv img {
  margin: 0 0 30px 0;
}
.custom-content-area .map-dv p {
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.custom-content-area .quality-service {
  display: flex;
  align-items: center;
}
.custom-content-area .quality-service .img-dv img {
  width: 130px;
}
.custom-content-area .quality-service .content-dv {
  width: 80%;
}
.custom-content-area .quality-service .content-dv h4 {
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
  color: #000;
}

/* ------------Timeline----------------- */
.timeline-chart-main {
  margin: 18rem 0;
  /* Animation for popup expansion */
  /* Animation for line drawing */
  /* Animation for fade-in effect */
}
.timeline-chart-main .timeline-container {
  display: flex;
  gap: 13.5px;
  width: 100%;
  height: 134px;
  justify-content: center;
  font-weight: 900;
  font-size: 67px;
}
.timeline-chart-main .timeline-container .timeline-point {
  transition-duration: 0.5s;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-items: center;
  width: 134px;
  position: relative;
  --delay: 0.1s;
}
.timeline-chart-main .timeline-container .timeline-point::before {
  content: "";
  width: 160px;
  height: 160px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background: conic-gradient(var(--color) var(--angle), transparent 0deg 360deg);
  animation: rotateBorder 0.7s linear var(--delay) forwards;
}
.timeline-chart-main .timeline-container .timeline-point::after {
  content: "";
  width: 160px;
  height: 160px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background: conic-gradient(#eaeaea var(--angle), transparent 0deg 360deg);
  animation: rotateBorder 0.7s linear var(--delay) forwards;
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(odd)::before {
  transform: rotate(-90deg);
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(odd)::after {
  transform: rotate(90deg);
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(odd) .popup {
  bottom: 170px;
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(odd) .popup::before {
  top: calc(100% + 30px);
  transform: rotateX(180deg);
  transform-origin: top;
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(even)::before {
  transform: rotate(90deg) scaleY(-1);
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(even)::after {
  transform: rotate(-90deg) scaleY(-1);
}
.timeline-chart-main .timeline-container .timeline-point:nth-child(even) .popup {
  top: 170px;
}
.timeline-chart-main .timeline-container .timeline-point img {
  width: 80px;
}
.timeline-chart-main .timeline-container .timeline-point .popup {
  width: 285px;
  height: auto;
  max-height: 0;
  background-color: var(--color);
  position: absolute;
  color: white;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  transform-origin: bottom bottom;
  animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
}
.timeline-chart-main .timeline-container .timeline-point .popup::before {
  content: "";
  width: 6.7px;
  height: 0;
  border-radius: 20px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: -30px;
  display: flex;
  animation: drawLine 0.5s linear var(--delay) forwards;
}
.timeline-chart-main .timeline-container .timeline-point .popup .popup-details {
  padding: 10px 15px;
  height: 190px;
  background-color: #fdfdfd;
  border-radius: 30px;
  opacity: 0;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: auto;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  margin: 3.35px;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
  color: #000;
}
.timeline-chart-main .timeline-container .timeline-point .popup .popup-details .popup-title {
  color: var(--color);
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.timeline-chart-main.cati {
  --color: #00b0f0;
}
.timeline-chart-main.capi {
  --color: #d59803;
}
.timeline-chart-main.cawi {
  --color: #69e781;
}
.timeline-chart-main.fgd {
  --color: #d585d1;
}
.timeline-chart-main.idi {
  --color: #1b1bc9;
}
.timeline-chart-main.expert-panels {
  --color: #f48989;
}
.timeline-chart-main.executive-interviews {
  --color: #e9ec6e;
}
.timeline-chart-main.hybrid-model {
  --color: #bdf169;
}
@keyframes rotateBorder {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 180deg;
  }
}
@keyframes expandPopup {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 200px;
  }
}
@keyframes drawLine {
  0% {
    height: 0%;
    opacity: 0;
  }
  100% {
    height: 33.5px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Custom property for angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
/* ------------Report Description Main----------------- */
.report-detail .rd-heading-area img {
  width: 100%;
  height: 130px;
}
.report-detail .rd-heading-area .heading {
  margin: 0 0 0 10px;
}
.report-detail .rd-heading-area .heading h2 {
  font-size: 22px;
  color: var(--main-heading-color);
  font-weight: bold;
  text-align: inherit;
  line-height: 27px;
  margin: 0 0 4px 0;
}
.report-detail .rd-heading-area .heading .rd-format-id {
  font-size: 14px;
  color: #333;
}
.report-detail .rd-heading-area .heading .rd-format-id span {
  font-weight: 600;
}
.report-detail .rd-tabs {
  background: var(--white-color) none repeat scroll 0% 0%;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  padding: 20px 0;
  margin-bottom: 30px;
}
.report-detail .rd-tabs .nav-tabs {
  justify-content: space-between;
  flex-wrap: nowrap;
  position: sticky;
  top: 80px;
  z-index: 999;
}
.report-detail .rd-tabs .nav-tabs .nav-item {
  width: 100%;
  background-color: #eee;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link {
  background-color: #eee;
  text-align: center;
  font-weight: 600;
  color: var(--black-color);
  font-size: 16px;
  padding: 19px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  position: relative;
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link::after {
  content: "";
  background: var(--main-color);
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link:hover::after {
  transform: scale(1);
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link.active:hover {
  color: var(--white-color);
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link.request-sample {
  background-color: #f7921e;
  color: var(--black-color);
}
.report-detail .rd-tabs .nav-tabs .nav-item .nav-link.request-sample:hover {
  color: var(--black-color);
}
.report-detail .rd-tabs .tab-content {
  padding: 0 20px;
}
.report-detail .rd-tabs .tab-content blockquote {
  background: #dbdada;
  margin: 25px 0 25px 0;
  border: none;
  padding: 12px;
}
.report-detail .rd-tabs .rd-faq h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--paragraph-color);
  margin: 20px 0;
  position: relative;
}
.report-detail .rd-tabs .rd-faq h4:before {
  position: absolute;
  content: "";
  background: #000;
  bottom: -8px;
  width: 80px;
  height: 3px;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item {
  border: 0;
  margin: 0 0 2px 0;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-button {
  background-color: #89b9d1;
  color: var(--black-color);
  font-size: var(--paragraph-size);
  padding: 8px;
  line-height: 1.5em;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-button span {
  margin: 0 5px 0 0;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-button.collapsed {
  background-color: #f0f0f0;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-button.collapsed::after {
  content: "+";
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-button::after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 11px;
  font-weight: bold;
  background-image: none;
  transform: none;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item:not(:nth-child(even)) .accordion-button.collapsed {
  background-color: #e8ebf5;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item:not(:nth-child(even)) .accordion-collapse .accordion-body {
  color: var(--paragraph-color);
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-body p {
  margin: 0 0 0 20px;
  position: relative;
}
.report-detail .rd-tabs .rd-faq .accordion-flush .accordion-item .accordion-body p::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 7px;
  width: 0px;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
}
.report-detail .rd-tabs .buy-now-btn a {
  display: block;
  background-color: var(--main-heading-color);
  color: var(--white-color);
  font-weight: 600;
  padding: 6px 12px;
  margin: 0 0 10px 0;
}
.report-detail .rd-inquiry ul {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  margin: 0;
  background-color: var(--main-heading-color);
}
.report-detail .rd-inquiry ul li {
  display: inline-block;
  list-style: none;
  background-color: var(--main-heading-color);
}
.report-detail .rd-inquiry ul li:not(:last-child) {
  background-color: #0099c1;
}
.report-detail .rd-inquiry ul li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-size: 16PX;
}
.report-detail .manufacturing-rd-faq {
  padding: 0 0 50px 0;
}
.report-detail .manufacturing-rd-faq .accordion-item {
  margin: 0 0 10px 0;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-header .accordion-button p {
  display: flex;
  align-items: center;
  color: var(--main-heading-color);
  font-size: var(--paragraph-size);
  line-height: var(--p-line-height);
  font-weight: 600;
  padding: 0 15px 0 0;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-header .accordion-button span {
  margin: 0 15px 0 0;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-header .accordion-button::after {
  content: "\f068";
  background-image: none;
  font-family: "fontAwesome";
  transform: none;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "+";
  background-image: none;
}
.report-detail .manufacturing-rd-faq .accordion-item:not(:nth-child(even)) .accordion-button {
  background-color: #e8ebf5;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-body {
  padding: 20px;
}
.report-detail .manufacturing-rd-faq .accordion-item .accordion-body p {
  color: var(--main-heading-color);
  font-size: var(--paragraph-size);
  text-align: justify;
}

/* ------------Need More Helpr----------------- */
.need-more-help {
  background-color: #edf4ff;
  padding: 15px;
  border-radius: 7px;
  margin-top: 20px;
}
.need-more-help h4 {
  font-size: 18px;
  color: var(--paragraph-color);
  margin: 15px 0;
}
.need-more-help ul li {
  font-size: var(--li-size);
  color: var(--li-color);
}

#btn-back-to-top {
  background-color: #5888ff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  border-radius: 30px;
  z-index: 999;
}
#btn-back-to-top:focus {
  box-shadow: none;
}
#btn-back-to-top i {
  color: var(--white-color);
}

/* ------------Request Sample Form Main----------------- */
.req-sample-form {
  padding: 20px;
  background: #f9f9f9;
}
.req-sample-form label {
  margin: 0 0 5px 0;
  color: var(--paragraph-color);
}
.req-sample-form input {
  border-radius: 20px;
  padding: 10px;
}
.req-sample-form input:focus {
  border-color: var(--black-color);
  box-shadow: none;
}
.req-sample-form textarea {
  border-radius: 20px;
}
.req-sample-form textarea:focus {
  border-color: var(--black-color);
  box-shadow: none;
}
.req-sample-form .captcha-title {
  line-height: normal;
  margin: 10px 0 16px 0;
  font-size: 11px;
}
.req-sample-form #captcha {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #cecece;
  background-color: white;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  align-self: center;
  padding: 4px;
}
.req-sample-form #captcha #code {
  font-size: 19px;
}
.req-sample-form .captcha-input {
  margin-top: 38px;
  height: 38px;
}
.req-sample-form .request-details-btn {
  background: var(--button-blue-color);
  color: var(--white-color);
  padding: 8px 20px;
  margin-top: 35px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  border: 1px solid transparent;
  transition: ease-in-out 0.2s;
  font-weight: 600;
}
.req-sample-form .request-details-btn:hover {
  border: 1px solid var(--button-blue-color);
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  color: var(--button-blue-color);
}

/* ------------CK Editor Dynamic Content----------------- */
.ck_editor_dynamic_content a {
  color: #347ab7;
}
.ck_editor_dynamic_content a strong {
  color: #347ab7;
}
.ck_editor_dynamic_content p {
  font-size: 16px;
  text-align: justify;
  margin: 0 0 20px 0;
}
.ck_editor_dynamic_content p b {
  font-weight: 700;
}
.ck_editor_dynamic_content p strong {
  font-weight: 700;
}
.ck_editor_dynamic_content blockquote p {
  font-style: italic;
}
.ck_editor_dynamic_content img {
  width: 100% !important;
  height: auto !important;
}
.ck_editor_dynamic_content ul {
  margin-left: 40px;
  padding: 0;
}
.ck_editor_dynamic_content ul li {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  color: #333;
}
.ck_editor_dynamic_content h2,
.ck_editor_dynamic_content h3,
.ck_editor_dynamic_content h4 {
  color: var(--main-heading-color);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.ck_editor_dynamic_content h2 strong,
.ck_editor_dynamic_content h3 strong,
.ck_editor_dynamic_content h4 strong {
  font-weight: 700;
  color: var(--main-heading-color);
  text-align: justify;
  font-size: 18px;
}
.ck_editor_dynamic_content table {
  background-color: transparent;
  width: 100%;
  border: transparent;
}
.ck_editor_dynamic_content table thead th {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  background-color: var(--service-page-link-color);
  color: var(--white-color);
}
.ck_editor_dynamic_content table tbody {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.ck_editor_dynamic_content table tbody tr td {
  border: 1px solid #ddd;
  padding: 15px;
  color: var(--black-color);
  font-size: 15px;
  text-align: left !important;
}
.ck_editor_dynamic_content table tbody tr td ul li {
  font-size: 15px;
}
.ck_editor_dynamic_content table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.ck_editor_dynamic_content table tbody tr:nth-child(even) {
  background-color: #e8ebf5;
}
.ck_editor_dynamic_content.toc-main p {
  font-size: var(--paragraph-size);
}

/* ------------Report Sidebar----------------- */
.report-sidebar {
  position: sticky;
  top: 80px;
}
.report-sidebar .manufacturing-cards .flip-card {
  height: 250px !important;
}
.report-sidebar .manufacturing-cards .flip-card .flip-card-inner .flip-card-front img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.report-sidebar .manufacturing-cards .flip-card .flip-card-inner .flip-card-front .front-content h3 {
  font-size: 18px;
}

.purchase-options {
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  text-align: center;
  padding: 20px 0;
}
.purchase-options .purchase-heading {
  font-size: 15px;
  font-weight: 600;
  background-color: #147ac8;
  color: #fff !important;
  justify-content: center;
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
}
.purchase-options .purchase-heading .sale {
  position: absolute;
  top: -20px;
  right: -5px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ed1a2e;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  padding: 12px 5px;
}
.purchase-options .purchase-heading .sale span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.purchase-options .purchase-heading .blink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.purchase-options form label {
  width: 100%;
  font-size: 13px;
  color: var(--paragraph-color);
  text-align: left;
  padding: 10px 8px;
  margin: 1px;
  cursor: pointer;
}
.purchase-options form label input:checked ~ span {
  color: #147ac8;
}
.purchase-options form label input[type=radio] {
  width: 12px;
  margin-top: -2px;
  vertical-align: middle;
  accent-color: #0075ff;
}
.purchase-options form label span b {
  float: right;
  font-weight: 700;
}
.purchase-options form label span s {
  float: right;
  color: #B30000;
  margin: 0px 8px 0 0;
  font-weight: 700;
}
.purchase-options form .buy-now-btn {
  background: var(--button-blue-color);
  color: var(--white-color);
  padding: 6px 20px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: ease-in-out 0.2s;
  font-weight: 600;
}

.sale {
  position: absolute;
  top: -20px;
  right: -5px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ed1a2e;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  padding: 12px 5px;
}
.sale span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.blink {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.license-description {
  display: inline-block;
  margin: 5px 0 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.enquiry-btn a {
  display: inline-block;
  width: 100%;
  color: var(--paragraph-color);
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border: 1px solid transparent;
  transition: ease-in-out 0.2s;
  margin-top: 30px;
}
.enquiry-btn a:hover {
  border: 1px solid var(--main-color);
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  color: var(--main-color);
}
.enquiry-btn a img {
  width: 40px;
  height: 40px;
  margin: 0px 10px 0 0;
  padding: 2px;
}

.custm-benefits {
  padding: 15px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  margin: 20px 0 0 0;
}
.custm-benefits h5 {
  color: var(--paragraph-color);
  font-size: 14px;
  font-weight: bold;
}
.custm-benefits ul {
  padding: 0;
}
.custm-benefits ul li {
  font-size: 14px;
  padding-left: 20px;
  line-height: 18px;
  color: var(--paragraph-color);
  list-style: none;
  position: relative;
  margin: 8px 0;
}
.custm-benefits ul li::after {
  position: absolute;
  content: "";
  background: url(https://d2igyncgwko95k.cloudfront.net/webassets/image/banner-logo/check-black.webp);
  width: 12px;
  height: 20px;
  left: 0;
  top: 0;
  z-index: 99;
}

.rd-testimonial .slick-slide {
  margin: 10px;
}
.rd-testimonial .slider-card {
  background: var(--white-color);
  margin: 0 5px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.rd-testimonial .slider-card .slider-content {
  width: 100%;
  padding: 0 25px 15px 25px;
  margin: 0 0 20px 0;
}
.rd-testimonial .slider-card .slider-content p {
  font-size: 16px;
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  height: 200px;
}
.rd-testimonial .slider-card .slider-content i {
  font-size: 25px;
  font-weight: 900;
  padding: 0 0 0 30px;
}
.rd-testimonial .slider-card .slider-content .read-more-btn {
  display: block;
  text-align: end;
  color: var(--paragraph-color);
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}
.rd-testimonial .slider-card img {
  display: block;
  padding: 20px;
  height: 120px;
  width: auto !important;
  margin: 0 auto;
}

.testimonial-heading {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.get-in-touch {
  padding: 20px;
  text-align: center;
  color: var(--paragraph-color);
  padding: 20px;
  margin: 30px 0 0 0;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.get-in-touch h4 {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.get-in-touch .bg-usa {
  width: 150px;
  height: 75px;
  background-image: url(../images/rd/flag.webp);
  margin: 20px auto 0 auto;
  background-position: -10px -200px;
}
.get-in-touch .bg-india {
  width: 150px;
  height: 75px;
  background-image: url(../images/rd/flag.webp);
  margin: 20px auto 0 auto;
  background-position: -10px -10px;
}
.get-in-touch .bg-uk {
  width: 150px;
  height: 75px;
  background-image: url(../images/rd/flag.webp);
  margin: 20px auto 0 auto;
  background-position: -10px -105px;
}
.get-in-touch h5 {
  margin: 5px 0;
  font-size: 13px;
  font-weight: bold;
}
.get-in-touch p {
  text-align: center;
  font-size: 14px;
  line-height: 9px;
  margin: 8px 0;
}
.get-in-touch .rd-email {
  text-align: center;
  font-size: 14px;
  margin: 40px 0 0 0;
}

/* --------------Report End--------------- */
.career-image1 {
  background: url(https://www.imarcgroup.com/webassets/image/slider/career_img.webp) no-repeat;
  padding: 25% 0;
  background-size: cover;
}

.career-join-us {
  padding: var(--section-padding);
}
.career-join-us .heading p {
  font-size: 17px;
  margin: 0;
}
.career-join-us .heading .main-heading {
  font-size: 20px;
}
.career-join-us .main-btn {
  width: 130px;
  padding: 9px 0;
  text-align: center;
  font-weight: 400;
  float: right;
  border: 1px solid transparent;
}
.career-join-us .main-btn:hover {
  background-color: var(--white-color);
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.our-colleagues {
  padding: var(--section-padding);
  border-top: 1px solid #e5e5e5;
  /* -------------------Our Colleagues card------------------- */
}
.our-colleagues h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--blog-individual-btn);
  text-align: center;
  margin: 0 0 15px;
}
.our-colleagues .our-colleagues-card {
  border-top: 2px dashed #333;
  padding-top: 20px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}
.our-colleagues .our-colleagues-card:nth-of-type(even) .consumer-info {
  float: right;
  padding: 20px 0 10px 0;
}
.our-colleagues .our-colleagues-card:last-child {
  border-bottom: 2px dashed #333;
  padding: 20px 10px;
}
.our-colleagues .our-colleagues-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--blog-individual-btn);
  padding: 10px 0;
}
.our-colleagues .our-colleagues-card span {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: var(--black-color);
}
.our-colleagues .our-colleagues-card p {
  font-style: italic;
  text-align: justify;
  padding: 10px 0;
}
.our-colleagues .our-consumer-card p {
  font-style: normal;
}
.our-colleagues .our-consumer-card img {
  width: auto;
}

.media-houses {
  padding: var(--section-padding);
}
.media-houses .heading h1 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px 0;
  color: var(--main-heading-color);
  font-weight: bold;
}
.media-houses .media-houses-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.media-houses .bg-Logos_01 {
  width: 148px;
  height: 74px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/our-customer/css_sprites-_6_.webp") -10px -10px;
  margin: 10px;
}
.media-houses .bg-Logos_02 {
  width: 148px;
  height: 74px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/our-customer/css_sprites-_6_.webp") -10px -104px;
  margin: 10px;
}
.media-houses .bg-Logos_03 {
  width: 148px;
  height: 74px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/our-customer/css_sprites-_6_.webp") -10px -198px;
  margin: 10px;
}
.media-houses .bg-Logos_04 {
  width: 148px;
  height: 74px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/our-customer/css_sprites-_6_.webp") -10px -292px;
  margin: 10px;
}
.media-houses .bg-Logos_05 {
  width: 148px;
  height: 74px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/our-customer/css_sprites-_6_.webp") -10px -386px;
  margin: 10px;
}
.media-houses .bg-Logos_06 {
  width: 148px;
  height: 74px;
  background: url("https://d2igyncgwko95k.cloudfront.net/webassets/image/our-customer/css_sprites-_6_.webp") -10px -480px;
  margin: 10px;
}

.research-experts {
  padding: var(--section-padding);
  border-top: 1px solid #e5e5e5;
  /* -------------------Research Experts Card------------------- */
}
.research-experts .heading h2 {
  font-size: 30px;
  text-align: center;
  padding: 0 0 35px 0;
  color: var(--main-heading-color);
  font-weight: bold;
  margin: 0;
}
.research-experts .research-expert-card {
  border: 1px solid #ccc;
  padding: 30px 20px 10px 20px;
}
.research-experts .research-expert-card span {
  font-size: 18px;
  font-weight: bold;
  color: var(--black-color);
}
.research-experts .research-expert-card p {
  font-size: 16px;
  color: var(--black-color);
  margin: 15px 0;
  text-align: justify;
}
.research-experts .stay-updated-card {
  border: 1px solid #ccc;
  margin: 20px auto;
  padding: 30px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.research-experts .stay-updated-card h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--blog-individual-btn);
  text-align: center;
}
.research-experts .stay-updated-card img {
  height: 125px;
  margin: 20px auto;
  display: flex;
}
.research-experts .stay-updated-card span {
  font-size: 18px;
  font-weight: bold;
  color: var(--black-color);
  text-align: center;
  display: block;
  margin: 14px 0;
}
.research-experts .stay-updated-card p {
  font-size: 16px;
  color: var(--black-color);
  margin: 15px 0;
  text-align: justify;
}
.research-experts .stay-updated-card a {
  margin: 0 0 10px 0;
  background: #c00000;
  padding: 10px 20px;
  border: 1px solid #c00000;
  border-radius: 5px;
  text-transform: capitalize;
  color: var(--white-color);
  font-size: 14px;
  transition: ease-in-out 0.2s;
  font-weight: 500;
}
.research-experts .stay-updated-card a:hover {
  margin: 0 0 10px 0;
  background: var(--white-color);
  border: 1px solid #c00000;
  color: #c00000;
  padding: 10px 20px;
}

.media-citations {
  border-top: 1px solid #e5e5e5;
  padding: var(--section-padding);
}
.media-citations h4 {
  font-size: 26px;
  font-weight: bold;
  color: var(--blog-individual-btn);
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.media-citations-list {
  padding: 0 0 35px 0;
}
.media-citations-list .media-card {
  padding: 20px 0;
}
.media-citations-list .media-card:not(:first-child) {
  border-top: 2px dashed #333;
}
.media-citations-list .media-card:last-child {
  border-bottom: 2px dashed #333;
}
.media-citations-list .media-card h5 {
  font-size: 20px;
  font-weight: bold;
  color: var(--paragraph-color);
  margin-bottom: 20px;
  line-height: 30px;
  text-align: justify;
}
.media-citations-list .media-card p {
  text-align: justify;
}
.media-citations-list .media-card a {
  font-size: 17px;
  font-weight: bold;
  color: var(--main-color);
}
.media-citations-list .media-card span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--paragraph-color);
  margin-top: 20px;
}

.become-a-publisher {
  margin: 0 0 60px auto;
}
.become-a-publisher .contact-form {
  box-shadow: var(--box-shadow);
  border: 1px solid #ccc;
  padding: 20px;
  background: var(--white-color);
}
.become-a-publisher .contact-form label {
  color: var(--black-color);
  padding: 0 0 0 10px;
  margin: 0 0 5px 0;
}
.become-a-publisher .contact-form input {
  border: 1px solid var(--black-color);
  padding: 10px;
  border-radius: 20px;
}
.become-a-publisher .contact-form textarea {
  border: 1px solid var(--black-color);
  border-radius: 20px;
}
.become-a-publisher p {
  color: var(--blog-individual-btn);
  font-weight: bold;
  margin: 20px 0;
  font-size: 24px;
}
.become-a-publisher .captcha-title {
  color: var(--black-color);
  line-height: normal;
  margin: 10px 0 16px 0;
  font-size: 11px;
}
.become-a-publisher .captcha-reload-btn #img-captcha-reload {
  width: 20px;
}
.become-a-publisher .captcha-text {
  border: 1px solid #cecece;
  width: 100%;
}
.become-a-publisher .captcha-text span {
  font-size: 19px;
  font-weight: 500;
  height: 100%;
  display: block;
  text-align: center;
  align-content: center;
  margin: 0 auto;
  color: var(--main-heading-color);
}
.become-a-publisher #txtCaptchaCode {
  margin-top: 38px;
  height: 35px;
  border-radius: 0;
  border: 1px solid #ccc;
}
.become-a-publisher .main-btn {
  display: block;
  margin-top: 35px;
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid transparent;
}
.become-a-publisher .main-btn:hover {
  border: 1px solid var(--main-color);
  background: var(--white-color);
  color: var(--main-color);
}

.featured-customers {
  margin: 30px 0;
}
.featured-customers p {
  font-size: 24px;
}

.case-studies {
  background-color: var(--blog-individual-btn);
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.case-studies h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--white-color);
  margin: 0;
}

.blog-list {
  border-top: 1px solid #e5e5e5;
}
.blog-list .blog-card {
  padding: 20px;
  border-bottom: 2px dashed #333;
}
.blog-list .blog-card .blog-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--blog-individual-btn);
  line-height: 30px;
  text-decoration: none;
  text-align: justify;
}
.blog-list .blog-card img {
  margin-top: 7px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.blog-list .blog-card p {
  margin: 10px 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blog-list .blog-card a {
  font-size: 17px;
  font-weight: bold;
  color: var(--main-color);
}

.blog-details .blog-title {
  margin-bottom: 30px;
  padding: 20px 15px;
}
.blog-details .blog-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--blog-individual-btn);
  line-height: 1.1;
  margin-bottom: 20px;
}
.blog-details .blog-title span {
  font-size: 16px;
  font-weight: bold;
  color: var(--paragraph-color);
  margin: 10px 0;
  text-align: justify;
}
.blog-details .blog-title .blog-image {
  margin: 10px 0;
}

.blog-details-main h2 {
  margin: 30px 0 10px 0;
  color: var(--paragraph-color);
  font-size: 30px;
  font-weight: 700;
}
.blog-details-main h2 strong {
  text-align: justify;
  font-weight: 700;
}
.blog-details-main p {
  margin: 10px 0 !important;
}
.blog-details-main p a {
  color: #347ab7 !important;
}
.blog-details-main img {
  margin: 0 0 15px 0;
}
.blog-details-main table {
  width: 100%;
}
.blog-details-main table td {
  padding: 0 15px !important;
}
.blog-details-main table td p {
  margin: 10px 0 !important;
}

.blog-sidebar {
  position: sticky;
  top: 70px;
  margin: 30px 0;
}
.blog-sidebar .blog-form {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 20px;
}
.blog-sidebar .blog-form h4 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: var(--paragraph-color);
}
.blog-sidebar .blog-form .form-group {
  margin: 0 0 20px 0;
}
.blog-sidebar .blog-form textarea {
  height: 100px;
}
.blog-sidebar .blog-form .captcha-title {
  font-size: 11px;
  margin: 20px 0 0 0;
}
.blog-sidebar .blog-form .blog-form-captcha {
  align-items: flex-start;
}
.blog-sidebar .blog-form .blog-form-captcha .captcha-reload-btn {
  background-color: var(--white-color);
}
.blog-sidebar .blog-form .blog-form-captcha .captcha-reload-btn #img-captcha-reload {
  width: 20px;
}
.blog-sidebar .blog-form .blog-form-captcha .captcha-text {
  border: 1px solid #f3f3f3;
  padding: 4px 8px;
}
.blog-sidebar .blog-form .blog-form-captcha .captcha-input {
  width: 116px;
  padding: 6px 20px;
  margin: 0 !important;
  border: 1px solid #eee;
}
.blog-sidebar .blog-form .blog-form-captcha .captcha-input:focus {
  outline: none;
}
.blog-sidebar .blog-form .blog-from-btn {
  background-color: var(--blog-individual-btn);
  border: 1px solid transparent;
  color: var(--white-color);
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  margin: 15px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
}
.blog-sidebar .blog-form .blog-from-btn:hover {
  background-color: var(--white-color);
  color: var(--blog-individual-btn);
  border: 1px solid var(--blog-individual-btn);
}

.pr-details {
  padding: var(--section-padding);
}
.pr-details .pr-title {
  background: var(--white-color) none repeat scroll 0% 0%;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  margin-bottom: 30px;
  padding: 20px 15px;
}
.pr-details .pr-title h1 {
  font-size: 23px;
  font-weight: bold;
  color: var(--blog-individual-btn);
  line-height: 1.1;
}
.pr-details .pr-title span {
  font-size: 16px;
  font-weight: bold;
  color: var(--paragraph-color);
}
.pr-details .pr-title .pr-publish-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pr-details .pr-title .view-toc-btn {
  margin: 10px 0;
}
.pr-details .pr-title .view-toc-btn a {
  font-size: 14px;
  background-color: #147ac8;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.report-image {
  margin: 20px auto;
}

.Industries-list {
  padding: var(--section-padding);
}
.Industries-list h1 {
  font-size: 26px;
  font-weight: bold;
  color: var(--blog-individual-btn);
  position: relative;
  margin-bottom: 20px;
}
.Industries-list p {
  margin: 0 0 10px 0;
  text-align: justify;
}
.Industries-list ul {
  padding: 10px 0;
  border-top: 2px dashed #333;
  border-bottom: 2px dashed #333;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.Industries-list ul li {
  flex: 0 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  list-style: none;
}
.Industries-list ul li a {
  color: var(--button-blue-color);
}
.Industries-list .Industries-card {
  margin: 0 0 20px 0;
  box-shadow: var(--box-shadow);
  padding: 10px;
  overflow: hidden;
}
.Industries-list .Industries-card h5 {
  font-size: 15px;
  font-weight: bold;
  color: var(--button-blue-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid var(--button-blue-color);
  border-bottom: 2px solid var(--button-blue-color);
  padding: 5px 0;
}
.Industries-list .Industries-card h5 i {
  color: var(--button-blue-color);
  font-size: 20px;
}
.Industries-list .Industries-card img {
  width: 100%;
  height: 200px;
}
.Industries-list .Industries-card p {
  text-align: justify;
  margin: 10px 0;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.Industries-list .Industries-card .Industries-btn {
  font-size: 15px;
  font-weight: bold;
  color: var(--paragraph-color);
  float: right;
}

/* --------------IMARC’s Solutions-------------- */
.imarc-solutions h1 {
  font-weight: bold;
  color: var(--blog-individual-btn);
  position: relative;
  font-size: 26px;
}
.imarc-solutions span {
  font-weight: bold;
  color: var(--paragraph-color);
  font-size: 17px;
}
.imarc-solutions .imarc-solutions-img {
  padding: 30px 0;
  border-bottom: 2px dashed var(--paragraph-color);
  border-top: 2px dashed var(--paragraph-color);
  margin: 20px 0;
}
.imarc-solutions .research-development {
  margin: 10px 0 0 0;
}
.imarc-solutions .research-development h4 {
  background-color: #843c0c;
  color: var(--white-color);
  position: relative;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.imarc-solutions .research-development h4::before {
  position: absolute;
  content: "";
  right: -50px;
  width: 0;
  top: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 49px solid transparent;
  z-index: 9;
  border-left: 50px solid #843c0c;
}
.imarc-solutions .research-development ul {
  margin: 30px 0 0 30px;
  padding-left: 0;
}
.imarc-solutions .research-development ul li {
  padding: 10px;
  font-weight: 400;
  font-size: 17px;
  color: var(--paragraph-color);
}
.imarc-solutions .Procurement-development {
  margin: 10px 0 0 0;
}
.imarc-solutions .Procurement-development h4 {
  background-color: #1f4e79;
  color: var(--white-color);
  position: relative;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.imarc-solutions .Procurement-development h4::before {
  position: absolute;
  content: "";
  right: -50px;
  width: 0;
  top: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 49px solid transparent;
  z-index: 9;
  border-left: 50px solid #1f4e79;
}
.imarc-solutions .Procurement-development ul {
  margin: 30px 0 0 30px;
  padding-left: 0;
}
.imarc-solutions .Procurement-development ul li {
  padding: 10px;
  font-weight: 400;
  font-size: 17px;
  color: var(--paragraph-color);
}
.imarc-solutions .Production-development {
  margin: 10px 0 0 0;
}
.imarc-solutions .Production-development h4 {
  background-color: #00b050;
  color: var(--white-color);
  position: relative;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.imarc-solutions .Production-development h4::before {
  position: absolute;
  content: "";
  right: -50px;
  width: 0;
  top: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 49px solid transparent;
  z-index: 9;
  border-left: 50px solid #00b050;
}
.imarc-solutions .Production-development ul {
  margin: 30px 0 0 30px;
  padding-left: 0;
}
.imarc-solutions .Production-development ul li {
  padding: 10px;
  font-weight: 400;
  font-size: 17px;
  color: var(--paragraph-color);
}
.imarc-solutions .sales-marketing {
  margin: 10px 0 0 0;
}
.imarc-solutions .sales-marketing h4 {
  background-color: #00b0f0;
  color: var(--white-color);
  position: relative;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.imarc-solutions .sales-marketing h4::before {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  top: 0;
  height: 0;
  border-right: 50px solid var(--white-color);
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  z-index: 9;
}
.imarc-solutions .sales-marketing h4::after {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  bottom: 0;
  height: 0;
  border-right: 50px solid var(--white-color);
  border-top: 50px solid transparent;
  border-bottom: 0 solid transparent;
  z-index: 9;
}
.imarc-solutions .sales-marketing ul {
  margin: 30px 0 0 30px;
  padding-left: 0;
}
.imarc-solutions .sales-marketing ul li {
  padding: 10px;
  font-weight: 400;
  font-size: 17px;
  color: var(--paragraph-color);
}

/* --------------Industry Reports-------------- */
.industry_report {
  padding: var(--section-padding);
  border-top: var(--section-border);
}
.industry_report .heading h4 {
  color: var(--main-heading-color);
  font-size: var(--main-heading-size);
  font-weight: bold;
  text-align: left;
}
.industry_report .report-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #1f4e79;
  padding: 20px;
  margin: 20px 0;
}
.industry_report .report-filters .dropdownBox {
  position: relative;
}
.industry_report .report-filters .dropdownBox .dropdown-content {
  width: 240px;
  max-height: 240px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  z-index: 1;
}
.industry_report .report-filters .dropdownBox .input-check {
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  margin-bottom: 15px;
}
.industry_report .report-filters .dropdownBox label {
  width: 80%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #60647f;
  margin-left: 5px;
  cursor: pointer;
}
.industry_report .report-filters .dropdownBox input {
  margin-top: 5px;
}
.industry_report .report-filters .dropdownBox .dropdownBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  width: 240px;
  padding: 5px 15px;
  border: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .industry_report .report-filters .dropdownBox:not(:last-child) {
    margin-bottom: 20px;
  }
}
.industry_report .report-filter-accordion {
  margin: 20px 0;
}
.industry_report .report-filter-accordion .accordion-item {
  margin-bottom: 10px;
}
.industry_report .report-filter-accordion .accordion-item .accordion-button {
  background-color: #1f4e79;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 5px;
}
.industry_report .report-filter-accordion .accordion-item .accordion-button::after {
  background-image: url(../images/down-arrow.png);
  background-size: 20px;
}
.industry_report .report-filter-accordion .accordion-item .accordion-body {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.industry_report .report-filter-accordion .accordion-item .accordion-body .dropdown-content .input-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.industry_report .report-filter-accordion .accordion-item .accordion-body .dropdown-content .input-check input {
  margin: 5px 10px 0 0;
  cursor: pointer;
}
.industry_report .report-filter-accordion .accordion-item .accordion-body .dropdown-content .input-check label {
  cursor: pointer;
}
.industry_report .report-filter-accordion .accordion-item .accordion-body #dropdown3 {
  max-height: calc(100vh - 235px);
  overflow-y: scroll;
}
.industry_report .report_search {
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 30px;
}
.industry_report .report_search h4 {
  margin: 10px 0;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--black-color);
}
.industry_report .report_search .report-Search-btn {
  background: var(--button-blue-color);
  color: var(--white-color);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  border: 1px solid transparent;
  transition: ease-in-out 0.2s;
  font-weight: 500;
}
.industry_report .report_search .report-Search-btn:hover {
  background: var(--button-blue-color-hover);
  color: var(--button-blue-color);
  border: 1px solid var(--button-blue-color);
}
.industry_report .industry_report_list_card {
  border-bottom: 1px dashed #808080;
  padding: 15px 0;
}
.industry_report .industry_report_list_card .industry_report_list_card_title {
  color: var(--latest-report-font-color);
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.42857143;
}
.industry_report .industry_report_list_card a {
  color: var(--latest-report-font-color);
  font-size: 16px;
}
.industry_report .industry_report_list_card .report-price {
  border-left: 1px solid #ccc;
  padding: 10px;
}
.industry_report .industry_report_list_card .report-price p {
  background: #ededed;
  color: var(--black-color);
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.checkout-page {
  margin: 50px 0;
}
.checkout-page .checkout_card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.checkout-page .checkout_card .checkout_card-header {
  align-items: center;
  display: flex;
  padding: 5px 20px;
  background-color: #1f4e79;
  color: #fff;
}
.checkout-page .checkout_card .checkout_card-header .checkout_title {
  margin: 0 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
.checkout-page .checkout_card .checkout_card-body {
  padding: 20px;
}
.checkout-page .checkout_card .checkout_card-body a {
  color: #000;
  color: #428bca;
}
.checkout-page .check_out_btn {
  border: 2px solid #1f4e79;
  background-color: #1f4e79;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
  margin: 10px 0;
  float: right;
}
.checkout-page .feature-float {
  position: relative;
  display: flex;
  padding: 15px 0;
  margin: 15px 0;
}
.checkout-page .feature-float .feature-float-icon i {
  margin: 0 15px 0 0;
  font-size: 45px;
  color: #1f4e79;
}
.checkout-page .checkout-tnc a {
  color: #428bca;
}

/* --------------Checkout Detaiil-------------- */
.checkout-detail-page .heading h4 {
  font-size: 26px;
  color: var(--main-heading-color);
  font-weight: bold;
}
.checkout-detail-page form {
  margin-bottom: 20px;
}
.checkout-detail-page form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkout-detail-page form input[type=text],
.checkout-detail-page form input[type=email],
.checkout-detail-page form input[type=number],
.checkout-detail-page form textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.payment-page .payment-card {
  box-shadow: 0px 2px 15px 2px #ccc;
  padding: 20px 5px;
  border-radius: 5px;
}
.payment-page .payment_detail h3 {
  font-size: 20px;
  color: #1f4e79;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.payment-page .payment_detail p {
  margin: 3px 0;
  font-size: 15px;
}
.payment-page .payment_detail .selected-license {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 12px;
}
.payment-page .proceed_btn {
  background: #1f4e79;
  color: #fff;
}

.payment-success {
  padding: 60px 0;
}
.payment-success .payment-card-body {
  padding: 35px;
  border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  text-align: center;
}
.payment-success .payment-card-body .tick-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgb(220, 252, 231);
  border-radius: 50%;
  margin: 0 0 20px 0;
}
.payment-success .payment-card-body .tick-mark svg {
  color: #16a34a;
}
.payment-success .payment-card-body h4 {
  color: #15803d;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.payment-success .payment-card-body p {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.payment-success .payment-card-body h5 {
  color: var(--paragraph-color);
  font-size: 14px;
  margin: 0;
}
.payment-success .payment-card-body .link-text {
  display: block;
  font-size: 14px;
  color: #347ab7;
  text-decoration: underline !important;
  font-weight: 600;
  margin: 0 0 35px 0;
}
.payment-success .payment-card-body .home-btn {
  margin: 0 0 10px 0;
}
.payment-success .payment-card-body .home-btn a {
  background: #1f4e79;
  color: var(--white-color);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid transparent;
  transition: ease-in-out 0.3s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payment-success .payment-card-body .home-btn a:hover {
  background: transparent;
  color: #1f4e79;
  border: 1px solid #1f4e79;
}

.payment-failed .payment-card-body .tick-mark {
  background-color: rgb(252, 220, 220);
}
.payment-failed .payment-card-body .tick-mark svg {
  color: #cf1e1e;
}
.payment-failed .payment-card-body h4 {
  color: #cf1e1e;
}

.report-store-image1 {
  background: url(/webassets/images/services/Report_Store.webp) no-repeat;
  padding: 15% 0;
  background-size: cover;
}

.report-store {
  padding: var(--section-padding);
}
.report-store .heading h1 {
  color: #006699;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.report-store .heading h5 {
  color: var(--blog-individual-btn);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.report-store .heading h2 {
  color: var(--blog-individual-btn);
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
.report-store p {
  padding: 10px 0 0 30px;
  margin: 0 0 10px 0;
}
.report-store p strong {
  color: var(--blog-individual-btn);
  font-size: 17px;
  font-weight: 600;
}

.pricing-report-store-image1 {
  background: url(/webassets/images/services/pricing_image.webp) no-repeat;
  padding: 15% 0;
  background-size: cover;
}

.sitemap-page .heading h1 {
  font-weight: bold;
  color: var(--blog-individual-btn);
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}
.sitemap-page .sitemap-sidebar {
  border-right: 3px solid var(--main-color);
  padding: 0 2px;
}
.sitemap-page .sitemap-sidebar a {
  color: var(--main-color);
  border-bottom: 3px solid var(--main-color);
  padding: 15px;
  font-weight: 600;
  display: block;
  font-size: 16px;
}
.sitemap-page .sitemap-sidebar a:hover {
  color: #007bff;
  border-bottom: 3px solid #007bff;
}
.sitemap-page .sitemap-sidebar a.active {
  color: #007bff;
  border-bottom: 3px solid #007bff;
}
.sitemap-page .sitemap-sidebar-content {
  padding: 10px;
}
.sitemap-page .sitemap-sidebar-content .sitemap-card {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.sitemap-page .sitemap-sidebar-content .sitemap-card p {
  color: #000;
  font-size: 17px;
  margin: 0;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
}
.sitemap-page .sitemap-sidebar-content .sitemap-card a {
  text-decoration: none;
  color: #428bca;
  font-size: 17px;
  font-weight: 400;
}
.sitemap-page #sitemapForMobile {
  display: none;
}
.sitemap-page .acwTableFooter {
  border-top: none;
}

.cookie-notice {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  bottom: 0;
  width: 100%;
  background: #191919;
  color: #F6F6F6;
  font-size: 1.2rem;
  z-index: 999;
}
.cookie-notice p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.cookie-notice p a {
  color: #428bca;
}
.cookie-notice .accept-cookies {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  background: #f6f6f6;
  color: #191919;
  font-weight: 600;
  padding: 0 10px;
  margin-right: 1rem;
  margin-left: 10px !important;
  transition: 0.35s ease;
  font-size: 11px;
}
.cookie-notice .cookie_cancel_btn {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  color: #333;
  background: #fff;
  border: none;
  font-weight: bold;
  padding: 0 10px;
  transition: 0.35s ease;
  font-size: 11px;
}

.thank-you {
  padding: 50px 0;
}
.thank-you h1 {
  font-size: var(--main-heading-size);
  margin: 0 0 20px 0;
  color: var(--black-color);
  font-weight: bold;
}
.thank-you .thank-btn {
  background-color: #428bca;
  color: var(--white-color);
  padding: 10px 20px;
  border: 1px solid #428bca;
  border-radius: 5px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.thank-you .thank-btn:hover {
  background-color: #428bca;
}

.report-carousel {
  margin: 0 10px 10px 10px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}
.report-carousel img {
  display: block;
  padding: 20px;
  height: 120px;
  width: auto !important;
  margin: 0 auto;
}
.report-carousel .carousel-inner .carousel-item {
  background-color: var(--white-color);
  padding: 0 25px 15px 25px;
}
.report-carousel .slider-content {
  margin: 0 0 20px 0;
}
.report-carousel .slider-content p {
  font-size: 16px;
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  height: 200px;
}

.our-clients .carousel-inner .carousel-item.active,
.our-clients .carousel-inner .carousel-item-next,
.our-clients .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (max-width: 767px) {
  .our-clients .carousel-inner .carousel-item > div {
    display: none;
  }
  .our-clients .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
/* medium and up screens */
@media (min-width: 768px) {
  .our-clients .carousel-inner .carousel-item-end.active,
  .our-clients .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .our-clients .carousel-inner .carousel-item-start.active,
  .our-clients .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  .our-clients .carousel-inner .carousel-item-end,
  .our-clients .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */