@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400;1,900&display=swap');
body {
  font-family: 'Saira', sans-serif;
  background-color: #fff;
  position: relative;
  color:#313030; }
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible; }
}
a {
  color: #ff5821;
  text-decoration: none;
   -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
}
a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira', sans-serif !important;
  color:#d32471;
  font-weight: 700;
}
h3, h4, h5, h6 {
  font-weight: 500;
}
p {
  color: #494949;
  font-weight: 300;
  font-size:1.1em; }
.text-dark{ color: #282828; }
.text-right { text-align: right; }
.text-left { text-align: left; }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #7b1858;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .bg-main{
    visibility:hidden;
    display:none;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #ff5821;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #ff5821;
}
#topbar .cta a {
  color: #fff;
  background: #ff5821;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s;
}
#topbar .cta a:hover {
  background: #ff6b3b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}
#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.banner-info{
  font-size:50px;
  font-weight:900;
  flex-direction: column;
  position: relative;
  top: 200px;
  left: 100px;
  flex-wrap: wrap;
  line-height: 30px;
}
.banner-info h1{
  color:#ffffff;
  font-size:50px;
  font-weight:900;
  text-align: center;
}
#hero {
  width: 100%;
  position:relative;
  z-index: 1;
  padding: 0;
}
#hero:after {
    content: "";
    /* background: rgba(255, 255, 255, 0.05); */
    background: linear-gradient(1deg, #02002400 49%, #ece0e082 80%, #f0ececf0 100%);
    position: absolute;
    bottom: 50%;
    top: 0;
    left: 0;
    right: 0;
}
#hero.white-bg:after { background:linear-gradient(1deg, #02002400 40%, #ffffffe0 75%, #fffcfcf2 100%); }
#hero.inner:after { 
  bottom: 0; 
  background: linear-gradient(1deg, #02002400 49%, #ece0e0cf 80%, #f0ececf5 100%);
}
#hero .invisible-overlay {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 55%;
  cursor: pointer;
}
#hero .hero-caption * {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 20px rgba(0,0,0,0.5)
}
#hero .hero-caption {
  position: absolute;
  right: 25vmin;
  top: 30vmin;
  z-index: 99;
}
#hero h1, #hero h2 {
  margin: 0 0 10px 0;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 0.8;
  color: #fff;
}
@media (max-width: 1366px) {
  #hero .hero-caption {
    right: 15min;
    top: 25vmin;
  }
}
@media (max-width: 767px) {
  #hero .hero-caption {
    right: 0;
    top: 50vmin;
    width: 100%;
    text-align: center;
  }
  #hero h1, #hero h2 {
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 580px) {
  #hero h1, #hero h2 {
    font-size: 2.3rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
  }
}



