body.banner_v2 .body-container-wrapper {
  padding: 0px;
}
body.banner_v2 {
  overflow-x: hidden;
}

body.banner_v2 .header-outer-wrap {
  background-color: rgba(226, 237, 193, 1.0);
}

body.banner_v2.scrolled.fixed .header-outer-wrap {
  background-color: unset;
}

.cst-banner_v2 {
  border-bottom: 3px solid navy;
}

.cst-banner_v2 .page-center {
  max-width: 1100px;
  overflow: unset;
}

.cst-banner_v2 .d-flex {
  display: flex;
  flex-wrap: wrap;
}

.cst-banner_v2 .lft_sec {
  width: 43.5%;
}
.cst-banner_v2 .rgt_sec {
  width: 56.5%;
}

.cst-banner_v2 .lft_sec h1 {
  padding-bottom: 7px;
}

.cst-banner_v2 .lft_sec h2 {
  padding: 0px;
}

.cst-banner_v2 .lft_sec .subtext * {
  font-size: 24px;
  line-height: 1.5;
  color: #313192;
}

.cst-banner_v2 .lft_sec .btn_sec {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.cst-banner_v2 .lft_sec .btn-default {
  width: 100%;
  max-width: 175px;
  margin: 0px;
  font-size: 18px;
  line-height: 1.5;
  height: auto;
  padding: 9px 14px;
  text-transform: unset;
  border: 1px solid #313192;
  border-radius: 5px;
}

/* .cst-banner_v2 .lft_sec .btn-default:last-child {
font-size: 14px;
line-height: 1;
} */

.cst-banner_v2 .lft_sec .btn-default:nth-child(2) {
  font-size: 14px;
  line-height: 1;
}

.cst-banner_v2 .lft_sec .blue_bg {
  background-color: #313192;
  color: #fff;
}

.cst-banner_v2 .lft_sec .btn-default:not(:last-child) {
  margin-right: 36px;
}


.cst-banner_v2 .rgt_sec .image_sec {
  position: relative;
  overflow: hidden;
}

.cst-banner_v2 .rgt_sec .image_sec .video_sec {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 79px 0px 68px;
}


.cst-banner_v2 .animation_sec path
{
  stroke-dasharray:2300;
  stroke-dashoffset:-2300;
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}

@supports (-webkit-touch-callout: none) {
  .cst-banner_v2 .animation_sec path
  {
    stroke-dasharray:2300 2300;  
    stroke-dashoffset:-2300;
    -webkit-animation: dash 5s ease forwards;
    animation: dash 5s ease forwards;
  }
}
@supports (-webkit-touch-callout: none) {
  @-webkit-keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.cst-banner_v2 .lft_sec .blue_bg:hover {
  background: transparent;
  color: #2E3192;
}

.cst-banner_v2 .animation_sec svg {
  height: auto !important;
  width: 100%;
}

/* media query */
@media (min-width: 992px){
  .cst-banner_v2 .lft_sec .subtext {
    padding-right: 53px;
  }
  /*   .cst-banner_v2 .rgt_sec {
  padding-top: 114px;
} */
  /*   .cst-banner_v2 .lft_sec .animation_sec {
  position: relative;
  transform: translateX(-15vw);
} */
  .cst-banner_v2 .rgt_sec .image_sec{
    left: 40px;
  }

  .cst-banner_v2 .rgt_sec {
    margin-top: -106px;
  }

  .cst-banner_v2 .animation_sec svg {
    height: auto !important;
    width: 52%;
  }

  .cst-banner_v2 .lft_sec h1 {
/*     font-size: 40px; */
        font-size:24px;
    line-height: 1.25;
  }

}


@media (max-width:1250px){
  /*   .cst-banner_v2 .d-flex {
  align-items: flex-end;
} */
  .cst-banner_v2 .rgt_sec .image_sec {
    left: 0px;
  }
  .cst-banner_v2 .rgt_sec .image_sec .video_sec{
    margin-left: 48px;
    margin-right: 56px;
    padding: 0;
    top: 11px;
  }
  .cst-banner_v2 .image_sec {
    max-width: 422px;
    margin: 0 auto;
    width:100%
  }
  .cst-banner_v2 .animation_sec svg {
    width: 55%;
  }
}

@media (max-width: 991px){
  .cst-banner_v2 .d-flex {
    flex-direction: column;
  }
  .cst-banner_v2 .lft_sec, .cst-banner_v2 .rgt_sec {
    width: 100%;
  }
  .cst-banner_v2 .lft_sec .btn_sec {
    margin-top: 18px;
  }
  .cst-banner_v2 .rgt_sec {
    margin-top: 30px;
  }
  .cst-banner_v2 .lft_sec h1 {
    font-size: 24px;
    line-height: 1.41666666667;
  }
  .cst-banner_v2 .lft_sec .subtext * {
    font-size: 16px;
  }
  .cst-banner_v2 .lft_sec .blue_bg {
    font-size: 14px;
  }
  .cst-banner_v2 .lft_sec .btn-default {
    max-width: 150px;
    padding-left:5px;
    padding-right:5px;
  }
  .cst-banner_v2 .lft_sec .animation_sec svg {
    width: 100%;
  }
 .cst-banner_v2 .lft_sec_inner {
    text-align: center;
  }

  .cst-banner_v2 .lft_sec .btn_sec {
    justify-content: center;
  }
  .cst-banner_v2 .animation_sec svg {
    width: 100%;
  }
  .cst-banner_v2 .animation_sec {
    margin-bottom: 6px;
  }
}

@media (max-width: 780px){
  .cst-banner_v2 .page-center {
    padding: 0px;
  }
  .cst-banner_v2 .lft_sec .animation_sec svg {
    height: auto;
  }
}

@media (max-width: 768px){
  .cst-banner_v2 {
    margin-top: -2px;
  }
}

@media (max-width: 559px) {
  .cst-banner_v2 .lft_sec_inner{
    padding: 0 15px;
  }  
}

@media (max-width: 480px){
  .cst-banner_v2 .lft_sec .btn-default:not(:last-child) {
    margin: 0px;
  }
  .cst-banner_v2 .lft_sec .btn-default:not(:last-child) {
    margin-right: 16px;
  }
  .cst-banner_v2 .lft_sec .btn-default {
    max-width: 120px;
    padding-left:5px;
    padding-right:5px;
  }
  body.banner_v2 .header-outer-wrap {
    min-height: 70px;
  }
  .cst-banner_v2 .lft_sec .btn-default {
    max-width: 46%;
  }
}

@media (max-width: 430px){
  .cst-banner_v2 .image_sec {
    max-width: 300px;
  }
  .cst-banner_v2 .rgt_sec .image_sec .video_sec {
    margin-left: 34px;
    margin-right: 41px;
    padding: 0;
    top: 8px;
  }
}


@media (min-width:740px) and (max-width: 780px) {
  .cst-banner_v2 .lft_sec_inner{
    padding: 0 35px;
  }  
}

@media (min-width:560px) and (max-width: 739px) {
  .cst-banner_v2 .lft_sec_inner{
    padding: 0 30px;
  }  
  body.banner_v2 .testimonial-wrapper2.green {
    margin-left: -30px;
    margin-right: -30px;
  }
}


@media (min-width:481px) and (max-width: 559px) {
  body.banner_v2 .testimonial-wrapper2.green {
    margin-left: -15px;
    margin-right: -15px;
  }
}