@font-face {
  font-family: 'Merriweather-Bold';
  src: url(../font/Merriweather-Bold.ttf);
}

@font-face {
  font-family: 'Proxima-Nova';
  src: url(../font/Proxima-Nova.otf);
}

@font-face {
  font-family: 'LabGrotesque-Regular';
  src: url(../font/LabGrotesque-Regular.ttf);
}

@font-face {
  font-family: 'LabGrotesque-Black';
  src: url(../font/LabGrotesque-Black.ttf);
}

body {
  overflow-x: hidden;
  /*font-family: 'Proxima-Nova';*/
  font-family: 'LabGrotesque-Regular';
  line-height: 1.5;
  font-size: 16px;

}
.font-merriw{
  /*font-family: 'LabGrotesque-Black';*/
}

.font-12{
  font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.font-15{
  font-size: 15px;
}
.font-16{
  font-size: 16px !important;
}
.font-18{
  font-size: 18px;
}
.font-20{
  font-size: 20px;
}
.font-25{
  font-size: 25px;
}
.font-30{
  font-size: 30px;
}
.font-35{
  font-size: 35px;
}
.font-40{
  font-size: 40px;
}
.font-50{
  font-size: 50px;
}
.font-60{
  font-size: 60px;
}
.font-120{
  font-size: 120px;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

a {
  color: #E84040;
}

a:hover {
  color: #E84040;
  text-decoration: none;
}

::-moz-selection {
  background: #E84040;
  text-shadow: none;
}

::selection {
  background: #E84040;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
.bg-white{
  background-color: #FFF;
}

.bg-red{
  background-color: #E84040;
}
.bg-lred{
  background-color: #E8404050;
}
.bg-green{
  background: green;
}
.bg-yellow{
  background: yellow;
}
.bg-orange{
  background: orange;
}
.bg-lgblack{
  background: #161B20;
}
.bg-lblack{
background: #606060;
}
.clr-lgblack{
  color: #161B20 !important;
}
.clr-red {
  color: #E84040;
}
.clr-black{
  color: #000;
}
.clr-lblack{
  color: #606060;
}
.clr-grey{
  color: #F4F4F4
}
.clr-lggrey{
  color: #161B20;
  opacity: .5;
}
.bg-grey{
  background: #F4F4F4;
}

.clr-white{
  color: #FFF;
}

#mainNav1 {
  position: static;
  background-color: transparent;
  padding: .6rem 1rem;
}

#mainNav1 .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #E84040;
}


#mainNav1 .navbar-brand {
  color: #FFF;  
  font-weight:bold;
}


#mainNav1 .navbar-brand.active, #mainNav1 .navbar-brand:active, #mainNav1 .navbar-brand:focus, #mainNav1 .navbar-brand:hover {
  color: #000;
}
#mainNav1 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 0px;
  padding-bottom: 0px;
  color: #161B20;
  text-transform: uppercase;
}
#mainNav1 .navbar-nav .nav-item .nav-link.active{
  font-weight: 900;
  position: relative;
}
#mainNav1 .navbar-nav .nav-item .nav-link.active:before{
 content : "";
 position: absolute;
 left    : 0;
 bottom  : 0;
 height  : 2px;
 width   : 20px;
 border-bottom:2px solid #E84040;
}
#mainNav1 .navbar-nav .nav-item .nav-link.active, #mainNav1 .navbar-nav .nav-item .nav-link:hover {
  color: #E84040;
}

@media (min-width: 992px) {

  #mainNav1 {
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    z-index: 9999;
    /*background-color: transparent;*/
  }
  #mainNav1 .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav1 .navbar-nav .nav-item .nav-link {
    margin: 1em !important;
  }
  #mainNav1.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav1.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  .section-right{
    text-align: right !important;
  }
}

