@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: 'osp-dindin';
  src: url("../fonts/osp-din-webfont.woff") format("woff2"), url("../fonts/osp-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

header {
  border-bottom: 4px solid #073d61;
}

header .navbar a span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #073d61;
}

.sup-menu {
  border-top: 4px solid #073d61;
}

.sup-menu .social li {
  background-color: #27618f;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sup-menu .container {
  background-color: #073d61;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.sup-menu .container ul {
  list-style: none;
}

.sup-menu .container ul a {
  color: var(--white);
}

@font-face {
  font-family: 'osp-dindin';
  src: url("../fonts/osp-din-webfont.woff") format("woff2"), url("../fonts/osp-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #073d61;
  font-family: "Poppins", sans-serif;
}

.block-general-title {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#073d61), to(#27618f));
  background-image: linear-gradient(#073d61, #27618f);
}

.block-general-title h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

.block-general-title::after {
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../assets/img/lines.png") no-repeat;
  z-index: 1;
}

.block-general-title::before {
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../assets/img/lines.png") no-repeat;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.title-icon-group h1 {
  color: #073d61;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

.btn-kairos-outline {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  background: transparent;
  border: 2px solid #073d61;
  border-radius: 1rem;
  padding: 0.5rem;
  width: 10rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #585858;
}

.btn-kairos-outline:hover {
  background: #073d61;
  color: var(--white);
}

.icon-service {
  width: 6rem;
  height: 6rem;
  background: var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 10px rgba(7, 61, 97, 0.1);
          box-shadow: 0 0 20px 10px rgba(7, 61, 97, 0.1);
}

.icon-service img {
  width: 100%;
}

form label {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
}

form input[type='text'],
form input[type='email'],
form input[type='tel'],
form input[type='number'],
form textarea {
  border-radius: 1rem;
  border: 0;
  padding: 1rem;
  width: 100%;
}

.contact-area h1 {
  font-family: "Roboto", sans-serif;
  color: #073d61;
}

.contact-area img {
  width: 100%;
}

.contact-area input[type='text'],
.contact-area input[type='email'],
.contact-area input[type='tel'],
.contact-area input[type='number'],
.contact-area textarea {
  border-radius: 1rem;
  border: 2px solid #585858;
  padding: 1rem;
  width: 100%;
}

.card-service {
  border-radius: 1rem;
  background-color: #f7faff;
  position: relative;
}

.card-service::after {
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../assets/img/lines.png") no-repeat;
  z-index: 1;
}

.card-service .card-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  gap: 20px;
}

.card-service .card-body .content-icon-service h2 {
  color: #073d61;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.card-service .card-body .content-icon-service p {
  color: #585858;
  font-size: 1.2rem;
}

.home h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  color: #073d61;
}

.home .home-blog h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  color: #073d61;
}

.home .home-blog img {
  max-width: 500px;
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

.home .home-blog p {
  font-size: 1.5rem;
  color: #585858;
}

.services h3,
.blog-page-content h3 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  color: #073d61;
}

.blog .card-blog,
.blog .card-header {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-color: #f7faff;
}

.blog .card-blog img,
.blog .card-header img {
  max-width: 100%;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.blog .card-blog .date,
.blog .card-header .date {
  color: #073d61;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.blog .card-blog h3,
.blog .card-header h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #585858;
}

.blog .card-blog p,
.blog .card-header p {
  font-size: 1.2rem;
  color: #8f8f8f;
}

.pagination-area {
  font-weight: 700;
}

.pagination-area .page-numbers {
  background: #27618f;
  color: #f7faff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 10px 20px;
  border-radius: 6px;
}

.pagination-area span.page-numbers {
  background: #073d61;
  color: #f7faff;
  padding: 10px 20px;
  border-radius: 6px;
}

.pagination-area .next,
.pagination-area .prev {
  color: #f7faff !important;
}

.pagination-area a:hover {
  text-decoration: none !important;
  background: #073d61;
  color: #f7faff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10rem;
  border-radius: 1rem !important;
}

.content h1 {
  font-size: 56px;
  font-size: 3.5em;
  font-weight: bold;
}

.content h2 {
  font-size: 52px;
  font-size: 3.25em;
  font-weight: bold;
}

.content h3 {
  font-size: 48px;
  font-size: 3em;
  font-weight: bold;
}

.content h4 {
  font-size: 44px;
  font-size: 2.75em;
  font-weight: bold;
}

.content h5 {
  font-size: 40px;
  font-size: 2.5em;
  font-weight: bold;
}

.content h6 {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: bold;
}

.contact-page .bg-kairos {
  border-radius: 1rem;
  background-color: #f7faff;
}

.contact-page .bg-kairos h2 {
  font-weight: bold;
}

.contact-page .bg-kairos .card {
  border-radius: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  font-weight: bold;
}

.contact-page .bg-kairos .card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-page .bg-kairos .card .description {
  font-family: "Roboto", sans-serif;
}

.contact-page .bg-kairos .card .description strong {
  color: #073d61;
  font-size: 1.5rem;
}

.contact-page .bg-kairos .card .description p {
  font-size: 1.2rem;
  font-weight: bold;
}

.topics .icon-topic img {
  -webkit-box-shadow: 0 0 20px 10px rgba(7, 61, 97, 0.1);
          box-shadow: 0 0 20px 10px rgba(7, 61, 97, 0.1);
  border-radius: 50%;
}

.footer a,
.footer i {
  color: #073d61;
}

.cat a {
  color: #073d61 !important;
}

a,
a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */