.contactHero {
  padding: 10px 0;
}
.contactHero p {
  color: #9D9D9D;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}
.contactHero p i {
  color: #2474B0;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.contactHero a {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px 0 5px;
}

header {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: relative;
  flex-direction: row;
  height: 78px;
  border-radius: 12px;
  padding: 0px 15px;
  z-index: 10;
  width: 100%;
}
header h1.logo {
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
  top: -2px;
}
header h1.logo a {
  display: block;
  line-height: 0;
}
header h1.logo a img {
  line-height: 0;
}
header .menumobile {
  color: #2D2B2E !important;
  display: none;
  font-size: 24px;
  margin-top: 21px;
  position: absolute;
  z-index: 10;
  right: 17px;
  top: 7px;
}
header ul.menu {
  margin: 0;
}
header ul.menu li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-right: 15px;
}
header ul.menu li > a {
  font-size: 15px;
  display: inline-block;
  padding: 0 5px;
}
header ul.menu li:last-child {
  margin-right: 0;
}
header .dropdown-menu {
  border: none;
  width: 600px;
  padding: 20px;
  transform: translate3d(-90px, 40px, 0px) !important;
  border-radius: 10px;
}
header .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 9px solid #FFFFFF;
  border-top: 0;
  position: absolute;
  top: -9px;
  left: 120px;
}
header .dropdown-menu nav.services {
  border-right: 1px solid #F3F4F6;
}
header .dropdown-menu nav.services a {
  color: #696969;
}
header .dropdown-menu nav a {
  font-size: 15px;
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid #FFFFFF;
  transition: linear all 0.2s;
}
header .dropdown-menu nav a:hover {
  border-bottom: 2px solid #2783D4;
}

