

.navbar-toggler:focus {
    outline: 0;
    border:0;
}
/* Icon 1 */

.navbar-toggler {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
    margin:13px 0 0;
	    border: 0;
}

.home-page .navbar-toggler span {
    background: white;
}

.navbar-toggler span {
  display: block;
  position: absolute;
    height: 3px;
    width: 45px;
      background:#0c3e5e;
    border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.inner-page .navbar-toggler span {
    background: #0c3e5e;
}

.navbar-toggler span:nth-child(1) {
  top: 0px;
}

.navbar-toggler span:nth-child(2) {
  top: 12px;
}

.navbar-toggler span:nth-child(3) {
  top: 24px;
}

.navbar-toggler.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar-toggler.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



@media (max-width:576px) {
    #register-navbar-btn {
        display: none !important;
    }

    .bubble-wrap {
        display: none;
    }

    .landing-page-hero-section {
        margin-top: 30px;
    }

    button.navbar-toggler {
        margin-right: 15px;
    }
    header .navbar li.nav-item a {
        padding: 6px 15px;
    }
    .dropdown-toggle:after {
        right: 19px;
    }
    .dropdown-menu .dropdown-menu-text a {
        padding: 0 !important;
    }
    .slider-template-content {
        padding:15px;
    }
    .slider-template-mask h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .slider-template-mask h2 {
            font-size: 30px;
    }
    .slider-template-content .slider-template-content-block-h {
        display: block;
    }
    .banner-img {
        padding-top: 0;
        width: 40%;
        max-width: 40%;
    }
    .slider-template-copy {
        padding-left: 20px;
        width: 100%;
        max-width: 100%;
    }
    #inventory-section-style div#slide-active {
        width: 100%;
   }
    #inventory-section-style div#slide-active ul li {
       width: 25%;
    }
    .case-studt-text ul.card-numeric-box li {
       width: 100%;
   }
    .case-studt-text h4 {
        font-size: 22px;
    }
    .row.solutions-cards-row {
        padding: 0 10%;
    }
    .twitter-stats-bg .col-xs-6.stats-col.text-center {
        width: 50%;
    }
    .stats-col p {
        padding: 0 5%;
    }
    .stats-col {
        padding: 20px 0;
    }
    #our-solutions .soluitons-card {
        padding: 15px;
        display: flex;
    flex-direction: column;
    }
    
    #our-solutions .soluitons-card .solution-card-text {
         order:2;
         width: 100%;
        
    }
    #our-solutions .soluitons-card .solution-card-icon {
         order:1;   
    }
    .soluitons-card p {
          margin-bottom: 13px;
        min-height: auto;
    }
    .col-xs-6.footer-cnt-col {
        width: 50%;
    }
    .s-pd-l {
        padding-left: 0;
    }
    .s-pd-r {
        padding-right: 0;
    }
    
    .s-pd-l-100 {
        padding-left: 0;
    }
    .s-pd-r-100 {
        padding-right: 0;
    }

    .innerpage-h2 {
       font-size: 38px;
       line-height: 46px;
    }
    #iris-science-section .button-section button.case-studt-btn {
        margin-bottom: 15px;
    }
    .iris-science-content {
      padding-bottom: 0px;
    }
    #iris-science-section .button-section {
        margin: 10px 0 0px;
   }
    #iris-science-section {
        padding-top: 70px;
        padding-bottom: 20px;
        min-height: 100vh;
        height: 100%;
    }
    .slick-prev {
        left: 0;
        top: auto;
        width: 60px;
        height: 60px;
        background-size: 30px;
    }
    .slick-next {
        right: 0;
        top: auto;
        width: 60px;
        height: 60px;
        background-size: 30px;
    }
     #inventory-section-style .owl-nav {
        top: 60%;
        right: 20px;
    }
    .owl-nav {
      top: 70%;
        right: 20px;
    }
    .iris-impact-cnt {
        width: 50%;
    }
    .iris-impact-cnt h3 {
        font-size: 35px;
   }
     .iris-impact-cnt.impact-3 {
        border-right: 1px solid #fff;
    }
    .iris-impact-cnt.impact-4 {
        border-bottom: 1px solid #fff;
    }
    .iris-impact-cnt p {
        font-size: 16px;
        line-height: 22px;
   }
    .call-to-action-heading h2 {
       margin-bottom: 21px;
        font-size: 18px;
        line-height: 26px;
    }
    #iris-module-section .iris-x-card {
            padding: 2rem 1.5rem 2.3rem;
    }
    .iris-x-card .case-studt-btn {
        position: relative;
        bottom: 0;
    }
    
    .assure-hero-player {
        width: 100%;
        margin: 40px auto 0;
    }
    #customers-filter from div {
        width: 100%;
       margin-bottom: 20px;
    }
    #customers-filter {
        position: relative;
    }
    .iris-x-impact-cnt.iris-x-impact-col-1 {
        border-right: 0;
    }
    .iris-x-impact-cnt.iris-x-impact-col-2 {
       border-right:0;
   }
    .iris-x-impact-cnt.iris-x-impact-col-4 {
        border-right:0;
         border-bottom: 1px solid #c7c7c7;
    }
     .iris-x-impact-cnt.iris-x-impact-col-5 {
        border-right:0;
         border-bottom: 1px solid #c7c7c7;
    }
    .iris-xs-awesome-cnt.iris-xs-awesome-cnt-three {
        border-right:0;
        border-bottom: 1px solid #fff;
    }
    #assure-stats-section .col {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .social-media-sticky {
        display: none;
    }
    .blog-hero-cnt p {
        padding-right: 0;
       margin-bottom: 30px;
    }
    #blog-section {
        padding-top: 85px;
    }
     .blog-navigation {
       display: none;
    }
    #company-nav-section {
        display: none;
    }
    .company-stats-icon lottie-player.sales-channels-cion {
        width: 115px;
    }
    #our-story-section .nav-tabs li a {
       padding: 9px 13px;
       font-size: 14px;
   }
    #our-team-section .card {
            width: 300px;
            margin: auto;
    }
   
    


    
    
}



@media screen and (max-width:767px) {

    #register-navbar-btn {
        display: none !important;
    }

    .landing-page-hero-section {
        margin-top: 30px;
    }

    .bubble-wrap {
        display: none;
    }

    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:active {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }


    .dropdown-col .menu-icon {
        display: inline-block;
        width: 49px;
        float: left;
        margin-right: 25px;
    }
    .dropdown-col .dropdown-menu-text {
        display: inline-block;
    }
    .dropdown-menu .dropdown-menu-text h3 {
        margin-top: 0;
    }
    .dropdown-menu .dropdown-menu-text p {
        margin-top: 6px;
        margin-bottom: 2px;
    }

    header .navbar .nav-item.dropdown {
        position: relative;
    }
    .slider-template-left-arrow {
        left: auto;
        right: 65px;
    }
    .slider-template-right-arrow {
        left: auto;
        right: 15px;
    }
    .slider-template-left-arrow, .slider-template-right-arrow {
        width: 58px;
        height: 58px;
    }
    .slider-template-left-arrow .arrow.w-embed,  .slider-template-right-arrow .arrow.w-embed {
        font-size:0;
    }
    .slider-template-left-arrow .arrow.w-embed svg, .slider-template-right-arrow .arrow.w-embed svg {
        width: 30px;
    }
    
    #inventory-section-style div#slide-active {
       width: 100%;
   }
    #inventory-section-style div#slide-active ul li {
       width: 30%;
    }
    
    
    .case-studt-text ul.card-numeric-box li h2 {
        font-size: 24px;
    }
    .case-studt-text ul.card-numeric-box li {
      width:40%;
       margin-right: 15px;
    }

    #inventory-section-style .owl-carousel .owl-stage-outer .owl-item {
      padding: 40px 15px;
   }
    
    #inventory-section-style .owl-carousel .owl-stage-outer .owl-item .case-studt-text {
        order:2;
    }
    
    #inventory-section-style .owl-carousel .owl-stage-outer .owl-item .case-studt-img {
        order:1;
    }
    
   .case-studt-text ul.card-numeric-box p {
        font-size: 12px;
        line-height: 16px;
    }
    
    .inventory-header h2 {
        padding: 0 0%;
    }
    #inventory-section-style {
        padding-bottom: 50px;
    }
    #inventory-section-style .owl-nav {
        right: 20px;
    }
    .our-solutions-heading p.lead-text {
        padding: 0 0;
        margin-bottom:30px;
    }
    .row.solutions-cards-row {
        padding: 0;
    }
    #twitter-stats-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    #twitter-stats-section .twitter-stast p {
        padding: 0 0%;
    }
    #testimonials-section .item img.img-circle.img-responsive {
      width: 90px;
        margin-bottom: 11px;
    }
    #testimonials-section .item {
       min-height: 518px;
        padding: 40px 15px 40px 15px;
    }
    
    .footer-cnt-col {
        margin: 10px 0;
    }
    #twitter-stats-section .twitter-stast {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .limelight-col {
        padding: 0 15px;
    }
    header .navbar .nav-item.dropdown.show .dropdown-menu.show .row.main-menu-category {
        max-height: 75vh;
        overflow: scroll;
    }
    header .navbar .navbar-collapse {
       max-height: 90vh;
        overflow: scroll;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .s-pd-r {
        padding-right: 25px;
    }
    .s-pd-l {
        padding-left: 25px;
    }
    .s-pd-r-100 {
        padding-right: 25px;
    }
    .s-pd-l-100 {
        padding-left: 25px;
    }
    .iris-science-content {
        padding-bottom: 10px;
   }
    #iris-science-section .button-section {
        margin: 15px 0 0px;
    }
    .slick-prev {
        left: auto;
    width: 60px;
    height: 60px;
    background-size: 30px;
    right: 84px;
    }
    .slick-next {
        right:20px;
        width: 60px;
        height: 60px;
        background-size: 30px;
    }
    .owl-nav {
      top: 70%;
        right: 20px;
    }
   .carousel-multi-item .controls-top {
        display: flex;
        justify-content: center;
        padding-right: 0;
    }
    .carousel-multi-item .controls-top a[data-slide="prev"] {
        right: 20px;
    }
    #increff-limelight-section {
        padding: 70px 0 50px;
    }
    .the-impact-heading p {
        padding: 0 0;
    }
    #iris-impact-section {
        padding: 50px 0 20px;
    }
    .the-impact-heading {
        margin-bottom: 10px;
    }
    .iris-impact-cnt.impact-2 {
        border-right:0;
    }
    .iris-impact-cnt.impact-3 {
        border-right: 1px solid #fff;
    }
    .iris-impact-cnt.impact-4 {
        border-bottom: 1px solid #fff;
        border-right:0;
    }
    .iris-impact-cnt p {
        font-size: 16px;
        line-height: 22px;
   }
    .col-lg-6.iris-video-content.pr-5 {
        padding-right: 0 !important;
    }
    
    .iris-videos-section-row .iris-video-content {
        order:2;
    }
    .iris-videos-section-row .iris-video {
        order:1;
    }
    .call-to-action-text {
        max-width: 100%;
        padding: 38px 20px 20px;
   }
    #iris-x-hero-section .container-fluid {
       padding-top: 90px;
        /*padding-bottom: 220px;*/

    }
    .iris-science-content h5 {
        margin-bottom: 15px;
    }
    .iris-module-section-heading p {
        padding: 0;
    }
    .iris-science-content .button-section.mt-5 {
        margin-top: 10px !important;
    }
    #iris-module-section {
        padding: 40px 0 30px;
    }
    #call-to-action-section {
       padding-bottom: 30px;
    }
    .customers-reviews-section .slider-template-content {
        padding: 115px 48px 0 10px;
    }
    
    .customers-reviews-section .innerpages-reviews .slider-template-copy {
        padding-left: 16px;
    }
    .customers-reviews-section .slider-template-right-arrow {
        bottom: 35px;
    }
     .customers-reviews-section .slider-template-left-arrow {
        bottom: 35px;
    }
      .customers-reviews-section  .innerpages-reviews .slider-template-content-block-h h2.heading-light {
        font-size: 18px;
        line-height: 25px;
        }
    
    #pre-footer-section .pre-footer-img img {
        position: relative;
        top: 0;
        margin-top: -50px;
    }
    #pre-footer-section .pre-footer-cnt h4 {
        margin-top: 31px;

    }
    #pre-footer-section {
        padding: 0px 0 45px;
    }
   
    #usp-section {
        padding: 40px 0 200px;
        position: relative;
    }
   
    .usp-slider-header p {
        font-size: 22px;
        line-height: 30px;
   }
    .slid-img-col {
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .iris-x-awesome-column {
       width: 100%;
    }
    #iris-x-awesome-section {
       padding: 0 0 40px;
    }
   .cloud-impact-col-1 {
        border-right:0;
        
    }
    .cloud-impact-col-3 {
        border-right:0;
        border-bottom: 1px solid #c7c7c7;
    }

     #pre-footer-section .warehouse-footer-img img {
        position: relative;
        top: 0;
        margin-top: 5px;
    }
    .pre-cloud-warehouse {
        margin-top: -112px;
    }
    #pre-footer-section .assure-scanner img {
        position: relative;
        margin-top: -40px;
        width: 100%;
    }
    .blog-hero-img {
        text-align: center;
    }
    .blog-hero-img img {
        float: none;
    }
    .blog-hero-cnt p {
        padding-right: 0;
   }
    .blog-search {
        justify-content: center;
    }
    .social-media-sticky {
       top: auto;
       display: flex;
        width: 100%;
        bottom:-31px;
    }
    .social-media-sticky a {
         width: 20%;
    }
    .company-hero-cnt h2 {
        font-size: 45px;
        line-height: 55px;
    }
    #company-nav-section.company-nav-section-fixed .company-nav-col {
        justify-content: center;
        display: block;
    }
    #company-nav-section.company-nav-section-fixed .comapany-nav-logo {
        display: block;
        width: 100%;
        text-align: center;
    }
    #company-nav-section ul li a {
        font-size: 14px;
        padding: 7px 10px;
        text-decoration: none;
    }
    #company-nav-section.company-nav-section-fixed ul {
        text-align: center;
        width: 100%;
    }
    .company-stats-card h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 18px;
    }
    .company-stats-card a {
       margin-top: 12px;
   }
    #our-story-section:after {
       display: none;
    }
     .our-vision-content {
        margin-left: 0;
      margin-bottom: 15px;
    }
    .our-vision-content h2 {
        text-align: center;
    }
    .our-vision-content:before {
        display: none;
    }
    .our-vision-content img {
        position: relative;
    }
    .our-vision-img {
        padding-left: 0;
        position: relative;
        top: 20px;
    }
    .people-culture-border:before {
        display: none;
    }
    .culture-cnt {
        position: relative;
        padding: 20px 0;
    }
    .people-culture-border:after {
        bottom: auto;
        top: -40px;
    }
     #investors-section {
        padding-top: 80px;
        padding-bottom: 70px;

    }

   
}


@media screen and (min-width:577px) and (max-width:768px) {
    .customers-reviews-section .section-experts-slider {
        height: 72vh;
    }
    .iris-x-impact-cnt.iris-x-impact-col-3 {
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
    }
    .iris-x-impact-cnt.iris-x-impact-col-4 {
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
    }
    .iris-x-impact-cnt.iris-x-impact-col-2 {
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
    }
    #assure-stats-section .col {
        width:50%;
        max-width:50%;
        flex:50%;
    }
    #blog-section {
        padding-top:95px;
    }
    .blog-hero-cnt {
        padding-left: 50px;
    }
    /*.blog-category-dropdown .dropdown button, .blog-category .dropdown.show button {*/
    /*  font-size: 14px;*/
    /*    padding: 10px 15px;*/
    /*}*/
    .blog-navigation li a {
       padding: 10px 4px;
        font-size: 14px;
    }
    .blog-navigation {
       text-align: center;
    }
}





@media screen and (max-width:991px) {
    .home-page header .navbar-nav .nav-link {
        color: #33475b;
    }
    
     a.navbar-brand {
        padding-left: 15px;
    }
    header .navbar .nav-item {
        padding: 5px 5px !important;
        margin: 0;
    }
    header nav.navbar {
        padding: 5px 0;
    }
    header .navbar li.nav-item {
        /*border-bottom: 1px solid #FED6A8;*/
    }
  
    header .navbar li.nav-item a {
        position: relative;
    }
    
    header .navbar .navbar-collapse {
        margin-top: 15px;
    }
    header .navbar-nav .nav-link:hover {
            -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
        
    }
    header .navbar ul.navbar-nav {
        /*background: white;*/
        padding-bottom:15px;
    }
    
    header .navbar-nav .nav-link {
        color: #4d4f5c;
    }
   button.header-button:hover {
    
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);

        text-decoration: none;
    
    }
    
    
    
    .main-menu-category {
        padding: 0 0px;
        margin: auto;
    }
    .dropdown-col {
        padding: 15px 15px;

    }
    header .navbar-nav .nav-link.dropdown-toggle::after {
        border-top: 10px solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        top: 10px;
        float: right;
    }
    .dropdown-menu .dropdown-menu-text a {
    margin-top: 20px;
    
    }
      .slider-template-content {
        padding: 140px 48px 140px 15px;
    }
    .slider-template-copy {
        padding-left: 20px;
    }
    .slider-template-mask h2 {
        font-size: 30px;
    }
    .slider-template-mask h3 {
        font-size: 18px;
    
    }
    #inventory-section-style div#slide-active {
       width: 100%;
   }
    .limelight-col iframe {
       min-height:170px;
    }
    .footer-cnt-col {
        margin: 20px 0;
    }
    .carousel-multi-item .controls-top {
        display: flex;
        justify-content: center;
        padding-right: 0;
    }
    .carousel-multi-item .controls-top a[data-slide="prev"] {
        right: 20px;
    }
    .the-impact-heading p {
        padding: 0;
    }
     .iris-video-section-heading p {
        padding: 0;
    }
    #customers-filter from div {
        width: 43%;
             margin-bottom: 14px;
    }
     .usp-slide-left-cnt .usp-testimonials {
        position: relative;
         margin-bottom: 20px;

    }
     #pre-footer-section .pre-footer-cnt h4 {
        font-size: 33px;
        line-height: 40px;
    }
    #pre-footer-section .assure-scanner img {
       width: 100%;
    }
    .company-stats-col {
        height: auto;
    }
    .company-stats-card {
        padding: 48px 0px;
    }
    
    
     
}
@media screen and (min-width:768px) and (max-width:991px) {
     .iris-x-impact-cnt.iris-x-impact-col-3 {
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
    }
    .iris-x-impact-cnt.iris-x-impact-col-4 {
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
    }
    .iris-x-impact-cnt.iris-x-impact-col-2 {
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
    }
     .blog-hero-img img {
        width: 100%;
    }
    .blog-navigation {
       text-align: center;
    }
    .blog-navigation li a {
        padding: 10px 15px;
    }
    .blog-search {
       justify-content: center;
    }
    #company-nav-section.company-nav-section-fixed .company-nav-col {
        justify-content: center;
        display: block;
    }
    #company-nav-section.company-nav-section-fixed .comapany-nav-logo {
        display: block;
        width: 100%;
        text-align: center;
    }
    #company-nav-section ul li a {
        font-size: 16px;
        padding: 7px 10px;
        text-decoration: none;
    }
    #company-nav-section.company-nav-section-fixed ul {
        text-align: center;
        width: 100%;
    }
   
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #our-solutions .soluitons-card {
        padding:15px;
            min-height: 225px;
    }
    #our-solutions .soluitons-card .solution-card-icon {
        width: 75px;
    }
    .sales-channels-cion {
        margin-left: -40px;
        margin-top: -36px;
        width: 150px;
    }
    .large-scale-icon {
        margin-left: -55px;
        margin-top: -45px;
        width: 180px;
    }
    button.case-studt-btn {
      font-size: 14px;
        padding: 11px 13px;
    }
    #our-solutions {
        padding: 35px 0;
    }
    .footer-media li {
        padding-right: 8px;
    }
    .s-pd-l {
        padding-left: 60px;
    }
    .s-pd-r {
    padding-right: 60px;
    }
    .s-pd-l-100 {
        padding-left: 60px;
    }
    .s-pd-r-100 {
    padding-right: 60px;
    }

    #iris-x-hero-section .container-fluid {
      padding-top: 110px;
        padding-bottom: 210px;
    }
    .customers-reviews-section .slider-template-content {

        padding: 100px 48px 0 15px;

    }
    .customers-reviews-section .section-experts-slider {
        height: 80vh;
    }
    #pre-footer-section {
        padding: 0 0 50px;
    }
    #iris-module-section .iris-x-card {
            padding:15px 15px 78px;
    }
    .company-hero-cnt h2 {
        font-size: 72px;
        line-height: 92px;
    }
    
    
   
    
    
   
    
}


