@import "https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap";
/*@import "package:ionicons/ionicons.dart";*/
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/hk-grotesk.min.css");

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
    url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.tramit {
  color: #4540a5;
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-size: 35px;
  color: #002e5b;
  font-weight: 500;
  font-family: "Poppins", serif;
}

a {
  color: #5259fa;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  color: #282828;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 15px;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.text-oac {
  color: #f8f9fa;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0vw;
  font-size: 16px;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 43px;
  color: #4540a5;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.section-sub-title {
  font-size: 35px;
  color: #4540a5;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.section-sub-title-oac {
  font-size: 24px;
  color: #f8f9fa;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.title-oac {
  font-size: 33px;
  color: #f8f9fa;
  display: inline-block;
  font-weight: 500;
  position: relative;
  margin-top: 15px;
}

.title-who {
  font-size: 43px;
  color: #4540a5;
  display: inline-block;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
}

.subtitle-who {
  font-size: 35px;
  color: #4540a5;
  display: inline-block;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
}

.title-legal {
  font-size: 30px;
  color: #4540a5;
  display: inline-block;
  font-weight: 500;
  position: relative;
  margin-top: 15px;
}

.sub-heading {
  font-size: 15px;
  font-weight: 500;
  color: #23d3d3;
}

.sub-heading-oac {
  font-size: 18px;
  font-weight: 500;
  color: #23d3d3;
}

.sub-heading-oac-info {
  font-size: 28px;
  font-weight: 600;
  color: #23d3d3;
  margin-bottom: 10px;
}

.text-content {
  color: #282828;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 16px;
  text-align: justify;
}

.unorderedlist li {
  list-style: inside;
}

.list-style li {
  margin-bottom: 15px;
  position: relative;
}

li {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  letter-spacing: 0px;
}

.shape {
  height: 5px;
  margin: 0 auto 30px;
  position: relative;
  width: 60px;
  background-color: #e9ecef;
}

.shape-oac {
  height: 5px;
  /*margin: 0 auto 30px;*/
  position: relative;
  width: 60px;
  background-color: #3a368e;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-immunecard {
  background: #4540a5;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.login {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px;
  color: #4540a5;
  background-color: #23d3d3 !important;
  border-color: #23d3d3 !important;
}

