                                                                                                                                                                                                                                                       :root {
                                                                                                                                                                                                                                                          --fixed_btn_width: ;
                                                                                                                                                                                                                                                          /* --window_width: ; */
                                                                                                                                                                                                                                                          --window_height: ;
                                                                                                                                                                                                                                                          --hover: #fff;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      /* The Modal (background) */
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .counter-value::after {
                                                                                                                                                                                                                                                          content: "+";
                                                                                                                                                                                                                                                          font-size: 2.25rem;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .modal {
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                          /* Hidden by default */
                                                                                                                                                                                                                                                          position: fixed;
                                                                                                                                                                                                                                                          /* Stay in place */
                                                                                                                                                                                                                                                          z-index: 1;
                                                                                                                                                                                                                                                          /* Sit on top */
                                                                                                                                                                                                                                                          /* Location of the box */
                                                                                                                                                                                                                                                          left: 0;
                                                                                                                                                                                                                                                          top: 0;
                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                          /* Full width */
                                                                                                                                                                                                                                                          height: 100%;
                                                                                                                                                                                                                                                          /* Full height */
                                                                                                                                                                                                                                                          overflow: hidden;
                                                                                                                                                                                                                                                          /* Enable scroll if needed */
                                                                                                                                                                                                                                                          background-color: rgb(0, 0, 0);
                                                                                                                                                                                                                                                          /* Fallback color */
                                                                                                                                                                                                                                                          background-color: rgba(0, 0, 0, 0.4);
                                                                                                                                                                                                                                                          /* Black w/ opacity */
                                                                                                                                                                                                                                                          backdrop-filter: blur(10px);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      /* Modal Content */
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .modal-content {
                                                                                                                                                                                                                                                          /* background-color: #fefefe; */
                                                                                                                                                                                                                                                          margin: 20px auto;
                                                                                                                                                                                                                                                          /* padding: 20px; */
                                                                                                                                                                                                                                                          /* border: 1px solid #888; */
                                                                                                                                                                                                                                                          width: 35%;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      /* The Close Button */
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .close-btn {
                                                                                                                                                                                                                                                          text-align: end;
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .close:hover,
                                                                                                                                                                                                                                                      .close:focus {
                                                                                                                                                                                                                                                          color: #000;
                                                                                                                                                                                                                                                          text-decoration: none;
                                                                                                                                                                                                                                                          cursor: pointer;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      /* POPUP START */
                                                                                                                                                                                                                                                      
/*                                                                                                                                                                                                                                                       .form {
                                                                                                                                                                                                                                                          background-color: rgba(255, 255, 255, 0.7);
                                                                                                                                                                                                                                                          border-radius: 10px;
                                                                                                                                                                                                                                                          padding: 10px;
                                                                                                                                                                                                                                                      } */
 .form-div>form {
                                                                                                                                                                                                                                                          background-color: rgba(255, 255, 255, 0.7);
                                                                                                                                                                                                                                                          border-radius: 10px;
                                                                                                                                                                                                                                                          padding: 10px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .form-div {
                                                                                                                                                                                                                                                          background-color: rgba(255, 255, 255, 0.1);
                                                                                                                                                                                                                                                          border-radius: 10px;
                                                                                                                                                                                                                                                          padding: 10px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .name-form,
                                                                                                                                                                                                                                                      .number-form,
                                                                                                                                                                                                                                                      .Email-form,
                                                                                                                                                                                                                                                      .message-form,
                                                                                                                                                                                                                                                      .sumbit-form {
                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                          padding: 10px 20px;
                                                                                                                                                                                                                                                          margin: 10px 0px;
                                                                                                                                                                                                                                                          border-radius: 5px;
                                                                                                                                                                                                                                                          outline: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .name-form,
                                                                                                                                                                                                                                                      .number-form,
                                                                                                                                                                                                                                                      .Email-form,
                                                                                                                                                                                                                                                      .message-form {
                                                                                                                                                                                                                                                          border: 0.5px solid #fff;
                                                                                                                                                                                                                                                          background: none;
                                                                                                                                                                                                                                                          color: #000;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .name-form::placeholder,
                                                                                                                                                                                                                                                      .number-form::placeholder,
                                                                                                                                                                                                                                                      .Email-form::placeholder,
                                                                                                                                                                                                                                                      .message-form::placeholder {
                                                                                                                                                                                                                                                          /* color: #fff; */
                                                                                                                                                                                                                                                          opacity: 1 !important;
                                                                                                                                                                                                                                                          color: #000 !important;
                                                                                                                                                                                                                                                          font-weight: 600;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .message-form {
                                                                                                                                                                                                                                                          height: 200px;
                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .submit-form-div {
                                                                                                                                                                                                                                                          text-align: center;
                                                                                                                                                                                                                                                          color: #FFF;
                                                                                                                                                                                                                                                          background-color: #F68E34;
                                                                                                                                                                                                                                                          padding: 10px 0px;
                                                                                                                                                                                                                                                          border-radius: 5px;
                                                                                                                                                                                                                                                          font-size: 22px;
                                                                                                                                                                                                                                                          font-weight: 700;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      /* .mobile_menu_links {
                                                                                                                                                                                                                    z-index: 100 !important;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0%;
                                                                                                                                                                                                                    left: 0%;
                                                                                                                                                                                                                    bottom: 0%;
                                                                                                                                                                                                                    right: 0%;
                                                                                                                                                                                                                    backdrop-filter: blur(10px);
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                } */
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .close-svg {
                                                                                                                                                                                                                                                          width: 40px;
                                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                                          color: #fff;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      /* POPUP END */
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .fixed-demo-btn {
                                                                                                                                                                                                                                                          font-weight: 400;
                                                                                                                                                                                                                                                          font-size: 12px;
                                                                                                                                                                                                                                                          border: 1px solid #fff;
                                                                                                                                                                                                                                                          background: rgb(9, 67, 93);
                                                                                                                                                                                                                                                          background: -moz-linear-gradient(90deg, rgba(9, 67, 93, 1) 50%, rgba(246, 142, 52, 1) 50%);
                                                                                                                                                                                                                                                          background: -webkit-linear-gradient(90deg, rgba(9, 67, 93, 1) 50%, rgba(246, 142, 52, 1) 50%);
                                                                                                                                                                                                                                                          background: linear-gradient(90deg, rgba(9, 67, 93, 1) 50%, rgba(246, 142, 52, 1) 50%);
                                                                                                                                                                                                                                                          backdrop-filter: blur(5px);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-b {
                                                                                                                                                                                                                                                          color: #09435D;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-o {
                                                                                                                                                                                                                                                          color: #F68E34;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-b-imp {
                                                                                                                                                                                                                                                          color: #09435D !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-o-imp {
                                                                                                                                                                                                                                                          color: #F68E34 !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-b-bg {
                                                                                                                                                                                                                                                          background-color: #09435D;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-o-bg {
                                                                                                                                                                                                                                                          background-color: #F68E34;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .blue-line-ai {
                                                                                                                                                                                                                                                          background-color: #09435D !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      * {
                                                                                                                                                                                                                                                          font-family: Titillium Web !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .border-1px {
                                                                                                                                                                                                                                                          border: 1px solid rgb(224, 224, 224) !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .fixed-demo-btn {
                                                                                                                                                                                                                                                          position: fixed !important;
                                                                                                                                                                                                                                                          top: 50%;
                                                                                                                                                                                                                                                          z-index: 1000;
                                                                                                                                                                                                                                                          transform: rotate(270deg);
                                                                                                                                                                                                                                                          right: var(--fixed_btn_width);
                                                                                                                                                                                                                                                          backdrop-filter: blur(20px);
                                                                                                                                                                                                                                                          border-radius: 10px 10px 0px 0px;
                                                                                                                                                                                                                                                          background-color: #8d8d8d5d;
                                                                                                                                                                                                                                                          padding: 5px 10px;
                                                                                                                                                                                                                                                          font-weight: 700;
                                                                                                                                                                                                                                                          font-size: 16px;
                                                                                                                                                                                                                                                          color: #fff;
                                                                                                                                                                                                                                                          border: 2px solid #fff;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      #client-slider .owl-nav,
                                                                                                                                                                                                                                                      #review-slider .owl-nav {
                                                                                                                                                                                                                                                          display: none !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-1,
                                                                                                                                                                                                                                                      .section-5 {
                                                                                                                                                                                                                                                          background-color: #09435D;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .play-btn,
                                                                                                                                                                                                                                                      .play-overlay {
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-5 {
                                                                                                                                                                                                                                                          background-position: 0px 00px;
                                                                                                                                                                                                                                                          background-attachment: scroll;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-6 {
                                                                                                                                                                                                                                                          /* background-image: url('items/section-6.jpg'); */
                                                                                                                                                                                                                                                          background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("https://igzy.com/wp-content/uploads/2022/07/section-6.jpg") center center no-repeat;
                                                                                                                                                                                                                                                          background-attachment: fixed;
                                                                                                                                                                                                                                                          background-repeat: no-repeat;
                                                                                                                                                                                                                                                          background-size: cover;
                                                                                                                                                                                                                                                          background-position: center center;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-6:before {
                                                                                                                                                                                                                                                          content: " ";
                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                          height: 100%;
                                                                                                                                                                                                                                                          position: absolute;
                                                                                                                                                                                                                                                          z-index: -1;
                                                                                                                                                                                                                                                          top: 0;
                                                                                                                                                                                                                                                          left: 0;
                                                                                                                                                                                                                                                          background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.921) 0%, rgba(255, 255, 255, 0.9) 100%);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .logo {
                                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                                          width: 100px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .color-chnager {
                                                                                                                                                                                                                                                          mix-blend-mode: difference;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .trusted-by-img {
                                                                                                                                                                                                                                                          background-color: rgba(255, 255, 255, 0.541);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .divider {
                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      #section-2-divider {
                                                                                                                                                                                                                                                          transform: rotate(180deg);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .items-svg {
                                                                                                                                                                                                                                                          width: 69px;
                                                                                                                                                                                                                                                          height: 64px;
                                                                                                                                                                                                                                                          /* margin-top: -10px; */
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .icon-bg {
                                                                                                                                                                                                                                                          box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.29);
                                                                                                                                                                                                                                                          -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.29);
                                                                                                                                                                                                                                                          -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.29);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .item-icon {
                                                                                                                                                                                                                                                          color: #fff;
                                                                                                                                                                                                                                                          display: flex;
                                                                                                                                                                                                                                                          justify-content: start;
                                                                                                                                                                                                                                                          vertical-align: middle;
                                                                                                                                                                                                                                                          margin: 0px;
                                                                                                                                                                                                                                                          padding: 0px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .item-icon>svg {
                                                                                                                                                                                                                                                          width: 100px;
                                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                                          color: #F68E34 !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      #icon-inner {
                                                                                                                                                                                                                                                          color: #ffb97b !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .benefits-items {
                                                                                                                                                                                                                                                          background-color: #f5f4f4;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .item-para {
                                                                                                                                                                                                                                                          font-size: 18px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-nav {
                                                                                                                                                                                                                                                          display: block !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-prev {
                                                                                                                                                                                                                                                          top: 45%;
                                                                                                                                                                                                                                                          position: absolute;
                                                                                                                                                                                                                                                          left: 0px !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-next {
                                                                                                                                                                                                                                                          top: 45%;
                                                                                                                                                                                                                                                          position: absolute;
                                                                                                                                                                                                                                                          right: 0px !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-3 {
                                                                                                                                                                                                                                                          /* background-color: rgba(255, 255, 255, 0.795); */
                                                                                                                                                                                                                                                          /* background-image: url('items/didal.jpg'); */
                                                                                                                                                                                                                                                          background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("https://igzy.com/wp-content/uploads/2022/07/sec-3-bg.png") no-repeat fixed;
                                                                                                                                                                                                                                                          background-repeat: no-repeat;
                                                                                                                                                                                                                                                          background-position: center;
                                                                                                                                                                                                                                                          background-size: cover;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .value-body,
                                                                                                                                                                                                                                                      .value-list-group,
                                                                                                                                                                                                                                                      .value-top-icon>img {
                                                                                                                                                                                                                                                          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                                          -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                                          -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .bullets-value {
                                                                                                                                                                                                                                                          margin: 5px 10px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .bullets-value-svg {
                                                                                                                                                                                                                                                          width: 10px;
                                                                                                                                                                                                                                                          height: 10px;
                                                                                                                                                                                                                                                          color: #ffffff;
                                                                                                                                                                                                                                                          vertical-align: middle;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .value-list-group li {
                                                                                                                                                                                                                                                          color: #ffffff;
                                                                                                                                                                                                                                                          font-weight: 600;
                                                                                                                                                                                                                                                          font-size: 16px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .bg-shader {
                                                                                                                                                                                                                                                          z-index: -1;
                                                                                                                                                                                                                                                          position: absolute;
                                                                                                                                                                                                                                                          top: 50%;
                                                                                                                                                                                                                                                          left: 50%;
                                                                                                                                                                                                                                                          transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-icon-bash {
                                                                                                                                                                                                                                                          width: 100px !important;
                                                                                                                                                                                                                                                          height: 100px !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .o-line,
                                                                                                                                                                                                                                                      .o-line-center {
                                                                                                                                                                                                                                                          background-color: #F68E34;
                                                                                                                                                                                                                                                          height: 5px;
                                                                                                                                                                                                                                                          width: 150px;
                                                                                                                                                                                                                                                          margin: 10px 0px;
                                                                                                                                                                                                                                                          border-radius: 100px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .play-video {
                                                                                                                                                                                                                                                          left: 50%;
                                                                                                                                                                                                                                                          top: 50%;
                                                                                                                                                                                                                                                          transform: translate(-50%, -50%);
                                                                                                                                                                                                                                                          width: 100px;
                                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .video-overlay,
                                                                                                                                                                                                                                                      .play-video {
                                                                                                                                                                                                                                                          transition: 1000ms;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .video-overlay {
                                                                                                                                                                                                                                                          inset: 0px 0px 0px 0px !important;
                                                                                                                                                                                                                                                          z-index: 10;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .hero-video {
                                                                                                                                                                                                                                                          box-shadow: 10px 10px 42px 5px rgba(255, 255, 255, 0.2);
                                                                                                                                                                                                                                                          -webkit-box-shadow: 10px 10px 42px 5px rgba(255, 255, 255, 0.2);
                                                                                                                                                                                                                                                          -moz-box-shadow: 10px 10px 42px 5px rgba(255, 255, 255, 0.2);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .o-line-center {
                                                                                                                                                                                                                                                          margin: 0px auto;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-icon {
                                                                                                                                                                                                                                                          width: 75px;
                                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item {
                                                                                                                                                                                                                                                          /* background-color: #f5f5f5; */
                                                                                                                                                                                                                                                          backdrop-filter: blur(5px);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item-title {
                                                                                                                                                                                                                                                          color: #09435D;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .item-title {
                                                                                                                                                                                                                                                          text-transform: capitalize !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .client-logo {
                                                                                                                                                                                                                                                          left: 50%;
                                                                                                                                                                                                                                                          transform: translate(-50%, 0%);
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .client-div {
                                                                                                                                                                                                                                                          position: relative;
                                                                                                                                                                                                                                                          border: 0.5px solid #ff9d4723;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .client-name {
                                                                                                                                                                                                                                                          position: absolute;
                                                                                                                                                                                                                                                          bottom: 0%;
                                                                                                                                                                                                                                                          left: 50%;
                                                                                                                                                                                                                                                          transform: translate(-50%, 0%);
                                                                                                                                                                                                                                                          text-align: center;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .mobile-why {
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .desktop-why {
                                                                                                                                                                                                                                                          display: block;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .value-mobile {
                                                                                                                                                                                                                                                          display: none !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .value-desktop {
                                                                                                                                                                                                                                                          display: flex !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item-2,
                                                                                                                                                                                                                                                      .ai-item-3 {
                                                                                                                                                                                                                                                          /* border: 1px solid #09435D; */
                                                                                                                                                                                                                                                          background-color: rgb(246, 246, 246, 0.8);
                                                                                                                                                                                                                                                          backdrop-filter: blur(5px);
                                                                                                                                                                                                                                                          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item-1,
                                                                                                                                                                                                                                                      .ai-item-4 {
                                                                                                                                                                                                                                                          /* border: 1px solid #F68E34; */
                                                                                                                                                                                                                                                          background-color: rgba(246, 246, 246, 0.8);
                                                                                                                                                                                                                                                          backdrop-filter: blur(5px);
                                                                                                                                                                                                                                                          filter: drop-shadow(-0px 0px 5px rgba(0, 0, 0, 0.05));
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item-4 {
                                                                                                                                                                                                                                                          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item-3 {
                                                                                                                                                                                                                                                          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-item-div-mobile {
                                                                                                                                                                                                                                                          /* display: none; */
                                                                                                                                                                                                                                                          display: block;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .ai-items-div {
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .bullets-value {
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-dots {
                                                                                                                                                                                                                                                          text-align: center;
                                                                                                                                                                                                                                                          padding-top: 15px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-dots button.owl-dot {
                                                                                                                                                                                                                                                          width: 10px;
                                                                                                                                                                                                                                                          height: 10px;
                                                                                                                                                                                                                                                          border-radius: 50%;
                                                                                                                                                                                                                                                          display: inline-block;
                                                                                                                                                                                                                                                          background: #ffc38f !important;
                                                                                                                                                                                                                                                          margin: 0 5px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-dots button.owl-dot.active {
                                                                                                                                                                                                                                                          width: 15px;
                                                                                                                                                                                                                                                          height: 15px;
                                                                                                                                                                                                                                                          background-color: #F68E34 !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .owl-dots button.owl-dot:focus {
                                                                                                                                                                                                                                                          outline: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-7 {
                                                                                                                                                                                                                                                          background-color: #F68E34;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .number-data {
                                                                                                                                                                                                                                                          color: white;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .icon-div>svg {
                                                                                                                                                                                                                                                          width: 60px;
                                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .number-text {
                                                                                                                                                                                                                                                          color: #fff;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .tablet-why {
                                                                                                                                                                                                                                                          display: none;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .section-3-icon {
                                                                                                                                                                                                                                                          color: #fff;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .why-item-1,
                                                                                                                                                                                                                                                      .why-item-2,
                                                                                                                                                                                                                                                      .why-item-3,
                                                                                                                                                                                                                                                      .why-item-5,
                                                                                                                                                                                                                                                      .why-item-6,
                                                                                                                                                                                                                                                      .why-item-7,
                                                                                                                                                                                                                                                      .why-item-8,
                                                                                                                                                                                                                                                      .why-item-4 {
                                                                                                                                                                                                                                                          color: #F68E34;
                                                                                                                                                                                                                                                          transition-duration: 0.5s;
                                                                                                                                                                                                                                                          /* transition-duration: 1s; */
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .js-b-svg {
                                                                                                                                                                                                                                                          color: #09435D;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .why-item-1 svg:hover .fill-class,
                                                                                                                                                                                                                                                      .why-item-2 svg:hover .fill-class-2,
                                                                                                                                                                                                                                                      .why-item-3 svg:hover .fill-class-3,
                                                                                                                                                                                                                                                      .why-item-4 svg:hover .fill-class-4,
                                                                                                                                                                                                                                                      .why-item-6 svg:hover .fill-class-6,
                                                                                                                                                                                                                                                      .why-item-7 svg:hover .fill-class-7,
                                                                                                                                                                                                                                                      .why-item-8 svg:hover .fill-class-8,
                                                                                                                                                                                                                                                      .why-item-5 svg:hover .fill-class-5 {
                                                                                                                                                                                                                                                          fill: #F68E34;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .why-item-1 svg:hover,
                                                                                                                                                                                                                                                      .why-item-2 svg:hover,
                                                                                                                                                                                                                                                      .why-item-3 svg:hover,
                                                                                                                                                                                                                                                      .why-item-5 svg:hover,
                                                                                                                                                                                                                                                      .why-item-6 svg:hover,
                                                                                                                                                                                                                                                      .why-item-7 svg:hover,
                                                                                                                                                                                                                                                      .why-item-8 svg:hover,
                                                                                                                                                                                                                                                      .why-item-4 svg:hover {
                                                                                                                                                                                                                                                          color: #FFF;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .why-item-1,
                                                                                                                                                                                                                                                      .why-item-2,
                                                                                                                                                                                                                                                      .why-item-3,
                                                                                                                                                                                                                                                      .why-item-5,
                                                                                                                                                                                                                                                      .why-item-6,
                                                                                                                                                                                                                                                      .why-item-7,
                                                                                                                                                                                                                                                      .why-item-8,
                                                                                                                                                                                                                                                      .why-item-4 {
                                                                                                                                                                                                                                                          width: 25% !important;
                                                                                                                                                                                                                                                          padding: 10px 20px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      .why-choose-igzy-row-1 {
                                                                                                                                                                                                                                                          display: flex !important;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      @media screen and (max-width:1024px) {
                                                                                                                                                                                                                                                          .modal-content {
                                                                                                                                                                                                                                                              width: 45%;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      @media screen and (max-width: 768px) {
                                                                                                                                                                                                                                                          .modal-content {
                                                                                                                                                                                                                                                              width: 55%;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .why-item-1,
                                                                                                                                                                                                                                                          .why-item-2,
                                                                                                                                                                                                                                                          .why-item-3,
                                                                                                                                                                                                                                                          .why-item-5,
                                                                                                                                                                                                                                                          .why-item-6,
                                                                                                                                                                                                                                                          .why-item-7,
                                                                                                                                                                                                                                                          .why-item-8,
                                                                                                                                                                                                                                                          .why-item-4 {
                                                                                                                                                                                                                                                              width: 33% !important;
                                                                                                                                                                                                                                                              padding: 10px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .why-item-icon-div>svg {
                                                                                                                                                                                                                                                              width: 80px !important;
                                                                                                                                                                                                                                                              height: auto !important;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          /* Real tab to mobile area */
                                                                                                                                                                                                                                                          .value-mobile {
                                                                                                                                                                                                                                                              display: block !important;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .value-desktop {
                                                                                                                                                                                                                                                              display: none !important;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .number-1 {
                                                                                                                                                                                                                                                              width: 45%;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .fixed-demo-btn {
                                                                                                                                                                                                                                                              font-weight: 700;
                                                                                                                                                                                                                                                              font-size: 14px;
                                                                                                                                                                                                                                                              border: 2px solid #fff;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      @media screen and (max-width: 708px) {
                                                                                                                                                                                                                                                          .modal-content {
                                                                                                                                                                                                                                                              width: 65%;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .ai-item-div-mobile {
                                                                                                                                                                                                                                                              display: block;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .ai-items-div {
                                                                                                                                                                                                                                                              display: none;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .number-section {
                                                                                                                                                                                                                                                              background-image: url('<?php echo get_bloginfo("template_url"); ?>/landing-pages/items/bg-cir.svg');
                                                                                                                                                                                                                                                              background-attachment: fixed;
                                                                                                                                                                                                                                                              background-repeat: no-repeat;
                                                                                                                                                                                                                                                              background-position: center center;
                                                                                                                                                                                                                                                              background-size: contain;
                                                                                                                                                                                                                                                              background-color: #09435D;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .number-1 {
                                                                                                                                                                                                                                                              background-color: #fff;
                                                                                                                                                                                                                                                              margin: 5px;
                                                                                                                                                                                                                                                              border-radius: 10px;
                                                                                                                                                                                                                                                              padding: 10px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .icon-div>svg {
                                                                                                                                                                                                                                                              width: 40px;
                                                                                                                                                                                                                                                              height: auto;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .number-data {
                                                                                                                                                                                                                                                              color: #09435D;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .number-text {
                                                                                                                                                                                                                                                              color: #09435D;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .tablet-why {
                                                                                                                                                                                                                                                              display: block;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .desktop-why {
                                                                                                                                                                                                                                                              display: none;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .section-3-icon {
                                                                                                                                                                                                                                                              color: #09435D;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      @media screen and (max-width:578px) {
                                                                                                                                                                                                                                                          .close-btn {
                                                                                                                                                                                                                                                              display: block;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .modal-content {
                                                                                                                                                                                                                                                              padding: 10px;
                                                                                                                                                                                                                                                              width: 100%;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .why-item-1,
                                                                                                                                                                                                                                                          .why-item-2,
                                                                                                                                                                                                                                                          .why-item-3,
                                                                                                                                                                                                                                                          .why-item-5,
                                                                                                                                                                                                                                                          .why-item-6,
                                                                                                                                                                                                                                                          .why-item-7,
                                                                                                                                                                                                                                                          .why-item-8,
                                                                                                                                                                                                                                                          .why-item-4 {
                                                                                                                                                                                                                                                              width: 50% !important;
                                                                                                                                                                                                                                                              padding: 10px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .fixed-demo-btn {
                                                                                                                                                                                                                                                              font-weight: 400;
                                                                                                                                                                                                                                                              font-size: 12px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .ai-icon-div>svg {
                                                                                                                                                                                                                                                              width: 50px;
                                                                                                                                                                                                                                                              height: auto;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      @media screen and (max-width: 480px) {
                                                                                                                                                                                                                                                          .logo {
                                                                                                                                                                                                                                                              height: auto;
                                                                                                                                                                                                                                                              width: 80px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .item-para {
                                                                                                                                                                                                                                                              font-size: 16px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .mobile-why {
                                                                                                                                                                                                                                                              display: block;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .tablet-why {
                                                                                                                                                                                                                                                              display: none;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .desktop-why {
                                                                                                                                                                                                                                                              display: none;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .bullets-value {
                                                                                                                                                                                                                                                              display: none;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .value-list-group li {
                                                                                                                                                                                                                                                              padding: 8px;
                                                                                                                                                                                                                                                              font-size: 14px;
                                                                                                                                                                                                                                                              font-weight: 600;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .value-body,
                                                                                                                                                                                                                                                          .value-list-group,
                                                                                                                                                                                                                                                          .value-top-icon>img {
                                                                                                                                                                                                                                                              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                                              -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                                              -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .ai-items-div {
                                                                                                                                                                                                                                                              display: none;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          .ai-item-div-mobile {
                                                                                                                                                                                                                                                              display: block;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                      }