.pb-minus-70 {
    padding-bottom: 70px;
}

.bg-grey {
    background: #f5f5f5;
}


.services-item {
    padding: 30px;
    z-index: 6;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all 0.25s ease;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}


.services-item:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    position: absolute;
    border-radius: 4px;
    z-index: -6;
    background: #0045E1;
    transform-origin: 100% 0;
    transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.box-mb-30 {
    margin-bottom: 30px;
}

.services-item .services-icon span:before {
    margin-left: 0;
    font-size: 100px;
    color: #0045E1;
}

.section .section-heading h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    position: relative;
}

.section .section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.services-item .services-body h6 {
    margin-bottom: 10px;
}

.services-item .services-icon span.back-icon:before {
    opacity: 0;
    position: absolute;
    margin-top: 100px;
}

.services-item .services-icon span.back-icon:before {
    opacity: 0;
    position: absolute;
    margin-top: 100px;
}

.services-item .services-icon span:before {
    margin-left: 0;
    font-size: 100px;
    color: #0045E1;
}

.services-item:hover .services-body p {
    color: #fff;
    opacity: 0.8;
}

.services-item .services-body a {
    margin-top: 30px;
}

.primary-outline-btn {
    padding: 14px 40px;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    border: 1px solid #0045E1;
    color: #0045E1;
    outline: none;
    z-index: 4;
    border-radius: 4px;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.services-item .services-icon {
    position: relative;
}

.section {
    padding: 30px 0;
    overflow: hidden;
}

.about-inner {
    position: relative;
}

.about-inner span {
    color: #0045E1;
}

.about-inner h4 {
    margin-bottom: 10px;
}

b, strong {
    font-weight: bolder;
}

.about-inner h4 strong {
    color: #0045E1;
    font-style: italic;
}


.about-inner p {
    margin-bottom: 20px;
}

h4, .h4 {
    font-size: 2.5rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.hero-banner .hero-inner p {
    color: #fff;
    opacity: 1;
    margin-bottom: 30px;
}

.hero-banner .hero-inner h6 {
    padding: 8px 14px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}


.hero-banner {
    position: relative;
    padding-top: 220px;
    padding-bottom: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
}

.hero-banner .hero-inner h1 {
    color: #fff;
    margin-bottom: 15px;
}

h1, .h1 {
    font-size: 3.5rem;
}

.hero-banner .hero-inner h1 {
    color: #fff;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow Semi Condensed", serif;
    #font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

.default-primary-btn {
    padding: 18px 40px;
    z-index: 4;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.25s linear;
    text-align: center;
    position: relative;
    background: #0045E1;
    color: #fff;
    border: none;
    outline: none;
    overflow: hidden;
    border-radius: 4px;
}

.top-address-info .hero-info-item {
    display: flex;
    padding: 50px 0;
    align-items: center;
}

.top-address-info .hero-info-item i {
    margin-right: 20px;
    color: #0045E1;
    text-align: center;
    font-size: 60px;
}

.top-address-info {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.top-address-info .hero-info-item .text h6 {
    margin-bottom: 10px;
}

h6, .h6 {
    font-size: 1.2rem;
}

.top-address-info .hero-info-item .text span a {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

body, html {
    font-size: 16px;
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.lista-item:hover {
    text-decoration: underline;
    color: #606267;
    text-decoration-thickness: 3px;
}

.lista-item {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-color: #6c757d;
    color: #888b91;
    text-align: center;

}

.projects-item img {
    border-radius: 4px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.mt-n1 {
    margin-top: -0.8rem;
    margin-bottom: -0.8rem;
}
.projects-item .projects-inner .project-detail {
    left: 0;
    bottom: 0;
    z-index: 7;
    width: 100%;
    padding: 30px;
    position: absolute;
    border-radius: 0 0 4px 4px;
    align-items: center;
    background: #0045E1;
}

.projects-item .projects-inner .project-detail .project-detail-btn {
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 7;
    display: flex;
    color: #000;
    font-size: 18px;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 4px 0;
    flex: 0 0 100px;
}

.projects-item img {
    border-radius: 4px;
}

.projects-item .projects-inner .project-detail .project-title {
    flex: 0 0 calc(100% - 110px);
}

.projects-item .projects-inner .project-detail {
    left: 0;
    bottom: 110px;
    z-index: 7;
    width: 100%;
    margin-bottom: -100px;
    padding: 30px;
    display: flex;
    position: relative;
    align-items: center;
    background: #0045E1;
}

.projects-item .projects-inner .project-detail .project-title h6 a {
    color: #fff;
}

.projects-item .projects-inner .project-detail .project-title span {
    color: #fff;
    opacity: 0.8;
}

.footer {
    background: #062a46;

}

footer, header, hgroup, main, nav, section {
    display: block;
}

.footer .footer-top {
    padding: 80px 0 50px 0;
}

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

.footer .footer-top .footer-widget .footer-title {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

h6, .h6 {
    font-size: 1.2rem;
}

.footer .footer-top .footer-widget .footer-desc {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 20px;
}

p {
    line-height: 1.8;
    margin: 0;
}

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

.footer .footer-top .footer-widget .footer-title {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

h6, .h6 {
    font-size: 1.2rem;
}

.footer .footer-top {
    padding: 80px 0 50px 0;
}

.scroll-top-btn.active {
    opacity: 1;
    bottom: 10px;
    visibility: visible;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

.footer .footer-top .footer-widget .footer-links li:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 15px;
    display: inline-block;
    background: #fff;
    border: 6px solid #08385d;
}

.footer .footer-top .footer-widget .footer-links li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer .footer-top .footer-widget .footer-title:after {
    content: "";
    display: block;
    background: #fff;
    margin-top: 10px;
    width: 60px;
    height: 2px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li i {
    flex: 0 0 40px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background: #083559;
    transition: all 0.25s linear;
    font-size: 14px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-widget .footer-links li a {
    color: #fff;
    opacity: 0.8;
}

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

.footer .footer-top .footer-widget .footer-contact-info-list li span {
    color: #fff;
    opacity: 0.85;
    vertical-align: middle;
}

.scroll-top-btn {
    bottom: 0;
    opacity: 0;
    right: 10px;
    width: 54px;
    height: 54px;
    z-index: 1444;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    position: fixed;
    border-radius: 5px;
    visibility: hidden;
    color: #fff !important;
    background: #0045E1;
    transition: all 0.25s ease;
}

.footer .footer-top .footer-widget .footer-social-links a {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background: #083559;
    transition: all 0.25s linear;
    margin-right: 10px;
}



.float-button-wrapper {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 30px;
}

.pulse {
    box-shadow: 0 0 0 rgba(92,168,44, 0.4);
    animation: pulse 2s infinite;
}

img.float-button {
    width: 60px;
}


@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(92,168,44, 0.5);
    box-shadow: 0 0 0 0 rgba(92,168,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(92,168,44, 0);
      box-shadow: 0 0 0 30px rgba(92,168,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(92,168,44, 0);
      box-shadow: 0 0 0 0 rgba(92,168,44, 0);
  }
}

.rounded-circle {
    border-radius: 50%!important;
}