/*
Author: Ainex
Author URL: ainexit.com
*/
:root {
  --primary-color: #F73237;
  --secondary-color: #1E3F82;
  --primary-dark: #c02528;
  --text-color: #717171;
  --heading-color: #000e3c;
  --light-red-color: #fe4852;
  --red-orange-color: #fc5d2c;
  --yellow-color: #ffd612;
  --blue-color: #112bb1;
  --dark-color: #030303;
  --green-color: #1FC157;
  --border-color: #3d3d3d;
  --border-gray: #e8eaf2;
  --border-dark: #242424;
  --light-stroke: #e8e8e8;
  --light-white-color: rgba(255, 255, 255, 0.2);
  --white-color: #ffffff;
  --light-color: #f6f6f6;
  --gray-color: #f3f4f8;
  --gray-200: #efefef;
  --gray-100: #f1f1f1;
  --primary-overlay: rgba(18, 17, 17, 0.9);
  --primary-light-overlay: rgba(18, 17, 17, 0.6);
  --shadow-light: 0px 30px 23px rgba(0, 0, 0, 0.07);
  --box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
  --transition-base: all 0.3s;
  --ur3-stroke: #292828;
  --bs-link-color-rgb: var(--dark-color);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: #ffffff;
  box-sizing: border-box;
  color: #323232;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

/* Navigation header */


.headerlog-container {
  position: relative;
  left: 22px;
}

.headerlog-container img {
  max-width: 144px;
  width: 127px;
  height: 39px;
  object-fit: cover;
}

/* Main Navbar Styling */

.mainnav-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: transparent;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.mainnav-bar.scrolled {
  position: fixed;
  background-color: #1E3F82;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}



/* nav bar */
.mainnav-bar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .mainnav-bar {
    background: #990913;
    background: linear-gradient(360deg, rgb(177 0 12) 91%, rgba(255, 0, 0, 1) 66%, rgb(177 0 0) 36%);
  }
}

/* menu items */

.mainnav-bar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .mainnav-bar {
    background: #1E3F82;
  }
}

/* menu items */

.menuitemnav .navsingmenu {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #e1e1e1;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;

}

.menuitemnav .navsingmenu:hover,
.menuitemnav .navsingmenu:focus {
  color: #ff0004;
  transform: translateY(-2px);
}

.menuitemnav .navsingmenu::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: -7px;
  transform: translateX(-50%) scale(0);
  width: 6px;
  height: 6px;
  background-color: #ff0004;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.optiondrop {
  color: #000000 !important;
  background-color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  border-radius: 2px;
  margin: 2px 0;

}



.optiondrop:hover,
.optiondrop:focus {
  color: #ffffff !important;
  background-color: var(--secondary-color) !important;
  transform: translateY(-2px);
}

/* Show dot on hover */
.menuitemnav .navsingmenu:hover::after {
  transform: translateX(-50%) scale(1);
}

.menuitemnav .navsingmenu.active,
.menuitemnav .navsingmenu.active:hover,
.menuitemnav .navsingmenu.active:focus {
  color: #ff0004;
}

.options-menuitem a.active {
  color: #ff0004 !important;
}

.menuitemnav .navsingmenu.active::after {
  transform: translateX(-50%) scale(1);
}

/* footer active color */
.second-column .active,
.third-column .active {
  color: #ff0004;
  letter-spacing: 1px;
}

/* banner slider */

.banner-slider .item {
  height: 657px;
  min-height: 600px;
  position: relative;
}

@media screen and (max-width: 992px) {

  .banner-slider .item {
    height: 555px;
    min-height: 520px;
  }
}

.banner-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  z-index: 5;
}

.banner-slider .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 10;
  padding: 1rem;
  left: 7%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  top: 10%;
}

@media screen and (max-width: 768px) {
  .banner-slider .content {
    left: 0;
    top: 0;
  }
}

.banner-slider .banner-title {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .banner-slider .banner-title {
    font-size: 28px;
    line-height: 42px;
  }
}

.banner-slider .banner-caption {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
  text-align: left;
}


/* nav login */
.navlog {
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Home About Section */
.home-aboutsec .about-img-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  float: left;
  padding: 5px 30px;
}

