/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@font-face {
  font-family: 'futura-bold';
  src: url("/fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'futura-medium';
  src: url("/fonts/Futura-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Bogle-regular;
  src: url("/fonts/Bogle-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Bogle-medium;
  src: url("/fonts/Bogle-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Bogle-bold;
  src: url("/fonts/Bogle-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Bogle-black;
  src: url("/fonts/Bogle-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77; }

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "Bogle-regular" !important;
  font-weight: 700;
  line-height: 1.2; }

h4, h5, h6 {
  color: #1e1e4b;
  font-family: "Poppins", sans-serif; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 45px; } }
h2, .h2 {
  font-size: 40px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 30px; } }
h3, .h3 {
  font-size: 25px; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px; } }
h4, .h4 {
  font-size: 20px; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 18px; } }
h5, .h5 {
  font-size: 18px; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 16px; } }
h6, .h6 {
  font-size: 16px; }
  @media (max-width: 575px) {
    h6, .h6 {
      font-size: 14px; } }
.org {
  font-family: "Bogle-black"; }

.primary {
  font-family: "Poppins", sans-serif;
  font-size: 50px; }

/* Button style */
.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 15rem;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  white-space: nowrap; }
  .btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform 0.2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0); }
  .btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
    outline: 0;
    box-shadow: none !important; }
    .btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
      transform: scaleY(1);
      transform-origin: bottom; }

.btn-sm {
  font-size: 14px;
  padding: 10px 35px; }

.btn-xs {
  font-size: 12px;
  padding: 5px 15px; }

