body {
  color: #0A1931;
  font-family: 'Roboto-Regular', sans-serif;
}
a {
  color: #0A1931;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: #19D3DA;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: 500;
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #19D3DA;
  bottom: 0;
  left: calc(50% - 25px);
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
  .description h5 {
    font-size: 15px;
  }
}
.description .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.description .content ul {
  list-style: none;
  padding: 0;
}
.description .content ul li {
  padding-bottom: 10px;
}
.description .content p:last-child {
  margin-bottom: 0;
}
.description .right-content {
  margin-right: 5%;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #eff4fc;
  overflow: visible;
}
.description .right-content img {
  width: 100%;
  box-shadow: 11px -3px 12px 4px rgba(10, 25, 49, 0.34);
  object-fit: contain;
  display: flex;
  justify-content: center;
}
/*   servicii   */
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #eff4fc;
  min-height: 150px;
}
.services .icon-box:hover {
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
}
.services .icon-box:hover h4 a {
  color: #19D3DA;
}
.services .icon-box i {
  padding-top: 10px;
  float: left;
  color: #19D3DA;
  font-size: 35px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #002B5B;
  transition: 0.3s;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.services-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #002B5B;
  font-family: 'Roboto-Bold', sans-serif;
}
.services-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #19D3DA;
  margin: 4px 10px;
}
.services-title p {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto-Medium', sans-serif;
  color: #002B5B;
}
.indent-30 {
  text-indent: 30px;
}
.indent-20 {
  text-indent: 20px;
}
.btn-table {
  background-color: #0A1931;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 15px;
  line-height: 1;
}
.btn-table:hover {
  background: #19D3DA;
}
.table-size {
  width: 80%;
}
.card-prj {
  display: block;
  top: 0px;
  position: relative;
  /* max-width: 262px; */
  background-color: #eff4fc;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card-prj:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #19D3DA;
  background-color: white;
}
.card-prj:hover::before {
  transform: scale(2.15);
}
.card-prj::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #19D3DA;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}
.card-prj h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.card-prj a {
  text-decoration: none;
  color: #0A1931;
}
.card-prj p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #0A1931;
}
.card-prj i {
  font-size: 30px;
  padding-right: 10px;
  color: #19D3DA;
}
.card-prj .img-thumbnail-height {
  max-height: 200px;
}
#topheader {
  background: #eff4fc;
  color: #0A1931;
  font-size: 15px;
  height: 60px;
  padding: 5px;
}
#topheader .contact-info h4 {
  font-weight: 600;
  border-bottom: 1;
  font-size: 20px;
}
#topheader .social-links a {
  color: #0A1931;
  display: inline-block;
  line-height: 1.5;
  padding: 4px ;
}
#topheader .social-links a:hover {
  color: #19D3DA;
}
#topheader .social-links i {
  color: #19D3DA;
  line-height: 1.5;
}
#header {
  background: #0A1931;
  height: 70px;
  z-index: 999;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar {
  padding: 0;
}
.navbar ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar li {
  position: relative;
}
.navbar li:hover > a {
  background: #19D3DA;
}
.navbar a {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  white-space: nowrap;
}
.navbar a:focus {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  white-space: nowrap;
}
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  background: #19D3DA;
  color: #ffffff;
}
.navbar .active {
  background: #19D3DA;
}
.navbar .active:focus {
  background: #19D3DA;
}
.navbar .dropdown ul {
  background: #ffffff;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 50px);
  visibility: hidden;
  z-index: 99;
}
.navbar .dropdown ul li:hover > a {
  color: #ffffff;
}
.navbar .dropdown ul a {
  color: #0A1931;
  padding: 10px 20px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover {
  color: #ffffff;
}
.navbar .dropdown ul .active:hover {
  color: #ffffff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  left: calc(100% - 20px);
  top: 0;
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  left: 100%;
  opacity: 1;
  top: 0;
  visibility: visible;
}
.navbar > ul > li {
  margin-left: 5px;
}
.mobile-toggle {
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  line-height: 0;
}
.navbar-mobile {
  background: rgba(25, 25, 25, 0.5);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.navbar-mobile .mobile-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
}
.navbar-mobile ul {
  background-color: #ffffff;
  bottom: 15px;
  display: block;
  left: 15px;
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  top: 55px;
}
.navbar-mobile a {
  color: #0A1931;
  font-size: 15px;
  padding: 10px 20px;
}
.navbar-mobile a:focus {
  color: #0A1931;
  font-size: 15px;
  padding: 10px 20px;
}
.navbar-mobile a:hover {
  background: none;
  color: #19D3DA;
}
.navbar-mobile .active {
  background: none;
  color: #19D3DA;
}
.navbar-mobile li:hover > a {
  background: none;
  color: #19D3DA;
}
.navbar-mobile .dropdown ul {
  background: #ffffff;
  display: none;
  margin: 10px 20px;
  opacity: 1;
  padding: 10px 0;
  position: static;
  visibility: visible;
  z-index: 99;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul li:hover > a {
  color: #19D3DA;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: #19D3DA;
}
.navbar-mobile .dropdown ul .active:hover {
  color: #19D3DA;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 991px) {
  .mobile-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar-mobile ul {
    display: block;
  }
}
#intro {
  background-size: cover;
  background: url("../assets/img/book-slide-r.jpg") no-repeat center;
  height: 35vh ;
  position: relative;
  width: 100%;
}
#intro .intro-text {
  padding: 20px;
  background-color: #eff4fc;
  max-width: 450px;
  float: right;
  border-radius: 10px;
  color: #0A1931;
  text-align: center;
}
#intro h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
}
#intro p {
  float: right;
}
#intro h2 {
  font-size: 20px;
}
#intro .btn-get-started {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 28px;
  text-transform: uppercase;
  transition: 0.5s;
}
#intro .btn-get-started:hover {
  background: #19D3DA;
  border-color: #19D3DA;
}
/*breadcrumb*/
#breadcrumb {
  font-size: 15px;
  background: #eff4fc;
  height: 8vh;
  padding-top: 2vh;
}
#footer {
  background: #0A1931;
  color: #dbdbdb;
  font-size: 14px;
  padding-bottom: 20px;
}
#footer .footer-top {
  padding-top: 30px ;
}
#footer .footer-top .footer-list {
  margin-bottom: 30px;
  padding: 30px 20px;
  color: #dbdbdb;
}
#footer .footer-top .footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#footer .footer-top .footer-list ul li a {
  color: #dbdbdb;
  font-size: 15px;
  letter-spacing: 0.6px;
}
#footer .footer-top .footer-list ul li a:hover {
  color: #19D3DA;
  text-decoration: none;
}
#footer .footer-top .footer-list ul li i {
  color: #19D3DA;
  font-size: 14px;
  line-height: 1;
}
#footer .footer-top .footer-list h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}
#footer .footer-top .footer-list h3 .fa {
  font-size: 20px;
  color: #19D3DA;
  line-height: 1;
}
#footer .footer-bottom {
  border-top: 1px solid #89e5e1;
  padding-top: 20px;
  text-align: center;
}
#footer .up-btn {
  float: right;
  background: #002B5B;
  max-width: 25px;
}
#cookieContainer {
  color: #0A1931;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  background: #e8e8ea;
  overflow: hidden;
  bottom: 0;
  font-size: 13px;
  text-align: center;
  position: fixed;
}
#cookieContainer .cookieButton {
  background-color: #0A1931;
  color: #e8e8ea;
}
#contact {
  color: #0A1931;
}
#contact .contact-bg {
  background: #f6f6f6;
}
#contact .contact-text {
  padding-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#contact .contact-text a {
  color: #0A1931;
}
#contact .contact-text a:hover {
  color: #19D3DA;
}
