/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  position: relative;
  height: 100%;
  font-size: 14px !important;
}

@media (min-width: 1700px) {
  html,
  body {
    font-size: 16px !important;
  }
}

:root {
  scroll-behavior: smooth;
}

.theme-color {
  color: #104d7e !important;
}

.font-bold {
  font-weight: 700 !important;
}

body {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #000000;
  background: #fff;
}

.full-width-container {
  width: 100%;
  padding: 20px; /* Adjust padding as needed */
  margin: 0; /* Adjust margin as needed */
  box-sizing: border-box; /* Ensure padding and border are included in the width */
  overflow: hidden !important;
}

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

.text-primary, .link-primary {
  color: #104d7e !important;
}

.text-primary2 {
  color: #00a8cc !important;
}

.display-1 {
  font-size: 5rem;
  font-weight: 800;
}

/*@media (min-width: 1200px) {*/
/*  .display-1 {*/
/*    font-size: 5rem !important;*/

/*  }*/
/*}*/

#toast-container > .toast {
  background: #104d7e !important;
  text-align: center !important;
  color: #ffff !important;
}

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

p {
  /*color: #465a69;*/
  font-weight: 300;
  line-height: 2rem;
}

a {
  color: #104d7e;
  text-decoration: none;
}

a:hover {
  color: #104d7e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
}

h3 {
  font-size: 20px !important;
}


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

.text-justify {
  text-align: justify !important;
}

.hero-title {
  font-size:  4rem;
}

.hero-title2 {
  font-size:  1.5rem;
}

@media (max-width: 768px) {
  .hero-title, .display-1 {
    font-size: 3rem;
  }

  .hero-title2 {
    font-size: 1rem;
  }

  .hero-bg {
    background: linear-gradient(180deg, rgba(249,250,251,0.12), #0a3562), url(https://res.cloudinary.com/aime/image/upload/v1696106261/kodesio/businessman-looking-tablet_rwsb60.jpg) no-repeat center;
  }
}

@media (max-width: 576px) {
  .hero-title, .display-1 {
    font-size: 3rem;
  }

  .hero-title2 {
    font-size: 1rem;
  }

  .hero-bg-style1 {
    background: linear-gradient(180deg, rgb(249, 250, 251), rgb(255, 255, 255)), url(https://res.cloudinary.com/aime/image/upload/v1706775303/front-view-happy-woman-studio_juj48y.jpg) no-repeat center;
  }

  .hero-bg-style2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), #0a3562), url(https://res.cloudinary.com/aime/image/upload/v1696750704/kodesio/medium-shot-happy-people-dancing-together_cpimql.jpg) no-repeat center;
    color: #ffffff !important;
  }

  .hero-bg-style3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), #0a3562), url(https://res.cloudinary.com/aime/image/upload/v1696751057/kodesio/cheerful-couple-watching-tv-together_czvxvg.jpg) no-repeat center;
  }

}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  /*text-align: center;*/
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  color: #104d7e;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
  color: #104d7e;
}

@media (min-width: 1700px) {
  .section-header p {
    font-size: 2.5rem;
    line-height: 48px;
  }

  .section-header h2 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #104d7e;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 75px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #104d7e;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  transform: perspective(100px) translateZ(20px);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.13);
  background: transparent;
}

.header.header-scrolled {
  background: #fff;
  padding: 0 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.13);
  background: #000000 !important;
}

@media (min-width: 1700px) {
  .header {
    padding: .5rem 0;
  }

  .header.header-scrolled {
    padding: .6rem 0;
  }

}


@media (max-width: 760px) {
  .header {
    padding: 0.5rem 0;
  }

  .header.header-scrolled {
    padding: 0.6rem 0;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 0.5rem 0;
  }

  .header.header-scrolled {
    padding: 0.6rem 0;
  }
}


.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 60px;
  margin-right: 6px;
  width: 120px;
}

@media (min-width: 1700px) {
  .header .logo img {
    width: 150px;
  }
}

.header .logo span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #104d7e;
  font-family: Montserrat, sans-serif;
  /*margin-top: 3px;*/
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar button, .header a {
  display: inline-block;
  /*align-items: center;*/
  /*justify-content: space-between;*/
  margin: 0;
  padding: 10px 0 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  /*transition: 0.3s;*/
  /*text-transform: uppercase !important;*/
}

@media (min-width: 1700px) {
  .navbar a, .navbar button {
    font-size: 14px;
  }
}

.navbar form {
  padding: 10px 0 10px 10px;
}

/*.navbar a:after {
  margin-top: 5px;
  display: block;
  content: '';
  border-bottom: solid 2px #104d7e;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}*/