.btn-primary {
  color: #fff;
  background-color: #6ab1e2; }
  .btn-primary::before {
    background-color: #fff; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
    color: #6ab1e2 !important;
    background-color: #3f9bda !important;
    border-color: #3f9bda !important; }

.btn-outline-primary {
  color: #6ab1e2;
  background-color: transparent;
  border: 1px solid #6ab1e2; }
  .btn-outline-primary::before {
    background-color: #fff; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
    color: #6ab1e2 !important;
    background-color: #6ab1e2 !important;
    border-color: #6ab1e2 !important; }

.btn-light {
  color: #6ab1e2;
  background-color: #fff;
  border: 1px solid #fff; }
  .btn-light::before {
    background-color: #6ab1e2; }
  .btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important; }

body {
  background-color: #fff;
  overflow-x: hidden; }

::selection {
  background: #95c7ea;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1e25;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

ol,
ul {
  list-style-type: none;
  margin: 0px; }

img {
  vertical-align: middle;
  border: 0; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a {
  color: inherit; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a:hover {
  color: #6ab1e2; }

a.text-primary:hover {
  color: #6ab1e2 !important; }

a.text-light:hover {
  color: #6ab1e2 !important; }

h4 {
  transition: .2s ease; }

a h4:hover {
  color: #6ab1e2; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 90px;
  padding-bottom: 90px; }
  .section-sm {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 30px; }

.small-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .small-section-sm {
    padding-top: 20px;
    padding-bottom: 20px; }
  .small-section-title {
    margin-bottom: 20px; }

.fix-section {
  padding-top: 70px;
  padding-bottom: 75px; }
  .fix-section-sm {
    padding-top: 35px;
    padding-bottom: 75px; }
  .fix-section-title {
    margin-bottom: 75px; }

.depo-section {
  margin-bottom: 5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  position: sticky;
  padding-top: 70px;
  padding-bottom: 140px;
  background: #a6d1ee; }
  .depo-section .cotainer {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
  .depo-section .circles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; }
  .depo-section .circles-bg li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px; }
  .depo-section .circles-bg li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s; }
  .depo-section .circles-bg li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s; }
  .depo-section .circles-bg li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s; }
  .depo-section .circles-bg li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s; }
  .depo-section .circles-bg li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s; }
  .depo-section .circles-bg li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s; }
  .depo-section .circles-bg li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s; }
  .depo-section .circles-bg li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s; }
  .depo-section .circles-bg li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s; }
  .depo-section .circles-bg li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 1;
    border-radius: 50%; } }
  .depo-section h2 {
    text-align: left; }
  .depo-section-sm {
    padding-top: 35px;
    padding-bottom: 75px; }
  .depo-section-title {
    margin-bottom: 75px; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: #1e1e4b;
  background: -webkit-linear-gradient(to left, #000005, #0c17e4);
  width: 100%;
  height: auto;
  background-position: bottom;
  background-size: cover;
  color: #FFFFFF; }
  .bg-cover p {
    color: #FFFFFF !important; }

.bg-cover-new {
  height: 48em !important;
  background: #1e1e4b;
  display: flex;
  align-items: center; }

@media (max-width: 575px) {
  .bg-cover {
    height: 64em; } }

.border-primary {
  border-color: #ededf1 !important; }

/* shadow in slide */
/* overlay */
.overlay {
  position: relative; }

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1a1a37;
  opacity: .6; }

/* overlay */
.overlay-white {
  position: relative; }

.overlay-white::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1F408A;
  opacity: .2; }

.overlay-white-content::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #346CE5;
  opacity: .8; }

.outline-0 {
  outline: 0 !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #6ab1e2 !important; }

.bg-secondary {
  background: #1a1a37 !important; }

.bg-gray {
  background: #f8f8f8; }

.text-primary {
  color: #6ab1e2 !important; }

.text-color {
  color: #5c5c77; }

.text-light {
  color: #8585a4 !important; }

.text-lighten {
  color: #d6d6e0 !important; }

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

.text-dark {
  color: #1e1e4b !important; }

.font-secondary {
  font-family: "Bogle-black"; }

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

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

.mb-30 {
  margin-bottom: 30px !important; }

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

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

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

.zindex-1 {
  z-index: 1; }

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden; } }

.vertical-align-middle {
  vertical-align: middle; }

.icon-md {
  font-size: 36px; }

/* page title */
.page-title-section {
  padding: 200px 0 80px;
  background-size: cover;
  background-position: bottom;
  height: 560px; }

.icon-service {
  margin-left: 8em;
  width: 19%; }

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px; }
  .custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%); }

/* /page title */
.list-styled {
  padding-left: 25px; }
  .list-styled li {
    position: relative;
    margin-bottom: 15px; }
    .list-styled li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #6ab1e2;
      left: -25px;
      top: 5px; }

textarea.form-control {
  height: 200px;
  padding: 20px; }

#map_canvas {
  height: 500px; }

.post-thumb-sm {
  max-width: 100px; }

/* pagination */
.pagination {
  justify-content: center; }
  .pagination .page-item {
    margin: 0 10px; }
    .pagination .page-item.active .page-link {
      background: #6ab1e2;
      color: #fff;
      border-color: #6ab1e2; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item .page-link {
      color: #5c5c77; }

.content * {
  margin-bottom: 20px; }

.content a {
  text-decoration: underline; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px; }

.content ol {
  padding-left: 20px; }

.content ul {
  padding-left: 0; }
  .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none; }
    .content ul li::before {
      position: absolute;
      content: "\e65d";
      font-family: "themify";
      font-size: 14px;
      left: 0;
      top: 1px;
      color: #6ab1e2;
      transition: .3s ease; }

.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6; }
  .content table th,
  .content table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6; }
  .content table thead {
    background: #eff1fd; }
  .content table tbody {
    background: #f8f9fe; }
    .content table tbody td {
      text-align: left !important; }

.content blockquote p {
  margin-bottom: 0;
  color: #5c5c77;
  font-style: italic !important; }

.content pre {
  padding: 10px 20px;
  background: #f8f9fe; }

.teacher-thumb-sm {
  height: 85px;
  width: 85px;
  object-fit: cover; }

.range {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f8f8f8; }

.p-subtitle {
  font-size: 22px; }

.img-logo {
  margin-right: 10rem;
  padding-right: 30px; }

.logo {
  max-width: 125%;
  height: auto; }

@media screen and (max-width: 767px) {
  .icon-service {
    display: none; } }

.top-header {
  font-size: 12px;
  transition: transform .2s ease;
  transform-origin: top;
  font-weight: 600; }
  .top-header.hide {
    transform: scaleY(0);
    transform-origin: top; }

.navigation {
  background: linear-gradient(to right, transparent 50%, #6ab1e2 50%);
  transition: .2s ease; }
  @media (max-width: 991px) {
    .navigation {
      background: #1a1a37; } }
@media (max-width: 991px) {
  .navbar-collapse {
    background: #1a1a37; } }

.navbar-nav {
  padding-left: 50px;
  background: #6ab1e2; }
  @media (max-width: 991px) {
    .navbar-nav {
      padding-left: 0;
      background: #1a1a37; } }
.nav-bg {
  background-color: #1a1a37; }

.nav-item {
  margin: 0 15px;
  position: relative; }
  .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600; }
  .nav-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    content: "";
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease; }
  .nav-item:hover::before, .nav-item.active::before {
    transform: scaleY(1);
    transform-origin: bottom; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 0px; }
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 20px; } }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d; }

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #6ab1e2;
  padding: 15px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff; }
  @media (max-width: 991px) {
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transform-origin: unset; } }
  .navbar .dropdown-menu.show {
    visibility: hidden; }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.show {
        visibility: visible;
        display: block; } }
.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: .2s ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 991px) {
    .navbar .dropdown-item {
      text-align: center; } }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px; }
  .navbar .dropdown-item:hover {
    color: #6ab1e2;
    background: transparent; }

.hero-section {
  padding: 250px 0 290px; }

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: white;
  border: 0;
  font-size: 30px;
  transition: all linear 0.2s;
  background: transparent; }
  .hero-slider .prevArrow:focus,
  .hero-slider .nextArrow:focus {
    outline: 0; }
  .hero-slider .prevArrow:hover,
  .hero-slider .nextArrow:hover {
    color: #6ab1e2; }

.hero-slider .prevArrow {
  top: -20%;
  font-size: 40px;
  z-index: 999; }

.hero-slider .nextArrow {
  right: 0;
  top: -20%;
  font-size: 40px;
  z-index: 999; }

.hero-slider .slick-dots {
  left: 0;
  bottom: -100px;
  padding-left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center; }
  .hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
    .hero-slider .slick-dots li.slick-active button {
      background: #6ab1e2; }
    .hero-slider .slick-dots li button {
      color: transparent;
      padding: 0;
      overflow: hidden;
      height: 10px;
      width: 10px;
      background: rgba(255, 255, 255, 0.5);
      border: 0;
      outline: 0; }

.card-people-custom {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 30%;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  .card-people-custom .people-img {
    width: 8rem;
    height: 8rem;
    margin-right: 1em;
    border-radius: 50%;
    border: 5px solid white;
    position: relative;
    margin-bottom: 2rem; }
  .card-people-custom .people-name-office {
    width: 13em;
    margin-bottom: 1rem; }
  .card-people-custom .country-flag-company {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap; }
    .card-people-custom .country-flag-company img {
      margin-right: 1em;
      width: 2em; }

.hero-section-cases {
  padding: 50px 0 50px; }

.hero-slider-cases .prevArrow,
.hero-slider-cases .nextArrow {
  position: absolute;
  bottom: -13px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear 0.2s;
  background: transparent;
  font-weight: 600; }
  .hero-slider-cases .prevArrow:focus,
  .hero-slider-cases .nextArrow:focus {
    outline: 0; }
  .hero-slider-cases .prevArrow:hover,
  .hero-slider-cases .nextArrow:hover {
    color: #6ab1e2; }

.hero-slider-cases .prevArrow {
  right: 60px; }

.hero-slider-cases .nextArrow {
  right: 0; }

.hero-slider-cases .img-text {
  text-align: center; }

.hero-slider-cases .slick-dots {
  left: 0;
  bottom: -10px;
  padding-left: 0; }
  .hero-slider-cases .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
    .hero-slider-cases .slick-dots li.slick-active button {
      background: #6ab1e2; }
    .hero-slider-cases .slick-dots li button {
      color: transparent;
      padding: 0;
      overflow: hidden;
      height: 10px;
      width: 10px;
      background: rgba(255, 255, 255, 0.5);
      border: 0;
      outline: 0; }

.hero-slider-item .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: auto; }

.hero-slider-item p {
  font-size: 18px; }

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

.new-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center; }

.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row-reverse; }

.paragr {
  word-break: break-word;
  width: 50%; }

.swiper-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease; }

.swiper-slide.swiper-slide-active {
  display: block;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .country-flag-company {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap; }
  .card-people-custom .people-img {
    width: auto;
    margin-right: 0; }
  .flex {
    flex-direction: column-reverse;
    width: 100%; }
  .paragr {
    width: 100% !important; } }

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .country-flag-company {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .flex {
    flex-direction: column-reverse; }
  p,
  .paragr {
    width: 80% !important; } }

@media (max-width: 800px) {
  .prevArrow i,
  .nextArrow i {
    display: none; }
  .row {
    flex-direction: column; }
  .hero-slider-item p {
    font-size: 15px; } }

html, body {
  overflow-x: hidden !important; }

.card-fl-i {
  margin-top: 2em;
  padding: 1.5em 0.5em 0.5em;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.card-fl-i img {
  width: 65%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.card-fl-i .card-fl-i-title {
  font-weight: 700;
  font-size: 1.5em; }

.card-fl-i .btn {
  border-radius: 2em;
  background-color: teal;
  color: #ffffff;
  padding: 0.5em 1.5em; }

.card-fl-i .btn:hover {
  background-color: rgba(0, 128, 128, 0.7);
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.header-div-linguages a {
  margin-left: 1em; }

/* ======================== */
/*   Syed Sahar Ali Raza   	*/
/* ========================	*/
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff; }

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6; }

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4; }

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  color: #525252; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  color: #414141; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  color: #414141; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  color: #414141; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  color: #414141; }

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7; }

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141; }

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #E4E4E4;
  border-left: 5px solid #6ab1e2; }

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #6ab1e2;
  color: #6ab1e2; }

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
  border-color: #6ab1e2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6ab1e2;
  color: #fff; }

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
  color: #fff; }

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #6ab1e2;
  color: #fff; }