section.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  height: 456px;
  position: relative;
  padding: 20px 40px 40px 40px;
}
section.hero:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
section.hero .cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
section.hero .infoHero {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.hero .infoHero h2 {
  color: #FFFFFF;
  font-family: "Sequel Sans Medium Body";
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
section.hero .infoHero h3 {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 0;
}
section.hero .infoHero .splide a {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 10px;
  margin-right: 12px;
}
section.hero .infoHero .splide a.current {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
section.hero .infoHero nav.menuservices a {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 10px;
  margin-right: 12px;
}
section.hero .infoHero nav.menuservices a.current {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
section.hero .infoHero nav.menuservices a:last-child {
  margin-right: 0;
}

section.heroHome {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.heroHome header {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
}
section.heroHome .splide .splide__slide {
  border-radius: 20px;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 40px 40px 40px;
  position: relative;
}
section.heroHome .splide .splide__slide:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 54%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
section.heroHome .splide .splide__slide .info {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
  z-index: 1;
}
section.heroHome .splide .splide__slide .info h2 {
  color: #FFFFFF;
  font-size: 64px;
  letter-spacing: -3px;
  line-height: 70px;
  margin-bottom: 20px;
  max-width: 80%;
}
section.heroHome .splide .splide__slide .info p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px;
  max-width: 80%;
}
section.heroHome .splide .splide__slide .info .buttons .button {
  margin-right: 10px;
}
section.heroHome .splide .splide__slide .info .buttons .button:last-child {
  margin-right: 0;
}

section.heroHome .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
  width: 16px;
}
section.heroHome .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 10px;
  display: inline-block;
  height: 7px;
  margin: 10px 4px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

/* Menu Mobile
============================================================ */
.site {
  transition: all 0.3s ease 0s;
  height: 100%;
  overflow-x: hidden;
}

body.active .site {
  transform: translate(-230px, 0px);
}

aside.main, aside.submenu {
  background-color: #FBFBFB;
  border-top: 5px solid #E72830;
  color: #000000;
  display: none;
  height: 100%;
  right: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate(200%, 0px);
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 10;
}
aside.main .headMenu, aside.submenu .headMenu {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6EAF2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
aside.main .headMenu h2.logo, aside.submenu .headMenu h2.logo {
  display: inline-block;
  margin-bottom: 0;
}
aside.main .iconClose, aside.submenu .iconClose {
  position: absolute;
  top: 20px;
  right: 20px;
}
aside.main .title, aside.submenu .title {
  border-bottom: 1px solid #E6EAF2;
  position: relative;
}
aside.main .title .back, aside.submenu .title .back {
  position: absolute;
  top: 18px;
  left: 19px;
  font-size: 16px;
}
aside.main .title p, aside.submenu .title p {
  color: #606F74;
  font-family: "Sequel Sans Medium Body";
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
aside.main .moreInfo, aside.submenu .moreInfo {
  border-top: 1px solid #E6EAF2;
  padding: 20px;
  margin-top: 20px;
}
aside.main .moreInfo .button.block, aside.submenu .moreInfo .button.block {
  display: block;
  margin-bottom: 20px;
  max-width: 400px;
}
aside.main .moreInfo p, aside.submenu .moreInfo p {
  color: #606F74;
  font-size: 16px;
  margin-bottom: 10px;
}
aside.main .moreInfo .touch, aside.submenu .moreInfo .touch {
  margin-bottom: 30px;
}
aside.main .moreInfo .touch i, aside.submenu .moreInfo .touch i {
  color: #2474B0;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 2px;
}
aside.main .moreInfo .touch a, aside.submenu .moreInfo .touch a {
  color: #111111;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px 0 5px;
}
aside.main .moreInfo nav.socialmedia, aside.submenu .moreInfo nav.socialmedia {
  overflow: hidden;
}
aside.main .moreInfo nav.socialmedia a, aside.submenu .moreInfo nav.socialmedia a {
  color: #606F74;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  background-color: #E6EAF2;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
}
aside.main .moreInfo nav.socialmedia a:last-child, aside.submenu .moreInfo nav.socialmedia a:last-child {
  margin-right: 0;
}
aside.main .moreInfo nav.socialmedia a i, aside.submenu .moreInfo nav.socialmedia a i {
  line-height: 0;
  position: relative;
}
aside.main .moreInfo nav.socialmedia a i.icon-facebook, aside.submenu .moreInfo nav.socialmedia a i.icon-facebook {
  font-size: 24px;
  top: 1px;
}
aside.main .moreInfo nav.socialmedia a i.icon-linkedin, aside.submenu .moreInfo nav.socialmedia a i.icon-linkedin {
  font-size: 19px;
}

aside.main ul,
aside.submenu ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
}

aside.main ul li,
aside.submenu ul li {
  margin-bottom: 0;
}

aside.main ul li a,
aside.submenu ul li a {
  color: #000000;
  display: block;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 20px;
  transition: all 0.5s ease 0s;
  position: relative;
}

aside.main .dropdown-toggle:after,
aside.submenu .dropdown-toggle:after {
  position: absolute;
  top: 20px;
  right: 20px;
}

aside.main ul li a:hover,
aside.submenu ul li a:hover {
  background-color: #FFFFFF;
  color: #E72830;
}

aside.main ul li > ul,
aside.submenu ul li > ul {
  display: none;
  margin: 0;
  padding-left: 20px;
}

aside.main ul li.open,
aside.submenu ul li.open {
  background-color: #FFFFFF;
  display: block;
  margin-bottom: 0px;
  border-bottom: 1px solid #E6EAF2;
  padding-bottom: 10px;
}

aside.main ul li.open ul.dropoptions,
aside.submenu ul li.open ul.dropoptions {
  display: block;
}

aside.main ul li.drop ul.dropoptions > li > a,
aside.submenu ul li.drop ul.dropoptions li > a {
  color: #606F74;
  padding: 6px 0;
}

body.active aside.main {
  transform: translate(0%, 0px);
}

body.activeProjects aside.submenu {
  transform: translate(0%, 0px);
}

.witharrow:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Responsive
============================================================ */
@media (max-width: 1160px) {
  section.hero {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  section.hero {
    padding: 20px;
  }
  section.heroHome header {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  section.heroHome .splide .splide__slide .info {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  section.heroHome .splide .splide__slide .info h2 {
    font-size: 55px;
    line-height: 58px;
    max-width: 100%;
  }
  section.heroHome .splide .splide__slide .info p {
    max-width: 100%;
  }
}
@media (max-width: 965px) {
  header .menumobile {
    display: block;
  }
  section.hero header ul.menu, section.heroHome header ul.menu {
    display: none;
  }
  section.hero header .button, section.heroHome header .button {
    display: none;
  }
  aside.main, aside.submenu {
    display: block;
    text-align: left !important;
  }
  section.hero {
    padding: 20px;
  }
  section.hero header nav.menu, section.hero .heroHome nav.menu {
    display: none;
  }
  section.hero header .button, section.hero .heroHome .button {
    display: none;
  }
}
@media (max-width: 767px) {
  section.hero {
    padding: 20px;
  }
  section.hero .infoHero h2 {
    font-size: 45px;
    line-height: 45px;
  }
  section.heroHome .splide .splide__slide .info h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}
section.clientsAchieve {
  padding: 40px 0 0 0;
}
section.clientsAchieve p.title {
  color: #1F6BAD;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Sequel Sans Bold Disp";
  line-height: 16px;
  letter-spacing: 1px;
}
section.clientsAchieve h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 auto 20px;
  max-width: 1000px;
  letter-spacing: -2px;
}
section.clientsAchieve p {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  max-width: 700px;
  margin: 0 auto 40px;
}
section.clientsAchieve .contImage {
  position: relative;
  height: 100%;
  width: 100%;
}
section.clientsAchieve .image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  display: block;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
  max-width: 100%;
  width: 490px;
}
section.clientsAchieve span.image2 {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0;
  max-width: 400px;
  z-index: 1;
}
section.clientsAchieve span.image2 img {
  max-width: 100%;
}

section.deliverResults {
  background-color: #F3F4F6;
  padding: 80px 0;
  text-align: center;
}
section.deliverResults h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 auto 20px;
  max-width: 1000px;
  letter-spacing: -2px;
}
section.deliverResults p {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  max-width: 600px;
  margin: 0 auto 40px;
}
section.deliverResults .splide__slide {
  text-align: center;
}
section.deliverResults .splide__slide .number {
  font-size: 50px;
  display: block;
  font-family: "Sequel Sans Medium Disp";
  line-height: 60px;
  margin-bottom: 10px;
}
section.deliverResults .splide__slide p.title {
  color: #1F6BAD;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "Sequel Sans Bold Disp";
  line-height: 16px;
  letter-spacing: 1px;
}

section.someProjects {
  padding: 60px 0 120px 0;
}
section.someProjects .head {
  padding: 0 10px;
}
section.someProjects h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
section.someProjects p {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
section.someProjects ul.nav-tabs {
  border: none;
  margin-bottom: 30px;
}
section.someProjects ul.nav-tabs li {
  margin: 0 5px 10px 0;
}
section.someProjects ul.nav-tabs li button.nav-link {
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  display: inline-block;
  color: #9D9D9D;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 10px;
}
section.someProjects ul.nav-tabs li button.nav-link.active {
  background-color: #1F6BAD;
  border: 1px solid #1F6BAD;
  color: #FFFFFF;
}
section.someProjects .splide__slide {
  padding: 0 10px;
}
section.someProjects .boxImage {
  height: 390px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
section.someProjects h5 {
  color: #060606;
  display: block;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
}
section.someProjects .splide__pagination {
  display: none;
}
section.someProjects .splide__arrows {
  position: absolute;
  bottom: -70px;
  text-align: center;
  width: 100%;
}
section.someProjects .splide__arrow {
  background-color: transparent;
  border: 2px solid #000000;
  display: inline-block;
  color: #000000;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  right: auto;
  margin: 0 10px;
  opacity: 1;
}
section.someProjects .splide__arrow svg {
  fill: #000000;
  height: 25px;
  width: 17px;
}

section.industryleaders {
  background-color: #1F6BAD;
  padding: 80px 0;
}
section.industryleaders h3 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -2px;
}
section.industryleaders .boxwhite {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
}
section.industryleaders .boxwhite.expert .logo {
  display: block;
  margin-bottom: 10px;
}
section.industryleaders .boxwhite.expert p {
  color: #060606;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
section.industryleaders .boxwhite.projects h4 {
  font-size: 45px;
  line-height: 48px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
section.industryleaders .boxwhite.projects p {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

section.ourServices {
  background-color: #F3F4F6;
  padding: 60px 0;
}
section.ourServices h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: -2px;
  padding-left: 10px;
}
section.ourServices p.title {
  color: #1F6BAD;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Sequel Sans Bold Disp";
  line-height: 16px;
  letter-spacing: 1px;
  padding-left: 10px;
}
section.ourServices .item {
  padding: 0 10px;
}
section.ourServices .item .image {
  background-position: center;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  position: relative;
  margin-bottom: 20px;
}
section.ourServices .item .image:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 54%);
  border-radius: 12px;
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.ourServices .item h4 {
  margin-bottom: 20px;
}
section.ourServices .item h4 a {
  color: #060606;
  display: block;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -2px;
}
section.ourServices .item .link {
  display: inline-block;
  font-size: 17px;
  color: #020202;
  transition: all animation 0.2s;
}
section.ourServices .item .link i {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
}
section.ourServices .item .link:hover {
  color: #1F6BAD;
}
section.ourServices .splide__pagination {
  display: none;
}
section.ourServices .splide__arrows {
  position: absolute;
  top: -70px;
  text-align: center;
  right: 0;
}
section.ourServices .splide__arrow {
  background-color: transparent;
  border: 2px solid #000000;
  display: inline-block;
  color: #000000;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  right: auto;
  margin: 0 10px;
}
section.ourServices .splide__arrow svg {
  fill: #000000;
  height: 25px;
  width: 17px;
}

/* Responsive
============================================================ */
@media (max-width: 991px) {
  section.deliverResults {
    padding: 40px 0;
  }
  section.deliverResults .splide__slide .number {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  section.clientsAchieve {
    text-align: center;
  }
  section.clientsAchieve .image {
    float: none;
    margin: 0 auto;
  }
  section.clientsAchieve p.title {
    font-size: 14px;
    margin-bottom: 10pxpx;
  }
  section.clientsAchieve h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  section.industryleaders {
    padding: 50px 0 30px 0;
    text-align: center;
  }
  section.industryleaders h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  section.industryleaders .boxwhite {
    padding: 20px;
    margin-bottom: 20px;
  }
  section.industryleaders .boxwhite.projects h4 {
    font-size: 35px;
    line-height: 39px;
  }
  section.deliverResults {
    padding: 40px 0;
  }
  section.deliverResults h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  section.deliverResults .splide__slide p.title {
    font-size: 14px;
    margin-bottom: 10pxpx;
  }
  section.ourServices p.title {
    font-size: 14px;
    margin-bottom: 0px;
  }
  section.ourServices h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  section.ourServices .item .image {
    height: 260px;
  }
  section.ourServices .item h4 {
    margin-bottom: 10px;
  }
  section.ourServices .item h4 a {
    font-size: 27px;
    line-height: 30px;
  }
}
section.introAboutUs {
  padding: 40px 0;
}
section.introAboutUs p.title {
  color: #1F6BAD;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Sequel Sans Medium Body";
  letter-spacing: -1px;
  line-height: 16px;
}
section.introAboutUs h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 auto 20px;
  max-width: 1000px;
  text-align: center;
  letter-spacing: -2px;
}
section.introAboutUs p {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
section.introAboutUs .imgService {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  height: 360px;
  position: relative;
}
section.introAboutUs .imgService:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 54%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.introAboutUs .imgService span {
  position: absolute;
  bottom: 20px;
  color: #FFFFFF;
  left: 20px;
  right: 20px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -2px;
  z-index: 1;
  max-width: 80%;
}

section.imageBigAbout {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}
section.imageBigAbout:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
section.imageBigAbout h2 {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -2px;
  position: absolute;
  left: 15px;
  bottom: 40px;
  right: 15px;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}

section.descriptionAbout {
  padding: 100px 0 70px 0;
}
section.descriptionAbout h3 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
section.descriptionAbout p {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
section.descriptionAbout .itemgray {
  background-color: #F3F4F6;
  border-radius: 20px;
  padding: 40px 30px;
  min-height: 320px;
}
section.descriptionAbout .itemgray p.title {
  color: #1F6BAD;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Sequel Sans Medium Body";
  line-height: 16px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
section.descriptionAbout .itemgray p.value {
  color: #000000;
  font-size: 74px;
  line-height: 74px;
  margin-bottom: 60px;
  letter-spacing: -2px;
}
section.descriptionAbout .itemgray p.text {
  color: #252525;
  font-size: 17px;
  margin-bottom: 0;
  letter-spacing: -1px;
}

section.whySelectUs {
  position: relative;
  margin: 40px 0 0 0;
}
section.whySelectUs .col-md-6 {
  padding: 0;
}
section.whySelectUs:after {
  background-color: #1F6BAD;
  width: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  z-index: -1;
}
section.whySelectUs span.image {
  display: block;
  height: 100%;
  position: relative;
}
section.whySelectUs span.image img {
  position: absolute;
  bottom: 0;
  max-width: 90%;
  right: 20px;
}
section.whySelectUs .boxwhite {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 40px;
  top: 40px;
  position: relative;
  max-width: 500px;
}
section.whySelectUs .boxwhite h3 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
section.whySelectUs .boxwhite ul.listCircleRed {
  list-style: none;
  padding: 0;
}
section.whySelectUs .boxwhite ul.listCircleRed li {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 5px 0;
}
section.whySelectUs .boxwhite .certified {
  border: 2px solid #E7F5FF;
  border-radius: 20px;
  padding: 20px;
}
section.whySelectUs .boxwhite .certified span.img {
  display: block;
  width: 30%;
}
section.whySelectUs .boxwhite .certified span.img img {
  max-width: 100%;
}
section.whySelectUs .boxwhite .certified .info {
  padding-left: 20px;
}
section.whySelectUs .boxwhite .certified h5 {
  color: #252525;
  font-size: 18px;
  margin-bottom: 10px;
}
section.whySelectUs .boxwhite .certified p.textBlue {
  color: #1F6BAD;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Sequel Sans Medium Body";
  line-height: 16px;
  margin-bottom: 0px;
  letter-spacing: -0.5px;
}
section.whySelectUs .boxwhite .certified ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
section.whySelectUs .boxwhite .certified ul li {
  color: #696969;
  font-size: 14px;
  padding-right: 20px;
}
section.whySelectUs .boxwhite .certified ul li span {
  display: inline-block;
  font-family: "Sequel Sans Medium Body";
  padding-right: 7px;
}
section.whySelectUs .boxwhite .certified ul li:last-child {
  padding-right: 0;
}

section.ourClients {
  background-color: #060606;
  padding: 100px 0 150px 0;
}
section.ourClients h3 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
section.ourClients p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 50px;
}
section.ourClients .splide__pagination {
  display: none;
}
section.ourClients .splide__arrows {
  position: absolute;
  bottom: -70px;
  text-align: center;
  width: 100%;
}
section.ourClients .splide__arrow {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  right: auto;
  margin: 0 10px;
}
section.ourClients .splide__arrow svg {
  fill: #FFFFFF;
  height: 25px;
  width: 17px;
}

.listCircle.blue li {
  color: #FFFFFF;
  list-style: none;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
  position: relative;
  margin-bottom: 5px;
}
.listCircle.blue li:after {
  background-color: #2783D4;
  border-radius: 100%;
  height: 7px;
  width: 7px;
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
}

.listCircle.red li {
  color: #696969;
  list-style: none;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
  position: relative;
  margin-bottom: 5px;
}
.listCircle.red li:after {
  background-color: #DE2326;
  border-radius: 100%;
  height: 7px;
  width: 7px;
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
}

/* Responsive
============================================================ */
@media (max-width: 1200px) {
  section.whySelectUs span.image img {
    max-width: 110%;
    right: -40px;
  }
}
@media (max-width: 991px) {
  section.whySelectUs span.image img {
    max-width: 550px;
    right: -130px;
  }
}
@media (max-width: 767px) {
  section.introAboutUs {
    padding: 30px 0 20px 0;
  }
  section.introAboutUs p.title {
    font-size: 14px;
    margin-bottom: 0px;
  }
  section.introAboutUs h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  section.introAboutUs .imgService {
    height: 250px;
    margin-bottom: 20px;
  }
  section.introAboutUs .imgService span {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 28px;
  }
  section.imageBigAbout {
    background-attachment: inherit;
  }
  section.imageBigAbout h2 {
    font-size: 36px;
    line-height: 38px;
    max-width: 100%;
  }
  section.descriptionAbout {
    text-align: center;
    padding: 30px 0;
  }
  section.descriptionAbout h3 + p {
    margin-bottom: 30px;
  }
  section.descriptionAbout .itemgray {
    text-align: left;
  }
  section.ourClients {
    padding: 40px 0 100px 15px;
  }
  section.whySelectUs {
    padding: 0 0 30px 0;
    margin: 0;
  }
  section.whySelectUs:after {
    width: 100%;
  }
  section.whySelectUs span.image img {
    max-width: 100%;
    right: auto;
    position: relative;
  }
  section.whySelectUs .boxwhite {
    padding: 20px;
    top: 0;
    margin: 0 auto;
  }
  section.whySelectUs .boxwhite h3 {
    text-align: center;
  }
}
@media (max-width: 478px) {
  section.descriptionAbout {
    text-align: center;
    padding: 30px 0;
  }
  section.descriptionAbout h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  section.descriptionAbout h3 + p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  section.descriptionAbout .itemgray {
    text-align: left;
    padding: 20px;
  }
  section.descriptionAbout .itemgray p.value {
    font-size: 50px;
    margin-bottom: 30px;
  }
  section.descriptionAbout .itemgray p.text {
    font-size: 15px;
    line-height: 20px;
  }
  section.ourClients {
    padding: 40px 0 100px 15px;
  }
  section.ourClients h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  section.ourClients p {
    font-size: 18px;
    line-height: 22px;
  }
}
section.introCareers {
  padding: 60px 0;
}
section.introCareers span.image {
  border-radius: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}
section.introCareers h3 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 40px;
  letter-spacing: -3px;
}
section.introCareers p {
  color: #969696;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

section.latestNews {
  background-color: #F3F4F6;
  padding: 50px 0;
}
section.latestNews h3 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  letter-spacing: -3px;
  text-align: center;
}
section.latestNews .item .image {
  background-position: center;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  position: relative;
  margin-bottom: 20px;
}
section.latestNews .item .image:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 54%);
  border-radius: 12px;
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.latestNews .item .image .date {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
section.latestNews .item .image .date span {
  display: block;
  font-size: 26px;
  padding-top: 1px;
  line-height: 26px;
}
section.latestNews .item h4 {
  margin-bottom: 20px;
}
section.latestNews .item h4 a {
  color: #060606;
  display: block;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -2px;
}
section.latestNews .item .link {
  display: inline-block;
  font-size: 17px;
  color: #020202;
  transition: all animation 0.2s;
}
section.latestNews .item .link i {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
}
section.latestNews .item .link:hover {
  color: #1F6BAD;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  section.introCareers {
    padding: 30px 0;
    text-align: center;
  }
  section.introCareers h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }
  section.introCareers span.image {
    margin-top: 30px;
    height: 300px;
  }
  section.latestNews h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }
  section.latestNews .item {
    margin-bottom: 20px;
  }
  section.latestNews .item .image {
    height: 260px;
  }
  section.latestNews .item h4 {
    margin-bottom: 10px;
  }
  section.latestNews .item h4 a {
    font-size: 27px;
    line-height: 30px;
  }
}
section.descripcionService {
  padding: 60px 0;
}
section.descripcionService span.img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
  height: 430px;
}
section.descripcionService h3 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  letter-spacing: -4px;
}
section.descripcionService h5 {
  color: #2D2B2E;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 0px;
}
section.descripcionService p {
  color: #969696;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
}

section.asideFixed {
  background-color: #171717;
  position: relative;
  color: #FFFFFF;
}
section.asideFixed span.bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 500px;
  position: relative;
}
section.asideFixed span.bg:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
section.asideFixed .content {
  padding: 60px 0;
}
section.asideFixed .content nav a {
  display: block;
  line-height: 23px;
  padding: 12px 0;
}
section.asideFixed .content .item h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}
section.asideFixed .content .item p {
  color: #969696;
  font-family: "Sequel Sans Roman Body";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
section.asideFixed .content .item p span.strong {
  color: #FFFFFF;
  display: inline-block;
}
section.asideFixed .content .item ul {
  padding-left: 15px;
  margin-bottom: 40px;
}
section.asideFixed .content .item ul li {
  color: #969696;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
section.asideFixed .boxImage {
  height: 390px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
}
section.asideFixed .boxImageAside {
  height: 300px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.scrollspy {
  overflow-y: scroll;
  height: 1000px;
}

/* Responsive
============================================================ */
@media (max-width: 991px) {
  section.descripcionService span.img {
    height: 300px;
  }
  section.descripcionService h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 30px;
  }
  section.descripcionService h5 {
    font-size: 22px;
    line-height: 28px;
  }
  section.descripcionService p {
    font-size: 18px;
  }
  section.asideFixed span.bg {
    height: 350px;
  }
  section.asideFixed .content nav a {
    font-size: 18px;
  }
  section.asideFixed .content .item h4 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  section.asideFixed .scrollspy {
    height: auto !important;
  }
  section.asideFixed span.bg {
    background-attachment: inherit;
    height: 300px;
  }
  section.asideFixed .content {
    padding: 40px 0;
  }
  section.asideFixed .content nav {
    margin-bottom: 40px;
  }
  section.asideFixed .content nav a {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  section.asideFixed .content .item {
    padding: 0 10px;
  }
  section.asideFixed .content .item h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  section.asideFixed .content .boxImage {
    margin-top: 20px;
  }
}
section.hero.heroContact {
  height: auto;
}
section.hero.heroContact .contactUs {
  padding: 60px 0 0 0;
}
section.hero.heroContact .contactUs .content-form {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
section.hero.heroContact .contactUs .content-form .button {
  min-width: 200px;
}
section.hero.heroContact .details {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
section.hero.heroContact .details h6 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
section.hero.heroContact .details h2 {
  font-size: 60px;
  line-height: 57px;
  margin-bottom: 60px;
  letter-spacing: -2px;
}
section.hero.heroContact .details .item {
  margin-bottom: 60px;
}
section.hero.heroContact .details .item:last-child {
  margin-bottom: 0;
}
section.hero.heroContact .details h4 {
  color: rgba(243, 244, 246, 0.6392156863);
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
section.hero.heroContact .details p {
  font-size: 21px;
  line-height: 27px;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  section.hero.heroContact .contactUs {
    padding: 30px 15px;
  }
  section.hero.heroContact .details h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  section.hero.heroContact .details .item {
    margin-bottom: 30px;
  }
  section.hero.heroContact .content-form {
    margin-top: 20px;
  }
}
section.hero.heroTemplate {
  background-color: #171717;
}
section.hero.heroTemplate .infoHero {
  padding-top: 20px;
}
section.hero.heroTemplate .infoHero h3 {
  font-size: 42px;
  line-height: 45px;
  margin-bottom: 0;
}
section.hero.heroTemplate .infoHero nav a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 8px 0;
}
section.hero.heroTemplate .infoHero h4 {
  color: rgba(243, 244, 246, 0.6392156863);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
section.hero.heroTemplate .infoHero .item {
  margin-bottom: 20px;
}
section.hero.heroTemplate .infoHero .item p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
section.hero.heroTemplate .infoHero .item p:last-child {
  margin-bottom: 0;
}
section.hero.heroTemplate .infoHero .item:last-child {
  margin-bottom: 0;
}

section.challenge {
  padding: 60px 0 70px 0;
}
section.challenge span.tag.red {
  margin-bottom: 20px;
}
section.challenge h4 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0;
}
section.challenge p {
  color: #696969;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
section.challenge p:last-child {
  margin-bottom: 0;
}

section.templateImageBig .image {
  height: 590px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
section.templateImageBig .content {
  padding: 60px 0 50px 0;
}
section.templateImageBig .content p {
  color: #696969;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

section.sectionBlack {
  background-color: #171717;
  color: #FFFFFF;
  padding: 100px 0;
}
section.sectionBlack span.tag {
  margin-bottom: 20px;
}
section.sectionBlack h4 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0;
}
section.sectionBlack p {
  color: #969696;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
section.sectionBlack p span.strong {
  color: #FFFFFF;
}
section.sectionBlack p:last-child {
  margin-bottom: 0;
}

span.tag {
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
}
span.tag.red {
  color: #E72830;
  border: 1px solid #E72830;
}
span.tag.white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  section.hero.heroTemplate {
    height: auto;
  }
  section.hero.heroTemplate .infoHero {
    padding: 20px 0;
  }
  section.hero.heroTemplate h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
  }
  section.challenge {
    padding: 30px 15px;
  }
  section.challenge h4 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  section.templateImageBig .image {
    background-attachment: inherit;
    height: 400px;
  }
  section.templateImageBig .content {
    padding: 30px 15px 20px 15px;
  }
  section.sectionBlack {
    padding: 50px 15px;
  }
  section.sectionBlack h4 {
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: "Sequel Sans Bold Disp";
  src: url("../fonts/SequelSans-BoldDisp.eot");
  src: url("../fonts/SequelSans-BoldDisp.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-BoldDisp.woff2") format("woff2"), url("../fonts/SequelSans-BoldDisp.woff") format("woff"), url("../fonts/SequelSans-BoldDisp.ttf") format("truetype"), url("../fonts/SequelSans-BoldDisp.svg#SequelSans-BoldDisp") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Medium Body";
  src: url("../fonts/SequelSans-MediumBody.eot");
  src: url("../fonts/SequelSans-MediumBody.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-MediumBody.woff2") format("woff2"), url("../fonts/SequelSans-MediumBody.woff") format("woff"), url("../fonts/SequelSans-MediumBody.ttf") format("truetype"), url("../fonts/SequelSans-MediumBody.svg#SequelSans-MediumBody") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Medium Head";
  src: url("../fonts/SequelSans-MediumHead.eot");
  src: url("../fonts/SequelSans-MediumHead.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-MediumHead.woff2") format("woff2"), url("../fonts/SequelSans-MediumHead.woff") format("woff"), url("../fonts/SequelSans-MediumHead.ttf") format("truetype"), url("../fonts/SequelSans-MediumHead.svg#SequelSans-MediumHead") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Medium Disp";
  src: url("../fonts/SequelSans-MediumDisp.eot");
  src: url("../fonts/SequelSans-MediumDisp.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-MediumDisp.woff2") format("woff2"), url("../fonts/SequelSans-MediumDisp.woff") format("woff"), url("../fonts/SequelSans-MediumDisp.ttf") format("truetype"), url("../fonts/SequelSans-MediumDisp.svg#SequelSans-MediumDisp") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Roman Body";
  src: url("../fonts/SequelSans-RomanBody.eot");
  src: url("../fonts/SequelSans-RomanBody.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-RomanBody.woff2") format("woff2"), url("../fonts/SequelSans-RomanBody.woff") format("woff"), url("../fonts/SequelSans-RomanBody.ttf") format("truetype"), url("../fonts/SequelSans-RomanBody.svg#SequelSans-RomanBody") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Roman Disp";
  src: url("../fonts/SequelSans-RomanDisp.eot");
  src: url("../fonts/SequelSans-RomanDisp.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-RomanDisp.woff2") format("woff2"), url("../fonts/SequelSans-RomanDisp.woff") format("woff"), url("../fonts/SequelSans-RomanDisp.ttf") format("truetype"), url("../fonts/SequelSans-RomanDisp.svg#SequelSans-RomanDisp") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Semi Bold Disp";
  src: url("../fonts/SequelSans-SemiBoldDisp.eot");
  src: url("../fonts/SequelSans-SemiBoldDisp.eot?#iefix") format("embedded-opentype"), url("../fonts/SequelSans-SemiBoldDisp.woff2") format("woff2"), url("../fonts/SequelSans-SemiBoldDisp.woff") format("woff"), url("../fonts/SequelSans-SemiBoldDisp.ttf") format("truetype"), url("../fonts/SequelSans-SemiBoldDisp.svg#SequelSans-SemiBoldDisp") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tii7s3");
  src: url("../fonts/icomoon.eot?tii7s3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tii7s3") format("truetype"), url("../fonts/icomoon.woff?tii7s3") format("woff"), url("../fonts/icomoon.svg?tii7s3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-whatsapp:before {
  content: "\e902";
}

.icon-arrow_bottom:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-menu1:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-cross:before {
  content: "\ea0f";
}

.button {
  border-radius: 10px;
  border: none;
  display: inline-block;
  text-align: center;
}
.button.small {
  font-size: 12px;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
}
.button.medium {
  font-size: 15px;
  padding: 0 30px;
  height: 46px;
  line-height: 46px;
}
.button.white {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.button.red {
  background-color: #E72830;
  color: #FFFFFF;
}
.button.borderWhite {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

form fieldset {
  margin-bottom: 20px;
}
form fieldset label {
  color: #000000;
  font-family: "Sequel Sans Bold Disp";
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
form fieldset .inputText {
  background-color: #DDDDDE;
  border-radius: 10px;
  color: #000000;
  height: 64px;
  padding: 0 10px;
  line-height: 54px;
  width: 100%;
  border: none;
}
form fieldset textarea.inputText {
  border-radius: 10px;
  height: 140px;
  resize: none;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  form fieldset label {
    font-size: 14px;
  }
  form fieldset .inputText {
    height: 50px;
    line-height: 50px;
  }
  form fieldset textarea.inputText {
    height: 100px;
    resize: none;
  }
}
footer {
  padding: 60px 0 0 0;
}
footer h5 {
  color: #1F6BAD;
  font-family: "Sequel Sans Medium Body";
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer nav a {
  color: #696969 !important;
  display: block;
  font-family: "Sequel Sans Roman Body";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}
footer p {
  color: #696969;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
footer .logo {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  padding: 30px 15px;
}
footer .logo a {
  display: inline-block;
}
footer nav.socialmedia a {
  color: #606F74;
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 22px;
}
footer nav.socialmedia a:last-child {
  margin-right: 0;
}
footer nav.socialmedia a i {
  line-height: 0;
  position: relative;
}
footer nav.socialmedia a i.icon-facebook {
  font-size: 24px;
  top: 1px;
}
footer nav.socialmedia a i.icon-linkedin {
  font-size: 19px;
}
footer .copyright {
  padding: 30px 0;
}
footer .copyright p {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    text-align: center;
  }
  footer nav {
    display: inline-block;
    margin-bottom: 30px;
  }
  footer .copyright {
    padding: 20px 0;
  }
}
/* General Classes
============================================================ */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a:visited, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  outline: none;
}

.clearfix:after,
html:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contcenter {
  text-align: center !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.w100per {
  width: 100%;
}

.p5.row {
  margin-left: -5px;
  margin-right: -5px;
}

.p5 [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.p5 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.container-fluid {
  max-width: 1440px;
}

/* #Site Styles
================================================== */
body {
  background: #FFFFFF;
  font-family: "Sequel Sans Roman Body";
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  overflow-x: hidden;
  position: relative;
  min-width: 375px;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
}

/* Responsive
============================================================ *//*# sourceMappingURL=main.min.css.map */