.navbar a:hover:after {
  transform: scaleX(1);
}

.navbar a.active:after {
  transform: scaleX(1) !important;
}

/*.navbar a:after{ transform-origin:100% 50%; }*/

.navbar a i {
  font-size: 14px;
  line-height: 0;
  margin-left: 5px;
}

.header a:hover, .header a:focus {
  color: #198754;
}

.navbar .active, .navbar li:hover > a {
  color: #104d7e;
  /*border-bottom: 2px solid #104d7e !important;*/
  /*transition: linear 100ms;*/
}

.navbar .getstarted {
  background: #104d7e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  border: none !important;
  color: #fff;
}

.navbar .getstarted:hover {
  transform: perspective(100px) translateZ(-15px);
  transition: 400ms;
  color: #ffffff !important;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  width: 100% !important;
  background: linear-gradient(to left, transparent 50%, #104d7e 50%);
  background-size: 200%;
  background-position: right;
  transition: background-position 500ms ease;
}

.navbar .dropdown ul a i {
  font-size: 14px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ffffff;
  background-position: left bottom;

}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  font-weight: bold;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26, 29, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #104d7e;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #104d7e;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  background: #fff;
  /*box-shadow: 0 30px rgba(127, 137, 161, 0.25);*/
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 14px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #104d7e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Swiper Section
--------------------------------------------------------------*/
.swiper {
  width: 100% !important;
  height: 100% !important;
}

.swiper-slide {
  text-align: start;
  font-size: 16px;
  /*background: #000000;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: brightness(60%);*/
}

.swiper-slide h5 {
  font-size: 39px;
  font-weight: 800;
  line-height: 1.3em;
  color: #ffffff;
  filter: brightness(100%);
}

.swiper-slide h5 span {
  background-color: #fff;
  padding: 5px;
  font-size: 30px;
  color: #104d7e;
}

.swiper-slide h6 {
  color: #f0f0f0 !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  filter: brightness(100%);
}

.swiper-slide .swiper-content {
  max-width: 700px;
  position: absolute;
}

.swiper-slide .left {
  left: 15px;
}

.swiper-slide .right {
  right: 15px;
}

@media (max-width: 768px) {
  .swiper-slide .center, .swiper-slide .right, .swiper-slide .left {
    left: unset;
    right: unset;
    padding: 15px;
    width: 100%;
    margin: auto;

  }

  .swiper-slide h5 {
    font-size: 39px;
    font-weight: 800;
    line-height: 1.3em;
    color: #ffffff;
    filter: brightness(100%);
  }

  .swiper-slide h5 span {
    background-color: #fff;
    padding: 5px;
    font-size: 49px;
    color: #104d7e;
  }
}

@media (min-width: 1700px) {
  .swiper-slide .swiper-content {
    max-width: 1000px;
    position: absolute;
  }

  .swiper-slide h5 {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.3em;
    color: #ffffff;
    filter: brightness(100%);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: auto;
  /*background: url(https://res.cloudinary.com/aime/image/upload/v1648557868/kodesio/kodesio_slidee_nzwgk9.jpg) top center no-repeat;*/
  background: #fff;
  background-size: cover;
}

.hero-short {
  width: 100%;
  height: 80vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(https://res.cloudinary.com/aime/image/upload/v1650909481/kodesio/computer-screens-running-programming-code-in-empty-software-developing-agency-office-and-computers-parsing-data-algorithms-in-background-neural-network-servers-cloud-computing-in-data-room_yp1wf2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-blog {
  width: 100%;
  height: 70vh;
  background: url(../img/blog_hero.jpg) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  color: #104d7e;
}

.hero-blog h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  color: #104d7e;
}

.hero-short h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #104d7e;
}

.hero-short h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  color: #565656;
}


.hero h2 {
  color: #000000;
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 2rem;
}

.hero h4 {
  color: #444444;
  margin: 14px 0 0 0;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1700px) {
  .hero h1 {
    font-size: 39px;
  }

  .hero h2 {
    font-size: 18px;
  }

  .hero-blog h1 {
    font-size: 39px;
  }

  .hero-short h1 {
    font-size: 39px;
  }

  .hero-short h2 {
    font-size: 18px;
  }

  .hero h4 {
    font-size: 16px;
  }
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #104d7e;
  /*width: 100%;*/
}

.hero .btn-get-started2 {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff8e24;
  box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 16px;
  transition: 0.3s;
}