#generic_price_table {
  margin: 50px 0 50px 0;
  font-family: 'Raleway', sans-serif; }

.row .table {
  padding: 28px 0; }

.row {
  justify-content: center; }

/*PRICE BODY CODE START*/
#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center; }

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0; }

#generic_price_table .generic_content .generic_head_price .generic_head_content {
  margin: 0 0 50px 0; }

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute; }

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
  padding-top: 40px;
  position: relative;
  z-index: 1; }

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  font-family: "Raleway",sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
  display: block; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-family: "Lato",sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom; }

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom; }

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#generic_price_table .generic_content .generic_feature_list ul li {
  font-family: "Lato",sans-serif;
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px; }

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px; }

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase; }

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%; }
  #generic_price_table .col-md-4 {
    float: left;
    width: 50%; }
  #generic_price_table .generic_content {
    margin-bottom: 75px; } }

#generic_price_table_home {
  font-family: 'Raleway', sans-serif; }

.text-center h1,
.text-center h1 a {
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none; }

.demo-pic {
  margin: 0 auto; }

.demo-pic:hover {
  opacity: 0.7; }

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table; }

#generic_price_table_home li {
  float: left; }

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px; }

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px; }

#generic_price_table_home .blue {
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .emerald {
  background: #6ab1e2;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .grey {
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .midnight {
  background: #34495E;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .orange {
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .purple {
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .red {
  background: #E74C3C;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .turquoise {
  background: #6ab1e2;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s; }

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px; }

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px; }

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300; }

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block; }

