body {
  color: #0A1931;
  font-family: 'Roboto-Regular', sans-serif;
}
a {
  color: #0A1931;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: #FFC947;
  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: 35px;
  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: #FFC947;
  bottom: 0;
  left: calc(50% - 25px);
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
.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;
}
/*   servicii   */
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #f6f6f6;
}
.services .icon-box:hover {
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
}
.services .icon-box:hover h4 a {
  color: #FFC947;
}
.services .icon-box i {
  padding-top: 10px;
  float: left;
  color: #185ADB;
  font-size: 35px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .icon-box h4 a {
  color: #1E1E1E;
  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: #1E1E1E;
  font-family: 'Roboto-Bold', sans-serif;
}
.services-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #FFC947;
  margin: 4px 10px;
}
.services-title p {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto-Medium', sans-serif;
  color: #1E1E1E;
}
.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: #FFC947;
}
.table-size {
  width: 80%;
}
.card-prj {
  display: block;
  top: 0px;
  position: relative;
  /* max-width: 262px; */
  background-color: #f6f6f6;
  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 #FFC947;
  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: #FFC947;
  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;
  color: #185ADB;
}
.card-prj a {
  text-decoration: none;
  color: #185ADB;
}
.card-prj p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #0A1931;
}
.card-prj i {
  font-size: 30px;
  padding-right: 15px;
  color: #185ADB;
}
.card-prj .img-thumbnail-height {
  max-height: 200px;
}
#topheader {
  background: #f6f6f6;
  color: #0A1931;
  font-size: 15px;
  height: 60px;
  padding: 5px;
}
#topheader .contact-info h3 {
  font-weight: 600;
  border-bottom: 1;
}
#topheader .social-links a {
  color: #0A1931;
  display: inline-block;
  line-height: 1.5;
  padding: 4px ;
}
#topheader .social-links a:hover {
  color: #FFC947;
}
#topheader .social-links i {
  color: #FFC947;
  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: #FFC947;
}
.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: #FFC947;
  color:#0A1931;
}
.navbar .active {
  background: #FFC947;
}
.navbar .active:focus {
  background: #FFC947;
}
.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: #0A1931;
}
.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: #FFC947;
}
.navbar-mobile .active {
  background: none;
  color: #FFC947;
}
.navbar-mobile li:hover > a {
  background: none;
  color: #FFC947;
}
.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: #FFC947;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: #FFC947;
}
.navbar-mobile .dropdown ul .active:hover {
  color: #FFC947;
}
.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/books2.jpg") top center ;
  height: 35vh ;
  position: relative;
  width: 100%;
}
#intro:before {
  max-width: 700px;
  /* float: left; */
  margin-left: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#intro .intro-text {
  padding: 20px;
  /* background: rgba(0, 23, 48, 0.5); */
  /* background: rgba(255,201,71,0.9); */
  background: rgba(10,25,49,0.8);
  max-width: 650px;
  float: right;
  border-radius: 10px;
  color: #FFC947;
  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: #FFC947;
  border-color: #FFC947;
}
/*breadcrumb*/
#breadcrumb {
  font-size: 15px;
  background: #f6f6f6;
  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: #FFC947;
  text-decoration: none;
}
#footer .footer-top .footer-list ul li i {
  color: #FFC947;
  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: #FFC947;
  line-height: 1;
}
#footer .footer-bottom {
  border-top: 1px solid #FFC947;
  padding-top: 20px;
  text-align: center;
}
#footer .up-btn {
  float: right;
  background: #1E1E1E;
  max-width: 25px;
}
#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: #FFC947;
}