.hero .btn-get-started:hover {
  transform: translateY(15px);
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }

  .hero-short {
    background-attachment: fixed;
  }

  .hero-blog {
    background-attachment: fixed;
  }

}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero-short {
    height: auto !important;
    padding: 100px 0 100px 0;

  }

  .video-hero-content {
    height: auto !important;
  }


  .hero-short h1 {
    font-size: 36px;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }

  .anim-mobile {
    height: 80% !important;
    width: 80% !important;
  }


}

@media (max-width: 768px) {
  /*.hero {*/
  /*  text-align: center;*/
  /*}*/

  .hero h1 {
    font-size: 24px;
  }

  .hero-short h1 {
    font-size: 34px !important;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }

  .anim-mobile {
    height: 100% !important;
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Video Hero
--------------------------------------------------------------*/
.video-hero {
  height: 100vh;
  position: relative;
}

video.hero-film {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.7), rgba(16, 77, 126, 0.7));
}

.video-hero-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 150px;
  color: #fff;
  z-index: 3;
}

.video-hero-content h1 {
  font-family: Montserrat, "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.1;
}

.middle-line {
  height: 200px;
  width: 2px;
  background: #fff;
  margin: 40px auto;
}

.video-hero-content a {

}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 40px 0;
}

.about h3 {
  font-size: 34px;
  font-weight: 400;
  color: #104d7e;
}

.about h2 {
  font-size: 29px;
  font-weight: 600;
  color: #104d7e;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 1.8rem;
  font-size: 16px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
}

.about .btn-read-more span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 16px;
  transition: 0.3s;
}