.bg-pattern{
  background: url("../img/team-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-pattern > section{
  background: rgba(255,255,255,0.5);
}
.box-border {
  border: #cecece 2px solid;
}
.box-border .picture{ position: relative; }
.box-border .picture:before{
  content: '';
  background: #cecece;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.box-border .picture .shadow, 
.box-border .picture .shadow *{
  position: relative;
  z-index: 9;
} 
.box-border .picture .shadow::after {
  content: '';
  height: 64px;
  width: 80%;
  position: absolute;
  bottom: 0;
  background: transparent;
  box-shadow: 0 17px 28px 0 #642e0f;
  z-index: 0;
  left: 10%;
  border-radius: 50%;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 993px){ section{ padding:20px 0; } }
.section-bg {
  background-color: #fff9f7;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #d32471;
  color: #d32471;
  line-height: 48px;
}
.section-title p {
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #494949;
    font-weight: 300;
    font-size: 1.1em;
}
.section-title ul li{
  margin-bottom: 10px;
  color: #494949;
    font-weight: 300;
    font-size: 1.1em;
    text-align: left
    padding:40px 30px;
    line-height: 30px;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}
.why-us-sub{
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #ff5821;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ff5821;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .video-box {
  background: url("../img/services-left-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media (max-width:  992px){
  .about .video-box { min-height: 280px; }
}
.about .icon-boxes h4 {
  font-size: 18px;
  color: #962470;
  margin-bottom: 15px;
}
.about .icon-boxes a {
  font-size: 18px;
  color: #962470;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}
.about .icon-box {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 170px !important;
  cursor: pointer;
}
@media (max-width: 992px){
  .about .icon-box { margin: 10px 0;}
}
.about .icon-box .icon {
   transition: 0.5s;
 }
.about .icon-box .title {
  margin-left: 20px;
  font-size: 20px;
  transition: 0.3s;
  color: #962370;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 18px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #7b1858;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7b1858;
}
.clients .swiper-slide{
  width: 100%; margin-right: 120px;
}
.clients .swiper-slide img {
  width:100%;
  height:100%;
  opacity: 1;
  /*filter: grayscale(100%);*/
}
.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}
#partners.clients .row > div{ max-width: 180px; }
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #ff5821;
}
.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.services .title a {
  color: #343a40;
}
.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff5821;
}
.services .icon-box:hover .icon i {
  color: #ff5821;
}
.services .icon-box:hover .title a {
  color: #ff5821;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
#pricing{
  background: url("../img/about-us-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height:85vh;
}
.pricing .box {
  background: #FFF;
  padding: 20px 30px;
  box-shadow: 0px 0px 11px 0 #0000001f;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-info-content h4{
  color:#484848;
  font-weight: 600;
}
.contact-info h4  a{
  color:#484848;
  font-weight: 600;
  line-height: 4px;
  text-align: left;
  font-size:18px;
  }
.contact-info  .fa .fa-caret-up  h4 i{
font-size:50px;
color:#d32471;
background-color: #d32471;
  }
.contact-info-content p{
  color:#494949;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  font-size:14px;
}

.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}
.contact .info-box i {
  font-size: 32px;
  color: #ff5821;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border: 2px solid #d6d6d6;
  border-radius:10px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-bottom:1px solid  #972471;
}
.contact .php-email-form input {
  padding: 3px 2px;
  border:none;
  border-bottom:1px solid  #972471;
  background: transparent;
}
.contact .php-email-form textarea {
  padding: 3px 2px;
  border:none;
  border-bottom:1px solid  #972471;
  background: transparent;
  height: 92px;
}
.contact .php-email-form button[type=submit] {
    background-image: linear-gradient(to right, #7b1858 , #d32471);
    background-image: -webkit-linear-gradient(to right, #7b1858 , #d32471); 
background-image:    -moz-linear-gradient(to right, #7b1858 , #d32471); 
background-image:     -ms-linear-gradient(to right, #7b1858 , #d32471); 
background-image:      -o-linear-gradient(to right, #7b1858 , #d32471); 
background-image:         linear-gradient(to right, #7b1858 , #d32471);

  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #d32471;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
img.arrow-up{ rotate: 270deg; }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: url(../img/footer-bg.png) no-repeat center center / cover;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #972471;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #656262;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.copyright a{
  color:#eacbdf;
  font-size:16px;
  font-weight:500;
  padding-left:10px;
}
.copyright a:hover{
  color:#7b1858;
}
.carousel-indicators {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  right: unset;
  margin: 0;
}
.carousel-indicators .indicator-circle li{
  webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px!important;
  height: 10px!important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d32471;
    border-radius: 50%;
    background-clip: padding-box;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.carousel-indicators li {
  background-color: #000;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 50%;
  opacity: 0.8;
}
.carousel-indicators li.active { background-color:  #d32471; }
.carousel-control-next-icon .next-icon span{
  color:red;
  background-color: red;
}
.carousel-control-prev {
  left: -83px !important;
}
.carousel-control-next {
  right: -83px !important;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: absolute; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #000;
    font-family: 'Saira', sans-serif; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #d32471 !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: rgba(0, 0, 0, 0.7) !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #000 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #d32471;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #d32471 !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #d32471; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #d32471; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #d32471; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #d32471; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #d32471; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #d32471 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

div.underline{
  display: block;
  border-bottom: #d32471 1px solid;
}
@media (max-width: 767px){
  .pt-5, .py-5{ padding-top: 20px !important; }
  .pb-5, .py-5{ padding-bottom: 20px !important; }
  .h-100 { height: auto !important; }
  .section-title{ text-align: center; }
  div.underline h4 { line-height: 5px; }
  .box-border { border: none; }
  .box-border .picture .shadow::after { box-shadow: none; }
}
/* Preloader */
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #53a1d7 #53a1d7 #000;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #cbced1;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #cbced1;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
    /**************************************************/
    /***inner page css starts*******/
    /**about**********************/
#hero .invisible-overlay {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 55%;
  cursor: pointer;
}
#hero .abt-caption {
    height: 40vw;
    min-height: 60vh;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 95%;
    padding: 20px 10vw;
}

#hero .abt-caption h1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
  margin-bottom:  10vh;
}
#main{ position: relative; }
.main-bg {
  background: url('../img/main-bg.jpg?v1') no-repeat center center / cover;
  position: absolute;
  top: 8vh;
  left: 0;
  right: 0;
  bottom: 50%;
}
.main-content-holder {
  background: #FFF;
  position: relative;
  width: 80%;
  margin: -8vh auto 0 auto;
}
@media (max-width: 993px){
  .main-content-holder{ width: 90%; padding: 40px 60px !important;}
  .main-content-holder .section-title{ margin: 0 !important; padding-top: 0 !important; }
}
@media (max-width: 767px){
  .main-content-holder{ width: 98%; padding: 20px 0 !important;}
  .main-content-holder .section-title{ margin: 0 !important; padding-top: 10px !important; }
}
.bottom-visual{
 padding:20vmin 0vmin;
 }
 .card-img-overlay{
  width:auto;
 }
 .card-img-overlay span{
  width:auto;
  margin-top: -3.7vmin;
  margin-left: -0.55vmin;

 }
.bg-audio{
  background-color: rgba(212,34,112,1);
  margin-top: -2.65vmin;
  margin-left: -0.44vmin;
  max-width: auto;
}
.section-title .txt-blue{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  line-height: 48px;
  color:#102E8F;

}
.bxs-time-five:before {
    content: "\ebbc";
     color:#d32471;
}
.border-inv{
  border-color: #D32471 !important;
}
.txt-dark{
  color:#494949;
}


@media (max-width: 1366px) {
  #abt {
    background-color:#fff;
  position:absolute;
  z-index: 9;
  top: 65vmin;
  left:16vmin;
  }
.txt-dark{
  color:#494949;
}

}
@media (max-width: 767px) {
  #abt {
    position: absolute;
    z-index: 1;
  top: 75vmin;
  left:10vmin;
    text-align: center;
  }
/*.border-inv{
  border-color: #D32471 !important;
}
*/#agenda .swiper-slide {
  justify-content: center;
  display: flex;  
}
.txt-dark{
  color:#494949;
}
 .border-inv{
   border: none !important;
}
}
@media (max-width: 580px) {
  #abt  {
    position: absolute;
    z-index: 1;
  top: 75vmin;
  left:0vmin;
    text-align: center;
  }
  .border-inv{
   border: none !important;
}
#agenda .swiper-slide {
  justify-content: center;
  display: flex;
}
.txt-dark{
  color:#494949;
}
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.vision .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index:9;
}
.vision .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #ff5821;
}
.vision .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.vision .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.vision .title a {
  color: #343a40;
}
.visions .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff5821;
}
.vision .icon-box:hover .icon i {
  color: #ff5821;
}
.vision .icon-box:hover .title a {
  color: #ff5821;
}
.vision .description {
  line-height: 24px;
  font-size: 14px;
}
.pillar-desc {
  padding: 0 40px 20px 20px;
  display:  none;
}
.address{ padding-left: 0px; }
.text-grey{ color: #666; }
/****************************/
@media (max-width: 768px) {
  #border-inv {
    border:none;
      border-right: 0px;
      border-bottom: 0px;
  }
   .border-inv{
    border-color: #D32471 !important;
  }
}
@media (max-width: 767px) {
  #abt {
    position: absolute;
    z-index: 1;
  top: 75vmin;
  left:10vmin;
    text-align: center;
  }
  .section-title h2{
  font-size: 35px;
  line-height: 36px;
  flex-wrap: wrap;

}
.section-title p {
  margin-bottom: 0;
  color: #494949;
    font-weight: 300;
    font-size: 1.1em;
}
.section-title ul li{
  margin-bottom: 0;
  color: #494949;
    font-weight: 300;
    font-size: 1.1em;
    text-align: left
}
#hero .abt-caption {
    height: 40vw;
    min-height: 50vh;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 95%;
    padding: 20px;
}
#hero .abt-caption h1 {
    font-size: 2em;
    
}

}
@media (max-width: 580px) {
  #abt  {
    position: absolute;
    z-index: 1;
  top: 75vmin;
  left:0vmin;
    text-align: center;
  }
  .section-title h2{
    font-size: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

  }
  .section-title p {
    margin-bottom: 0;
  }
  .section-title p {
    margin-bottom: 0;
    color: #494949;
      font-weight: 300;
      font-size: 1.1em;
  }
  .section-title ul li{
    margin-bottom: 0;
    color: #494949;
      font-weight: 300;
      font-size: 1.1em;
      text-align: left;
  }
  #hero .abt-caption { 
      width: 95%;
      padding: 20px;
  }
  #hero .abt-caption h1 {
      font-size: 2em;
      
  }
   .border-inv{
    border-color: #D32471 !important;
  }
}