.logo{
  width: 140px;
}
.logo-footer{
  width: 200px;
}
section.home-banner {
  background-color: #161B20;
  background-image: url("../img/home-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 97vh;
  z-index: -1;
}

.subscribe-banner {
  background-color: #161B20;
  background-image: url("../img/subscribe.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  height: 300px;
}

.banner-heading{
  color: #FFF;
}
.banner-text{
  position: absolute;
  top: 45%;
  right: 0px;
  text-align: center;
  color: #FFF !important;
}

.searchform .form-control{
  height: 56px;
  border-radius: 0;
  padding: .375rem 1.75rem;
}
.searchform .input-group-text{
  border-radius: 0;
  color: #FFF;
  background: #E84040;
  border-color: #E84040;
  padding: .375rem 2.5rem;
  font-weight: bold;
}
.btn-red{
  background: #E84040;
  color: #FFF;
  font-weight: bold;
  border-radius: 0;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 10px #E8404040;
  -moz-box-shadow: 0px 0px 10px #E8404040;
  box-shadow: 0px 0px 10px #E8404040;
}
.btn-red:hover {
  color: #FFF;
}
.btn-podcast{
  background: #0B9887;
  color: #FFF;
  font-weight: bold;
  border-radius: 0;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 10px #0B988740;
  -moz-box-shadow: 0px 0px 10px #0B988740;
  box-shadow: 0px 0px 10px #0B988740;
}
.btn-podcast:hover {
  color: #FFF;
}
.btn-interview{
  background: #718FDE;
  color: #FFF;
  font-weight: bold;
  border-radius: 0;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 10px #718FDE40;
  -moz-box-shadow: 0px 0px 10px #718FDE40;
  box-shadow: 0px 0px 10px #718FDE40;
}
.btn-interview:hover {
  color: #FFF;
}
.btn-sup-info{
  background: #F2B200;
  color: #FFF;
  font-weight: bold;
  border-radius: 0;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 10px #F2B20040;
  -moz-box-shadow: 0px 0px 10px #F2B20040;
  box-shadow: 0px 0px 10px #F2B20040;
}
.btn-sup-info:hover {
  color: #FFF;
}

.section-heading{
  font-size: 32px;
  max-width: 100px;
  padding-bottom: 10px;
  border-bottom: 2px solid  #E84040;
}
footer {
  background-color: #161B20;
  color: #FFF;
  font-size: 14px;
}
.footer-title{
  font-size: 40px;
}
.footer-links a{
  color: #FFF;
  font-size: 16px;
  border-bottom: 1px solid #E84040;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer-links .last{
  border-bottom-color: transparent !important;
}
.clr-podcast{
  color: #0B9887;
}
.bg-podcast{
  background: #0B9887;
}
.bg-infographics{
  background: #949CA4;
}
.h-infog{
  height: 73px;
  width: 100%;
}
.info-thumb{
  height: 130px;
  width: 100%;
}
.info-thumb1{
  height: 300px;
  width: 100%;
}
.bg-report{
  background: #F0C05A;
}
.clr-interview{
  color: #718FDE;
}
.bg-interview{
  background: #718FDE;
}
.interview-play{
  position: absolute;
  top: 20%;
  left: 38%;
}
.report-info{
  border: 3px solid #E8404050;
}
.relared-content-box{
  min-height: 500px;
  border: 2px solid #E8404020;
  border-top: unset;
}
.relared-content-box:hover{
  background: #F4F4F4;
  border: 2px solid #E8404070;
  border-top: unset;
}
.carousel-indicators{
  bottom: -60px;
}
.carousel-control-next, .carousel-control-prev{
  bottom: -55px;
  top: unset;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 32px;
  width: 32px;
  outline: #E84040;
  background-size: 100%, 100%;
  border: 2px solid #E84040;
  background-image: none;
}

.carousel-control-prev {
  left: 65px;
}
.carousel-control-next {
  right: 65px;
}
.carousel-control-next-icon:after
{
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 20px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  color: red;
}


.carousel-indicators .active{
  background-color: #161B20;
  opacity: 1;
}
.carousel-indicators li{
  background-color: #161B20;
  opacity: .2;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
}
.top-tag {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 30px;
  font-size: 14px;
}

.top-tag-sm {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 100px;
  font-size: 14px;
}
.top-tag-sm:before {
  content: '';
  position: absolute;
  left: 85%;
  width: 33%;
  height: 60%;
  background-color: #FFF;
  top: 0px;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  transform: rotate(70deg);
}
.top-tag-case {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 30px;
  font-size: 14px;
}
.top-tag-case:before {
  content: '';
  position: absolute;
  left: 92%;
  width: 17%;
  height: 60%;
  background-color: #161B20;
  top: 0px;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  transform: rotate(70deg);
}
.progress{
  height: 5px;
}
.progress-bar{
  background-color:#0B9887 ;
}
.data-type-box1{
  background: #FFF;
  padding: 30px;
  min-height: 230px;
}
.data-type-box{
  background: #FFF;
  padding: 30px;
  min-height: 350px;
}
.data-type-box:hover{
  background: #F4F4F4;
}
.nav-tabs{
  border-bottom-color: transparent; !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: transparent;
  border-bottom-color: #F4F4F4;
}
.category-tab .nav-item{
  width: 47%;
}

.category-tab .nav-item a{
  display: block;
  border-bottom: 2px solid #F4F4F4;
  text-align: center;
  color: #161B20;
  font-size: 22px;
  font-weight: bold;
  font-family: LabGrotesque-Black;
}

.category-tab .nav-item a.active{
  border-bottom: 2px solid #E84040;
  text-align: center;
  color: #E84040;
}

.sub-category-list{
  margin-left: -200px;
  white-space: nowrap;
  min-width: 100%;
  overflow-x: auto;
  display: flex;
}
.subcat-box{
  background: #FFF;
  padding: 20px;
  min-height: 200px;
  width: 240px;
  -webkit-box-shadow: 0px 0px 10px #E8404040;
  -moz-box-shadow: 0px 0px 10px #E8404040;
  box-shadow: 0px 0px 10px #E8404040;
  border: 1px solid #E8404020;
  white-space: normal;
}

.subcat-group {
  display: flex;
  flex-direction: column;
}
.subcat-box:hover{
  background: #F4F4F4;
  border: 1px solid #E8404070;
}

.services-tab .nav-item{
  width: 32.36%;
}

.services-tab .nav-item a{
  display: block;
  border: 1px solid #E8404020;
  text-align: center;
  color: #161B20;
  font-size: 18px;
  font-weight: bold;
  font-family: LabGrotesque-Black;
  border-radius: 0;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 10px #E8404040;
  -moz-box-shadow: 0px 0px 10px #E8404040;
  box-shadow: 0px 0px 10px #E8404040;
}

.services-tab .nav-item a.active{
  border: 1px solid #E84040;
  text-align: center;
  color: #161B20;
  background: #F4F4F4;
  position: relative;
}

.service-link-top.active:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #F4F4F4  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -10px;
  left: 47%;
}

.service-link-top.active:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #E84040 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -11px;
  left: 47%;
}
.service-link-bottom.active:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #F4F4F4  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  top: -10px;
  left: 47%;
}
.service-link-bottom.active:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 11px 11px;
  border-color: #E84040 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  top: -11px;
  left: 47%;
}
.service-area{
  -webkit-box-shadow: 0px 0px 10px #E8404040;
  -moz-box-shadow: 0px 0px 10px #E8404040;
  box-shadow: 0px 0px 10px #E8404040;
  background: #F4F4F4;
  padding: 25px;
  border-radius: 0;
  border: 1px solid #E8404040;
}
.service-points{
  list-style: none;
}

.casestudy-box{
  -webkit-box-shadow: 0px 0px 14px #E8404020;
  -moz-box-shadow: 0px 0px 14px #E8404020;
  box-shadow: 0px 0px 14px #E8404020;
  min-height: 365px;
  border-top: unset;
  background: #FFF;
}
.casestudy-box:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  background: #F4F4F4;
  border-top: unset;
}

.casestudy-box-side{
  -webkit-box-shadow: 0px 0px 14px #E8404020;
  -moz-box-shadow: 0px 0px 14px #E8404020;
  box-shadow: 0px 0px 14px #E8404020;
  background: #FFF;
  margin-bottom: 37px;
}
.casestudy-box-side:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  background: #F4F4F4;
}


.client-list {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}
.interview-list{
  white-space: nowrap;
  width: 100%;
  overflow-x: auto; 
}
.interview-slide{
  display: inline-block;
  width: 70%;
  margin-right: 20px;
}
.client-group {
  display: inline-block;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.scrollcustom::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 5px;
}
.scrollcustom::-webkit-scrollbar-track {
  background: #F4F4F4;
}

.scrollcustom::-webkit-scrollbar-thumb {
  background-color: #E84040;
  border-right: none;
  border-left: none;
}

.scrollcustom::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 10px; 
}

.scrollcustom::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 10px;
}
.contact-home label{
  font-size: 14px;
}
.contact-home .form-control{
  border-radius: 0;
  border-color: transparent;
  background: #F4F4F4;
}
.contact-home .form-control:focus{
  box-shadow: 0 0 0 0.2rem rgb(230 66 46 / 24%);
}

.contact-home select.country-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.category-drop-list select.category-drop {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.category-drop.form-control{
  background: #F4F4F4;
  border-color: transparent;
  border-radius: 0;
  height: 50px !important;
}
.category-drop-list select + i.fa {
  pointer-events: none;
  background-color: transparent;
  font-size: 25px;
  color: #E84040;
  position: absolute;
  right: 70px;
  top: 12px;
}

#sidebar{
  position: fixed;
  top: 0;
  right: 0;
  background: #F4F4F4;
  width: 38%;
  z-index: 2;
  overflow-y: auto;
  max-height: 100vh;
}
#sidebar::-webkit-scrollbar {
  display: none;
}
.close-btn{
  margin-top: 4%;
  margin-right: 20%;
  font-size: 40px;
}
.side-links{
  margin-left: 12%;
  /*border-bottom: 2px solid #161B20;*/
  margin-right: 20%;
}
.side-link{
  color: #161B20;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.side-sub-section{
  margin-left: 12%;
  margin-right: 20%;
}
.side-sub-section .carousel-control-next-icon:after,.side-sub-section .carousel-control-prev-icon:after{
  padding: 10px;
  font-size: 18px;
}
.side-sub-section .carousel-control-prev-icon, .side-sub-section .carousel-control-next-icon{
  height: 28px;
}
.side-sub-section .carousel-control-next{
  right: 10px;
}
.side-sub-section .carousel-control-prev{
  left:10px;
}
.tag-btn{
  background: #F4F4F4;
  border: 1px solid #161B20;
  box-sizing: border-box;
  color: #161B20;
  border-radius: 0;
  padding: 12px 15px;
  margin-right: 12px;
  margin-bottom: 7px;
}
.tag-btn.active, .tag-btn:hover{
  background: #E84040;
  border: 1px solid #E84040;
  color: #FFF;
}
.report-box{
  min-height: 300px;
  border-top: unset;
  background: #F4F4F4;
  border: 1px solid transparent;
  border-top: none;
}
.report-box:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  border: 1px solid #E8404040;
  background: #F4F4F4;
  border-top: unset;
}
.long-box{
  min-height: 300px;
  border-top: unset;
  background: #F4F4F4;
  border: 1px solid transparent;
  border-top: none;
  white-space: normal;
  position: relative;
}
.long-box:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  border: 1px solid #E8404040;
  background: #F4F4F4;
  border-top: unset;
}
.expert-box{
  border-top: unset;
  background: #F4F4F4;
  border: 1px solid transparent;
  border-top: none;
}
.load-hr{
  border-color: #E84040;
  margin-top: -20px;
}
.btn-white{
  color: #161B20;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(22, 27, 32, 0.2);
  font-weight: bold;
  border-radius: 0;
  padding: 12px 20px;
}
@media (max-width: 767px){
  #sidebar{
    width: 100%;
  }
  .sub-category-list{
    margin-left: unset !important;
  }
  .mobile-hide{
    display: none;
  }
  .services-tab .nav-item{
    width: 29.5%;
  }
  .section-heading{
    font-size: 30px;
  }
  .subs-head{
    font-size: 20px;
  }
  .footer-title{
    font-size: 30px;
  }
  .case-pad{
    padding-left: 30px !important;
  }
  .services-tab .nav-item a{
    font-size: 14px;
  }
  .interview-list .interview-play{
    top: 13% !important;
  }
  .interview-play{
    top: 30% !important;
  }
  .interview-play img{
    width: 60%;
  }
  .banner-heading{
    font-size: 32px;
  }
  .banner-text{
    top: 20% !important;
    z-index: 1;
  }
  #navbarResponsive{
    z-index: 2;
  }
  .h2, h2 {
    font-size: 28px !important;
  }
  .footer-links .sec-last{
    border-bottom-color: #E84040 !important;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .podcast-slide{
    width: 85% !important;
  }
}