.about .btn-read-more:hover {
  background-color: #ffffff;
  color: #104d7e;
  transition: 400ms;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.k-btn-o-light {
  /*
  line-height: 0;
  */
  padding: 12px 25px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.k-btn-primary {
  /*
  line-height: 0;
  */
  padding: 12px 35px;
  border-radius: 4px;
  border-color: #104d7e;
  transition: 0.5s;
  color: #fff;
  background: #104d7e;
}

.k-btn-light-blue {
  /*
  line-height: 0;
  */
  padding: 12px 35px;
  border-radius: 4px;
  border-color: #00a8cc;
  transition: 0.5s;
  color: #fff;
  background: #00a8cc;
}

.k-btn-success {
  /*
  line-height: 0;
  */
  padding: 12px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #123d36;
}

.k-btn-warning {
  /*
  line-height: 0;
  */
  padding: 12px 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ffc107;
}

.k-btn-primary:hover, .k-btn-success:hover, .k-btn-warning:hover {
  color: #fff;
  transform: translateY(5px) !important;
}

.k-btn-primary:hover i, .k-btn-success:hover i, .k-btn-warning:hover i {
  transform: translateX(5px);
}


.k-btn-o-light span, .k-btn-primary span, .k-btn-success span, .k-btn-warning span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.k-btn-o-light i, .k-btn-primary i {
  margin-left: 5px;
  font-size: 14px;
  transition: 0.3s;
}

@media (min-width: 1700px) {
  .k-btn-o-light span, .k-btn-primary span, .k-btn-success span, .k-btn-warning span {
    font-size: 14px;
  }

  .k-btn-o-light i, .k-btn-primary i {
    font-size: 14px;
  }
}

.k-btn-o-light:hover {
  color: #000;
  background: #fff;
  transform: translateY(5px);
}

.k-btn-o-light:hover i {
  transform: translateX(5px);
}

.k-bg {
  background-color: #104d7e;
}

.bg-transparent {
  background: transparent !important;
}

.bg-gradient-light {
  background: linear-gradient(150deg, #ebf2fa 0%, #ecf3f1 100%) !important;
}

.bg-gradient {
  background: linear-gradient(150deg, #00a8cc 0%, #00a8cc 100%) !important;
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# Expertises
--------------------------------------------------------------*/
.services {
  background-color: #ffffff;
}

/*.services .section-header p {
    font-size: 29px;
}*/

.services .section-header {
  padding-bottom: 5px !important;
}

.blow-left:hover {
  transform: translateX(-20px) !important;
}

.blow-right:hover {
  transform: translateX(20px) !important;
}

.blow-top:hover {
  transform: translateY(-20px) !important;
}

.blow-down:hover {
  transform: translateY(20px) !important;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values {
  background: #104d7e;
  background: linear-gradient(90deg, rgba(16, 77, 126, 0.85), rgba(16, 77, 126, 0.86)), url(https://res.cloudinary.com/aime/image/upload/v1657124971/kodesio/industrial-designers-working-on-3d-model_5_4_cyvtjg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.values-overlay {
  /*background: #104d7e;
  opacity: .8;
  min-height: 100%;
  min-width: 100%;*/
  width: auto;
  padding: 140px 0;
  height: 100% !important;
}

.values header h2, .values header p {
  color: #ffff;
}

.values .box {
  /*padding: 30px;*/
  /*box-shadow:0 0 5px rgba(207, 207, 207, 0.247);*/
  text-align: center;
  transition: 0.3s;
  height: 100%;
  background-color: transparent;
  color: #fff !important;
}

/*.values .box lord-icon {*/
/*    text-align: center !important;*/
/*    padding-right: 30px;*/
/*    transition: 0.5s;*/
/*    transform: scale(1.1);*/
/*}*/

.values .box h3 {
  font-size: 24px;
  color: #104d7e;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box p {
  color: #fff;
}

.values .box li {
  color: #104d7e;
}

.values .box:hover {
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #104d7e;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
  padding: 100px 0;
  background: #ffffff;
}

@media (max-width: 991px) {
  .features {
    padding: 60px 0 !important;
  }
}

.features .feature-box {
  padding: 24px 20px;
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 16px;
  color: #104d7e;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #104d7e;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 10px;
}

.features .feture-tabs p {
  color: #ffffff;
}

.feture-p-black p {
  color: #000000 !important;
}

.features .feture-tabs h3 {
  color: #104d7e;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 10px;
}

.features .feture-tabs h4 {
  font-size: 25px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #104d7e;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #104d7e;
  border-bottom: 3px solid #104d7e;
}

.features .feture-tabs .tab-content h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #104d7e;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #104d7e;
}

.features .feature-icons {
  /*margin-top: 120px;*/
}

.feature-icon {
  font-size: 23px;
  padding: 15px;
  border-radius: 50%;
  background: #e5eef5;
  margin-bottom: 20px
}

.features .feature-icons h3 {
  color: #104d7e;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #104d7e;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #104d7e;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 16px;
  /*color: #104d7e;*/
  text-align: left;
}

.quality-box {
  background: transparent;
  color: #104d7e !important;
  border-radius: 10px;
}

.down-part {
  margin-top: 15px;
}

.down-part div {
  padding: 15px;
  background: #ffff;
}

.down-part h4 {
  color: #104d7e;
}

.down-part p {
  font-size: 16px;
}

.card-title {
  color: #104d7e !important;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  background: transparent;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #104d7e;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 16px;
}

.services .service-box.blue {
  border-bottom: 3px solid #a7e8f2;
  background: #2db6fa31;
  color: #104d7e;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}


.services .service-box.white {
  border-bottom: 3px solid #f68c09;
  background: #ffffff;
  color: rgb(46, 46, 46);
}

.services .service-box.white h3 {
  color: rgb(46, 46, 46);
}

.services .service-box.white .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.white .read-more {
  color: #303030;
}

.services .service-box.white:hover {
  background: #ffffff;
  color: #303030;
}


.services .service-box.orange {
  border-bottom: 3px solid #ff0071;
  background: #ffffff;
  color: rgb(37, 37, 37) !important;
}

.services .service-box.orange .icon {
  color: #ff0071;
  background: #fde3c4;
}

.services .service-box.orange:hover {
  background: #ff007300;
}

.services .service-box.green {
  border-bottom: 3px solid #00dfc0;
  color: #000;
}

.services .service-box.green .icon {
  color: #00dfc0;
  background: #cffddf;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #ff4f5a;
}

.services .service-box.pink .icon {
  color: #ff4f5a;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #ff4f5a;
}


.services .service-box:hover h3, .services .service-box:hover .read-more {
  color: #104d7e;
}

.services .service-box:hover .icon {
  background: transparent;
}

.services .service-box.blue:hover .icon {
  background: none;
}

.services .service-box.green:hover .icon {
  color: #00dfc0;
  background: #cffddf;
}

.expertise-box h3 {
  color: #104d7e;
  font-weight: 700;
  margin-bottom: 55px;
}

.services-row {
  padding: 80px 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(54, 60, 70, 0.213);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  box-shadow: 0 0 15px rgba(2, 49, 131, 0.22);
}

.pricing h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.pricing .price sup {
  font-size: 16px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .subprice {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.pricing .subprice sup {
  font-size: 10px;
  top: -15px;
  left: -3px;
}

.pricing .subprice span {
  color: #bababa;
  font-size: 6px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #104d7e;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #104d7e;
}

.pricing .btn-buy:hover {
  background: #104d7e;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #104d7e;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 30px 0;
  font-weight: 400;
  border: 0;
  font-size: 16px;
  color: #444444;
  text-align: left;
}

@media (min-width: 1700px) {
  .faq .accordion-button {
    font-size: 18px;
  }
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #104d7e;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 10px 0;
  border: 0;
  font-weight: 300;
}

/*
.faq .accordion-item {
  border: 0;
  !* light shadow bottom *!
  box-shadow: 0 0 6px rgba(54, 60, 70, 0.1);
  !*  light Padding and margin around *!
  padding: 10px;
  margin: 20px 0;

}
*/

/*
.faq .accordion-item {
  border-color: rgba(173, 181, 189, 0.26);
}
*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #104d7e;
  border-color: #104d7e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #104d7e;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #104d7e;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #104d7e;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #1CB2C7;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #104d7e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #104d7e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #104d7e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #104d7e;
}

.testimonials .swiper-slide {
  opacity: .3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 16px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  color: #104d7e;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #104d7e;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #104d7e;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/

/*.recent-blog-posts {
    background-color: #f9f9f9;
}*/

.swiper-pagination {
  display: flex !important;
  justify-content: center !important;
}

.recent-blog-posts .post-box, .post-box {
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.recent-blog-posts .post-box .post-img, .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  height: 300px !important;
  width: auto !important;
  position: relative;
}

.recent-blog-posts .post-box .post-img img, .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date, .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title, .post-title {
  font-size: 24px;
  color: #104d7e;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore, .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i, .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 16px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #104d7e;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

.recent-blog-posts .post-box h3 {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
}

@media (min-width: 1700px) {
  .recent-blog-posts .post-box h3 {
    font-size: 18px !important;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#conta label {
  font-weight: 400 !important;
  border-radius: 2px !important;
}

#conta .form-control, #conta .form-select {
  font-weight: 300 !important;
  border-radius: 2px !important;
}

#conta .form-control {
  padding: 10px 15px !important;
}


.contact {
  color: #ffff;
  background: #3e3e41;
}

.contact .info-box {
  color: rgb(59, 59, 59);
  background: #ffffffd7;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #104d7e;
}

.contact .info-box h3 {
  font-size: 16px;
  color: #104d7e;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #535353;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #104d7e;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form span {
  color: red;
}


.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #104d7e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1CB2C7;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0 0 20px 0;
}

#blog-head-swiper article {
  background: rgba(255, 255, 255, 0.13) !important;
}

#blog-head-swiper article a {
  color: #ffffff !important;
}

#blog-head-swiper article .badge {
  color: #000000 !important;
}

#blog-head-swiper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.33);
}

#blog-head-swiper .swiper-scrollbar-drag {
  background: rgb(255, 255, 255);
}

.blog-carousel-section {
  padding: 80px 0 !important;
  background: #f9f9f9;
}

#blog-content-carousel .swiper-slide, #blog-recent-carousel .swiper-slide {
  background: transparent;
  padding-bottom: 10px;
}

#blog-content-carousel .card-footer, #blog-recent-carousel .card-footer {
  padding: .5rem 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(0, 0, 0, .125);
  margin: 0 15px;
}

#blog-content-carousel .badge, #blog-recent-carousel .badge, #blog-recent-posts .badge {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.89), rgba(16, 77, 126)) !important;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

#blog-content-carousel .avatar-img, #blog-recent-carousel .avatar-img {
  width: 48px !important;
  height: auto !important;
  object-fit: unset !important;
  filter: brightness(100%);
}

