@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);

:root {
  /* Colors: */
  --color-bf970a: #bf970a;
  --color-023661: #023661;
  --color-000000: #2c2c2c;
  --color-0aaec8: #0aaec8;
  --color-ffffff: #ffffff;
  --color-cff0f5: #d3e8fd;


  --font-family-whyte: "Whyte Inktrap", serif;

  --font-family-tahoma: "Tahoma", serif;

  --font-style-normal: normal;
  --font-size-14: 14px;

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-65: 65px;

  --character-spacing-0: 0px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}

@font-face {
  font-family: 'Whyte Inktrap';
  src: url('../font/fontsWhyteInktrap-Black.woff2') format('woff2'),
    url('../font/WhyteInktrap-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tahoma';
  src: url('../font/Tahoma.woff2') format('woff2'),
    url('../font/Tahoma.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-style: var(--font-style-normal);
  line-height: var(--line-height-27);
  color: var(--color-042e54);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  font-family: var(--font-family-tahoma);
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-656565);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-ec1f2b);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-whyte) !important;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  font-size: var(--font-size-16);
}

.pink {
  color: var(--color-f3adb6);
}

button, input, optgroup, select, textarea {
  font-family: var(--font-family-tahoma);

}

header,
footer,
section {
  width: 100%;
  float: left;
}

.text-gold {
  color: var(--color-bf970a)
}

p {
  font-size: var(--font-size-16);
  line-height: 25px;
  font-weight: var(--font-weight-Regular);
  text-align: justify;
  font-family: var(--font-family-tahoma);
  color: var(--color-000000);
}

h3 {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);

}

h4 {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-SemiBold);

}

h5 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-SemiBold);

}

h6 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Bold);
  color: var(--color-000000);

}


.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}



.view-more-text {
  display: inline-block;
}

.m-social {
  margin: 25px 0;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-023661);
  border: transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
}




.common-button {
  display: grid;
  width: 100%;
  text-align: center;
}

.common-button a {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  font-weight: var(--font-weight-SemiBold);
  padding: 1.2rem 1rem;
  border-radius: 50px;
  background: var(--color-3d47a6);
  border: 1px solid var(--color-ec1f2b);
  color: var(--color-ffffff);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}



.common-button a:hover {
  border: 1px solid var(--color-ec1f2b);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: var(--color-f3adb6);

}

.button {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--pan {
  font-weight: 500;
  overflow: hidden;
  color: #fff;
  padding: 0.8em 1.5rem;
  letter-spacing: 1px;
  background-color: var(--color-bf970a);
  text-transform: uppercase;
  border-radius: 15rem;
  text-align: center;
  transition: ease all 0.5s;
  display: inline-block;
  font-family: var(--font-family-whyte);
}


.button--pan span {
  position: relative;
  display: flex;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button--pan:hover {
  background-color: var(--color-023661);
}

.button--pan a {
  content: '';
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan::before {
  content: '';
  background-color: var(--color-3d47a6);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
  transform: translate3d(0, -100%, 0);

}
.franchise-btn a {
color: var(--color-ffffff);
      background-color: var(--color-bf970a);
  
}
.franchise-btn i{
padding-right:10px;
}
.franchise-btn a:hover {
color: var(--color-ffffff);
      background-color: var(--color-023661);
  
}
.schedule-btn a {
  display: inline-block;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-normal);
  padding: 0rem 1rem;
  border-radius: 3rem;
  background: var(--color-023661);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  align-items: center;
  justify-content: center;
  display: flex;
  color: var(--color-ffffff) !important;
  border: transparent;
  font-family: var(--font-family-whyte);
  letter-spacing: 1px;
  z-index:9;
}

.schedule-btn i {
  height: 40px !important;
  filter: invert(0);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: flex;
  padding-right: 0.5rem;
  font-size: var(--font-size-16);
  align-items: center;
  justify-content: center;
}


.schedule-btn a:hover {
  color: var(--color-ffffff);
  border: 1px solid var(--color-ec1f2b);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: var(--color-bf970a);
}
.border-btn{
      border: 1px solid var(--color-ec1f2b);

}
.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}



.schedule-btn-btn:hover i {
  transform: rotate(45deg);
  filter: invert(0);
}

.mobile {
  display: none;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-expand-lg {
  justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 2px solid var(--color-023661);
  color: var(--color-023661)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active {
  border-bottom: 2px solid var(--color-023661);
  border-radius: 0.1rem;
  color: var(--color-023661);
  background-color: var(--color-cff0f5);

}


.navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  /* top: 0; */
  /* right: 0; */
  /* align-items: center; */
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--color-023661);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
  padding: 2.5rem 1rem;
  border-bottom: 2px solid var(--color-ffffff);
}

a.menu-contact {
  padding-right: 0px !important;
}

.pad-left {
  padding-right: 50px;
}

.screen-darken.active {
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 9;
}


.menu-btn {
  width: 55px;
  height: 55px;
  background: var(--color-023661);
  z-index: 9;
  border-radius: 100%;
  border: transparent;
  padding: 0.8rem;
}

.top-header {
  display: flex;
  justify-content: end;
}


.navbar-brand img, .navbar-brand .svg {
  width: 85%;
  object-fit: contain;
  transition: 0.5s ease-out;
}




.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 9;
  position: relative;
}