.multi-item-carousel {
  overflow: hidden;
}

.slide-podcast-nav.carousel-control-next,.slide-podcast-nav.carousel-control-prev{
  bottom: 0px;
  top: 0;
  opacity: 1;
}

.slide-podcast-nav.carousel-control-prev{
  left: 100px;
}
.multi-item-carousel .carousel-inner {
  width: 310%;
  left: -80%;
}

.item-list {
  float: left;
  width: 25%;
  background-size: cover;
  min-height: 320px;
  margin-right: 20px;
}
.item-list .thumb{
  width: -webkit-fill-available !important;
}
.f-podcast-box{
  background: #FFF;
  min-height: 253px;
}
.scroll-text{
  text-decoration: underline;
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
.content-type-btn{
  display: block;
  border: 1px solid transparent;
  text-align: center;
  color: #161B20;
  font-size: 18px;
  font-weight: bold;
  font-family: LabGrotesque-Black;
  border-radius: 0;
  padding: 25px 10px;
  background: #F4F4F4;
  height: 90px;
}

.content-type-btn.active{
  border: 1px solid #E84040;
  text-align: center;
  color: #161B20;
  background: #F4F4F4;
  position: relative;
}

.content-type-btn.active:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #F4F4F4  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -10px;
  left: 47%;
}

.content-type-btn.active:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #E84040 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -11px;
  left: 47%;
}
.content-type-btn img{
  width: 35px;
}

.podcast-list{
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;  
}
.podcast-slide{
  display: inline-block;
  width: 32%;
  margin-right: 15px;
}

.pod-slide-box{
  min-height: 450px;
  border-top: unset;
  background: #F4F4F4;
  border: 1px solid transparent;
  border-top: none;
  white-space: normal;
  position: relative;
}
.pod-slide-box:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  border: 1px solid #E8404040;
  background: #F4F4F4;
  border-top: unset;
}

.info-box{
  background: #F4F4F4;
  margin-bottom: 37px;
  border: 1px solid transparent;
}
.info-box:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  border: 1px solid #E8404040;
  background: #F4F4F4;
}

.info-box1{
  background: #F4F4F4;
  margin-bottom: 37px;
  border: 1px solid transparent;
  max-height: 150px;
}
.info-box1:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  border: 1px solid #E8404040;
  background: #F4F4F4;
}
.info-box1 img{
  width: 100%;
  height: 148px;
}

