body.Home_page {
    background: var(--Theme-Blue-50, #EBEEFD);
  }


  .Digital_Banner_Bg {
      background: linear-gradient(180deg, #FFF 0%, #F3F1FD 100%);
  }

  .Digital_Banner {
    background: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Digital_Banner_Bg.png');
    background-size: cover;
  }

  .Digital_inner {
      padding: 72px 0 260px;
  }

  .Digital_inner h1 {
      color: var(--Theme-Blue-800, #182878);
      
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: -0.96px;
      margin-bottom: 48px;
  }

  .Digital_inner h1 span {
      color: var(--Theme-Blue-500, #3A58EF);
      
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: -0.96px;
  }

  .Digital_inner p {
    color: #475467;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 64px;
  }

  a.Get_Started_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    margin-right: 24px;
    transition: .4s ease-out;
  }

  a.Get_Started_Btn:hover {
      border: 1px solid var(--Theme-Blue-500, #3A58EF);
      background: #fff;
      color: var(--Theme-Blue-500, #3A58EF);
  }

  a.View_Sample_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: #fff;
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: .4s ease-out;
  }

  
  a.View_Sample_Btn:hover {
      border: 1px solid var(--Theme-Blue-500, #3A58EF);
      background: var(--Theme-Blue-500, #3A58EF);
      color: var(--White, #FFF);
  }



  .We_Build_Secure {
      padding-bottom: 72px;
  }
  
  .We_Build_Secure_Box {
    border-radius: 36px;
    background: var(--White, #FFF);
    padding: 48px;
    margin-top: -27px;
  }

  .We_Build_Secure_Box h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 8px;
  }

  .We_Build_Secure_Box p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 48px;
  }

  .Web_Design_and_Dev_Servies {
      background-color: var(--Theme-Blue-500, #3A58EF);
      border-radius: 24px;
      padding: 24px;
  }

  .Web_Design_and_Dev_Servies {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Web_Services_Points_Bg.png');
    background-size: cover;
  }

  .Web_Design_and_Dev_Servies h3 {
      color: var(--White, #FFF);
      text-align: center;
      
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; /* 133.333% */
      margin-bottom: 30px;
  }

  .Web_Design_and_Dev_Servies ul {
      column-count: 2;
      margin-bottom: 30px;
  }

  .Web_Design_and_Dev_Servies ul li {

    list-style: none;
    color: var(--White, #FFF);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }

  .Web_Design_and_Dev_Servies ul li svg {
      width: 20px;
      margin-right: 8px;
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies p {
      color: var(--White, #FFF);
      text-align: center;
      
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      margin-bottom: 0;
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies h2 {
      color: var(--White, #FFF);
      text-align: center;
      
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px; /* 125% */
      letter-spacing: -0.96px;
      margin-bottom: 30px;
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn {
      border-radius: 4px;
      background: var(--Theme-Blue-50, #EBEEFD);
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      padding: 12px 20px;
      color: var(--Theme-Blue-500, #3A58EF);
      
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0;
  }


  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn svg {
      margin-left: 8px;
  }

  
  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn:hover {
      color: var(--Theme-Blue-50, #EBEEFD);
      background: var(--Theme-Blue-500, #3A58EF);
      border: 1px solid var(--Theme-Blue-50, #EBEEFD);
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn:hover svg path {
      stroke: #EBEEFD;
  }



  .What_We_Offer {
      background: #fff;
      padding: 72px 0;
  }

  .What_We_Offer h2 {
      color: var(--Theme-Dark-Blue-800, #26244A);
      text-align: center;
      
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; /* 43.2px */
      letter-spacing: -0.72px;
      margin-bottom: 8px;
  }

  .What_We_Offer p {
      color: var(--Text-Grey-600, #475467);
      text-align: center;
      
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; /* 155.556% */
      margin-bottom: 48px;
  }

  .What_We_Offer_Tabs .nav-pills {
    display: inline-block;
    border-radius: 12px;
    background: #F3F4F6;
    padding: 2px;
    margin-bottom: 24px;
  }

  .What_We_Offer_Tabs {
      display: inline-block;
      width: 100%;
      text-align: center;
  }

  .What_We_Offer_Tabs .nav-pills li.nav-item {
      float: left;
      padding-bottom: 2px;
      padding-right: 2px;
  }


  .What_We_Offer_Tabs .nav-pills li.nav-item .nav-link.active {
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
      padding: 8px 23px;
      color: var(--Text-Grey-700, #344054);
      text-align: center;
      
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */
  }

  .What_We_Offer_Tabs .nav-pills li.nav-item .nav-link {
      color: var(--Text-Grey-500, #5D667B);
      text-align: center;
      
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      padding: 8px 23px;
  }





  .What_We_Offer_Box h2 {
      
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #182878;
      margin-bottom: 30px;
  }

  .What_We_Offer_Box ul {
      margin-bottom: 46px;
  }

  .What_We_Offer_Box ul li {
      
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      list-style: none;
      position: relative;
      padding-left: 28px;
      margin-bottom: 12px;
  }

  .What_We_Offer_Box ul li svg {
      position: absolute;
      top: 3px;
      left: 0;
  }

  .What_We_Offer_Btns {
      display: flex;
      align-items: center;
      gap: 24px;
  }

  .What_We_Offer_Btns a.What_We_Get_Started_Btn {
      background: #3A58EF;
      box-shadow: 0px 1px 2px 0px #1018280D;
      border-radius: 4px;
      padding: 12px 20px;
      
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
      border: 1px solid #3A58EF;
  }

  .What_We_Offer_Btns a.What_We_Get_Started_Btn:hover {
      color: #3A58EF;
      border: 1px solid #3A58EF;
      background: #fff;
  }

  .What_We_Offer_Btns a.What_We_View_Sample__Btn {
      padding: 12px 20px;
      border: 1px solid #3A58EF;
      box-shadow: 0px 1px 2px 0px #1018280D;
      border-radius: 4px;
      padding: 12px 20px;
      
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #3A58EF;
  }

  .What_We_Offer_Btns a.What_We_View_Sample__Btn:hover {
      color: #fff;
      border: 1px solid #3A58EF;
      background: #3A58EF;
  }



  .How_It_Works {
      padding: 72px 0;
  }

  .How_It_Works_Box_Main {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: 755px;
    position: relative;
    overflow-y: auto;
    background-image: none;
    padding-right: 15px;
  }

  .How_It_Works_Box_Main h2 {
      
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 8px;
  }

  .How_It_Works_Box_Main p {
      
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      max-width: 650px;
  }

  .How_It_Works_Box {
    position: absolute;
    top: 55%;
    bottom: 0;
    max-width: 416px;
    display: flex;
    align-items: self-start;
  }

  .How_It_Works_Box label {
      
      font-size: 100px;
      font-weight: 900;
      line-height: 90px;
      letter-spacing: -0.02em;
      text-align: right;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #D8DEFC;
      min-width: 50px;
      margin-right: 24px;
  }

  .How_It_Works_Box_Main_Text {

  }

  .How_It_Works_Box_Main_Text h3 {
      
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #182878;
      margin-bottom: 8px;
  }

  .How_It_Works_Box_Main_Text p {
      
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
  }

  .Scroll_Main {
      height: 890px;
      overflow-y: auto;
      overflow-x: hidden;
      display: inline-block;
      position: relative;
      width: 100%;
  }

  .How_It_Works_Box.How_It_Works_Design_Box {
    top: 37%;
  }

  .How_It_Works_Box.How_It_Works_Development_Box {
    top: 15%;
    max-width: 342px;
    right: 0;
  }

  .How_It_Works_Box.How_It_Works_Consultation_Box1 {
      top: auto;
      bottom: 0;
  }

  .How_It_Works_Box.How_It_Works_Design_Box1 {
      top: 75%;
      bottom: 0;
  }

  .How_It_Works_Box.How_It_Works_Development_Box1 {
    top: 60%;
    bottom: 0;
    right: 0;
    max-width: 342px;
  }

  .Already_Website .We_Build_Secure_Box {
      margin: 0;
      padding: 0;
  }

  .Already_Website .Already_Website_Box {
      padding: 72px;
      text-align: center;
      background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Already_have_website_Bg.png');
  }

  .We_Build_Secure.Already_Website {

  }

  .Already_Website .Already_Website_Box h2 {
      
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 8px;
  }

  .Already_Website .Already_Website_Box p {
      
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 8px;
  }

  .Already_Website .Already_Website_Box a.Upgrade_Btn {
      background: #EBEEFD;
      padding: 12px 20px;
      display: inline-block;
      border-radius: 4px;
      
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-top: 40px;
      border: 1px solid;
  }

  .Already_Website .Already_Website_Box a.Upgrade_Btn svg {
      margin-right: 8px;
  }


  .Already_Website .Already_Website_Box a.Upgrade_Btn:hover {
      color: #EBEEFD;
      border: 1px solid #EBEEFD;
      background: var(--Theme-Blue-500, #3A58EF);
  }

  .Already_Website .Already_Website_Box a.Upgrade_Btn:hover svg path {
      stroke: #EBEEFD;
  }

  .Why_us {
      padding-bottom: 72px;
  }

  .Why_us_Main {

  }

  .Why_us_Main h2 {
      
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 8px;
  }

  .Why_us_Main p {
      
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 48px;
      color: #475467;
  }

  .Why_us_Box {
      position: relative;
      min-height: 562px;
      text-align: center;
  }

  .Why_us_Box img.Why_us_Bg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: 0 auto;
      z-index: -1;
  }

  .Why_us_Box_Points {
      margin-top: 56px;
      background: #FFFFFF;
      box-shadow: 0px 4px 24px 0px #00000014;
      padding: 12px 24px 12px 12px;
      border-radius: 50px;
      text-align: left;
  }

  .Why_us_Box_Points.Why_Us_Left_Points_Box {
      text-align: right;
      display: inline-block;
  }

  .Why_us_Box_Points.Why_Us_Right_Points_Box {
      display: inline-block;
  }

  .Why_us_Box_Points svg {
      margin-right: 8px;
  }

  .Why_us_Main a.Partner_Btn {
      background: #3A58EF;
      padding: 12px 20px;
      box-shadow: 0px 1px 2px 0px #1018280D;
      border-radius: 4px;
      
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
      display: inline-block;
      max-width: 244px;
      margin-top: 48px;
      border: 1px solid #3A58EF;
  }

  .Why_us_Main a.Partner_Btn:hover {
      border: 1px solid #3A58EF;
      background: #fff;
      color: #3A58EF;
  }

  .Why_us_Main a.Partner_Btn:hover svg path {
      stroke: #3A58EF;
  }




  .center .btn{
    pointer-events: none;
  }

  .center .slick-current .btn {
    pointer-events: visible;
  }
  
  .center .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(0.8);
    filter: blur(3px);
  }
  .center .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
  }

  .center .slick-arrow{
    border: 0;
    font-size: 0;
    line-height: 0;
    background: url(../images/prev2.svg) 0 0 no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    right: calc(11% + 82px);
    top: -90px;
  }

  .center .slick-arrow:hover {
    background: url(../images/prev-hover.png) 0 0 no-repeat;
    background-color: #f60;
    width: 52px;
    border-radius: 50%;
  }

  .center button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 18%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
  }



  .center .slick-arrow:hover {
    background-color: #3A58EF;
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  .center .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .center .slick-next {
      /* transform: rotate(-180deg); */
      right: 18%;
      top: 32%;
  }

  .center button.slick-next.slick-arrow {
      background: #3a58ef;
      border-radius: 50%;
  }

  .center button.slick-prev:before {
    content: '';
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Arrow_Left.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .center button.slick-next:before {
    content: '';
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Arrow_Right.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .center button.slick-prev.slick-arrow:hover {
      background: #283FB1;
  }

  .center button.slick-next.slick-arrow:hover {
      background: #283FB1;
  }

  .Testimonials {
      padding: 72px 0 92px;
      background: #fff;
  }

  .Testimonials .slideBoxLeft h3.Heading_H3 {
      
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      margin-bottom: 30px;
  }


  .Testimonials img.SlideBox_Test_Author_Img {
      min-width: 57px;
      margin-right: 16px;
  }

  .Testimonials .slideBoxRgt {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
      min-width: 58px;
      max-width: 58px;
      margin-right: 16px;
  }

  .Testimonials .SlideBox_Test_Author h3 {
      
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
  }

  .Testimonials .SlideBox_Test_Author p {
      
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
  }

  .Testimonials h2 {
      
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 40px;
  }


  .center ul.slick-dots {
      bottom: -62px;
  }

  .center .slick-dots li button {
      background: #D8DEFC;
      width: 22px;
      height: 8px;
      border-radius: 26px;
  }

  .center .slick-dots li.slick-active button {
      background: #3A58EF;
  }

  .We_Build_Secure.Already_Website.Ready_to_Elevate {
      padding-top: 72px;
  }

  .Ready_to_Elevate .Already_Website_Box {
      padding: 72px;
      text-align: center;
      background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Ready_to_Elevate_Bg.png');
  }

  section.Get_Started {
      background: #FFFFFF;
      padding: 72px 0;
  }

  .Get_Started_Left form .form-floating>.form-control {
      
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      padding: 12px 16px;
  }

  .Get_Started_Left h2 {
      
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
      margin-bottom: 4px;
  }

  .Get_Started_Left p {
      
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #5D667B;
      margin-bottom: 24px;
  }

  .Get_Started_Left form .form-floating label {
      padding: 12px 16px;
  }

  .Website_Box {
      display: flex;
      align-items: center;
      gap: 24px;
  }

  .Website_Box label {
      
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
  }

  button.btn.btn-primary {}

  .Get_Started_Left button.btn.btn_submit {
      background: #3A58EF;
      border-radius: 4px;
      
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #fff;
      padding: 10px 18px;
  }

  .Get_Started_Left .Website_Box .form-check-input[type=radio] {
    width: 20px;
    height: 20px;
  }

  .Get_Started_Left .Website_Box .form-check-input[type=radio] {
      border-radius: 6px;
      background-color: transparent;
  }

  .form-check-input:checked[type=radio] {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Web_Checkbox.svg');
    border: 0;
  }




  /* body {
    background: #121927;
  }

  .animation {
    display: flex;
    justify-content: center;
    margin-top: 10vh;
    padding: 2rem 40px;
  }
  .animation .anm_mod {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    width: 50%;
    height: 40vh;
    border-radius: 10px;
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.5);
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 0px 4px 8px rgba(250, 250, 250, 0.3);
  }
  .animation .anm_mod.full {
    width: 100%;
    font-size: 3rem;
  }
  .animation .anm_mod.left {
    transform: translate3d(-100%, 0, 0);
  }
  .animation .anm_mod.right {
    transform: translate3d(100%, 0, 0);
  }
  .animation .anm_mod.delay {
    transition: all 2s ease;
  }
  .animation .anm_mod.fast {
    transition: all 0.8 ease;
  }

  .animation .anm_mod.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .org_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  } */

  @media only screen and (max-width: 1919px){
    .center .slick-slide:has(+ .slick-current) {
        transform: scale(0.8);
      filter: blur(3px);
    }
  }

  @media only screen and (max-width: 1470.51px) {
    .Digital_Banner {
      background: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Digital_Banner_Bg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .Digital_inner {
        padding: 72px 0 260px;
    }

    .We_Build_Secure_Box {
        margin-top: -170px;
    }

    .We_Build_Secure_Box h2 {
      color: var(--Theme-Dark-Blue-800, #26244A);
      text-align: center;
      
      font-size: 34px;
    }
  }


  @media only screen and (max-width: 1199px){ 
    .center {
      padding-top: 70px;
    }
    .center .slick-next {
        right: calc(50% - 80px);
        top: 0;
    }

    .center .slick-prev {
        right: calc(50% + 26px);
        top: 0;
    }
  }

  @media only screen and (max-width: 767px){ 
    .center .slick-slide{
      padding: 0;
    }
  }