.home-aboutsec .image-section-excecutive {
  width: 530px;
  height: 450px;
  background: linear-gradient(180deg, #cef3FC03 0, #fffFFF42 100%) no-repeat padding-box;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .home-aboutsec .image-section-excecutive {
    width: 442px;
    height: 450px;
  }

}

@media screen and (max-width: 479px) and (min-width: 320px) {
  .home-aboutsec .image-section-excecutive {
    width: 376px;
    height: 442px;
  }
}

.home-aboutsec .image-section-excecutive img {
  width: 530px;
  height: 450px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  left: -35px;
  top: -30px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .home-aboutsec .image-section-excecutive img {
    position: absolute !important;
    left: -11px;
    width: 442px !important;
    height: 450px !important;
    object-fit: cover;
  }

}

@media screen and (max-width: 479px) and (min-width: 320px) {
  .home-aboutsec .image-section-excecutive img {
    position: absolute !important;
    left: -7px;
    width: 376px;
    height: 442px;
    object-fit: cover;
  }

}

.home-aboutsec .about-items-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  margin: 19px 0 12px;
}

.home-aboutsec .about-description-title {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #e1e1e1;
}

.home-aboutsec .about-description-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 5px;
  background: var(--primary-color);
  width: 90px;
  border-radius: 5px;
}



/* Loan Easy Steps */

.home-loansec {
  background-color: #98d0e117;
}

.home-loansec .card-body {
  margin-top: 20px;
  position: relative;
}

/* why Choose us */
.home-whychooseus {
  /* height: 500px; */
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-color: #ffbcbd40;
}

/* capital fund inform sec */

.capital-fundsec .title-sec {
  position: relative;
  min-height: 50px;
}

/* Home Team Section */

.home-teamsec {
  background-color: #fff3f3;
}

/* App add */

@media screen and (max-width: 991px) {

  .apphome-sec .img-sec,
  .apphome-sec .image-secout {
    padding: 0;
    margin: 0;
  }
}


/* blog */
@media screen and (max-width:640px) {
  .home-blogsec .blogsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.home-blogsec .blogsection .card-body {
  min-height: 116px;
}

.home-blogsec .blogsection .card-bottom {
  margin-bottom: 14px;
}

footer {
  min-height: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-color: #100101;
}

footer .footer-abovesec {
  padding-top: 31px;
  margin-top: 35px;
}


.diff-fundsec .right-section {
  position: relative;
}



.fun-seccontainer {

  background-position: right;
  background-repeat: no-repeat;
  background-image: url('../images/videobgimg.png');
  position: relative;
  min-height: 600px;
}

@media screen and (max-width: 767px) {
  .fun-seccontainer {
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 40px 0;
  }
}


/* About Page  Style Start */

/* banner Section Start */

.about-banner-area .item {
  height: 400px;
  min-height: 350px;
  position: relative;
}

@media screen and (max-width: 992px) {

  .about-banner-area .item {
    height: 480px;
    min-height: 386px;
  }
}

.about-banner-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-banner-area .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  z-index: 5;
}

.about-banner-area .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 10;
  padding: 1rem;
  left: 7%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  top: 10%;
}


@media screen and (max-width: 768px) {
  .about-banner-area .content {
    left: 0;
    top: 65px;
  }
}

.about-banner-area .banner-title {
  font-size: 45px;
  line-height: 58px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .about-banner-area .banner-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.about-banner-area .banner-caption {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 23px;
}

/* About Banner End */

/* About About Section Start */

.about-page .about-img {
  position: relative;
  padding-right: 45px;
}

.about-img::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 300px;
  top: 0;
  right: 0;
  border: 5px solid #ff0004;
  animation: animateUpDown 3s ease-in-out infinite;
  z-index: -1;
}

@keyframes animateUpDown {
  0% {
    top: -25px;
  }

  50% {
    top: -45px;
  }

  100% {
    top: -25px;
  }
}

@media screen and (max-width: 768px) {
  .about-img {
    min-height: 411px;
    width: 100%;
  }
}

.about-page .about-img img {
  width: 450px;
  height: 400px;
  opacity: 1;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .about-page .about-img img {
    position: absolute !important;
    left: -11px;
    width: 442px !important;
    height: 450px !important;
    object-fit: cover;
  }

}