.searchgrey .form-control{
  height: 56px;
  border-radius: 0;
  padding: .375rem 1.75rem;
  background: #F4F4F4;
  border: transparent;
}
.searchgrey .input-group-text{
  border-radius: 0;
  color: #FFF;
  background: #E84040;
  border-color: #E84040;
  padding: .375rem 2.5rem;
  font-weight: bold;
}

contact-home select.country-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.contact-home select + i.fa {
  pointer-events: none;
  background-color: transparent;
  font-size: 20px;
  /* color: #E84040; */
  position: absolute;
  right: 30px;
  top: 40px;
}


.filter-drops-list select.filter-drops {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.filter-drops.form-control{
  background: #F4F4F4;
  border-color: transparent;
  border-radius: 0;
  height: 50px !important;
}
.filter-drops-list select + i.fa {
  pointer-events: none;
  background-color: transparent;
  font-size: 25px;
  color: #E84040;
  position: absolute;
  right: 30px;
  top: 12px;
}
.supplier-list-box{
  background: #F4F4F4;
  padding: 30px 25px;
}
.relat-data-red{
  position: relative;
  min-height: 100px;
}
.relat-data-red-count{
  background: #161B20;
  border-radius: 50%;
  color: #FFF;
  font-size: 10px;
  height: 23px;
  width: 23px;
  padding: 4px;
  position: absolute;
  top: -8px;
  right: 25px;
  font-weight: bold;
}
.article-content p{
  font-size: 18px !important;
}
.article-content img{
  max-width: 100%;
  height: auto;
}
.article-points {
  list-style: none;
}

.article-points li{
  font-size: 18px;
}
.article-points li::before{
  content: "\2022";
  color: red; 
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -40px;
  font-size: 30px; 
}
.author-box{
  background: #F4F4F4;
}
.author-contents img{
  width: 20px;
}
.comment-box img{
  border-radius: 50%;
}
.child-comment-list{
  margin-left: 10%;
}
.login-box{
  -webkit-box-shadow: 0px 0px 6px #161B2020;
  -moz-box-shadow: 0px 0px 6px #161B2020;
  box-shadow: 0px 0px 6px #161B2020;
}
.step-cat-box{
  box-shadow: 0px 0px 8px #E8404033;
}
.trend-box{
  box-shadow: 0px 0px 12px #E8404033;
}
.user-img{
  height: 30px;
  width: 32px;
}
.profile-option{
  left: unset;
  right: -51px !important;
  box-shadow: 0px 0px 8px #E8404030;
  border: none;
  border-radius: 0;
}
.dropdown-header{
  color: #E84040;
  padding: .3rem 1.5rem;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #E84040;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #E84040;
  color: #FFF;
}
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e84040b8;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
}

#scrolltop:hover {
  background: #E84040;
}
.loader{
  position: fixed;
  top: 0;
  z-index: 1;
  background: #00000030;
  width: 100%;
  height: 100%;
}
.labal-tag{
  color: #FFF;
  font-size: 10px;
  padding: 5px 20px;
  font-family: 'LabGrotesque-Black'; 
}
.step-author{
  height: 90px;
}
.groupbtn{
  margin-top: -30px;
}
.topiclist{
  box-shadow: 1px 2px 12px #a0a0a09c;
  border-radius: 40px;
}
.btn-topics{
  color: #000;
  font-size: 18px;
  padding: 14px 30px;
  background: #FFF;
}
.btn-topics:hover{
  color: #FFF;
  background: #E84040;
}
.btn-topics.active{
  color: #FFF;
  background: #E84040;
}

.topiclist .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
  border-right: 1px solid #d4d4d4;
  margin-right: 1px;
}
.topiclist.btn-group>.btn:first-child{
  border-top-left-radius: 40px;    
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius:40px;
}
.topiclist.btn-group>.btn:last-child{
  border-top-left-radius: 0px;    
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius:0px;
}

