
.graybg {background-color: #f2f2f2;}
.header-info > ul > li a {font-weight: 400; font-size: 13px;}
.counter_block {background: #3b653c;
background: -moz-linear-gradient(45deg,  #3b653c 0%, #0b6887 100%);
background: -webkit-linear-gradient(45deg,  #3b653c 0%,#0b6887 100%);
background: linear-gradient(45deg,  #3b653c 0%,#0b6887 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b653c', endColorstr='#0b6887',GradientType=1 );
}

.breadcrumb-event {position: relative;}
/* .breadcrumb-event img { position: absolute; width: 100%; z-index: -1;}
.event-prog .breadcrumb-area { background-color: transparent;} */
.becpartner h2 {
  font-family: 'Anton';
  color: #00222B;font-size: 30px;
}
.becpartner .btn { font-weight: 500;color: #00222B;}
  /* Hamburger Toggle Button */
  .sidebar-toggle {
    /* position: fixed; */
    top: 2rem;
    right: 3rem;
    font-size: 1.2rem;
    background: transparent;
    border-color: transparent;
    color: #333;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .sidebar-toggle:hover {
    color: hsl(205, 90%, 76%);
  }
  /* Sidebar Nav */
  .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px; background: #00222B;
  }
  .sidebar-header h2 {font-size: 22px; color: #fff;margin: 0 0 0 15px; }
  .close-btn {
    font-size: 1.5rem;
    background: transparent;
    border-color: transparent;
    color: hsl(205, 78%, 60%);
    transition: all 0.3s linear;
    cursor: pointer;
    color: #fff;
  }
  .close-btn:hover {
    color: hsl(360, 71%, 66%);
    transform: rotate(360deg);
  }
  
  .nav-link {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    padding: 1rem 1.5rem;
    color: hsl(210, 22%, 49%);
    transition: all 0.3s linear;
  }
  .nav-link:hover {
    background: hsl(205, 86%, 81%);
    color: hsl(205, 78%, 60%);
    padding-left: 1.75rem;
  }
  /* .social-icons {
    justify-self: center;
    display: flex;
    padding-bottom: 2rem;
  }
  .social-icons a {
    font-size: 1.5rem;
    margin: 0 0.5rem;
    color: hsl(205, 78%, 60%);
    transition: all 0.3s linear;
  }
  .social-icons a:hover {
    color: hsl(205, 86%, 17%);
  } */
  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    display: grid;
    grid-template-rows: auto 1fr auto;
    row-gap: 1rem;
    box-shadow: hsl(360, 67%, 44%);
    transition: all 0.3s linear;
    transform: translate(100%); z-index: 999999;
  }
  .show-sidebar {
    transform: translate(0);
  }
  @media screen and (min-width: 676px) {
    .sidebar {
      width: 350px;
    }
  }
  
  
  /* ============ desktop view ============ */
  @media all and (min-width: 992px) {
  
  .side-bar li{ position: relative; }
  
  .side-bar li .dropdown-menu {left: inherit;}
  
  .side-bar li .submenu{ 
      display: none;
      position: absolute;
      right:100%; top:-2px;
      min-width: 300px;border-radius: 0;    padding: 0;
  }
  
  [dir=ltl] .side-bar li .submenu{ 
      right:100%; left:auto;
  }
  
  .side-bar li:hover{ background: var(--bs-light); }
  .side-bar li:hover > .submenu{ display: block; }
  
  }	
  /* ============ desktop view .end// ============ */
  
  
  /* ============ small devices ============ */
  @media (max-width: 991px) {
  
  .side-bar .submenu, .sidebar .dropdown-menu{
      position: static!important;
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  
  }	
  /* ============ small devices .end// ============ */
  
  
  .side-bar .nav-link {
  font-weight: 600;
  color: var(--bs-dark);padding: 5px 10px;
  }
  .side-bar .nav-link:hover {
  background: var(--bs-light);
  color: var(--bs-danger);
  }
  
  .side-bar h2 {margin: 0;padding: 0;font-size: 14px; font-weight: 500; font-family: inherit;}
  .submenu h3 {font-size: 14px;
      padding: 6px 8px;
      margin: 0;
      text-transform: capitalize;}
      .submenu h3 .nav-link {padding: 0 !important; color: #4e97fd;} 
      .submenu li {border-bottom: 1px solid #f2f2f2;} 
  
      /* cookieAlert */
      .cookieAlert {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #fff;
    font-size: 12px;
    z-index: 999999;
    width: 100%;
    padding: 5px;
    display: inline-block;
    position: fixed;
    bottom: 0;
  }
  
  .cookieAlert .left {
    width: 90%;
    float: left;
    padding-top: 0;
  }
  
  .cookieAlert .right {
    width: 10%;
    float: right;
    text-align: right;
    font-weight: 700;
  }
  
  .cookieAlert .right span {
    color: #fff;
    text-align: right;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
  }
  
  .cookieAlert a {
    color: #fff;
  }


  /* homepage css */

  .select_com {
    padding: 4% 5%;
}
.market_focus {
  padding: 0px 0px;
}

.event_block {
  background-color: #00222B;
  padding: 50px 0px;
}

.in_new_block {
  background-color: #fff;
  padding: 50px 0px;
}

#revenue .items {
  padding-top: 25px;
}

.growth_report {
  padding: 0px;
  background: #00222B !important; color: #fff;
}

.growth_report h3, .growth_report h4,.growth_result_head, .growth_result, .growth_result_link {color: #fff;}



  .trending_reports {padding: 0;}
  .input-style input:focus {background-color: transparent;}
  .input-style select option { color: #00222B;}
  .input-style select {
    background-color: transparent;
    border: 1px solid #DDE3F3;
    height: 48px;
    color: #FFFFFF;
    padding: 3px 20px;
    border-radius: 5px !important;
    font-size: 12px;
    font-family: 'Manrope';
}
.market_text {position: relative; min-height: 160px;}
.read_more_market {position: absolute; bottom: 10px;}
.news_date_red,.news_date {font-size: 12px;}
.news_date_red span,.news_date span {color: #2C78FF;}
  .news_block_first {min-height: 567px;}

  .number-slider-wrapper .slides-numbers {     right: -5px;top: 14px; }

  @media (max-width: 767px) {
 
    .formgrowth {padding: 0;}
    .growth_report h3 {    font-size: 24px;}
    .growth_report h4 {    font-size: 17px;}
    .growth_report h5 {    font-size: 15px; font-weight: normal;}
    .growth_result span {    font-size: 18px;}
    .growth_result_link {font-size: 13px;margin-bottom: 23px;}
      .news-image img {    min-height: auto; } 
      .top_banner_img {         min-height: auto;     }
      .slick-arrow.slick-prev {right: 34%;top: -42px;     }
      .slick-arrow.slick-next {right: 16.5%;top: -42px;}


      .hero-slider-content-3 {width: 77%;}
      .hero-slider-content-3 h1 {        font-size: 36px;        line-height: 34px;    }
      .hero-slider-content-4 {width: 89%;        bottom: 11%;        left: 6%;        top: inherit;    }
      .hero-slider-content-4 h3 {
        font-size: 36px;
        line-height: 40px;
    }
     
        .hero-slider-content-4 h1 {          font-size: 49px;}


  }

  /* footer */
  .footer-about-2 .footer-social-icon a {
    font-size: 20px;
    margin-right: 3px;
}
.share_icon.share_icon_social {
  margin: 0 4px 4px 0;
}
.share_icon {padding: 18px;}
.search_gradient {
  font-size: 16px;
  padding-top: 4px;
}

/* slider home */
.slide1 {background-image: url(/assets/images/home/Manufacturing-5G.jpg); 
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide2 {background-image: url(/assets/images/home/Logistics-Rapid-Urbanisation.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide3 {background-image: url(/assets/images/home/Healthcare-Covid19.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide4 {background-image: url(/assets/images/home/Energy-&-Power-Sustainability.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide5 {background-image: url(/assets/images/home/Automotive&-Transportation-Oil-Crisis_V4.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
  @media (max-width: 767px) {
      .slide1 {background-image: url(/assets/images/home/mob-Manufacturing-5G-min.jpg); }
    .slide2 {background-image: url(/assets/images/home/mob-Logistics-Rapid-Urbanisation-min.jpg);}
    .slide3 {background-image: url(/assets/images/home/mob-Healthcare-Covid19-min.jpg);}
    .slide4 {background-image: url(/assets/images/home/mob-Energy-&-Power-Sustainability-min.jpg);}
    .slide5 {background-image: url(/assets/images/home/mob-Automotive&-Transportation-Oil-Crisis-min.jpg);}
  }

  .main-menu > nav > ul > li ul.mega-menu li a.menu-title {
    font-size: 16px; }
/* INDUSTRIES ENERGY & POWER */
.tstml { display: block;padding: 20px;}
.name_ {color: #333;font-size: 29px;  font-family: "Anton"; font-weight: normal;}
.designation_  {font-weight: 400; font-size: 13px; display: block; }
.dtl {font-weight: 400; font-size: 13px; }
.company {display: block;border-top: 1px solid rgba(0, 0, 0, 0.144);padding: 6px 0 0 0; margin: 6px 0 0 0;font-size: 16px; }
.img_right_block { max-width: 100%;}
.delivery p {    font-size: 18px !important;  color: #333;}
.delivery {
  border: 1px solid rgba(0, 0, 0, 0.37);
  position: relative;
  padding: 20px;
  margin: 30px 10px;
  quotes: '"' '"' "'" "'";
}

.trend_subhead {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}


.top-quote {
  position: absolute;
  left: -4px;
  top: -22px;
  padding: 5px;
  background: #799c50;
  color: rgba(0, 0, 0, 0.363);
  font-size: 33px;
}
.bot-quote {
  position: absolute;
  right: -4px;
  bottom: -22px;
  padding: 5px;
  background: #2ba19f;
  color: rgba(0, 0, 0, 0.363);
  font-size: 33px;
}
/* com css */
c-blue {    color: #2C78FF;}

/* Industries.asp */

.market_row .market_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;line-height: 1.5;
}



.market_text h4 {font-weight: 600;
  font-family: 'Manrope';
  font-size: 16px;}

.req_pop_block input {background-color: none !important;border: 1px solid #DDE3F3;}
.header-area {    border-bottom: 1px solid #D6D6D6;}
/* iso */
.c-red {  color: #e7243a;}
.arrow-btn-white {
  background: url(/images/arrow-thin-right.png) no-repeat;
  width: 24px;
  height: 16px;
  display: inline-block;
  background-size: 12px !important;
  background-position: 3px 7px !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.leadershipBg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  margin: 0 0 30px 0;
  position: relative;
  z-index: -1px;
  width: 100%;
  min-height: 240px;}
            @media (max-width: 767px) {
                .leadershipBg {
                    height: 310px;
                    background-position: -427px 0;
                }
            }

.main-menu > nav > ul > li ul.mega-menu li a .menu-title {
  font-weight: 400;
  display: block;
  font-family: 'Anton';
  color: #fff;
  text-transform: uppercase;font-size: 16px;
          }

/* Industry/aerospace_and_defence */
.ict_block {  padding-top: 50px;}
.ict_breadcrumb_head {  margin-top: 10px;}
.breadcrumb_list {margin-bottom: 12px;}
.ict_img_block {  margin-top: 25px;}


figure.effect-ravi h2, figure.effect-ravi p {color: #fff;}

 
.patner-point li{ font-size: 17px; padding: 0 0 10px 0;}
.patner-point i {margin: 0 10px 0 0;}
.h1home { font-family: inherit; font-size: 23px; color: #fff;font-weight: 500;}

.blog-row .market_text p {
  padding-right: 15px;
}

.c-gray-l {color: #999999;}