section {
  overflow: hidden;
}

.header-btn {
  margin-right: 4%;

}

.sidenav,
.mobile-toggle {
  display: none;
}


/* @import url(../css/root.css); */
/* main-header */


.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}




.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-md .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-md .navbar-brand img,
.main-nav .navbar-expand-md .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-16);
  color: var(--color-023661);
  line-height: var(--line-height-inherit);
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
  border-radius: 1.2rem;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-bf970a);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-ffffff) !important;
  background-color: var(--color-023661) !important;
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}


.main-header.g_shrink {
  position: fixed;
  background: var(--color-ffffff);
  box-shadow: #63636333 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 10;
  top: 0;
}



.g_shrink .navbar-brand {
  top: 3px;

}

.brand img {
  width: 200px
}




.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.navbar-brand {
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.navbar-brand img,
.navbar-brand .svg {
  width: 85%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}




.logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 30vh;
  background-color: var(--color-ffffff);
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: var(--color-3d47a6);
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.dropdown-item {
  padding: 1rem;
  font-size: var(--font-size-14);
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  font-size: var(--font-size-14);
  padding: 0;
  border: transparent;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


ul.top-social li {
  float: left;
}

.social-icon li i {
  color: #fff;
}


ul.top-social li i {
  /* color: #fff; */
  font-size: 20px;
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: var(--color-ec1f2b);
}

ul.info-header {
  margin-left: 42%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: var(--color-ec1f2b);
}

.info-header a {
  color: #fff;
  font-size: 17px;
}

.info-header li i {
  margin-right: 15px;
}

.navbar {
  padding: 0;
}

.service-main .col-12 {
  margin-bottom: 3rem;
}

.inner-banner::before {
  opacity: 0.8;
}

.banner-slider iframe {
 height: 900px;

}

.banner-slider img {
  height: 900px;
  object-fit:cover;

}
.banner-slider .swiper-slide {
  height: 100%;

}

.banner-slider .swiper-pagination {
 
    z-index: 99 !important;
}



.main-header.g_shrink.g_header .logo-bg {
  height: 120px;
}



.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 200px;
}

.main-header.g_shrink .navbar-expand-md .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* .main-header.g_shrink .navbar-expand-md .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */


/* ============ mobile view ============ */
@media all and (max-width: 1199px) {}

@media (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }

}

.carousel-caption {
  color: var(--color-3d47a6) !important;
}


/* breadcrumb */

/* .inner-banner */

.inner-banner {
  background-color: var(--color-3d47a6);
  position: relative;

}

.inner-banner .container {
  position: absolute;
  bottom: 0;
  /* display: flex
; */
  /* align-items: center; */
  /* justify-content: center; */
  left: 13%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.inner-banner::after {
  /* background-color: var(--color-062c77); */
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  height: 70px;
  z-index: 0;
  background-color: #4c3fa1e0;
}

.inner-banner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.inner-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: relative;
  top: 0;
}



.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.inner-banner .breadcrumb ul {
  display: flex;
}

.inner-banner .breadcrumb ul li a {
  margin: 0.938rem;
  font-size: var(--font-size-12);
  position: relative;
  display: flex;
}

.inner-banner .breadcrumb ul li a::after {
  content: '/';
  position: absolute;
  right: -17px;
  top: 2px;
}

.inner-banner .breadcrumb ul li:last-child a::after {
  display: none;

}

.inner-banner .content {
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  left: 0;
  /* margin-bottom: 30px; */
  padding: 10px 10px;
  align-items: center;
  z-index: 9;
}

.inner-banner .content::before {
  z-index: 9;
}


.inner-banner .content h1 {
  color: var(--color-ffffff) !important;
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-SemiBold);
  margin: 0;
}

.inner-banner .content a {
  color: var(--color-ffffff);
}

/* breadcrumb */

/* main-banner */



.banner-left {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;

}

.banner-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 151%;
  height: 100vh;
  background: var(--color-023661);
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 5;
  display: none;
}

.banner-left img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 7;
  height: auto;
  /* height: 600px; */
  /* width: 529px; */
  width: 650px;
}
.banner {
  width: 100%;
  position: relative;
  background: #000;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 25%;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 30%;
  z-index: 9;
}

.carousel-caption h1 {
  font-size: var(--font-size-60);
}

#counter {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: relative;

}

.counter-section {
  color: var(--color-3d47a6);
}

.counter-box {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  /* flex-direction: column; */
  align-items: center;
  margin-bottom: 0;
}

.counter-box img {
  margin-right: 1rem;
}

.counter-box h3 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Regular);
}

.counter-box .count {
  font-size: var(--font-size-40);
}



/* Global Styles */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}

html {
  font-family: "Open Sans", sans-serif;
}

/* Flexbox and Layout */
.flex {
  display: flex;
  justify-content: space-between;
}