@media screen and (max-width: 479px) and (min-width: 320px) {
  .about-page .about-img img {
    position: absolute !important;
    left: -7px;
    width: 376px;
    height: 442px;
    object-fit: cover;
  }

}

.about-page .about-items-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  margin: 19px 0 12px;
}

.about-page .about-description-title {
  position: relative;
  padding-bottom: 2px;
}

.about-page .about-description-title::before {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: var(--primary-color);
  width: 32px;
  border-radius: 5px;
  top: 11px;
  left: 105px;
}

.about-page .about-description-title::after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: var(--secondary-color);
  width: 54px;
  border-radius: 5px;
  top: 17px;
  left: 105px;
}

.about-deshead {
  font-size: 35px;
  font-weight: 600;
  color: #080808;
  margin-bottom: 2px;
}

.about-page .section-btm {
  margin-top: 20px;
}

.RotateMoveLeft {
  position: relative;
  animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
  position: relative;
  animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
  0% {
    left: 0px;
  }

  50% {
    left: 40px;
  }

  100% {
    left: 0px;
  }
}

@keyframes RotateMoveRight {
  0% {
    right: 0px;
  }

  50% {
    right: 40px;
  }

  100% {
    right: 0px;
  }
}

/* section Principles Start */

.section-principles {
  background-color: #98d0e117;
}

.section-principles .single-principles {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.section-principles .single-principles:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.principle-item {
  border-color: rgba(0, 0, 0, .03) !important;
}

.principle-icon {
  position: relative;
  transition: .5s;
}

.single-principles:hover .principle-icon {
  margin-left: 3rem;
}

/*Section Principles End */

/* Section About Ser Start */


/* Section About Ser End */

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0 60px 0;
  transition: 0.5s;
  background-attachment: fixed;
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  border-radius: 300px;
  border: 80px solid rgba(247, 71, 128, 0.05);
  background: transparent;
  animation: RotateMoveSingle 5s linear infinite;
  z-index: -1;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
  z-index: 2;
}


@keyframes RotateMoveSingle {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }

  0% {
    bottom: 0px;
  }

  50% {
    left: -10px;
  }

  75% {
    bottom: 10%;
  }

  100% {
    bottom: 0px;
  }
}

.bg-breadcrumb::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 300px;
  border: 80px solid rgba(247, 71, 128, 0.04);
  background: transparent;
  animation: RotateMoveSingle 5s linear infinite;
  z-index: -1;
}

@keyframes RotateMoveSingle {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }

  0% {
    top: 0px;
  }

  50% {
    top: 10%;
  }

  100% {
    top: 0px;
  }
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding-top: 100px !important;
  }
}

.breadcrumb-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.breadcrumb-animation li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(102, 16, 242, 0.07);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.breadcrumb-animation li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.breadcrumb-animation li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}


.sersecabout .counter {
  position: relative;
  text-align: center;
  width: 200px;
  min-height: 215px;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
}

.sersecabout .counter:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  background-color: #1E3F82;

}

.sersecabout .counter .counter-icon {
  position: relative;
  width: 120px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 10px 10px 0 0;
  transform: translateY(-20px);
  font-size: 50px;
  line-height: 90px;
  color: #ff0004;
  background: rgba(1, 143, 252, 0.5);
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.sersecabout .counter .counter-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: rgba(0, 58, 102, 0.5);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.sersecabout .counter:hover .counter-icon i {
  transform: rotate(360deg);
  transition: all 0.3s ease;
}

.sersecabout .counter h3 {
  font-size: 13px;
  font-weight: 600;

  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.sersecabout .counter .counter-value {
  font-size: 17px;
  font-weight: 700;
  display: block;

}

@media screen and (max-width: 1200px) {
  .sersecabout .counter {
    margin-bottom: 40px;
  }
}

/* About Section End */

/* Contact Page Start */

.contactformcontai #contactForm .form-title {
  text-transform: uppercase;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #1E3F82;
}

.contactformcontai #contactForm .form-title::before {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: var(--primary-color);
  width: 36px;
  border-radius: 5px;
  top: 13px;
  left: 182px;

}