#generic_price_table_home .footer {
  padding: 40px 0; }

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

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0; }

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase; }

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase; }

.demo-button:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none; }

.bottom_btn:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none; }

#particle-js {
  width: 100%;
  height: 100%;
  position: absolute; }

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #6ab1e2;
  display: inline-block; }

.feature-blocks {
  margin-top: 0;
  padding: 40px 20px; }
  @media (max-width: 1400px) {
    .feature-blocks {
      padding: 40px 20px; } }
  @media (max-width: 1200px) {
    .feature-blocks {
      padding: 40px 20px; }
      .feature-blocks h3 {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .feature-blocks {
      padding: 30px 15px; }
      .feature-blocks h3 {
        font-size: 25px; } }
/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px; }

.flex-basis-33 {
  flex-basis: 33.3333%; }

.hover-shadow {
  transition: .3s ease; }
  .hover-shadow:hover {
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); }

/* /course */
/* success story */
.success-video {
  min-height: 300px; }
  .success-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .success-video .play-btn {
        left: 50%;
        transform: translate(-50%, -50%); } }
.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #6ab1e2;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  .play-btn i {
    line-height: 80px; }
  .play-btn::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -2;
    transition: .3s ease;
    transition-delay: .2s; }
  .play-btn::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 80%;
    transform: translate(-50%, -50%);
    background: #6ab1e2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .3s ease; }
  .play-btn:hover::before {
    height: 80%;
    width: 80%;
    transition-delay: 0s; }
  .play-btn:hover::after {
    height: 0;
    width: 0;
    transition: 0s ease; }