.login:focus,
.login:active {
  box-shadow: none;
  outline: none;
  color: #4540a5;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #282828;
  /*border-radius: 30px;*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

/*ILUSTRATIONS*/
.illustrations {
  margin: 50px;
  width: 65%;
}

.illustrations-left {
  margin: 50px;
  width: 85%;
}

*/

/*whatsapp*/
.whatsapp {
  width: 70px;
}

/*Buttons*/
.download-button {
  margin-top: 40px;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.buttons {
  padding: 20px 24px 8px;
  /*max-width: 200px;*/
  margin-right: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #0898e7;
  color: #ffc107 !important;
}

.buttons i {
  font-size: 44px;
  padding-right: 20px;
  color: #f8f9fa;
  margin-top: -8px;
}

.buttons p {
  margin-bottom: 8px !important;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #f8f9fa;
}

.buttons:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #f7b500;
  color: #ffffff !important;
  border: 1px solid transparent;
}

.buttons:hover p span {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.buttons p span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.btn-common {
  background-color: #179ebc;
  max-width: 225px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.buttons.blue {
  background-color: #0898e7;
  color: #0898e7 !important;
  box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
}

.buttons.dark {
  background-color: #525a63;
  color: #fff !important;
  border: 1px solid #525a63;
  box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
}

.buttons.green {
  background-color: #25d366;
  color: #f8f9fa !important;
  border: 1px solid #25d366;
  box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
}

.whatsapp {
  line-height: 12px;
  color: #f8f9fa;
}

.buttons.oac {
  max-width: 250px;
  background-color: #179ebc;
  color: #f8f9fa !important;
  border: 1px solid #179ebc;
}

.btn-border {
  color: #222222;
  background-color: transparent;
  border: 1px solid #5259fa;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #f3b31d;
  background-color: #f3b31d;
}

.btn-border:focus {
  color: #fff;
  border-color: #f63854;
  background-color: #f63854;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #f63854;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #f63854;
}

button:focus {
  outline: none !important;
}

.icon-close,
.icon-check {
  color: #f63854;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #4540a5;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #4540a5;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

/* dissapear */
.displaynone {
  display: none;
  color: transparent;
  background-color: transparent;
  z-index: -9999;
}

.dissappear {
  height: 0px;
  width: 0px;
}

/* ==========================================================================
  8. Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .content-left span {
  float: right;
}

#features .content-left .text {
  text-align: right;
}

#features .content-right span {
  float: left;
}

#features .box-item {
  box-shadow: 0 0 12px #f4f4f4;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}

#features .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #f63854;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#features .box-item:hover h4 {
  color: #f63854;
}

#features .show-box {
  margin-top: 50px;
}

#features .show-box img {
  width: 100%;
}

/* Services Item */

.unit-4 {
  color: red;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
}

.services-item {
  padding: 20px;
  /*border-radius: 4px;*/
  text-align: left;
  margin: 15px 0;
  /*box-shadow: 0 0 12px #F4F4F4;*/
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon {
  /*border: 1px solid #f1f1f1;*/
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  /*margin: 0 auto;*/
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 30px;
  color: #f63854;
  line-height: 70px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 16px;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #f63854;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-item:hover .icon {
  /*background: #F63854;*/
}

.services-item:hover .icon i {
  color: #fff;
}

#service {
  position: relative;
}

.py-3 {
  padding-bottom: 1rem !important;
}

.text-muted {
  color: #6e6e6e !important;
}

.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper>div {
  vertical-align: middle;
  display: table-cell;
}

.about-area img {
  border-radius: 4px;
}

.about-area .content {
  margin-top: 15px;
}

.about-area .content {
  margin-top: 15px;
}

.about-area .content p {
  margin-bottom: 10px;
}

#cta {
  padding: 30px 0;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 70%;
}

.navbar-nav {
  flex-wrap: wrap;
  gap: 1.5vw !important;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #4540a5 !important;
}

.navA {
  color: #585b60 !important;
}

.navA:active {
  cursor: pointer;
  color: #4540a5 !important;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 2px solid #4540a5;
  color: #4540a5;
  border-radius: 4px;
  cursor: pointer;
}

.navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #4540a5 !important;
  border-color: #f63854;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav {
  gap: 1.25vw !important;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding: 0px;
}

.navbar-expand-md .navbar-nav .nav-link,
.dropdown {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-secondary .login {
  color: #282828;
  background-color: #23d3d3 !important;
  border-color: #23d3d3 !important;
  border-radius: 5px;
}

.btn-secondary:hover {
  color: #282828;
  background-color: #f7f8fa !important;
  border-color: #f7f8fa !important;
}

.language-ca {
  color: #4540a5;
  font-weight: 500;
  padding: 7px 0;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.language-es {
  color: #4540a5;
  font-weight: 500;
  padding: 7px 0;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.language-eng {
  color: #4540a5;
  font-weight: 500;
  padding: 7px 0;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.language-ca.active,
.language-es.active,
.language-en.active {
  font-weight: 700;
}

.navbar-expand-md .navbar-nav .nav-link::before {
  background-color: #4540a5;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active>a,
.navbar-expand-md .navbar-nav li a:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  color: #282828;
  outline: none;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  color: #4540a5 !important;
  font-weight: bold;
  width: 100%;
}

.navA.active {
  color: #4540a5 !important;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  color: #4540a5;
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  padding: 20px 0;
  height: 11.5%;
}

.navbar li.active a.nav-link {}

.dropdown-toggle:hover {
  color: #4540a5 !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #4540a5;
  background: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  /*background-image: url(../img/hero-area.svg);*/
  background-color: #f7f8fa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 11.5vh;
  /*Before padding: 180px 0 80px */
  /*padding-top: 180px; /*Before padding: 180px 0 80px */
}

#hero-area .contents .head-title {
  color: #4540a5;
  font-size: 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 10px;
}

#hero-area-content {
  /*background-image: url(../img/hero-area.svg);*/
  background-color: #f7f8fa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  padding: 20vh 0 6vh;
}

#hero-area-content .contents .head-title {
  color: #4540a5;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}

#hero-area .contents .header-button {
  margin-top: 20px;
  color: #222222;
}

#hero-area .contents .header-button .btn {
  margin-right: 10px;
}

#hero-area .head-text {
  color: #495057;
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.slider-img {
  background: #34363a;
}

/* ==========================================================================
   3. Case
   ========================================================================== */
.stretch-card .card {
  width: 100%;
  min-width: 100%;
}

.bg-primary {
  background-color: #000637 !important;
}

.about-video-right {
  background: url(../img/video-bg.jpg) no-repeat center;
  background-size: cover;
  height: 645px;
}

/* ==========================================================================
   4. Team
   ========================================================================== */
.team-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.team-item .team-img {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.team-item .contetn {
  padding: 15px 50px;
  height: 200px;
}

.team-item .social-icons {
  padding-top: 11px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.team-item .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .social-icons li a i {
  font-size: 18px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li .lni-facebook-filled {
  color: #3b5998;
}

.team-item .social-icons li .lni-twitter-filled {
  color: #00aced;
}

.team-item .social-icons li .lni-instagram-filled {
  color: #fb3958;
}

.team-item .info-text {
  margin-bottom: 10px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #f63854;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

/* ==========================================================================
   Faq
   ========================================================================== */
.faq-heading {
  margin-bottom: 30px;
}

.faq_area .card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.faq_area .card .btn-link.collapsed {
  border: 1px solid #e9ecef;
  background: #f6f6f6;
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  box-shadow: none;
  transition: all 300ms linear 0s;
}

.faq_area .card h5 .btn::after {
  content: "\e61a";
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 22px;
  position: absolute;
  top: 19px;
}

.card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.card-header {
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.card-header:first-child {
  border-radius: 0;
}

.btn-link.collapsed {
  border: 1px solid #e9ecef;
  background: #f6f6f6;
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  box-shadow: none;
  text-decoration: none;
}

.card-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #282828;
  text-align: justify;
}

.card-header {
  padding: 0;
}

.btn-link {
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  padding: 13px 15px;
  box-shadow: 0px 5px 15px 0px rgba(42, 34, 123, 0.1);
  text-decoration: none;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq_area .card .btn-link.collapsed {
  border: 1px solid #e9ecef;
  background: #f6f6f6;
  font-weight: 500;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  box-shadow: none;
  transition: all 300ms linear 0s;
  padding: 13px 40px 13px 15px;
}

.faq_area .card .btn-link {
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  padding: 13px 40px 13px 15px;
  box-shadow: 0px 5px 15px 0px rgba(42, 34, 123, 0.1);
  transition: all 300ms linear 0s;
}

.faq_area .card h5 .btn::after {
  content: "\e61a";
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 22px;
  position: absolute;
  top: 19px;
}

/* ==========================================================================
   Testimonial
   ========================================================================== */

.testimonial {
  position: relative;
  background-color: #f63854;
}

.testimonial-item {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 30px 20px;
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
  color: #333;
}

.testimonial-item .content .star-icon i {
  color: #f63854;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #333;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #333;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color: #f63854;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4a9cec;
}

.testimonial-item .icon-social .instagram:hover {
  background: #d6274d;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260a2;
}

.testimonial-item .icon-social .google:hover {
  background: #ce332a;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot.clickable,
.owl-carousel button.owl-dot:hover span {
  background: #f63854;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

/* ==========================================================================
   Form
   ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.form-control:focus {
  border-color: #f63854;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #f63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}

/* ==========================================================================
   CTA
   ========================================================================== */

.cta-title {
  font-size: 55px;
  color: #f8f9fa;
  font-weight: 600;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-area {
  position: relative;
  padding: 100px 0px 0px;
  background: #fff;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #333;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:hover {
  color: #f63854;
}

.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color: #f63854;
}

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

.widget .widget-item-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin-top: 1rem !important;
}

.widget .widget-item-list li {
  list-style-type: none;
  position: relative;
  padding: 0 12px;
}

.widget .widget-item-list li a {
  color: #333;
}

.widget-item-list-legal {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 1rem !important;
}

.widget-item-list-legal li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.widget-item-list-legal li a {
  color: #333;
}

.social-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 1rem !important;
}

.social-list li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #272727;
  opacity: 0.8;
  text-align: center;
}

.social-tw li {
  color: red;
}

.andorra {
  margin: 30px 0;
  text-align: center;
}

#copyright .copyright-content {
  border-top: 1px solid #d5d4e9;
  padding: 15px 0;
  margin: 15px 0 0px;
}

#copyright p {
  line-height: 42px;
  color: #333;
  text-align: center;
  font-size: 13px;
  margin: 0;
}

#copyright p a {
  color: #002e5b;
}

/* ==========================================================================
   Cookies
   ========================================================================== */
#overbox3 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
}

#infobox3 {
  margin: auto;
  position: relative;
  top: 0px;
  height: 58px;
  width: 100%;
  text-align: center;
  background-color: #eeeeee;
}

#infobox3 p {
  line-height: 58px;
  font-size: 12px;
  text-align: center;
}

