/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}
/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: .5s;
}
.btn-square {
  width: 32px;
  height: 32px;
}
.btn-sm-square {
  width: 34px;
  height: 34px;
}
.btn-md-square {
  width: 44px;
  height: 44px;
}
.btn-lg-square {
  width: 45px;
  height: 45px;
}
.btn-xl-square {
  width: 66px;
  height: 66px;
}
.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square, .btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn.btn-primary {
  color: #FFFFFF;
  border: none;
  background: #FF5B5C;
}
.btn.btn-primary:hover {
  background: #385066;
  color: #FFFFFF;
  font-size: 1.2rem;
}
.btn.btn-primary-blue {
  color: #FFFFFF;
  border: none;
  background: #5273FF;
  border-radius: 8px !important;
}
.btn.btn-primary-blue:hover {
  background: #385066;
  color: #FFFFFF;
  font-size: 1.2rem;
}
.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}
.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}
.btn-dark {
  background: #4f80b1;
  border: none;
}
.btn-dark:hover {
  background: rgb(255, 91, 92);
  border: none;
}
/***input tracking***/
.tracking {
  display: block;
}
.login-pc {
  display: block;
}
/***input tracking end***/
/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary);
}
.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 11px;
  border: 0;
  transition: .5s;
  opacity: 1;
}
/*** Topbar End ***/
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: #385066;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: .5s;
  height: 2px;
  font-weight: 500;
}
.sticky-top.navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 20px 0;
  color: #385066;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #385066;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-primary);
  border-bottom: 2px solid;
  transition: 0s;
}
.navbar-light .navbar-brand img {
  max-height: 100px;
  transition: .5s;
}
.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}
.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: .5s;
  opacity: 1;
  margin: 2px 0 0 0 !important;
}
.movil {
  display: none;
}
/*** Navbar end ***/
/*** Content page ***/
a:hover {
  color: #ff5b5c;
}
.title-page {
  color: #385066;
  font-size: 2.2rem;
}
.title-page-home {
  color: #385066;
  font-size: 2rem;
}
h2 {
  font-size: 1.3rem;
  color: #385066;
}
.italic {
  font-style: italic;
}
.w-40 {
  width: 40%;
}
.addres-miami-1 {
  border-radius: 10px;
  border: 2px solid #ff5b5c;
  padding: 5px;
  color: #5273ff;
  text-align: center;
  font-weight: bolder;
  font-size: 1.7rem;
}
.addres-miami-2 {
  color: #FFFFFF;
  font-size: 1.7rem;
  border-radius: 10px;
  background: #ff5b5c;
  font-weight: bolder;
}
.addres-miami-2 a {
  color: #FFFFFF;
}
.addres-miami-2 a:hover {
  color: #385066;
}
.rmg {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.d-inline-block:hover {
  color: #5273ff;
}
.text-site-map a {
  color: #666665;
  font-size: 1.1rem;
  line-height: 2rem;
}
.text-site-map a:hover {
  color: #5273ff;
  font-size: 1.1rem;
}
.text-1-1 {
  font-size: 1.1rem !important;
}
p .blue {
  color: #5273ff;
  font-size: 1.1rem;
}
p .blue:hover {
  color: #666665;
  font-size: 1.1rem;
}
/*** Content page  end***/
/***** Forms******/
.title-blue {
  color: #5273FF;
  font-size: 1.3rem;
  font-weight: bolder;
}
.item-blue {
  color: #5273FF;
  font-size: 1rem;
  font-weight: bolder;
}
.form-check .form-check-input {
  float: none;
}
.fa-check-circle {
  font-size: 6rem;
}
.button-forms {
  color: white;
}
.button-forms:hover {
  color: #5273FF;
}
.btn-secondary {
  background: #666665;
  border: 0;
}
.btn-upload {
  background: #FFFFFF;
  border: 2px #b6b6b7 dashed;
  text-align: center;
  margin: auto;
  padding: 2rem;
  width: 100%;
  color: #666665
}
.width-login {
  width: 70%;
  margin: 30px auto;
}
.width-40 {
  width: 45%;
  margin: 30px auto;
  border-radius: 10px;
}
.p-20 {
  padding: 20px
}
.prealert-blue {
  background: #EAEFF9;
  border-radius: 10px;
}
.catpcha {
  background: black;
  width: 30%;
  height: 40px;
  margin: auto
}
.text-contact {
  vertical-align: top !important;
  text-align: left;
  padding: 0 10% 0 0
}
.form-floating > .form-select {
  box-shadow: none;
}
/***** Forms end******/
/***Banner questions***/
.banner-questions {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  background-image: url("../img/banner-questions.png");
  background-repeat: no-repeat;
  margin: 0;
}
.banner-questions p {
  padding: 1.3rem 0 0 5rem;
}
.banner-questions .btn-primary {
  margin: 0 0 0 5rem;
}
/***Banner questions end***/
/***MEDIA QUERIES***/
@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }
  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
  }
  .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    margin-left: 0;
    color: var(--bs-dark);
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-dark);
  }
  .navbar-light .navbar-brand img {
    max-height: 75px;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
    border-bottom: none;
  }
  .movil {
    display: block;
  }
  .tracking {
    display: block !important;
    text-align: right !important;
    width: 100%;
    max-width: 100%;
  }
  .no-pd-right {
    padding-right: 0;
  }
  .login-pc {
    display: none;
    text-align: right !important;
  }
  .width-login {
    width: 70%;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
  }
  .navbar-light {
    /*position: absolute;*/
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    z-index: 999;
  }
  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light);
  }
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: .5s;
  }
  .navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }
  .navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: .5s;
  }
  .navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link.active::after {
    height: 2px;
  }
}
/*** Navbar End ***/
/*** Carousel Hero Header Start ***/
.hero-section {
  background-image: url(../img/carousel-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-section-2 {
  background-image: url(../img/carousel-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-bg-half-1 {
  background-image: url(../img/header-2.jpg);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
}
.hero-bg-half-2 {
  background-image: url(../img/header-1.jpg);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}
.hero-bg-half-3 {
  background-image: url(../img/header-3.jpg);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}
.hero-bg-half-4 {
  background-image: url(../img/header-4.jpg);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}
.hero-bg-half-5 {
  background-image: url(../img/header-5.jpg);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}
.hero-shape-1 {
  background-color: #ff5b5c /*var(--bs-primary)*/ ;
  width: 80px;
  height: 50%;
  position: absolute;
  left: 57%;
  top: 0;
  transform: translateY(-80%) skew(-30deg, 0deg);
  position: relative;
}
.hero-shape-1:before {
  background-color: #5273ff;
  content: "";
  width: 30%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-shape-2 {
  background-color: #ff5b5c;
  width: 80px;
  height: 50%;
  position: absolute;
  right: -43%;
  bottom: 0;
  transform: translateY(80%) skew(-30deg, 0deg);
  position: relative;
  z-index: 1;
}
.hero-shape-2::after {
  background-color: #5273ff;
  content: "";
  width: 45px;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*** Carousel Hero Header End ***/
.header-carousel .header-carousel-item {
  height: 520px; /*size carrusel*/
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--bs-white);
  color: var(--bs-primary);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev {
  bottom: 12%;
  left: 1%;
  border-radius: 50%;
  opacity: 70%;
}
.header-carousel .owl-nav .owl-next {
  bottom: 12%;
  right: 1%;
  border-radius: 50%;
  opacity: 70%;
}
.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 65px 0 var(--bs-primary);
  color: var(--bs-dark);
}
.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  z-index: 9;
}
.display-2 {
  font-size: 3.1rem;
}
@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px;
  }
  .header-carousel.owl-carousel, .header-carousel .header-carousel-item {
    height: 400px;
  }
}
@media (max-width: 821px) {
  .hero-shape-1, .hero-shape-1:before, .hero-shape-2, .hero-shape-2::after {
    display: none
  }
  .width-40 {
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
  }
  .title-page, .title-page-home {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .display-2 {
    font-size: 2rem;
  }
  .hero-shape-1, .hero-shape-1:before, .hero-shape-2, .hero-shape-2::after {
    display: none
  }
  .width-login {
    width: 100%;
  }
}
/*** Carousel Hero Header End media ***/
/** END NEW CARRUSEL**/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .bg-breadcrumb {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .bg-breadcrumb {
    padding: 60px 0 60px 0;
  }
  .banner-questions {
    font-size: 1.4rem;
  }
}
.bg-breadcrumb .breadcrumb {
  position: relative;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/*** Service Start ***/
.service .service-item {
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
}
.service .service-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}
.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}
.service .service-item .service-img img {
  transition: 0.5s;
}
.service .service-item:hover .service-img img {
  transform: scale(1.2);
}
/*** Service End ***/
/*** Features Start ***/
.feature .feature-item {
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  border: 1px solid transparent;
  transition: 0.5s;
}
.feature .feature-item:hover {
  border: 1px solid var(--bs-primary);
}
.feature .feature-item .feature-icon {
  background: var(--bs-white);
  border-radius: 10px;
  display: inline-block;
}
/*** Features End ***/
/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-secondary);
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--bs-dark);
}
.accordion-button:not(.collapsed) {
  color: #385066;
  background-color: #dce9ff;
  font-weight: bold;
  border: none;
  box-shadow: none
}
.accordion-flush .accordion-item .accordion-button {
  border: none;
  font-weight: bolder;
  color: #385066;
  box-shadow: none;
}
.accordion-body {
  background: #f5f5f5;
  line-height: 1.7rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-faqs.png");
  border: none;
}
/*** FAQs End ***/
/*** step Start ***/
.step .step-item {
  position: relative;
  padding: 0 25px 25px 25px;
  border-radius: 10px;
  transition: 0.5s;
}
.step .step-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}
.step .step-item:hover::before {
  height: 0;
}
.step .step-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}
.step .step-item:hover::after {
  height: 100%;
  background: var(--bs-primary);
}
.step .step-item .step-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(--bs-primary);
  border-style: dotted;
  padding: 4px;
  background: var(--bs-white);
  transition: 0.5s;
}
.step .step-item:hover .step-img {
  border: 4px solid var(--bs-white);
  border-style: dotted;
  background: 0;
}
.step .step-item .step-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: 0.5s;
}
.step .step-item .step-title {
  padding: 25px 0 25px 0;
  text-align: center;
  color: #606060;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
}
.step .step-item .step-title h2 {
  color: #385066;
  font-size: 2rem;
}
.step .step-item .step-title h2:hover {
  color: #FFFFFF
}
.step .step-item .step-title h2, .step .step-item .step-title p {
  transition: 0.5s;
}
.step .step-item:hover .step-title h4, .step .step-item:hover .step-title p {
  color: var(--bs-white);
}
.step .step-item .step-icon {
  display: flex;
  justify-content: center;
}
.step .step-item .step-icon a {
  transition: 0.5s;
}
.step .step-item:hover .step-icon a {
  color: var(--bs-dark);
  background: var(--bs-white);
}
.step .step-item:hover .step-icon a:hover {
  color: var(--bs-primary);
  background: var(--bs-dark);
}
/*** step End ***/
/*** objetcts-prohibited Start ***/
.objetcts-prohibited .objetcts-prohibited-item {
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px 10px 15px;
}
.objetcts-prohibited .objetcts-prohibited-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-light);
  z-index: -1;
}
.objetcts-prohibited .objetcts-prohibited-item .objetcts-prohibited-img {
  display: flex;
  justify-content: center;
}
.objetcts-prohibited .objetcts-prohibited-item .objetcts-prohibited-img img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 5px solid var(--bs-light);
  border-style: double;
  background: var(--bs-white);
}
.objetcts-prohibited .objetcts-prohibited-item .objetcts-prohibited-text {
  padding: 20px 0;
  text-align: center;
}
.objetcts-prohibited .objetcts-prohibited-item .objetcts-prohibited-title {
  display: flex;
  justify-content: space-between;
}
.objetcts-prohibited .objetcts-prohibited-item .objetcts-prohibited-quote-left {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 25px;
  border-radius: 60px;
  color: var(--bs-primary);
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.objetcts-prohibited .objetcts-prohibited-item .objetcts-prohibited-quote-right {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 25px;
  margin-top: -5px;
  border-radius: 60px;
  color: var(--bs-primary);
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.objetcts-prohibited-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}
.objetcts-prohibited .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}
.objetcts-prohibited .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
.objetcts-prohibited .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}
.objetcts-prohibited .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
.objetcts-prohibited-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
.objetcts-prohibited-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 10px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}
.objetcts-prohibited-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #ff5b5c;
  transition: 0.5s;
}
.objetcts-prohibited-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.objetcts-prohibited-carousel .owl-dots .owl-dot.active span::after {
  background: #FFFFFF;
}
.objetcts-prohibited-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}
.text-objects {
  font-size: 1.2rem;
}
/*** objetcts-prohibited End ***/
/*** Footer Start ***/
.footer {
  background: var(--bs-secondary);
}
.footer .footer-item {
  display: flex;
  flex-direction: column;
}
.footer .footer-item a {
  line-height: 35px;
  color: #FFFFFF;
  transition: 0.5s;
}
.footer .footer-item p {
  line-height: 35px;
}
.footer .footer-item a:hover {
  color: #5273FF;
}
.footer .footer-item .footer-btn a, .footer .footer-item .footer-btn a i {
  transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}
.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}
.social {
  background: #FFFFFF !important;
  Color: #385066 !important;
}
/*** Footer End ***/
/*** copyright Start ***/
.copyright {
  background: var(--bs-dark);
}
/*** copyright end ***/