.image-top {
  display: flex;
  justify-content: center; }

.paragraph-marketing {
  margin-top: 3em;
  margin-bottom: 3em; }
  .paragraph-marketing h3 {
    font-style: italic; }

.two-paragraph {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }

.two-paragraph-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .two-paragraph-image div {
    width: 60%; }

.testimonial-cards {
  list-style: none;
  display: flex;
  gap: 56px 31px;
  margin: 0 auto;
  width: max-content;
  flex-wrap: nowrap; }

.testimonial-cards li {
  height: auto; }
  .testimonial-cards li img {
    width: 10em; }

.marqueslide {
  overflow: hidden;
  width: 100%; }

.marqueslide .marqueme {
  flex: 0 0 auto;
  margin-right: 1em; }

/* solution */
.marquestarthere {
  animation: marquee 25s linear infinite;
  /* Set the animation here */ }
  .marquestarthere img {
    width: 10em; }

.marquestarthere:hover {
  animation-play-state: paused; }

@keyframes marquee {
  0%, 100% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.line-paragraph {
  border: 1px transparent dashed;
  margin-left: 4em;
  margin-right: 4em; }

.rectangle-left p {
  margin-top: 5%; }

.rectangle-right p {
  margin-top: 5%; }

.div-gole-help {
  animation: go-back 1s;
  height: 12em;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.div-animate-right {
  animation: scaleAnimation 1s;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateX(100%);
  -webkit-animation: linear infinite;
  -webkit-animation-name: animated-div;
  -webkit-animation-duration: 5s; }

.div-animate-right.animate {
  opacity: 1;
  transform: translateX(0%); }

.div-animate-left {
  animation: scaleAnimation 1s;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateX(-100%);
  -webkit-animation: linear infinite;
  -webkit-animation-name: animated-div;
  -webkit-animation-duration: 5s; }

.div-animate-left.animate {
  opacity: 1;
  transform: translateX(0%); }

.div-animate-up {
  animation: scaleAnimation 1s;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(25%);
  -webkit-animation: linear infinite;
  -webkit-animation-name: animated-div;
  -webkit-animation-duration: 5s; }

.div-animate-up.animate {
  opacity: 1;
  transform: translateY(0%); }

@-webkit-keyframes animated- {
  0% {
    left: 0px;
    top: 0px; }
  100% {
    left: 100px;
    top: 0px; } }

.title-gole-help {
  color: #000;
  text-align: center;
  text-shadow: 3px 8px 8.6px rgba(0, 0, 0, 0.45);
  font-family: "Anek Bangla";
  font-size: 77px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 13.09px; }

.subject-divider {
  display: flex;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.image-right {
  width: 100%;
  height: 33em; }

.card-personality {
  margin-bottom: 1em; }

.card-personality:hover h4, .card-personality:hover h5 {
  color: #6ab1e2; }

@keyframes go-back {
  from {
    margin-right: 100%;
    width: 300%; }
  to {
    margin-right: 0%;
    width: 100%; } }

.div-title-rectangle {
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 34px;
  background: #6AB1E2; }

.div-title {
  display: flex;
  width: 389px;
  height: 74px;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center; }

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

.card-group .card img {
  height: 17em; }

.rest {
  margin-top: 3em; }

.div-form {
  font-size: 20px;
  color: #1E1E4B;
  font-weight: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  margin-bottom: 3em;
  margin-top: 3em; }

.whatsapp-button:hover {
  display: inline-block;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); }

.solutions-footer {
  height: 10em;
  background-color: #1a1a37;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }

.case-content p {
  font-size: 20px !important; }

.menu-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: auto;
  justify-content: space-between; }
  .menu-row a {
    margin: 0 1em 0 1em;
    padding: 0.5em;
    width: 10em; }
    .menu-row a #banmedica {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      justify-content: center; }
    .menu-row a img {
      width: 10em; }

.div-client-case {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 3em;
  width: 100%;
  justify-content: center;
  justify-content: space-between; }

.img-client {
  margin-top: 12em; }
  .img-client img {
    width: 28em;
    margin-bottom: 13em; }

.div-texts-client {
  margin-right: 2em;
  width: auto;
  text-align: justify; }
  .div-texts-client p {
    width: auto; }
  .div-texts-client img {
    width: 15em; }

.card-group-client {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24em;
  height: auto;
  margin-left: 1em; }

.col-client {
  margin-bottom: 1em;
  width: 24em; }

.container-custom {
  width: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; }

.col-customer {
  max-width: 100% !important; }

@media (max-width: 480px) {
  .carousel-inner img {
    width: 50%; }
  .menu-row {
    width: 50% !important; } }

@media (max-width: 767px) {
  .menu-row {
    width: 50% !important; } }

@media screen and (max-width: 767px) {
  .header-div-linguages {
    justify-content: space-evenly; }
  .contenti {
    padding: 2em;
    height: 25em !important;
    justify-content: flex-start; }
  .carousel-inner {
    width: 200%; }
  .carousel-inner img {
    width: calc(100% / 12);
    /* Ajuste a largura de cada imagem */ }
  div.video {
    padding: 0;
    height: 15em; }
    div.video iframe {
      width: 27em;
      height: 16em; }
  .image-top img {
    width: 100%; }
  .two-paragraph {
    display: block; }
  .two-paragraph-image {
    flex-direction: column; }
    .two-paragraph-image div {
      width: 100%; }
  .line-paragraph {
    display: none; }
  .divide-title {
    white-space: normal; }
  .card-group .card {
    margin-top: 2em; }
  .subject-divider {
    display: flex;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em; }
  .div-title {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: center;
    margin: 0.5em;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .rectangle-left {
    margin-bottom: 0 !important;
    height: auto !important; }
    .rectangle-left p {
      margin-bottom: 0 !important;
      height: auto; }
  .rectangle-right {
    border-left: none;
    margin-top: 2em; }
    .rectangle-right p {
      height: auto; }
  .text-img {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap; }
  .div-img {
    display: flex; }
    .div-img .image-right {
      max-width: 100%; }
  .div-form iframe {
    width: 100%; }
  .div-client-case {
    display: flex;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap; }
    .div-client-case .img-client {
      margin-top: 2em;
      margin-bottom: 2em; }
      .div-client-case .img-client img {
        margin-bottom: 1em; }
  .card-group-client {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 0;
    align-items: stretch;
    justify-content: center; }
  .div-texts-client {
    margin-right: 0;
    margin-bottom: 1em;
    width: auto;
    text-align: justify; }
  .container-custom {
    padding: 0 1em 1em 1em; }
  .col-customer {
    max-width: 50% !important; }
  .menu-row {
    height: auto;
    max-width: 100%;
    align-content: center;
    justify-content: space-evenly;
    width: 50% !important; }
    .menu-row a {
      flex-basis: 32%;
      padding: 0;
      margin: 0; }
      .menu-row a img {
        width: 100%; }
  .container-menu-row {
    display: flex;
    justify-content: center;
    align-items: stretch; } }

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .card-personality {
    margin-bottom: 0; }
  .two-paragraph {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center; }
  p, .paragr {
    width: 100% !important; }
  .two-paragraph-image {
    flex-direction: column; }
    .two-paragraph-image div {
      width: 100%; }
  .rectangle-left {
    max-width: 35em; }
    .rectangle-left p {
      height: auto; }
  .rectangle-right {
    border-left: none;
    max-width: 35em; }
    .rectangle-right p {
      margin-top: 2em;
      height: auto; }
  .img-client img {
    width: 22em;
    margin-bottom: 13em; } }

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #6ab1e2;
  font-family: "Bogle-black";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase; }
  .card-date span {
    font-size: 40px; }

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0; }

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #6ab1e2 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1; }
  .newsletter-block {
    padding-left: 50px; }
    @media (max-width: 575px) {
      .newsletter-block {
        padding-left: 15px; } }
.input-wrapper {
  position: relative; }
  .input-wrapper button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }

.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px; }
  .form-control:focus {
    border-color: #6ab1e2;
    box-shadow: none; }

.newsletter-block .form-control {
  height: 90px; }

.bg-footer {
  background-color: #182b45; }

.logo-footer {
  margin-top: -20px;
  display: inline-block; }

.footer {
  border-color: #494a43 !important;
  padding-bottom: 1em; }

/* /footer */
/* video */
.contenti {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 31em; }

.div-img-card {
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 7em; }

.contenti-center {
  display: flex;
  justify-content: center;
  height: 48em; }

div.video {
  margin-top: 40px;
  margin-bottom: 80px;
  height: 600px; }
  div.video iframe {
    background-color: #1a1a37; }

div.video > embed {
  position: absolute;
  left: 20.8%;
  width: 60%;
  height: 75%; }

.circulo {
  border-radius: 50%;
  margin-left: 49%;
  width: 12%;
  position: relative;
  top: 1em; }

.flag-company {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .flag-company .h6 {
    margin-left: 1em;
    margin-bottom: 0; }
  .flag-company .baimg {
    margin-top: 0.7%; }

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .circulo {
    width: 13%;
    height: 13%; } }

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .circulo {
    width: 15%;
    height: 15%;
    margin-left: 43%; }
  .pillar {
    display: flex;
    flex-direction: column !important; } }

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .circulo {
    width: 17%;
    height: 17%;
    margin-top: 5%; } }

@media only screen and (max-width: 575px) and (min-width: 370px) {
  .circulo {
    width: 19%;
    height: 19%;
    margin-left: 43%;
    margin-top: 5%; } }

@media only screen and (max-width: 368px) and (min-width: 200px) {
  .circulo {
    width: 16%;
    height: 16%;
    margin-left: 43%;
    margin-top: 5%; } }

.baimg {
  width: 12.5%;
  height: 3.5%; }

@media only screen and (max-width: 1198px) and (min-width: 992px) {
  .baimg {
    width: 10%;
    height: 4%; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .baimg {
    width: 11.5%;
    height: 5.5%; } }

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .baimg {
    width: 4.2%;
    height: 4.2%; } }

@media only screen and (max-width: 575px) and (min-width: 447px) {
  .baimg {
    width: 4.7%;
    height: 4.7%; } }

@media only screen and (max-width: 446px) and (min-width: 399px) {
  .baimg {
    width: 14.7%;
    height: 6.7%; } }

@media only screen and (max-width: 398px) and (min-width: 351px) {
  .baimg {
    width: 23.7%;
    height: 6%; } }

@media only screen and (max-width: 350px) and (min-width: 200px) {
  .baimg {
    width: 25.5%;
    height: 6%; } }

.div-names {
  text-align: center;
  margin-left: 450px;
  max-width: 12em;
  margin-top: -72px;
  overflow-wrap: break-word; }