.container-wrapper {
  width: 1200px;
  margin: auto;
}

.border-white {
  border: 3px solid #fff;
}

.no-border {
  border: none;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.clearfix {
  clear: both;
}

.overlay-box {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.hidden {
  display: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
}

:-ms-input-placeholder {
  font-size: 14px;
}

:-moz-input-placeholder {
  font-size: 14px;
}

/* Animations and Hover Effects */
.animate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.relative {
  position: relative;
}

.image-style {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.paragraph {
  line-height: 1.5;
  color: #929292;
}

.hover-effect:hover {
  border: 10px solid #929292;
}

.heading-why {
  padding: 0 20%;
}

/* aboutsection */
.about-img-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
}


.about-img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.about-us {
  background-image: url(../images/about-bg.jpg);
  position: relative;

}

.about-us::after {
  background-color: #ffffff82;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

.about-right {
  min-height: 500px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  position: relative;
  z-index: 9;
}

/* testimonial */


.faq-section .accordion-item {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 1rem;
  border-radius: 0.8rem;
}

.faq-section .accordion-header {
  margin-bottom: 0;
  padding: 0 1rem;
}

.faq-section .accordion-button {
  padding: 20px 0;
  color: var(--color-000000);
  background-color: transparent;
  box-shadow: none;
  font-size: var(--font-size-20);
  text-transform: capitalize;
}

.faq-section .accordion-body {
  padding: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0;
}

.accordion__wrapper {
  border-radius: 1rem;
  width: 100%;
}

.accordion__wrapper .title {
  margin-bottom: 80px;
}

.accordion__title {

  text-align: center;
  margin-bottom: 4rem;
}

.accordion {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: var(--font-size-19);
}

.accordion__icon {
  background-color: var(--color-ec1f2b);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.accordion__question {
  color: var(--color-000000);
  font-size: var(--font-size-25);
}

.accordion__answer {
  padding: 2rem 0;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: all ease 0.5s;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}

.faq-section {
  background-color: var(--color-bf970a);
}

/* footer */
.footer-contact {
  width: 100%;
}

.top-footer {
  text-align: center;
}

.top-footer img {
  width: 200px;
}

.top-footer .contact-content a {
  color: var(--color-023661);
  font-size: var(--font-size-20);
}

.top-footer .contact-content a:hover {
  color: var(--color-bf970a);
  font-size: var(--font-size-20);
}


.footer {
  width: 100%;
  overflow: hidden;
  font-size: var(--font-size-14);
  position: relative;
  background: var(--color-dff3fd);
}

.footer-logo {
  width: 150px;
}

h3.footer-heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--color-ec1f2b);
}

.contact-icon i {
  font-size: var(--font-size-18);
  color: var(--color-bf970a);
  padding: 0.3rem;
  padding-right: 1rem;
}

.footer-menu ul {
    justify-content: center;
    display: flex
;
    
}

.footer-menu ul li {
    list-style-type: none;
    padding: 1rem;
}

.footer-menu ul li a:hover i {
  color: var(--color-ec1f2b);
}

.footer-menu a:hover {
  color: var(--color-bf970a);
}

.footer-menu ul li i {
  margin-right: 10px;
  color: #282828;

  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-000000);
  font-size: var(--font-size-14);
}

.footer-pad {
  padding-left: 100px;
  padding-top: 0 !important;
}



.footer-left {
  background-color: var(--color-ec1f2b);
  padding: 70px;
  border-radius: 15px;
}

.footer-right {
  background-color: var(--color-f8f8f8);
  padding: 70px;
  align-items: center;
  /* height: 100%; */
  /* justify-content: center; */
  display: flex;
}

.footer-contact label {
  color: var(--color-ffffff);
  margin-bottom: 10px;
}

.footer-contact .footer-input {
  border-radius: 5px;
  padding: 15px;
  color: var(--color-ffffff);
  border: transparent;
  background-color: var(--color-ec1f2b);
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #fff;
}

.contact-home {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  margin-bottom: 1rem;
  align-items: center;
  /* margin-top: 30px; */
  padding-bottom: 1rem;
  color: var(--color-023661);
  display: flex;
}

/* .contact-img{
  width: 25%;
} */
.contact-page .contact-box {
  background-color: var(--color-3d47a6);
  display: flex;
  margin-right: 0;
  flex-direction: column;
  text-align: center;
  align-items: center;

}

.contact-page .contact-box h4 {
  color: var(--color-ffffff);
}

.contact-img i {
  border-radius: 100%;
  background-color: var(--color-ec1f2b);
  color: var(--color-3d47a6);
}

.contact-content {
  font-size: var(--font-size-19);
  width: 90%;
  color: var(--color-023661);
  font-family: var(--font-family-whyte);
  color: var(--color-ffffff);
}

.contact-content a {
  color: var(--color-ffffff);

}

.contact-content a:hover {
  color: var(--color-ff82ff);
}

.contact-home .contact-content h3 {
  color: var(--color-ec1f2b);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 600;
  font-size: var(--font-size-20);
}

.sumbit-btn a {
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  background: var(--color-ffffff);
  /* border: 1px solid var(--color-ec1f2b); */
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  /* padding-right: 7px; */
  /* padding-left: 12px; */
  width: 59%;
  padding: 7px 20px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sumbit-btn a:hover {
  background-color: var(--color-000000);
  color: var(--color-ffffff);
}

.sumbit-btn a img {
  width: 45px !important;
  height: 45px !important;
  position: relative;
  margin-left: 15px;
}

.sumbit-btn a:hover img {
  filter: invert(1);
  transform: rotate(45deg);
}

/* copy-right  */

.copy-right {
  text-align: center;
  padding: 1rem;
  background-color: var(--color-023661);
  color: var(--color-ffffff);
  /* margin: 0; */
}

.copy-right a:hover {
  color: var(--color-ff82ff);
  text-decoration: underline;
}

.copy-right p,
.copy-right p a {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right p a:hover {
  color: var(--color-000000);
}

.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1500px;
}




/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-ec1f2b);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 55px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}