@media screen and (min-width:992px) and (max-width:1199px) {
    .main-menu-category {
        padding: 0px 20px;
    }
    .row.solutions-cards-row {
        padding: 0 0%;
        overflow: hidden;
    }
    .footer-cnt-col h3 {
       font-size: 14px;
    }
    #iris-x-hero-section .iris-x-banner-img img {
        width: 74%;
        top: 130px;
    }
   
    .assure-hero-player {
        width: 100%;
        
    }
    .usp-slider-header p {
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
    }
    #pre-footer-section .assure-scanner img {
       width:95%;
    }
    #iris-module-section .iris-x-card {
            padding:15px 15px 78px;
    }
     .blog-hero-img img {
        width: 100%;
    }
     .blog-navigation li a {
        padding: 10px 18px 10px 0;
    }
    #company-nav-section ul li a {
        padding: 7px 15px;
    }
    #company-nav-section ul li a {
        font-size: 14px;
    }
    .company-stats-card {
        padding: 100px 0px;
        display: flex;
    }
    .company-stats-card h3 {
        font-size: 38px;
    }
    .people-culture-border:before {
       top: 0;
        left: -85px;
    }

     
   
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .row.solutions-cards-row {
        padding: 0px 2%;
        
    }
     #iris-x-hero-section .iris-x-banner-img img {
        width:42%;
        top:0px;
    }
    #iris-module-section .iris-x-card {
        padding: 2rem 1.5rem 4rem;
    }
    .iris-x-banner-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .company-stats-card h3 {
        font-size: 38px;
    }
    
    
}