#infobox3 p a {
  margin-right: 5px;
  text-decoration: underline;
}

table th {
  color: #212529;
  border-bottom: 2px solid #405ffd;
  padding: 10px;
}

table,
table td,
table th {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 0.8rem;
}

.cookies-tit {
  font-size: 0.9rem;
  color: #fff;
}

.pt-30 {
  padding-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.our-services-tab .nav .nav-item a span {
  font-size: 19px;
  font-family: "Poppins", serif;
  font-weight: 500;
  padding-left: 15px;
}

.our-services-tab .nav {
  border-bottom: 2px solid #dedede4f;
}

.our-services-tab .nav .nav-item a.active {
  color: #4540a5;
}

.our-services-tab .nav .nav-item a {
  color: #cecece;
  padding: 17px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.our-services-tab .nav .nav-item a.active::before {
  opacity: 1;
}

.our-services-tab .nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4540a5;
  left: 0;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.our-services-tab .nav .nav-item a i {
  font-size: 43px;
}

[class^="lni-"],
[class*=" lni-"] {
  font-family: "LineIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-funciona {
  width: 490px;
  margin-left: 10%;
}

.our-services-image {
  padding: 5%;
}

.services-app {
  width: 500px;
}

.services-whatsapp {
  width: 500px;
}

.services-oac {
  width: 650px;
}

/********** CONTENT TAB 2 **********/

.box-item {
  /*box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2);*/
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}

.box-item .icon i {
  color: #4540a5;
  font-size: 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tramit-icon {
  width: 48px;
  height: 48px;
  padding: auto;
  background-color: #4540a5;
  vertical-align: middle;
}

/*OAC*/

.box-item-oac {
  /*box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2);*/
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -mox-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}

.box-item-oac .icon i {
  color: #f7b500;
  font-size: 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-item-oac .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.content-left span {
  float: right;
}

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

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

.content-right span {
  float: left;
}

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

.box-item:hover h4 {
  /*color:#179ebc;*/
}

.box-item .text h4 {
  color: #282828;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-item-oac .text-oac h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.box-item-oac:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.service-whatsappp {
  width: 350px;
}

.icon-content i {
  color: #4540a5;
  font-size: 22px;
  margin-right: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.icon-content-oac i {
  color: #f8f9fa;
  font-size: 28px;
  margin-right: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer-email {
  margin-top: 10%;
}

.email-title a {
  color: #f8f9fa;
  font-size: 33px;
  font-weight: 600;
  text-decoration: none;
}

/* ==========================================================================
   Form OAC
   ========================================================================== */

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
  font-size: 0.825em;
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  display: flex;
  align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 1em;
  margin-bottom: 1.5em;
}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}

#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 100%;
}

#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}

#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  margin-bottom: 0;
}

#fs-frm select {
  text-transform: none;
}

#fs-frm [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto;
  margin: 0 0.5em 0 0 !important;
}