#button i {
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  top: 13px;
  position: relative;
}

#button:hover i {
  color: var(--color-ec1f2b);

}

#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-ec1f2b);
  background-color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: var(--color-023661);

}

#button.show:hover {
  background-color: var(--color-bf970a);
  color: var(--color-ffffff);
}

.social-icon {
  position: fixed;
  bottom: 120px;
  right: 37px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.social-icon i {
  color: var(--color-ffffff);
  font-size: 1.2rem;
}

.social-icon.facebook {
  background-color: #1877F2;
  bottom: 212px;
}

.social-icon.instagram {
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
  background: radial-gradient(circle farthest-corner at 28% 100%,
      #FCDF8F 0%,
      #FBD377 10%,
      #FA8E37 22%,
      #F73344 35%,
      fade(#F73344, 0%) 65%) no-repeat;
  bottom: 162px;
}

.social-icon.linkedin {
  background-color: #0077B5;
  bottom: 160px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 108px;
  right: 37px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}




/* faq */
.faq-box {
  display: flex;
  padding: 30px;
  /* padding-bottom: 0; */
  padding-top: 0;
}

.faq-box i {
  padding: 10px 18px;
  background-color: #00d772;
  border-radius: 50%;
  top: 19px;
  position: relative;
  margin-right: 10px;
  color: #fff;
}

.product-box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.product-box {
  text-align: center;
}


.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ol-cards {
  --flapWidth: 2rem;
  --flapHeigth: 1rem;
  --iconSize: 3rem;
  --numberSize: 3rem;
  --colGapSize: 2rem;
  width: min(100%, 40rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}

.ol-cards>li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards>li>.icon {
  grid-area: icon;
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}

.ol-cards>li>.icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(0 var(--flapHeigth),
      100% 0,
      100% 100%,
      0 calc(100% - var(--flapHeigth)));
  background-color: var(--accent-color);
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.2));
  z-index: -1;
}

.ol-cards>li>.title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
}

.ol-cards>li>.descr {
  grid-area: descr;
}

.ol-cards>li::after {
  grid-area: nr;
  content: counter(ol-cards-count, decimal-leading-zero);
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 700;
}

@media (max-width: 40rem) {
  .ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 0.5rem;
    --iconSize: 2rem;
    --numberSize: 2rem;
    --colGapSize: 1rem;
  }
}



.services-section {
  background-color: var(--color-cff0f5);
  position: relative;
}

.services-section::after {
  background-image: url(../images/service-bg.jpg);
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-ffffff);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.img-overlay p {
  padding: 2rem;
  color: var(--color-023661) !important;
  text-align: justify;
}

.service-img:hover .img-overlay {
  height: 100%;
}

.service-box:hover h6 {

  margin-bottom: 0rem;
}

/* ---new-- */
.service-box {
  background-color: transparent;
}

.service-box img {
  width: 200px;
}