#blog-content-carousel .swiper-slide img, #blog-recent-carousel .swiper-slide img {
  filter: unset;
}

#blog-content-carousel .author-name, #blog-recent-carousel .author-name {
  font-size: 14px;
  line-height: 26px;
}

#blog-content-carousel .article-title, #blog-recent-carousel .article-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.publish-date {
  font-size: 14px;
}

#blog-content-carousel h3 a:hover, #blog-recent-carousel h3 a:hover {
  color: #000 !important;
}

.blog .entry {
  margin: 20px;
  padding: 0;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


.blog .entry .entry-pad {
  padding: 30px;
}

.blog .entry .entry-img {
  max-height: 440px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 22px !important;
  font-weight: bold;
  padding: 5px;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #104d7e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #104d7e;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #104d7e;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #1CB2C7;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #104d7e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #104d7e;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  color: #104d7e;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #104d7e;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #104d7e;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 16px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #104d7e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #0b4673;
}

.blog .blog-pagination {
  color: #104d7e;
}

.page-item.active .page-link {
  background-color: #104d7e !important;
  border-color: #104d7e !important;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #104d7e;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #104d7e;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #104d7e;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #104d7e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #104d7e;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #104d7e;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #104d7e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #104d7e;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #104d7e;
  background: #104d7e;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #ffffff;
  font-size: 14px;
}

@media (min-width: 1700px) {
  .footer {
    font-size: 16px;
  }
}

.footer .nav-link {
  color: #434a57;
  font-weight: 400 !important;
}

.footer .nav-link:hover {
  color: #104d7e;
}

.footer-newsletter {
  margin: 40px 0;
}

.newsletter-input {
  height: 45px;
  width: 100% !important;
  border: 1px solid #f6f9fc;
  border-radius: 4px;
  padding: 0 20px !important;
  background: transparent;
  /*color: #ffffff;*/
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .footer-newsletter {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}

.footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #104d7e;
}

.footer-newsletter form {
  margin-top: 20px;
  background: transparent;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  width: 100% !important;
  border: 1px solid #e1ecff;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: 100% !important;
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  font-size: 16px;
  padding: 0 10px;
  margin: 3px;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer-newsletter form input[type="submit"]:hover {
  transform: perspective(100px) translateZ(-10px);
}

.footer-newsletter form input[type="email"]:focus {
  border: none !important;
}

.footer-newsletter form input[type="email"]:active {
  border: none !important;
}

.footer-newsletter form input[type="email"]::selection {
  border: none !important;
  border-color: #6a1a21 !important;
}

.footer .footer-top {
  background: #104d7e;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 140px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  margin-top: 3px;
}

@media (min-width: 1700px) {
  .footer .footer-top .footer-info .logo span {
    font-size: 30px;
  }
}

.footer .footer-top .footer-info p {
  line-height: 1.8rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.74);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #ffffff;
}

.footer .footer-top h4 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

@media (min-width: 1700px) {
  .footer .footer-top h4 {
    font-size: 16px;
  }
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 14px;
  line-height: 0;
}*/
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  /*line-height: 1;*/
  font-weight: 300;
  font-size: 0.95rem !important;
}

