/************ insurance hero section ***************/
.ins-hero-section {
    margin-top: -100px;
    padding: 160px 0 120px 0;
    z-index: 1;
  }
  .ins-hero-section .rectangle-shape {
    z-index: -1;
  }
  .ins-hero-section .ins-hero-curve {
    z-index: 2;
  }
  .ins-hero-section .arrow-shape {
    right: 26%;
    bottom: 500px;
    z-index: -1;
  }
  .ins-hero-section .heart-sign {
    width: 70px;
    height: 70px;
    font-size: 30px;
    left: 26%;
    bottom: 290px;
  }
  .ins-hero-section .hero-play {
    width: 90px;
    height: 90px;
    font-size: 30px;
    color: #d89612;
    right: 30%;
    bottom: 400px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .ins-hero-section .hero-play i {
    line-height: 0;
  }
  .ins-hero-section .hero-play:hover {
    transform: translateY(-6px);
  }
  .ins-hero-section .hero-content img {
    position: relative;
    z-index: 10;
  }
  @media (max-width: 1920px) {
    .ins-hero-section {
      padding-bottom: 60px;
    }
  }
  @media (max-width: 991.98px) {
    .ins-hero-section {
      padding-bottom: 0;
    }
  }
  @media (max-width: 575.98px) {
    .ins-hero-section .hero-play {
      width: 60px;
      height: 60px;
      font-size: 24px;
      bottom: 200px;
    }
  }
  /************ insurance service section ************/
  .ins-service-top {
    margin-top: -140px;
    position: relative;
    z-index: 2;
  }
  .ins-service-contact {
    padding: 40px 30px;
    box-shadow: 20px 20px 80px rgba(53, 58, 97, 0.1);
  }
  .ins-service-contact .icon-wrapper {
    background: #F5CD4B;
    width: 50px;
    height: 50px;
  }
  .ins-brand-slider .ins-brand-single {
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
  }
  .ins-brand-slider .ins-brand-single:hover {
    background-color: #ffffff;
  }
  .ins-title .subtitle {
    color: #d89612;
  }
  .ins-title mark {
    padding: 0;
    background: transparent;
    color: #d89612;
  }
  .ins-service-card {
    transition: all 0.3s ease-in-out;
  }
  .ins-service-card h5 {
    transition: all 0.3s ease-in-out;
  }
  .ins-service-card h5:hover {
    color: #d89612;
  }
  .ins-service-card .ins-service-explore {
    color: #004250;
    transition: all 0.3s ease-in-out;
  }
  .ins-service-card .ins-service-explore svg {
    transition: all 0.3s ease-in-out;
  }
  .ins-service-card .ins-service-explore svg path {
    transition: all 0.3s ease-in-out;
  }
  .ins-service-card .ins-service-explore:hover {
    color: #d89612;
  }
  .ins-service-card .ins-service-explore:hover svg {
    stroke: #d89612;
  }
  .ins-service-card .ins-service-explore:hover svg path {
    stroke: #d89612;
    fill: #d89612;
  }
  .ins-service-card:hover {
    box-shadow: 20px 20px 80px rgba(53, 58, 97, 0.1);
  }
  /************ insurance gallery ************/
  .ins-gallery-info-btns {
    gap: 24px;
  }
  .ins-gallery-info-btns .video-icon i {
    background: #F5CD4B;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ins-gallery-slider {
    width: calc(100% + 500px);
    margin-left: -250px;
  }
  .ins-gallery-slider .swiper-control {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    z-index: 3;
    text-align: center;
    line-height: 40px;
  }
  .ins-gallery-slider .swiper-control.swiper-btn-prev {
    background: #004250;
    transition: all 0.3s ease-in-out;
    left: 62%;
  }
  .ins-gallery-slider .swiper-control.swiper-btn-prev:hover {
    background: #d89612;
  }
  .ins-gallery-slider .swiper-control.swiper-btn-next {
    background: #d89612;
    transition: all 0.3s ease-in-out;
    left: calc(62% + 55px);
  }
  .ins-gallery-slider .swiper-control.swiper-btn-next:hover {
    background: #004250;
  }
  @media (max-width: 767.98px) {
    .ins-gallery-slider {
      width: 100%;
      margin-left: 0;
    }
  }
  @media (max-width: 575.98px) {
    .ins-gallery-slider .swiper-control.swiper-btn-prev {
      left: 64%;
    }
  }
  .ins-gallery-slide-single {
    padding-bottom: 25px;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
  .ins-gallery-slide-single .ins-primary-btn {
    left: 40px;
    bottom: -25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
  }
  .ins-gallery-slide-single.swiper-slide-active {
    opacity: 1;
  }
  .ins-gallery-slide-single.swiper-slide-active .ins-primary-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  /*********** achievement section **********/
  .ins-achivements-box {
    padding: 24px 0 14px;
    z-index: 1;
  }
  .ins-achivements-box::before {
    content: '';
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 200px;
    height: 200px;
    background: #F5CD4B;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
  }
  .ins-achivements-box::after {
    content: '';
    position: absolute;
    right: -90px;
    top: -90px;
    width: 200px;
    height: 200px;
    background: #d89612;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
  }
  .ins-achivements-box .border-hr {
    width: 100%;
    height: 1px;
    background: #DEF8F6;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
  }
  .ins-achivements-box .border-vr {
    width: 1px;
    height: 100%;
    background: #DEF8F6;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
  }
  .ins-achievement-box-item {
    padding: 34px;
  }
  .ins-achievement-box-item h3 span {
    color: #004250;
  }
  @media (max-width: 575.98px) {
    .ins-achievement-box-item {
      padding: 16px;
    }
  }
  .ins-info-list {
    max-width: 460px;
  }
  .ins-info-list li + li {
    margin-top: 20px;
  }
  .ins-info-list li .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .ins-info-list li .icon-wrapper.bg-telegram {
    background: #0091C8;
  }
  .ins-info-list li .icon-wrapper.bg-discord {
    background: #5865F2;
  }
  /*********** get in touch section **********/
  .ins-contact-section {
    z-index: 1;
  }
  .ins-contact-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95.5deg, #FFFFFF 42.48%, rgba(255, 255, 255, 0) 63.05%);
    z-index: -1;
  }
  @media (max-width: 1920px) {
    .ins-contact-section::before {
      width: 1930px;
    }
  }
  .ins-contact-form .ins-input-field {
    position: relative;
  }
  .ins-contact-form .ins-input-field label {
    position: absolute;
    left: 10px;
    top: -12px;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    padding: 0 8px;
  }
  .ins-contact-form .ins-input-field input, .ins-contact-form .ins-input-field select {
    padding: 13px 15px 10px;
    outline: 0;
    color: #5C6A7C;
  }
  .ins-contact-form .ins-input-field input::placeholder, .ins-contact-form .ins-input-field select::placeholder {
    color: #E4E4E4;
  }
  /************ team section start ***********/
  .ins-team-card {
    padding: 48px 24px 30px;
    transition: all 0.3s ease-in-out;
  }
  .ins-team-card .ins-team-social {
    gap: 12px;
  }
  .ins-team-card .ins-team-social a {
    width: 32px;
    height: 32px;
    background: #FAFAFA;
    border-radius: 4px;
    color: #004250;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .ins-team-card:hover {
    box-shadow: 20px 20px 80px rgba(53, 58, 97, 0.1);
  }
  .ins-team-card:hover .ins-team-social a {
    background: #004250;
    color: #ffffff;
  }
  .ins-team-card:hover .ins-team-social a:hover {
    background: #d89612;
  }
  .ins-center-explore a {
    color: #d89612;
  }
  .ins-center-explore a:hover {
    color: #004250;
  }
  /*********** feedback section start *********/
  .ins-feedback-section {
    background-repeat: no-repeat;
    background-position: center;
  }
  .ins-feedback-slider-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
  }
  .ins-feedback-slider-wrapper .swiper-control-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-prev {
    background-color: #004250;
    left: -80px;
  }
  .ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-prev:hover {
    background-color: #d89612;
  }
  .ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-next {
    background-color: #d89612;
    right: -80px;
  }
  .ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-next:hover {
    background-color: #004250;
  }
  @media (max-width: 1199.98px) {
    .ins-feedback-slider-wrapper {
      max-width: 100%;
      padding: 0;
    }
  }
  .ins-feedback-content .ins-feedback-author img {
    width: 55px;
  }
  /************ subscription area start ************/
  .ins-subscription {
    background: rgba(116, 181, 27, 0.07);
    padding: 70px 24px;
    z-index: 1;
  }
  .ins-subscription .circle-shape-right {
    position: absolute;
    right: -180px;
    top: -260px;
    width: 410px;
    height: 410px;
    background: #FAF1CF;
    border-radius: 50%;
    z-index: -1;
  }
  .ins-subscription .circle-shape-left {
    position: absolute;
    left: -180px;
    bottom: -200px;
    width: 410px;
    height: 410px;
    background: #DAF4F8;
    border-radius: 50%;
    z-index: -1;
  }
  .ins-subscription .circle-shape-top {
    position: absolute;
    left: 210px;
    top: -130px;
    width: 254px;
    height: 254px;
    border-radius: 50%;
    background: rgba(218, 244, 248, 0.7);
    z-index: -1;
  }
  .ins-sb-form {
    gap: 24px;
  }
  .ins-sb-form input {
    padding: 12px 15px;
    min-width: 330px;
    outline: 0;
  }
  @media (max-width: 575.98px) {
    .ins-sb-form {
      gap: 16px;
    }
    .ins-sb-form input {
      min-width: 100%;
    }
  }
  /************* blog section start **************/
  .ins-blog-card {
    transition: all 0.3s ease-in-out;
  }
  .ins-blog-card .ins-feature-img img {
    transition: all 0.3s ease-in-out;
  }
  .ins-blog-card .ins-blog-content {
    padding: 30px 24px 40px;
  }
  .ins-blog-card .ins-blog-content .ins-blog-meta span {
    font-size: 14px;
    font-weight: 500;
  }
  .ins-blog-card .ins-blog-content .ins-blog-meta span i {
    margin-right: 6px;
  }
  .ins-blog-card .ins-blog-content .ins-heading {
    transition: all 0.3s ease-in-out;
  }
  .ins-blog-card .ins-blog-content .ins-heading:hover {
    color: #d89612;
  }
  .ins-blog-card .ins-blog-content .ins-service-explore {
    color: #004250;
  }
  .ins-blog-card .ins-blog-content .ins-service-explore svg path {
    transition: all 0.3s ease-in-out;
  }
  .ins-blog-card .ins-blog-content .ins-service-explore:hover {
    color: #d89612;
  }
  .ins-blog-card .ins-blog-content .ins-service-explore:hover svg path {
    stroke: #d89612;
    fill: #d89612;
  }
  .ins-blog-card:hover {
    box-shadow: 20px 20px 80px rgba(53, 58, 97, 0.1);
  }
  .ins-blog-card:hover .ins-feature-img img {
    transform: scale(1.03);
  }
  .ins-btn-meta {
    padding: 5px 15px;
    background-color: rgba(0, 52, 120, 0.1);
    color: #004250;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
.ins-title span svg path {
    fill: #d89612;
    stroke: #d89612;
}
  .ins-btn-meta:hover {
    background: rgba(0, 225, 190, 0.1);
    color: #d89612;
  }
/* Hero */

.hero-subscribe-form-wrap {
    max-width: 460px;
  }
  .skewed-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
  }
  .skewed-1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom: 282px solid #ffffff;
    border-left: 100vw solid transparent;
  }
  .hero-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (min-width: 320px) and (max-width: 414px) {
    .hero-subscribe-form input.btn {
      position: relative;
      right: 0;
      top: 10px;
      margin-bottom: 15px;
      transition: all 0.3s ease-in;
    }
    .hero-subscribe-form input.form-control {
      padding: 0.75rem 1rem;
    }
  }
  .app-screen-bg {
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .app-screen-wrap {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 5;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0deg) rotateZ(-19.4046deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .screen-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  .grid-app-screens {
    width: 130%;
    max-width: 1100px;
    padding-left: 5%;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 2.2fr;
    perspective: 1000px;
    transform: perspective(1000px);
  }
  .screen-1 {
    grid-row-start: span 2;
    grid-row-end: span 2;
    width: 100%;
  }
  .screen-3 {
    justify-self: start;
  }
  .circle-shape-wrap {
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .circle-img-1 {
    position: absolute;
    width: 16%;
    margin-top: 2%;
    margin-left: 44%;
  }
  .circle-img-2 {
    position: absolute;
    width: 10%;
    margin-top: -7%;
    margin-left: 57%;
  }
  .circle-img-3 {
    position: absolute;
    width: 8%;
    margin-top: -19%;
    margin-left: 36%;
  }
  /*hero-3*/
  .hero-screen-wrap {
    display: flex;
    align-items: flex-end;
    margin-right: -120px;
  }
  .hero-screen-wrap .phone-screen {
    flex: 0 0 220px;
    width: 220px;
    margin-bottom: -30px;
    margin-right: -220px;
    z-index: 2;
  }
  .hero-screen-wrap .mac-screen {
    flex: 0 0 885px;
    width: 885px;
    margin-right: -180px;
    z-index: 1;
  }
  @media (min-width: 1480px) and (max-width: 1836px) {
    .hero-screen-wrap {
      margin-right: 0;
    }
    .hero-screen-wrap .phone-screen {
      flex: 0 0 165px;
    }
    .hero-screen-wrap .mac-screen {
      flex: 0 0 765px;
      margin-right: 0;
    }
  }
  @media (min-width: 320px) and (max-width: 1479px) {
    .hero-screen-wrap {
      margin-right: 0;
    }
    .hero-screen-wrap .phone-screen {
      flex: 0 0 100px;
      margin-right: 0;
    }
    .hero-screen-wrap .mac-screen {
      flex: 0 0 465px;
      margin-right: 0;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .hero-screen-wrap {
      align-items: center;
      justify-content: center;
    }
    .hero-screen-wrap .phone-screen {
      display: none;
    }
    .hero-screen-wrap .mac-screen {
      flex: auto;
    }
  }
  /*hero-5*/
  .widget-img-1 {
    top: 22%;
    left: -90px;
  }
  .widget-img-2 {
    bottom: -12%;
    left: -75px;
  }
  .widget-img-3 {
    top: 40%;
    right: -100px;
  }
  .widget-img-4 {
    bottom: -10%;
    right: 35px;
  }
  .widget-img-5 {
    top: -35%;
    left: -35%;
  }
  .widget-img-6 {
    top: -30%;
    right: -35%;
  }
  /*hero-8*/
  .hero-app-img::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background-color: #f6c37b;
    width: 500px;
    height: 500px;
  }
  .hero-app-img img {
    position: relative;
    z-index: 5;
  }
  @media (min-width: 320px) and (max-width: 991px) {
    .widget-img-wrap {
      display: none;
    }
    .hero-app-img::before, .app-two-mockup::before {
      display: none;
    }
  }
  

  
  /* About */

  .office-address {
    height: 360px;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in;
  }
  
  .office-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.45)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.45));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
    transition: all 0.3s ease-in;
  }
  
  .office-overlay {
    opacity: 0;
    background-color: rgba(11, 22, 63, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
  }
  
  .office-info {
    flex: 0 1 38%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    transform: translateY(70%);
    transition: all 0.3s linear;
  }
  
  .office-info h5 {
    color: #fff;
  }
  
  .office-info address {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.8s linear;
    padding-bottom: 33px;
  }
  
  .office-address:hover .office-overlay {
    opacity: 1;
  }
  
  .office-address:hover .office-info {
    transform: translateY(0);
  }
  
  .office-address:hover .office-info address {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
  }
  
  .about-content-left {
    max-width: 602px;
    margin-right: 30px;
  }
  
  .about-content-left .about-img-first {
    width: 100%;
    max-width: 76%;
  }
  
  .about-content-right {
    display: flex;
    max-width: 47%;
    flex-direction: column;
  }
  
  .about-content-right .about-img-last {
    max-width: 126%;
    margin-top: auto;
    align-self: flex-end;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-content-left {
      max-width: 450px;
    }
  }
  
  @media (min-width: 320px) and (max-width: 991px) {
    .section-heading-wrap {
      flex-direction: column;
    }
  
    .about-content-left {
      margin-bottom: 40px;
      flex-direction: column;
      align-items: stretch;
      margin-right: 0;
    }
  
    .about-content-right {
      max-width: 100%;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .about-content-left .about-img-first {
      max-width: 100%;
      margin-top: 0 !important;
    }
  
    .about-content-right img:first-of-type {
      width: 45%;
      margin: 0 !important;
    }
  
    .about-content-right img:last-of-type {
      width: 50%;
      margin: 0 !important;
    }
  }
  
  /*story grid*/
  .story-grid {
    width: 100%;
    height: 720px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  
  .story-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    width: 100%;
  }
  
  /*sticky sidebar*/
  .sticky-sidebar {
    position: sticky;
    top: 100px;
    transition: all 0.3s ease-in-out;
  }
  
  .style-guide .bg-primary-soft .style-guide-heading h2 {
    margin-bottom: 0;
    font-size: 1.75rem;
  }
  
  .about-36 {
    position: relative;
    isolation: isolate;
  }
  .about-36__box {
    display: grid;
    place-content: center;
    padding: 40px;
    width: 200px;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #181818;
  }
  .about-36__box-title {
    color: #fff250;
  }
  .about-36__box-subtitle {
    color: #fff250;
  }
  
  .about-36-scroller {
    position: relative;
    z-index: -1;
    transform: translateY(-100%);
  }

  .cs_gray_bg {
    background-color: #E8EDF8;
}
  
.cs_iconbox.cs_style_2 {
    padding: 30px;
    background-color: var(--white);
    position: relative;
    overflow: hidden;
  }
  .cs_iconbox.cs_style_2.cs_gray_bg {
    background-color: var(--gray-color);
  }
  .cs_iconbox.cs_style_2 .iconbox_index {
    color: var(--blue-color);
    -webkit-text-stroke: 1px var(--white);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
    z-index: 1;
    opacity: 0;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_icon {
    width: 53px;
    height: 53px;
    position: relative;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_icon img {
    position: relative;
    z-index: 1;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_icon::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue-color);
    -webkit-filter: drop-shadow(0px 0px 49px rgba(49, 82, 157, 0.14));
            filter: drop-shadow(0px 0px 49px rgba(49, 82, 157, 0.14));
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_icon::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -4px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    background-color: var(--accent-color);
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_subtitle {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--blue-color);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2 .cs_iconbox_shape {
    width: 56px;
    height: 56px;
    background-color: var(--accent-color);
    border-radius: 50%;
    position: absolute;
    bottom: -56px;
    right: -56px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_iconbox.cs_style_2:hover .cs_iconbox_overlay,
  .cs_iconbox.cs_style_2:hover .iconbox_index {
    opacity: 1;
  }
  .cs_iconbox.cs_style_2:hover .cs_iconbox_icon::before {
    background-color: var(--accent-color);
  }
  .cs_iconbox.cs_style_2:hover .cs_iconbox_icon::after {
    background-color: var(--white);
  }
  .cs_iconbox.cs_style_2:hover .cs_iconbox_title a,
  .cs_iconbox.cs_style_2:hover .cs_iconbox_subtitle {
    color: var(--white);
  }
  .cs_iconbox.cs_style_2:hover .cs_iconbox_shape {
    bottom: -20px;
    right: -20px;
  }
