@font-face {
    font-family: 'GeneralSans-Variable';
    src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
         url('../fonts/GeneralSans-Variable.woff') format('woff'),
         url('../fonts/GeneralSans-Variable.ttf') format('truetype');
         font-weight: 200 700;
         font-display: swap;
         font-style: normal;
  }


  /**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 700.0;
  *
  * available axes:

  * 'wght' (range from 200.0 to 700.0)

  */

  @font-face {
    font-family: 'GeneralSans-VariableItalic';
    src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2'),
         url('../fonts/GeneralSans-VariableItalic.woff') format('woff'),
         url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
         font-weight: 200 700;
         font-display: swap;
         font-style: italic;
  }


  @font-face {
    font-family: 'GeneralSans-Extralight';
    src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'),
         url('../fonts/GeneralSans-Extralight.woff') format('woff'),
         url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
         font-weight: 200;
         font-display: swap;
         font-style: normal;
  }


  @font-face {
    font-family: 'GeneralSans-ExtralightItalic';
    src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'),
         url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'),
         url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
         font-weight: 200;
         font-display: swap;
         font-style: italic;
  }


  @font-face {
    font-family: 'GeneralSans-Light';
    src: url('../fonts/GeneralSans-Light.woff2') format('woff2'),
         url('../fonts/GeneralSans-Light.woff') format('woff'),
         url('../fonts/GeneralSans-Light.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }


  @font-face {
    font-family: 'GeneralSans-LightItalic';
    src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'),
         url('../fonts/GeneralSans-LightItalic.woff') format('woff'),
         url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: italic;
  }


  @font-face {
    font-family: 'GeneralSans-Regular';
    src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
         url('../fonts/GeneralSans-Regular.woff') format('woff'),
         url('../fonts/GeneralSans-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }


  @font-face {
    font-family: 'GeneralSans-Italic';
    src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'),
         url('../fonts/GeneralSans-Italic.woff') format('woff'),
         url('../fonts/GeneralSans-Italic.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: italic;
  }


  @font-face {
    font-family: 'GeneralSans-Medium';
    src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
         url('../fonts/GeneralSans-Medium.woff') format('woff'),
         url('../fonts/GeneralSans-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }


  @font-face {
    font-family: 'GeneralSans-MediumItalic';
    src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
         url('../fonts/GeneralSans-MediumItalic.woff') format('woff'),
         url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: italic;
  }


  @font-face {
    font-family: 'GeneralSans-Semibold';
    src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
         url('../fonts/GeneralSans-Semibold.woff') format('woff'),
         url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
         font-weight: 600;
         font-display: swap;
         font-style: normal;
  }


  @font-face {
    font-family: 'GeneralSans-SemiboldItalic';
    src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
         url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
         url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
         font-weight: 600;
         font-display: swap;
         font-style: italic;
  }


  @font-face {
    font-family: 'GeneralSans-Bold';
    src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
         url('../fonts/GeneralSans-Bold.woff') format('woff'),
         url('../fonts/GeneralSans-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }


  @font-face {
    font-family: 'GeneralSans-BoldItalic';
    src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
         url('../fonts/GeneralSans-BoldItalic.woff') format('woff'),
         url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: italic;
  }



  *{
      padding: 0;
      margin: 0;
  }

  body {
      padding: 95.09px 0 0;
      margin: 0;
  }
  a {
      text-decoration: none;
      transition: 0.3s;
  }
  button {
      transition: 0.3s;
  }

  h1, h2, h3, h4, h5, h6 {
      font-weight: 500;
      color: #0B1354;
      font-family: 'GeneralSans-Medium';
  }
  p {
      font-family: 'GeneralSans-Medium';
      font-weight: 500;
      color: #7983A9;
      margin: 0;
  }
  .form-control {
      height: 40px;
      border-radius: 5px;
      line-height: 28px;
  }
  button:focus, .form-select, .form-control {
      outline: none !important;
      box-shadow: none !important;
  }
  textarea.form-control {
      min-height: 150px;
      border-radius: 10px;
  }
  img {
      width: 100%;
      transition: 0.3s;
  }
  span {
      font-family: 'GeneralSans-Medium';
  }
  .site_border_btn {
      background: #E5F1FF;
      color: #0B1354;
      padding: 11px 20px;
      border-radius: 50px;
      border: 1px solid #7983A9;
      min-height: 46px;
      box-shadow: 0 0 10px #0000000D;
      display: inline-flex;
      justify-content: center;
      column-gap: 6px;
      min-width: 147px;
      line-height: 21.6px;
      font-size: 16px;
      font-weight: 600;
      font-family: 'GeneralSans-Semibold';
      transition: 0.3s;
  }
  .site_border_btn:hover {
      background-color: #0B1354;
      border-color: #0B1354;
      color: #E5F1FF;
  }


  /*----------------------*/
  .title {
      color: #0f256e;
      font-size: 48px;
      font-weight: 500;
      line-height: 56px;
      letter-spacing: 0em;
  }
  /*-----------------------*/
  .blogSec .title {
      color: #000;
  }
  /*---------------header-start----------------*/
  .site_logo a img {
      width: auto;
      height: 32px;
  }
  header.header_bg {
      background: #E5F1FF;
      border-bottom: 1px solid #7983A9;
      box-shadow: 0 5px 25px rgb(0 0 0 / 9%);
      padding: 24px 0;
      transition: all 0.3s;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 99;
  }
  header.header_bg.fixed {
      padding: 16px 0;
  }
  header.header_bg nav.navbar {
      padding: 0;
  }
  .logonavbar {
      display: flex;
      align-items: center;
      column-gap: 48px;
      flex-wrap: wrap;
      row-gap: 18px;
  }
  .logonavbar ul.navbar-nav {
      display: flex;
      flex-direction: row;
      column-gap: 10px;
      flex-wrap: wrap;
  }
  .logonavbar ul.navbar-nav a.nav-link {
      font-family: 'GeneralSans-Semibold';
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: 0em;
      color: #0F172A;
      padding: 12px 8px;
  }
  ul.dropdown-menu {
      background-color: #E5F1FF;
      border: 1px solid #7983A9;
      border-radius: 0;
      padding: 0;
      margin: 0;
      position: absolute !important;
      left: 0 !important;
      top: 68px !important;
  }
  ul.dropdown-menu li a.dropdown-item {
      font-family: 'GeneralSans-Regular';
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      color: #0F172A;
      padding: 12px 16px;
      border-bottom: 1px solid #7983A9;
  }
  ul.dropdown-menu li:last-child a.dropdown-item {
      border-bottom: none;
  }
  .nav-link.dropdown-toggle:after {
      display: none;
  }
  /*---------------header-end----------------*/

  .section_padding {
      padding: 100px 0;
  }
  .bg_img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  /*---------------section-start--------------*/
  .herobannerSec {
      padding: 40px 0 70px;
      background-image: url("../images/hero-Slider-bg.svg");
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      max-height: 1093px;
  }
  .herobannerSec .post-img img {
      height: 820px;
      object-fit: contain;
      object-position: bottom;
  }
  .banner_text {
      max-width: 1340px;
      margin: 0 auto;
      text-align: center;
  }
  .herobannerSec .banner_text p {
      max-width: 1330px;
      margin: 0 auto;
  }
  .banner_text .title {
    font-family: 'GeneralSans-Semibold';
    font-size: 64px;
    font-weight: 600;
    line-height: 108px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 38px;
  }
  .title span {
      background: linear-gradient(90.17deg, #182598 3.62%, #D60792 66.97%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .banner_text p {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0em;
      color: #7983A9;
  }
  .owl-controls {
      position: absolute;
      top: 90px;
      left: 50%;
      transform: translate(-50%, 0%);
      z-index: 9;
  }
  .owl-controls .owl-pagination .owl-page {
      width: 16px;
      height: 16px;
      border-radius: 40px;
      background-color: rgb(11 19 84 / 25%);
      transition: 0.3s;
  }
  .owl-controls .owl-pagination .owl-page.active {
      width: 83px;
      background-color: rgb(11 19 84 / 100%);
  }
  .owl-controls .owl-pagination {
      display: flex;
      column-gap: 8px;
  }
  .owl-controls .owl-buttons div {
      position: absolute;
      border: 1.5px solid #0B1354;
      width: 20px;
      height: 20px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .owl-controls .owl-buttons div:after {
      content: '';
      width: 7px;
      height: 7px;
      border-bottom: 2.5px solid #0B1354;
      border-right: 2.5px solid #0B1354;
      position: relative;
  }
  .owl-controls .owl-buttons div.owl-prev {
      left: -40px;
      top: -2px;
  }
  .owl-controls .owl-buttons .owl-next {
      right: -40px;
      top: -2px;
  }
  .owl-controls .owl-buttons .owl-next:after {
      transform: rotate(-43deg);
      left: -1px;
  }
  .owl-controls .owl-buttons div.owl-prev:after {
      transform: rotate(136deg);
      left: 1px;
  }
  .challenges_facing .title_text {
      margin-bottom: 60px;
  }
  .challenges_facing .title_text .title {
      margin-bottom: 0;
  }
 .challenges_facing_item {
    display: flex;
    /* background-color: #7983A9; */
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #7983A9;
    border-left: 1px solid #7983A9;
}
  .challenges_facing_item .challenges_facing_box {
    background-color: #fff;
    width: 33.333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    border-right: 1px solid #7983A9;
    border-bottom: 1px solid #7983A9;
}
  .challenges_facing.notification_dashboard .challenges_facing_item .challenges_facing_box {
      flex: 1;
      width: unset;
  }
  .challenges_facing_item .challenges_facing_box .text_box {
      padding: 40px 136px 59px;
      text-align: center;
  }
  .challenges_facing_item .challenges_facing_box .text_box h4 a {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
      color: #000;
      margin-bottom: 24px;
  }
  .challenges_facing_item .challenges_facing_box .text_box p {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
  }
  .ai_supported .challenges_facing_item {
        flex-wrap: wrap;
        height: 100%;
    }
  .ai_supported .challenges_facing_item .challenges_facing_box {
    flex: unset;
    width: 33.333%;
}
  .ai_supported .challenges_facing_item .challenges_facing_box .text_box {
      padding: 49px;
      min-height: 232px;
  }
  .ai_supported .challenges_facing_item .challenges_facing_box .text_box img {
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
      object-fit: contain;
  }
  .ai_supported .challenges_facing_item .challenges_facing_box .text_box h5 {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
  }

  .challenges_facing_item .challenges_facing_box:hover {
      background-color: #e9eeff;
  }
  .ai_supported .herobanner-slider {
      position: relative;
      height: 100%;
      border: 1px solid #7983A9;
      border-left: none;
  }
  .ai_supported .herobanner-slider .owl-controls {
    top: 492px;
  }
  .ai_supported .herobanner-slider .post-img img {
      height: 466px;
      object-fit: cover;
  }
  .discoverSlide_text {
      padding: 70px 170px 6px;
      text-align: center;
  }
  .discoverSlide_text h4 {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
      color: #000;
      margin-bottom: 16px;
  }
  .discoverSlide_text p {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      color: #7983A9;
  }
  .analysis_systems.bg_img {
      background-image: url("../images/bg-img.svg");
  }
  .analysis_systems img {
      max-width: 450px;
      margin: 0 auto;
      display: block;
  }
  .analysis_systems .title_text .site_border_btn {
      margin-top: 40px;
  }
  .notification_dashboard .text_box + img {
      max-height: 476px;
      object-fit: contain;
      object-position: bottom;
  }
  .notification_dashboard .challenges_facing_item .challenges_facing_box .text_box {
      padding: 40px 118px 30px;
  }
  .testimonialSec .herobanner-slider {
      max-width: 864px;
      margin: 0 auto;
      padding-bottom: 90px;
  }
  .testimonialSec .owl-controls {
      top: unset;
      bottom: 0px;
  }
  .testimonialSec_text .clientprof {
      display: flex;
      column-gap: 22px;
      align-items: center;
  }
  .testimonialSec_text .clientprof img {
      width: 65px;
      height: 65px;
      border-radius: 100px;
      object-fit: cover;
  }
  .testimonialSec_text .clientprof h5 {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      color: #0F172A;
      margin: 0;
  }
  .testimonialSec_text .clientprof span {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      color: #475569;
  }
  .testimonialSec_text {
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
  }
  .testimonialSec {
      background-image: url("../images/bg-img.svg");
  }
  .notification_dashboard ul {
      padding: 0;
      margin: 0px 0 70px;
      list-style: none;
      display: flex;
      flex-direction: column;
      row-gap: 24px;
  }
  .notification_dashboard ul li {
      display: flex;
      align-items: flex-start;
      column-gap: 16px;
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
      color: #000000;
      font-family: 'GeneralSans-Medium';
  }
  .notification_dashboard ul li img {
      width: 40px;
      height: 40px;
  }
  .notification_dashboard .banner_text .title {
      margin-bottom: 80px;
      color: #0B1354;
  }
  .herobannerSec.notification_dashboard {
      max-height: unset;
  }
  .herobannerSec.notification_dashboard .challenges_facing_box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
  }
  .list_items {
      display: flex;
      flex-wrap: wrap;
      /*column-gap: 1px;*/
      /*row-gap: 1px;*/
      /*padding: 1px;*/
      /*background-color: #7983A9;*/
      border-top: 1px solid #7983A9;
    border-left: 1px solid #7983A9;
      justify-content: center;
  }
  .list_items .list_item {
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    border-right: 1px solid #7983A9;
    border-bottom: 1px solid #7983A9;
}
  .list_items.column-5 .list_item {
      min-width: 20%;
  }
  .list_items.column-4 .list_item {
      min-width: 25%;
  }
  .list_items.column-3 .list_item {
      min-width: 33.333%;
  }
  .list_items.column-2 .list_item {
      min-width: 50%;
  }
  .list_items .list_item img {
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
      object-fit: contain;
  }
  .list_items .list_item .text_box h5 {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
      margin: 0;
  }

  .list_items .list_item .text_box p {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      margin-top: 24px;
  }
  .list_items .list_item .text_box {
      padding: 49px 40px;
      min-height: 232px;
      text-align: center;
  }
  .aiMonitoringModules .title_text {
      margin-bottom: 80px;
  }
  .list_items .list_item:hover {
      background-color: #e9eeff;
  }
  .aiMonitoringModules .list_items {
      margin-bottom: 80px;
  }
  .caseStudiesSec .post-img img {
      height: 866px;
      object-fit: cover;
      object-position: top center;
  }
  .caseStudiesSec .owl-controls {
      top: 10px;
  }
  .herobannerSec.caseStudiesSec {
      max-height: unset;
  }
  .herobannerSec.caseStudiesSec .owl-carousel.herobanner-slider {
      padding-top: 60px;
  }
  .caseStudiesSec .hero-slide {
      position: relative;
  }
  .caseStudiesSec .hero-slide a.playcaseStudies {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
  .caseStudiesSec .hero-slide a.playcaseStudies img {
	width: 60px;
	height: 60px;
}
  .caseStudiesSec .hero-slide .post-text {
	/* position: absolute; 
	bottom: 0;
	left: 1px;
	right: 1px;
	z-index: 1;*/
	padding: 20px 15px 25px;
	background-color: #fff;
	/* border: 1px solid #ccc; */
}
  .caseStudiesSec .hero-slide .post-text h4 a {
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0em;
	color: #0B1354;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 2;*/
	/*-webkit-box-orient: vertical;*/
}
  .caseStudiesSec .hero-slide .post-text span {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0em;
	color: rgb(255 255 255 / 50%);
	display: none;
}
  .caseStudiesSec .hero-slide .post-text h4 {
      margin-bottom: 15px;
  }
 .caseStudiesSec .hero-slide .post-text h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	color: #000;
	margin: 0;
}
  .caseStudiesSingleSec video {
	width: 100%;
	min-height: 702px;
	object-fit: cover;
	border: 1px solid #7983A9;
	border-right: none;
	height: 100%;
}
  .herobannerSec.caseStudiesSingleSec {
	padding: 100px 0;
	max-height: unset;
}
  .caseStudiesSingleSec .caseStudiesSinglecontent {
	padding: 30px 100px 30px 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 702px;
	border: 1px solid #7983A9;
	height: 100%;
}
  .caseStudiesSingleSec .caseStudiesSinglecontent .title {
      margin-bottom: 12px;
  }
  .caseStudiesSingleSec .caseStudiesSinglecontent .caseStudiesdis p {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      margin-bottom: 10px;
  }
  .caseStudiesSingleSec .caseStudiesSinglecontent .caseStudiesdis {
      margin-bottom: 24px;
  }
  .caseStudiesSingleSec .caseStudiesSinglecontent .industry_tag {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
      color: #0B1354;
      font-family: 'GeneralSans-Medium';
      margin-bottom: 12px;
  }
  .caseStudiesSingleSec .caseStudiesSinglecontent .industry_tag + div {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      color: #7983A9;
      font-family: 'GeneralSans-Medium';
  }
  .aboutpageSec .disc0 h2, .aboutpageSec .disc0 h3, .aboutpageSec .disc0 h4, .aboutpageSec .disc0 h5 {
      font-size: 48px;
      font-weight: 500;
      line-height: 56px;
      letter-spacing: 0em;
      color: #0B1354;
      margin: 0 0 -10px;
  }
  .aboutpageSec .disc0 p {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
  }
  .aboutpageSec .disc0 p strong {
      color: #0B1354;
      font-weight: 500;
  }
  .aboutpageSec .disc0 {
      display: flex;
      flex-direction: column;
      row-gap: 24px;
  }
  .herobannerSec.aboutpageSec {
      max-height: unset;
      padding: 40px 0 100px;
      background-size: 100%;
      background-position: top center;
  }
  .herobannerSec.aboutpageSec figure {
      margin-bottom: 100px;
      margin-top: 50px;
  }
  .herobannerSec.aboutpageSec figure img {
      box-shadow: 0px 0px 50px 0px #F765A380;
      border-radius: 40px;
      min-height: 573px;
      object-fit: cover;
  }
  .coltextdic .title {
      margin-bottom: 24px;
  }
  .coltextdic p {
      margin-bottom: 24px;
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
  }
    .blog_item .blog-text {
        padding: 33px 33px 45px;
        background-color: #fff;
        text-align: center;
        min-height: 238px;
    }
  .blog_item .blog-text h4 {
      margin-bottom: 24px;
  }
  .blog_item .blog-text h4 a {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
      color: #000;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .blog_item .blog-text p {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .blog_items {
      border: 1px solid #7983A9;
      border-left: none;
  }
  .blog_item .blog-img img {
      height: 241px;
      object-fit: cover;
      transition: 0.3s;
  }
  .blog_item .blog-img {
      overflow: hidden;
  }
  .blog_item:hover .blog-img img {
      transform: scale(1.1);
  }
  .title.dark_title {
      color: #000 !important;
  }
  .notification_dashboard .text_box h4 {
      font-size: 48px;
      font-weight: 500;
      line-height: 56px;
      letter-spacing: 0em;
      color: #000;
      margin-bottom: 16px;
  }
  .notification_dashboard .secondCol .challenges_facing_box ul {
      margin-left: 70px;
  }
  .aiMonitoringModules h2.title.mb-4 {
      font-size: 64px;
      font-weight: 600;
      line-height: 72px;
      letter-spacing: 0em;
  }
  .contactSec figure img {
      box-shadow: 0px 0px 50px 0px #F765A380;
      border-radius: 40px;
      min-height: 910px;
      object-fit: cover;
      object-position: left;
  }
  .contactSec .title {
      font-size: 64px;
      font-weight: 600;
      line-height: 72px;
      letter-spacing: 0em;
      margin-bottom: 100px;
  }
  .contactForm {
      font-family: 'GeneralSans-Regular';
      padding-right: 130px;
  }
  .contactForm .form-control {
      border: none;
      border-bottom: 1.26px solid #737B7D;
      border-radius: 0;
      min-height: 69.5px;
      color: #8E8E8E;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0em;
  }
  .contactForm h4.title {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
      color: #000;
      margin-bottom: 0;
  }
  .contactForm button.site_border_btn {
      width: 100%;
  }
  .list_items .list_item .text_box h5 span {
      background: linear-gradient(90.17deg, #182598 3.62%, #D60792 66.97%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .industries_imgtext {
      max-width: 990px;
      margin: 48px auto 0;
      text-align: center;
  }
  .industries_imgtext p {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
  }
  .analysis_systems .title_text p {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0em;
  }
  .analysis_systems .title_text .title {
    margin-bottom: 24px;
    color: #0b1354;
}
  .list_items.img_full .list_item .text_box {
      padding: 0;
  }
  .list_items.img_full .list_item .text_box img {
      height: 223px;
      width: 100%;
      object-fit: cover;
      object-position: top;
      margin: 0;
  }
  .list_items.img_full .list_item .text_box h5 {
      padding: 24px 55px;
  }
  .list_items.img_full .list_item .text_box .dic_p h5 {
      padding: 0;
  }
  .list_items.img_full .list_item .text_box .dic_p {
      padding: 24px 110px;
  }
  .list_items.img_full .list_item .text_box .dic_p p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
  }
  .list_items.center_img_full .text_box .dic_p {
      padding: 45px 55px;
  }
  .list_items.center_img_full .list_item .text_box {
      padding: 0;
  }
  .list_items.center_img_full .list_item {
      justify-content: center;
      min-width: calc(25% - 1px);
  }
  .list_items.center_img_full .list_item:nth-child(2) {
      min-width: calc(50% - 1px);
  }
  .list_items.center_img_full .text_box img {
      width: 100%;
      height: 100%;
      margin: 0;
  }
  .list_items.center_img_full .list_item:nth-child(2) .text_box {
      height: 100%;
  }
  .list_items.center_img_full .list_item:nth-child(2) .text_box img {
      object-fit: cover;
  }
  .list_items.oneside_img_full .list_item:nth-child(2) .text_box {
      padding: 0;
      height: 100%;
  }
  .list_items.oneside_img_full .list_item:nth-child(2) .text_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .list_items.oneside_img_full .list_item:nth-child(2) {
      flex: 3;
  }
  .list_items.oneside_img_full .list_item p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      margin-top: 16px;
  }
  .list_items.oneside_img_full .list_item:nth-child(1) .text_box, .list_items.oneside_img_full.hafimg .list_item:nth-child(2) .text_box {
      padding: 40px 55px;
      border-top: 1px solid #7983A9;
  }
  .list_items.oneside_img_full .list_item:nth-child(1) .text_box:nth-child(1), .list_items.center_img_full .list_item .text_box.icon_title .dic_p:nth-child(1), .list_items.oneside_img_full.hafimg .list_item:nth-child(2) .text_box:nth-child(1) {
      border-top: none;
  }

  .list_items.oneside_img_full .list_item.box02 .text_box {
      min-height: 50%;
  }
  .list_items.oneside_img_full.hafimg .list_item:nth-child(2) img {
      width: 80px;
      height: 80px;
      object-fit: contain;
  }
  .manufacturing_industry_listing .list_items.oneside_img_full:nth-child(odd) {
      flex-direction: row-reverse;
  }
  .herobannerSec.aboutpageSec figure video {
      box-shadow: 0px 0px 50px 0px #F765A380;
      border-radius: 40px;
      min-height: 573px;
      object-fit: cover;
      width: 100%;
  }
  .list_items.center_img_full .list_item .text_box.icon_title img {
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
  }
  .list_items.center_img_full .list_item .text_box.icon_title .dic_p {
      padding: 40px 55px;
      border-top: 1px solid #7983A9;
  }
  .list_items .list_item .text_box h5.size24 {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0em;
  }
  .list_items.oneside_img_full.hafimg .list_item:last-child {
      flex: 2;
  }
  .list_items.oneside_img_full.hafimg .list_item {
      flex: 1;
  }
  .list_items.oneside_img_full.hafimg .list_item:last-child .text_box {
      padding: 0;
  }
  .list_items.oneside_img_full.hafimg .list_item:last-child .text_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-bottom: 0;
  }
  .list_items.oneside_img_full.hafimg .list_item:last-child .text_box {
      height: 100%;
  }
  .list_item.box02 .text_box.icon_title {
      height: 100%;
  }
  .list_item.box02 .text_box.icon_title .dic_p {
      min-height: 50%;
  }
  .preventing_environmentalSec .list_item.box02 .text_box.icon_title .dic_p {
      padding: 0 0 24px;
  }
  .preventing_environmentalSec .list_item.box02 .text_box.icon_title .dic_p img {
      height: 223px;
      width: 100%;
      object-fit: cover;
      margin-bottom: 24px;
      object-position: left top;
  }




  .owl-carousel .owl-wrapper{
      display: none;
      position: relative;
      -webkit-transform: translate3d(0px, 0px, 0px);
      float: left;
  }
  /*----------Footer-css-start-----------*/
  footer.footer_bg {
      border-top: 1px solid #7983A9;
      padding: 24px 0;
  }
  footer.footer_bg nav.navbar {
      padding: 0;
  }
  footer.footer_bg .container .logonavbar {
      width: 100%;
      justify-content: space-between;
  }
  footer.footer_bg ul.dropdown-menu {
      bottom: 70px !important;
      top: unset !important;
  }
  .social_link {
      display: flex;
      align-items: center;
      column-gap: 16px;
  }
  .social_link a img {
      width: 24px;
      height: 24px;
      object-fit: contain;
  }
  .social_link a:hover {
      opacity: 0.8;
  }
  /*----------Footer-css-end-----------*/
.footer_bg .logonavbar ul.navbar-nav .nav-item.dropdown:last-child .dropdown-menu {
  left: unset !important;
  right: 0;
}
.mobileview {
  display: none !important;
}


.contactpage img {
    box-shadow: 0px 0px 50px 0px #F765A380;
    border-radius: 40px;
    min-height: 910px;
    object-fit: cover;
    object-position: left;
}
.contactpage .title {
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0em;
    margin-bottom: 100px;
}
.contactpage .contactForm {
    font-family: 'GeneralSans-Regular';
    padding: 30px;
    margin-left: 130px;
    background-color: #0f256e;
    border-radius: 12px;
    min-height: 100%;
}
.contactpage .contactForm label {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.contactpage .contactForm .form-control {
    min-height: 45px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    color: #0f256e;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    transition: 0.3s;
}
.contactpage .contactForm .form-control.errorbg {
    background-color: #ffdede;
}
.contactpage .contactForm textarea.form-control {
    min-height: 150px;
    border-radius: 8px;
}
.contactpage .contactForm button.site_border_btn {
    background-color: #D60792;
    color: #fff;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90.17deg, #182598 3.62%, #D60792 66.97%);
}

.caseStudiesSec.newsSec .post-img img {
    height: 450px;
}
.caseStudiesSec.newsSec .post-img {
    border: 1px solid #E5F1FF;
}
.herobannerSec.caseStudiesSingleSec figure {
    height: 100%;
}
.herobannerSec.caseStudiesSingleSec figure img {
    min-height: 702px;
    object-fit: cover;
    height: 100%;
}


/*01-04-2024*/


 
.partner-banner img {
  max-height: 573px;
}
.our-partner .list_items .list_item img {
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
    object-fit: contain;
    margin: 0 auto;
    padding: 15px;
}
.our-partner .list_items {
    justify-content: flex-start;
}
.our-partner .list_items .list_item {
    flex: unset;
    width: 25%;
}
.our-partner .challenges_facing_item .challenges_facing_box .text_box img {
  width: 150px;
  height: 150px;
  margin-bottom: 16px;
  object-fit: contain;
}
.our-team {
  /*padding-bottom: 100px !important;*/
}

.looking {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.looking .form-check {
  width: 50%;
}
.our-partner .list_item {
  text-align: center;
}

.find-job {
    padding: 24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(234, 235, 236, 1);
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}
.find-job-right {
    min-width: 170px;
    text-align: right;
}
.find-job-left-head h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  color: #000;
  margin-bottom: 0;
}
.role {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  color: #8E8E8E;
  display: flex;
  /*align-items: center;*/
  column-gap: 10px;  
  flex-direction: column;
}

.role storng {
  font-weight: bold;
  color: #000;
}
.find-job-left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.career-job {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.our-team .challenges_facing_box img {
  height: 500px;
  object-fit: cover;
}
.our-team .challenges_facing_item {
	/* row-gap: 30px; */
	justify-content: flex-start;
}
.member-detail {
	position: absolute;
	left: 0;
	bottom: -60px;
	background: #ffffffd9;
	width: 100%;
	padding: 10px;
	transition: .3s ease-in-out;
}

.our-team .challenges_facing_box {
  overflow: hidden;
  position: relative;
}
.our-team .challenges_facing_box:hover .member-detail {
  background: #fff;
}
.our-team .challenges_facing_item .challenges_facing_box {
  flex: unset;
  width: 25%;
}
.job-number {
	color: #0f256e;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	display: inline-block;
}

.load-more-btn {
  background: #0B1354;
  color: #fff;
  padding: 11px 20px;
  border-radius: 50px;
  border: 1px solid #7983A9;
  min-height: 46px;
  box-shadow: 0 0 10px #0000000D;
  display: inline-flex;
  justify-content: center;
  column-gap: 6px;
  min-width: 147px;
  line-height: 21.6px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'GeneralSans-Semibold';
  transition: 0.3s;
  width: max-content;
  margin: 0 auto;
}
.load-more-btn:hover {
  background: #e5f1ff;
  color: #0b1354;
}
.reason {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  padding: 50px 0px 0px;
}
.reason li {
    width: calc(33.333% - 20px);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.reason li img {
    max-width: 100px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.investor-inner img {
    max-width: 70px;
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.investor-inner {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  row-gap: 20px;
}
.investor-content {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.investor-relations .challenges_facing_item {
  border: none;
}

.carerForm .form-control {
    min-height: 46px;
    line-height: 32px;
}
.carerForm textarea.form-control {
    min-height: 150px;
    line-height: 24px;
}
.videosSec video {
    width: 100%;
    height: 320px;
    border-radius: 12px;
     object-fit: cover;
}



section.videosSec.herobannerSec.section_padding {
    max-height: unset;
}
.language_menu {
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index: 99;
	/* transform: rotate(-90deg); */
}
.language_menu .language_menuDropdown {
	background-color: #0B1354;
	color: #fff;
	padding: 8px 18px;
	border: 1px solid #0B1354;
	border-radius: 12px 0px 0px 12px;
	min-width: 110px;
	font-size: 16px;
}
.language_menu .language_dropdownmenu {
    position: absolute;
    left: 0;
    bottom: 34px;
    background-color: #0b1354f0;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ffffff3b;
    z-index: -1;
    border-radius: 12px 12px 0 0;
}
.language_menu .language_dropdownmenu a.dropdown-item {
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
}












  @media screen and (min-width: 1720px) {
      .container {
          max-width: 1720px;
      }
      .aboutpageSec .container-lg {
          max-width: 1530px;
      }
  }
  @media screen and (min-width: 320px) and (max-width: 1719px) {
      .list_items .list_item .text_box {
          padding: 49px 55px;
      }
      .container {
          max-width: 1320px;
      }
      .herobannerSec .post-img img {
          height: 620px;
      }
      .caseStudiesSec .post-img img {
          height: 650px;
      }
      .challenges_facing_item .challenges_facing_box .text_box {
          padding: 40px 100px 59px;
      }
      .discoverSlide_text {
          padding: 70px 120px 6px;
      }
      .list_items.img_full .list_item .text_box .dic_p {
          padding: 24px 55px;
      }

  }

  @media screen and (min-width: 1025px) and (max-width: 1560px) {
      .ai_supported .challenges_facing_item .challenges_facing_box .text_box {
        padding: 30px;
      }
      .ai_supported .challenges_facing_item .challenges_facing_box .text_box h5 {
        font-size: 24px;
        line-height: 30px;
      }
      .notification_dashboard .challenges_facing_item .challenges_facing_box .text_box {
        padding: 40px 58px 30px;
      }
      .challenges_facing_item .challenges_facing_box .text_box {
        padding: 40px 50px 49px;
      }
  }

  @media screen and (min-width: 992px) and (max-width: 1320px) {
      .logonavbar ul.navbar-nav {
          column-gap: 0;
      }
      .discoverSlide_text {
      padding: 70px 60px 6px;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
      .logonavbar ul.navbar-nav {
        	column-gap: 0 !important;
        }
        .logonavbar ul.navbar-nav a.nav-link {
        	font-family: 'GeneralSans-Regular';
        }
      .discoverSlide_text p {
        font-size: 16px;
        line-height: 22px;
      }
      .header_bg .site_border_btn {
        	padding: 8px 10px;
        	min-width: 84px;
        	font-family: 'GeneralSans-Regular' !important;
        	min-height: unset;
        	font-size: 14px;
        }

  }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
      .header_bg .site_border_btn {
        	padding: 8px 10px;
        	min-width: 84px;
        	font-family: 'GeneralSans-Regular' !important;
        	min-height: unset;
        	font-size: 14px;
        }
    .logonavbar .navbar-collapse {
      position: fixed;
      top: 90px;
      right: 0;
      width: 100%;
      z-index: 99;
      background-color: #fff;
      padding: 15px 15px;
    }
    .logonavbar ul.navbar-nav {
      column-gap: 14px;
    }
    body {
      padding: 90px 0 0;
    }
    .banner_text p {
      font-size: 16px;
      line-height: 24px;
    }
    .owl-controls {
    top: 30px;
    }
    .herobannerSec .post-img img {
      height: 430px;
    }
    .banner_text .title {
      font-size: 52px;
      line-height: 60px;
    }
   .title {
      font-size: 36px;
      line-height: 42px;
    }
    .challenges_facing .title_text {
      margin-bottom: 30px;
    }
    .challenges_facing_item .challenges_facing_box .text_box {
      padding: 30px 15px 30px;
    }
    .challenges_facing_item .challenges_facing_box .text_box h4 a {
      font-size: 24px;
      line-height: 32px;
    }
    .challenges_facing_item .challenges_facing_box .text_box p {
      font-size: 16px;
      line-height: 24px;
    }
    .herobannerSec.homepageslider {
      padding-bottom: 0;
    }
    .section_padding {
      padding: 60px 0;
    }
    .ai_supported .challenges_facing_item .challenges_facing_box .text_box {
      padding: 30px 18px;
      min-height: 162px;
    }
    .ai_supported .challenges_facing_item .challenges_facing_box .text_box h5 {
      font-size: 20px;
      line-height: 26px;
    }
    .ai_supported .challenges_facing_item .challenges_facing_box .text_box img {
      width: 40px;
      height: 40px;
      margin-bottom: 8px;
    }
    .discoverSlide_text {
      padding: 70px 15px 16px;
    }
    .ai_supported .herobanner-slider .owl-controls {
      top: 320px;
    }
    .analysis_systems.bg_img {
      padding: 30px 12px;
    }
    .footer_bg .logonavbar ul.navbar-nav {
      flex-direction: row;
      row-gap: 0;
      column-gap: 20px;
    }
    .footer_bg .logonavbar ul.navbar-nav .nav-item a.nav-link {
      padding: 5px 0;
    }
    .testimonialSec_text .title.dark_title {
      text-align: center;
    }
    .notification_dashboard .challenges_facing_item .challenges_facing_box .text_box {
      padding: 30px 56px 30px;
    }
    .notification_dashboard .text_box h4 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 10px;
    }
    .ai_supported .herobanner-slider .post-img img {
      height: 286px;
   }
   .challenges_facing_item .challenges_facing_box {
      min-width: calc(50% - 1px);
      flex: 1;
      width: auto;
    }
    .ai_supported .challenges_facing_item .challenges_facing_box {
      min-width: unset;
    }
    .industries_imgtext {
      margin: 25px auto 0;
    }
    .herobannerSec.aboutpageSec figure {
      margin-bottom: 30px;
      margin-top: 40px;
    }
    .list_items .list_item img {
      width: 60px;
      height: 60px;
    }
    .list_items .list_item .text_box h5 {
      font-size: 20px;
      line-height: 26px;
      word-wrap: break-word;
    }
    .list_items .list_item .text_box h5.size24 {
      font-size: 20px;
      line-height: 26px;
      white-space: normal;
      word-wrap: break-word;
    }
    .list_items .list_item .text_box {
      padding: 30px 15px;
      min-height: 150px;
    }
    .analysis_systems .title_text p {
      font-size: 20px;
      line-height: 26px;
    }
    .list_items.center_img_full .list_item .text_box h5 {
      padding: 0 15px;
    }
    .preventing_environmentalSec .list_item.box02 .text_box.icon_title .dic_p img {
      height: 112px;
    }
    header.header_bg .container {
      column-gap: 15px;
    }
    .header_bg .logonavbar {
      flex: 1;
    }
    .list_items .list_item {
      min-width: calc(33.333% - 1px) !important;
    }
    .herobannerSec.aboutpageSec figure video {
      min-height: 380px;
/*      border-radius: 12px;*/
    }
    .herobannerSec.aboutpageSec figure img {
      min-height: 380px;
/*      border-radius: 12px;*/
    }
    .aiMonitoringModules h2.title.mb-4 {
      font-size: 32px;
      line-height: 40px;
    }
    .notification_dashboard .banner_text .title {
      margin-bottom: 40px;
      font-size: 32px;
      line-height: 40px;
    }
    .notification_dashboard ul li img {
      width: 25px;
      height: 25px;
    }
    .notification_dashboard ul li {
      font-size: 22px;
      line-height: 26px;
    }
    .notification_dashboard .secondCol .challenges_facing_box ul {
      margin-left: 0;
      margin-top: 30px;
    }
    .notification_dashboard ul {
      margin: 0px 0 20px;
    }
    .aiMonitoringModules .title_text {
      margin-bottom: 30px;
    }
    .herobannerSec.caseStudiesSec .post-img img {
      height: 670px;
      margin: 0;
    }
    .caseStudiesSec .hero-slide a.playcaseStudies img {
      width: 60px;
      height: 60px;
    }
    .caseStudiesSec .hero-slide .post-text h4 a {
      /*font-size: 32px;*/
      /*line-height: 36px;*/
    }
    .caseStudiesSec .hero-slide .post-text h4 {
      /*margin-bottom: 12px;*/
    }
    .caseStudiesSec .hero-slide .post-text span {
      font-size: 16px;
      line-height: 22px;
    }
    .caseStudiesSec .hero-slide .post-text h5 {
      /*font-size: 22px;*/
      /*line-height: 28px;*/
      /*margin-top: 0px;*/
    }
    .herobannerSec {
      padding: 30px 0 30px;
    }
    .caseStudiesSingleSec .caseStudiesSinglecontent {
      padding: 30px 16px;
      min-height: unset;
    }
    .herobannerSec.caseStudiesSingleSec {
      max-height: unset;
      padding: 0;
    }
    .caseStudiesSingleSec video {
      height: 400px;
    }
    .caseStudiesSingleSec .caseStudiesSinglecontent .caseStudiesdis p {
      font-size: 16px;
      line-height: 24px;
    }
    .aboutpageSec .disc0 p {
      font-size: 18px;
      line-height: 26px;
    }
    .herobannerSec.aboutpageSec {
      padding: 30px 0 30px;
    }
    .contactSec .title {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 0px;
    }
    .contactForm {
      padding-right: 0;
      padding-bottom: 30px;
    }
    .contactSec figure img {
      min-height: auto;
    }
    .coltextdic p {
      font-size: 18px;
      line-height: 26px;
    }
    .aboutpageSec .disc0 h2, .aboutpageSec .disc0 h3, .aboutpageSec .disc0 h4, .aboutpageSec .disc0 h5 {
      font-size: 30px;
      line-height: 36px;
    }
    .testimonialSec .herobanner-slider {
      padding-bottom: 40px;
    }
    .list_items .list_item .text_box p {
      font-size: 16px;
      line-height: 24px;
      white-space: normal;
      word-wrap: anywhere;
    }
  }
@media screen and (min-width: 768px) and (max-width: 1069px) {
    .header_bg .site_border_btn {
    	display: none;
    }
}
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .logonavbar .navbar-collapse {
      position: unset;
      width: auto;
      background-color: transparent;
      padding: 0;
      z-index: unset;
    }
  }
@media screen and (min-width: 320px) and (max-width: 991px) {
    body {
	padding: 81px 0 0;
}
  .analysis_systems.bg_img {
    padding: 60px 12px;
    text-align: center;
  }
  .analysis_systems .title_text .site_border_btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .navbar-toggler {
      border: none;
      padding: 0;
      width: 24px;
      height: 24px;
      border-radius: 25px;
    }
    .navbar-toggler .navbar-toggler-icon {
      width: 24px;
      height: 24px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      background-image: none;
      position: relative;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
      content: '';
      position: absolute;
      width: 2px;
      height: 21px;

      background-color: #000;
      transform: rotate(45deg);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
      content: '';
      position: absolute;
      width: 2px;
      height: 21px;

      background-color: #000;
      transform: rotate(-45deg);
    }
    .contactpage .contactForm {
      min-height: unset;
      margin: 30px 0;
  }
  .contactpage .title {
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .reason li {
    width: 100%;
    text-align: left;
}
.investor-inner {
    padding: 25px 5px 25px 15px;
    align-items: center;
}
.investor-inner .investor-content {
    text-align: center;
}
.reason li img {
    max-width: 70px;
    height: 70px;
}
    .our-team .challenges_facing_box img {
        height: 240px;
    }
    .find-job {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: flex-end;
    }
  .section_padding {
    padding: 30px 0;
  }
  .caseStudiesSingleSec video {
    height: 670px;
  }
  .analysis_systems + .aiMonitoringModules .list_items .list_item {
    min-width: calc(50% - 1px) !important;
  }
  .title {
      font-size: 32px;
      line-height: 40px;
    }
    .manufacturing_industry_listing .list_items.oneside_img_full .list_item {
      min-width: unset !important;
      width: 100%;
      flex: unset;
    }
    .preventing_environmentalSec .list_items .list_item {
      min-width: calc(100% - 1px) !important;
    }
    .list_items.oneside_img_full .list_item:nth-child(1) .text_box, .list_items.oneside_img_full.hafimg .list_item:nth-child(2) .text_box {
      padding: 30px 15px;
    }
    .aiMonitoringModules .list_items {
      margin-bottom: 30px;
    }
  .list_items .list_item {
      min-width: calc(50% - 1px) !important;
    }
    .herobannerSec.aboutpageSec figure video {
      min-height: unset;
    }
    .herobannerSec.aboutpageSec figure img {
      min-height: 297px;
    }
  .challenges_facing_item .challenges_facing_box {
    min-width: calc(100% - 1px);
  }
  .discoverSlide_text p {
      font-size: 16px;
      line-height: 24px;
    }
  .notification_dashboard .challenges_facing_item .challenges_facing_box .text_box {
    padding: 30px 26px 30px;
  }
  .banner_text .title {
    font-size: 38px;
    line-height: 48px;
  }
  .logonavbar ul.navbar-nav {
    flex-direction: column;
  }
  .site_logo a img {
    height: 20px;
  }
  .header_bg .site_border_btn {
    padding: 8px 13px;
    min-width: auto;
    min-height: auto;
    font-size: 14px;
    line-height: 24px;
    display: none;
  }
  .herobannerSec .post-img img {
    height: 366px;
    object-fit: cover;
    object-position: top left;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .challenges_facing_item .challenges_facing_box a img {
    height: 241px;
    object-fit: cover;
  }
  .ai_supported .challenges_facing_item .challenges_facing_box .text_box h5 {
    font-size: 12px;
    line-height: 20px;
  }
  .ai_supported .challenges_facing_item .challenges_facing_box .text_box {
      min-height: auto;
    }
    .discoverSlide_text h4 {
      font-size: 24px;
      line-height: 32px;
    }
    .analysis_systems .title_text .title {
    text-align: center;
  }
  .challenges_facing.notification_dashboard .challenges_facing_box .text_box p {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonialSec.bg_img.section_padding {
      padding: 76px 0;
    }
    footer.footer_bg .container .logonavbar {
      justify-content: center;
    }
    footer.footer_bg .container .logonavbar .navbar-nav {
      justify-content: center;
      column-gap: 0;
      row-gap: 30px;
      margin: 30px 25px;
    }
    footer.footer_bg .container .logonavbar .navbar-nav .nav-item {
      width: 50%;
      text-align: center;
    }
    header.header_bg {
      padding: 16px 0 15px;
    }
    body {
      padding: 56px 0 0;
    }
    .logonavbar .navbar-collapse {
      top: 54px;
      background-color: #e5f1ff;
      padding: 10px 15px 30px;
      height: calc(100vh - 54px);
      overflow: auto;
    }
    header.header_bg .nav-item.dropdown .dropdown-menu {
      display: block;
      position: unset !important;
      border: none;
      margin-bottom: 15px;
    }
    header.header_bg ul.dropdown-menu li a.dropdown-item {
      border: none;
      padding: 6px 8px;
      background-color: transparent !important;
    }
    .notification_dashboard ul li img {
      width: 20px;
      height: 20px;
    }
    .notification_dashboard ul li {
      font-size: 16px;
      line-height: 24px;
      column-gap: 8px;
    }
    .list_items .list_item img {
      width: 40px;
      height: 40px;
      margin-bottom: 8px;
    }
    .list_items .list_item .text_box img + h5 {
      font-size: 12px;
      line-height: 20px;
      word-wrap: break-word;
    }
    .list_items .list_item .text_box {
      padding: 30px 15px;
      min-height: unset;
    }
    .herobannerSec.notification_dashboard .col-xl-6.col-lg-6.col-md-6:nth-child(2) ul + img {
      display: none;
    }
    .notification_dashboard .secondCol .challenges_facing_box ul {
      margin-top: 0;
    }
    .industries_imgtext p {
      font-size: 12px;
      line-height: 20px;
    }
    .notification_dashboard ul {
      margin: 0px 0 8px;
      row-gap: 8px;
    }
    .analysis_systems .title_text p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px;
    }
    .list_items.oneside_img_full.hafimg .list_item:nth-child(2) img {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }
    .list_items .list_item .text_box h5.size24 {
      font-size: 12px;
      line-height: 20px;
    }
    .list_items.img_full .list_item .text_box img {
      height: 92px;
    }
    .analysis_systems + .aiMonitoringModules .list_items .list_item .text_box h5 {
      padding: 24px 15px;
    }
    .analysis_systems + .aiMonitoringModules .list_items .list_item .dic_p {
      padding: 24px 15px;
    }
    .analysis_systems + .aiMonitoringModules .list_items .list_item .dic_p h5 {
      padding: 0;
    }
    .aiMonitoringModules .list_items.mining_3col .list_item {
      min-width: calc(100% - 1px) !important;
    }
    .aiMonitoringModules .list_items.mining_3col .list_item .dic_p {
      padding: 0;
    }
    .aiMonitoringModules .list_items.center_img_full.mining_3col .dic_p {
      padding: 25px 15px 10px;
    }
    .aiMonitoringModules .list_items.column-3.img_full.img_full3 .list_item {
      min-width: calc(100% - 1px) !important;
    }
    .list_items.oneside_img_full.mining_3col.orderchange {
      flex-direction: column-reverse;
    }
    .aiMonitoringModules .list_items.column-3.img_full.img_full3 .list_item .text_box img {
      height: 223px;
    }
    .manufacturing_industry_listing {
      margin-bottom: 16px;
    }
    .manufacturing_industry_listing .list_items.oneside_img_full {
      flex-direction: column-reverse !important;
    }
    .list_items.column-3.list_itemsmobile1 .list_item {
      min-width: calc(100% - 1px) !important;
    }
    .tryforfreepage .banner_text .title {
      font-size: 64px;
      line-height: 72px;
    }
    .tryforfreepage .title.text-center.mb-4.pb-4 {
      margin-top: 18px;
    }
    .aiMonitoringModules.aboutpageSec .title {
      font-size: 48px;
      line-height: 56px;
    }
    .aiMonitoringModules.aboutpageSec .disc0 {
      text-align: center;
    }
    .aboutpageSec .disc0 p {
      font-size: 24px;
      line-height: 32px;
    }
    .contactSec figure img {
      display: none;
    }
    .contactForm {
      padding-bottom: 16px;
    }
    .contactForm .form-check .form-check-label {
      font-size: 20px;
      line-height: 30px;
    }
    .contactForm .form-check input {
      margin-top: 7px;
    }
    .contactSec .title {
      font-size: 48px;
      line-height: 56px;
    }
    .herobannerSec.caseStudiesSec {
      margin-bottom: 16px;
    }
    .aboutpageSec {
      text-align: center;
    }

    .owl-carousel.herobanner-slider.desktopview {
      display: none !important;
    }
    .mobileview {
      display: block !important;
    }

    .ai_supported .herobanner-slider .owl-controls {
      top: 500px;
    }
    .ai_supported .herobanner-slider .post-img img {
      height: 466px;
   }
   .blog_item .blog-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog_item .blog-text h4 a {
    font-size: 24px;
    line-height: 32px;
  }
 
  .caseStudiesSec .hero-slide .post-text span {
    line-height: 24px;
  }
  .caseStudiesSec .hero-slide .post-text h4 a {
    font-size: 24px;
    line-height: 28px;
  }
  .analysis_systems + .aiMonitoringModules .list_items.center_img_full .list_item {
      min-width: calc(100% - 1px) !important;
    }
    .contactpage .contactForm {
      min-height: unset;
      margin: 30px 0;
  }
  .contactpage img {
      min-height: 460px;
  }
}


@media screen and (min-width: 320px) and (max-width: 575px) {
  .ai_supported .challenges_facing_item .challenges_facing_box {
      flex: 1;
      min-width: calc(50% - 1px);
      width: auto;
    }
}

.list_item {
  word-wrap: break-word;
}


.challenges_facing_box:hover .member-detail {
  bottom: 0;
}


.member-detail p {
  min-height: 48px;
}


@media(max-width:767px){
  ul.dropdown-menu li a.dropdown-item{
  white-space: normal;
  }
  footer.footer_bg ul.dropdown-menu{
    right: 0;
    bottom: 40px !important;
 }
}