.footer .footer-top .footer-links ul a:hover {
  color: rgba(255, 255, 255, 0.74);
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #ffffff;
}

.footer .copyright {
  /*text-align: center;*/
  color: #104d7e;
  font-weight: 300 !important;
}

.footer-band {
  min-height: 5px !important;
}

.footer-band span {
  list-style: none !important;
  /*max-width: 30px !important;*/
}

.footer-band > * {
  height: 8px !important;
}

.footer-band > :first-child {
  background: #108757;
}

.footer-band > :first-child + * {
  background: #ffbe00;
}

.footer-band > :first-child + * + * {
  background: #eb0000;
}

/*.footer .credits {
    text-align: center;
    font-size: 13px;
    color: #104d7e;
}*/
/* Modali */
/* The Modal (background) */
.modali {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modali-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-secondary,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
  color: #fff;
  background-color: #71869d;
  border-color: transparent
}

.btn-check:active + .btn-soft-secondary,
.btn-check:checked + .btn-soft-secondary,
.btn-soft-secondary.active,
.btn-soft-secondary:active,
.show > .btn-soft-secondary.dropdown-toggle {
  color: #fff;
  background-color: #71869d;
  border-color: transparent
}

.btn-soft-secondary.disabled,
.btn-soft-secondary:disabled {
  color: #71869d;
  background-color: #71869d;
  border-color: transparent
}

.btn-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-success,
.btn-soft-success:focus,
.btn-soft-success:hover {
  color: #fff;
  background-color: #00c9a7;
  border-color: transparent
}

.btn-check:active + .btn-soft-success,
.btn-check:checked + .btn-soft-success,
.btn-soft-success.active,
.btn-soft-success:active,
.show > .btn-soft-success.dropdown-toggle {
  color: #fff;
  background-color: #00c9a7;
  border-color: transparent
}

.btn-soft-success.disabled,
.btn-soft-success:disabled {
  color: #00c9a7;
  background-color: #00c9a7;
  border-color: transparent
}

.btn-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-info,
.btn-soft-info:focus,
.btn-soft-info:hover {
  color: #fff;
  background-color: #09a5be;
  border-color: transparent
}

.btn-check:active + .btn-soft-info,
.btn-check:checked + .btn-soft-info,
.btn-soft-info.active,
.btn-soft-info:active,
.show > .btn-soft-info.dropdown-toggle {
  color: #fff;
  background-color: #09a5be;
  border-color: transparent
}

.btn-soft-info.disabled,
.btn-soft-info:disabled {
  color: #09a5be;
  background-color: #09a5be;
  border-color: transparent
}