#fs-frm [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  display: inline;
}

#fs-frm fieldset.locale input[name="city"] {
  width: 52%;
}

#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  width: 20%;
}

#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
  margin-right: 3%;
}

.slider {
  width: 500px;
  height: 300px;
  background-color: yellow;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  text-align: center;
  overflow: hidden;
}

.image-container {
  width: 1500px;
  background-color: pink;
  height: 300px;
  clear: both;
  position: relative;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
}

.slide {
  float: left;
  padding: 0%;
  position: relative;
}

.carousel-indicators {
  margin-bottom: 1vh;
}

.carousel-indicators.citycouncils {
  margin-bottom: -3.5%;
}

#slide-1:target~.image-container {
  left: 0px;
}

#slide-2:target~.image-container {
  left: -500px;
}

#slide-3:target~.image-container {
  left: -1000px;
}

.buttons {
  position: relative;
  top: -20px;
}

.buttons a {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background-color: lightgreen;
}

.videoDiv {
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
  width: 100%;
  justify-content: left;
  gap: 3vw;
}

.videos {
  margin: 0px -2vw 0px -2vw;
}

.videoDiv::after {
  content: "";
  display: table;
  clear: both;
}

.video {
  margin: 1vw;
  width: 97%;
  height: 100%;
  border-radius: 0.7vw;
  border: 0px solid transparent;
}