.contactformcontai #contactForm .form-title::after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: #1E3F82;
  width: 63px;
  border-radius: 5px;
  top: 19px;
  left: 182px;
}

.contactformcontai #contactForm .form-head {
  margin-top: 7px;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  color: #1E3F82;
}

.contactformcontai #contactForm .form-captio {
  margin-top: 12px;
  font-size: 14px;
  margin-bottom: 0;
}

.contactformcontai #contactForm .form-btnsubmit {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  height: 45px;
  font-size: 14px;
  color: #333;
  padding: 10px 15px;
  background-color: #ff0004;
  color: #ffffff;
  font-weight: 600;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


.contactformcontai #contactForm .form-btnsubmit:hover {
  border-color: #ff0004;
  box-shadow: 0 0 10px rgba(255, 0, 4, 0.5);
  color: #ffffff;
}

.quickcontact .contactico {
  width: 45px;
  height: 45px;
  padding: 12px 12px;
  background-color: rgb(235, 235, 235);
  font-size: 18px;
  border-radius: 100%;
  border: 2px solid #F73237;
  font-weight: 800;
  color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.quickcontact .contactico:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.quickcontact .form-title {
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #1E3F82;
  margin-bottom: 18px;
}

.quickcontact .form-title::before {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: var(--primary-color);
  width: 36px;
  border-radius: 5px;
  top: 11px;
  left: 148px;

}

.quickcontact .form-title::after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: #1E3F82;
  width: 63px;
  border-radius: 5px;
  top: 17px;
  left: 148px;
}

.contactformcontai {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.contactformcontai::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -1%;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 60px solid rgba(102, 16, 242, 0.05);
  background: transparent;
  animation: ContactMoveLeft 50s linear infinite;
  z-index: 1;
}

@keyframes ContactMoveLeft {
  0% {
    left: 0px;
  }

  25% {
    top: 100px;
  }

  50% {
    left: 90%;
  }

  75% {
    top: 80%;
  }

  100% {
    left: 0px;
  }
}

.contactformcontai::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -1%;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 60px solid rgba(102, 16, 242, 0.05);
  background: transparent;
  animation: ContactMoveRight 50s linear infinite;
  z-index: 1;
}

@keyframes ContactMoveRight {
  0% {
    right: 0px;
  }

  25% {
    top: 100px;
  }

  50% {
    right: 90%;
  }

  75% {
    top: 80%;
  }

  100% {
    right: 0px;
  }
}

.contactformcontai::after,
.contactformcontai::before {
  pointer-events: none;
}

/* Contact Page End */

/* Projects page Start */


.section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #1E3F82;
}

.section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 60%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: -6px;
  margin-left: -100px;
  border: 1px solid #1E3F82;
}

@media screen and (max-width: 768px) {
  .section-title .sub-style::before {
    width: 73px;
    left: 28px;

  }

}

.section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -8px;
  margin-left: -50px;
  border: 1px solid #F73237;
}

.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: 1px solid #F73237;
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 60%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: -8px;
  margin-right: -100px;
  border: 1px solid #1E3F82;
}

@media screen and (max-width: 768px) {
  .sub-title::before {
    width: 73px;
    right: 28px;
  }
}

.sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -6px;
  margin-right: -50px;
  border: 1px solid #F73237 !important;
}


.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-inner .service-title {
  position: relative;
  margin-top: -43px;
  text-align: center;
  transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  margin-left: 32px;
  margin-right: 30px;
  text-align: center;
  border-radius: 10px;
  background: #1E3F82;
  opacity: 0;
  transition: 0.5s;
  min-width: 270px;
}

@media screen and (max-width: 768px) {
  .service-content {
    width: 320px;
  }
}

@media screen and (max-width: 479px) and (min-width: 320px) {
  .service .service-item .service-inner .service-title .service-content {
    width: 250px;
    margin-left: 18px;

  }
}

.service .service-item:hover .service-inner .service-title .service-content {
  bottom: 0;
  opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
  border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
  opacity: 0;
}

.service .service-item .service-inner .service-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
}

.service .service-item .service-inner .service-img img {

  height: 260px;
  object-fit: cover;
}