.btn-soft-warning {
  color: #f5ca99;
  background-color: rgba(245, 202, 153, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-warning,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
  color: #000;
  background-color: #f5ca99;
  border-color: transparent
}

.btn-check:active + .btn-soft-warning,
.btn-check:checked + .btn-soft-warning,
.btn-soft-warning.active,
.btn-soft-warning:active,
.show > .btn-soft-warning.dropdown-toggle {
  color: #000;
  background-color: #f5ca99;
  border-color: transparent
}

.btn-soft-warning.disabled,
.btn-soft-warning:disabled {
  color: #f5ca99;
  background-color: #f5ca99;
  border-color: transparent
}

.btn-soft-danger {
  color: #ed4c78;
  background-color: rgba(237, 76, 120, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-danger,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
  color: #fff;
  background-color: #ed4c78;
  border-color: transparent
}

.btn-check:active + .btn-soft-danger,
.btn-check:checked + .btn-soft-danger,
.btn-soft-danger.active,
.btn-soft-danger:active,
.show > .btn-soft-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed4c78;
  border-color: transparent
}

.btn-soft-danger.disabled,
.btn-soft-danger:disabled {
  color: #ed4c78;
  background-color: #ed4c78;
  border-color: transparent
}

.btn-soft-light {
  color: #f7faff;
  background-color: rgba(247, 250, 255, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-light,
.btn-soft-light:focus,
.btn-soft-light:hover {
  color: #000;
  background-color: #f7faff;
  border-color: transparent
}

.btn-check:active + .btn-soft-light,
.btn-check:checked + .btn-soft-light,
.btn-soft-light.active,
.btn-soft-light:active,
.show > .btn-soft-light.dropdown-toggle {
  color: #000;
  background-color: #f7faff;
  border-color: transparent
}

.btn-soft-light.disabled,
.btn-soft-light:disabled {
  color: #f7faff;
  background-color: #f7faff;
  border-color: transparent
}

.btn-soft-dark {
  color: #21325b;
  background-color: rgba(33, 50, 91, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-dark,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
  color: #fff;
  background-color: #21325b;
  border-color: transparent
}

.btn-check:active + .btn-soft-dark,
.btn-check:checked + .btn-soft-dark,
.btn-soft-dark.active,
.btn-soft-dark:active,
.show > .btn-soft-dark.dropdown-toggle {
  color: #fff;
  background-color: #21325b;
  border-color: transparent
}

.btn-soft-dark.disabled,
.btn-soft-dark:disabled {
  color: #21325b;
  background-color: #21325b;
  border-color: transparent
}


/*  case studies slides  */


#case-studies-module-slider-arrows {
  align-items: center;
  display: flex;
}

#case-studies-module-slider-arrows .swiper-arrow {
  --tw-border-opacity: 1;
  --tw-border-opacity: .25;
  --tw-text-opacity: 1;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, var(--tw-border-opacity));
  border-radius: 9999px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: flex !important;
  font-size: 1.25rem;
  height: 4rem;
  justify-content: center;
  line-height: 1.875rem;
  position: relative;
  text-decoration: none;
  top: auto;
  transform: none;
  transition-duration: .15s;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: linear;
  width: 4rem;
}

#case-studies-module-slider-arrows .swiper-arrow:focus, #case-studies-module-slider-arrows .swiper-arrow:hover {
  --tw-border-opacity: 1;
  cursor: pointer;
}

.link-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}


@media (min-width: 1024px) {
  .lg\:h-50vw {
    height: 50vw;
  }
}

@media (min-width: 768px) {
  .md\:h-35vw {
    height: 35vw;
  }
}

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

.bg-black {
  background-color: #000000 !important;
}

.bg-center {
  background-position: 50%;
}

.bg-cover {
  background-size: cover;
}

