
#header-dialog {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    background-color: #fff;
    z-index: 1;
  }
  .header-dialog .nav-link {
    text-transform: uppercase;
    font-size: 14px !important;
  }
  .header-dialog .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #bb134d;
    border-radius: 100px !important;
  }
  .header-dialog .navbar-nav .nav-item .nav-link {
    border-radius: 100px !important;
    padding: 12px 12px 12px 12px !important;
    color: #000;
  }
  .header-dialog .offcanvas-header {
    justify-content: end;
  }
  .header-dialog .offcanvas-body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-dialog .offcanvas .navbar-menus {
    list-style: none;
  }
  .header-dialog .offcanvas .nav-link {
    color: #b0044e;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid #dcdcdc;
    transition: color 0.3s ease;
  }
  .header-dialog .offcanvas .nav-link .active {
    color: #b0044e;
    font-weight: bold;
  }
  .header-dialog .offcanvas-header .btn-close {
    margin-right: 0.5rem;
  }
  #banner-dialog {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    height: auto;
  }
  .banner-dialog .common-container {
    padding: 0px 0px !important;
  }
  .banner-dialog .banner-text {
    display: flex;
    padding: 20px;
    align-items: center;
    color: #fff;
  }
  .bannr .icon-headding {
    display: flex;
    align-items: center;
  }
  .icon-wrap .material-symbols-outlined {
    padding: 10px !important;
  }
  .material-symbols-outlined {
    font-size: 30px !important;
    padding: 19px;
    font-weight: 700;
    color: #fff;
    border: none !important;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    direction: ltr;
  }
  .banner-dialog .title2 .material-symbols-outlined {
    padding: 5px;
  }
  .banner-dialog .button-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #b0044e;
    border: 1px solid #c61516;
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    min-width: 135px;
    padding: 4px 10px 5px 0px;
    border-radius: 45px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  }
  .banner-dialog .button-banner:hover {
    background-color: #e20564;
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  .banner-dialog .button-banner > div {
    margin-right: 8px;
    border-radius: 50%;
    color: #b0044e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff;
  }
  .banner-dialog .btn-icon-wrapper .material-symbols-outlined {
    font-size: 20px !important;
    padding: 6px;
    color: #b0044e;
  }
  .banner-dialog .button-banner p {
    color: #fff;
  }
  .call-icon {
    font-weight: 900 !important;
  }
  .banner_image {
    position: relative;
  }
  .img-banner {
    max-width: 350px;
    min-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    float: right;
    width: 100%;
    left: 43%;
    position: absolute;
  }
  .banner_image_card {
    border-radius: 40px;
    max-width: 280px;
    width: 100%;
    padding: 6px;
    position: absolute;
    background-color: #f7e6ed;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    height: 80px;
    text-align: center;
  }
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f7e6ed;
    border-radius: 35px;
    background-color: #ffc905;
  }
  .icon-wrapper {
    position: absolute;
    top: 5px;
    right: 9px;
  }
  .icon-wrapper2 {
    position: absolute;
    top: 6px;
    left: 8px;
    border-radius: 35px;
  }
  .banner_image_card-1 {
    top: 8px;
    left: -55%;
  }
  .banner_image_card-2 {
    top: 133px;
    right: -43%;
  }
  .banner_image_card-3 {
    bottom: 59px;
    left: -68%;
  }
  .banner_image_card-3.icon-wrapper {
    background-color: #ffc905;
  }
  .banner_image_card-2 .icon-wrapper2 {
    background-color: #a1c900;
  }
  .banner_image_card-1 .icon-wrapper {
    background-color: #b0044e;
  }
  .banner-card {
    display: flex;
    align-items: center;
  }
  .banner-card-title {
    text-align: right;
    font-size: 30px;
    color: #b0044e;
  }
  .banner-card-title2 {
    text-align: left;
    padding-left: 17px;
    font-size: 30px;
    color: #b0044e;
  }
  .banner-card-subtitle {
    text-align: right;
    padding-left: 20px;
    color: #b0044e;
  }
  .banner_image_wrapper {
    position: relative;
  }
  .banner_image_wrapper .vector-objects {
    margin-top: -120px;
  }
  .banner-image {
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    position: absolute;
  }
  .card-left {
    padding: 8px 0px 8px 18px;
  }
  .card-left2 {
    padding: 8px 0px 8px 60px;
  }
  .banner-card2 {
    display: flex;
    justify-content: flex-start;
  }
  #gallery-dialog {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
  }
  .gallery-dialog .grid-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    display: flex;
    align-items: center;
    font-size: 50px;
    justify-content: center;
    line-height: 0;
  }
  .gallery-dialog .grid-subtitle {
    text-align: center;
    margin: 0px;
    line-height: 11px;
    color: #4c4b4b;
  }
  .navbar-light .navbar-toggler {
    border: none !important;
  }
  .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  .gallery-dialog .image-enterprise {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .grid-images-wrapper {
    width: 100%;
  }
  .gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 5vw);
    grid-gap: 1px;
  }
  .gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .gallery__item {
    position: relative;
  }
  .gallery__item--1 {
    grid-column: 1/5;
    grid-row: 1/7;
  }
  .gallery__item--2 {
    grid-column: 5/9;
    grid-row: 1/7;
  }
  .gallery__item--3 {
    grid-column: 9/13;
    grid-row: 1/5;
  }
  .gallery__item--4 {
    grid-column: 1/5;
    grid-row: 7/13;
  }
  .gallery__item--5 {
    grid-column: 5/9;
    grid-row: 7/13;
  }
  .gallery__item--6 {
    grid-column: 9/13;
    grid-row: 5/9;
  }
  .gallery__item--7 {
    grid-column: 9/13;
    grid-row: 9/13;
  }
  .overlay {
    position: absolute;
    bottom: 20px;
    max-height: 75px !important;
    left: 0;
    right: 0;
    color: #6D6D6D;
    background-color: #fff;
    padding: 20px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 100%;
  }
  #testimonial {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
  }
  .testimonials .testimonial-title {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .testimonials .testimonial-subtitle {
    text-align: center;
  }
  .testimonials .slider {
    position: relative;
  }
  .testimonials .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .slider .owl-item.active.center .slider-card {
    color: #fff;
  }
  .slider-card {
    background: #fff;
    padding: 0px 10px;
    /* margin: 0px 15px 70px 15px; */
    border-radius: 25px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testimonials .slider .owl-item.active.center .badge {
    background-color: #b0044e;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .testimonials .custom-prev  {
    position: absolute;
    left: 34%;
    top: 12%;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
    display: block;
    height: auto;
    background-color: unset;
    min-width: 60px;


  }
  .custom-prev img{
    min-width: 60px;
    display: block;

  }
  .testimonials .custom-next img{
    min-width: 60px;
    display: block;

  }
  .testimonials .custom-next  {
    position: absolute;
    top: 12%;
    right: 35%;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
    display: block;
    height: auto;
    background-color: unset;
    min-width: 60px;

  }
  .owl-nav img {
    width: 60px;
  }
  .owl-nav .owl-prev:hover,
  .owl-nav .owl-next:hover {
    background: none !important;
    outline: none !important;
    opacity: 1;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    outline: none;
    opacity: 0.6;
    transition: all 0.5s ease;
  }
  .testimonials .image-wrapper {
    padding: 10px;
    width: 216px;
    height: 216px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
  }
  .testimonials .image-wrapper img{
    /* border-radius: 50%; */
    width: 162px;
    height: auto;
  }
 
  .testimonials .content {
    padding: 35px 0px;
    text-align: center;
    color: #565656;
    margin-bottom: 12px;
    line-height: 16px !important;
  }
  .testimonials .name {
    text-align: center;
    color: #565656;
    line-height: 16px !important;
  }
  .testimonials .organization {
    color: #b0044e;
    text-align: center;
  }
  .badge {
    position: absolute;
    bottom: 23px;
    display: inline;
    left: 29px;
    transform: translate(-50%, 50%);
    padding: 0.75rem;
    background-color: #dcdcdc;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
  }
  .owl-dots {
    display: none;
  }
  .testimonials .content {
    padding: 35px 0px;
    text-align: center;
    color: #565656;
    margin-bottom: 12px;
    line-height: 23px !important;
  }
  .testimonials .name {
    text-align: center;
    color: #565656;
    line-height: 16px !important;
  }
  .testimonials .organization {
    color: #b0044e;
    text-align: center;
  }
  #content {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
  }
  .content .container {
    position: relative;
    max-width: 1100px;
    text-align: center;
    padding: 0px 0px 140px 0px;
  }
  content .quote-icon {
    position: relative;
  }
  .quote-icon.left {
    text-align: start;
  }
  .quote-icon.right {
    text-align: end;
  }
  .quote-right {
    rotate: 180deg;
  }
  #Footer {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
  }
  .footer .theme-spacing {
    padding: 80px 0px 0px 0px;
  }
  .footer .footer-col1 {
    display: flex;
    align-items: center;
  }
  .footer .top-footer {
    position: relative;
    padding-top: 77px;
    height: auto;
    width: auto;
    color: #fff;
  }
  .footer .footer-logo {
    position: absolute;
    z-index: 999999;
    top: -73px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .footer .award {
    width: 120px;
  }
  hr.footer-hr {
    margin-left: 28px;
    width: 85%;
    color: #ff8046;
    height: 2px;
  }
  .footer .footer-icon {
    padding: 0 10px !important;
  }
  h3.footer-heading {
    margin-bottom: 0px;
  }
  .footer .contact {
    display: flex;
    align-items: center;
  }
  .footer .contact-icon {
    width: 30px;
    height: 30px;
    background-color: #c61516;
    border-radius: 50%;
    display: flex;
    border: 1px solid #f54d4e;
    justify-content: center;
    align-items: center;
    margin: 5px 20px 5px 20px;
    padding: 10px;
  }
  .footer .contact-icon .material-symbols-outlined {
    font-size: 20px !important;
  }
  .footer .footer-bottom-wrap {
    margin-left: -29px !important;
  }
  .txt-copyright {
    margin-left: 6px;
  }
  .txt-copyright1 {
    margin-left: 0px;
  }
  .footer .footer-content ul li {
    line-height: 30px;
  }
  .section-heading {
    min-height: 56px;
  }
  .footer .bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 21px 0px 21px 31px;
  }
  @media screen and (min-width: 1400px) {
    .banner-dialog .banner-wrapper-mobile {
      padding: 0px 16px;
    }
  }
  @media screen and (max-width: 1200px) {
    .banner-dialog .banner-wrapper-mobile {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      text-align: center;
    }
    .banner-dialog .icon-headding {
      justify-content: center;
    }
    .banner-dialog .banner-mobile-h2,
    .banner-dialog .banner-mobile-h3 {
      margin-bottom: 21px;
    }
    .banner-dialog .banner_btn {
      margin: 10px auto;
    }
    .banner-dialog .banner_image_card-3 {
      bottom: -38px;
      left: 6px;
    }
    .banner-dialog .banner-text {
      width: 100%;
      padding: 70px 20px;
      box-sizing: border-box;
      margin-bottom: 70px 0 20px 0px;
    }
    .banner-dialog .vector-objects {
      position: relative;
    }
    .banner-dialog .button-banner {
      margin: 10px auto;
    }
    .testimonials .custom-prev  {
      position: absolute;
      left: 37%;
      top: 12%;
      opacity: 1;
      font-size: 30px !important;
      z-index: 1;
      display: block;
      height: auto;
      background-color: unset;
      min-width: 60px;
  
  
    }
  
    .testimonials .custom-next  {
      position: absolute;
      top: 12%;
      right: 38%;
      opacity: 1;
      font-size: 30px !important;
      z-index: 1;
      display: block;
      height: auto;
      background-color: unset;
      min-width: 60px;
  
    }
  }
  @media (max-width: 1024px) {
    .gallery {
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(24, 5vw);
    }
    .gallery__item--1 {
      grid-column: 1/7;
      grid-row: 1/7;
    }
    .gallery__item--2 {
      grid-column: 7/13;
      grid-row: 1/7;
    }
    .gallery__item--3 {
      grid-column: 1/7;
      grid-row: 7/13;
    }
    .gallery__item--4 {
      grid-column: 7/13;
      grid-row: 7/13;
    }
    .gallery__item--5 {
      grid-column: 1/7;
      grid-row: 13/19;
    }
    .gallery__item--6 {
      grid-column: 7/13;
      grid-row: 13/19;
    }
    .gallery__item--7 {
      grid-column: 1/7;
      grid-row: 19/25;
    }
  }
  @media screen and (max-width: 992px) {
    .offcanvas.show {
      top: 103px;
      transform: none;
    }
    .banner-dialog .banner-wrapper-mobile {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      text-align: center;
    }
    .banner-dialog .icon-headding {
      justify-content: center;
    }
    .banner-dialog .banner_image_wrapper .vector-objects {
      margin-top: -170px;
    }
    .banner-dialog .banner_image_card-1 {
      top: 50px;
      left: -46%;
    }
    .banner-dialog .banner_image_card-2 {
      top: 133px;
      right: -43%;
    }
    .banner-dialog .banner_image_card-2 {
      top: 168px;
      right: -43%;
    }
    .banner-dialog .banner_image_card-3 {
      bottom: -46px;
      left: 0%;
    }
    .banner-dialog .vector-objects {
      position: relative;
    }
    .banner-dialog .banner_image_card {
      z-index: 0;
    }
    .banner-dialog .button-banner {
      margin: 10px auto;
    }
    .banner-dialog .banner-mobile-h2,
    .banner-dialog .banner-mobile-h3 {
      margin-bottom: 13px;
    }
    gallery-dialog .grid-title {
      font-size: 35px;
    }
  }
  @media screen and (max-width: 835px) {
    .banner-dialog .banner_image_card-1 {
      top: 50px;
      left: -46%;
    }
    .banner-dialog .banner_image_card-2 {
      top: 174px;
      right: -31%;
    }
    .banner-dialog .banner_image_card-3 {
      bottom: -37px;
      left: 0%;
    }
    .gallery-dialog .grid-title {
      font-size: 35px;
    }
    .testimonials .testimonial-title {
      font-size: 35px;
    }
    .banner-dialog .icon-headding {
      justify-content: center;
    }
  }
  @media screen and (max-width: 769px) {
    .banner-dialog .banner-wrapper-mobile {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      text-align: center;
    }
    .banner-dialog .banner-text {
      width: 100%;
      padding: 12px 20px;
      box-sizing: border-box;
      margin-bottom: 70px 0 20px 0px;
    }
    .banner-dialog .banner_image_wrapper {
      overflow: visible;
    }
    .banner-dialog .banner_btn {
      margin: 0px auto;
    }
    .banner-dialog .banner-text {
      width: 100%;
      padding: 35px 20px;
      box-sizing: border-box;
      margin-bottom: 20px;
      margin-top: 13px;
    }
    .banner-dialog .banner_image_card-1 {
      top: 240px;
      left: -28%;
    }
    .banner-dialog .banner_image_card-3 {
      bottom: 0px;
      left: 8%;
    }
    .banner-dialog .banner_image_card-2 {
      top: 168px;
      right: -27%;
    }
    .banner-dialog .img-banner {
      width: 89%;
    }
    .banner-dialog .button-banner {
      margin: 0px auto;
    }
    .banner-dialog .banner-dialog h1 {
      font: 36px/1 'Ubuntu', sans-serif !important;
      line-height: 34px !important;
    }
    .banner-dialog .icon-headding {
      justify-content: center;
    }
    .footer .footer-heading {
      text-align: center;
    }
  }
  @media (max-width: 678px) {
    .gallery {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(84, 5vw);
    }
    .gallery__item--1 {
      grid-column: 1;
      grid-row: 1/12;
    }
    .gallery__item--2 {
      grid-column: 1;
      grid-row: 12/24;
    }
    .gallery__item--3 {
      grid-column: 1;
      grid-row: 24/36;
    }
    .gallery__item--4 {
      grid-column: 1;
      grid-row: 36/48;
    }
    .gallery__item--5 {
      grid-column: 1;
      grid-row: 48/60;
    }
    .gallery__item--6 {
      grid-column: 1;
      grid-row: 60/72;
    }
    .gallery__item--7 {
      grid-column: 1;
      grid-row: 72/84;
    }
  }
  @media screen and (max-width: 576px) {
    .banner-dialog .banner-wrapper-mobile {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      text-align: center;
    }
    .banner-dialog .banner_image_wrapper {
      overflow: initial !important;
    }
    .banner-dialog .icon-headding {
      justify-content: center;
    }
    .section-heading {
      text-align: center;
    }
    .grid-title {
      font-size: 35px;
    }
    .testimonials .testimonial-title {
      font-size: 35px;
    }
    .banner-dialog .banner_image_card-2,
    .banner-dialog .banner_image_card-1 {
      display: none;
    }
    .banner-dialog .banner_image_card-3 {
      bottom: -5px;
      left: 8%;
    }
    .banner-dialog .banner-mobile-h1,
    .banner-dialog .banner-mobile-h2 {
      font-size: 36px;
    }
    .banner-dialog .banner-mobile-h2 {
      margin-bottom: 8px;
    }
  }
  @font-face {
    font-family: 'Ubuntu';
    src: url("../../../../foundation/global/fonts/ubuntu.woff");
  }
  @font-face {
    font-family: "Ubuntu-light";
    src: url("../../../../foundation/global/fonts/ubuntu-light.woff");
  }
  @font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/MaterialSymbolsOutlined-Thin.ttf");
  }
 
  
  .revamp-main img {
    max-width: 100%;
    width: 100vw;
    border: none !important;
  }
  .max_width_none {
    max-width: none !important;
  }
  .revamp-main p {
    font: 15px/1 "Ubuntu-light", sans-serif !important;
    line-height: 23px !important;
    letter-spacing: 0px !important;
    color: #565656;
    margin-bottom: 0px !important;
    word-break: break-word !important;
  }
  .revamp-main a {
    text-decoration: none !important;
    font-family: 'Ubuntu', sans-serif !important;
    letter-spacing: 0px !important;
    color: #565656;
  }
  .revamp-main a:visited {
    letter-spacing: 0px !important;
    color: #565656 !important;
  }
  .revamp-main a:hover {
    color: #2ca4df !important;
  }
  .revamp-main p a {
    text-decoration: none;
    color: #565656;
  }
  .revamp-main  p a:visited {
    text-decoration: none;
    color: #565656 !important;
  }
  .revamp-main p a:active {
    text-decoration: none;
    color: #565656 !important;
  }
  .revamp-main p a:hover {
    text-decoration: none;
    color: #2ca4df !important;
  }
  .revamp-main  h1 {
    font: 56px/1 'Ubuntu', sans-serif;
    letter-spacing: -1px !important;
    line-height: 56px;
    text-rendering: optimizelegibility;
    font-weight: normal;
    text-decoration: none;
    word-break: break-word !important;
    margin-bottom: 16px;
    font-weight: 700 !important;
  }
  .revamp-main h2 {
    font: 35px/1 'Ubuntu', sans-serif !important;
    line-height: 41px !important;
    letter-spacing: -1px !important;
    text-rendering: optimizelegibility;
    font-weight: normal;
    text-decoration: none;
    word-break: break-word !important;
  }
  .revamp-main h3 {
    font: 21px/1 "Ubuntu-light", sans-serif !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    text-rendering: optimizelegibility;
    font-weight: normal;
    text-decoration: none;
    word-break: break-word !important;
    font-weight: 700 !important;

  }
  .revamp-main h4 {
    font: 29px/1 "Ubuntu-light", sans-serif !important;
    letter-spacing: 0px !important;
    text-rendering: optimizelegibility;
    font-weight: normal;
    text-decoration: none;
    word-break: break-word !important;
    margin: 0;
  }
  .d-flex {
    display: flex;
  }
  .d-inline {
    display: inline;
  }
  .align-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .ms-auto {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
  .fw-300 {
    font-weight: 300;
  }
  .fw-500 {
    font-weight: bold;
  }
  .fw-400 {
    font-weight: 400;
  }
  .fw-700 {
    font-weight: 700;
  }
  .font-light {
    font-family: "Ubuntu-light", sans-serif;
  }
  .fs-24 {
    font-size: 24px;
  }
  .fs-21 {
    font-size: 21px;
  }
  .lh-2 {
    line-height: 2;
  }
  .lh-1 {
    line-height: 1;
  }
  .mt-12 {
    margin-top: 12px;
  }
  .mr-12 {
    margin-right: 12px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-40 {
    margin-right: 40px;
  }
  .mr-30 {
    margin-right: 30px;
  }
  .mb-35 {
    margin-bottom: 35px;
  }
  .mb-70 {
    margin-bottom: 70px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-21 {
    margin-bottom: 21px;
  }
  .mb-13 {
    margin-bottom: 13px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mt-70 {
    margin-top: 70px;
  }
  .mt-21 {
    margin-top: 21px;
  }
  .my-10 {
    margin: 10px auto;
  }
  .my-21 {
    margin: 21px 0;
  }
  .pb-80 {
    padding-bottom: 10px;
  }
  .p-20 {
    padding: 20px;
  }
  .p-10 {
    padding: 10px;
  }
  .p-15 {
    padding: 15px;
  }
  .letter-spacing-3 {
    letter-spacing: -3px;
  }
  .letter-spacing-4 {
    letter-spacing: -4px;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-yellow {
    background-color: #ffc905;
  }
  .bg-red-primary {
    background-color: #c61516;
  }
  .bg-red-secondary {
    background-color: #a60101;
  }
  .bg-dark-primary {
    background-color: #b0044e;
  }
  .text-yellow {
    color: #ffc905;
  }
  .txt-primary {
    color: #b0044e;
  }
  .gray-primary {
    color: #565656;
  }
  .gray-secondary {
    color: #bababa;
  }
  .gray-tertiary {
    color: #dcdcdc;
  }
  .white {
    color: #fff;
  }
  .shadow1 {
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .fluid-width {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    position: relative;
  }
  .common-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 0px 16px;
  }
  .common-container-grid {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
  }
  .section-line {
    border: 1px solid #b0044e;
    width: 35px;
    margin: 20px auto 35px auto;
  }
  .overflow-visible {
    overflow: visible !important;
  }
  .txt-justify {
    text-align: justify;
  }
  .main-content{
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .main-content p{
    padding-bottom: 10px !important;
  }
  body{
    background-color: #ffffff!important;
  }
  #quote-title{
    text-align: center !important;
  }

.quote-text{
  font: 56px / 1 'Ubuntu', sans-serif !important;
    letter-spacing: -1px !important;
    line-height: 48px !important;
    text-rendering: optimizelegibility;
    font-weight: normal;
    text-decoration: none;
    word-break: break-word !important;
    text-align: center !important;
    padding: 15px 0px;

}
@media (max-width: 768px) {
  .testimonials .slick-carousel .custom-prev{

      position: absolute;
    left: 6%;
    top: 12%;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
    display: block;
    height: auto;
    background-color: unset;
    min-width: 60px;
  }
  .testimonials .slick-carousel .custom-next{

    position: absolute;
  right: 6%;
  top: 12%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  display: block;
  height: auto;
  background-color: unset;
  min-width: 60px;
}
.banner-mobile-landing{
  display:block !important;
}
.banner-main-lading{
  display:none !important;

}
}

@media (min-width: 768px) {
  .banner-main-lading{
    display:block !important;
  
  }
  .banner-mobile-landing{
    display:none !important;
  }
}
@media (max-width: 768px) {
 
  h1{
    font: 34px / 1 'Ubuntu', sans-serif !important; 
    line-height: 36px !important;
  }
  
}

.d-none{
  display: none !important;
}
@media (max-width: 640px) {

.container-news .col-md-8 ul{
  padding-left: 10px !important;
}
}
@media (max-width: 480px) {

.form-header p{
  font-size: 23px !important;
  }
}