.service .service-item .service-inner .service-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
  height: 100%;
  opacity: 1;
}

.service .service-item .service-inner .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
  transform: scale(1.3);
}

/* Projects page End */

.blog .blog-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
  transition: 0.5s;
}

.blog .blog-item a {
  transition: 0.5s;
}



.blog .blog-item .blog-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
  transition: 0.5s;
  min-height: 220px;
  object-fit: cover;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 208, 132, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
  position: absolute;
  bottom: 43px;
  left: 25px;
  z-index: 5;
}

.blog .blog-title a {
  color: #fff !important;
  background: var(--secondary-color);
  transition: 0.5s;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 8px;
}

.blog .blog-title a:hover {
  background: var(--primary-color);

}

.blog .blog-item:hover .blog-img .blog-title a:hover {
  color: #ffffff;
}


.blog .blog-item .blog-titles:hover {
  color: var(--primary-color);
}

.counter-border {
  border-right: 3px solid var(--secondary-color) !important;
  border-radius: 3px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 768px) {
  .counter-border {
    border-bottom: 3px solid var(--secondary-color) !important;
    border-radius: 3px;
    border-right: 0 !important;
  }

}

/* Button Styles */

.button,
.button-2 {
  position: relative;
  display: inline-block;
  margin: 15px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--white-color);
  background: var(--primary-color);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  padding: 7px 9px;
  font-weight: 500;
}

.button {
  box-shadow: inset 0 0 0 0 var(--secondary-color);
}

.button:hover {
  color: var(--white-color);
  box-shadow: inset -200px 0 0 0 var(--secondary-color);
}

.button-2 {
  background: var(--secondary-color);
}

.button-2 {
  box-shadow: inset 0 0 0 0 var(--primary-color);
}

.button-2:hover {
  color: #222222;
  box-shadow: inset 200px 0 0 0 var(--primary-color);
}

/* Button Styles End */


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonial .testimonial-item {
  position: relative;
  margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
  border: 1px solid #ff0004;
  border-top: none;
  text-align: left;
  color: var(--white-color);
}

.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  color: var(--white-color);
  background: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--white-color);
}

.testimonial .testimonial-item .testimonial-inner img {
  width: 100px;
  height: 100px;
  /* border: 2px solid var(--primary-color); */
}

.testimonial-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  margin: 30px 10px 0 10px;
  background: var(--white-color);
  transition: 0.5s;
}

@media (max-width: 991px) {
  .testimonial-carousel .owl-dots .owl-dot {
    margin: 10px 10px 0 10px;
  }
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  background: var(--primary-dark);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--white-color);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--primary-dark);
  transition: 0.5s;
}

.testimonial {
  background: #001236;
}

/*** Testimonial End ***/





/* == Current Project New Styles == */
.gallery {
  display: flex;
  gap: 10px;
}

.gallery img {
  width: 85px;
  height: 55px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.preview {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.img-sec:hover .preview img {
  transform: scale(1.1);
}

.team-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  z-index: 9;
}

.img-sec:hover .team-icon {
  opacity: 1;
}

.preview::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(246, 138, 10, .2);
  transition: 0.5s;
  z-index: 1;
}

.img-sec:hover .preview::after {
  height: 100%;
}

.project-item {
  border: 2px solid #006dff;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 100px;

}

.project-item-head {
  position: absolute;
  top: -46px;
  left: 20px;
  padding: 10px 11px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-item .project-item-head h2 {
  padding: 4px 8px;
  font-size: 1rem;
}

.project-item .project-item-con {
  padding: 8px 12px;
}

.sal-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #06a106;
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .project-item .project-item-head h2 {
    font-size: 15px;
  }

  .gallery {
    position: absolute;
    bottom: -60px;
  }


  .main-row>div:nth-child(even) .project-item-head {
    left: auto;
    right: 20px;
    text-align: right;
  }

  .main-row>div:nth-child(even) .gallery {
    justify-content: flex-end;
  }

  .main-row>div:nth-child(even) .md\:col-span-5 {
    order: 2;

  }

  .main-row>div:nth-child(even) .md\:col-span-7 {
    order: 1;

  }

  .main-row>div:nth-child(even) .sal-badge {
    left: auto;
    right: 0;

  }
}