.case-realm {
  backdrop-filter: blur(8px);
  --tw-backdrop-blur: blur(8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  padding-bottom: .25rem;
  padding-top: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  background-color: hsla(0, 0%, 100%, .25);
  display: inline-flex;
  margin-top: 1rem;
}

.-ms-1 {
  margin-left: -.25rem;
}

.-ms-2 {
  margin-left: -.5rem;
}

.-ms-3 {
  margin-left: -.75rem;
}

.-ms-4 {
  margin-left: -1rem;
}

.-ms-5 {
  margin-left: -1.25rem;
}


.bg-size-cover {
  background-size: cover;
}

.bg-position-center {
  background-position: center;
}

.card-hover:hover .opacity-0 {
  opacity: 1 !important;
}


.card-hover:hover .rb-primary {
  opacity: 0 !important;
}

.card-hover .opacity-0, .card-hover .opacity-100 {
  transition: opacity .3s ease-in-out;
}

.rounded-btn {
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  border-radius: 50%;
  display: flex !important;
  font-size: 1.25rem;
  height: 3rem;
  justify-content: center;
  line-height: 1rem;
  position: relative;
  text-decoration: none;
  top: auto;
  transform: none;
  transition-duration: .15s;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: linear;
  width: 3rem;
}

.rb-primary {
  border: 1px solid rgba(19, 87, 54, var(--tw-border-opacity)) !important;
  color: rgba(19, 87, 54, var(--tw-text-opacity)) !important;
}

.rb-light {
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border: 1px solid rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

/*.rounded-btn:focus, .rounded-btn:hover {*/
/*  --tw-border-opacity: 1;*/
/*  --tw-border-opacity: .25;*/
/*  --tw-text-opacity: 1;*/
/*  border: 1px solid rgba(255, 255, 255, var(--tw-border-opacity));*/
/*  color: rgba(255, 255, 255, var(--tw-text-opacity));*/
/*  cursor: pointer;*/
/*}*/

.binded-content {
  position: relative;
  height: 100%;
}

.binded-item {
  display: flex;
  justify-content: start !important;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  height: auto;
  transition: opacity .35s ease-in-out,visibility .35s ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 25px;
}

.binded-item.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}


a.badge {
  text-decoration: none;
}
.text-nav {
  --ar-text-opacity: 1;
  color: #104d7e !important;
}
.fs-xs {
  font-size: calc(1rem * 0.75) !important;
}
.border {
  border: 1px solid #e2e8f0; !important;
}
.badge {
  --ar-badge-padding-x: 0.75em;
  --ar-badge-padding-y: 0.5em;
  --ar-badge-font-size: 0.75em;
  --ar-badge-font-weight: 600;
  --ar-badge-color: #fff;
  --ar-badge-border-radius: 50rem;
  display: inline-block;
  padding: var(--ar-badge-padding-y) var(--ar-badge-padding-x);
  font-size: var(--ar-badge-font-size);
  font-weight: var(--ar-badge-font-weight);
  line-height: 1;
  color: var(--ar-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--ar-badge-border-radius);
}

.img-gray {
  filter: grayscale(1) !important;
}

.hover-success:hover {
  background-color: #198754 !important;
  border-color: #198754 !important;
  color: #fff;
  transition: .1s ease-in-out;

}


/*
!*swiper-pagination {
  --ar-primary: #104d7e;
  --ar-gray-100: #f7fafc;
  --ar-gray-200: #edf2f7;
  --ar-gray-300: #e2e8f0;
  --ar-gray-400: #cbd5e0;
  --ar-gray-500: #a0aec0;
  --ar-gray-600: #718096;
  --ar-border-width: 1px;
  --ar-border-color: var(--ar-gray-100);
  --ar-carousel-pagination-bullet-size: 0.75rem;
  --ar-carousel-pagination-bullet-spacer: 1rem;
  --ar-carousel-pagination-bullet-border-color: var(--ar-gray-600);
  --ar-carousel-pagination-bullet-border-width: var(--ar-border-width);
  --ar-carousel-pagination-bullet-border-radius: 50%;
  --ar-carousel-pagination-bullet-bg: transparent;
  --ar-carousel-pagination-bullet-active-border-color: var(--ar-primary);
  --ar-carousel-pagination-bullet-active-bg: var(--ar-primary);
  --ar-carousel-pagination-progressbar-height: 0.1875rem;
  --ar-carousel-pagination-progressbar-bg: var(--ar-border-color);
  --ar-carousel-pagination-progressbar-fill-bg: var(--ar-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1.25rem;
}


.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin-right: calc(var(--ar-carousel-pagination-bullet-spacer)*.5);
  margin-left: calc(var(--ar-carousel-pagination-bullet-spacer)*.5);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet {
  position: relative;
  width: var(--ar-carousel-pagination-bullet-size);
  height: var(--ar-carousel-pagination-bullet-size);
  transition: border-color .2s ease-in-out,background-color .2s ease-in-out;
  border: var(--ar-carousel-pagination-bullet-border-width) solid var(--ar-carousel-pagination-bullet-border-color);
  border-radius: var(--ar-carousel-pagination-bullet-border-radius);
  background-color: var(--ar-carousel-pagination-bullet-bg);
  opacity: 1;
}
[role="button"] {
  cursor: pointer;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-opacity: 1;
  --swiper-theme-color: var(--ar-primary) !important;
  --swiper-pagination-color: var(--ar-primary) !important;
	opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
	background: var(--swiper-theme-color) !important;*!
}
*/