.text-light-new {
  color: #FFFFFF !important; }

@media only screen and (max-width: 1198px) and (min-width: 992px) {
  .div-names {
    margin-top: -70px;
    margin-left: 260px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .div-names {
    margin-top: -65px;
    margin-left: 260px; } }

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .div-names {
    margin-top: -80px;
    margin-left: 340px; } }

@media only screen and (max-width: 575px) and (min-width: 447px) {
  .div-names {
    margin-top: -80px;
    margin-left: 290px; } }

@media only screen and (max-width: 446px) and (min-width: 399px) {
  .div-names {
    margin-top: -70px;
    margin-left: 260px; }
  .menu-row {
    width: 50% !important; } }

@media only screen and (max-width: 398px) and (min-width: 200px) {
  .div-names {
    margin-top: -70px;
    margin-left: 212px; }
  .menu-row {
    width: 50% !important; } }

@media only screen and (max-width: 350px) and (min-width: 200px) {
  .div-names {
    margin-top: -55px;
    margin-left: 190px; }
  .menu-row {
    width: 50% !important; } }

.high {
  margin-bottom: 20px; }

.high_img {
  width: 60%;
  margin-left: 19.5%; }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .high_img {
    width: 75%;
    margin-left: 12%; } }

@media only screen and (max-width: 991px) and (min-width: 451px) {
  .high_img {
    width: 90%;
    margin-left: 4.5%; } }

@media only screen and (max-width: 450px) and (min-width: 200px) {
  .high_img {
    width: 120%;
    margin-left: -10.75%; }
  .menu-row {
    width: 50% !important; } }

.high_txt {
  text-align: center; }

title {
  display: none; }

.text-white {
  font-family: Bogle-regular !important; }

.text-white, h1 {
  font-family: Bogle-black !important; }

.card-title {
  font-family: Bogle-regular !important;
  text-align: center; }

.card-text {
  text-align: justify; }
  .card-text p {
    width: 100% !important; }

.text-light-new {
  font-family: Bogle-regular !important; }

.text-center-horizontal {
  font-family: Bogle-medium !important;
  margin-bottom: 3rem; }

.text-lighten {
  font-family: Bogle-regular !important; }

@media (max-width: 767px) {
  .img-blog {
    width: 90%; } }

.filter-controls li {
  cursor: pointer;
  transition: .1s ease; }
  .filter-controls li.active {
    font-weight: 600;
    color: #6ab1e2; }
  .filter-controls li:hover {
    color: #6ab1e2; }

.tag-list a {
  display: block;
  padding: 5px 10px;
  background: #f8f9fe;
  color: #5c5c77; }
  .tag-list a:hover {
    background-color: #6ab1e2;
    color: #fff; }

.inside {
  list-style-position: inside;
  list-style-type: disc; }

blockquote {
  font: 14px italic Times, serif;
  padding: 8px;
  margin-left: 9px; }

table {
  border-collapse: collapse; }

th, td {
  padding: 15px;
  text-align: left; }

ol.decimal {
  list-style-type: decimal; }

#empresa {
  position: absolute;
  top: -9999px; }