@media (max-width: 768px) {
  .project-item {
    margin-bottom: 60px;

  }
}

/* == Current Project New Styles End == */

/*** FAQ'S Start ***/
.faq {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.faq::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/bg.png");
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  /* optional: makes it faint */
  z-index: -1;
}

.faq .faq-img {
  position: relative;
}

.faq .faq-img .faq-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.3s ease;
  opacity: 0;
}

.accordion-content.open {
  max-height: 500px;
  margin-top: 0.75rem;
}

/*** FAQ'S End ***/


/*** Single Proejcts Start ***/
.single-projects .portal-content .project-title::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 13px;
  width: 60px;
  height: 4px;
  background-color: var(--secondary-color);
}


.single-projects .portal-content .project-title::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 22px;
  width: 60px;
  height: 4px;
  background-color: var(--primary-color);
}

@media (max-width: 768px) {
  .single-projects .portal-content .project-title::before {
    top: 14px;
    left: -12px;
    width: 43px;

  }

  .single-projects .portal-content .project-title::after {
    left: -12px;
    top: 22px;
    width: 43px;

  }
}

/*** Single Proejcts End ***/
.gallery-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: space-between;
  padding: 0 10px;
}

.gallery-carousel .owl-nav button {
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 9px;
}

.gallery-carousel .owl-nav i {
  font-size: 22px;
  color: #1e3f82;
}

.related-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: -35px;
  right: -35px;
  display: flex !important;
  justify-content: space-between;
  padding: 0 10px;
}

.related-carousel .owl-nav button {
  background: rgb(255, 0, 0) !important;
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 9px;
  color: #fff !important;

}

.related-carousel .owl-nav i {
  font-size: 22px;
  color: #1e3f82;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: space-between;
  padding: 0 10px;
}

.banner-slider .owl-nav button {
  background: rgba(255, 255, 255, 0.295) !important;
  height: 40px;
  width: 40px;
  border-radius: 100% !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 9px;
  color: var(--white-color) !important;
}



/*** Team Start ***/

.team .team-item {
  position: relative;
  padding: 0 25px 25px 25px;
  border-radius: 10px;
  transition: 0.5s;
}

.team .team-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #F8F8F8;
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover::before {
  height: 0;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover::after {
  height: 100%;
  background: var(--secondary-color);
}

.main-team-img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 991px) {
  .main-team-img {
    height: 310px;
    width: 310px;
    object-fit: cover;
  }
}

.team .team-item .team-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  margin-top: 50%;
  transform: translateY(-50%);
  margin-bottom: -50%;
  display: flex;
  justify-content: center;
  border: 4px solid var(--secondary-color);
  border-style: dotted;
  padding: 4px;
  background: var(--white-color);
  transition: 0.5s;
}

.team .team-item:hover .team-img {
  border: 4px solid var(--white-color);
  border-style: dotted;
  background: 0;
}

.team .team-item .team-img img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  transition: 0.5s;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .team .team-item .team-img img {
    width: 265px;
    height: 265px;
    border-radius: 100%;
    transition: 0.5s;
    object-fit: cover;
  }
}

.team .team-item .team-title {
  padding: 25px 0 25px 0;
  text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
  transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
  color: var(--white-color);
}

.team .team-item .teampage-icon {
  display: flex;
  justify-content: center;
}

.team .team-item .teampage-icon a {
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.team .team-item:hover .teampage-icon a {
  color: var(--dark-color);
  background: var(--white-color);

}

.team .team-item:hover .teampage-icon a:hover {
  color: var(--secondary-color);
  background: var(--white-color);
  transform: scale(0.9);
}

.btn-sm-square {
  width: 34px;
  height: 34px;
  padding: 4px 5px;
  font-size: 19px;
}

.btn {
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary {
  color: var(--white-color);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--dark-color);
  color: var(--primary-color);
}

/*** Team End ***/

/*** Sub Team Start ***/

.team .item-team {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dark-color);
  transition: 0.5s;
}

.team .item-team:hover {
  border: none !important;
}

.team .item-team::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--secondary-color) transparent transparent var(--secondary-color) !important;
  z-index: 5;
  transition: 1s;
  opacity: 0;
}