.topic-heading {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  background-color: #E84040;
  color: #FFF;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg-gry .topic-heading:before {
  background-color: #f3f3f3;
}
.topic-heading:before { 
  content: '';
  position: absolute;
  left: 80%;
  width: 40%;
  height: 60%;
  background-color: #FFF;
  top: 10px;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  transform: rotate(120deg);
}
.topic-box {
  box-shadow: 0px 0px 10px #0000001a;
  border: none;
  border-radius: 6px;
  background: #FFF;
}
.case-hgt{
  height: 100px;
}
.event-side-box{
  min-height: 150px;
  border-top: unset;
  border: 1px solid transparent;
  border-top: none;
  white-space: normal;
  width: 450px;
}
.event-side-box:hover{
  -webkit-box-shadow: 0px 0px 6px #E8404070;
  -moz-box-shadow: 0px 0px 6px #E8404070;
  box-shadow: 0px 0px 6px #E8404070;
  border: 1px solid #E8404040;
  border-top: unset;
}
.top-tag-case-sm {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 100px;
  font-size: 14px;
}
.top-tag-case-sm:before {
  content: '';
  position: absolute;
  left: 85%;
  width: 33%;
  height: 60%;
  background-color: #161B20;
  top: -3px;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  transform: rotate(70deg);
}
.mh-110{
  min-height: 110px;
}
.event-img{
 height: 100%;
}
.content-type-btn2{
  display: block;
  border: 2px solid transparent;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  font-family: LabGrotesque-Black;
  border-radius: 0;
  padding: 15px 10px;
  height: 90px;
}

.bg-report.content-type-btn2.active,.bg-report.content-type-btn2:hover{
  border: 2px solid #C09334;
  text-align: center;
  color: #FFF;
  position: relative;
}

.bg-report.content-type-btn2.active:after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #F0C05A  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -8px;
  left: 47%;
}

.bg-report.content-type-btn2.active:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #C09334 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -11px;
  left: 47%;
}

.bg-podcast.content-type-btn2.active,.bg-podcast.content-type-btn2:hover{
  border: 2px solid #30655a;
  text-align: center;
  color: #FFF;
  position: relative;
}

.bg-podcast.content-type-btn2.active:after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #0B9887  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -8px;
  left: 47%;
}

.bg-podcast.content-type-btn2.active:before{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #30655a transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -11px;
  left: 47%;
}

.bg-interview.content-type-btn2.active,.bg-interview.content-type-btn2:hover{
  border: 2px solid #5b6b96;
  text-align: center;
  color: #FFF;
  position: relative;
}

.bg-interview.content-type-btn2.active:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #718FDE  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -8px;
  left: 47%;
}

.bg-interview.content-type-btn2.active:before{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #5b6b96 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -11px;
  left: 47%;
}
.bg-infographics.content-type-btn2.active,.bg-infographics.content-type-btn2:hover{
  border: 2px solid #696e73;
  text-align: center;
  color: #FFF;
  position: relative;
}

.bg-infographics.content-type-btn2.active:after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #949CA4  transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -8px;
  left: 47%;
}

.bg-infographics.content-type-btn2.active:before{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #696e73 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -11px;
  left: 47%;
}
.content-type-btn2 img{
  width: 25px;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.92);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}
.g-podcast-box{
  background: #F4F4F4;
}
.related-data.nav-tabs{
  border-bottom:unset;
}
.related-insights-btn{
  display: block;
  color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #E8404025;
  width: 340px;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 20px;
  padding: 10px 20px;
}
.related-insights-btn:hover,.related-insights-btn.active {
  border-left: 15px solid #E84040;
  padding-left: 15px;
  color: #E84040;
  box-shadow: 0px 0px 8px #E840404a;
}
.trend-view{
  border:1px solid #E84040;
  border-radius: 5px;
  padding: 7px 20px;
  color: #ffffffc4;
  font-weight: bold;
  font-size: 14px;
  background: #E84040;
}
.trend-view:hover{
  border:1px solid #E84040;
  color: #FFF;
  background: #E84040;
  font-size: 14px;
}