.service-box h6 {
  background-color: transparent;
  font-weight: var(--font-weight-normal);
  border-radius: 5rem;
  /* padding: 1rem; */
  margin-top: 1rem;
  /* width: max-content; */
  /* margin: 0 auto; */
  padding: 0;
  color: #212529;
  margin-bottom: 0;
  margin-top: 0;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.text span {
  font-weight: 300;
}

.service-box {
  text-align: center;
  border-radius: 1rem;
  background-color: var(--color-ffffff);
  overflow: hidden;
  position: relative;
  z-index: 9;
  height: 100%;
  transition: ease all 0.5s;
  border-radius: 1rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.service-box h6 {
  background-color: var(--color-023661);
  font-weight: var(--font-weight-normal);
  border-radius: 5rem;
  /* padding: 1rem; */
  margin-top: 1rem;
  width: max-content;
  margin: 0 auto;
  padding: 1rem 2rem;
  color: var(--color-ffffff);
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.service-left {
  position: absolute;
  bottom: 0;
}

.service-left img {
  position: relative;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}

.service-box:hover img {
  overflow: hidden;
  transform: scale(1.1);
  filter: grayscale(1);
}

.service-box:hover {
  background-color: var(--color-023661);
  color: var(--color-ffffff);

}

.service-box:hover h6 {
  color: var(--color-ffffff);

}

.service-box:hover p {
  color: var(--color-ffffff);

}

.service-box-new {
  background-color: var(--color-ffffff);
  box-shadow: none;
  text-align: left;
  padding: 1rem;
  text-align: center;
}

.service-box-new p {}

.service-box-new img {
  width: 100px;
}

.service-box-new h6 {
  /* background-color: #ffffff; */
  font-weight: var(--font-weight-normal);
  border-radius: 5rem;
  /* padding: 1rem; */
  margin-top: 0;
  width: max-content;
  /* margin: 0 auto; */
  padding: 0;
  color: var(--color-ffffff);
  margin-bottom: 2rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
  text-align: left;
  color: #021d35;
}


.service-img {
  overflow: hidden;
}

.service-img img {
  height: 300px;
  object-fit: cover;
  transition: ease all 0.5s;
  width: 100%;
}

.service-content {
  position: relative;
  z-index: 9;
  padding: 1rem;
  text-align: center;
}

.service-content a {
  color: #000000;
  font-weight: var(--font-weight-Regular);
  transition: color 0.3s ease;
  margin-top: 2rem;
  text-decoration: underline;
  display: block;

}


.service-content a:hover {
  text-transform: 1rem;
  color: var(--color-3d47a6)
}

.service-content h6 {
  margin-bottom: 1rem;
}

.service-content p {
  margin-bottom: 0;
  color: var(--color-042e54);
  text-align: center !important;
}

.advantage-section {
  background-color: var(--color-042e54);
}

.advantage-box-content .col-12 {
  /* height: 100%; */
  margin-bottom: 5rem;
}

.advantage-img {
  background-color: var(--color-ffffff);
  border-radius: 100%;
  padding: 1rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -43px;
  position: ABSOLUTE;
  left: 39%;
}

.advantage-content p {
  color: var(--color-042e54);
  text-align: justify;
}

.advantage-box {
  background-color: var(--color-f3adb6);
  color: var(--color-3d47a6);
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  padding-top: 3rem;
  height: 100%;
}

.advantage-box p {
  text-align: center;
}

.advantage-box::after {
  position: absolute;
  box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
  content: '';
  top: 0;
}

.advantage-icon {
  background-color: var(--color-ff82ff);
  color: var(--color-3d47a6);
  padding: 1rem;
  border-radius: 3rem;
}

.key-problem-content {
  z-index: 9;
}

.testimonial-box {
  border-radius: 3rem;
  background-color: var(--color-ffffff);
  padding: 2rem;
}

.testimonial-section .bubble-bg img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.3;
  height: 100%;
  object-fit: cover;
  left: 0;
}

.testimonial-section {
  color: var(--color-ffffff);
  position: relative;
  /* background:url(../video/testimonial-bg.mp4);
  background-attachment: fixed;
  background-size: cover; */
}

.testimonial-section .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
}

.testimonial-content p {
  color: var(--color-000000) !important;
}

.testimonial-section video {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-box .swiper-slide {
  height: 100%;
}

.checked {
  color: orange;
}

.testimonial-img-details {
  display: flex;
  align-items: center;
}

.testimonial-img-details img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: 0.1rem solid var(--color-ffffff);
  margin-right: 1rem;
}

.testimonial-box:nth-child(odd) {
  margin-top: 1rem;
}

.testimonial-box:nth-child(even) {
  margin-top: 0rem;
}

.testimonial-box .details h6 {
  text-transform: uppercase;
  color: var(--color-023661);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 0;
  margin-top: 1rem;
}

.testimonial-content .details p {
  color: #4b4b4b !important;
}

.checked {
  color: orange;
}

.feature-section {
  background-image: url(../images/feature-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.app-section {
  background-color: var(--color-023661);
}

.app-content {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
  flex-direction: column;
  color: var(--color-ffffff);
}

.app-content li {
  list-style-type: disc;
  margin-bottom: 1rem;
  margin-left: 1.1rem;
}



/* contact page */
.contact-box {
  background-color: var(--color-cff0f5);
}

form label {
  font-size: 0.875rem;
  color: darkgray;
  cursor: pointer;
}

form label,
form input {
  float: left;
  clear: both;
}

form input {
  margin: 0.938rem 0;
  padding: 0.938rem 0px;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #bbb;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border: transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.875rem;
  padding-top: 0;
}

form textarea {
  margin: 0.938rem 0;
  padding: 0.938rem 0px;
  width: 100%;
  outline: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border: transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.875rem;
}

form textarea::placeholder {
  color: #747474 !important;
}

form input[type="text"]:focus,
form input[type="password"]:focus {
  border-color: cornflowerblue;
}

input[type="submit"] {
  padding: 0.938rem 3.125rem;
  width: auto;
  background: #1abc9c;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  clear: right;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

form textarea::placeholder {
  color: var(--color-000000);
}

input[type="submit"]:hover {
  opacity: 0.8;
}

input[type="submit"]:active {
  opacity: 0.4;
}

.forgot,
.register {
  margin: 10px;
  float: left;
  clear: left;
  display: inline-block;
  color: cornflowerblue;
  text-decoration: none;
}

.forgot:hover,
.register:hover {
  color: darkgray;
}

.contact-right {
  height: 100%;
  background-color: var(--color-3d47a6);
  padding: 4rem;
  border-radius: 1rem;
}

.contact-right .contact-home {
  display: flex;
  align-items: center;
  /* margin-bottom: 2rem; */
  /* padding-bottom: 2rem; */
  border-bottom: 0.1rem solid var(--color-ffffff2b);
  justify-content: center;
  margin-bottom: 3rem;
}

.contact-right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
}

.contact-left {
  padding-left: 4rem;
}

.contact-box {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 2rem;
  border-radius: 2rem;
  background-color: var(--color-023661);
  text-align: left;
  position: relative;
  align-items: center;
  /* display: flex
; */
  flex-direction: row;
  height: 100%;
  position: relative;
  z-index: 9;
}

.contact-icon {}

.contact-box a {
  font-size: var(--font-size-20);
  display: block;
  display: inline-block;
  margin-bottom: 5px;
}

.contact-box a:hover {
  color: var(--color-bf970a);
}

.branches-box .contact-icon {
  margin-right: 0;
}

.branches-box .address-box {
  text-align: center;
  justify-content: center;
  background-color: var(--color-dff3fd);
  display: flex;
  color: var(--color-ffffff);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 2rem; */
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}

.branches-box .address-box .contact-content {
  padding: 2rem;
}

.branches-box .address-box .contact-content p {
  color: var(--color-3d47a6);

}

.branches-box .address-box .contact-icon {
  margin-right: 0;
  margin-bottom: 0rem;
  margin-top: 3rem;
}



.contact-address {
  height: 100%;
}

.contant-content {
  text-align: left;
}

.contact-address .contant-content {
  padding: 2rem;
  font-size: var(--font-size-18);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.contact-address .contant-content strong {
  margin-bottom: 1.875rem;
}

.contact-address .contant-content h3 {
  margin-bottom: 3.125rem;
  text-transform: uppercase;
}

.contact-address .contant-content a {
  color: var(--color-282828);
}

.contact-address .contant-content a:hover {
  color: var(--color-c22025);
}

.contact-box-in {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.contact-box-in i {
  font-size: var(--font-size-25) !important;
  border-radius: 100%;
  background-color: #184c8b;
  padding: 0.938rem;
  top: -1.875rem;
  left: 44%;
  color: aliceblue;

}

.contact-box-in a {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: var(--font-size-33) !important;
  word-break: break-all;
  text-align: left;
}

.why-right {
  background-color: var(--color-3d47a6);
  padding: 3rem;
  border-radius: 2rem;
}

.why-box {
  margin-bottom: 2rem;
}

.why-box a {
  text-align: justify;
}

.why-box h5 {
  color: var(--color-ffffff);
}

.why-box p {
  color: var(--color-ffffff);
  margin-top: 0.5rem;
}

.why-left {

  height: 100%;

}

.why-left img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 2rem;

}

.why-img {


  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;

}

.why-img img {
  border-radius: 1rem;
  background-color: var(--color-cff0f5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.why-img::after {
  border-top: 2px dotted var(--color-3d47a6);
  width: 37%;
  position: absolute;
  content: '';
  left: 83%;
}

.why-img:nth-child(02)::after {
  display: none;
}

.why-box .why-icon img {
  filter: invert(1);

}

.why-icon {
  width: 7rem;
  /* padding: 1rem; */
  height: 4rem;
}


.gallery_sec {
  width: 100%;
}

.gallery_sec img {
  width: 100%;
  border-radius: 1rem;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 0.2;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;

}

.list {
  /* column-count: 3; */
  columns: 4;
}

.list img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
}

.service-page-box {
  background-color: var(--color-3d47a6);
  border-radius: 2rem;
  overflow: hidden;
}

.service-page-box-right {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.background-stuff {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: #f1a177; */
}

.background-stuff .bg {
  position: absolute;
  top: 0%;
  left: -100%;
  width: 50%;
  height: 100%;
  background: #fadfd1;
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  z-index: 1;
}

.background-stuff .bg-2 {
  background: #f8f3f0;
}

.background-stuff .ground {
  position: absolute;
  bottom: 0;
  margin-bottom: -1.875em;
  /* height: 50%; */
  width: 100%;
  background: #c1b9b9;
  z-index: 2;
}

.process-section {
  position: relative;
  bottom: 0;
  z-index: 1;
}

.process-section .container-fluid {
  height: 100%;
  width: 100%;
  display: table;
  overflow: hidden;

}

.process-section .container-fluid .car-wrapper {
  /* display: table-cell; */
  vertical-align: middle;
  width: 100%;
  background-color: var(--color-cff0f5);
}

.car {
  width: 20em;
  position: relative;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  -webkit-animation: carMove 0.3s infinite;
  -moz-animation: carMove 0.3s infinite;
  -ms-animation: carMove 0.3s infinite;
  -o-animation: carMove 0.3s infinite;
  animation: carMove 0.3s infinite;
}

.car .body {
  position: absolute;
  top: 0;
  left: 0.875em;
  width: 14.375em;
  height: 10em;
  background: #fff;
}

.car .body:before {
  content: "";
  position: absolute;
  left: -0.875em;
  border-radius: 10px 10px 0 0;
  width: 15.875em;
  z-index: 2;
  height: 0.75em;
  background: #3190dd;
}

.car .body div {
  position: absolute;
  background: #fff;
  width: 18.125em;
  height: 3.75em;
  bottom: -0.625em;
  border-radius: 0 0 10px 10px;
}

.car .body div:before {
  content: "";
  background: #fff;
  position: absolute;
  top: -1.8125em;
  right: 0px;
  width: 5em;
  height: 2.5em;
  z-index: 1;
  border-radius: 0 14px 0 0;
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
}

.car .body div:after {
  content: "";
  background: #fff;
  position: absolute;
  top: -5.125em;
  right: 1.0625em;
  width: 5.625em;
  height: 2.5em;
  z-index: 1;
  border-radius: 10px 0 0 0;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}

.car .wheel {
  position: absolute;
  width: 2em;
  height: 2em;
  background: #3c464c;
  border-radius: 50%;
  bottom: 52px;
  left: 62px;
  z-index: 14;
  -webkit-animation: carMove 0.3s 0.2s;
  -moz-animation: carMove 0.3s 0.2s;
  -ms-animation: carMove 0.3s 0.2s;
  -o-animation: carMove 0.3s 0.2s;
  animation: carMove 0.3s 0.2s;
}

.car .wheel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.car .wheel:nth-of-type(2) {
  left: 16em;
}

.car .decos {
  width: 18.125em;
  height: 10.5em;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0.875em;
}

.car .line-bot {
  position: absolute;
  bottom: 0.5625em;
  height: 3px;
  width: 100%;
  background: #e1e8ef;
}



.wind {
  position: absolute;
  z-index: -1;
  right: 100%;
  height: 100%;
  margin-right: -1.25em;
  top: 0;
}

.wind .p {
  position: absolute;
  background: #fff;
  border-radius: 0.625em;
  height: 0.625em;
}

.wind .p1 {
  width: 4.375em;
  position: absolute;
  right: 0;
  top: 1.5625em;
  animation: wind 1s -1s linear infinite;
}

.wind .p2 {
  width: 6.25em;
  right: 2.5em;
  top: 3.75em;
  animation: wind 1s -2s linear infinite;
}

.wind .p3 {
  width: 3.125em;
  right: 0em;
  top: 6.5625em;
  animation: wind 1s -1s linear infinite;
}

.wind .p4 {
  width: 3.75em;
  right: 6.25em;
  top: 8.4375em;
  animation: wind 1s 1s linear infinite;
}

.wind .p5 {
  width: 4.375em;
  right: 1.875em;
  top: 9.0625em;
  animation: wind 1s -1.5s linear infinite;
}

.car-wrapper_inner {
  position: relative;
  z-index: 4;
}

@keyframes carMove {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-1px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes wind {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }

  100% {
    transform: translateX(-400%);
    opacity: 0;
  }
}

.car_outter {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  position: relative;
  animation: carDrive 5s 1s cubic-bezier(0.88, 0.08, 0.16, 1.1) infinite;
  padding: 1rem 0;
}

@keyframes carDrive {
  0% {
    transform: translateX(-100%);
  }

  25% {
    transform: translateX(0%);
  }

  70% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes bgIn {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes wrapperIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.download-app {}

.location form {
  background-color: var(--color-ffffff);
  padding: 3rem;
  border-radius: 1rem;
  position: relative;
  z-index: 9;
  right: 19%;
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);

}

.location {
  position: relative;
}

.location .map-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh !important;
}

.location .map-link iframe {
  width: 100%;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.top-header {
  display: flex;
  justify-content: end;
  background-color: var(--color-023661);
  padding: 0.4rem;
  color: #ffffff;
  overflow: hidden;
  font-size: 10px !important;
  position: relative;
  height: 30px;
}

.top-header .container {
  width: 100%;
  overflow-x: hidden;
}

.horizontal-scrolling-items {
  display: flex;
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
  width: 100%;
  position: relative;
}

.horizontal-scrolling-items__item {
  display: flex;
  animation: scroll 200s linear infinite;
  /* Infinite scroll animation */
}

.horizontal-scrolling-items:hover .horizontal-scrolling-items__item {
  animation-play-state: paused;
  /* Pause the animation on hover */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at the original position */
  }

  100% {
    transform: translateX(-100%);
    /* Move the content to the left by 100% of its width */
  }
}

.horizontal-scrolling-items__item span {
  margin: 0 15px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
  width: max-content;
  display: flex;
  flex-direction: column;
}

.horizontal-scrolling-items__item span a {
  align-items: center;
  display: flex;
  text-transform: uppercase;
}

.horizontal-scrolling-items__item span a:hover {
  color: var(#ccc);
  text-decoration: underline;

}

.horizontal-scrolling-items__item span a img {
  width: 16px;
  margin-right: 5px;
}

.founder-section {
  display: flex;
  align-items: center;
  background-color: aliceblue;
  padding: 3rem;
  border-radius: 3rem;
}

.founder-section .row {
  display: flex;
  align-items: center;
}

.founder-section h6 {
  font-size: var(--font-size-16);
  margin-bottom: 0;
}

.founder-section .linkedin {
  margin-right: 1rem;
}

.founder-section .linkedin i {
  padding: 0.5rem;
  font-size: 1.5rem;
  background-color: #023661;
  border-radius: 3rem;
  color: var(--color-ffffff);
  font-weight: 400;
  padding: 0.rem;
}

.founder-section h5 {
  margin-bottom: 0;
}

.founder-section .text-left img {
  border-radius: 1rem;
}

.founder-section .text-right {
  padding: 2rem;
}

.terms-section ul {
  list-style-type: none;
}

.terms-section li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 1.5rem;
}

.terms-section .section-title {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 10px 0;
}

.accordion-body li {
  list-style: disc;
  font-size: var(--font-size-16);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 3rem;
}

.modal-body ul li {
  list-style-type: disc;
  margin-left: 1rem;
}

.modal-content .btn-close {
  position: absolute;
  right: 0;
  padding: 1rem;
  background-color: var(--color-023661) !important;
  z-index: 99;
  opacity: 1;
  color: #fff !important;
  border-radius: 100%;
  top: -16px;
  right: -10px;
}

.modal-content .btn-close:hover {
  color: #fff !important;

}

.modal-content {

  border: transparent;
  border-radius: 1rem;
}

.subscribe-mmodal {
  opacity: 1;
  visibility: visible;
  display: flex;
  position: fixed;
  z-index: 9999999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 500ms ease-in-out;
  background-color: #00000059;
}

/* Modal Content/Box */
.subscribe-mmodal-content {
  margin: auto;
  background-color: #fefefe;
  padding: 20px;
  width: 60vw;
  height: 60vh;
}

/* The Close Button */
.subscribe-mmodal-close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
}

.subscribe-mmodal-close:hover,
.subscribe-mmodal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.subscribe-mmodal.is-active {
  visibility: visible;
  opacity: 1;
}



#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.cnt223 a {
  text-decoration: none;
}

.popup-onload {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  height: 100%;
  background-color: #0000008f;
  top: 0;
}


.popup-onload .button--pan {
  display: inline-block;
}
.terms-container{
  text-align: justify;
}
.policy-container{
  text-align: justify;
}
.terms-container li {
    list-style-type: disc;
    font-size: var(--font-size-16);
    margin-left: 20px;
}
.policy-container li {
    list-style-type: disc;
    font-size: var(--font-size-16);
    margin-left: 20px;
}
.cnt223 .terms-container {
  height: 70%;
  overflow: hidden;
  overflow-y: scroll;
  margin: 30px 0;
}

.cnt223 .terms-container .content {
  height: 100%;

}

.cnt223 {
  /* min-width: 80vw; */
  width: 50vw;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 2px 5px #0000004f;
  text-align: justify;
  height: 80%;
}

.cnt223 p {
  clear: both;
  color: var(--color-000000);
  text-align: justify;
  font-size: var(--font-size-14);
  /* font-family: sans-serif; */
  margin-bottom: 0;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}


.button--calypso {
  overflow: hidden;
  font-family: freight-display-pro, serif;
  font-size: 1.15rem;
  border-radius: 0.85rem;
  color: #fff;
}

.button--calypso span {
  display: block;
  position: relative;
  mix-blend-mode: difference;
  z-index: 10;
}

.button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.button--calypso::before {
  content: '';
  background: #000;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
  content: '';
  background: #000;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.pricing-section {
  background-image: url(../images/pricing-bg.jpg);
  background-size: cover;
  padding: 0;
  position: relative;
}

.pricing-section .row {
  display: flex;
  align-items: center;
}

.pricing-section .link {
  color: var(--color-bf970a);
}

.pricing-section .link a {
  padding: 0.2rem 0.6rem;
  background-color: #0b335e;
  color: var(--color-ffffff);
  border-radius: 1.1rem;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}

.pricing-section .link a:hover {
  background-color: var(--color-bf970a);
}

.choose-box {
  background-color: var(--color-cff0f5);
  padding: 2rem;
  border-radius: 0.5rem;
  height: 100%;
  color: var(--color-023661);
  /* margin-top: 1rem; */
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.choose-box h6 {
  display: flex;
  align-items: center;
}

.testimonial-box {
  box-shadow: 0px 0px 10px -4px #00000025;

}

#franchisemodal p {
  font-size: var(--font-size-14);
}

#franchisemodal li {
  font-size: var(--font-size-14);
  margin-bottom: 1rem;
  color: var(--color-000000);
}

#franchisemodal .modal-body ul{
font-family: var(--font-family-whyte);
}
#franchisemodal .modal-content {
  margin: 1rem;
}