.team .item-team::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  border: 1px solid;
  border-color: transparent var(--secondary-color) var(--secondary-color) transparent !important;
  z-index: 5;
  transition: 1s;
  opacity: 0;
}

.team .item-team:hover:after,
.team .item-team:hover::before {
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
}

.team .item-team .img-team {
  position: relative;
  overflow: hidden;
}

.team .item-team .img-team::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(68, 210, 246, 0.2);
  transition: 0.5s;
}

.team .item-team:hover .img-team::after {
  height: 100%;
}

.team .item-team .img-team .icon-team {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 8;
  transition: 0.5s;
}

.team .item-team .img-team .icon-team .team-icon-share {
  position: relative;
  margin-top: -200px;
  transition: 0.5s;
  z-index: 9;
  display: flex;
  flex-direction: column;
}

.team .item-team:hover .img-team .icon-team .team-icon-share {
  margin-top: 0 !important;
}

.team .item-team .content-team {
  position: relative;
}

.team .item-team .content-team::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondary-color) !important;
  transition: 0.5s;
}

.team .item-team .content-team::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--secondary-color) !important;
  transition: 0.5s;
}

.team .item-team:hover .content-team::after,
.team .item-team:hover .content-team::before {
  width: 100% !important;
  height: 50% !important;
}

.team .item-team:hover .content-team .content-team-inner {
  position: relative;
  color: var(--white-color);
  z-index: 2;
}

.team .item-team .content-team .content-team-inner h4,
.team .item-team .content-team .content-team-inner p {
  transition: 0.5s;
}

.team .item-team:hover .content-team .content-team-inner p {
  color: var(--bs-white) !important;
}

.team .item-team:hover .content-team .content-team-inner h4 {
  color: var(--bs-dark) !important;
}

.btnn {
  font-weight: 600;
  transition: .5s;
}

.btnn-primary {
  background: var(--secondary-color) !important;
  color: var(--white-color) !important;
  font-family: 'Roboto', sans-serif;
  border: none;
  font-weight: 400;
  transition: 0.5s;
}

.btnn-primary:hover {
  background: var(--dark-color) !important;
  color: var(--white-color) !important;
}

.btnn-sm-square {
  width: 34px;
  height: 34px;
  padding: 4px 5px;
  font-size: 19px;
}

/*** Sub Team End  ***/

/* home Loan section start */

.home-loansec .loan-items {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  background-color: var(--white-color);
  color: #000000;
}

.home-loansec .loan-items:hover {
  transform: translateY(-10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid var(--primary-color);

}

/* home Loan section start */

/* Why-invest Start */

/* Why-invest Start */

.why-invest-tit {
  position: relative;
  padding: 0;
}

.why-invest-tit::before {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: var(--primary-color);
  width: 35px;
  border-radius: 5px;
  top: 7px;
  left: 113px;
}

.why-invest-tit::after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  background: var(--secondary-color);
  width: 65px;
  border-radius: 5px;
  top: 13px;
  left: 113px;
}

/* Main WhatsApp Button */
.btn-whatsapp-pulse {
  background: #25d366 url('../images/chatbot.png') center center no-repeat;
  background-size: 68px 68px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999 !important;
  text-decoration: none;
  animation: pulse 1.5s ease-out infinite;
  transition: all 0.3s ease-in-out;
}

/* Hover (for desktop) */
.btn-whatsapp-pulse:hover {
  transform: scale(1.05);
}

/* Pulse Effect */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Border Ring */
.btn-whatsapp-pulse-border {
  position: relative;
}
.btn-whatsapp-pulse-border::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid rgba(37, 211, 102, 0.4);
  animation: pulse-border 1.5s infinite ease-in-out;
}
@keyframes pulse-border {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

#tooltip-default {
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 768px) {
  .btn-whatsapp-pulse {
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    background-size: 55px 55px;
  }
}

@media (max-width: 480px) {
  .btn-whatsapp-pulse {
    bottom: 12px;
    right: 12px;
    width: 55px;
    height: 55px;
    background-size: 50px 50px;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  .btn-whatsapp-pulse {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-size: 45px 45px;
  }
}