.videoLi {
  list-style-type: none;
  width: 30%;
  margin-bottom: 7vh;
}

.videoLi>h5 {
  list-style-type: none;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  color: #f8f9fa;
}

.clientstitle {
  color: #f8f9fa;
}

.cityhall-name {
  padding-top: 0vh;
  text-align: center;
  font-size: 22px;
  display: flex;
  white-space: nowrap;
}

.clients {
  gap: 60px !important;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 200px;
}

.liCityhall {
  height: 200px;
  width: 30%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  align-content: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  vertical-align: bottom;
}

.cityIcon {
  width: 100px;
  margin: auto;
  margin-bottom: 0%;
  align-content: center !important;
  align-self: center;
  vertical-align: bottom;
  padding: 0%;
}

.cityhall {
  margin: auto;
  height: 100%;
  vertical-align: bottom;
  display: table-cell;
  align-items: flex-end;
  align-content: flex-end;
}

.cityhalls {
  display: flex;
  gap: 8vw;
  vertical-align: bottom;
  justify-content: space-between;
}

.clients>div {
  flex: 1;
  justify-content: space-evenly;
}

.text-block>p {
  text-align: right;
  font-family: "HK Grotesk", sans-serif;
  font-size: 3.5vw;
  font-weight: 800;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.671);
  color: #fff;
  padding: 2vw 2vw 2vw 2vw;
}

.TextCoat {
  vertical-align: bottom;
}

.TextCoat>p {
  text-align: center;
  font-family: "HK Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 700;
  background-color: transparent;
  color: #282828;
  padding: 1.5vw 1.5vw;
  margin-top: 3%;
}

.playStore {
  width: 15.5vw;
}

.appleStore {
  width: 12vw;
}

.stores {
  text-align: right;
  font-family: "HK Grotesk", sans-serif;
  font-size: 5vw;
  font-weight: 800;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 1vw;
  z-index: 99;
}

.stores>a {
  text-decoration: none;
}

.rotativeImg {
  height: auto;
  width: auto;
}

.rotativeCoat {
  max-width: 17.5%;
  margin: auto;
  padding: 0;
}

#services {
  top: -200px;
}

#app-tab {
  text-decoration: none;
}

/*Deletes arrow in nav dropdown*/
.dropdown-menu:before {
  display: none;
}

.loaderChange {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #00ff2a;
}


.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}

.carousel-inner.citycouncils>.carousel-item.active {
  display: flex;
  text-align: center;
  margin: auto;
  justify-content: space-evenly;
}

.carousel-inner.citycouncils>.carousel-item {
  text-align: center;
  margin: auto;
  display: none;
  justify-content: space-evenly;
}

.carousel-inner.citycouncils>.carousel-item-next {
  margin-top: -16%;
  display: flex;
}


.carousel-inner.citycouncils>:first-child.carousel-item-next {
  display: flex;
  margin: auto;
}

.carousel-inner.citycouncils>:last-of-type.carousel-item-start:not(.carousel-item-next) {
  margin-top: -16%;
}

.citycouncil {
  width: 40%;
}

.carousel-inner.citycouncils {
  vertical-align: center;
}

@media (max-width: 767px) {
  .TextCoat>p {
    text-align: center;
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    color: #282828;
    padding: 1vw 1vw;
    margin-top: 3%;
  }

  .citycouncil {
    width: 70%;
  }

  .carousel-indicators.citycouncils {
    margin-bottom: -10%;
  }

}