p {
  color: #111;
  font-size: 17px;
  font-weight: 500;
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-small {
  font-size: 0.875em;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .sub-child {
    position: relative;
  }
  .sub-child ul {
    display: none;
  }
  .sub-child:hover > ul {
    display: block;
    width: 300px;
    position: absolute;
    top: -6px;
    left: 100%;
  }
  .sub-child .sub-link {
    font-size: 13px;
  }
}
.fa-1_3x {
  font-size: 1.3em;
}

.fa-1_5x {
  font-size: 1.5em;
}

.text-primary-custom {
  color: #E20000 !important;
}
.text-primary-dark {
  color: #b80000 !important;
}
.text-dark-custom {
  color: var(--dark-color);
}

.bg-primary-custom {
  background-color: #E20000;
}
.bg-primary-dark {
  background-color: #b80000;
}
.bg-white-2 {
  background: #EFF7FC;
}
.bg-rose {
  background: rgb(255, 240, 248);
}
.bg-cyan {
  background: rgb(252, 244, 255);
}
.bg-white-grey-odd {
  background: #F5F5F5;
}
.bg-white-grey-odd:nth-of-type(odd) {
  background: #FFF;
}
.bg-grey-white-odd {
  background: #FFF;
}
.bg-grey-white-odd:nth-of-type(odd) {
  background: #F5F5F5;
}

.hover-white-black:hover {
  background: #FFF !important;
  color: #000 !important;
  border-color: black !important;
}
.hover-effect-white {
  background-image: -webkit-linear-gradient(30deg, transparent 50%, #FFF 50%);
  background-image: linear-gradient(30deg, transparent 50%, #FFF 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.hover-effect-white:hover {
  background-position: 100%;
  color: #E20000 !important;
}
.hover-effect-white-black {
  background-image: -webkit-linear-gradient(30deg, transparent 50%, #FFF 50%);
  background-image: linear-gradient(30deg, transparent 50%, #FFF 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.hover-effect-white-black:hover {
  background-position: 100%;
  color: #000 !important;
  border-color: black !important;
}

.custom-section-type {
  display: none;
}

.d-show {
  display: inherit !important;
}

.btn-primary-custom {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-dark-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-dark-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}

.separator-title {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}
.separator-title:before {
  background-color: var(--primary-color);
  width: 99%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.separator-title-2 {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  padding-bottom: 6px;
}

.custom-box-shadow {
  box-shadow: 0 10px 50px -2px rgba(0, 0, 0, 0.14);
}

.btn {
  border-radius: 0;
}

.person-content-custom {
  font-size: 15px;
  line-height: 24px;
}

.main-menu-btn-custom {
  display: block;
  width: max-content;
  margin-left: 2rem;
}

.main-menu-social-custom .social-icon {
  display: flex;
  margin-left: 15px;
}
.main-menu-social-custom .social-icon a {
  margin: 10px 5px;
}
.main-menu-social-custom .social-icon a i {
  font-size: 20px;
}
.main-menu-social-custom .social-icon a:hover {
  opacity: 0.7;
}
.main-menu-social-custom .social-icon a .facebook {
  color: #3f6dc7;
}
.main-menu-social-custom .social-icon a .whatsapp {
  background: linear-gradient(#25d366, #25d366) 10px 84%/10px 9px no-repeat, radial-gradient(circle at center, #25d366 63%, transparent 0);
  color: #FFF;
}
.main-menu-social-custom .social-icon a .twitter {
  color: #1DA1F2;
}
.main-menu-social-custom .social-icon a .instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-menu-social-custom .social-icon a .youtube {
  background: #e52d27;
  background: linear-gradient(to right, #e52d27, #b31217);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-menu-social-custom .social-icon a .linkedin {
  background: #1565c0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-2 .header-right .social-icon {
  display: inline-block;
  margin-left: 15px;
}
.header-2 .header-right .social-icon a {
  margin: 10px 5px;
}
.header-2 .header-right .social-icon a i {
  font-size: 20px;
}
.header-2 .header-right .social-icon a:hover {
  opacity: 0.7;
}
.header-2 .header-right .social-icon a .facebook {
  color: #3f6dc7;
}
.header-2 .header-right .social-icon a .whatsapp {
  background: linear-gradient(#25d366, #25d366) 10px 84%/10px 9px no-repeat, radial-gradient(circle at center, #25d366 63%, transparent 0);
  color: #FFF;
}
.header-2 .header-right .social-icon a .twitter {
  color: #1DA1F2;
}
.header-2 .header-right .social-icon a .instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-2 .header-right .social-icon a .youtube {
  background: #e52d27;
  background: linear-gradient(to right, #e52d27, #b31217);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-2 .header-right .social-icon a .linkedin {
  background: #1565c0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-us-custom-link-bold {
  color: #b80000;
  font-size: 18px;
  font-weight: 600;
}
.contact-us-custom-link-bold:hover {
  color: #000;
  opacity: 0.5;
}

.footer-wrapper .footer-widget-menu ul li {
  padding: 3px 0;
}
.footer-wrapper .footer-widget-menu ul li a {
  color: #DDD;
}
.footer-wrapper .footer-widget-menu ul li a:hover {
  color: #ff5151;
}

.footer-bottom-warp {
  background: #b80000;
  color: #FFF;
  padding: 10px 0;
}
.footer-bottom-warp .terms-policy-wrap .list-inline-item:not(:last-child):after {
  color: #d7aaaa;
  position: relative;
  content: "|";
  margin-left: 5px;
}
.footer-bottom-warp .terms-policy-wrap .list-inline-item a {
  color: #FFF;
}
.footer-bottom-warp .terms-policy-wrap .list-inline-item a:hover {
  opacity: 0.8;
}

.item-empty-warp {
  background: #f5f3ef;
  color: #dc3545;
  text-align: center;
  padding: 5rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #f0d4d4;
}
.item-empty-warp i {
  font-size: 5em;
}
.item-empty-warp .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 3rem;
}

.img-transform {
  overflow: hidden;
}
.img-transform img:hover {
  transform: scale(1.06);
}

.chairman-section .chairman-thumb {
  text-align: center;
}
.chairman-section .chairman-thumb img {
  width: 100%;
  height: auto;
  max-width: 360px;
}
.chairman-section .chairman-thumb img:hover {
  transform: scale(1.06);
}
.chairman-section .testimonial-thumb {
  text-align: center;
}
.chairman-section .testimonial-thumb img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.chairman-section .social-media-warp {
  text-align: center;
}
.chairman-section .social-media-warp h4 {
  font-size: 24px;
}
.chairman-section .social-media-warp .social-media-link {
  display: block;
  margin: 1rem 0.5rem;
}
.chairman-section .social-media-warp .social-media-link a {
  color: var(--dark-color);
  margin: 0.5rem 0.6rem;
}
.chairman-section .social-media-warp .social-media-link a:hover {
  opacity: 0.7;
}
.chairman-section .social-media-warp .social-media-link a i {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .chairman-section .chairman-thumb img {
    width: 100%;
    height: auto;
    max-width: 260px;
  }
  .chairman-section .chairman-thumb img:hover {
    transform: scale(1.06);
  }
}
.mobile-menu-custom .mobile-menu-logo {
  text-align: right;
  padding-right: 0.5rem;
}
.mobile-menu-custom .mobile-menu-logo img {
  max-width: 260px;
}
.mobile-menu-custom .mobile-menu-search {
  padding: 0.5rem 1rem;
}
.mobile-menu-custom .mobile-menu-search input[type=text], .mobile-menu-custom .mobile-menu-search input[type=search] {
  color: #000;
  border: 1px solid #E20000;
  border-left: 6px solid #E20000;
  border-radius: 0;
}
.mobile-menu-custom .mobile-menu-search input[type=text]::placeholder, .mobile-menu-custom .mobile-menu-search input[type=search]::placeholder {
  color: #56595a !important;
}
.mobile-menu-custom .mobile-menu-search input[type=text]:focus, .mobile-menu-custom .mobile-menu-search input[type=search]:focus {
  border-color: #b80000;
  box-shadow: none;
}
.mobile-menu-custom .mobile-menu-navbar li:hover > a {
  color: #b80000;
}
.mobile-menu-custom .mobile-menu-navbar li:hover > a span:before {
  border-color: #b80000 !important;
}
.mobile-menu-custom .mobile-menu-navbar li:hover > a span:after {
  border-color: #b80000 !important;
}

.apply-container {
  background: #FFF;
  padding: 2rem 2.5rem;
}
.apply-container h4 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .apply-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.apply-form input[type=text], .apply-form input[type=email], .apply-form input[type=date], .apply-form input[type=tel], .apply-form input[type=password], .apply-form textarea, .apply-form select {
  color: #000;
  border: 1px solid #E20000;
  border-left: 6px solid #E20000;
  border-radius: 0;
}
.apply-form input[type=text]::placeholder, .apply-form input[type=email]::placeholder, .apply-form input[type=date]::placeholder, .apply-form input[type=tel]::placeholder, .apply-form input[type=password]::placeholder, .apply-form textarea::placeholder, .apply-form select::placeholder {
  color: #56595a !important;
}
.apply-form input[type=text]:focus, .apply-form input[type=email]:focus, .apply-form input[type=date]:focus, .apply-form input[type=tel]:focus, .apply-form input[type=password]:focus, .apply-form textarea:focus, .apply-form select:focus {
  border-color: #b80000;
  box-shadow: none;
}
.apply-form select {
  background-image: linear-gradient(45deg, transparent 50%, #E20000 50%), linear-gradient(135deg, #E20000 50%, transparent 50%), linear-gradient(to right, #aa5151, #aa5151);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.apply-form select:focus {
  background-image: linear-gradient(45deg, #E20000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #E20000 50%), linear-gradient(to right, #aa5151, #aa5151);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.iti {
  width: 100%;
}
.iti__country-container {
  padding-left: 10px !important;
}

.form-payment-gateway-container {
  background: #FFF;
  padding: 2rem 2.5rem;
}
.form-payment-gateway-container .payment-gateway-warp {
  margin-top: 1rem;
}
.form-payment-gateway-container .payment-gateway-warp .payment-gateway-body {
  margin-top: 1rem;
}
.form-payment-gateway-container .payment-gateway-warp .payment-gateway-body label {
  display: flex;
  align-items: center;
}
.form-payment-gateway-container .payment-gateway-warp .payment-gateway-body label span {
  color: #444;
  font-weight: 700;
  margin-left: 0.5rem;
}
.form-payment-gateway-container .payment-gateway-warp .payment-gateway-body label img {
  height: 30px;
  width: auto;
}
.form-payment-gateway-container .payment-gateway-warp .payment-gateway-body .payment-gateway-info {
  background: #ebecec;
  color: #111;
  padding: 1rem;
  border: 1px solid #a5c2e6;
  border-radius: 5px;
  margin-top: 0.5rem;
}
.form-payment-gateway-container .payment-gateway-warp .payment-gateway-body .payment-gateway-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.admission-form h4 {
  font-size: 16px;
}
.admission-form .col .row {
  margin-bottom: 1rem;
}
.admission-form .col-form-label {
  font-weight: bold;
  text-align: right;
}

@media (max-width: 719px) {
  .admission-form .col-form-label {
    text-align: left;
  }
}
.team-body-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: url(".././../images/bg/team_bg.jpg") #030728 no-repeat center;
}
.team-body-section .card-list .card-item {
  height: auto;
  min-height: 450px;
  color: #fff;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.team-body-section .card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #fff;
  padding: 4px;
}
.team-body-section .card-list .card-item .user-name {
  color: #FFF;
  text-align: center;
}
.team-body-section .card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0 1.5rem;
}
.team-body-section .card-list .card-item .user-contact {
  margin: 1rem 0.5rem;
}
.team-body-section .card-list .card-item .user-contact a {
  font-size: 1.15rem;
  color: #FFF;
  margin: 10px 5px;
}
.team-body-section .card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.team-body-section .card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}
.team-body-section .team-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
  padding-bottom: 25px;
}
.team-body-section .team-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}
.team-body-section .team-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.team-body-section .team-wrapper .swiper-slide-button {
  color: #8e8b8b;
  margin-top: -55px;
  transition: 0.2s ease;
}
.team-body-section .team-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .team-body-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .team-body-section .team-wrapper {
    margin: 0 10px 40px;
  }
  .team-body-section .team-wrapper .swiper-slide-button {
    display: none;
  }
}
.gallery-style-1 {
  padding: 3rem 0;
}
.gallery-style-1 .gallery-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.gallery-image-hover .hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}
.gallery-image-hover .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}
.gallery-image-hover .hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.gallery-image-hover .style-1:after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid #fff;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
}
.gallery-image-hover .style-1-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
.gallery-image-hover .style-1-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
  margin-bottom: 0;
}
.gallery-image-hover .style-1 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-image-hover .style-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.gallery-image-hover .style-1:hover img {
  width: 100%;
}
.gallery-image-hover .style-1:hover:after {
  opacity: 1;
  transform: none;
}
.gallery-image-hover .style-1:hover .style-1-description {
  opacity: 1;
  color: #FFF;
  transform: none;
}
.gallery-image-hover .style-1:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.video-gallery-item-one {
  background: rgb(245, 245, 245);
  padding: 3rem 0;
}
.video-gallery-item-one .card {
  border: 2px solid #8fbafb;
}
.video-gallery-item-one .card .card-footer {
  text-align: center;
  padding: 1rem 0.5rem;
}
.video-gallery-item-one .card .card-footer .h5 {
  margin: 0;
}
.video-gallery-item-one .card .card-footer .video-title {
  color: #b80000;
}

.video-play-thumb {
  position: relative;
}
.video-play-thumb .play-button {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(235, 11, 11, 0.73);
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.video-play-thumb .play-button:after {
  top: 10px;
  left: 14px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 17px solid #fff;
  border-bottom: 10px solid transparent;
}
.video-play-thumb .play-button:hover {
  background: #f00;
}

.floating-button .style-one .button-widget {
  position: fixed;
  bottom: 1rem;
  left: 15px;
  z-index: 1;
  transition: all 0.3s;
}
.floating-button .style-one .button-widget .button-trigger {
  opacity: 0;
}
.floating-button .style-one .button-widget .button-trigger .background {
  background-color: #E20000;
  border-radius: 50%;
  box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  left: 10px;
  position: absolute;
  top: 10px;
}
.floating-button .style-one .button-widget .button-list {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: 2rem;
  margin-bottom: 2rem;
  transform: translateX(-50%) translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.floating-button .style-one .icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 6px;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.floating-button .style-one .icon-button:hover {
  cursor: pointer;
}
.floating-button .style-one .icon-button.active {
  transform: translateY(0px);
  opacity: 1;
}
.floating-button .style-one .icon-button img {
  width: 100%;
  height: 100%;
}
.floating-button .style-one .active .icon-button {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px);
}
.floating-button .style-one [data-tooltip] {
  position: relative;
}
.floating-button .style-one [data-tooltip]::before {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
}
.floating-button .style-one [data-tooltip]::before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  background: #E20000;
  color: #fff;
  font-size: 0.8em;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.floating-button .style-one [data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
  left: 120%;
}
.floating-button .style-one .chat-bubble {
  cursor: pointer;
  position: relative;
}
.floating-button .style-one .chat-bubble .bubble {
  transform-origin: 50%;
  transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}
.floating-button .style-one .chat-bubble .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.75;
  stroke-linecap: round;
  transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-button .style-one .chat-bubble .line1 {
  stroke-dasharray: 60 90;
  stroke-dashoffset: -20;
}
.floating-button .style-one .chat-bubble .line2 {
  stroke-dasharray: 67 87;
  stroke-dashoffset: -18;
}
.floating-button .style-one .chat-bubble .circle {
  fill: #ffffff;
  stroke: none;
  transform-origin: 50%;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-button .style-one .active .bubble {
  transform: translateX(24px) translateY(4px) rotate(45deg);
}
.floating-button .style-one .active .line1 {
  stroke-dashoffset: 21;
}
.floating-button .style-one .active .line2 {
  stroke-dashoffset: 30;
}
.floating-button .style-one .active .circle {
  transform: scale(0);
}

/*# sourceMappingURL=custom.css.map */
